Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2025-27516 (GCVE-0-2025-27516)
Vulnerability from cvelistv5
- CWE-1336 - Improper Neutralization of Special Elements Used in a Template Engine
 
{
  "containers": {
    "adp": [
      {
        "metrics": [
          {
            "other": {
              "content": {
                "id": "CVE-2025-27516",
                "options": [
                  {
                    "Exploitation": "none"
                  },
                  {
                    "Automatable": "no"
                  },
                  {
                    "Technical Impact": "total"
                  }
                ],
                "role": "CISA Coordinator",
                "timestamp": "2025-07-30T00:00:00+00:00",
                "version": "2.0.3"
              },
              "type": "ssvc"
            }
          }
        ],
        "providerMetadata": {
          "dateUpdated": "2025-07-31T03:56:02.829Z",
          "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
          "shortName": "CISA-ADP"
        },
        "title": "CISA ADP Vulnrichment"
      },
      {
        "providerMetadata": {
          "dateUpdated": "2025-11-03T19:45:35.548Z",
          "orgId": "af854a3a-2127-422b-91ae-364da2661108",
          "shortName": "CVE"
        },
        "references": [
          {
            "url": "https://lists.debian.org/debian-lts-announce/2025/04/msg00045.html"
          },
          {
            "url": "https://lists.debian.org/debian-lts-announce/2025/04/msg00022.html"
          }
        ],
        "title": "CVE Program Container"
      }
    ],
    "cna": {
      "affected": [
        {
          "product": "jinja",
          "vendor": "pallets",
          "versions": [
            {
              "status": "affected",
              "version": "\u003c 3.1.6"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "Jinja is an extensible templating engine. Prior to 3.1.6, an oversight in how the Jinja sandboxed environment interacts with the |attr filter allows an attacker that controls the content of a template to execute arbitrary Python code. To exploit the vulnerability, an attacker needs to control the content of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications which execute untrusted templates. Jinja\u0027s sandbox does catch calls to str.format and ensures they don\u0027t escape the sandbox. However, it\u0027s possible to use the |attr filter to get a reference to a string\u0027s plain format method, bypassing the sandbox. After the fix, the |attr filter no longer bypasses the environment\u0027s attribute lookup. This vulnerability is fixed in 3.1.6."
        }
      ],
      "metrics": [
        {
          "cvssV4_0": {
            "attackComplexity": "LOW",
            "attackRequirements": "PRESENT",
            "attackVector": "LOCAL",
            "baseScore": 5.4,
            "baseSeverity": "MEDIUM",
            "privilegesRequired": "LOW",
            "subAvailabilityImpact": "NONE",
            "subConfidentialityImpact": "NONE",
            "subIntegrityImpact": "NONE",
            "userInteraction": "PASSIVE",
            "vectorString": "CVSS:4.0/AV:L/AC:L/AT:P/PR:L/UI:P/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N",
            "version": "4.0",
            "vulnAvailabilityImpact": "HIGH",
            "vulnConfidentialityImpact": "HIGH",
            "vulnIntegrityImpact": "HIGH"
          }
        }
      ],
      "problemTypes": [
        {
          "descriptions": [
            {
              "cweId": "CWE-1336",
              "description": "CWE-1336: Improper Neutralization of Special Elements Used in a Template Engine",
              "lang": "en",
              "type": "CWE"
            }
          ]
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2025-03-05T20:40:06.568Z",
        "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
        "shortName": "GitHub_M"
      },
      "references": [
        {
          "name": "https://github.com/pallets/jinja/security/advisories/GHSA-cpwx-vrp4-4pq7",
          "tags": [
            "x_refsource_CONFIRM"
          ],
          "url": "https://github.com/pallets/jinja/security/advisories/GHSA-cpwx-vrp4-4pq7"
        },
        {
          "name": "https://github.com/pallets/jinja/commit/90457bbf33b8662926ae65cdde4c4c32e756e403",
          "tags": [
            "x_refsource_MISC"
          ],
          "url": "https://github.com/pallets/jinja/commit/90457bbf33b8662926ae65cdde4c4c32e756e403"
        }
      ],
      "source": {
        "advisory": "GHSA-cpwx-vrp4-4pq7",
        "discovery": "UNKNOWN"
      },
      "title": "Jinja sandbox breakout through attr filter selecting format method"
    }
  },
  "cveMetadata": {
    "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
    "assignerShortName": "GitHub_M",
    "cveId": "CVE-2025-27516",
    "datePublished": "2025-03-05T20:40:06.568Z",
    "dateReserved": "2025-02-26T18:11:52.307Z",
    "dateUpdated": "2025-11-03T19:45:35.548Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2",
  "vulnerability-lookup:meta": {
    "nvd": "{\"cve\":{\"id\":\"CVE-2025-27516\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2025-03-05T21:15:20.073\",\"lastModified\":\"2025-11-03T20:18:02.203\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"Jinja is an extensible templating engine. Prior to 3.1.6, an oversight in how the Jinja sandboxed environment interacts with the |attr filter allows an attacker that controls the content of a template to execute arbitrary Python code. To exploit the vulnerability, an attacker needs to control the content of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications which execute untrusted templates. Jinja\u0027s sandbox does catch calls to str.format and ensures they don\u0027t escape the sandbox. However, it\u0027s possible to use the |attr filter to get a reference to a string\u0027s plain format method, bypassing the sandbox. After the fix, the |attr filter no longer bypasses the environment\u0027s attribute lookup. This vulnerability is fixed in 3.1.6.\"},{\"lang\":\"es\",\"value\":\"Jinja es un motor de plantillas extensible. Antes de la versi\u00f3n 3.1.6, un descuido en la forma en que el entorno aislado de Jinja interact\u00faa con el filtro |attr permite que un atacante que controla el contenido de una plantilla ejecute c\u00f3digo Python arbitrario. Para explotar la vulnerabilidad, un atacante debe controlar el contenido de una plantilla. Si ese es el caso depende del tipo de aplicaci\u00f3n que utilice Jinja. Esta vulnerabilidad afecta a los usuarios de aplicaciones que ejecutan plantillas no confiables. El entorno aislado de Jinja detecta las llamadas a str.format y garantiza que no escapen del entorno aislado. Sin embargo, es posible utilizar el filtro |attr para obtener una referencia al m\u00e9todo de formato simple de una cadena, sin pasar por el entorno aislado. Despu\u00e9s de la correcci\u00f3n, el filtro |attr ya no pasa por alto la b\u00fasqueda de atributos del entorno. Esta vulnerabilidad se corrigi\u00f3 en la versi\u00f3n 3.1.6.\"}],\"metrics\":{\"cvssMetricV40\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"4.0\",\"vectorString\":\"CVSS:4.0/AV:L/AC:L/AT:P/PR:L/UI:P/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X\",\"baseScore\":5.4,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"attackRequirements\":\"PRESENT\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"PASSIVE\",\"vulnConfidentialityImpact\":\"HIGH\",\"vulnIntegrityImpact\":\"HIGH\",\"vulnAvailabilityImpact\":\"HIGH\",\"subConfidentialityImpact\":\"NONE\",\"subIntegrityImpact\":\"NONE\",\"subAvailabilityImpact\":\"NONE\",\"exploitMaturity\":\"NOT_DEFINED\",\"confidentialityRequirement\":\"NOT_DEFINED\",\"integrityRequirement\":\"NOT_DEFINED\",\"availabilityRequirement\":\"NOT_DEFINED\",\"modifiedAttackVector\":\"NOT_DEFINED\",\"modifiedAttackComplexity\":\"NOT_DEFINED\",\"modifiedAttackRequirements\":\"NOT_DEFINED\",\"modifiedPrivilegesRequired\":\"NOT_DEFINED\",\"modifiedUserInteraction\":\"NOT_DEFINED\",\"modifiedVulnConfidentialityImpact\":\"NOT_DEFINED\",\"modifiedVulnIntegrityImpact\":\"NOT_DEFINED\",\"modifiedVulnAvailabilityImpact\":\"NOT_DEFINED\",\"modifiedSubConfidentialityImpact\":\"NOT_DEFINED\",\"modifiedSubIntegrityImpact\":\"NOT_DEFINED\",\"modifiedSubAvailabilityImpact\":\"NOT_DEFINED\",\"Safety\":\"NOT_DEFINED\",\"Automatable\":\"NOT_DEFINED\",\"Recovery\":\"NOT_DEFINED\",\"valueDensity\":\"NOT_DEFINED\",\"vulnerabilityResponseEffort\":\"NOT_DEFINED\",\"providerUrgency\":\"NOT_DEFINED\"}}],\"cvssMetricV31\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H\",\"baseScore\":8.8,\"baseSeverity\":\"HIGH\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"CHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":2.0,\"impactScore\":6.0}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-1336\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:palletsprojects:jinja:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"3.1.6\",\"matchCriteriaId\":\"331B4BEB-27DD-4593-AB42-5A218EFA4526\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:debian:debian_linux:11.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"FA6FEEC2-9F11-4643-8827-749718254FED\"}]}]}],\"references\":[{\"url\":\"https://github.com/pallets/jinja/commit/90457bbf33b8662926ae65cdde4c4c32e756e403\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/pallets/jinja/security/advisories/GHSA-cpwx-vrp4-4pq7\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Vendor Advisory\"]},{\"url\":\"https://lists.debian.org/debian-lts-announce/2025/04/msg00022.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://lists.debian.org/debian-lts-announce/2025/04/msg00045.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]}]}}",
    "vulnrichment": {
      "containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"https://lists.debian.org/debian-lts-announce/2025/04/msg00045.html\"}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2025-05-01T00:13:00.395Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2025-27516\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"yes\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2025-03-05T20:53:09.195449Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2025-03-05T20:53:36.247Z\"}}], \"cna\": {\"title\": \"Jinja sandbox breakout through attr filter selecting format method\", \"source\": {\"advisory\": \"GHSA-cpwx-vrp4-4pq7\", \"discovery\": \"UNKNOWN\"}, \"metrics\": [{\"cvssV4_0\": {\"version\": \"4.0\", \"baseScore\": 5.4, \"attackVector\": \"LOCAL\", \"baseSeverity\": \"MEDIUM\", \"vectorString\": \"CVSS:4.0/AV:L/AC:L/AT:P/PR:L/UI:P/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N\", \"userInteraction\": \"PASSIVE\", \"attackComplexity\": \"LOW\", \"attackRequirements\": \"PRESENT\", \"privilegesRequired\": \"LOW\", \"subIntegrityImpact\": \"NONE\", \"vulnIntegrityImpact\": \"HIGH\", \"subAvailabilityImpact\": \"NONE\", \"vulnAvailabilityImpact\": \"HIGH\", \"subConfidentialityImpact\": \"NONE\", \"vulnConfidentialityImpact\": \"HIGH\"}}], \"affected\": [{\"vendor\": \"pallets\", \"product\": \"jinja\", \"versions\": [{\"status\": \"affected\", \"version\": \"\u003c 3.1.6\"}]}], \"references\": [{\"url\": \"https://github.com/pallets/jinja/security/advisories/GHSA-cpwx-vrp4-4pq7\", \"name\": \"https://github.com/pallets/jinja/security/advisories/GHSA-cpwx-vrp4-4pq7\", \"tags\": [\"x_refsource_CONFIRM\"]}, {\"url\": \"https://github.com/pallets/jinja/commit/90457bbf33b8662926ae65cdde4c4c32e756e403\", \"name\": \"https://github.com/pallets/jinja/commit/90457bbf33b8662926ae65cdde4c4c32e756e403\", \"tags\": [\"x_refsource_MISC\"]}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"Jinja is an extensible templating engine. Prior to 3.1.6, an oversight in how the Jinja sandboxed environment interacts with the |attr filter allows an attacker that controls the content of a template to execute arbitrary Python code. To exploit the vulnerability, an attacker needs to control the content of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications which execute untrusted templates. Jinja\u0027s sandbox does catch calls to str.format and ensures they don\u0027t escape the sandbox. However, it\u0027s possible to use the |attr filter to get a reference to a string\u0027s plain format method, bypassing the sandbox. After the fix, the |attr filter no longer bypasses the environment\u0027s attribute lookup. This vulnerability is fixed in 3.1.6.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-1336\", \"description\": \"CWE-1336: Improper Neutralization of Special Elements Used in a Template Engine\"}]}], \"providerMetadata\": {\"orgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"shortName\": \"GitHub_M\", \"dateUpdated\": \"2025-03-05T20:40:06.568Z\"}}}",
      "cveMetadata": "{\"cveId\": \"CVE-2025-27516\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-07-31T03:56:02.829Z\", \"dateReserved\": \"2025-02-26T18:11:52.307Z\", \"assignerOrgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"datePublished\": \"2025-03-05T20:40:06.568Z\", \"assignerShortName\": \"GitHub_M\"}",
      "dataType": "CVE_RECORD",
      "dataVersion": "5.1"
    }
  }
}
  rhsa-2025:3595
Vulnerability from csaf_redhat
Notes
{
  "document": {
    "aggregate_severity": {
      "namespace": "https://access.redhat.com/security/updates/classification/",
      "text": "Important"
    },
    "category": "csaf_security_advisory",
    "csaf_version": "2.0",
    "distribution": {
      "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
      "tlp": {
        "label": "WHITE",
        "url": "https://www.first.org/tlp/"
      }
    },
    "lang": "en",
    "notes": [
      {
        "category": "summary",
        "text": "Red Hat Developer Hub 1.4.3 has been released.",
        "title": "Topic"
      },
      {
        "category": "general",
        "text": "Red Hat Developer Hub (RHDH) is Red Hat\u0027s enterprise-grade, self-managed, customizable developer portal based on Backstage.io. RHDH is supported on OpenShift and other major Kubernetes clusters (AKS, EKS, GKE). The core features of RHDH include a single pane of glass, a centralized software catalog, self-service via golden path templates, and Tech Docs. RHDH is extensible by plugins.",
        "title": "Details"
      },
      {
        "category": "legal_disclaimer",
        "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
        "title": "Terms of Use"
      }
    ],
    "publisher": {
      "category": "vendor",
      "contact_details": "https://access.redhat.com/security/team/contact/",
      "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
      "name": "Red Hat Product Security",
      "namespace": "https://www.redhat.com"
    },
    "references": [
      {
        "category": "self",
        "summary": "https://access.redhat.com/errata/RHSA-2025:3595",
        "url": "https://access.redhat.com/errata/RHSA-2025:3595"
      },
      {
        "category": "external",
        "summary": "https://access.redhat.com/security/cve/CVE-2025-27516",
        "url": "https://access.redhat.com/security/cve/CVE-2025-27516"
      },
      {
        "category": "external",
        "summary": "https://access.redhat.com/security/cve/CVE-2025-29774",
        "url": "https://access.redhat.com/security/cve/CVE-2025-29774"
      },
      {
        "category": "external",
        "summary": "https://access.redhat.com/security/cve/CVE-2025-29775",
        "url": "https://access.redhat.com/security/cve/CVE-2025-29775"
      },
      {
        "category": "external",
        "summary": "https://access.redhat.com/security/updates/classification/",
        "url": "https://access.redhat.com/security/updates/classification/"
      },
      {
        "category": "external",
        "summary": "https://catalog.redhat.com/search?gs\u0026searchType=containers\u0026q=rhdh",
        "url": "https://catalog.redhat.com/search?gs\u0026searchType=containers\u0026q=rhdh"
      },
      {
        "category": "external",
        "summary": "https://developers.redhat.com/rhdh/overview",
        "url": "https://developers.redhat.com/rhdh/overview"
      },
      {
        "category": "external",
        "summary": "https://docs.redhat.com/en/documentation/red_hat_developer_hub",
        "url": "https://docs.redhat.com/en/documentation/red_hat_developer_hub"
      },
      {
        "category": "self",
        "summary": "Canonical URL",
        "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_3595.json"
      }
    ],
    "title": "Red Hat Security Advisory: Red Hat Developer Hub 1.4.3 release.",
    "tracking": {
      "current_release_date": "2025-10-28T19:42:53+00:00",
      "generator": {
        "date": "2025-10-28T19:42:53+00:00",
        "engine": {
          "name": "Red Hat SDEngine",
          "version": "4.6.10"
        }
      },
      "id": "RHSA-2025:3595",
      "initial_release_date": "2025-04-03T15:16:21+00:00",
      "revision_history": [
        {
          "date": "2025-04-03T15:16:21+00:00",
          "number": "1",
          "summary": "Initial version"
        },
        {
          "date": "2025-04-03T15:16:21+00:00",
          "number": "2",
          "summary": "Last updated version"
        },
        {
          "date": "2025-10-28T19:42:53+00:00",
          "number": "3",
          "summary": "Last generated version"
        }
      ],
      "status": "final",
      "version": "3"
    }
  },
  "product_tree": {
    "branches": [
      {
        "branches": [
          {
            "branches": [
              {
                "category": "product_name",
                "name": "Red Hat Developer Hub (RHDH) 1.4",
                "product": {
                  "name": "Red Hat Developer Hub (RHDH) 1.4",
                  "product_id": "Red Hat Developer Hub (RHDH) 1.4",
                  "product_identification_helper": {
                    "cpe": "cpe:/a:redhat:rhdh:1.4::el9"
                  }
                }
              }
            ],
            "category": "product_family",
            "name": "Red Hat Developer Hub (RHDH)"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:577bd1595325229ba368ad2ece71faf31aec93c088e76c4bba507bf67e41753a_amd64",
                "product": {
                  "name": "registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:577bd1595325229ba368ad2ece71faf31aec93c088e76c4bba507bf67e41753a_amd64",
                  "product_id": "registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:577bd1595325229ba368ad2ece71faf31aec93c088e76c4bba507bf67e41753a_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/rhdh-hub-rhel9@sha256%3A577bd1595325229ba368ad2ece71faf31aec93c088e76c4bba507bf67e41753a?arch=amd64\u0026repository_url=registry.redhat.io/rhdh\u0026tag=1.4.3-1743652461"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:390855c371faf70fcb11c47177ca9a8d360ba633732c2c8018f9dbc25c5d5047_amd64",
                "product": {
                  "name": "registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:390855c371faf70fcb11c47177ca9a8d360ba633732c2c8018f9dbc25c5d5047_amd64",
                  "product_id": "registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:390855c371faf70fcb11c47177ca9a8d360ba633732c2c8018f9dbc25c5d5047_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/rhdh-rhel9-operator@sha256%3A390855c371faf70fcb11c47177ca9a8d360ba633732c2c8018f9dbc25c5d5047?arch=amd64\u0026repository_url=registry.redhat.io/rhdh\u0026tag=1.4.3-1743648196"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:093c6a66d4faa1d980e4319a048db8b2869eba8f13f40f02615d6696257e6719_amd64",
                "product": {
                  "name": "registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:093c6a66d4faa1d980e4319a048db8b2869eba8f13f40f02615d6696257e6719_amd64",
                  "product_id": "registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:093c6a66d4faa1d980e4319a048db8b2869eba8f13f40f02615d6696257e6719_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/rhdh-operator-bundle@sha256%3A093c6a66d4faa1d980e4319a048db8b2869eba8f13f40f02615d6696257e6719?arch=amd64\u0026repository_url=registry.redhat.io/rhdh\u0026tag=1.4.3-1743659048"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "amd64"
          }
        ],
        "category": "vendor",
        "name": "Red Hat"
      }
    ],
    "relationships": [
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:577bd1595325229ba368ad2ece71faf31aec93c088e76c4bba507bf67e41753a_amd64 as a component of Red Hat Developer Hub (RHDH) 1.4",
          "product_id": "Red Hat Developer Hub (RHDH) 1.4:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:577bd1595325229ba368ad2ece71faf31aec93c088e76c4bba507bf67e41753a_amd64"
        },
        "product_reference": "registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:577bd1595325229ba368ad2ece71faf31aec93c088e76c4bba507bf67e41753a_amd64",
        "relates_to_product_reference": "Red Hat Developer Hub (RHDH) 1.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:093c6a66d4faa1d980e4319a048db8b2869eba8f13f40f02615d6696257e6719_amd64 as a component of Red Hat Developer Hub (RHDH) 1.4",
          "product_id": "Red Hat Developer Hub (RHDH) 1.4:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:093c6a66d4faa1d980e4319a048db8b2869eba8f13f40f02615d6696257e6719_amd64"
        },
        "product_reference": "registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:093c6a66d4faa1d980e4319a048db8b2869eba8f13f40f02615d6696257e6719_amd64",
        "relates_to_product_reference": "Red Hat Developer Hub (RHDH) 1.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:390855c371faf70fcb11c47177ca9a8d360ba633732c2c8018f9dbc25c5d5047_amd64 as a component of Red Hat Developer Hub (RHDH) 1.4",
          "product_id": "Red Hat Developer Hub (RHDH) 1.4:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:390855c371faf70fcb11c47177ca9a8d360ba633732c2c8018f9dbc25c5d5047_amd64"
        },
        "product_reference": "registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:390855c371faf70fcb11c47177ca9a8d360ba633732c2c8018f9dbc25c5d5047_amd64",
        "relates_to_product_reference": "Red Hat Developer Hub (RHDH) 1.4"
      }
    ]
  },
  "vulnerabilities": [
    {
      "cve": "CVE-2025-27516",
      "cwe": {
        "id": "CWE-1336",
        "name": "Improper Neutralization of Special Elements Used in a Template Engine"
      },
      "discovery_date": "2025-03-05T21:01:07.674606+00:00",
      "flags": [
        {
          "label": "vulnerable_code_not_present",
          "product_ids": [
            "Red Hat Developer Hub (RHDH) 1.4:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:093c6a66d4faa1d980e4319a048db8b2869eba8f13f40f02615d6696257e6719_amd64",
            "Red Hat Developer Hub (RHDH) 1.4:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:390855c371faf70fcb11c47177ca9a8d360ba633732c2c8018f9dbc25c5d5047_amd64"
          ]
        }
      ],
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2350190"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in Jinja. In affected versions, an oversight in how the Jinja sandboxed environment interacts with the `|attr` filter allows an attacker who controls the content of a template to execute arbitrary Python code. To exploit the vulnerability, an attacker needs to control the content of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications that execute untrusted templates. Jinja\u0027s sandbox does catch calls to `str.format` and ensures they don\u0027t escape the sandbox. However, it\u0027s possible to use the `|attr` filter to get a reference to a string\u0027s plain format method, bypassing the sandbox.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "jinja2: Jinja sandbox breakout through attr filter selecting format method",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "This vulnerability is rated as important severity due to the potential for an attacker to bypass Jinja\u0027s sandbox by exploiting the |attr filter, by controlling template content, an attacker can execute arbitrary Python code, impacting the integrity, confidentiality, and availability of the system. While the attack requires user interaction to trigger untrusted templates, the risk is significant in applications that allow such templates to be executed.",
          "title": "Statement"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "Red Hat Developer Hub (RHDH) 1.4:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:577bd1595325229ba368ad2ece71faf31aec93c088e76c4bba507bf67e41753a_amd64"
        ],
        "known_not_affected": [
          "Red Hat Developer Hub (RHDH) 1.4:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:093c6a66d4faa1d980e4319a048db8b2869eba8f13f40f02615d6696257e6719_amd64",
          "Red Hat Developer Hub (RHDH) 1.4:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:390855c371faf70fcb11c47177ca9a8d360ba633732c2c8018f9dbc25c5d5047_amd64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2025-27516"
        },
        {
          "category": "external",
          "summary": "RHBZ#2350190",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2350190"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2025-27516",
          "url": "https://www.cve.org/CVERecord?id=CVE-2025-27516"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-27516",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-27516"
        },
        {
          "category": "external",
          "summary": "https://github.com/pallets/jinja/commit/90457bbf33b8662926ae65cdde4c4c32e756e403",
          "url": "https://github.com/pallets/jinja/commit/90457bbf33b8662926ae65cdde4c4c32e756e403"
        },
        {
          "category": "external",
          "summary": "https://github.com/pallets/jinja/security/advisories/GHSA-cpwx-vrp4-4pq7",
          "url": "https://github.com/pallets/jinja/security/advisories/GHSA-cpwx-vrp4-4pq7"
        }
      ],
      "release_date": "2025-03-05T20:40:06.568000+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2025-04-03T15:16:21+00:00",
          "details": "For more about Red Hat Developer Hub, see References links",
          "product_ids": [
            "Red Hat Developer Hub (RHDH) 1.4:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:577bd1595325229ba368ad2ece71faf31aec93c088e76c4bba507bf67e41753a_amd64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2025:3595"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "LOCAL",
            "availabilityImpact": "HIGH",
            "baseScore": 7.3,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "HIGH",
            "privilegesRequired": "LOW",
            "scope": "UNCHANGED",
            "userInteraction": "REQUIRED",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "Red Hat Developer Hub (RHDH) 1.4:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:577bd1595325229ba368ad2ece71faf31aec93c088e76c4bba507bf67e41753a_amd64",
            "Red Hat Developer Hub (RHDH) 1.4:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:093c6a66d4faa1d980e4319a048db8b2869eba8f13f40f02615d6696257e6719_amd64",
            "Red Hat Developer Hub (RHDH) 1.4:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:390855c371faf70fcb11c47177ca9a8d360ba633732c2c8018f9dbc25c5d5047_amd64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Important"
        }
      ],
      "title": "jinja2: Jinja sandbox breakout through attr filter selecting format method"
    },
    {
      "cve": "CVE-2025-29774",
      "cwe": {
        "id": "CWE-347",
        "name": "Improper Verification of Cryptographic Signature"
      },
      "discovery_date": "2025-03-14T18:01:09.149253+00:00",
      "flags": [
        {
          "label": "vulnerable_code_not_present",
          "product_ids": [
            "Red Hat Developer Hub (RHDH) 1.4:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:093c6a66d4faa1d980e4319a048db8b2869eba8f13f40f02615d6696257e6719_amd64",
            "Red Hat Developer Hub (RHDH) 1.4:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:390855c371faf70fcb11c47177ca9a8d360ba633732c2c8018f9dbc25c5d5047_amd64"
          ]
        }
      ],
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2352596"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in the xml-crypto library for Node.js. An attacker can exploit this vulnerability to bypass authentication or authorization mechanisms in systems that rely on xml-crypto to verify signed XML documents. The vulnerability allows an attacker to modify a valid signed XML message in a way that still passes signature verification checks.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "xml-crypto: xml-crypto Vulnerable to XML Signature Verification Bypass via Multiple SignedInfo References",
          "title": "Vulnerability summary"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "Red Hat Developer Hub (RHDH) 1.4:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:577bd1595325229ba368ad2ece71faf31aec93c088e76c4bba507bf67e41753a_amd64"
        ],
        "known_not_affected": [
          "Red Hat Developer Hub (RHDH) 1.4:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:093c6a66d4faa1d980e4319a048db8b2869eba8f13f40f02615d6696257e6719_amd64",
          "Red Hat Developer Hub (RHDH) 1.4:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:390855c371faf70fcb11c47177ca9a8d360ba633732c2c8018f9dbc25c5d5047_amd64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2025-29774"
        },
        {
          "category": "external",
          "summary": "RHBZ#2352596",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2352596"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2025-29774",
          "url": "https://www.cve.org/CVERecord?id=CVE-2025-29774"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-29774",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-29774"
        },
        {
          "category": "external",
          "summary": "https://github.com/node-saml/xml-crypto/commit/28f92218ecbb8dcbd238afa4efbbd50302aa9aed",
          "url": "https://github.com/node-saml/xml-crypto/commit/28f92218ecbb8dcbd238afa4efbbd50302aa9aed"
        },
        {
          "category": "external",
          "summary": "https://github.com/node-saml/xml-crypto/commit/886dc63a8b4bb5ae1db9f41c7854b171eb83aa98",
          "url": "https://github.com/node-saml/xml-crypto/commit/886dc63a8b4bb5ae1db9f41c7854b171eb83aa98"
        },
        {
          "category": "external",
          "summary": "https://github.com/node-saml/xml-crypto/commit/8ac6118ee7978b46aa56b82cbcaa5fca58c93a07",
          "url": "https://github.com/node-saml/xml-crypto/commit/8ac6118ee7978b46aa56b82cbcaa5fca58c93a07"
        },
        {
          "category": "external",
          "summary": "https://github.com/node-saml/xml-crypto/releases/tag/v2.1.6",
          "url": "https://github.com/node-saml/xml-crypto/releases/tag/v2.1.6"
        },
        {
          "category": "external",
          "summary": "https://github.com/node-saml/xml-crypto/releases/tag/v3.2.1",
          "url": "https://github.com/node-saml/xml-crypto/releases/tag/v3.2.1"
        },
        {
          "category": "external",
          "summary": "https://github.com/node-saml/xml-crypto/releases/tag/v6.0.1",
          "url": "https://github.com/node-saml/xml-crypto/releases/tag/v6.0.1"
        },
        {
          "category": "external",
          "summary": "https://github.com/node-saml/xml-crypto/security/advisories/GHSA-9p8x-f768-wp2g",
          "url": "https://github.com/node-saml/xml-crypto/security/advisories/GHSA-9p8x-f768-wp2g"
        }
      ],
      "release_date": "2025-03-14T17:05:53.943000+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2025-04-03T15:16:21+00:00",
          "details": "For more about Red Hat Developer Hub, see References links",
          "product_ids": [
            "Red Hat Developer Hub (RHDH) 1.4:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:577bd1595325229ba368ad2ece71faf31aec93c088e76c4bba507bf67e41753a_amd64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2025:3595"
        },
        {
          "category": "workaround",
          "details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
          "product_ids": [
            "Red Hat Developer Hub (RHDH) 1.4:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:577bd1595325229ba368ad2ece71faf31aec93c088e76c4bba507bf67e41753a_amd64",
            "Red Hat Developer Hub (RHDH) 1.4:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:093c6a66d4faa1d980e4319a048db8b2869eba8f13f40f02615d6696257e6719_amd64",
            "Red Hat Developer Hub (RHDH) 1.4:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:390855c371faf70fcb11c47177ca9a8d360ba633732c2c8018f9dbc25c5d5047_amd64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "NONE",
            "baseScore": 9.1,
            "baseSeverity": "CRITICAL",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "HIGH",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N",
            "version": "3.1"
          },
          "products": [
            "Red Hat Developer Hub (RHDH) 1.4:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:577bd1595325229ba368ad2ece71faf31aec93c088e76c4bba507bf67e41753a_amd64",
            "Red Hat Developer Hub (RHDH) 1.4:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:093c6a66d4faa1d980e4319a048db8b2869eba8f13f40f02615d6696257e6719_amd64",
            "Red Hat Developer Hub (RHDH) 1.4:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:390855c371faf70fcb11c47177ca9a8d360ba633732c2c8018f9dbc25c5d5047_amd64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Important"
        }
      ],
      "title": "xml-crypto: xml-crypto Vulnerable to XML Signature Verification Bypass via Multiple SignedInfo References"
    },
    {
      "cve": "CVE-2025-29775",
      "cwe": {
        "id": "CWE-347",
        "name": "Improper Verification of Cryptographic Signature"
      },
      "discovery_date": "2025-03-14T18:01:22.409532+00:00",
      "flags": [
        {
          "label": "vulnerable_code_not_present",
          "product_ids": [
            "Red Hat Developer Hub (RHDH) 1.4:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:093c6a66d4faa1d980e4319a048db8b2869eba8f13f40f02615d6696257e6719_amd64",
            "Red Hat Developer Hub (RHDH) 1.4:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:390855c371faf70fcb11c47177ca9a8d360ba633732c2c8018f9dbc25c5d5047_amd64"
          ]
        }
      ],
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2352600"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in the xml-crypto library for Node.js. An attacker can exploit this vulnerability to bypass authentication or authorization mechanisms in systems that rely on xml-crypto to verify signed XML documents. The vulnerability allows an attacker to modify a valid signed XML message in a way that still passes signature verification checks.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "xml-crypto: xml-crypto Vulnerable to XML Signature Verification Bypass via DigestValue Comment",
          "title": "Vulnerability summary"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "Red Hat Developer Hub (RHDH) 1.4:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:577bd1595325229ba368ad2ece71faf31aec93c088e76c4bba507bf67e41753a_amd64"
        ],
        "known_not_affected": [
          "Red Hat Developer Hub (RHDH) 1.4:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:093c6a66d4faa1d980e4319a048db8b2869eba8f13f40f02615d6696257e6719_amd64",
          "Red Hat Developer Hub (RHDH) 1.4:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:390855c371faf70fcb11c47177ca9a8d360ba633732c2c8018f9dbc25c5d5047_amd64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2025-29775"
        },
        {
          "category": "external",
          "summary": "RHBZ#2352600",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2352600"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2025-29775",
          "url": "https://www.cve.org/CVERecord?id=CVE-2025-29775"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-29775",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-29775"
        },
        {
          "category": "external",
          "summary": "https://github.com/node-saml/xml-crypto/commit/28f92218ecbb8dcbd238afa4efbbd50302aa9aed",
          "url": "https://github.com/node-saml/xml-crypto/commit/28f92218ecbb8dcbd238afa4efbbd50302aa9aed"
        },
        {
          "category": "external",
          "summary": "https://github.com/node-saml/xml-crypto/commit/886dc63a8b4bb5ae1db9f41c7854b171eb83aa98",
          "url": "https://github.com/node-saml/xml-crypto/commit/886dc63a8b4bb5ae1db9f41c7854b171eb83aa98"
        },
        {
          "category": "external",
          "summary": "https://github.com/node-saml/xml-crypto/commit/8ac6118ee7978b46aa56b82cbcaa5fca58c93a07",
          "url": "https://github.com/node-saml/xml-crypto/commit/8ac6118ee7978b46aa56b82cbcaa5fca58c93a07"
        },
        {
          "category": "external",
          "summary": "https://github.com/node-saml/xml-crypto/releases/tag/v2.1.6",
          "url": "https://github.com/node-saml/xml-crypto/releases/tag/v2.1.6"
        },
        {
          "category": "external",
          "summary": "https://github.com/node-saml/xml-crypto/releases/tag/v3.2.1",
          "url": "https://github.com/node-saml/xml-crypto/releases/tag/v3.2.1"
        },
        {
          "category": "external",
          "summary": "https://github.com/node-saml/xml-crypto/releases/tag/v6.0.1",
          "url": "https://github.com/node-saml/xml-crypto/releases/tag/v6.0.1"
        },
        {
          "category": "external",
          "summary": "https://github.com/node-saml/xml-crypto/security/advisories/GHSA-x3m8-899r-f7c3",
          "url": "https://github.com/node-saml/xml-crypto/security/advisories/GHSA-x3m8-899r-f7c3"
        }
      ],
      "release_date": "2025-03-14T17:11:05.590000+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2025-04-03T15:16:21+00:00",
          "details": "For more about Red Hat Developer Hub, see References links",
          "product_ids": [
            "Red Hat Developer Hub (RHDH) 1.4:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:577bd1595325229ba368ad2ece71faf31aec93c088e76c4bba507bf67e41753a_amd64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2025:3595"
        },
        {
          "category": "workaround",
          "details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
          "product_ids": [
            "Red Hat Developer Hub (RHDH) 1.4:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:577bd1595325229ba368ad2ece71faf31aec93c088e76c4bba507bf67e41753a_amd64",
            "Red Hat Developer Hub (RHDH) 1.4:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:093c6a66d4faa1d980e4319a048db8b2869eba8f13f40f02615d6696257e6719_amd64",
            "Red Hat Developer Hub (RHDH) 1.4:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:390855c371faf70fcb11c47177ca9a8d360ba633732c2c8018f9dbc25c5d5047_amd64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "NONE",
            "baseScore": 9.1,
            "baseSeverity": "CRITICAL",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "HIGH",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N",
            "version": "3.1"
          },
          "products": [
            "Red Hat Developer Hub (RHDH) 1.4:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:577bd1595325229ba368ad2ece71faf31aec93c088e76c4bba507bf67e41753a_amd64",
            "Red Hat Developer Hub (RHDH) 1.4:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:093c6a66d4faa1d980e4319a048db8b2869eba8f13f40f02615d6696257e6719_amd64",
            "Red Hat Developer Hub (RHDH) 1.4:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:390855c371faf70fcb11c47177ca9a8d360ba633732c2c8018f9dbc25c5d5047_amd64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Important"
        }
      ],
      "title": "xml-crypto: xml-crypto Vulnerable to XML Signature Verification Bypass via DigestValue Comment"
    }
  ]
}
  rhsa-2025:3622
Vulnerability from csaf_redhat
Notes
{
  "document": {
    "aggregate_severity": {
      "namespace": "https://access.redhat.com/security/updates/classification/",
      "text": "Important"
    },
    "category": "csaf_security_advisory",
    "csaf_version": "2.0",
    "distribution": {
      "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
      "tlp": {
        "label": "WHITE",
        "url": "https://www.first.org/tlp/"
      }
    },
    "lang": "en",
    "notes": [
      {
        "category": "summary",
        "text": "An update for python-jinja2 is now available for Red Hat Enterprise Linux 8.6 Advanced Mission Critical Update Support, Red Hat Enterprise Linux 8.6 Update Services for SAP Solutions, and Red Hat Enterprise Linux 8.6 Telecommunications Update Service.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
        "title": "Topic"
      },
      {
        "category": "general",
        "text": "Python is an interpreted, interactive, object-oriented programming language, which includes modules, classes, exceptions, very high level dynamic data types and dynamic typing. Python supports interfaces to many system calls and libraries, as well as to various windowing systems.\n\nSecurity Fix(es):\n\n* jinja2: Jinja sandbox breakout through attr filter selecting format method (CVE-2025-27516)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
        "title": "Details"
      },
      {
        "category": "legal_disclaimer",
        "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
        "title": "Terms of Use"
      }
    ],
    "publisher": {
      "category": "vendor",
      "contact_details": "https://access.redhat.com/security/team/contact/",
      "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
      "name": "Red Hat Product Security",
      "namespace": "https://www.redhat.com"
    },
    "references": [
      {
        "category": "self",
        "summary": "https://access.redhat.com/errata/RHSA-2025:3622",
        "url": "https://access.redhat.com/errata/RHSA-2025:3622"
      },
      {
        "category": "external",
        "summary": "https://access.redhat.com/security/updates/classification/#important",
        "url": "https://access.redhat.com/security/updates/classification/#important"
      },
      {
        "category": "external",
        "summary": "2350190",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2350190"
      },
      {
        "category": "self",
        "summary": "Canonical URL",
        "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_3622.json"
      }
    ],
    "title": "Red Hat Security Advisory: python-jinja2 security update",
    "tracking": {
      "current_release_date": "2025-10-28T19:42:48+00:00",
      "generator": {
        "date": "2025-10-28T19:42:48+00:00",
        "engine": {
          "name": "Red Hat SDEngine",
          "version": "4.6.10"
        }
      },
      "id": "RHSA-2025:3622",
      "initial_release_date": "2025-04-07T02:17:30+00:00",
      "revision_history": [
        {
          "date": "2025-04-07T02:17:30+00:00",
          "number": "1",
          "summary": "Initial version"
        },
        {
          "date": "2025-04-07T02:17:30+00:00",
          "number": "2",
          "summary": "Last updated version"
        },
        {
          "date": "2025-10-28T19:42:48+00:00",
          "number": "3",
          "summary": "Last generated version"
        }
      ],
      "status": "final",
      "version": "3"
    }
  },
  "product_tree": {
    "branches": [
      {
        "branches": [
          {
            "branches": [
              {
                "category": "product_name",
                "name": "Red Hat Enterprise Linux AppStream AUS (v.8.6)",
                "product": {
                  "name": "Red Hat Enterprise Linux AppStream AUS (v.8.6)",
                  "product_id": "AppStream-8.6.0.Z.AUS",
                  "product_identification_helper": {
                    "cpe": "cpe:/a:redhat:rhel_aus:8.6::appstream"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "Red Hat Enterprise Linux AppStream E4S (v.8.6)",
                "product": {
                  "name": "Red Hat Enterprise Linux AppStream E4S (v.8.6)",
                  "product_id": "AppStream-8.6.0.Z.E4S",
                  "product_identification_helper": {
                    "cpe": "cpe:/a:redhat:rhel_e4s:8.6::appstream"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "Red Hat Enterprise Linux AppStream TUS (v.8.6)",
                "product": {
                  "name": "Red Hat Enterprise Linux AppStream TUS (v.8.6)",
                  "product_id": "AppStream-8.6.0.Z.TUS",
                  "product_identification_helper": {
                    "cpe": "cpe:/a:redhat:rhel_tus:8.6::appstream"
                  }
                }
              }
            ],
            "category": "product_family",
            "name": "Red Hat Enterprise Linux"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "python-jinja2-0:2.10.1-4.el8_6.2.src",
                "product": {
                  "name": "python-jinja2-0:2.10.1-4.el8_6.2.src",
                  "product_id": "python-jinja2-0:2.10.1-4.el8_6.2.src",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python-jinja2@2.10.1-4.el8_6.2?arch=src"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "src"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "python3-jinja2-0:2.10.1-4.el8_6.2.noarch",
                "product": {
                  "name": "python3-jinja2-0:2.10.1-4.el8_6.2.noarch",
                  "product_id": "python3-jinja2-0:2.10.1-4.el8_6.2.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python3-jinja2@2.10.1-4.el8_6.2?arch=noarch"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "noarch"
          }
        ],
        "category": "vendor",
        "name": "Red Hat"
      }
    ],
    "relationships": [
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-jinja2-0:2.10.1-4.el8_6.2.src as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
          "product_id": "AppStream-8.6.0.Z.AUS:python-jinja2-0:2.10.1-4.el8_6.2.src"
        },
        "product_reference": "python-jinja2-0:2.10.1-4.el8_6.2.src",
        "relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-jinja2-0:2.10.1-4.el8_6.2.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
          "product_id": "AppStream-8.6.0.Z.AUS:python3-jinja2-0:2.10.1-4.el8_6.2.noarch"
        },
        "product_reference": "python3-jinja2-0:2.10.1-4.el8_6.2.noarch",
        "relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-jinja2-0:2.10.1-4.el8_6.2.src as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
          "product_id": "AppStream-8.6.0.Z.E4S:python-jinja2-0:2.10.1-4.el8_6.2.src"
        },
        "product_reference": "python-jinja2-0:2.10.1-4.el8_6.2.src",
        "relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-jinja2-0:2.10.1-4.el8_6.2.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
          "product_id": "AppStream-8.6.0.Z.E4S:python3-jinja2-0:2.10.1-4.el8_6.2.noarch"
        },
        "product_reference": "python3-jinja2-0:2.10.1-4.el8_6.2.noarch",
        "relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-jinja2-0:2.10.1-4.el8_6.2.src as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
          "product_id": "AppStream-8.6.0.Z.TUS:python-jinja2-0:2.10.1-4.el8_6.2.src"
        },
        "product_reference": "python-jinja2-0:2.10.1-4.el8_6.2.src",
        "relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-jinja2-0:2.10.1-4.el8_6.2.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
          "product_id": "AppStream-8.6.0.Z.TUS:python3-jinja2-0:2.10.1-4.el8_6.2.noarch"
        },
        "product_reference": "python3-jinja2-0:2.10.1-4.el8_6.2.noarch",
        "relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
      }
    ]
  },
  "vulnerabilities": [
    {
      "cve": "CVE-2025-27516",
      "cwe": {
        "id": "CWE-1336",
        "name": "Improper Neutralization of Special Elements Used in a Template Engine"
      },
      "discovery_date": "2025-03-05T21:01:07.674606+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2350190"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in Jinja. In affected versions, an oversight in how the Jinja sandboxed environment interacts with the `|attr` filter allows an attacker who controls the content of a template to execute arbitrary Python code. To exploit the vulnerability, an attacker needs to control the content of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications that execute untrusted templates. Jinja\u0027s sandbox does catch calls to `str.format` and ensures they don\u0027t escape the sandbox. However, it\u0027s possible to use the `|attr` filter to get a reference to a string\u0027s plain format method, bypassing the sandbox.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "jinja2: Jinja sandbox breakout through attr filter selecting format method",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "This vulnerability is rated as important severity due to the potential for an attacker to bypass Jinja\u0027s sandbox by exploiting the |attr filter, by controlling template content, an attacker can execute arbitrary Python code, impacting the integrity, confidentiality, and availability of the system. While the attack requires user interaction to trigger untrusted templates, the risk is significant in applications that allow such templates to be executed.",
          "title": "Statement"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "AppStream-8.6.0.Z.AUS:python-jinja2-0:2.10.1-4.el8_6.2.src",
          "AppStream-8.6.0.Z.AUS:python3-jinja2-0:2.10.1-4.el8_6.2.noarch",
          "AppStream-8.6.0.Z.E4S:python-jinja2-0:2.10.1-4.el8_6.2.src",
          "AppStream-8.6.0.Z.E4S:python3-jinja2-0:2.10.1-4.el8_6.2.noarch",
          "AppStream-8.6.0.Z.TUS:python-jinja2-0:2.10.1-4.el8_6.2.src",
          "AppStream-8.6.0.Z.TUS:python3-jinja2-0:2.10.1-4.el8_6.2.noarch"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2025-27516"
        },
        {
          "category": "external",
          "summary": "RHBZ#2350190",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2350190"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2025-27516",
          "url": "https://www.cve.org/CVERecord?id=CVE-2025-27516"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-27516",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-27516"
        },
        {
          "category": "external",
          "summary": "https://github.com/pallets/jinja/commit/90457bbf33b8662926ae65cdde4c4c32e756e403",
          "url": "https://github.com/pallets/jinja/commit/90457bbf33b8662926ae65cdde4c4c32e756e403"
        },
        {
          "category": "external",
          "summary": "https://github.com/pallets/jinja/security/advisories/GHSA-cpwx-vrp4-4pq7",
          "url": "https://github.com/pallets/jinja/security/advisories/GHSA-cpwx-vrp4-4pq7"
        }
      ],
      "release_date": "2025-03-05T20:40:06.568000+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2025-04-07T02:17:30+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "AppStream-8.6.0.Z.AUS:python-jinja2-0:2.10.1-4.el8_6.2.src",
            "AppStream-8.6.0.Z.AUS:python3-jinja2-0:2.10.1-4.el8_6.2.noarch",
            "AppStream-8.6.0.Z.E4S:python-jinja2-0:2.10.1-4.el8_6.2.src",
            "AppStream-8.6.0.Z.E4S:python3-jinja2-0:2.10.1-4.el8_6.2.noarch",
            "AppStream-8.6.0.Z.TUS:python-jinja2-0:2.10.1-4.el8_6.2.src",
            "AppStream-8.6.0.Z.TUS:python3-jinja2-0:2.10.1-4.el8_6.2.noarch"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2025:3622"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "LOCAL",
            "availabilityImpact": "HIGH",
            "baseScore": 7.3,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "HIGH",
            "privilegesRequired": "LOW",
            "scope": "UNCHANGED",
            "userInteraction": "REQUIRED",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "AppStream-8.6.0.Z.AUS:python-jinja2-0:2.10.1-4.el8_6.2.src",
            "AppStream-8.6.0.Z.AUS:python3-jinja2-0:2.10.1-4.el8_6.2.noarch",
            "AppStream-8.6.0.Z.E4S:python-jinja2-0:2.10.1-4.el8_6.2.src",
            "AppStream-8.6.0.Z.E4S:python3-jinja2-0:2.10.1-4.el8_6.2.noarch",
            "AppStream-8.6.0.Z.TUS:python-jinja2-0:2.10.1-4.el8_6.2.src",
            "AppStream-8.6.0.Z.TUS:python3-jinja2-0:2.10.1-4.el8_6.2.noarch"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Important"
        }
      ],
      "title": "jinja2: Jinja sandbox breakout through attr filter selecting format method"
    }
  ]
}
  rhsa-2025:3406
Vulnerability from csaf_redhat
Notes
{
  "document": {
    "aggregate_severity": {
      "namespace": "https://access.redhat.com/security/updates/classification/",
      "text": "Important"
    },
    "category": "csaf_security_advisory",
    "csaf_version": "2.0",
    "distribution": {
      "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
      "tlp": {
        "label": "WHITE",
        "url": "https://www.first.org/tlp/"
      }
    },
    "lang": "en",
    "notes": [
      {
        "category": "summary",
        "text": "An update for python-jinja2 is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
        "title": "Topic"
      },
      {
        "category": "general",
        "text": "Python is an interpreted, interactive, object-oriented programming language, which includes modules, classes, exceptions, very high level dynamic data types and dynamic typing. Python supports interfaces to many system calls and libraries, as well as to various windowing systems.\n\nSecurity Fix(es):\n\n* jinja2: Jinja sandbox breakout through attr filter selecting format method (CVE-2025-27516)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
        "title": "Details"
      },
      {
        "category": "legal_disclaimer",
        "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
        "title": "Terms of Use"
      }
    ],
    "publisher": {
      "category": "vendor",
      "contact_details": "https://access.redhat.com/security/team/contact/",
      "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
      "name": "Red Hat Product Security",
      "namespace": "https://www.redhat.com"
    },
    "references": [
      {
        "category": "self",
        "summary": "https://access.redhat.com/errata/RHSA-2025:3406",
        "url": "https://access.redhat.com/errata/RHSA-2025:3406"
      },
      {
        "category": "external",
        "summary": "https://access.redhat.com/security/updates/classification/#important",
        "url": "https://access.redhat.com/security/updates/classification/#important"
      },
      {
        "category": "external",
        "summary": "2350190",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2350190"
      },
      {
        "category": "self",
        "summary": "Canonical URL",
        "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_3406.json"
      }
    ],
    "title": "Red Hat Security Advisory: python-jinja2 security update",
    "tracking": {
      "current_release_date": "2025-10-28T19:42:45+00:00",
      "generator": {
        "date": "2025-10-28T19:42:45+00:00",
        "engine": {
          "name": "Red Hat SDEngine",
          "version": "4.6.10"
        }
      },
      "id": "RHSA-2025:3406",
      "initial_release_date": "2025-03-31T14:03:55+00:00",
      "revision_history": [
        {
          "date": "2025-03-31T14:03:55+00:00",
          "number": "1",
          "summary": "Initial version"
        },
        {
          "date": "2025-03-31T14:03:55+00:00",
          "number": "2",
          "summary": "Last updated version"
        },
        {
          "date": "2025-10-28T19:42:45+00:00",
          "number": "3",
          "summary": "Last generated version"
        }
      ],
      "status": "final",
      "version": "3"
    }
  },
  "product_tree": {
    "branches": [
      {
        "branches": [
          {
            "branches": [
              {
                "category": "product_name",
                "name": "Red Hat Enterprise Linux AppStream (v. 9)",
                "product": {
                  "name": "Red Hat Enterprise Linux AppStream (v. 9)",
                  "product_id": "AppStream-9.5.0.Z.MAIN",
                  "product_identification_helper": {
                    "cpe": "cpe:/a:redhat:enterprise_linux:9::appstream"
                  }
                }
              }
            ],
            "category": "product_family",
            "name": "Red Hat Enterprise Linux"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "python-jinja2-0:2.11.3-8.el9_5.src",
                "product": {
                  "name": "python-jinja2-0:2.11.3-8.el9_5.src",
                  "product_id": "python-jinja2-0:2.11.3-8.el9_5.src",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python-jinja2@2.11.3-8.el9_5?arch=src"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "src"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "python3-jinja2-0:2.11.3-8.el9_5.noarch",
                "product": {
                  "name": "python3-jinja2-0:2.11.3-8.el9_5.noarch",
                  "product_id": "python3-jinja2-0:2.11.3-8.el9_5.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python3-jinja2@2.11.3-8.el9_5?arch=noarch"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "noarch"
          }
        ],
        "category": "vendor",
        "name": "Red Hat"
      }
    ],
    "relationships": [
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-jinja2-0:2.11.3-8.el9_5.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:python-jinja2-0:2.11.3-8.el9_5.src"
        },
        "product_reference": "python-jinja2-0:2.11.3-8.el9_5.src",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-jinja2-0:2.11.3-8.el9_5.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:python3-jinja2-0:2.11.3-8.el9_5.noarch"
        },
        "product_reference": "python3-jinja2-0:2.11.3-8.el9_5.noarch",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      }
    ]
  },
  "vulnerabilities": [
    {
      "cve": "CVE-2025-27516",
      "cwe": {
        "id": "CWE-1336",
        "name": "Improper Neutralization of Special Elements Used in a Template Engine"
      },
      "discovery_date": "2025-03-05T21:01:07.674606+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2350190"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in Jinja. In affected versions, an oversight in how the Jinja sandboxed environment interacts with the `|attr` filter allows an attacker who controls the content of a template to execute arbitrary Python code. To exploit the vulnerability, an attacker needs to control the content of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications that execute untrusted templates. Jinja\u0027s sandbox does catch calls to `str.format` and ensures they don\u0027t escape the sandbox. However, it\u0027s possible to use the `|attr` filter to get a reference to a string\u0027s plain format method, bypassing the sandbox.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "jinja2: Jinja sandbox breakout through attr filter selecting format method",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "This vulnerability is rated as important severity due to the potential for an attacker to bypass Jinja\u0027s sandbox by exploiting the |attr filter, by controlling template content, an attacker can execute arbitrary Python code, impacting the integrity, confidentiality, and availability of the system. While the attack requires user interaction to trigger untrusted templates, the risk is significant in applications that allow such templates to be executed.",
          "title": "Statement"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "AppStream-9.5.0.Z.MAIN:python-jinja2-0:2.11.3-8.el9_5.src",
          "AppStream-9.5.0.Z.MAIN:python3-jinja2-0:2.11.3-8.el9_5.noarch"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2025-27516"
        },
        {
          "category": "external",
          "summary": "RHBZ#2350190",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2350190"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2025-27516",
          "url": "https://www.cve.org/CVERecord?id=CVE-2025-27516"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-27516",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-27516"
        },
        {
          "category": "external",
          "summary": "https://github.com/pallets/jinja/commit/90457bbf33b8662926ae65cdde4c4c32e756e403",
          "url": "https://github.com/pallets/jinja/commit/90457bbf33b8662926ae65cdde4c4c32e756e403"
        },
        {
          "category": "external",
          "summary": "https://github.com/pallets/jinja/security/advisories/GHSA-cpwx-vrp4-4pq7",
          "url": "https://github.com/pallets/jinja/security/advisories/GHSA-cpwx-vrp4-4pq7"
        }
      ],
      "release_date": "2025-03-05T20:40:06.568000+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2025-03-31T14:03:55+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "AppStream-9.5.0.Z.MAIN:python-jinja2-0:2.11.3-8.el9_5.src",
            "AppStream-9.5.0.Z.MAIN:python3-jinja2-0:2.11.3-8.el9_5.noarch"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2025:3406"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "LOCAL",
            "availabilityImpact": "HIGH",
            "baseScore": 7.3,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "HIGH",
            "privilegesRequired": "LOW",
            "scope": "UNCHANGED",
            "userInteraction": "REQUIRED",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "AppStream-9.5.0.Z.MAIN:python-jinja2-0:2.11.3-8.el9_5.src",
            "AppStream-9.5.0.Z.MAIN:python3-jinja2-0:2.11.3-8.el9_5.noarch"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Important"
        }
      ],
      "title": "jinja2: Jinja sandbox breakout through attr filter selecting format method"
    }
  ]
}
  rhsa-2025:4730
Vulnerability from csaf_redhat
Notes
{
  "document": {
    "aggregate_severity": {
      "namespace": "https://access.redhat.com/security/updates/classification/",
      "text": "Important"
    },
    "category": "csaf_security_advisory",
    "csaf_version": "2.0",
    "distribution": {
      "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
      "tlp": {
        "label": "WHITE",
        "url": "https://www.first.org/tlp/"
      }
    },
    "lang": "en",
    "notes": [
      {
        "category": "summary",
        "text": "Red Hat OpenShift Container Platform release 4.16.40 is now available with updates to packages and images that fix several bugs.\n\nThis release includes a security update for Red Hat OpenShift Container Platform 4.16.\n\nRed Hat Product Security has rated this update as having a security impact of important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
        "title": "Topic"
      },
      {
        "category": "general",
        "text": "Red Hat OpenShift Container Platform is Red Hat\u0027s cloud computing Kubernetes application platform solution designed for on-premise or private cloud deployments.\n\nThis advisory contains the RPM packages for Red Hat OpenShift Container Platform 4.16.40. See the following advisory for the container images for this release:\n\nhttps://access.redhat.com/errata/RHSA-2025:4731\n\nSecurity Fix(es):\n\n* jinja2: Jinja sandbox breakout through attr filter selecting format\nmethod (CVE-2025-27516)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAll OpenShift Container Platform 4.16 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.16/html-single/updating_clusters/index#updating-cluster-cli.",
        "title": "Details"
      },
      {
        "category": "legal_disclaimer",
        "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
        "title": "Terms of Use"
      }
    ],
    "publisher": {
      "category": "vendor",
      "contact_details": "https://access.redhat.com/security/team/contact/",
      "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
      "name": "Red Hat Product Security",
      "namespace": "https://www.redhat.com"
    },
    "references": [
      {
        "category": "self",
        "summary": "https://access.redhat.com/errata/RHSA-2025:4730",
        "url": "https://access.redhat.com/errata/RHSA-2025:4730"
      },
      {
        "category": "external",
        "summary": "https://access.redhat.com/security/updates/classification/#important",
        "url": "https://access.redhat.com/security/updates/classification/#important"
      },
      {
        "category": "external",
        "summary": "2350190",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2350190"
      },
      {
        "category": "external",
        "summary": "OCPBUGS-53440",
        "url": "https://issues.redhat.com/browse/OCPBUGS-53440"
      },
      {
        "category": "external",
        "summary": "OCPBUGS-54838",
        "url": "https://issues.redhat.com/browse/OCPBUGS-54838"
      },
      {
        "category": "external",
        "summary": "OCPBUGS-55012",
        "url": "https://issues.redhat.com/browse/OCPBUGS-55012"
      },
      {
        "category": "external",
        "summary": "OCPBUGS-55113",
        "url": "https://issues.redhat.com/browse/OCPBUGS-55113"
      },
      {
        "category": "external",
        "summary": "OCPBUGS-55406",
        "url": "https://issues.redhat.com/browse/OCPBUGS-55406"
      },
      {
        "category": "self",
        "summary": "Canonical URL",
        "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_4730.json"
      }
    ],
    "title": "Red Hat Security Advisory: OpenShift Container Platform 4.16.40 security and extras update",
    "tracking": {
      "current_release_date": "2025-10-28T19:42:52+00:00",
      "generator": {
        "date": "2025-10-28T19:42:52+00:00",
        "engine": {
          "name": "Red Hat SDEngine",
          "version": "4.6.10"
        }
      },
      "id": "RHSA-2025:4730",
      "initial_release_date": "2025-05-15T00:27:35+00:00",
      "revision_history": [
        {
          "date": "2025-05-15T00:27:35+00:00",
          "number": "1",
          "summary": "Initial version"
        },
        {
          "date": "2025-05-15T00:27:35+00:00",
          "number": "2",
          "summary": "Last updated version"
        },
        {
          "date": "2025-10-28T19:42:52+00:00",
          "number": "3",
          "summary": "Last generated version"
        }
      ],
      "status": "final",
      "version": "3"
    }
  },
  "product_tree": {
    "branches": [
      {
        "branches": [
          {
            "branches": [
              {
                "category": "product_name",
                "name": "Red Hat OpenShift Container Platform 4.16",
                "product": {
                  "name": "Red Hat OpenShift Container Platform 4.16",
                  "product_id": "9Base-RHOSE-4.16",
                  "product_identification_helper": {
                    "cpe": "cpe:/a:redhat:openshift:4.16::el9"
                  }
                }
              }
            ],
            "category": "product_family",
            "name": "Red Hat OpenShift Enterprise"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "openshift4/ose-cloud-event-proxy-rhel9@sha256:d5426d11d820775b4d2fd28d34331431f67aa35759ab1f921f2a578008d9a1de_ppc64le",
                "product": {
                  "name": "openshift4/ose-cloud-event-proxy-rhel9@sha256:d5426d11d820775b4d2fd28d34331431f67aa35759ab1f921f2a578008d9a1de_ppc64le",
                  "product_id": "openshift4/ose-cloud-event-proxy-rhel9@sha256:d5426d11d820775b4d2fd28d34331431f67aa35759ab1f921f2a578008d9a1de_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cloud-event-proxy-rhel9@sha256:d5426d11d820775b4d2fd28d34331431f67aa35759ab1f921f2a578008d9a1de?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9\u0026tag=v4.16.0-202504242105.p0.gda6b207.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-nfd-rhel9-operator@sha256:9c2bc95afd088a43eedf4068f8a430615f495479258aab4dcc542e7d8efcc5be_ppc64le",
                "product": {
                  "name": "openshift4/ose-cluster-nfd-rhel9-operator@sha256:9c2bc95afd088a43eedf4068f8a430615f495479258aab4dcc542e7d8efcc5be_ppc64le",
                  "product_id": "openshift4/ose-cluster-nfd-rhel9-operator@sha256:9c2bc95afd088a43eedf4068f8a430615f495479258aab4dcc542e7d8efcc5be_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-nfd-rhel9-operator@sha256:9c2bc95afd088a43eedf4068f8a430615f495479258aab4dcc542e7d8efcc5be?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator\u0026tag=v4.16.0-202504271139.p0.g1536f9e.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/nmstate-console-plugin-rhel9@sha256:c9204ae67ba683a82a187a5074b09a8e09520b52da7b6da09718c6bf99a9e889_ppc64le",
                "product": {
                  "name": "openshift4/nmstate-console-plugin-rhel9@sha256:c9204ae67ba683a82a187a5074b09a8e09520b52da7b6da09718c6bf99a9e889_ppc64le",
                  "product_id": "openshift4/nmstate-console-plugin-rhel9@sha256:c9204ae67ba683a82a187a5074b09a8e09520b52da7b6da09718c6bf99a9e889_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/nmstate-console-plugin-rhel9@sha256:c9204ae67ba683a82a187a5074b09a8e09520b52da7b6da09718c6bf99a9e889?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/nmstate-console-plugin-rhel9\u0026tag=v4.16.0-202505060805.p0.gc538911.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-ansible-rhel9-operator@sha256:0c818bf9990e57b12242e5a363bd9112794597897df7c9430f8b91cce108eaae_ppc64le",
                "product": {
                  "name": "openshift4/ose-ansible-rhel9-operator@sha256:0c818bf9990e57b12242e5a363bd9112794597897df7c9430f8b91cce108eaae_ppc64le",
                  "product_id": "openshift4/ose-ansible-rhel9-operator@sha256:0c818bf9990e57b12242e5a363bd9112794597897df7c9430f8b91cce108eaae_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-ansible-rhel9-operator@sha256:0c818bf9990e57b12242e5a363bd9112794597897df7c9430f8b91cce108eaae?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ansible-rhel9-operator\u0026tag=v4.16.0-202504251337.p0.g0719399.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-operator-sdk-rhel9@sha256:03b5c19fd068ffff0e5a1333f5ba9fc1baea6f504b9e235bd1a60d26616cc3fa_ppc64le",
                "product": {
                  "name": "openshift4/ose-operator-sdk-rhel9@sha256:03b5c19fd068ffff0e5a1333f5ba9fc1baea6f504b9e235bd1a60d26616cc3fa_ppc64le",
                  "product_id": "openshift4/ose-operator-sdk-rhel9@sha256:03b5c19fd068ffff0e5a1333f5ba9fc1baea6f504b9e235bd1a60d26616cc3fa_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-operator-sdk-rhel9@sha256:03b5c19fd068ffff0e5a1333f5ba9fc1baea6f504b9e235bd1a60d26616cc3fa?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-operator-sdk-rhel9\u0026tag=v4.16.0-202505060805.p0.g26e182e.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:6ec1500314c1751b9cccfeabdf71bdd9452ed2ccc55805821111441a06a8293e_ppc64le",
                "product": {
                  "name": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:6ec1500314c1751b9cccfeabdf71bdd9452ed2ccc55805821111441a06a8293e_ppc64le",
                  "product_id": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:6ec1500314c1751b9cccfeabdf71bdd9452ed2ccc55805821111441a06a8293e_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-kubernetes-nmstate-handler-rhel9@sha256:6ec1500314c1751b9cccfeabdf71bdd9452ed2ccc55805821111441a06a8293e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9\u0026tag=v4.16.0-202504231238.p0.g20c879e.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/frr-rhel9@sha256:221d7e87e4b76151dbd3da24df7265acdd410cfdbf74b034429846915444bd4b_ppc64le",
                "product": {
                  "name": "openshift4/frr-rhel9@sha256:221d7e87e4b76151dbd3da24df7265acdd410cfdbf74b034429846915444bd4b_ppc64le",
                  "product_id": "openshift4/frr-rhel9@sha256:221d7e87e4b76151dbd3da24df7265acdd410cfdbf74b034429846915444bd4b_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/frr-rhel9@sha256:221d7e87e4b76151dbd3da24df7265acdd410cfdbf74b034429846915444bd4b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/frr-rhel9\u0026tag=v4.16.0-202505051339.p0.gc1b7d24.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:22437c84d6a182a67ab9ca3861eb02ad866c0305bc3a955f73496948b6f37a9d_ppc64le",
                "product": {
                  "name": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:22437c84d6a182a67ab9ca3861eb02ad866c0305bc3a955f73496948b6f37a9d_ppc64le",
                  "product_id": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:22437c84d6a182a67ab9ca3861eb02ad866c0305bc3a955f73496948b6f37a9d_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/kubernetes-nmstate-rhel9-operator@sha256:22437c84d6a182a67ab9ca3861eb02ad866c0305bc3a955f73496948b6f37a9d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator\u0026tag=v4.16.0-202505060805.p0.g20c879e.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-ptp-rhel9@sha256:2db25166d4b45a3cf3c126482407162436799eb1060ec1f90d196b43d6140ddc_ppc64le",
                "product": {
                  "name": "openshift4/ose-ptp-rhel9@sha256:2db25166d4b45a3cf3c126482407162436799eb1060ec1f90d196b43d6140ddc_ppc64le",
                  "product_id": "openshift4/ose-ptp-rhel9@sha256:2db25166d4b45a3cf3c126482407162436799eb1060ec1f90d196b43d6140ddc_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-ptp-rhel9@sha256:2db25166d4b45a3cf3c126482407162436799eb1060ec1f90d196b43d6140ddc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ptp-rhel9\u0026tag=v4.16.0-202505020146.p0.g5015b5d.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/metallb-rhel9-operator@sha256:c9f6085b094a39085222ada8f140ab26b24b9c5349be0c90d58b032a3725ce53_ppc64le",
                "product": {
                  "name": "openshift4/metallb-rhel9-operator@sha256:c9f6085b094a39085222ada8f140ab26b24b9c5349be0c90d58b032a3725ce53_ppc64le",
                  "product_id": "openshift4/metallb-rhel9-operator@sha256:c9f6085b094a39085222ada8f140ab26b24b9c5349be0c90d58b032a3725ce53_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/metallb-rhel9-operator@sha256:c9f6085b094a39085222ada8f140ab26b24b9c5349be0c90d58b032a3725ce53?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel9-operator\u0026tag=v4.16.0-202505051339.p0.g1e66aae.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-ptp-rhel9-operator@sha256:296464cf63414a10ea0b493ec5dfa2ad810e7baf6eb998d3881855c87d13fe3c_ppc64le",
                "product": {
                  "name": "openshift4/ose-ptp-rhel9-operator@sha256:296464cf63414a10ea0b493ec5dfa2ad810e7baf6eb998d3881855c87d13fe3c_ppc64le",
                  "product_id": "openshift4/ose-ptp-rhel9-operator@sha256:296464cf63414a10ea0b493ec5dfa2ad810e7baf6eb998d3881855c87d13fe3c_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-ptp-rhel9-operator@sha256:296464cf63414a10ea0b493ec5dfa2ad810e7baf6eb998d3881855c87d13fe3c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ptp-rhel9-operator\u0026tag=v4.16.0-202505020146.p0.g94c2ddc.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/sriov-cni-rhel9@sha256:7f68cca81b028f0c38d8a10f3a2615a899666e45ac69eb1243d724191750b565_ppc64le",
                "product": {
                  "name": "openshift4/sriov-cni-rhel9@sha256:7f68cca81b028f0c38d8a10f3a2615a899666e45ac69eb1243d724191750b565_ppc64le",
                  "product_id": "openshift4/sriov-cni-rhel9@sha256:7f68cca81b028f0c38d8a10f3a2615a899666e45ac69eb1243d724191750b565_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/sriov-cni-rhel9@sha256:7f68cca81b028f0c38d8a10f3a2615a899666e45ac69eb1243d724191750b565?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/sriov-cni-rhel9\u0026tag=v4.16.0-202504290837.p0.g33d9a71.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-sriov-network-rhel9-operator@sha256:a08c8dd0124f449e17b7745de6079eef18e4fbd3e5d59809aacbbc8b5e9df08a_ppc64le",
                "product": {
                  "name": "openshift4/ose-sriov-network-rhel9-operator@sha256:a08c8dd0124f449e17b7745de6079eef18e4fbd3e5d59809aacbbc8b5e9df08a_ppc64le",
                  "product_id": "openshift4/ose-sriov-network-rhel9-operator@sha256:a08c8dd0124f449e17b7745de6079eef18e4fbd3e5d59809aacbbc8b5e9df08a_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-sriov-network-rhel9-operator@sha256:a08c8dd0124f449e17b7745de6079eef18e4fbd3e5d59809aacbbc8b5e9df08a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator\u0026tag=v4.16.0-202504290837.p0.ga208f07.assembly.stream.el9"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "ppc64le"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "openshift4/ose-cloud-event-proxy-rhel9@sha256:58e0dfd38aa32b729552bf89f0430e24eac6f396ca1544ed0251a02ee5e50bf0_arm64",
                "product": {
                  "name": "openshift4/ose-cloud-event-proxy-rhel9@sha256:58e0dfd38aa32b729552bf89f0430e24eac6f396ca1544ed0251a02ee5e50bf0_arm64",
                  "product_id": "openshift4/ose-cloud-event-proxy-rhel9@sha256:58e0dfd38aa32b729552bf89f0430e24eac6f396ca1544ed0251a02ee5e50bf0_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cloud-event-proxy-rhel9@sha256:58e0dfd38aa32b729552bf89f0430e24eac6f396ca1544ed0251a02ee5e50bf0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9\u0026tag=v4.16.0-202504242105.p0.gda6b207.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-nfd-rhel9-operator@sha256:2497005b6364d31655088ef6989cba889cba05f1a6c7253b707720993c2307e0_arm64",
                "product": {
                  "name": "openshift4/ose-cluster-nfd-rhel9-operator@sha256:2497005b6364d31655088ef6989cba889cba05f1a6c7253b707720993c2307e0_arm64",
                  "product_id": "openshift4/ose-cluster-nfd-rhel9-operator@sha256:2497005b6364d31655088ef6989cba889cba05f1a6c7253b707720993c2307e0_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-nfd-rhel9-operator@sha256:2497005b6364d31655088ef6989cba889cba05f1a6c7253b707720993c2307e0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator\u0026tag=v4.16.0-202504271139.p0.g1536f9e.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/nmstate-console-plugin-rhel9@sha256:1ceb2241e0fcbfd6851bbcc9cd1c07b9b6161b935efe4965359286b4f62255cd_arm64",
                "product": {
                  "name": "openshift4/nmstate-console-plugin-rhel9@sha256:1ceb2241e0fcbfd6851bbcc9cd1c07b9b6161b935efe4965359286b4f62255cd_arm64",
                  "product_id": "openshift4/nmstate-console-plugin-rhel9@sha256:1ceb2241e0fcbfd6851bbcc9cd1c07b9b6161b935efe4965359286b4f62255cd_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/nmstate-console-plugin-rhel9@sha256:1ceb2241e0fcbfd6851bbcc9cd1c07b9b6161b935efe4965359286b4f62255cd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/nmstate-console-plugin-rhel9\u0026tag=v4.16.0-202505060805.p0.gc538911.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-ansible-rhel9-operator@sha256:bb8d9150acf0a302c4086f532732e839c7fd0baa4313fa66f827daa188cc1ef2_arm64",
                "product": {
                  "name": "openshift4/ose-ansible-rhel9-operator@sha256:bb8d9150acf0a302c4086f532732e839c7fd0baa4313fa66f827daa188cc1ef2_arm64",
                  "product_id": "openshift4/ose-ansible-rhel9-operator@sha256:bb8d9150acf0a302c4086f532732e839c7fd0baa4313fa66f827daa188cc1ef2_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-ansible-rhel9-operator@sha256:bb8d9150acf0a302c4086f532732e839c7fd0baa4313fa66f827daa188cc1ef2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ansible-rhel9-operator\u0026tag=v4.16.0-202504251337.p0.g0719399.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-operator-sdk-rhel9@sha256:f5e6fb6c5e591572eb8489f78a2f20e30a06cc0da17ce78ec18ce52397eb410c_arm64",
                "product": {
                  "name": "openshift4/ose-operator-sdk-rhel9@sha256:f5e6fb6c5e591572eb8489f78a2f20e30a06cc0da17ce78ec18ce52397eb410c_arm64",
                  "product_id": "openshift4/ose-operator-sdk-rhel9@sha256:f5e6fb6c5e591572eb8489f78a2f20e30a06cc0da17ce78ec18ce52397eb410c_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-operator-sdk-rhel9@sha256:f5e6fb6c5e591572eb8489f78a2f20e30a06cc0da17ce78ec18ce52397eb410c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-sdk-rhel9\u0026tag=v4.16.0-202505060805.p0.g26e182e.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:4435de733d95087992b9257d5319de2e6f0af413a3547daed21ba9d13b6281ec_arm64",
                "product": {
                  "name": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:4435de733d95087992b9257d5319de2e6f0af413a3547daed21ba9d13b6281ec_arm64",
                  "product_id": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:4435de733d95087992b9257d5319de2e6f0af413a3547daed21ba9d13b6281ec_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-kubernetes-nmstate-handler-rhel9@sha256:4435de733d95087992b9257d5319de2e6f0af413a3547daed21ba9d13b6281ec?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9\u0026tag=v4.16.0-202504231238.p0.g20c879e.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/frr-rhel9@sha256:96c5cee0870bc9204c73661d8b5adcec1e8f3a0db95fc696d12f55e3e330bcf2_arm64",
                "product": {
                  "name": "openshift4/frr-rhel9@sha256:96c5cee0870bc9204c73661d8b5adcec1e8f3a0db95fc696d12f55e3e330bcf2_arm64",
                  "product_id": "openshift4/frr-rhel9@sha256:96c5cee0870bc9204c73661d8b5adcec1e8f3a0db95fc696d12f55e3e330bcf2_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/frr-rhel9@sha256:96c5cee0870bc9204c73661d8b5adcec1e8f3a0db95fc696d12f55e3e330bcf2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/frr-rhel9\u0026tag=v4.16.0-202505051339.p0.gc1b7d24.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:6c06f91e2083231b9a346dc1f0d729e80331392ee4dc61de7b3ed92c20a215db_arm64",
                "product": {
                  "name": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:6c06f91e2083231b9a346dc1f0d729e80331392ee4dc61de7b3ed92c20a215db_arm64",
                  "product_id": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:6c06f91e2083231b9a346dc1f0d729e80331392ee4dc61de7b3ed92c20a215db_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/kubernetes-nmstate-rhel9-operator@sha256:6c06f91e2083231b9a346dc1f0d729e80331392ee4dc61de7b3ed92c20a215db?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator\u0026tag=v4.16.0-202505060805.p0.g20c879e.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-ptp-rhel9@sha256:ad1eb1a353606cd6e5c1520f145a9f34ba56cf1a4bf5bb0329c0fe5b3f7066c9_arm64",
                "product": {
                  "name": "openshift4/ose-ptp-rhel9@sha256:ad1eb1a353606cd6e5c1520f145a9f34ba56cf1a4bf5bb0329c0fe5b3f7066c9_arm64",
                  "product_id": "openshift4/ose-ptp-rhel9@sha256:ad1eb1a353606cd6e5c1520f145a9f34ba56cf1a4bf5bb0329c0fe5b3f7066c9_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-ptp-rhel9@sha256:ad1eb1a353606cd6e5c1520f145a9f34ba56cf1a4bf5bb0329c0fe5b3f7066c9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ptp-rhel9\u0026tag=v4.16.0-202505020146.p0.g5015b5d.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/metallb-rhel9-operator@sha256:4184a65bc8e4f752a485ec8fdcef88fbf7522167b49513fa23f6ae4606c0bafc_arm64",
                "product": {
                  "name": "openshift4/metallb-rhel9-operator@sha256:4184a65bc8e4f752a485ec8fdcef88fbf7522167b49513fa23f6ae4606c0bafc_arm64",
                  "product_id": "openshift4/metallb-rhel9-operator@sha256:4184a65bc8e4f752a485ec8fdcef88fbf7522167b49513fa23f6ae4606c0bafc_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/metallb-rhel9-operator@sha256:4184a65bc8e4f752a485ec8fdcef88fbf7522167b49513fa23f6ae4606c0bafc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel9-operator\u0026tag=v4.16.0-202505051339.p0.g1e66aae.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-ptp-rhel9-operator@sha256:077d7cd85be471cc0bd86325b7eee66356274a2bce8140da5f00ddef78b7c528_arm64",
                "product": {
                  "name": "openshift4/ose-ptp-rhel9-operator@sha256:077d7cd85be471cc0bd86325b7eee66356274a2bce8140da5f00ddef78b7c528_arm64",
                  "product_id": "openshift4/ose-ptp-rhel9-operator@sha256:077d7cd85be471cc0bd86325b7eee66356274a2bce8140da5f00ddef78b7c528_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-ptp-rhel9-operator@sha256:077d7cd85be471cc0bd86325b7eee66356274a2bce8140da5f00ddef78b7c528?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ptp-rhel9-operator\u0026tag=v4.16.0-202505020146.p0.g94c2ddc.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/sriov-cni-rhel9@sha256:8cb97ace3437ad13ec318705e9b03995b0b94d5efdc609adf4d2f19493ddec52_arm64",
                "product": {
                  "name": "openshift4/sriov-cni-rhel9@sha256:8cb97ace3437ad13ec318705e9b03995b0b94d5efdc609adf4d2f19493ddec52_arm64",
                  "product_id": "openshift4/sriov-cni-rhel9@sha256:8cb97ace3437ad13ec318705e9b03995b0b94d5efdc609adf4d2f19493ddec52_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/sriov-cni-rhel9@sha256:8cb97ace3437ad13ec318705e9b03995b0b94d5efdc609adf4d2f19493ddec52?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/sriov-cni-rhel9\u0026tag=v4.16.0-202504290837.p0.g33d9a71.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-sriov-network-rhel9-operator@sha256:9299a8076d32a3013214c204f217a936d1af54f585925a8bebee52a914b6e632_arm64",
                "product": {
                  "name": "openshift4/ose-sriov-network-rhel9-operator@sha256:9299a8076d32a3013214c204f217a936d1af54f585925a8bebee52a914b6e632_arm64",
                  "product_id": "openshift4/ose-sriov-network-rhel9-operator@sha256:9299a8076d32a3013214c204f217a936d1af54f585925a8bebee52a914b6e632_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-sriov-network-rhel9-operator@sha256:9299a8076d32a3013214c204f217a936d1af54f585925a8bebee52a914b6e632?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator\u0026tag=v4.16.0-202504290837.p0.ga208f07.assembly.stream.el9"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "arm64"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "openshift4/ose-cloud-event-proxy-rhel9@sha256:a713b1a513e604d8a8643458220fef2625f6363dd691863b50e8ab90ad9cbdd7_amd64",
                "product": {
                  "name": "openshift4/ose-cloud-event-proxy-rhel9@sha256:a713b1a513e604d8a8643458220fef2625f6363dd691863b50e8ab90ad9cbdd7_amd64",
                  "product_id": "openshift4/ose-cloud-event-proxy-rhel9@sha256:a713b1a513e604d8a8643458220fef2625f6363dd691863b50e8ab90ad9cbdd7_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cloud-event-proxy-rhel9@sha256:a713b1a513e604d8a8643458220fef2625f6363dd691863b50e8ab90ad9cbdd7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9\u0026tag=v4.16.0-202504242105.p0.gda6b207.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-nfd-rhel9-operator@sha256:f66d32b875d7bb22e34f7108b95ab079a2609007bb5923eaeae18a3b826b8b76_amd64",
                "product": {
                  "name": "openshift4/ose-cluster-nfd-rhel9-operator@sha256:f66d32b875d7bb22e34f7108b95ab079a2609007bb5923eaeae18a3b826b8b76_amd64",
                  "product_id": "openshift4/ose-cluster-nfd-rhel9-operator@sha256:f66d32b875d7bb22e34f7108b95ab079a2609007bb5923eaeae18a3b826b8b76_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-nfd-rhel9-operator@sha256:f66d32b875d7bb22e34f7108b95ab079a2609007bb5923eaeae18a3b826b8b76?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator\u0026tag=v4.16.0-202504271139.p0.g1536f9e.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/nmstate-console-plugin-rhel9@sha256:af311ceb628f18c2cdd18ad36e349769427600c851fb6605959093430acf2604_amd64",
                "product": {
                  "name": "openshift4/nmstate-console-plugin-rhel9@sha256:af311ceb628f18c2cdd18ad36e349769427600c851fb6605959093430acf2604_amd64",
                  "product_id": "openshift4/nmstate-console-plugin-rhel9@sha256:af311ceb628f18c2cdd18ad36e349769427600c851fb6605959093430acf2604_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/nmstate-console-plugin-rhel9@sha256:af311ceb628f18c2cdd18ad36e349769427600c851fb6605959093430acf2604?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/nmstate-console-plugin-rhel9\u0026tag=v4.16.0-202505060805.p0.gc538911.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-ansible-rhel9-operator@sha256:1e39f53b7bef11d71f4e30c39be4f0354c7433f9cafd340bd25ce4ceda1738f9_amd64",
                "product": {
                  "name": "openshift4/ose-ansible-rhel9-operator@sha256:1e39f53b7bef11d71f4e30c39be4f0354c7433f9cafd340bd25ce4ceda1738f9_amd64",
                  "product_id": "openshift4/ose-ansible-rhel9-operator@sha256:1e39f53b7bef11d71f4e30c39be4f0354c7433f9cafd340bd25ce4ceda1738f9_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-ansible-rhel9-operator@sha256:1e39f53b7bef11d71f4e30c39be4f0354c7433f9cafd340bd25ce4ceda1738f9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ansible-rhel9-operator\u0026tag=v4.16.0-202504251337.p0.g0719399.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-operator-sdk-rhel9@sha256:2fcf31fa5b8bfdd0719fb0d90918278843587a1918641a12dca78bc813967b61_amd64",
                "product": {
                  "name": "openshift4/ose-operator-sdk-rhel9@sha256:2fcf31fa5b8bfdd0719fb0d90918278843587a1918641a12dca78bc813967b61_amd64",
                  "product_id": "openshift4/ose-operator-sdk-rhel9@sha256:2fcf31fa5b8bfdd0719fb0d90918278843587a1918641a12dca78bc813967b61_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-operator-sdk-rhel9@sha256:2fcf31fa5b8bfdd0719fb0d90918278843587a1918641a12dca78bc813967b61?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-sdk-rhel9\u0026tag=v4.16.0-202505060805.p0.g26e182e.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:7edde0929bb651f477c3177227c303188603c8431d68d2536a3446c487b4ac21_amd64",
                "product": {
                  "name": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:7edde0929bb651f477c3177227c303188603c8431d68d2536a3446c487b4ac21_amd64",
                  "product_id": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:7edde0929bb651f477c3177227c303188603c8431d68d2536a3446c487b4ac21_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-kubernetes-nmstate-handler-rhel9@sha256:7edde0929bb651f477c3177227c303188603c8431d68d2536a3446c487b4ac21?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9\u0026tag=v4.16.0-202504231238.p0.g20c879e.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/frr-rhel9@sha256:8b6562ee27b7042884bcf14c4d48fb736c2d0be7b84b2a066b07de718cde4911_amd64",
                "product": {
                  "name": "openshift4/frr-rhel9@sha256:8b6562ee27b7042884bcf14c4d48fb736c2d0be7b84b2a066b07de718cde4911_amd64",
                  "product_id": "openshift4/frr-rhel9@sha256:8b6562ee27b7042884bcf14c4d48fb736c2d0be7b84b2a066b07de718cde4911_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/frr-rhel9@sha256:8b6562ee27b7042884bcf14c4d48fb736c2d0be7b84b2a066b07de718cde4911?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/frr-rhel9\u0026tag=v4.16.0-202505051339.p0.gc1b7d24.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:2f7d180614326176407f18e7a70ca7ef3d9df68d9e48ca498176985e4c9f0c0d_amd64",
                "product": {
                  "name": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:2f7d180614326176407f18e7a70ca7ef3d9df68d9e48ca498176985e4c9f0c0d_amd64",
                  "product_id": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:2f7d180614326176407f18e7a70ca7ef3d9df68d9e48ca498176985e4c9f0c0d_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/kubernetes-nmstate-rhel9-operator@sha256:2f7d180614326176407f18e7a70ca7ef3d9df68d9e48ca498176985e4c9f0c0d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator\u0026tag=v4.16.0-202505060805.p0.g20c879e.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-ptp-rhel9@sha256:a895c91e34f5d3783f3c05f87dc9120904367a1ae00e4e86e9d214d8e5395642_amd64",
                "product": {
                  "name": "openshift4/ose-ptp-rhel9@sha256:a895c91e34f5d3783f3c05f87dc9120904367a1ae00e4e86e9d214d8e5395642_amd64",
                  "product_id": "openshift4/ose-ptp-rhel9@sha256:a895c91e34f5d3783f3c05f87dc9120904367a1ae00e4e86e9d214d8e5395642_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-ptp-rhel9@sha256:a895c91e34f5d3783f3c05f87dc9120904367a1ae00e4e86e9d214d8e5395642?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ptp-rhel9\u0026tag=v4.16.0-202505020146.p0.g5015b5d.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/metallb-rhel9-operator@sha256:b7c1c847342389d0caed56f2592e3e488ddd11a2d202e7b36da4718d12cf791f_amd64",
                "product": {
                  "name": "openshift4/metallb-rhel9-operator@sha256:b7c1c847342389d0caed56f2592e3e488ddd11a2d202e7b36da4718d12cf791f_amd64",
                  "product_id": "openshift4/metallb-rhel9-operator@sha256:b7c1c847342389d0caed56f2592e3e488ddd11a2d202e7b36da4718d12cf791f_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/metallb-rhel9-operator@sha256:b7c1c847342389d0caed56f2592e3e488ddd11a2d202e7b36da4718d12cf791f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel9-operator\u0026tag=v4.16.0-202505051339.p0.g1e66aae.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-ptp-rhel9-operator@sha256:abcf8ba9c6fa184a7ee243b04ed51bbe83f86e1c9137043092862b62967003d3_amd64",
                "product": {
                  "name": "openshift4/ose-ptp-rhel9-operator@sha256:abcf8ba9c6fa184a7ee243b04ed51bbe83f86e1c9137043092862b62967003d3_amd64",
                  "product_id": "openshift4/ose-ptp-rhel9-operator@sha256:abcf8ba9c6fa184a7ee243b04ed51bbe83f86e1c9137043092862b62967003d3_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-ptp-rhel9-operator@sha256:abcf8ba9c6fa184a7ee243b04ed51bbe83f86e1c9137043092862b62967003d3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ptp-rhel9-operator\u0026tag=v4.16.0-202505020146.p0.g94c2ddc.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/sriov-cni-rhel9@sha256:5650ea503440534758b827a48b3b79d625654e84263373dafcafbbd055fe709c_amd64",
                "product": {
                  "name": "openshift4/sriov-cni-rhel9@sha256:5650ea503440534758b827a48b3b79d625654e84263373dafcafbbd055fe709c_amd64",
                  "product_id": "openshift4/sriov-cni-rhel9@sha256:5650ea503440534758b827a48b3b79d625654e84263373dafcafbbd055fe709c_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/sriov-cni-rhel9@sha256:5650ea503440534758b827a48b3b79d625654e84263373dafcafbbd055fe709c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/sriov-cni-rhel9\u0026tag=v4.16.0-202504290837.p0.g33d9a71.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-sriov-network-rhel9-operator@sha256:1fba438c5db043f5e14416f09163a880719600f293301a5877513c292e03d8ae_amd64",
                "product": {
                  "name": "openshift4/ose-sriov-network-rhel9-operator@sha256:1fba438c5db043f5e14416f09163a880719600f293301a5877513c292e03d8ae_amd64",
                  "product_id": "openshift4/ose-sriov-network-rhel9-operator@sha256:1fba438c5db043f5e14416f09163a880719600f293301a5877513c292e03d8ae_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-sriov-network-rhel9-operator@sha256:1fba438c5db043f5e14416f09163a880719600f293301a5877513c292e03d8ae?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator\u0026tag=v4.16.0-202504290837.p0.ga208f07.assembly.stream.el9"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "amd64"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-nfd-rhel9-operator@sha256:5630eb0dd16b3783db6a3b5e42b46e2c12d0597187542aafdf3dd02ca0e391a5_s390x",
                "product": {
                  "name": "openshift4/ose-cluster-nfd-rhel9-operator@sha256:5630eb0dd16b3783db6a3b5e42b46e2c12d0597187542aafdf3dd02ca0e391a5_s390x",
                  "product_id": "openshift4/ose-cluster-nfd-rhel9-operator@sha256:5630eb0dd16b3783db6a3b5e42b46e2c12d0597187542aafdf3dd02ca0e391a5_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-nfd-rhel9-operator@sha256:5630eb0dd16b3783db6a3b5e42b46e2c12d0597187542aafdf3dd02ca0e391a5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator\u0026tag=v4.16.0-202504271139.p0.g1536f9e.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/nmstate-console-plugin-rhel9@sha256:c10271cbb189dc93527e83908e38df7882c2f71a320ba150036fc1c01bcbf40e_s390x",
                "product": {
                  "name": "openshift4/nmstate-console-plugin-rhel9@sha256:c10271cbb189dc93527e83908e38df7882c2f71a320ba150036fc1c01bcbf40e_s390x",
                  "product_id": "openshift4/nmstate-console-plugin-rhel9@sha256:c10271cbb189dc93527e83908e38df7882c2f71a320ba150036fc1c01bcbf40e_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/nmstate-console-plugin-rhel9@sha256:c10271cbb189dc93527e83908e38df7882c2f71a320ba150036fc1c01bcbf40e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/nmstate-console-plugin-rhel9\u0026tag=v4.16.0-202505060805.p0.gc538911.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-ansible-rhel9-operator@sha256:88ef365b8dc1ef3bb8e07a680a0184511e0b4e816ed0ce3b1298da33211c00cf_s390x",
                "product": {
                  "name": "openshift4/ose-ansible-rhel9-operator@sha256:88ef365b8dc1ef3bb8e07a680a0184511e0b4e816ed0ce3b1298da33211c00cf_s390x",
                  "product_id": "openshift4/ose-ansible-rhel9-operator@sha256:88ef365b8dc1ef3bb8e07a680a0184511e0b4e816ed0ce3b1298da33211c00cf_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-ansible-rhel9-operator@sha256:88ef365b8dc1ef3bb8e07a680a0184511e0b4e816ed0ce3b1298da33211c00cf?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ansible-rhel9-operator\u0026tag=v4.16.0-202504251337.p0.g0719399.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-operator-sdk-rhel9@sha256:e135d6230b953ac7616cb3f290871bdc388fa76a910bfb2d9f067a2fc1fa1806_s390x",
                "product": {
                  "name": "openshift4/ose-operator-sdk-rhel9@sha256:e135d6230b953ac7616cb3f290871bdc388fa76a910bfb2d9f067a2fc1fa1806_s390x",
                  "product_id": "openshift4/ose-operator-sdk-rhel9@sha256:e135d6230b953ac7616cb3f290871bdc388fa76a910bfb2d9f067a2fc1fa1806_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-operator-sdk-rhel9@sha256:e135d6230b953ac7616cb3f290871bdc388fa76a910bfb2d9f067a2fc1fa1806?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-operator-sdk-rhel9\u0026tag=v4.16.0-202505060805.p0.g26e182e.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:8ef00af5e05e43e39ec59c226977ac26d889163bb29d8abef39c89bea624a803_s390x",
                "product": {
                  "name": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:8ef00af5e05e43e39ec59c226977ac26d889163bb29d8abef39c89bea624a803_s390x",
                  "product_id": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:8ef00af5e05e43e39ec59c226977ac26d889163bb29d8abef39c89bea624a803_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-kubernetes-nmstate-handler-rhel9@sha256:8ef00af5e05e43e39ec59c226977ac26d889163bb29d8abef39c89bea624a803?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9\u0026tag=v4.16.0-202504231238.p0.g20c879e.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/frr-rhel9@sha256:4c05d62772fb177dc1f5198c2712bf5c3dd970e9580977313ffbc4af88cfa069_s390x",
                "product": {
                  "name": "openshift4/frr-rhel9@sha256:4c05d62772fb177dc1f5198c2712bf5c3dd970e9580977313ffbc4af88cfa069_s390x",
                  "product_id": "openshift4/frr-rhel9@sha256:4c05d62772fb177dc1f5198c2712bf5c3dd970e9580977313ffbc4af88cfa069_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/frr-rhel9@sha256:4c05d62772fb177dc1f5198c2712bf5c3dd970e9580977313ffbc4af88cfa069?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/frr-rhel9\u0026tag=v4.16.0-202505051339.p0.gc1b7d24.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:2a78648440ab1dd87edaa916f08fb6a6cbbe8d625f8cb39ab0ccbb0c1d4caabb_s390x",
                "product": {
                  "name": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:2a78648440ab1dd87edaa916f08fb6a6cbbe8d625f8cb39ab0ccbb0c1d4caabb_s390x",
                  "product_id": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:2a78648440ab1dd87edaa916f08fb6a6cbbe8d625f8cb39ab0ccbb0c1d4caabb_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/kubernetes-nmstate-rhel9-operator@sha256:2a78648440ab1dd87edaa916f08fb6a6cbbe8d625f8cb39ab0ccbb0c1d4caabb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator\u0026tag=v4.16.0-202505060805.p0.g20c879e.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/metallb-rhel9-operator@sha256:a41a5e4541631b27b491dc504443e70ffe97ede88b4d35d2201309f4dc91a8e2_s390x",
                "product": {
                  "name": "openshift4/metallb-rhel9-operator@sha256:a41a5e4541631b27b491dc504443e70ffe97ede88b4d35d2201309f4dc91a8e2_s390x",
                  "product_id": "openshift4/metallb-rhel9-operator@sha256:a41a5e4541631b27b491dc504443e70ffe97ede88b4d35d2201309f4dc91a8e2_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/metallb-rhel9-operator@sha256:a41a5e4541631b27b491dc504443e70ffe97ede88b4d35d2201309f4dc91a8e2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel9-operator\u0026tag=v4.16.0-202505051339.p0.g1e66aae.assembly.stream.el9"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "s390x"
          }
        ],
        "category": "vendor",
        "name": "Red Hat"
      }
    ],
    "relationships": [
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/frr-rhel9@sha256:221d7e87e4b76151dbd3da24df7265acdd410cfdbf74b034429846915444bd4b_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
          "product_id": "9Base-RHOSE-4.16:openshift4/frr-rhel9@sha256:221d7e87e4b76151dbd3da24df7265acdd410cfdbf74b034429846915444bd4b_ppc64le"
        },
        "product_reference": "openshift4/frr-rhel9@sha256:221d7e87e4b76151dbd3da24df7265acdd410cfdbf74b034429846915444bd4b_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.16"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/frr-rhel9@sha256:4c05d62772fb177dc1f5198c2712bf5c3dd970e9580977313ffbc4af88cfa069_s390x as a component of Red Hat OpenShift Container Platform 4.16",
          "product_id": "9Base-RHOSE-4.16:openshift4/frr-rhel9@sha256:4c05d62772fb177dc1f5198c2712bf5c3dd970e9580977313ffbc4af88cfa069_s390x"
        },
        "product_reference": "openshift4/frr-rhel9@sha256:4c05d62772fb177dc1f5198c2712bf5c3dd970e9580977313ffbc4af88cfa069_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.16"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/frr-rhel9@sha256:8b6562ee27b7042884bcf14c4d48fb736c2d0be7b84b2a066b07de718cde4911_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
          "product_id": "9Base-RHOSE-4.16:openshift4/frr-rhel9@sha256:8b6562ee27b7042884bcf14c4d48fb736c2d0be7b84b2a066b07de718cde4911_amd64"
        },
        "product_reference": "openshift4/frr-rhel9@sha256:8b6562ee27b7042884bcf14c4d48fb736c2d0be7b84b2a066b07de718cde4911_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.16"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/frr-rhel9@sha256:96c5cee0870bc9204c73661d8b5adcec1e8f3a0db95fc696d12f55e3e330bcf2_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
          "product_id": "9Base-RHOSE-4.16:openshift4/frr-rhel9@sha256:96c5cee0870bc9204c73661d8b5adcec1e8f3a0db95fc696d12f55e3e330bcf2_arm64"
        },
        "product_reference": "openshift4/frr-rhel9@sha256:96c5cee0870bc9204c73661d8b5adcec1e8f3a0db95fc696d12f55e3e330bcf2_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.16"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:22437c84d6a182a67ab9ca3861eb02ad866c0305bc3a955f73496948b6f37a9d_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
          "product_id": "9Base-RHOSE-4.16:openshift4/kubernetes-nmstate-rhel9-operator@sha256:22437c84d6a182a67ab9ca3861eb02ad866c0305bc3a955f73496948b6f37a9d_ppc64le"
        },
        "product_reference": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:22437c84d6a182a67ab9ca3861eb02ad866c0305bc3a955f73496948b6f37a9d_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.16"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:2a78648440ab1dd87edaa916f08fb6a6cbbe8d625f8cb39ab0ccbb0c1d4caabb_s390x as a component of Red Hat OpenShift Container Platform 4.16",
          "product_id": "9Base-RHOSE-4.16:openshift4/kubernetes-nmstate-rhel9-operator@sha256:2a78648440ab1dd87edaa916f08fb6a6cbbe8d625f8cb39ab0ccbb0c1d4caabb_s390x"
        },
        "product_reference": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:2a78648440ab1dd87edaa916f08fb6a6cbbe8d625f8cb39ab0ccbb0c1d4caabb_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.16"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:2f7d180614326176407f18e7a70ca7ef3d9df68d9e48ca498176985e4c9f0c0d_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
          "product_id": "9Base-RHOSE-4.16:openshift4/kubernetes-nmstate-rhel9-operator@sha256:2f7d180614326176407f18e7a70ca7ef3d9df68d9e48ca498176985e4c9f0c0d_amd64"
        },
        "product_reference": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:2f7d180614326176407f18e7a70ca7ef3d9df68d9e48ca498176985e4c9f0c0d_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.16"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:6c06f91e2083231b9a346dc1f0d729e80331392ee4dc61de7b3ed92c20a215db_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
          "product_id": "9Base-RHOSE-4.16:openshift4/kubernetes-nmstate-rhel9-operator@sha256:6c06f91e2083231b9a346dc1f0d729e80331392ee4dc61de7b3ed92c20a215db_arm64"
        },
        "product_reference": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:6c06f91e2083231b9a346dc1f0d729e80331392ee4dc61de7b3ed92c20a215db_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.16"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/metallb-rhel9-operator@sha256:4184a65bc8e4f752a485ec8fdcef88fbf7522167b49513fa23f6ae4606c0bafc_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
          "product_id": "9Base-RHOSE-4.16:openshift4/metallb-rhel9-operator@sha256:4184a65bc8e4f752a485ec8fdcef88fbf7522167b49513fa23f6ae4606c0bafc_arm64"
        },
        "product_reference": "openshift4/metallb-rhel9-operator@sha256:4184a65bc8e4f752a485ec8fdcef88fbf7522167b49513fa23f6ae4606c0bafc_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.16"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/metallb-rhel9-operator@sha256:a41a5e4541631b27b491dc504443e70ffe97ede88b4d35d2201309f4dc91a8e2_s390x as a component of Red Hat OpenShift Container Platform 4.16",
          "product_id": "9Base-RHOSE-4.16:openshift4/metallb-rhel9-operator@sha256:a41a5e4541631b27b491dc504443e70ffe97ede88b4d35d2201309f4dc91a8e2_s390x"
        },
        "product_reference": "openshift4/metallb-rhel9-operator@sha256:a41a5e4541631b27b491dc504443e70ffe97ede88b4d35d2201309f4dc91a8e2_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.16"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/metallb-rhel9-operator@sha256:b7c1c847342389d0caed56f2592e3e488ddd11a2d202e7b36da4718d12cf791f_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
          "product_id": "9Base-RHOSE-4.16:openshift4/metallb-rhel9-operator@sha256:b7c1c847342389d0caed56f2592e3e488ddd11a2d202e7b36da4718d12cf791f_amd64"
        },
        "product_reference": "openshift4/metallb-rhel9-operator@sha256:b7c1c847342389d0caed56f2592e3e488ddd11a2d202e7b36da4718d12cf791f_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.16"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/metallb-rhel9-operator@sha256:c9f6085b094a39085222ada8f140ab26b24b9c5349be0c90d58b032a3725ce53_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
          "product_id": "9Base-RHOSE-4.16:openshift4/metallb-rhel9-operator@sha256:c9f6085b094a39085222ada8f140ab26b24b9c5349be0c90d58b032a3725ce53_ppc64le"
        },
        "product_reference": "openshift4/metallb-rhel9-operator@sha256:c9f6085b094a39085222ada8f140ab26b24b9c5349be0c90d58b032a3725ce53_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.16"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/nmstate-console-plugin-rhel9@sha256:1ceb2241e0fcbfd6851bbcc9cd1c07b9b6161b935efe4965359286b4f62255cd_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
          "product_id": "9Base-RHOSE-4.16:openshift4/nmstate-console-plugin-rhel9@sha256:1ceb2241e0fcbfd6851bbcc9cd1c07b9b6161b935efe4965359286b4f62255cd_arm64"
        },
        "product_reference": "openshift4/nmstate-console-plugin-rhel9@sha256:1ceb2241e0fcbfd6851bbcc9cd1c07b9b6161b935efe4965359286b4f62255cd_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.16"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/nmstate-console-plugin-rhel9@sha256:af311ceb628f18c2cdd18ad36e349769427600c851fb6605959093430acf2604_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
          "product_id": "9Base-RHOSE-4.16:openshift4/nmstate-console-plugin-rhel9@sha256:af311ceb628f18c2cdd18ad36e349769427600c851fb6605959093430acf2604_amd64"
        },
        "product_reference": "openshift4/nmstate-console-plugin-rhel9@sha256:af311ceb628f18c2cdd18ad36e349769427600c851fb6605959093430acf2604_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.16"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/nmstate-console-plugin-rhel9@sha256:c10271cbb189dc93527e83908e38df7882c2f71a320ba150036fc1c01bcbf40e_s390x as a component of Red Hat OpenShift Container Platform 4.16",
          "product_id": "9Base-RHOSE-4.16:openshift4/nmstate-console-plugin-rhel9@sha256:c10271cbb189dc93527e83908e38df7882c2f71a320ba150036fc1c01bcbf40e_s390x"
        },
        "product_reference": "openshift4/nmstate-console-plugin-rhel9@sha256:c10271cbb189dc93527e83908e38df7882c2f71a320ba150036fc1c01bcbf40e_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.16"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/nmstate-console-plugin-rhel9@sha256:c9204ae67ba683a82a187a5074b09a8e09520b52da7b6da09718c6bf99a9e889_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
          "product_id": "9Base-RHOSE-4.16:openshift4/nmstate-console-plugin-rhel9@sha256:c9204ae67ba683a82a187a5074b09a8e09520b52da7b6da09718c6bf99a9e889_ppc64le"
        },
        "product_reference": "openshift4/nmstate-console-plugin-rhel9@sha256:c9204ae67ba683a82a187a5074b09a8e09520b52da7b6da09718c6bf99a9e889_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.16"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-ansible-rhel9-operator@sha256:0c818bf9990e57b12242e5a363bd9112794597897df7c9430f8b91cce108eaae_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
          "product_id": "9Base-RHOSE-4.16:openshift4/ose-ansible-rhel9-operator@sha256:0c818bf9990e57b12242e5a363bd9112794597897df7c9430f8b91cce108eaae_ppc64le"
        },
        "product_reference": "openshift4/ose-ansible-rhel9-operator@sha256:0c818bf9990e57b12242e5a363bd9112794597897df7c9430f8b91cce108eaae_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.16"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-ansible-rhel9-operator@sha256:1e39f53b7bef11d71f4e30c39be4f0354c7433f9cafd340bd25ce4ceda1738f9_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
          "product_id": "9Base-RHOSE-4.16:openshift4/ose-ansible-rhel9-operator@sha256:1e39f53b7bef11d71f4e30c39be4f0354c7433f9cafd340bd25ce4ceda1738f9_amd64"
        },
        "product_reference": "openshift4/ose-ansible-rhel9-operator@sha256:1e39f53b7bef11d71f4e30c39be4f0354c7433f9cafd340bd25ce4ceda1738f9_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.16"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-ansible-rhel9-operator@sha256:88ef365b8dc1ef3bb8e07a680a0184511e0b4e816ed0ce3b1298da33211c00cf_s390x as a component of Red Hat OpenShift Container Platform 4.16",
          "product_id": "9Base-RHOSE-4.16:openshift4/ose-ansible-rhel9-operator@sha256:88ef365b8dc1ef3bb8e07a680a0184511e0b4e816ed0ce3b1298da33211c00cf_s390x"
        },
        "product_reference": "openshift4/ose-ansible-rhel9-operator@sha256:88ef365b8dc1ef3bb8e07a680a0184511e0b4e816ed0ce3b1298da33211c00cf_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.16"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-ansible-rhel9-operator@sha256:bb8d9150acf0a302c4086f532732e839c7fd0baa4313fa66f827daa188cc1ef2_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
          "product_id": "9Base-RHOSE-4.16:openshift4/ose-ansible-rhel9-operator@sha256:bb8d9150acf0a302c4086f532732e839c7fd0baa4313fa66f827daa188cc1ef2_arm64"
        },
        "product_reference": "openshift4/ose-ansible-rhel9-operator@sha256:bb8d9150acf0a302c4086f532732e839c7fd0baa4313fa66f827daa188cc1ef2_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.16"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cloud-event-proxy-rhel9@sha256:58e0dfd38aa32b729552bf89f0430e24eac6f396ca1544ed0251a02ee5e50bf0_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
          "product_id": "9Base-RHOSE-4.16:openshift4/ose-cloud-event-proxy-rhel9@sha256:58e0dfd38aa32b729552bf89f0430e24eac6f396ca1544ed0251a02ee5e50bf0_arm64"
        },
        "product_reference": "openshift4/ose-cloud-event-proxy-rhel9@sha256:58e0dfd38aa32b729552bf89f0430e24eac6f396ca1544ed0251a02ee5e50bf0_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.16"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cloud-event-proxy-rhel9@sha256:a713b1a513e604d8a8643458220fef2625f6363dd691863b50e8ab90ad9cbdd7_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
          "product_id": "9Base-RHOSE-4.16:openshift4/ose-cloud-event-proxy-rhel9@sha256:a713b1a513e604d8a8643458220fef2625f6363dd691863b50e8ab90ad9cbdd7_amd64"
        },
        "product_reference": "openshift4/ose-cloud-event-proxy-rhel9@sha256:a713b1a513e604d8a8643458220fef2625f6363dd691863b50e8ab90ad9cbdd7_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.16"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cloud-event-proxy-rhel9@sha256:d5426d11d820775b4d2fd28d34331431f67aa35759ab1f921f2a578008d9a1de_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
          "product_id": "9Base-RHOSE-4.16:openshift4/ose-cloud-event-proxy-rhel9@sha256:d5426d11d820775b4d2fd28d34331431f67aa35759ab1f921f2a578008d9a1de_ppc64le"
        },
        "product_reference": "openshift4/ose-cloud-event-proxy-rhel9@sha256:d5426d11d820775b4d2fd28d34331431f67aa35759ab1f921f2a578008d9a1de_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.16"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-nfd-rhel9-operator@sha256:2497005b6364d31655088ef6989cba889cba05f1a6c7253b707720993c2307e0_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
          "product_id": "9Base-RHOSE-4.16:openshift4/ose-cluster-nfd-rhel9-operator@sha256:2497005b6364d31655088ef6989cba889cba05f1a6c7253b707720993c2307e0_arm64"
        },
        "product_reference": "openshift4/ose-cluster-nfd-rhel9-operator@sha256:2497005b6364d31655088ef6989cba889cba05f1a6c7253b707720993c2307e0_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.16"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-nfd-rhel9-operator@sha256:5630eb0dd16b3783db6a3b5e42b46e2c12d0597187542aafdf3dd02ca0e391a5_s390x as a component of Red Hat OpenShift Container Platform 4.16",
          "product_id": "9Base-RHOSE-4.16:openshift4/ose-cluster-nfd-rhel9-operator@sha256:5630eb0dd16b3783db6a3b5e42b46e2c12d0597187542aafdf3dd02ca0e391a5_s390x"
        },
        "product_reference": "openshift4/ose-cluster-nfd-rhel9-operator@sha256:5630eb0dd16b3783db6a3b5e42b46e2c12d0597187542aafdf3dd02ca0e391a5_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.16"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-nfd-rhel9-operator@sha256:9c2bc95afd088a43eedf4068f8a430615f495479258aab4dcc542e7d8efcc5be_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
          "product_id": "9Base-RHOSE-4.16:openshift4/ose-cluster-nfd-rhel9-operator@sha256:9c2bc95afd088a43eedf4068f8a430615f495479258aab4dcc542e7d8efcc5be_ppc64le"
        },
        "product_reference": "openshift4/ose-cluster-nfd-rhel9-operator@sha256:9c2bc95afd088a43eedf4068f8a430615f495479258aab4dcc542e7d8efcc5be_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.16"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-nfd-rhel9-operator@sha256:f66d32b875d7bb22e34f7108b95ab079a2609007bb5923eaeae18a3b826b8b76_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
          "product_id": "9Base-RHOSE-4.16:openshift4/ose-cluster-nfd-rhel9-operator@sha256:f66d32b875d7bb22e34f7108b95ab079a2609007bb5923eaeae18a3b826b8b76_amd64"
        },
        "product_reference": "openshift4/ose-cluster-nfd-rhel9-operator@sha256:f66d32b875d7bb22e34f7108b95ab079a2609007bb5923eaeae18a3b826b8b76_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.16"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:4435de733d95087992b9257d5319de2e6f0af413a3547daed21ba9d13b6281ec_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
          "product_id": "9Base-RHOSE-4.16:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:4435de733d95087992b9257d5319de2e6f0af413a3547daed21ba9d13b6281ec_arm64"
        },
        "product_reference": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:4435de733d95087992b9257d5319de2e6f0af413a3547daed21ba9d13b6281ec_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.16"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:6ec1500314c1751b9cccfeabdf71bdd9452ed2ccc55805821111441a06a8293e_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
          "product_id": "9Base-RHOSE-4.16:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:6ec1500314c1751b9cccfeabdf71bdd9452ed2ccc55805821111441a06a8293e_ppc64le"
        },
        "product_reference": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:6ec1500314c1751b9cccfeabdf71bdd9452ed2ccc55805821111441a06a8293e_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.16"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:7edde0929bb651f477c3177227c303188603c8431d68d2536a3446c487b4ac21_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
          "product_id": "9Base-RHOSE-4.16:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:7edde0929bb651f477c3177227c303188603c8431d68d2536a3446c487b4ac21_amd64"
        },
        "product_reference": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:7edde0929bb651f477c3177227c303188603c8431d68d2536a3446c487b4ac21_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.16"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:8ef00af5e05e43e39ec59c226977ac26d889163bb29d8abef39c89bea624a803_s390x as a component of Red Hat OpenShift Container Platform 4.16",
          "product_id": "9Base-RHOSE-4.16:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:8ef00af5e05e43e39ec59c226977ac26d889163bb29d8abef39c89bea624a803_s390x"
        },
        "product_reference": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:8ef00af5e05e43e39ec59c226977ac26d889163bb29d8abef39c89bea624a803_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.16"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-operator-sdk-rhel9@sha256:03b5c19fd068ffff0e5a1333f5ba9fc1baea6f504b9e235bd1a60d26616cc3fa_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
          "product_id": "9Base-RHOSE-4.16:openshift4/ose-operator-sdk-rhel9@sha256:03b5c19fd068ffff0e5a1333f5ba9fc1baea6f504b9e235bd1a60d26616cc3fa_ppc64le"
        },
        "product_reference": "openshift4/ose-operator-sdk-rhel9@sha256:03b5c19fd068ffff0e5a1333f5ba9fc1baea6f504b9e235bd1a60d26616cc3fa_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.16"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-operator-sdk-rhel9@sha256:2fcf31fa5b8bfdd0719fb0d90918278843587a1918641a12dca78bc813967b61_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
          "product_id": "9Base-RHOSE-4.16:openshift4/ose-operator-sdk-rhel9@sha256:2fcf31fa5b8bfdd0719fb0d90918278843587a1918641a12dca78bc813967b61_amd64"
        },
        "product_reference": "openshift4/ose-operator-sdk-rhel9@sha256:2fcf31fa5b8bfdd0719fb0d90918278843587a1918641a12dca78bc813967b61_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.16"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-operator-sdk-rhel9@sha256:e135d6230b953ac7616cb3f290871bdc388fa76a910bfb2d9f067a2fc1fa1806_s390x as a component of Red Hat OpenShift Container Platform 4.16",
          "product_id": "9Base-RHOSE-4.16:openshift4/ose-operator-sdk-rhel9@sha256:e135d6230b953ac7616cb3f290871bdc388fa76a910bfb2d9f067a2fc1fa1806_s390x"
        },
        "product_reference": "openshift4/ose-operator-sdk-rhel9@sha256:e135d6230b953ac7616cb3f290871bdc388fa76a910bfb2d9f067a2fc1fa1806_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.16"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-operator-sdk-rhel9@sha256:f5e6fb6c5e591572eb8489f78a2f20e30a06cc0da17ce78ec18ce52397eb410c_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
          "product_id": "9Base-RHOSE-4.16:openshift4/ose-operator-sdk-rhel9@sha256:f5e6fb6c5e591572eb8489f78a2f20e30a06cc0da17ce78ec18ce52397eb410c_arm64"
        },
        "product_reference": "openshift4/ose-operator-sdk-rhel9@sha256:f5e6fb6c5e591572eb8489f78a2f20e30a06cc0da17ce78ec18ce52397eb410c_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.16"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-ptp-rhel9-operator@sha256:077d7cd85be471cc0bd86325b7eee66356274a2bce8140da5f00ddef78b7c528_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
          "product_id": "9Base-RHOSE-4.16:openshift4/ose-ptp-rhel9-operator@sha256:077d7cd85be471cc0bd86325b7eee66356274a2bce8140da5f00ddef78b7c528_arm64"
        },
        "product_reference": "openshift4/ose-ptp-rhel9-operator@sha256:077d7cd85be471cc0bd86325b7eee66356274a2bce8140da5f00ddef78b7c528_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.16"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-ptp-rhel9-operator@sha256:296464cf63414a10ea0b493ec5dfa2ad810e7baf6eb998d3881855c87d13fe3c_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
          "product_id": "9Base-RHOSE-4.16:openshift4/ose-ptp-rhel9-operator@sha256:296464cf63414a10ea0b493ec5dfa2ad810e7baf6eb998d3881855c87d13fe3c_ppc64le"
        },
        "product_reference": "openshift4/ose-ptp-rhel9-operator@sha256:296464cf63414a10ea0b493ec5dfa2ad810e7baf6eb998d3881855c87d13fe3c_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.16"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-ptp-rhel9-operator@sha256:abcf8ba9c6fa184a7ee243b04ed51bbe83f86e1c9137043092862b62967003d3_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
          "product_id": "9Base-RHOSE-4.16:openshift4/ose-ptp-rhel9-operator@sha256:abcf8ba9c6fa184a7ee243b04ed51bbe83f86e1c9137043092862b62967003d3_amd64"
        },
        "product_reference": "openshift4/ose-ptp-rhel9-operator@sha256:abcf8ba9c6fa184a7ee243b04ed51bbe83f86e1c9137043092862b62967003d3_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.16"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-ptp-rhel9@sha256:2db25166d4b45a3cf3c126482407162436799eb1060ec1f90d196b43d6140ddc_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
          "product_id": "9Base-RHOSE-4.16:openshift4/ose-ptp-rhel9@sha256:2db25166d4b45a3cf3c126482407162436799eb1060ec1f90d196b43d6140ddc_ppc64le"
        },
        "product_reference": "openshift4/ose-ptp-rhel9@sha256:2db25166d4b45a3cf3c126482407162436799eb1060ec1f90d196b43d6140ddc_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.16"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-ptp-rhel9@sha256:a895c91e34f5d3783f3c05f87dc9120904367a1ae00e4e86e9d214d8e5395642_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
          "product_id": "9Base-RHOSE-4.16:openshift4/ose-ptp-rhel9@sha256:a895c91e34f5d3783f3c05f87dc9120904367a1ae00e4e86e9d214d8e5395642_amd64"
        },
        "product_reference": "openshift4/ose-ptp-rhel9@sha256:a895c91e34f5d3783f3c05f87dc9120904367a1ae00e4e86e9d214d8e5395642_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.16"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-ptp-rhel9@sha256:ad1eb1a353606cd6e5c1520f145a9f34ba56cf1a4bf5bb0329c0fe5b3f7066c9_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
          "product_id": "9Base-RHOSE-4.16:openshift4/ose-ptp-rhel9@sha256:ad1eb1a353606cd6e5c1520f145a9f34ba56cf1a4bf5bb0329c0fe5b3f7066c9_arm64"
        },
        "product_reference": "openshift4/ose-ptp-rhel9@sha256:ad1eb1a353606cd6e5c1520f145a9f34ba56cf1a4bf5bb0329c0fe5b3f7066c9_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.16"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-sriov-network-rhel9-operator@sha256:1fba438c5db043f5e14416f09163a880719600f293301a5877513c292e03d8ae_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
          "product_id": "9Base-RHOSE-4.16:openshift4/ose-sriov-network-rhel9-operator@sha256:1fba438c5db043f5e14416f09163a880719600f293301a5877513c292e03d8ae_amd64"
        },
        "product_reference": "openshift4/ose-sriov-network-rhel9-operator@sha256:1fba438c5db043f5e14416f09163a880719600f293301a5877513c292e03d8ae_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.16"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-sriov-network-rhel9-operator@sha256:9299a8076d32a3013214c204f217a936d1af54f585925a8bebee52a914b6e632_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
          "product_id": "9Base-RHOSE-4.16:openshift4/ose-sriov-network-rhel9-operator@sha256:9299a8076d32a3013214c204f217a936d1af54f585925a8bebee52a914b6e632_arm64"
        },
        "product_reference": "openshift4/ose-sriov-network-rhel9-operator@sha256:9299a8076d32a3013214c204f217a936d1af54f585925a8bebee52a914b6e632_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.16"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-sriov-network-rhel9-operator@sha256:a08c8dd0124f449e17b7745de6079eef18e4fbd3e5d59809aacbbc8b5e9df08a_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
          "product_id": "9Base-RHOSE-4.16:openshift4/ose-sriov-network-rhel9-operator@sha256:a08c8dd0124f449e17b7745de6079eef18e4fbd3e5d59809aacbbc8b5e9df08a_ppc64le"
        },
        "product_reference": "openshift4/ose-sriov-network-rhel9-operator@sha256:a08c8dd0124f449e17b7745de6079eef18e4fbd3e5d59809aacbbc8b5e9df08a_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.16"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/sriov-cni-rhel9@sha256:5650ea503440534758b827a48b3b79d625654e84263373dafcafbbd055fe709c_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
          "product_id": "9Base-RHOSE-4.16:openshift4/sriov-cni-rhel9@sha256:5650ea503440534758b827a48b3b79d625654e84263373dafcafbbd055fe709c_amd64"
        },
        "product_reference": "openshift4/sriov-cni-rhel9@sha256:5650ea503440534758b827a48b3b79d625654e84263373dafcafbbd055fe709c_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.16"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/sriov-cni-rhel9@sha256:7f68cca81b028f0c38d8a10f3a2615a899666e45ac69eb1243d724191750b565_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
          "product_id": "9Base-RHOSE-4.16:openshift4/sriov-cni-rhel9@sha256:7f68cca81b028f0c38d8a10f3a2615a899666e45ac69eb1243d724191750b565_ppc64le"
        },
        "product_reference": "openshift4/sriov-cni-rhel9@sha256:7f68cca81b028f0c38d8a10f3a2615a899666e45ac69eb1243d724191750b565_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.16"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/sriov-cni-rhel9@sha256:8cb97ace3437ad13ec318705e9b03995b0b94d5efdc609adf4d2f19493ddec52_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
          "product_id": "9Base-RHOSE-4.16:openshift4/sriov-cni-rhel9@sha256:8cb97ace3437ad13ec318705e9b03995b0b94d5efdc609adf4d2f19493ddec52_arm64"
        },
        "product_reference": "openshift4/sriov-cni-rhel9@sha256:8cb97ace3437ad13ec318705e9b03995b0b94d5efdc609adf4d2f19493ddec52_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.16"
      }
    ]
  },
  "vulnerabilities": [
    {
      "cve": "CVE-2025-27516",
      "cwe": {
        "id": "CWE-1336",
        "name": "Improper Neutralization of Special Elements Used in a Template Engine"
      },
      "discovery_date": "2025-03-05T21:01:07.674606+00:00",
      "flags": [
        {
          "label": "vulnerable_code_not_present",
          "product_ids": [
            "9Base-RHOSE-4.16:openshift4/frr-rhel9@sha256:221d7e87e4b76151dbd3da24df7265acdd410cfdbf74b034429846915444bd4b_ppc64le",
            "9Base-RHOSE-4.16:openshift4/frr-rhel9@sha256:4c05d62772fb177dc1f5198c2712bf5c3dd970e9580977313ffbc4af88cfa069_s390x",
            "9Base-RHOSE-4.16:openshift4/frr-rhel9@sha256:8b6562ee27b7042884bcf14c4d48fb736c2d0be7b84b2a066b07de718cde4911_amd64",
            "9Base-RHOSE-4.16:openshift4/frr-rhel9@sha256:96c5cee0870bc9204c73661d8b5adcec1e8f3a0db95fc696d12f55e3e330bcf2_arm64",
            "9Base-RHOSE-4.16:openshift4/kubernetes-nmstate-rhel9-operator@sha256:22437c84d6a182a67ab9ca3861eb02ad866c0305bc3a955f73496948b6f37a9d_ppc64le",
            "9Base-RHOSE-4.16:openshift4/kubernetes-nmstate-rhel9-operator@sha256:2a78648440ab1dd87edaa916f08fb6a6cbbe8d625f8cb39ab0ccbb0c1d4caabb_s390x",
            "9Base-RHOSE-4.16:openshift4/kubernetes-nmstate-rhel9-operator@sha256:2f7d180614326176407f18e7a70ca7ef3d9df68d9e48ca498176985e4c9f0c0d_amd64",
            "9Base-RHOSE-4.16:openshift4/kubernetes-nmstate-rhel9-operator@sha256:6c06f91e2083231b9a346dc1f0d729e80331392ee4dc61de7b3ed92c20a215db_arm64",
            "9Base-RHOSE-4.16:openshift4/metallb-rhel9-operator@sha256:4184a65bc8e4f752a485ec8fdcef88fbf7522167b49513fa23f6ae4606c0bafc_arm64",
            "9Base-RHOSE-4.16:openshift4/metallb-rhel9-operator@sha256:a41a5e4541631b27b491dc504443e70ffe97ede88b4d35d2201309f4dc91a8e2_s390x",
            "9Base-RHOSE-4.16:openshift4/metallb-rhel9-operator@sha256:b7c1c847342389d0caed56f2592e3e488ddd11a2d202e7b36da4718d12cf791f_amd64",
            "9Base-RHOSE-4.16:openshift4/metallb-rhel9-operator@sha256:c9f6085b094a39085222ada8f140ab26b24b9c5349be0c90d58b032a3725ce53_ppc64le",
            "9Base-RHOSE-4.16:openshift4/nmstate-console-plugin-rhel9@sha256:1ceb2241e0fcbfd6851bbcc9cd1c07b9b6161b935efe4965359286b4f62255cd_arm64",
            "9Base-RHOSE-4.16:openshift4/nmstate-console-plugin-rhel9@sha256:af311ceb628f18c2cdd18ad36e349769427600c851fb6605959093430acf2604_amd64",
            "9Base-RHOSE-4.16:openshift4/nmstate-console-plugin-rhel9@sha256:c10271cbb189dc93527e83908e38df7882c2f71a320ba150036fc1c01bcbf40e_s390x",
            "9Base-RHOSE-4.16:openshift4/nmstate-console-plugin-rhel9@sha256:c9204ae67ba683a82a187a5074b09a8e09520b52da7b6da09718c6bf99a9e889_ppc64le",
            "9Base-RHOSE-4.16:openshift4/ose-cloud-event-proxy-rhel9@sha256:58e0dfd38aa32b729552bf89f0430e24eac6f396ca1544ed0251a02ee5e50bf0_arm64",
            "9Base-RHOSE-4.16:openshift4/ose-cloud-event-proxy-rhel9@sha256:a713b1a513e604d8a8643458220fef2625f6363dd691863b50e8ab90ad9cbdd7_amd64",
            "9Base-RHOSE-4.16:openshift4/ose-cloud-event-proxy-rhel9@sha256:d5426d11d820775b4d2fd28d34331431f67aa35759ab1f921f2a578008d9a1de_ppc64le",
            "9Base-RHOSE-4.16:openshift4/ose-cluster-nfd-rhel9-operator@sha256:2497005b6364d31655088ef6989cba889cba05f1a6c7253b707720993c2307e0_arm64",
            "9Base-RHOSE-4.16:openshift4/ose-cluster-nfd-rhel9-operator@sha256:5630eb0dd16b3783db6a3b5e42b46e2c12d0597187542aafdf3dd02ca0e391a5_s390x",
            "9Base-RHOSE-4.16:openshift4/ose-cluster-nfd-rhel9-operator@sha256:9c2bc95afd088a43eedf4068f8a430615f495479258aab4dcc542e7d8efcc5be_ppc64le",
            "9Base-RHOSE-4.16:openshift4/ose-cluster-nfd-rhel9-operator@sha256:f66d32b875d7bb22e34f7108b95ab079a2609007bb5923eaeae18a3b826b8b76_amd64",
            "9Base-RHOSE-4.16:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:4435de733d95087992b9257d5319de2e6f0af413a3547daed21ba9d13b6281ec_arm64",
            "9Base-RHOSE-4.16:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:6ec1500314c1751b9cccfeabdf71bdd9452ed2ccc55805821111441a06a8293e_ppc64le",
            "9Base-RHOSE-4.16:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:7edde0929bb651f477c3177227c303188603c8431d68d2536a3446c487b4ac21_amd64",
            "9Base-RHOSE-4.16:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:8ef00af5e05e43e39ec59c226977ac26d889163bb29d8abef39c89bea624a803_s390x",
            "9Base-RHOSE-4.16:openshift4/ose-operator-sdk-rhel9@sha256:03b5c19fd068ffff0e5a1333f5ba9fc1baea6f504b9e235bd1a60d26616cc3fa_ppc64le",
            "9Base-RHOSE-4.16:openshift4/ose-operator-sdk-rhel9@sha256:2fcf31fa5b8bfdd0719fb0d90918278843587a1918641a12dca78bc813967b61_amd64",
            "9Base-RHOSE-4.16:openshift4/ose-operator-sdk-rhel9@sha256:e135d6230b953ac7616cb3f290871bdc388fa76a910bfb2d9f067a2fc1fa1806_s390x",
            "9Base-RHOSE-4.16:openshift4/ose-operator-sdk-rhel9@sha256:f5e6fb6c5e591572eb8489f78a2f20e30a06cc0da17ce78ec18ce52397eb410c_arm64",
            "9Base-RHOSE-4.16:openshift4/ose-ptp-rhel9-operator@sha256:077d7cd85be471cc0bd86325b7eee66356274a2bce8140da5f00ddef78b7c528_arm64",
            "9Base-RHOSE-4.16:openshift4/ose-ptp-rhel9-operator@sha256:296464cf63414a10ea0b493ec5dfa2ad810e7baf6eb998d3881855c87d13fe3c_ppc64le",
            "9Base-RHOSE-4.16:openshift4/ose-ptp-rhel9-operator@sha256:abcf8ba9c6fa184a7ee243b04ed51bbe83f86e1c9137043092862b62967003d3_amd64",
            "9Base-RHOSE-4.16:openshift4/ose-ptp-rhel9@sha256:2db25166d4b45a3cf3c126482407162436799eb1060ec1f90d196b43d6140ddc_ppc64le",
            "9Base-RHOSE-4.16:openshift4/ose-ptp-rhel9@sha256:a895c91e34f5d3783f3c05f87dc9120904367a1ae00e4e86e9d214d8e5395642_amd64",
            "9Base-RHOSE-4.16:openshift4/ose-ptp-rhel9@sha256:ad1eb1a353606cd6e5c1520f145a9f34ba56cf1a4bf5bb0329c0fe5b3f7066c9_arm64",
            "9Base-RHOSE-4.16:openshift4/ose-sriov-network-rhel9-operator@sha256:1fba438c5db043f5e14416f09163a880719600f293301a5877513c292e03d8ae_amd64",
            "9Base-RHOSE-4.16:openshift4/ose-sriov-network-rhel9-operator@sha256:9299a8076d32a3013214c204f217a936d1af54f585925a8bebee52a914b6e632_arm64",
            "9Base-RHOSE-4.16:openshift4/ose-sriov-network-rhel9-operator@sha256:a08c8dd0124f449e17b7745de6079eef18e4fbd3e5d59809aacbbc8b5e9df08a_ppc64le",
            "9Base-RHOSE-4.16:openshift4/sriov-cni-rhel9@sha256:5650ea503440534758b827a48b3b79d625654e84263373dafcafbbd055fe709c_amd64",
            "9Base-RHOSE-4.16:openshift4/sriov-cni-rhel9@sha256:7f68cca81b028f0c38d8a10f3a2615a899666e45ac69eb1243d724191750b565_ppc64le",
            "9Base-RHOSE-4.16:openshift4/sriov-cni-rhel9@sha256:8cb97ace3437ad13ec318705e9b03995b0b94d5efdc609adf4d2f19493ddec52_arm64"
          ]
        }
      ],
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2350190"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in Jinja. In affected versions, an oversight in how the Jinja sandboxed environment interacts with the `|attr` filter allows an attacker who controls the content of a template to execute arbitrary Python code. To exploit the vulnerability, an attacker needs to control the content of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications that execute untrusted templates. Jinja\u0027s sandbox does catch calls to `str.format` and ensures they don\u0027t escape the sandbox. However, it\u0027s possible to use the `|attr` filter to get a reference to a string\u0027s plain format method, bypassing the sandbox.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "jinja2: Jinja sandbox breakout through attr filter selecting format method",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "This vulnerability is rated as important severity due to the potential for an attacker to bypass Jinja\u0027s sandbox by exploiting the |attr filter, by controlling template content, an attacker can execute arbitrary Python code, impacting the integrity, confidentiality, and availability of the system. While the attack requires user interaction to trigger untrusted templates, the risk is significant in applications that allow such templates to be executed.",
          "title": "Statement"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "9Base-RHOSE-4.16:openshift4/ose-ansible-rhel9-operator@sha256:0c818bf9990e57b12242e5a363bd9112794597897df7c9430f8b91cce108eaae_ppc64le",
          "9Base-RHOSE-4.16:openshift4/ose-ansible-rhel9-operator@sha256:1e39f53b7bef11d71f4e30c39be4f0354c7433f9cafd340bd25ce4ceda1738f9_amd64",
          "9Base-RHOSE-4.16:openshift4/ose-ansible-rhel9-operator@sha256:88ef365b8dc1ef3bb8e07a680a0184511e0b4e816ed0ce3b1298da33211c00cf_s390x",
          "9Base-RHOSE-4.16:openshift4/ose-ansible-rhel9-operator@sha256:bb8d9150acf0a302c4086f532732e839c7fd0baa4313fa66f827daa188cc1ef2_arm64"
        ],
        "known_not_affected": [
          "9Base-RHOSE-4.16:openshift4/frr-rhel9@sha256:221d7e87e4b76151dbd3da24df7265acdd410cfdbf74b034429846915444bd4b_ppc64le",
          "9Base-RHOSE-4.16:openshift4/frr-rhel9@sha256:4c05d62772fb177dc1f5198c2712bf5c3dd970e9580977313ffbc4af88cfa069_s390x",
          "9Base-RHOSE-4.16:openshift4/frr-rhel9@sha256:8b6562ee27b7042884bcf14c4d48fb736c2d0be7b84b2a066b07de718cde4911_amd64",
          "9Base-RHOSE-4.16:openshift4/frr-rhel9@sha256:96c5cee0870bc9204c73661d8b5adcec1e8f3a0db95fc696d12f55e3e330bcf2_arm64",
          "9Base-RHOSE-4.16:openshift4/kubernetes-nmstate-rhel9-operator@sha256:22437c84d6a182a67ab9ca3861eb02ad866c0305bc3a955f73496948b6f37a9d_ppc64le",
          "9Base-RHOSE-4.16:openshift4/kubernetes-nmstate-rhel9-operator@sha256:2a78648440ab1dd87edaa916f08fb6a6cbbe8d625f8cb39ab0ccbb0c1d4caabb_s390x",
          "9Base-RHOSE-4.16:openshift4/kubernetes-nmstate-rhel9-operator@sha256:2f7d180614326176407f18e7a70ca7ef3d9df68d9e48ca498176985e4c9f0c0d_amd64",
          "9Base-RHOSE-4.16:openshift4/kubernetes-nmstate-rhel9-operator@sha256:6c06f91e2083231b9a346dc1f0d729e80331392ee4dc61de7b3ed92c20a215db_arm64",
          "9Base-RHOSE-4.16:openshift4/metallb-rhel9-operator@sha256:4184a65bc8e4f752a485ec8fdcef88fbf7522167b49513fa23f6ae4606c0bafc_arm64",
          "9Base-RHOSE-4.16:openshift4/metallb-rhel9-operator@sha256:a41a5e4541631b27b491dc504443e70ffe97ede88b4d35d2201309f4dc91a8e2_s390x",
          "9Base-RHOSE-4.16:openshift4/metallb-rhel9-operator@sha256:b7c1c847342389d0caed56f2592e3e488ddd11a2d202e7b36da4718d12cf791f_amd64",
          "9Base-RHOSE-4.16:openshift4/metallb-rhel9-operator@sha256:c9f6085b094a39085222ada8f140ab26b24b9c5349be0c90d58b032a3725ce53_ppc64le",
          "9Base-RHOSE-4.16:openshift4/nmstate-console-plugin-rhel9@sha256:1ceb2241e0fcbfd6851bbcc9cd1c07b9b6161b935efe4965359286b4f62255cd_arm64",
          "9Base-RHOSE-4.16:openshift4/nmstate-console-plugin-rhel9@sha256:af311ceb628f18c2cdd18ad36e349769427600c851fb6605959093430acf2604_amd64",
          "9Base-RHOSE-4.16:openshift4/nmstate-console-plugin-rhel9@sha256:c10271cbb189dc93527e83908e38df7882c2f71a320ba150036fc1c01bcbf40e_s390x",
          "9Base-RHOSE-4.16:openshift4/nmstate-console-plugin-rhel9@sha256:c9204ae67ba683a82a187a5074b09a8e09520b52da7b6da09718c6bf99a9e889_ppc64le",
          "9Base-RHOSE-4.16:openshift4/ose-cloud-event-proxy-rhel9@sha256:58e0dfd38aa32b729552bf89f0430e24eac6f396ca1544ed0251a02ee5e50bf0_arm64",
          "9Base-RHOSE-4.16:openshift4/ose-cloud-event-proxy-rhel9@sha256:a713b1a513e604d8a8643458220fef2625f6363dd691863b50e8ab90ad9cbdd7_amd64",
          "9Base-RHOSE-4.16:openshift4/ose-cloud-event-proxy-rhel9@sha256:d5426d11d820775b4d2fd28d34331431f67aa35759ab1f921f2a578008d9a1de_ppc64le",
          "9Base-RHOSE-4.16:openshift4/ose-cluster-nfd-rhel9-operator@sha256:2497005b6364d31655088ef6989cba889cba05f1a6c7253b707720993c2307e0_arm64",
          "9Base-RHOSE-4.16:openshift4/ose-cluster-nfd-rhel9-operator@sha256:5630eb0dd16b3783db6a3b5e42b46e2c12d0597187542aafdf3dd02ca0e391a5_s390x",
          "9Base-RHOSE-4.16:openshift4/ose-cluster-nfd-rhel9-operator@sha256:9c2bc95afd088a43eedf4068f8a430615f495479258aab4dcc542e7d8efcc5be_ppc64le",
          "9Base-RHOSE-4.16:openshift4/ose-cluster-nfd-rhel9-operator@sha256:f66d32b875d7bb22e34f7108b95ab079a2609007bb5923eaeae18a3b826b8b76_amd64",
          "9Base-RHOSE-4.16:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:4435de733d95087992b9257d5319de2e6f0af413a3547daed21ba9d13b6281ec_arm64",
          "9Base-RHOSE-4.16:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:6ec1500314c1751b9cccfeabdf71bdd9452ed2ccc55805821111441a06a8293e_ppc64le",
          "9Base-RHOSE-4.16:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:7edde0929bb651f477c3177227c303188603c8431d68d2536a3446c487b4ac21_amd64",
          "9Base-RHOSE-4.16:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:8ef00af5e05e43e39ec59c226977ac26d889163bb29d8abef39c89bea624a803_s390x",
          "9Base-RHOSE-4.16:openshift4/ose-operator-sdk-rhel9@sha256:03b5c19fd068ffff0e5a1333f5ba9fc1baea6f504b9e235bd1a60d26616cc3fa_ppc64le",
          "9Base-RHOSE-4.16:openshift4/ose-operator-sdk-rhel9@sha256:2fcf31fa5b8bfdd0719fb0d90918278843587a1918641a12dca78bc813967b61_amd64",
          "9Base-RHOSE-4.16:openshift4/ose-operator-sdk-rhel9@sha256:e135d6230b953ac7616cb3f290871bdc388fa76a910bfb2d9f067a2fc1fa1806_s390x",
          "9Base-RHOSE-4.16:openshift4/ose-operator-sdk-rhel9@sha256:f5e6fb6c5e591572eb8489f78a2f20e30a06cc0da17ce78ec18ce52397eb410c_arm64",
          "9Base-RHOSE-4.16:openshift4/ose-ptp-rhel9-operator@sha256:077d7cd85be471cc0bd86325b7eee66356274a2bce8140da5f00ddef78b7c528_arm64",
          "9Base-RHOSE-4.16:openshift4/ose-ptp-rhel9-operator@sha256:296464cf63414a10ea0b493ec5dfa2ad810e7baf6eb998d3881855c87d13fe3c_ppc64le",
          "9Base-RHOSE-4.16:openshift4/ose-ptp-rhel9-operator@sha256:abcf8ba9c6fa184a7ee243b04ed51bbe83f86e1c9137043092862b62967003d3_amd64",
          "9Base-RHOSE-4.16:openshift4/ose-ptp-rhel9@sha256:2db25166d4b45a3cf3c126482407162436799eb1060ec1f90d196b43d6140ddc_ppc64le",
          "9Base-RHOSE-4.16:openshift4/ose-ptp-rhel9@sha256:a895c91e34f5d3783f3c05f87dc9120904367a1ae00e4e86e9d214d8e5395642_amd64",
          "9Base-RHOSE-4.16:openshift4/ose-ptp-rhel9@sha256:ad1eb1a353606cd6e5c1520f145a9f34ba56cf1a4bf5bb0329c0fe5b3f7066c9_arm64",
          "9Base-RHOSE-4.16:openshift4/ose-sriov-network-rhel9-operator@sha256:1fba438c5db043f5e14416f09163a880719600f293301a5877513c292e03d8ae_amd64",
          "9Base-RHOSE-4.16:openshift4/ose-sriov-network-rhel9-operator@sha256:9299a8076d32a3013214c204f217a936d1af54f585925a8bebee52a914b6e632_arm64",
          "9Base-RHOSE-4.16:openshift4/ose-sriov-network-rhel9-operator@sha256:a08c8dd0124f449e17b7745de6079eef18e4fbd3e5d59809aacbbc8b5e9df08a_ppc64le",
          "9Base-RHOSE-4.16:openshift4/sriov-cni-rhel9@sha256:5650ea503440534758b827a48b3b79d625654e84263373dafcafbbd055fe709c_amd64",
          "9Base-RHOSE-4.16:openshift4/sriov-cni-rhel9@sha256:7f68cca81b028f0c38d8a10f3a2615a899666e45ac69eb1243d724191750b565_ppc64le",
          "9Base-RHOSE-4.16:openshift4/sriov-cni-rhel9@sha256:8cb97ace3437ad13ec318705e9b03995b0b94d5efdc609adf4d2f19493ddec52_arm64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2025-27516"
        },
        {
          "category": "external",
          "summary": "RHBZ#2350190",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2350190"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2025-27516",
          "url": "https://www.cve.org/CVERecord?id=CVE-2025-27516"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-27516",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-27516"
        },
        {
          "category": "external",
          "summary": "https://github.com/pallets/jinja/commit/90457bbf33b8662926ae65cdde4c4c32e756e403",
          "url": "https://github.com/pallets/jinja/commit/90457bbf33b8662926ae65cdde4c4c32e756e403"
        },
        {
          "category": "external",
          "summary": "https://github.com/pallets/jinja/security/advisories/GHSA-cpwx-vrp4-4pq7",
          "url": "https://github.com/pallets/jinja/security/advisories/GHSA-cpwx-vrp4-4pq7"
        }
      ],
      "release_date": "2025-03-05T20:40:06.568000+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2025-05-15T00:27:35+00:00",
          "details": "For OpenShift Container Platform 4.16 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.16/html/release_notes/",
          "product_ids": [
            "9Base-RHOSE-4.16:openshift4/ose-ansible-rhel9-operator@sha256:0c818bf9990e57b12242e5a363bd9112794597897df7c9430f8b91cce108eaae_ppc64le",
            "9Base-RHOSE-4.16:openshift4/ose-ansible-rhel9-operator@sha256:1e39f53b7bef11d71f4e30c39be4f0354c7433f9cafd340bd25ce4ceda1738f9_amd64",
            "9Base-RHOSE-4.16:openshift4/ose-ansible-rhel9-operator@sha256:88ef365b8dc1ef3bb8e07a680a0184511e0b4e816ed0ce3b1298da33211c00cf_s390x",
            "9Base-RHOSE-4.16:openshift4/ose-ansible-rhel9-operator@sha256:bb8d9150acf0a302c4086f532732e839c7fd0baa4313fa66f827daa188cc1ef2_arm64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2025:4730"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "LOCAL",
            "availabilityImpact": "HIGH",
            "baseScore": 7.3,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "HIGH",
            "privilegesRequired": "LOW",
            "scope": "UNCHANGED",
            "userInteraction": "REQUIRED",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "9Base-RHOSE-4.16:openshift4/frr-rhel9@sha256:221d7e87e4b76151dbd3da24df7265acdd410cfdbf74b034429846915444bd4b_ppc64le",
            "9Base-RHOSE-4.16:openshift4/frr-rhel9@sha256:4c05d62772fb177dc1f5198c2712bf5c3dd970e9580977313ffbc4af88cfa069_s390x",
            "9Base-RHOSE-4.16:openshift4/frr-rhel9@sha256:8b6562ee27b7042884bcf14c4d48fb736c2d0be7b84b2a066b07de718cde4911_amd64",
            "9Base-RHOSE-4.16:openshift4/frr-rhel9@sha256:96c5cee0870bc9204c73661d8b5adcec1e8f3a0db95fc696d12f55e3e330bcf2_arm64",
            "9Base-RHOSE-4.16:openshift4/kubernetes-nmstate-rhel9-operator@sha256:22437c84d6a182a67ab9ca3861eb02ad866c0305bc3a955f73496948b6f37a9d_ppc64le",
            "9Base-RHOSE-4.16:openshift4/kubernetes-nmstate-rhel9-operator@sha256:2a78648440ab1dd87edaa916f08fb6a6cbbe8d625f8cb39ab0ccbb0c1d4caabb_s390x",
            "9Base-RHOSE-4.16:openshift4/kubernetes-nmstate-rhel9-operator@sha256:2f7d180614326176407f18e7a70ca7ef3d9df68d9e48ca498176985e4c9f0c0d_amd64",
            "9Base-RHOSE-4.16:openshift4/kubernetes-nmstate-rhel9-operator@sha256:6c06f91e2083231b9a346dc1f0d729e80331392ee4dc61de7b3ed92c20a215db_arm64",
            "9Base-RHOSE-4.16:openshift4/metallb-rhel9-operator@sha256:4184a65bc8e4f752a485ec8fdcef88fbf7522167b49513fa23f6ae4606c0bafc_arm64",
            "9Base-RHOSE-4.16:openshift4/metallb-rhel9-operator@sha256:a41a5e4541631b27b491dc504443e70ffe97ede88b4d35d2201309f4dc91a8e2_s390x",
            "9Base-RHOSE-4.16:openshift4/metallb-rhel9-operator@sha256:b7c1c847342389d0caed56f2592e3e488ddd11a2d202e7b36da4718d12cf791f_amd64",
            "9Base-RHOSE-4.16:openshift4/metallb-rhel9-operator@sha256:c9f6085b094a39085222ada8f140ab26b24b9c5349be0c90d58b032a3725ce53_ppc64le",
            "9Base-RHOSE-4.16:openshift4/nmstate-console-plugin-rhel9@sha256:1ceb2241e0fcbfd6851bbcc9cd1c07b9b6161b935efe4965359286b4f62255cd_arm64",
            "9Base-RHOSE-4.16:openshift4/nmstate-console-plugin-rhel9@sha256:af311ceb628f18c2cdd18ad36e349769427600c851fb6605959093430acf2604_amd64",
            "9Base-RHOSE-4.16:openshift4/nmstate-console-plugin-rhel9@sha256:c10271cbb189dc93527e83908e38df7882c2f71a320ba150036fc1c01bcbf40e_s390x",
            "9Base-RHOSE-4.16:openshift4/nmstate-console-plugin-rhel9@sha256:c9204ae67ba683a82a187a5074b09a8e09520b52da7b6da09718c6bf99a9e889_ppc64le",
            "9Base-RHOSE-4.16:openshift4/ose-ansible-rhel9-operator@sha256:0c818bf9990e57b12242e5a363bd9112794597897df7c9430f8b91cce108eaae_ppc64le",
            "9Base-RHOSE-4.16:openshift4/ose-ansible-rhel9-operator@sha256:1e39f53b7bef11d71f4e30c39be4f0354c7433f9cafd340bd25ce4ceda1738f9_amd64",
            "9Base-RHOSE-4.16:openshift4/ose-ansible-rhel9-operator@sha256:88ef365b8dc1ef3bb8e07a680a0184511e0b4e816ed0ce3b1298da33211c00cf_s390x",
            "9Base-RHOSE-4.16:openshift4/ose-ansible-rhel9-operator@sha256:bb8d9150acf0a302c4086f532732e839c7fd0baa4313fa66f827daa188cc1ef2_arm64",
            "9Base-RHOSE-4.16:openshift4/ose-cloud-event-proxy-rhel9@sha256:58e0dfd38aa32b729552bf89f0430e24eac6f396ca1544ed0251a02ee5e50bf0_arm64",
            "9Base-RHOSE-4.16:openshift4/ose-cloud-event-proxy-rhel9@sha256:a713b1a513e604d8a8643458220fef2625f6363dd691863b50e8ab90ad9cbdd7_amd64",
            "9Base-RHOSE-4.16:openshift4/ose-cloud-event-proxy-rhel9@sha256:d5426d11d820775b4d2fd28d34331431f67aa35759ab1f921f2a578008d9a1de_ppc64le",
            "9Base-RHOSE-4.16:openshift4/ose-cluster-nfd-rhel9-operator@sha256:2497005b6364d31655088ef6989cba889cba05f1a6c7253b707720993c2307e0_arm64",
            "9Base-RHOSE-4.16:openshift4/ose-cluster-nfd-rhel9-operator@sha256:5630eb0dd16b3783db6a3b5e42b46e2c12d0597187542aafdf3dd02ca0e391a5_s390x",
            "9Base-RHOSE-4.16:openshift4/ose-cluster-nfd-rhel9-operator@sha256:9c2bc95afd088a43eedf4068f8a430615f495479258aab4dcc542e7d8efcc5be_ppc64le",
            "9Base-RHOSE-4.16:openshift4/ose-cluster-nfd-rhel9-operator@sha256:f66d32b875d7bb22e34f7108b95ab079a2609007bb5923eaeae18a3b826b8b76_amd64",
            "9Base-RHOSE-4.16:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:4435de733d95087992b9257d5319de2e6f0af413a3547daed21ba9d13b6281ec_arm64",
            "9Base-RHOSE-4.16:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:6ec1500314c1751b9cccfeabdf71bdd9452ed2ccc55805821111441a06a8293e_ppc64le",
            "9Base-RHOSE-4.16:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:7edde0929bb651f477c3177227c303188603c8431d68d2536a3446c487b4ac21_amd64",
            "9Base-RHOSE-4.16:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:8ef00af5e05e43e39ec59c226977ac26d889163bb29d8abef39c89bea624a803_s390x",
            "9Base-RHOSE-4.16:openshift4/ose-operator-sdk-rhel9@sha256:03b5c19fd068ffff0e5a1333f5ba9fc1baea6f504b9e235bd1a60d26616cc3fa_ppc64le",
            "9Base-RHOSE-4.16:openshift4/ose-operator-sdk-rhel9@sha256:2fcf31fa5b8bfdd0719fb0d90918278843587a1918641a12dca78bc813967b61_amd64",
            "9Base-RHOSE-4.16:openshift4/ose-operator-sdk-rhel9@sha256:e135d6230b953ac7616cb3f290871bdc388fa76a910bfb2d9f067a2fc1fa1806_s390x",
            "9Base-RHOSE-4.16:openshift4/ose-operator-sdk-rhel9@sha256:f5e6fb6c5e591572eb8489f78a2f20e30a06cc0da17ce78ec18ce52397eb410c_arm64",
            "9Base-RHOSE-4.16:openshift4/ose-ptp-rhel9-operator@sha256:077d7cd85be471cc0bd86325b7eee66356274a2bce8140da5f00ddef78b7c528_arm64",
            "9Base-RHOSE-4.16:openshift4/ose-ptp-rhel9-operator@sha256:296464cf63414a10ea0b493ec5dfa2ad810e7baf6eb998d3881855c87d13fe3c_ppc64le",
            "9Base-RHOSE-4.16:openshift4/ose-ptp-rhel9-operator@sha256:abcf8ba9c6fa184a7ee243b04ed51bbe83f86e1c9137043092862b62967003d3_amd64",
            "9Base-RHOSE-4.16:openshift4/ose-ptp-rhel9@sha256:2db25166d4b45a3cf3c126482407162436799eb1060ec1f90d196b43d6140ddc_ppc64le",
            "9Base-RHOSE-4.16:openshift4/ose-ptp-rhel9@sha256:a895c91e34f5d3783f3c05f87dc9120904367a1ae00e4e86e9d214d8e5395642_amd64",
            "9Base-RHOSE-4.16:openshift4/ose-ptp-rhel9@sha256:ad1eb1a353606cd6e5c1520f145a9f34ba56cf1a4bf5bb0329c0fe5b3f7066c9_arm64",
            "9Base-RHOSE-4.16:openshift4/ose-sriov-network-rhel9-operator@sha256:1fba438c5db043f5e14416f09163a880719600f293301a5877513c292e03d8ae_amd64",
            "9Base-RHOSE-4.16:openshift4/ose-sriov-network-rhel9-operator@sha256:9299a8076d32a3013214c204f217a936d1af54f585925a8bebee52a914b6e632_arm64",
            "9Base-RHOSE-4.16:openshift4/ose-sriov-network-rhel9-operator@sha256:a08c8dd0124f449e17b7745de6079eef18e4fbd3e5d59809aacbbc8b5e9df08a_ppc64le",
            "9Base-RHOSE-4.16:openshift4/sriov-cni-rhel9@sha256:5650ea503440534758b827a48b3b79d625654e84263373dafcafbbd055fe709c_amd64",
            "9Base-RHOSE-4.16:openshift4/sriov-cni-rhel9@sha256:7f68cca81b028f0c38d8a10f3a2615a899666e45ac69eb1243d724191750b565_ppc64le",
            "9Base-RHOSE-4.16:openshift4/sriov-cni-rhel9@sha256:8cb97ace3437ad13ec318705e9b03995b0b94d5efdc609adf4d2f19493ddec52_arm64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Important"
        }
      ],
      "title": "jinja2: Jinja sandbox breakout through attr filter selecting format method"
    }
  ]
}
  rhsa-2025:7476
Vulnerability from csaf_redhat
Notes
{
  "document": {
    "aggregate_severity": {
      "namespace": "https://access.redhat.com/security/updates/classification/",
      "text": "Important"
    },
    "category": "csaf_security_advisory",
    "csaf_version": "2.0",
    "distribution": {
      "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
      "tlp": {
        "label": "WHITE",
        "url": "https://www.first.org/tlp/"
      }
    },
    "lang": "en",
    "notes": [
      {
        "category": "summary",
        "text": "An update for python-jinja2 is now available for Red Hat Enterprise Linux 10.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
        "title": "Topic"
      },
      {
        "category": "general",
        "text": "Python is an interpreted, interactive, object-oriented programming language, which includes modules, classes, exceptions, very high level dynamic data types and dynamic typing. Python supports interfaces to many system calls and libraries, as well as to various windowing systems.\n\nSecurity Fix(es):\n\n* jinja2: Jinja sandbox breakout through attr filter selecting format method (CVE-2025-27516)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
        "title": "Details"
      },
      {
        "category": "legal_disclaimer",
        "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
        "title": "Terms of Use"
      }
    ],
    "publisher": {
      "category": "vendor",
      "contact_details": "https://access.redhat.com/security/team/contact/",
      "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
      "name": "Red Hat Product Security",
      "namespace": "https://www.redhat.com"
    },
    "references": [
      {
        "category": "self",
        "summary": "https://access.redhat.com/errata/RHSA-2025:7476",
        "url": "https://access.redhat.com/errata/RHSA-2025:7476"
      },
      {
        "category": "external",
        "summary": "https://access.redhat.com/security/updates/classification/#important",
        "url": "https://access.redhat.com/security/updates/classification/#important"
      },
      {
        "category": "external",
        "summary": "2350190",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2350190"
      },
      {
        "category": "self",
        "summary": "Canonical URL",
        "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_7476.json"
      }
    ],
    "title": "Red Hat Security Advisory: python-jinja2 security update",
    "tracking": {
      "current_release_date": "2025-10-28T19:42:52+00:00",
      "generator": {
        "date": "2025-10-28T19:42:52+00:00",
        "engine": {
          "name": "Red Hat SDEngine",
          "version": "4.6.10"
        }
      },
      "id": "RHSA-2025:7476",
      "initial_release_date": "2025-05-13T15:59:43+00:00",
      "revision_history": [
        {
          "date": "2025-05-13T15:59:43+00:00",
          "number": "1",
          "summary": "Initial version"
        },
        {
          "date": "2025-05-13T15:59:43+00:00",
          "number": "2",
          "summary": "Last updated version"
        },
        {
          "date": "2025-10-28T19:42:52+00:00",
          "number": "3",
          "summary": "Last generated version"
        }
      ],
      "status": "final",
      "version": "3"
    }
  },
  "product_tree": {
    "branches": [
      {
        "branches": [
          {
            "branches": [
              {
                "category": "product_name",
                "name": "Red Hat Enterprise Linux AppStream (v. 10)",
                "product": {
                  "name": "Red Hat Enterprise Linux AppStream (v. 10)",
                  "product_id": "AppStream-10.0.Z",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:redhat:enterprise_linux:10.0"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
                "product": {
                  "name": "Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
                  "product_id": "CRB-10.0.Z",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:redhat:enterprise_linux:10.0"
                  }
                }
              }
            ],
            "category": "product_family",
            "name": "Red Hat Enterprise Linux"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "python-jinja2-0:3.1.6-1.el10_0.src",
                "product": {
                  "name": "python-jinja2-0:3.1.6-1.el10_0.src",
                  "product_id": "python-jinja2-0:3.1.6-1.el10_0.src",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python-jinja2@3.1.6-1.el10_0?arch=src"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "src"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "python3-jinja2-0:3.1.6-1.el10_0.noarch",
                "product": {
                  "name": "python3-jinja2-0:3.1.6-1.el10_0.noarch",
                  "product_id": "python3-jinja2-0:3.1.6-1.el10_0.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python3-jinja2@3.1.6-1.el10_0?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python3-jinja2+i18n-0:3.1.6-1.el10_0.noarch",
                "product": {
                  "name": "python3-jinja2+i18n-0:3.1.6-1.el10_0.noarch",
                  "product_id": "python3-jinja2+i18n-0:3.1.6-1.el10_0.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python3-jinja2%2Bi18n@3.1.6-1.el10_0?arch=noarch"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "noarch"
          }
        ],
        "category": "vendor",
        "name": "Red Hat"
      }
    ],
    "relationships": [
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-jinja2-0:3.1.6-1.el10_0.src as a component of Red Hat Enterprise Linux AppStream (v. 10)",
          "product_id": "AppStream-10.0.Z:python-jinja2-0:3.1.6-1.el10_0.src"
        },
        "product_reference": "python-jinja2-0:3.1.6-1.el10_0.src",
        "relates_to_product_reference": "AppStream-10.0.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-jinja2+i18n-0:3.1.6-1.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
          "product_id": "AppStream-10.0.Z:python3-jinja2+i18n-0:3.1.6-1.el10_0.noarch"
        },
        "product_reference": "python3-jinja2+i18n-0:3.1.6-1.el10_0.noarch",
        "relates_to_product_reference": "AppStream-10.0.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-jinja2-0:3.1.6-1.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
          "product_id": "AppStream-10.0.Z:python3-jinja2-0:3.1.6-1.el10_0.noarch"
        },
        "product_reference": "python3-jinja2-0:3.1.6-1.el10_0.noarch",
        "relates_to_product_reference": "AppStream-10.0.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-jinja2-0:3.1.6-1.el10_0.src as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
          "product_id": "CRB-10.0.Z:python-jinja2-0:3.1.6-1.el10_0.src"
        },
        "product_reference": "python-jinja2-0:3.1.6-1.el10_0.src",
        "relates_to_product_reference": "CRB-10.0.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-jinja2+i18n-0:3.1.6-1.el10_0.noarch as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
          "product_id": "CRB-10.0.Z:python3-jinja2+i18n-0:3.1.6-1.el10_0.noarch"
        },
        "product_reference": "python3-jinja2+i18n-0:3.1.6-1.el10_0.noarch",
        "relates_to_product_reference": "CRB-10.0.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-jinja2-0:3.1.6-1.el10_0.noarch as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
          "product_id": "CRB-10.0.Z:python3-jinja2-0:3.1.6-1.el10_0.noarch"
        },
        "product_reference": "python3-jinja2-0:3.1.6-1.el10_0.noarch",
        "relates_to_product_reference": "CRB-10.0.Z"
      }
    ]
  },
  "vulnerabilities": [
    {
      "cve": "CVE-2025-27516",
      "cwe": {
        "id": "CWE-1336",
        "name": "Improper Neutralization of Special Elements Used in a Template Engine"
      },
      "discovery_date": "2025-03-05T21:01:07.674606+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2350190"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in Jinja. In affected versions, an oversight in how the Jinja sandboxed environment interacts with the `|attr` filter allows an attacker who controls the content of a template to execute arbitrary Python code. To exploit the vulnerability, an attacker needs to control the content of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications that execute untrusted templates. Jinja\u0027s sandbox does catch calls to `str.format` and ensures they don\u0027t escape the sandbox. However, it\u0027s possible to use the `|attr` filter to get a reference to a string\u0027s plain format method, bypassing the sandbox.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "jinja2: Jinja sandbox breakout through attr filter selecting format method",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "This vulnerability is rated as important severity due to the potential for an attacker to bypass Jinja\u0027s sandbox by exploiting the |attr filter, by controlling template content, an attacker can execute arbitrary Python code, impacting the integrity, confidentiality, and availability of the system. While the attack requires user interaction to trigger untrusted templates, the risk is significant in applications that allow such templates to be executed.",
          "title": "Statement"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "AppStream-10.0.Z:python-jinja2-0:3.1.6-1.el10_0.src",
          "AppStream-10.0.Z:python3-jinja2+i18n-0:3.1.6-1.el10_0.noarch",
          "AppStream-10.0.Z:python3-jinja2-0:3.1.6-1.el10_0.noarch",
          "CRB-10.0.Z:python-jinja2-0:3.1.6-1.el10_0.src",
          "CRB-10.0.Z:python3-jinja2+i18n-0:3.1.6-1.el10_0.noarch",
          "CRB-10.0.Z:python3-jinja2-0:3.1.6-1.el10_0.noarch"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2025-27516"
        },
        {
          "category": "external",
          "summary": "RHBZ#2350190",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2350190"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2025-27516",
          "url": "https://www.cve.org/CVERecord?id=CVE-2025-27516"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-27516",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-27516"
        },
        {
          "category": "external",
          "summary": "https://github.com/pallets/jinja/commit/90457bbf33b8662926ae65cdde4c4c32e756e403",
          "url": "https://github.com/pallets/jinja/commit/90457bbf33b8662926ae65cdde4c4c32e756e403"
        },
        {
          "category": "external",
          "summary": "https://github.com/pallets/jinja/security/advisories/GHSA-cpwx-vrp4-4pq7",
          "url": "https://github.com/pallets/jinja/security/advisories/GHSA-cpwx-vrp4-4pq7"
        }
      ],
      "release_date": "2025-03-05T20:40:06.568000+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2025-05-13T15:59:43+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "AppStream-10.0.Z:python-jinja2-0:3.1.6-1.el10_0.src",
            "AppStream-10.0.Z:python3-jinja2+i18n-0:3.1.6-1.el10_0.noarch",
            "AppStream-10.0.Z:python3-jinja2-0:3.1.6-1.el10_0.noarch",
            "CRB-10.0.Z:python-jinja2-0:3.1.6-1.el10_0.src",
            "CRB-10.0.Z:python3-jinja2+i18n-0:3.1.6-1.el10_0.noarch",
            "CRB-10.0.Z:python3-jinja2-0:3.1.6-1.el10_0.noarch"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2025:7476"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "LOCAL",
            "availabilityImpact": "HIGH",
            "baseScore": 7.3,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "HIGH",
            "privilegesRequired": "LOW",
            "scope": "UNCHANGED",
            "userInteraction": "REQUIRED",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "AppStream-10.0.Z:python-jinja2-0:3.1.6-1.el10_0.src",
            "AppStream-10.0.Z:python3-jinja2+i18n-0:3.1.6-1.el10_0.noarch",
            "AppStream-10.0.Z:python3-jinja2-0:3.1.6-1.el10_0.noarch",
            "CRB-10.0.Z:python-jinja2-0:3.1.6-1.el10_0.src",
            "CRB-10.0.Z:python3-jinja2+i18n-0:3.1.6-1.el10_0.noarch",
            "CRB-10.0.Z:python3-jinja2-0:3.1.6-1.el10_0.noarch"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Important"
        }
      ],
      "title": "jinja2: Jinja sandbox breakout through attr filter selecting format method"
    }
  ]
}
  rhsa-2025:3162
Vulnerability from csaf_redhat
Notes
{
  "document": {
    "aggregate_severity": {
      "namespace": "https://access.redhat.com/security/updates/classification/",
      "text": "Important"
    },
    "category": "csaf_security_advisory",
    "csaf_version": "2.0",
    "distribution": {
      "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
      "tlp": {
        "label": "WHITE",
        "url": "https://www.first.org/tlp/"
      }
    },
    "lang": "en",
    "notes": [
      {
        "category": "summary",
        "text": "An update is now available for Red Hat Ansible Automation Platform 2.5",
        "title": "Topic"
      },
      {
        "category": "general",
        "text": "Red Hat Ansible Automation Platform provides an enterprise framework for building, deploying and managing IT automation at scale. IT Managers can provide top-down guidelines on how automation is applied to individual teams, while automation developers retain the freedom to write tasks that leverage existing knowledge without the overhead. Ansible Automation Platform makes it possible for users across an organization to share, vet, and manage automation content by means of a simple, powerful, and agentless language.\n\nSecurity Fix(es):\n\n* ansible-lightspeed-container: Jinja sandbox breakout through attr filter selecting format method (CVE-2025-27516)\n* ansible-lightspeed-container: Potential denial-of-service vulnerability in django.utils.text.wrap() (CVE-2025-26699)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nUpdate(s) and Fix(es):\n* Legacy Controller API info link on the Controller redirect page is now fixed (AAP-41510)\n* AAP Backups no longer fail when writing yaml to the PVC on Openshift clusters with Openshift Virtualization installed (AAP-28609)\n* The ansible.controller collection has been updated to 4.6.10\n* The ansible.platform collection has been updated to 2.5.20250326",
        "title": "Details"
      },
      {
        "category": "legal_disclaimer",
        "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
        "title": "Terms of Use"
      }
    ],
    "publisher": {
      "category": "vendor",
      "contact_details": "https://access.redhat.com/security/team/contact/",
      "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
      "name": "Red Hat Product Security",
      "namespace": "https://www.redhat.com"
    },
    "references": [
      {
        "category": "self",
        "summary": "https://access.redhat.com/errata/RHSA-2025:3162",
        "url": "https://access.redhat.com/errata/RHSA-2025:3162"
      },
      {
        "category": "external",
        "summary": "https://access.redhat.com/security/updates/classification/#important",
        "url": "https://access.redhat.com/security/updates/classification/#important"
      },
      {
        "category": "external",
        "summary": "2348993",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348993"
      },
      {
        "category": "external",
        "summary": "2350190",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2350190"
      },
      {
        "category": "self",
        "summary": "Canonical URL",
        "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_3162.json"
      }
    ],
    "title": "Red Hat Security Advisory: Red Hat Ansible Automation Platform 2.5 Container Release Update",
    "tracking": {
      "current_release_date": "2025-10-28T19:42:42+00:00",
      "generator": {
        "date": "2025-10-28T19:42:42+00:00",
        "engine": {
          "name": "Red Hat SDEngine",
          "version": "4.6.10"
        }
      },
      "id": "RHSA-2025:3162",
      "initial_release_date": "2025-03-25T17:10:27+00:00",
      "revision_history": [
        {
          "date": "2025-03-25T17:10:27+00:00",
          "number": "1",
          "summary": "Initial version"
        },
        {
          "date": "2025-03-25T17:10:27+00:00",
          "number": "2",
          "summary": "Last updated version"
        },
        {
          "date": "2025-10-28T19:42:42+00:00",
          "number": "3",
          "summary": "Last generated version"
        }
      ],
      "status": "final",
      "version": "3"
    }
  },
  "product_tree": {
    "branches": [
      {
        "branches": [
          {
            "branches": [
              {
                "category": "product_name",
                "name": "Red Hat Ansible Automation Platform 2.5 for RHEL 8",
                "product": {
                  "name": "Red Hat Ansible Automation Platform 2.5 for RHEL 8",
                  "product_id": "8Base-Ansible-Automation-Platform-2.5-Cloud-Billing",
                  "product_identification_helper": {
                    "cpe": "cpe:/a:redhat:ansible_automation_platform_cloud_billing:2.5::el8"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "Red Hat Ansible Automation Platform 2.5 for RHEL 8",
                "product": {
                  "name": "Red Hat Ansible Automation Platform 2.5 for RHEL 8",
                  "product_id": "8Base-Ansible-Automation-Platform-2.5",
                  "product_identification_helper": {
                    "cpe": "cpe:/a:redhat:ansible_automation_platform:2.5::el8"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "Red Hat Ansible Automation Platform 2.5 for RHEL 9",
                "product": {
                  "name": "Red Hat Ansible Automation Platform 2.5 for RHEL 9",
                  "product_id": "9Base-Ansible-Automation-Platform-2.5",
                  "product_identification_helper": {
                    "cpe": "cpe:/a:redhat:ansible_automation_platform:2.5::el9"
                  }
                }
              }
            ],
            "category": "product_family",
            "name": "Red Hat Ansible Automation Platform"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "ansible-automation-platform-25/aap-cloud-billing-rhel8@sha256:d8e1f355766aa23e9a3fd68838ebfa0330eb957154aed537de74012a91272e33_amd64",
                "product": {
                  "name": "ansible-automation-platform-25/aap-cloud-billing-rhel8@sha256:d8e1f355766aa23e9a3fd68838ebfa0330eb957154aed537de74012a91272e33_amd64",
                  "product_id": "ansible-automation-platform-25/aap-cloud-billing-rhel8@sha256:d8e1f355766aa23e9a3fd68838ebfa0330eb957154aed537de74012a91272e33_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/aap-cloud-billing-rhel8@sha256:d8e1f355766aa23e9a3fd68838ebfa0330eb957154aed537de74012a91272e33?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/aap-cloud-billing-rhel8\u0026tag=0.3.0-73"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-25/aap-cloud-billing-rhel8-operator@sha256:e59afbd9e76ba49ffeefb6a9f3aa7c8e46eb15c3d05df02a93633740b496b10a_amd64",
                "product": {
                  "name": "ansible-automation-platform-25/aap-cloud-billing-rhel8-operator@sha256:e59afbd9e76ba49ffeefb6a9f3aa7c8e46eb15c3d05df02a93633740b496b10a_amd64",
                  "product_id": "ansible-automation-platform-25/aap-cloud-billing-rhel8-operator@sha256:e59afbd9e76ba49ffeefb6a9f3aa7c8e46eb15c3d05df02a93633740b496b10a_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/aap-cloud-billing-rhel8-operator@sha256:e59afbd9e76ba49ffeefb6a9f3aa7c8e46eb15c3d05df02a93633740b496b10a?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/aap-cloud-billing-rhel8-operator\u0026tag=1.0.5-2"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-25/aap-cloud-metrics-collector-rhel8@sha256:0f08f66ca95553076eae69530e4dba8d72ac6ba48711f17c03dd4e176b25a7e8_amd64",
                "product": {
                  "name": "ansible-automation-platform-25/aap-cloud-metrics-collector-rhel8@sha256:0f08f66ca95553076eae69530e4dba8d72ac6ba48711f17c03dd4e176b25a7e8_amd64",
                  "product_id": "ansible-automation-platform-25/aap-cloud-metrics-collector-rhel8@sha256:0f08f66ca95553076eae69530e4dba8d72ac6ba48711f17c03dd4e176b25a7e8_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/aap-cloud-metrics-collector-rhel8@sha256:0f08f66ca95553076eae69530e4dba8d72ac6ba48711f17c03dd4e176b25a7e8?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/aap-cloud-metrics-collector-rhel8\u0026tag=1.0.2-155"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-25/aap-cloud-ui-rhel8@sha256:49b50c07ebe8a49b09ed4dd4e70fe44fdbab0e82cf5e64df384e68623df7351d_amd64",
                "product": {
                  "name": "ansible-automation-platform-25/aap-cloud-ui-rhel8@sha256:49b50c07ebe8a49b09ed4dd4e70fe44fdbab0e82cf5e64df384e68623df7351d_amd64",
                  "product_id": "ansible-automation-platform-25/aap-cloud-ui-rhel8@sha256:49b50c07ebe8a49b09ed4dd4e70fe44fdbab0e82cf5e64df384e68623df7351d_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/aap-cloud-ui-rhel8@sha256:49b50c07ebe8a49b09ed4dd4e70fe44fdbab0e82cf5e64df384e68623df7351d?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/aap-cloud-ui-rhel8\u0026tag=1.0.5-116"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-25/aap-cloud-ui-rhel8-operator@sha256:902dc985b3d0b9f56c6d358372c20f1aae06567bcc103e3359f089ae3a0f3cd5_amd64",
                "product": {
                  "name": "ansible-automation-platform-25/aap-cloud-ui-rhel8-operator@sha256:902dc985b3d0b9f56c6d358372c20f1aae06567bcc103e3359f089ae3a0f3cd5_amd64",
                  "product_id": "ansible-automation-platform-25/aap-cloud-ui-rhel8-operator@sha256:902dc985b3d0b9f56c6d358372c20f1aae06567bcc103e3359f089ae3a0f3cd5_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/aap-cloud-ui-rhel8-operator@sha256:902dc985b3d0b9f56c6d358372c20f1aae06567bcc103e3359f089ae3a0f3cd5?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/aap-cloud-ui-rhel8-operator\u0026tag=1.0.4-156"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-25/aap-must-gather-rhel8@sha256:c15a8ce3f8e62f904bdde007070cff653a3a29eec57058dc843d774d24aacdf0_amd64",
                "product": {
                  "name": "ansible-automation-platform-25/aap-must-gather-rhel8@sha256:c15a8ce3f8e62f904bdde007070cff653a3a29eec57058dc843d774d24aacdf0_amd64",
                  "product_id": "ansible-automation-platform-25/aap-must-gather-rhel8@sha256:c15a8ce3f8e62f904bdde007070cff653a3a29eec57058dc843d774d24aacdf0_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/aap-must-gather-rhel8@sha256:c15a8ce3f8e62f904bdde007070cff653a3a29eec57058dc843d774d24aacdf0?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8\u0026tag=0.0.1-529"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform/platform-operator-bundle@sha256:7c2d7085884998a6022195bb451f397bb91db2a667da793d56cebbc09c59a39f_amd64",
                "product": {
                  "name": "ansible-automation-platform/platform-operator-bundle@sha256:7c2d7085884998a6022195bb451f397bb91db2a667da793d56cebbc09c59a39f_amd64",
                  "product_id": "ansible-automation-platform/platform-operator-bundle@sha256:7c2d7085884998a6022195bb451f397bb91db2a667da793d56cebbc09c59a39f_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/platform-operator-bundle@sha256:7c2d7085884998a6022195bb451f397bb91db2a667da793d56cebbc09c59a39f?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform/platform-operator-bundle\u0026tag=2.5-1215"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-25/ansible-builder-rhel9@sha256:e731d7d3748cc4c1aa0a882e7cb9f8bbb390189086ceb108dd7ad2c9634e35b5_amd64",
                "product": {
                  "name": "ansible-automation-platform-25/ansible-builder-rhel9@sha256:e731d7d3748cc4c1aa0a882e7cb9f8bbb390189086ceb108dd7ad2c9634e35b5_amd64",
                  "product_id": "ansible-automation-platform-25/ansible-builder-rhel9@sha256:e731d7d3748cc4c1aa0a882e7cb9f8bbb390189086ceb108dd7ad2c9634e35b5_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ansible-builder-rhel9@sha256:e731d7d3748cc4c1aa0a882e7cb9f8bbb390189086ceb108dd7ad2c9634e35b5?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel9\u0026tag=3.1.0-230"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-25/ansible-builder-rhel8@sha256:b78bd771ec1b7376db34753c18f5b7258f884e772c598af91bcb23bd0e0df660_amd64",
                "product": {
                  "name": "ansible-automation-platform-25/ansible-builder-rhel8@sha256:b78bd771ec1b7376db34753c18f5b7258f884e772c598af91bcb23bd0e0df660_amd64",
                  "product_id": "ansible-automation-platform-25/ansible-builder-rhel8@sha256:b78bd771ec1b7376db34753c18f5b7258f884e772c598af91bcb23bd0e0df660_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ansible-builder-rhel8@sha256:b78bd771ec1b7376db34753c18f5b7258f884e772c598af91bcb23bd0e0df660?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8\u0026tag=3.1.0-229"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform/cloud-addons-operator-bundle@sha256:4717747b323dd661177e745de4437dc4c73dd46877c565aceafab4ae8eee9ec3_amd64",
                "product": {
                  "name": "ansible-automation-platform/cloud-addons-operator-bundle@sha256:4717747b323dd661177e745de4437dc4c73dd46877c565aceafab4ae8eee9ec3_amd64",
                  "product_id": "ansible-automation-platform/cloud-addons-operator-bundle@sha256:4717747b323dd661177e745de4437dc4c73dd46877c565aceafab4ae8eee9ec3_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/cloud-addons-operator-bundle@sha256:4717747b323dd661177e745de4437dc4c73dd46877c565aceafab4ae8eee9ec3?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform/cloud-addons-operator-bundle\u0026tag=2.5-534"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:639f06e99bc8e813282d39c314b540d8ad05d280242efff8779cd5e2565b8ace_amd64",
                "product": {
                  "name": "ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:639f06e99bc8e813282d39c314b540d8ad05d280242efff8779cd5e2565b8ace_amd64",
                  "product_id": "ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:639f06e99bc8e813282d39c314b540d8ad05d280242efff8779cd5e2565b8ace_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ansible-dev-tools-rhel8@sha256:639f06e99bc8e813282d39c314b540d8ad05d280242efff8779cd5e2565b8ace?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8\u0026tag=25.2.0-12"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-25/lightspeed-rhel8@sha256:91ec0d00fb54817461188676ea32476f6b6e48bc143171beb6d8c90272e9e408_amd64",
                "product": {
                  "name": "ansible-automation-platform-25/lightspeed-rhel8@sha256:91ec0d00fb54817461188676ea32476f6b6e48bc143171beb6d8c90272e9e408_amd64",
                  "product_id": "ansible-automation-platform-25/lightspeed-rhel8@sha256:91ec0d00fb54817461188676ea32476f6b6e48bc143171beb6d8c90272e9e408_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/lightspeed-rhel8@sha256:91ec0d00fb54817461188676ea32476f6b6e48bc143171beb6d8c90272e9e408?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8\u0026tag=2.5.250318-2"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:1dddfd87be2a7a30cc8b4bd7b259b4b76c10ec8442b8d2decfefd4c933b5636e_amd64",
                "product": {
                  "name": "ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:1dddfd87be2a7a30cc8b4bd7b259b4b76c10ec8442b8d2decfefd4c933b5636e_amd64",
                  "product_id": "ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:1dddfd87be2a7a30cc8b4bd7b259b4b76c10ec8442b8d2decfefd4c933b5636e_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/lightspeed-rhel8-operator@sha256:1dddfd87be2a7a30cc8b4bd7b259b4b76c10ec8442b8d2decfefd4c933b5636e?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator\u0026tag=2.5-127"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-25/ansible-python-base-rhel8@sha256:82b226fc0451826a72aef4c2ef51135fa17b8a576bf3129bec6e796504ab5954_amd64",
                "product": {
                  "name": "ansible-automation-platform-25/ansible-python-base-rhel8@sha256:82b226fc0451826a72aef4c2ef51135fa17b8a576bf3129bec6e796504ab5954_amd64",
                  "product_id": "ansible-automation-platform-25/ansible-python-base-rhel8@sha256:82b226fc0451826a72aef4c2ef51135fa17b8a576bf3129bec6e796504ab5954_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ansible-python-base-rhel8@sha256:82b226fc0451826a72aef4c2ef51135fa17b8a576bf3129bec6e796504ab5954?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8\u0026tag=1.0.0-734"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-25/ansible-python-base-rhel9@sha256:45abbe185a3b63ec556ee1d9b0aaaf27e825a09a28965741cffd93e2b2b1881f_amd64",
                "product": {
                  "name": "ansible-automation-platform-25/ansible-python-base-rhel9@sha256:45abbe185a3b63ec556ee1d9b0aaaf27e825a09a28965741cffd93e2b2b1881f_amd64",
                  "product_id": "ansible-automation-platform-25/ansible-python-base-rhel9@sha256:45abbe185a3b63ec556ee1d9b0aaaf27e825a09a28965741cffd93e2b2b1881f_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ansible-python-base-rhel9@sha256:45abbe185a3b63ec556ee1d9b0aaaf27e825a09a28965741cffd93e2b2b1881f?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel9\u0026tag=1.0.0-735"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:2e1b3b78c2a2d39c32bf707cc4537de6c6ca084a0afb44e1b423cbc1abb280bd_amd64",
                "product": {
                  "name": "ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:2e1b3b78c2a2d39c32bf707cc4537de6c6ca084a0afb44e1b423cbc1abb280bd_amd64",
                  "product_id": "ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:2e1b3b78c2a2d39c32bf707cc4537de6c6ca084a0afb44e1b423cbc1abb280bd_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ansible-python-toolkit-rhel8@sha256:2e1b3b78c2a2d39c32bf707cc4537de6c6ca084a0afb44e1b423cbc1abb280bd?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8\u0026tag=1.0.0-684"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-25/ansible-python-toolkit-rhel9@sha256:3f05189b359834107a724a6ceffb89157312e8e947b25630d4eb7ac8e1384011_amd64",
                "product": {
                  "name": "ansible-automation-platform-25/ansible-python-toolkit-rhel9@sha256:3f05189b359834107a724a6ceffb89157312e8e947b25630d4eb7ac8e1384011_amd64",
                  "product_id": "ansible-automation-platform-25/ansible-python-toolkit-rhel9@sha256:3f05189b359834107a724a6ceffb89157312e8e947b25630d4eb7ac8e1384011_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ansible-python-toolkit-rhel9@sha256:3f05189b359834107a724a6ceffb89157312e8e947b25630d4eb7ac8e1384011?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel9\u0026tag=1.0.0-685"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-25/controller-rhel8@sha256:5dc585c4926e1d24d68ea04ccd3ae33fd9d5d3647cc8c8f58546688b8f3b00f2_amd64",
                "product": {
                  "name": "ansible-automation-platform-25/controller-rhel8@sha256:5dc585c4926e1d24d68ea04ccd3ae33fd9d5d3647cc8c8f58546688b8f3b00f2_amd64",
                  "product_id": "ansible-automation-platform-25/controller-rhel8@sha256:5dc585c4926e1d24d68ea04ccd3ae33fd9d5d3647cc8c8f58546688b8f3b00f2_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/controller-rhel8@sha256:5dc585c4926e1d24d68ea04ccd3ae33fd9d5d3647cc8c8f58546688b8f3b00f2?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/controller-rhel8\u0026tag=4.6.10-8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-25/controller-rhel8-operator@sha256:6bfc063082fb366096b3dc1091207a1d8255dfedf79280e9d2d39cd01f7a50ae_amd64",
                "product": {
                  "name": "ansible-automation-platform-25/controller-rhel8-operator@sha256:6bfc063082fb366096b3dc1091207a1d8255dfedf79280e9d2d39cd01f7a50ae_amd64",
                  "product_id": "ansible-automation-platform-25/controller-rhel8-operator@sha256:6bfc063082fb366096b3dc1091207a1d8255dfedf79280e9d2d39cd01f7a50ae_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/controller-rhel8-operator@sha256:6bfc063082fb366096b3dc1091207a1d8255dfedf79280e9d2d39cd01f7a50ae?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator\u0026tag=2.5-168"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-25/eda-controller-rhel8@sha256:f2b04dcbf3d12ddec6a45017e378d106d679796bf89a658d35d42a9ce2228b0e_amd64",
                "product": {
                  "name": "ansible-automation-platform-25/eda-controller-rhel8@sha256:f2b04dcbf3d12ddec6a45017e378d106d679796bf89a658d35d42a9ce2228b0e_amd64",
                  "product_id": "ansible-automation-platform-25/eda-controller-rhel8@sha256:f2b04dcbf3d12ddec6a45017e378d106d679796bf89a658d35d42a9ce2228b0e_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/eda-controller-rhel8@sha256:f2b04dcbf3d12ddec6a45017e378d106d679796bf89a658d35d42a9ce2228b0e?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8\u0026tag=1.1.6-7"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:358060eea532807aa3279e0d4bf43de591bef61096682f2cd1e860da8b80a1a0_amd64",
                "product": {
                  "name": "ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:358060eea532807aa3279e0d4bf43de591bef61096682f2cd1e860da8b80a1a0_amd64",
                  "product_id": "ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:358060eea532807aa3279e0d4bf43de591bef61096682f2cd1e860da8b80a1a0_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/eda-controller-rhel8-operator@sha256:358060eea532807aa3279e0d4bf43de591bef61096682f2cd1e860da8b80a1a0?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator\u0026tag=2.5-170"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:a2337f9023a83e19d3a6280bb9babb41b8505b63400d3f60b05fb4389ddb0ea3_amd64",
                "product": {
                  "name": "ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:a2337f9023a83e19d3a6280bb9babb41b8505b63400d3f60b05fb4389ddb0ea3_amd64",
                  "product_id": "ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:a2337f9023a83e19d3a6280bb9babb41b8505b63400d3f60b05fb4389ddb0ea3_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/eda-controller-ui-rhel8@sha256:a2337f9023a83e19d3a6280bb9babb41b8505b63400d3f60b05fb4389ddb0ea3?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8\u0026tag=1.1.6-4"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-25/gateway-rhel8@sha256:5f57ad23e7811c002b7a01d311242e8f5f23b2e92dd97712049726ef912ad828_amd64",
                "product": {
                  "name": "ansible-automation-platform-25/gateway-rhel8@sha256:5f57ad23e7811c002b7a01d311242e8f5f23b2e92dd97712049726ef912ad828_amd64",
                  "product_id": "ansible-automation-platform-25/gateway-rhel8@sha256:5f57ad23e7811c002b7a01d311242e8f5f23b2e92dd97712049726ef912ad828_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/gateway-rhel8@sha256:5f57ad23e7811c002b7a01d311242e8f5f23b2e92dd97712049726ef912ad828?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/gateway-rhel8\u0026tag=2.5.20250326-2"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-25/gateway-rhel8-operator@sha256:072bc72e1bb286ca7a6dd5fcb0a467bdeb687b817666a912a3595497b35475ff_amd64",
                "product": {
                  "name": "ansible-automation-platform-25/gateway-rhel8-operator@sha256:072bc72e1bb286ca7a6dd5fcb0a467bdeb687b817666a912a3595497b35475ff_amd64",
                  "product_id": "ansible-automation-platform-25/gateway-rhel8-operator@sha256:072bc72e1bb286ca7a6dd5fcb0a467bdeb687b817666a912a3595497b35475ff_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/gateway-rhel8-operator@sha256:072bc72e1bb286ca7a6dd5fcb0a467bdeb687b817666a912a3595497b35475ff?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator\u0026tag=2.5-217"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-25/gateway-proxy-rhel8@sha256:754688aa25eca1652a70bf3a07c19c77e39e0aafc094c57fc8a722ec9591ac63_amd64",
                "product": {
                  "name": "ansible-automation-platform-25/gateway-proxy-rhel8@sha256:754688aa25eca1652a70bf3a07c19c77e39e0aafc094c57fc8a722ec9591ac63_amd64",
                  "product_id": "ansible-automation-platform-25/gateway-proxy-rhel8@sha256:754688aa25eca1652a70bf3a07c19c77e39e0aafc094c57fc8a722ec9591ac63_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/gateway-proxy-rhel8@sha256:754688aa25eca1652a70bf3a07c19c77e39e0aafc094c57fc8a722ec9591ac63?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8\u0026tag=2.5.0-57"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-25/hub-rhel8@sha256:7f6621f11042f5b31f8f9f5aea7609409671e33e5f5a731287ca5c9c075e2cd6_amd64",
                "product": {
                  "name": "ansible-automation-platform-25/hub-rhel8@sha256:7f6621f11042f5b31f8f9f5aea7609409671e33e5f5a731287ca5c9c075e2cd6_amd64",
                  "product_id": "ansible-automation-platform-25/hub-rhel8@sha256:7f6621f11042f5b31f8f9f5aea7609409671e33e5f5a731287ca5c9c075e2cd6_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/hub-rhel8@sha256:7f6621f11042f5b31f8f9f5aea7609409671e33e5f5a731287ca5c9c075e2cd6?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/hub-rhel8\u0026tag=4.10.3-2"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-25/hub-rhel8-operator@sha256:bedbca16ac946dad1f6241c981f53f45e3b7e3b2d6667ed5b4750c2a9af99d3e_amd64",
                "product": {
                  "name": "ansible-automation-platform-25/hub-rhel8-operator@sha256:bedbca16ac946dad1f6241c981f53f45e3b7e3b2d6667ed5b4750c2a9af99d3e_amd64",
                  "product_id": "ansible-automation-platform-25/hub-rhel8-operator@sha256:bedbca16ac946dad1f6241c981f53f45e3b7e3b2d6667ed5b4750c2a9af99d3e_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/hub-rhel8-operator@sha256:bedbca16ac946dad1f6241c981f53f45e3b7e3b2d6667ed5b4750c2a9af99d3e?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator\u0026tag=2.5-170"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-25/hub-web-rhel8@sha256:ed30ab4b661011e52e6d47c457122b70c7664058b8282dc83ef64b5690aaec2c_amd64",
                "product": {
                  "name": "ansible-automation-platform-25/hub-web-rhel8@sha256:ed30ab4b661011e52e6d47c457122b70c7664058b8282dc83ef64b5690aaec2c_amd64",
                  "product_id": "ansible-automation-platform-25/hub-web-rhel8@sha256:ed30ab4b661011e52e6d47c457122b70c7664058b8282dc83ef64b5690aaec2c_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/hub-web-rhel8@sha256:ed30ab4b661011e52e6d47c457122b70c7664058b8282dc83ef64b5690aaec2c?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8\u0026tag=4.10.3-2"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-25/de-minimal-rhel9@sha256:8c405823c25f4e5c2e55811543f5f40198d7a0f4612f9abe9fed0a3591cc7d0f_amd64",
                "product": {
                  "name": "ansible-automation-platform-25/de-minimal-rhel9@sha256:8c405823c25f4e5c2e55811543f5f40198d7a0f4612f9abe9fed0a3591cc7d0f_amd64",
                  "product_id": "ansible-automation-platform-25/de-minimal-rhel9@sha256:8c405823c25f4e5c2e55811543f5f40198d7a0f4612f9abe9fed0a3591cc7d0f_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/de-minimal-rhel9@sha256:8c405823c25f4e5c2e55811543f5f40198d7a0f4612f9abe9fed0a3591cc7d0f?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel9\u0026tag=1.1.3-25"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-25/de-minimal-rhel8@sha256:8a2f9e5e5ed5451cd6d318d681cb71e1c0e118c2f018a0c4aa1c442c07575ab6_amd64",
                "product": {
                  "name": "ansible-automation-platform-25/de-minimal-rhel8@sha256:8a2f9e5e5ed5451cd6d318d681cb71e1c0e118c2f018a0c4aa1c442c07575ab6_amd64",
                  "product_id": "ansible-automation-platform-25/de-minimal-rhel8@sha256:8a2f9e5e5ed5451cd6d318d681cb71e1c0e118c2f018a0c4aa1c442c07575ab6_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/de-minimal-rhel8@sha256:8a2f9e5e5ed5451cd6d318d681cb71e1c0e118c2f018a0c4aa1c442c07575ab6?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8\u0026tag=1.1.3-26"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-25/de-supported-rhel8@sha256:fee69333a82f57264e4dd4ba49e19619501d42886e6c796ec9e0a909a4de5b50_amd64",
                "product": {
                  "name": "ansible-automation-platform-25/de-supported-rhel8@sha256:fee69333a82f57264e4dd4ba49e19619501d42886e6c796ec9e0a909a4de5b50_amd64",
                  "product_id": "ansible-automation-platform-25/de-supported-rhel8@sha256:fee69333a82f57264e4dd4ba49e19619501d42886e6c796ec9e0a909a4de5b50_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/de-supported-rhel8@sha256:fee69333a82f57264e4dd4ba49e19619501d42886e6c796ec9e0a909a4de5b50?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8\u0026tag=1.1.3-27"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-25/de-supported-rhel9@sha256:77635309c4ef74f67d4fe55c93df42dad71071846779608a7902ef4fa365928d_amd64",
                "product": {
                  "name": "ansible-automation-platform-25/de-supported-rhel9@sha256:77635309c4ef74f67d4fe55c93df42dad71071846779608a7902ef4fa365928d_amd64",
                  "product_id": "ansible-automation-platform-25/de-supported-rhel9@sha256:77635309c4ef74f67d4fe55c93df42dad71071846779608a7902ef4fa365928d_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/de-supported-rhel9@sha256:77635309c4ef74f67d4fe55c93df42dad71071846779608a7902ef4fa365928d?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/de-supported-rhel9\u0026tag=1.1.3-26"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-25/ee-cloud-services-rhel9@sha256:cd3920be2a09b9f4c2e36640b8e3da4de63f73a4776eae674821ba6d86f598d3_amd64",
                "product": {
                  "name": "ansible-automation-platform-25/ee-cloud-services-rhel9@sha256:cd3920be2a09b9f4c2e36640b8e3da4de63f73a4776eae674821ba6d86f598d3_amd64",
                  "product_id": "ansible-automation-platform-25/ee-cloud-services-rhel9@sha256:cd3920be2a09b9f4c2e36640b8e3da4de63f73a4776eae674821ba6d86f598d3_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ee-cloud-services-rhel9@sha256:cd3920be2a09b9f4c2e36640b8e3da4de63f73a4776eae674821ba6d86f598d3?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/ee-cloud-services-rhel9\u0026tag=1.0.0-305"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-25/ee-minimal-rhel8@sha256:8523c56b4f5e823b35be7a6d27d566292815de2d89c0f48c1913f207ec358c4a_amd64",
                "product": {
                  "name": "ansible-automation-platform-25/ee-minimal-rhel8@sha256:8523c56b4f5e823b35be7a6d27d566292815de2d89c0f48c1913f207ec358c4a_amd64",
                  "product_id": "ansible-automation-platform-25/ee-minimal-rhel8@sha256:8523c56b4f5e823b35be7a6d27d566292815de2d89c0f48c1913f207ec358c4a_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ee-minimal-rhel8@sha256:8523c56b4f5e823b35be7a6d27d566292815de2d89c0f48c1913f207ec358c4a?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8\u0026tag=1.0.0-850"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-25/ee-minimal-rhel9@sha256:b2b4cdb32da6362783502427036932801b36d7d30ad58798aeb0eb15133055e2_amd64",
                "product": {
                  "name": "ansible-automation-platform-25/ee-minimal-rhel9@sha256:b2b4cdb32da6362783502427036932801b36d7d30ad58798aeb0eb15133055e2_amd64",
                  "product_id": "ansible-automation-platform-25/ee-minimal-rhel9@sha256:b2b4cdb32da6362783502427036932801b36d7d30ad58798aeb0eb15133055e2_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ee-minimal-rhel9@sha256:b2b4cdb32da6362783502427036932801b36d7d30ad58798aeb0eb15133055e2?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel9\u0026tag=1.0.0-851"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-25/ee-supported-rhel8@sha256:2d7012a8bb36f1c07fe72c00029d24a4f83b4445dd89ad3985ce48a2b4c15921_amd64",
                "product": {
                  "name": "ansible-automation-platform-25/ee-supported-rhel8@sha256:2d7012a8bb36f1c07fe72c00029d24a4f83b4445dd89ad3985ce48a2b4c15921_amd64",
                  "product_id": "ansible-automation-platform-25/ee-supported-rhel8@sha256:2d7012a8bb36f1c07fe72c00029d24a4f83b4445dd89ad3985ce48a2b4c15921_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ee-supported-rhel8@sha256:2d7012a8bb36f1c07fe72c00029d24a4f83b4445dd89ad3985ce48a2b4c15921?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8\u0026tag=1.0.0-945"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-25/ee-supported-rhel9@sha256:04a00b8b214c258044414aba456e5b6f67400a1eefd0e679406eea5f2dd369a1_amd64",
                "product": {
                  "name": "ansible-automation-platform-25/ee-supported-rhel9@sha256:04a00b8b214c258044414aba456e5b6f67400a1eefd0e679406eea5f2dd369a1_amd64",
                  "product_id": "ansible-automation-platform-25/ee-supported-rhel9@sha256:04a00b8b214c258044414aba456e5b6f67400a1eefd0e679406eea5f2dd369a1_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ee-supported-rhel9@sha256:04a00b8b214c258044414aba456e5b6f67400a1eefd0e679406eea5f2dd369a1?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel9\u0026tag=1.0.0-944"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:f97a2e2081e47fe380e959e5b6a2baea4de788fea5d4706972d95ab21eef2be9_amd64",
                "product": {
                  "name": "ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:f97a2e2081e47fe380e959e5b6a2baea4de788fea5d4706972d95ab21eef2be9_amd64",
                  "product_id": "ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:f97a2e2081e47fe380e959e5b6a2baea4de788fea5d4706972d95ab21eef2be9_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/platform-resource-rhel8-operator@sha256:f97a2e2081e47fe380e959e5b6a2baea4de788fea5d4706972d95ab21eef2be9?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator\u0026tag=2.5-123"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:1026da03da048f3aaf263b1f650a2cda1f415379dae13943faf6a3b399a7763f_amd64",
                "product": {
                  "name": "ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:1026da03da048f3aaf263b1f650a2cda1f415379dae13943faf6a3b399a7763f_amd64",
                  "product_id": "ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:1026da03da048f3aaf263b1f650a2cda1f415379dae13943faf6a3b399a7763f_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/platform-resource-runner-rhel8@sha256:1026da03da048f3aaf263b1f650a2cda1f415379dae13943faf6a3b399a7763f?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8\u0026tag=2.5-154"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-25/receptor-rhel8@sha256:09df3c5de30b30b7b8d447e22ab416995e7d6a511a260ade1d714029decddb71_amd64",
                "product": {
                  "name": "ansible-automation-platform-25/receptor-rhel8@sha256:09df3c5de30b30b7b8d447e22ab416995e7d6a511a260ade1d714029decddb71_amd64",
                  "product_id": "ansible-automation-platform-25/receptor-rhel8@sha256:09df3c5de30b30b7b8d447e22ab416995e7d6a511a260ade1d714029decddb71_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/receptor-rhel8@sha256:09df3c5de30b30b7b8d447e22ab416995e7d6a511a260ade1d714029decddb71?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/receptor-rhel8\u0026tag=1.5.3-6"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "amd64"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "ansible-automation-platform-25/aap-must-gather-rhel8@sha256:69b05005e934fee2040447c061e0fa9f2106c5cbadb469f7ed82b0e52d565802_ppc64le",
                "product": {
                  "name": "ansible-automation-platform-25/aap-must-gather-rhel8@sha256:69b05005e934fee2040447c061e0fa9f2106c5cbadb469f7ed82b0e52d565802_ppc64le",
                  "product_id": "ansible-automation-platform-25/aap-must-gather-rhel8@sha256:69b05005e934fee2040447c061e0fa9f2106c5cbadb469f7ed82b0e52d565802_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/aap-must-gather-rhel8@sha256:69b05005e934fee2040447c061e0fa9f2106c5cbadb469f7ed82b0e52d565802?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8\u0026tag=0.0.1-529"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform/platform-operator-bundle@sha256:d207a07d44315888e918e1db176aa236e1b1bb3b6b7664e4534aa9bc0ae4956d_ppc64le",
                "product": {
                  "name": "ansible-automation-platform/platform-operator-bundle@sha256:d207a07d44315888e918e1db176aa236e1b1bb3b6b7664e4534aa9bc0ae4956d_ppc64le",
                  "product_id": "ansible-automation-platform/platform-operator-bundle@sha256:d207a07d44315888e918e1db176aa236e1b1bb3b6b7664e4534aa9bc0ae4956d_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/platform-operator-bundle@sha256:d207a07d44315888e918e1db176aa236e1b1bb3b6b7664e4534aa9bc0ae4956d?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform/platform-operator-bundle\u0026tag=2.5-1215"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-25/ansible-builder-rhel9@sha256:8a1732b0b8e8f2665e7d044dc2fe27bc97fc1fe796276b4d3951e9f5ad0a32b0_ppc64le",
                "product": {
                  "name": "ansible-automation-platform-25/ansible-builder-rhel9@sha256:8a1732b0b8e8f2665e7d044dc2fe27bc97fc1fe796276b4d3951e9f5ad0a32b0_ppc64le",
                  "product_id": "ansible-automation-platform-25/ansible-builder-rhel9@sha256:8a1732b0b8e8f2665e7d044dc2fe27bc97fc1fe796276b4d3951e9f5ad0a32b0_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ansible-builder-rhel9@sha256:8a1732b0b8e8f2665e7d044dc2fe27bc97fc1fe796276b4d3951e9f5ad0a32b0?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel9\u0026tag=3.1.0-230"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-25/ansible-builder-rhel8@sha256:52b88765b97153d2e8ddc94857a9da8b1cbbed9e157b3592fc6293bc84d866cf_ppc64le",
                "product": {
                  "name": "ansible-automation-platform-25/ansible-builder-rhel8@sha256:52b88765b97153d2e8ddc94857a9da8b1cbbed9e157b3592fc6293bc84d866cf_ppc64le",
                  "product_id": "ansible-automation-platform-25/ansible-builder-rhel8@sha256:52b88765b97153d2e8ddc94857a9da8b1cbbed9e157b3592fc6293bc84d866cf_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ansible-builder-rhel8@sha256:52b88765b97153d2e8ddc94857a9da8b1cbbed9e157b3592fc6293bc84d866cf?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8\u0026tag=3.1.0-229"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:df748250631969ef91cc342ec6ad9875bcc627522f209407aa1842954bcc91b3_ppc64le",
                "product": {
                  "name": "ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:df748250631969ef91cc342ec6ad9875bcc627522f209407aa1842954bcc91b3_ppc64le",
                  "product_id": "ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:df748250631969ef91cc342ec6ad9875bcc627522f209407aa1842954bcc91b3_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ansible-dev-tools-rhel8@sha256:df748250631969ef91cc342ec6ad9875bcc627522f209407aa1842954bcc91b3?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8\u0026tag=25.2.0-12"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-25/lightspeed-rhel8@sha256:2194a90ee1dc39a9c2eedf536f988aedab66c250a112669e3d521223dc926f76_ppc64le",
                "product": {
                  "name": "ansible-automation-platform-25/lightspeed-rhel8@sha256:2194a90ee1dc39a9c2eedf536f988aedab66c250a112669e3d521223dc926f76_ppc64le",
                  "product_id": "ansible-automation-platform-25/lightspeed-rhel8@sha256:2194a90ee1dc39a9c2eedf536f988aedab66c250a112669e3d521223dc926f76_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/lightspeed-rhel8@sha256:2194a90ee1dc39a9c2eedf536f988aedab66c250a112669e3d521223dc926f76?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8\u0026tag=2.5.250318-2"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:1eede5de7b9726aedcb4bdb0dc26a816e24b8b897aa4813ee9babd0e66e55fe0_ppc64le",
                "product": {
                  "name": "ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:1eede5de7b9726aedcb4bdb0dc26a816e24b8b897aa4813ee9babd0e66e55fe0_ppc64le",
                  "product_id": "ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:1eede5de7b9726aedcb4bdb0dc26a816e24b8b897aa4813ee9babd0e66e55fe0_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/lightspeed-rhel8-operator@sha256:1eede5de7b9726aedcb4bdb0dc26a816e24b8b897aa4813ee9babd0e66e55fe0?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator\u0026tag=2.5-127"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-25/ansible-python-base-rhel8@sha256:41cc1680e25e4f9528525ad9ed06220120a313b693219249d9be8772b15ff322_ppc64le",
                "product": {
                  "name": "ansible-automation-platform-25/ansible-python-base-rhel8@sha256:41cc1680e25e4f9528525ad9ed06220120a313b693219249d9be8772b15ff322_ppc64le",
                  "product_id": "ansible-automation-platform-25/ansible-python-base-rhel8@sha256:41cc1680e25e4f9528525ad9ed06220120a313b693219249d9be8772b15ff322_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ansible-python-base-rhel8@sha256:41cc1680e25e4f9528525ad9ed06220120a313b693219249d9be8772b15ff322?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8\u0026tag=1.0.0-734"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-25/ansible-python-base-rhel9@sha256:e55ced9b5d520f76153c876d1f0b6f9c2a26f30c20bee750dae2fe5d1d9a172f_ppc64le",
                "product": {
                  "name": "ansible-automation-platform-25/ansible-python-base-rhel9@sha256:e55ced9b5d520f76153c876d1f0b6f9c2a26f30c20bee750dae2fe5d1d9a172f_ppc64le",
                  "product_id": "ansible-automation-platform-25/ansible-python-base-rhel9@sha256:e55ced9b5d520f76153c876d1f0b6f9c2a26f30c20bee750dae2fe5d1d9a172f_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ansible-python-base-rhel9@sha256:e55ced9b5d520f76153c876d1f0b6f9c2a26f30c20bee750dae2fe5d1d9a172f?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel9\u0026tag=1.0.0-735"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:57c318adb9b5386559b51dbd508e37cf699ccfff0affc6d8076dc363ea51ffa4_ppc64le",
                "product": {
                  "name": "ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:57c318adb9b5386559b51dbd508e37cf699ccfff0affc6d8076dc363ea51ffa4_ppc64le",
                  "product_id": "ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:57c318adb9b5386559b51dbd508e37cf699ccfff0affc6d8076dc363ea51ffa4_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ansible-python-toolkit-rhel8@sha256:57c318adb9b5386559b51dbd508e37cf699ccfff0affc6d8076dc363ea51ffa4?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8\u0026tag=1.0.0-684"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-25/ansible-python-toolkit-rhel9@sha256:6d04a71007b2a32c8cfdae0e42f82787ff15acb0e206adad080df592d4192136_ppc64le",
                "product": {
                  "name": "ansible-automation-platform-25/ansible-python-toolkit-rhel9@sha256:6d04a71007b2a32c8cfdae0e42f82787ff15acb0e206adad080df592d4192136_ppc64le",
                  "product_id": "ansible-automation-platform-25/ansible-python-toolkit-rhel9@sha256:6d04a71007b2a32c8cfdae0e42f82787ff15acb0e206adad080df592d4192136_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ansible-python-toolkit-rhel9@sha256:6d04a71007b2a32c8cfdae0e42f82787ff15acb0e206adad080df592d4192136?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel9\u0026tag=1.0.0-685"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-25/controller-rhel8@sha256:000ebfdca4aeb5b29b0aeab9dd7d0afb971645ede59f4c8d4458a4e6396463f2_ppc64le",
                "product": {
                  "name": "ansible-automation-platform-25/controller-rhel8@sha256:000ebfdca4aeb5b29b0aeab9dd7d0afb971645ede59f4c8d4458a4e6396463f2_ppc64le",
                  "product_id": "ansible-automation-platform-25/controller-rhel8@sha256:000ebfdca4aeb5b29b0aeab9dd7d0afb971645ede59f4c8d4458a4e6396463f2_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/controller-rhel8@sha256:000ebfdca4aeb5b29b0aeab9dd7d0afb971645ede59f4c8d4458a4e6396463f2?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/controller-rhel8\u0026tag=4.6.10-8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-25/controller-rhel8-operator@sha256:c2703ccb114e68bc5d3840a19ff30704672f0bf245f9af550a44e2e4f7bb07d9_ppc64le",
                "product": {
                  "name": "ansible-automation-platform-25/controller-rhel8-operator@sha256:c2703ccb114e68bc5d3840a19ff30704672f0bf245f9af550a44e2e4f7bb07d9_ppc64le",
                  "product_id": "ansible-automation-platform-25/controller-rhel8-operator@sha256:c2703ccb114e68bc5d3840a19ff30704672f0bf245f9af550a44e2e4f7bb07d9_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/controller-rhel8-operator@sha256:c2703ccb114e68bc5d3840a19ff30704672f0bf245f9af550a44e2e4f7bb07d9?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator\u0026tag=2.5-168"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-25/eda-controller-rhel8@sha256:e81b49635af6b07d44802fc95b248f05a95fdd33e5ba2598e196208892c93b30_ppc64le",
                "product": {
                  "name": "ansible-automation-platform-25/eda-controller-rhel8@sha256:e81b49635af6b07d44802fc95b248f05a95fdd33e5ba2598e196208892c93b30_ppc64le",
                  "product_id": "ansible-automation-platform-25/eda-controller-rhel8@sha256:e81b49635af6b07d44802fc95b248f05a95fdd33e5ba2598e196208892c93b30_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/eda-controller-rhel8@sha256:e81b49635af6b07d44802fc95b248f05a95fdd33e5ba2598e196208892c93b30?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8\u0026tag=1.1.6-7"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:7ae5af121df2f1e2fa92215e6d085cedbc500832998ad2d4049bada44361c3b5_ppc64le",
                "product": {
                  "name": "ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:7ae5af121df2f1e2fa92215e6d085cedbc500832998ad2d4049bada44361c3b5_ppc64le",
                  "product_id": "ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:7ae5af121df2f1e2fa92215e6d085cedbc500832998ad2d4049bada44361c3b5_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/eda-controller-rhel8-operator@sha256:7ae5af121df2f1e2fa92215e6d085cedbc500832998ad2d4049bada44361c3b5?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator\u0026tag=2.5-170"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:b92e35104f477881936925a9b8691efff217dd551bd3a9a3a4d7c9ff4918d6fe_ppc64le",
                "product": {
                  "name": "ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:b92e35104f477881936925a9b8691efff217dd551bd3a9a3a4d7c9ff4918d6fe_ppc64le",
                  "product_id": "ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:b92e35104f477881936925a9b8691efff217dd551bd3a9a3a4d7c9ff4918d6fe_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/eda-controller-ui-rhel8@sha256:b92e35104f477881936925a9b8691efff217dd551bd3a9a3a4d7c9ff4918d6fe?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8\u0026tag=1.1.6-4"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-25/gateway-rhel8@sha256:f185030c8e48edab8955528014ee8a247e1c1b445767ef78bd089f6dd3dfeb16_ppc64le",
                "product": {
                  "name": "ansible-automation-platform-25/gateway-rhel8@sha256:f185030c8e48edab8955528014ee8a247e1c1b445767ef78bd089f6dd3dfeb16_ppc64le",
                  "product_id": "ansible-automation-platform-25/gateway-rhel8@sha256:f185030c8e48edab8955528014ee8a247e1c1b445767ef78bd089f6dd3dfeb16_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/gateway-rhel8@sha256:f185030c8e48edab8955528014ee8a247e1c1b445767ef78bd089f6dd3dfeb16?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/gateway-rhel8\u0026tag=2.5.20250326-2"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-25/gateway-rhel8-operator@sha256:47855ecb0ffb02f321664a5c0070dcb199b4160ab0eeab696fe5649d59ecab5e_ppc64le",
                "product": {
                  "name": "ansible-automation-platform-25/gateway-rhel8-operator@sha256:47855ecb0ffb02f321664a5c0070dcb199b4160ab0eeab696fe5649d59ecab5e_ppc64le",
                  "product_id": "ansible-automation-platform-25/gateway-rhel8-operator@sha256:47855ecb0ffb02f321664a5c0070dcb199b4160ab0eeab696fe5649d59ecab5e_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/gateway-rhel8-operator@sha256:47855ecb0ffb02f321664a5c0070dcb199b4160ab0eeab696fe5649d59ecab5e?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator\u0026tag=2.5-217"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-25/gateway-proxy-rhel8@sha256:15ed8ad741a0b4258e484272af1266578104a3ff625f9b4f7702cd68c2ce565f_ppc64le",
                "product": {
                  "name": "ansible-automation-platform-25/gateway-proxy-rhel8@sha256:15ed8ad741a0b4258e484272af1266578104a3ff625f9b4f7702cd68c2ce565f_ppc64le",
                  "product_id": "ansible-automation-platform-25/gateway-proxy-rhel8@sha256:15ed8ad741a0b4258e484272af1266578104a3ff625f9b4f7702cd68c2ce565f_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/gateway-proxy-rhel8@sha256:15ed8ad741a0b4258e484272af1266578104a3ff625f9b4f7702cd68c2ce565f?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8\u0026tag=2.5.0-57"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-25/hub-rhel8@sha256:1addce43583536108b0fd96e3df18ac9be9b03ea561a30603baf6f2c3221c6b7_ppc64le",
                "product": {
                  "name": "ansible-automation-platform-25/hub-rhel8@sha256:1addce43583536108b0fd96e3df18ac9be9b03ea561a30603baf6f2c3221c6b7_ppc64le",
                  "product_id": "ansible-automation-platform-25/hub-rhel8@sha256:1addce43583536108b0fd96e3df18ac9be9b03ea561a30603baf6f2c3221c6b7_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/hub-rhel8@sha256:1addce43583536108b0fd96e3df18ac9be9b03ea561a30603baf6f2c3221c6b7?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/hub-rhel8\u0026tag=4.10.3-2"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-25/hub-rhel8-operator@sha256:e6b5ab6cfc48f7805eccad1c58d7d8303206c673fef7fed676851b01ba6d7254_ppc64le",
                "product": {
                  "name": "ansible-automation-platform-25/hub-rhel8-operator@sha256:e6b5ab6cfc48f7805eccad1c58d7d8303206c673fef7fed676851b01ba6d7254_ppc64le",
                  "product_id": "ansible-automation-platform-25/hub-rhel8-operator@sha256:e6b5ab6cfc48f7805eccad1c58d7d8303206c673fef7fed676851b01ba6d7254_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/hub-rhel8-operator@sha256:e6b5ab6cfc48f7805eccad1c58d7d8303206c673fef7fed676851b01ba6d7254?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator\u0026tag=2.5-170"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-25/hub-web-rhel8@sha256:e4432d931b28b75db3a509de7abff7380ec9b8f69ba9b9a962e6da8b87f57c8a_ppc64le",
                "product": {
                  "name": "ansible-automation-platform-25/hub-web-rhel8@sha256:e4432d931b28b75db3a509de7abff7380ec9b8f69ba9b9a962e6da8b87f57c8a_ppc64le",
                  "product_id": "ansible-automation-platform-25/hub-web-rhel8@sha256:e4432d931b28b75db3a509de7abff7380ec9b8f69ba9b9a962e6da8b87f57c8a_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/hub-web-rhel8@sha256:e4432d931b28b75db3a509de7abff7380ec9b8f69ba9b9a962e6da8b87f57c8a?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8\u0026tag=4.10.3-2"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-25/de-minimal-rhel9@sha256:dea264a6d5925f081a082b6f02f50f374b72437b5f63190f2c28555acbb98632_ppc64le",
                "product": {
                  "name": "ansible-automation-platform-25/de-minimal-rhel9@sha256:dea264a6d5925f081a082b6f02f50f374b72437b5f63190f2c28555acbb98632_ppc64le",
                  "product_id": "ansible-automation-platform-25/de-minimal-rhel9@sha256:dea264a6d5925f081a082b6f02f50f374b72437b5f63190f2c28555acbb98632_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/de-minimal-rhel9@sha256:dea264a6d5925f081a082b6f02f50f374b72437b5f63190f2c28555acbb98632?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel9\u0026tag=1.1.3-25"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-25/de-minimal-rhel8@sha256:f4a3a6ce78089b04e0f53d7aaba40169311b20a46fd9d8978d78dbd7c6bf0fb3_ppc64le",
                "product": {
                  "name": "ansible-automation-platform-25/de-minimal-rhel8@sha256:f4a3a6ce78089b04e0f53d7aaba40169311b20a46fd9d8978d78dbd7c6bf0fb3_ppc64le",
                  "product_id": "ansible-automation-platform-25/de-minimal-rhel8@sha256:f4a3a6ce78089b04e0f53d7aaba40169311b20a46fd9d8978d78dbd7c6bf0fb3_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/de-minimal-rhel8@sha256:f4a3a6ce78089b04e0f53d7aaba40169311b20a46fd9d8978d78dbd7c6bf0fb3?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8\u0026tag=1.1.3-26"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-25/de-supported-rhel8@sha256:817f0e3b0ed4a6c337a6c450d9d4af1f9fbef409dc32eaee5828eb7da351e1ab_ppc64le",
                "product": {
                  "name": "ansible-automation-platform-25/de-supported-rhel8@sha256:817f0e3b0ed4a6c337a6c450d9d4af1f9fbef409dc32eaee5828eb7da351e1ab_ppc64le",
                  "product_id": "ansible-automation-platform-25/de-supported-rhel8@sha256:817f0e3b0ed4a6c337a6c450d9d4af1f9fbef409dc32eaee5828eb7da351e1ab_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/de-supported-rhel8@sha256:817f0e3b0ed4a6c337a6c450d9d4af1f9fbef409dc32eaee5828eb7da351e1ab?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8\u0026tag=1.1.3-27"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-25/de-supported-rhel9@sha256:2d52c483a82b06ea9f77e49f39b7aaa58787b4e41c5a91252262efd66d958f7d_ppc64le",
                "product": {
                  "name": "ansible-automation-platform-25/de-supported-rhel9@sha256:2d52c483a82b06ea9f77e49f39b7aaa58787b4e41c5a91252262efd66d958f7d_ppc64le",
                  "product_id": "ansible-automation-platform-25/de-supported-rhel9@sha256:2d52c483a82b06ea9f77e49f39b7aaa58787b4e41c5a91252262efd66d958f7d_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/de-supported-rhel9@sha256:2d52c483a82b06ea9f77e49f39b7aaa58787b4e41c5a91252262efd66d958f7d?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/de-supported-rhel9\u0026tag=1.1.3-26"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-25/ee-minimal-rhel8@sha256:3390781f4e8466c262749dd7df79d366bae19a1ea7a764abe78338f34572f5f5_ppc64le",
                "product": {
                  "name": "ansible-automation-platform-25/ee-minimal-rhel8@sha256:3390781f4e8466c262749dd7df79d366bae19a1ea7a764abe78338f34572f5f5_ppc64le",
                  "product_id": "ansible-automation-platform-25/ee-minimal-rhel8@sha256:3390781f4e8466c262749dd7df79d366bae19a1ea7a764abe78338f34572f5f5_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ee-minimal-rhel8@sha256:3390781f4e8466c262749dd7df79d366bae19a1ea7a764abe78338f34572f5f5?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8\u0026tag=1.0.0-850"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-25/ee-minimal-rhel9@sha256:4e1bfa9d260ace301f80a6b54b4dbe8426e452d6dcd73ceedf7131c28e26b53f_ppc64le",
                "product": {
                  "name": "ansible-automation-platform-25/ee-minimal-rhel9@sha256:4e1bfa9d260ace301f80a6b54b4dbe8426e452d6dcd73ceedf7131c28e26b53f_ppc64le",
                  "product_id": "ansible-automation-platform-25/ee-minimal-rhel9@sha256:4e1bfa9d260ace301f80a6b54b4dbe8426e452d6dcd73ceedf7131c28e26b53f_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ee-minimal-rhel9@sha256:4e1bfa9d260ace301f80a6b54b4dbe8426e452d6dcd73ceedf7131c28e26b53f?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel9\u0026tag=1.0.0-851"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-25/ee-supported-rhel8@sha256:c858d36e88c471138c77660b18cb4915bec93ac4f02d6fd71e1b4ab89b30abf3_ppc64le",
                "product": {
                  "name": "ansible-automation-platform-25/ee-supported-rhel8@sha256:c858d36e88c471138c77660b18cb4915bec93ac4f02d6fd71e1b4ab89b30abf3_ppc64le",
                  "product_id": "ansible-automation-platform-25/ee-supported-rhel8@sha256:c858d36e88c471138c77660b18cb4915bec93ac4f02d6fd71e1b4ab89b30abf3_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ee-supported-rhel8@sha256:c858d36e88c471138c77660b18cb4915bec93ac4f02d6fd71e1b4ab89b30abf3?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8\u0026tag=1.0.0-945"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-25/ee-supported-rhel9@sha256:60cf287547830392b80c95a37abbf24e0078db5b582c100a585e77add83c564b_ppc64le",
                "product": {
                  "name": "ansible-automation-platform-25/ee-supported-rhel9@sha256:60cf287547830392b80c95a37abbf24e0078db5b582c100a585e77add83c564b_ppc64le",
                  "product_id": "ansible-automation-platform-25/ee-supported-rhel9@sha256:60cf287547830392b80c95a37abbf24e0078db5b582c100a585e77add83c564b_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ee-supported-rhel9@sha256:60cf287547830392b80c95a37abbf24e0078db5b582c100a585e77add83c564b?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel9\u0026tag=1.0.0-944"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:0cd8b08c35496499ba40696c33b60157d02eaa1ef02b894cf647aeaff223e333_ppc64le",
                "product": {
                  "name": "ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:0cd8b08c35496499ba40696c33b60157d02eaa1ef02b894cf647aeaff223e333_ppc64le",
                  "product_id": "ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:0cd8b08c35496499ba40696c33b60157d02eaa1ef02b894cf647aeaff223e333_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/platform-resource-rhel8-operator@sha256:0cd8b08c35496499ba40696c33b60157d02eaa1ef02b894cf647aeaff223e333?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator\u0026tag=2.5-123"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:d035d0ab147a7e3f4accf3a237173283dfbe70e1152150866dfda9e32c6707b1_ppc64le",
                "product": {
                  "name": "ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:d035d0ab147a7e3f4accf3a237173283dfbe70e1152150866dfda9e32c6707b1_ppc64le",
                  "product_id": "ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:d035d0ab147a7e3f4accf3a237173283dfbe70e1152150866dfda9e32c6707b1_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/platform-resource-runner-rhel8@sha256:d035d0ab147a7e3f4accf3a237173283dfbe70e1152150866dfda9e32c6707b1?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8\u0026tag=2.5-154"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-25/receptor-rhel8@sha256:2292e0a91990e9c6ccc9c3f04d6bbdd7ba788cb820c653a298fd736cc82e7159_ppc64le",
                "product": {
                  "name": "ansible-automation-platform-25/receptor-rhel8@sha256:2292e0a91990e9c6ccc9c3f04d6bbdd7ba788cb820c653a298fd736cc82e7159_ppc64le",
                  "product_id": "ansible-automation-platform-25/receptor-rhel8@sha256:2292e0a91990e9c6ccc9c3f04d6bbdd7ba788cb820c653a298fd736cc82e7159_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/receptor-rhel8@sha256:2292e0a91990e9c6ccc9c3f04d6bbdd7ba788cb820c653a298fd736cc82e7159?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/receptor-rhel8\u0026tag=1.5.3-6"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "ppc64le"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "ansible-automation-platform-25/aap-must-gather-rhel8@sha256:a23dd80fdc72c74d31d39a597ad6f986e081a0b853d6decbfadb783b2c7199a9_s390x",
                "product": {
                  "name": "ansible-automation-platform-25/aap-must-gather-rhel8@sha256:a23dd80fdc72c74d31d39a597ad6f986e081a0b853d6decbfadb783b2c7199a9_s390x",
                  "product_id": "ansible-automation-platform-25/aap-must-gather-rhel8@sha256:a23dd80fdc72c74d31d39a597ad6f986e081a0b853d6decbfadb783b2c7199a9_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/aap-must-gather-rhel8@sha256:a23dd80fdc72c74d31d39a597ad6f986e081a0b853d6decbfadb783b2c7199a9?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8\u0026tag=0.0.1-529"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform/platform-operator-bundle@sha256:85de94a5a49ed4c986b7a24c841e498ead37d79da154056e939cb1cfa1f6d7f2_s390x",
                "product": {
                  "name": "ansible-automation-platform/platform-operator-bundle@sha256:85de94a5a49ed4c986b7a24c841e498ead37d79da154056e939cb1cfa1f6d7f2_s390x",
                  "product_id": "ansible-automation-platform/platform-operator-bundle@sha256:85de94a5a49ed4c986b7a24c841e498ead37d79da154056e939cb1cfa1f6d7f2_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/platform-operator-bundle@sha256:85de94a5a49ed4c986b7a24c841e498ead37d79da154056e939cb1cfa1f6d7f2?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform/platform-operator-bundle\u0026tag=2.5-1215"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-25/ansible-builder-rhel9@sha256:f849a8620a88c866f79f959a010b3ef254ab644690983b56c1aa6f2815816083_s390x",
                "product": {
                  "name": "ansible-automation-platform-25/ansible-builder-rhel9@sha256:f849a8620a88c866f79f959a010b3ef254ab644690983b56c1aa6f2815816083_s390x",
                  "product_id": "ansible-automation-platform-25/ansible-builder-rhel9@sha256:f849a8620a88c866f79f959a010b3ef254ab644690983b56c1aa6f2815816083_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ansible-builder-rhel9@sha256:f849a8620a88c866f79f959a010b3ef254ab644690983b56c1aa6f2815816083?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel9\u0026tag=3.1.0-230"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-25/ansible-builder-rhel8@sha256:f4d9f890920b779e13efd93130d42ca4ed25a088cf9e4cd9a60437ef8ce10b4f_s390x",
                "product": {
                  "name": "ansible-automation-platform-25/ansible-builder-rhel8@sha256:f4d9f890920b779e13efd93130d42ca4ed25a088cf9e4cd9a60437ef8ce10b4f_s390x",
                  "product_id": "ansible-automation-platform-25/ansible-builder-rhel8@sha256:f4d9f890920b779e13efd93130d42ca4ed25a088cf9e4cd9a60437ef8ce10b4f_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ansible-builder-rhel8@sha256:f4d9f890920b779e13efd93130d42ca4ed25a088cf9e4cd9a60437ef8ce10b4f?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8\u0026tag=3.1.0-229"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:3c71a9b9520581ace3f6ac77e96409234fb0b551e40a683640f6bc7c93eb17be_s390x",
                "product": {
                  "name": "ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:3c71a9b9520581ace3f6ac77e96409234fb0b551e40a683640f6bc7c93eb17be_s390x",
                  "product_id": "ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:3c71a9b9520581ace3f6ac77e96409234fb0b551e40a683640f6bc7c93eb17be_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ansible-dev-tools-rhel8@sha256:3c71a9b9520581ace3f6ac77e96409234fb0b551e40a683640f6bc7c93eb17be?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8\u0026tag=25.2.0-12"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-25/lightspeed-rhel8@sha256:37561c5598dd188f711b8d65ff76e0ba9a70952b1355b08b1450dcd3d66b0c82_s390x",
                "product": {
                  "name": "ansible-automation-platform-25/lightspeed-rhel8@sha256:37561c5598dd188f711b8d65ff76e0ba9a70952b1355b08b1450dcd3d66b0c82_s390x",
                  "product_id": "ansible-automation-platform-25/lightspeed-rhel8@sha256:37561c5598dd188f711b8d65ff76e0ba9a70952b1355b08b1450dcd3d66b0c82_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/lightspeed-rhel8@sha256:37561c5598dd188f711b8d65ff76e0ba9a70952b1355b08b1450dcd3d66b0c82?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8\u0026tag=2.5.250318-2"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:db1fb60a146c471305535375c38e2bd9bccc701da86c92419e01986e39551ae0_s390x",
                "product": {
                  "name": "ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:db1fb60a146c471305535375c38e2bd9bccc701da86c92419e01986e39551ae0_s390x",
                  "product_id": "ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:db1fb60a146c471305535375c38e2bd9bccc701da86c92419e01986e39551ae0_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/lightspeed-rhel8-operator@sha256:db1fb60a146c471305535375c38e2bd9bccc701da86c92419e01986e39551ae0?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator\u0026tag=2.5-127"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-25/ansible-python-base-rhel8@sha256:b93e293ee9a007ce3e4cf1f0dc37cdfef28f67c3628031f9c15da1dc80bb74c9_s390x",
                "product": {
                  "name": "ansible-automation-platform-25/ansible-python-base-rhel8@sha256:b93e293ee9a007ce3e4cf1f0dc37cdfef28f67c3628031f9c15da1dc80bb74c9_s390x",
                  "product_id": "ansible-automation-platform-25/ansible-python-base-rhel8@sha256:b93e293ee9a007ce3e4cf1f0dc37cdfef28f67c3628031f9c15da1dc80bb74c9_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ansible-python-base-rhel8@sha256:b93e293ee9a007ce3e4cf1f0dc37cdfef28f67c3628031f9c15da1dc80bb74c9?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8\u0026tag=1.0.0-734"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-25/ansible-python-base-rhel9@sha256:a35e7dcef3a12670cabd2e1903dadcbcea79d026993ef6caf57fbdb1cc942ff1_s390x",
                "product": {
                  "name": "ansible-automation-platform-25/ansible-python-base-rhel9@sha256:a35e7dcef3a12670cabd2e1903dadcbcea79d026993ef6caf57fbdb1cc942ff1_s390x",
                  "product_id": "ansible-automation-platform-25/ansible-python-base-rhel9@sha256:a35e7dcef3a12670cabd2e1903dadcbcea79d026993ef6caf57fbdb1cc942ff1_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ansible-python-base-rhel9@sha256:a35e7dcef3a12670cabd2e1903dadcbcea79d026993ef6caf57fbdb1cc942ff1?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel9\u0026tag=1.0.0-735"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:16a190b1432efbbd8f18edc9e85eeec7c1ba1c5aa9faad6bc8f3adcfcbc7b07f_s390x",
                "product": {
                  "name": "ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:16a190b1432efbbd8f18edc9e85eeec7c1ba1c5aa9faad6bc8f3adcfcbc7b07f_s390x",
                  "product_id": "ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:16a190b1432efbbd8f18edc9e85eeec7c1ba1c5aa9faad6bc8f3adcfcbc7b07f_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ansible-python-toolkit-rhel8@sha256:16a190b1432efbbd8f18edc9e85eeec7c1ba1c5aa9faad6bc8f3adcfcbc7b07f?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8\u0026tag=1.0.0-684"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-25/ansible-python-toolkit-rhel9@sha256:55190e96be5ec406b78a8bf7d58e7b1ac2739d38e6b06c8c99b74c029b24dbba_s390x",
                "product": {
                  "name": "ansible-automation-platform-25/ansible-python-toolkit-rhel9@sha256:55190e96be5ec406b78a8bf7d58e7b1ac2739d38e6b06c8c99b74c029b24dbba_s390x",
                  "product_id": "ansible-automation-platform-25/ansible-python-toolkit-rhel9@sha256:55190e96be5ec406b78a8bf7d58e7b1ac2739d38e6b06c8c99b74c029b24dbba_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ansible-python-toolkit-rhel9@sha256:55190e96be5ec406b78a8bf7d58e7b1ac2739d38e6b06c8c99b74c029b24dbba?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel9\u0026tag=1.0.0-685"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-25/controller-rhel8@sha256:8b8064c57f71618b5bce8a268e1a979ef2df1658f666019c28557ce70bc3c037_s390x",
                "product": {
                  "name": "ansible-automation-platform-25/controller-rhel8@sha256:8b8064c57f71618b5bce8a268e1a979ef2df1658f666019c28557ce70bc3c037_s390x",
                  "product_id": "ansible-automation-platform-25/controller-rhel8@sha256:8b8064c57f71618b5bce8a268e1a979ef2df1658f666019c28557ce70bc3c037_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/controller-rhel8@sha256:8b8064c57f71618b5bce8a268e1a979ef2df1658f666019c28557ce70bc3c037?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/controller-rhel8\u0026tag=4.6.10-8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-25/controller-rhel8-operator@sha256:e3d5d5fc5c5ce0c6ffd0b0478c42f46002d4b73af4df05aa5363904d1698f8ae_s390x",
                "product": {
                  "name": "ansible-automation-platform-25/controller-rhel8-operator@sha256:e3d5d5fc5c5ce0c6ffd0b0478c42f46002d4b73af4df05aa5363904d1698f8ae_s390x",
                  "product_id": "ansible-automation-platform-25/controller-rhel8-operator@sha256:e3d5d5fc5c5ce0c6ffd0b0478c42f46002d4b73af4df05aa5363904d1698f8ae_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/controller-rhel8-operator@sha256:e3d5d5fc5c5ce0c6ffd0b0478c42f46002d4b73af4df05aa5363904d1698f8ae?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator\u0026tag=2.5-168"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-25/eda-controller-rhel8@sha256:178d9486f88ad9ad7bb4dd97883db498c3f7430252ad5f81782d38d32d19a198_s390x",
                "product": {
                  "name": "ansible-automation-platform-25/eda-controller-rhel8@sha256:178d9486f88ad9ad7bb4dd97883db498c3f7430252ad5f81782d38d32d19a198_s390x",
                  "product_id": "ansible-automation-platform-25/eda-controller-rhel8@sha256:178d9486f88ad9ad7bb4dd97883db498c3f7430252ad5f81782d38d32d19a198_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/eda-controller-rhel8@sha256:178d9486f88ad9ad7bb4dd97883db498c3f7430252ad5f81782d38d32d19a198?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8\u0026tag=1.1.6-7"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:c3b35603492d0bfecb645dab468b97a16b78f292a9336c0c856df09588278095_s390x",
                "product": {
                  "name": "ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:c3b35603492d0bfecb645dab468b97a16b78f292a9336c0c856df09588278095_s390x",
                  "product_id": "ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:c3b35603492d0bfecb645dab468b97a16b78f292a9336c0c856df09588278095_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/eda-controller-rhel8-operator@sha256:c3b35603492d0bfecb645dab468b97a16b78f292a9336c0c856df09588278095?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator\u0026tag=2.5-170"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:fca714dfb0fa2de313fee0ffac4ee731703e4785d24d0f59193027944d790bd1_s390x",
                "product": {
                  "name": "ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:fca714dfb0fa2de313fee0ffac4ee731703e4785d24d0f59193027944d790bd1_s390x",
                  "product_id": "ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:fca714dfb0fa2de313fee0ffac4ee731703e4785d24d0f59193027944d790bd1_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/eda-controller-ui-rhel8@sha256:fca714dfb0fa2de313fee0ffac4ee731703e4785d24d0f59193027944d790bd1?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8\u0026tag=1.1.6-4"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-25/gateway-rhel8@sha256:e0c04249a1a9904781621f195efb31284cba47d0eb648fe745cacd7629569a51_s390x",
                "product": {
                  "name": "ansible-automation-platform-25/gateway-rhel8@sha256:e0c04249a1a9904781621f195efb31284cba47d0eb648fe745cacd7629569a51_s390x",
                  "product_id": "ansible-automation-platform-25/gateway-rhel8@sha256:e0c04249a1a9904781621f195efb31284cba47d0eb648fe745cacd7629569a51_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/gateway-rhel8@sha256:e0c04249a1a9904781621f195efb31284cba47d0eb648fe745cacd7629569a51?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/gateway-rhel8\u0026tag=2.5.20250326-2"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-25/gateway-rhel8-operator@sha256:fb050174585455cbd660511db640a1d1953aac33b92ad09f83dad901d3bc9e25_s390x",
                "product": {
                  "name": "ansible-automation-platform-25/gateway-rhel8-operator@sha256:fb050174585455cbd660511db640a1d1953aac33b92ad09f83dad901d3bc9e25_s390x",
                  "product_id": "ansible-automation-platform-25/gateway-rhel8-operator@sha256:fb050174585455cbd660511db640a1d1953aac33b92ad09f83dad901d3bc9e25_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/gateway-rhel8-operator@sha256:fb050174585455cbd660511db640a1d1953aac33b92ad09f83dad901d3bc9e25?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator\u0026tag=2.5-217"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-25/gateway-proxy-rhel8@sha256:138ffc3339e3465f3ec78709a1ab047bac1728e441f1e7bfbd6898395e6c4cde_s390x",
                "product": {
                  "name": "ansible-automation-platform-25/gateway-proxy-rhel8@sha256:138ffc3339e3465f3ec78709a1ab047bac1728e441f1e7bfbd6898395e6c4cde_s390x",
                  "product_id": "ansible-automation-platform-25/gateway-proxy-rhel8@sha256:138ffc3339e3465f3ec78709a1ab047bac1728e441f1e7bfbd6898395e6c4cde_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/gateway-proxy-rhel8@sha256:138ffc3339e3465f3ec78709a1ab047bac1728e441f1e7bfbd6898395e6c4cde?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8\u0026tag=2.5.0-57"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-25/hub-rhel8@sha256:298daef2cb878391328c5555843c2c7cbb760aefdde026d9b90db35fde4b8869_s390x",
                "product": {
                  "name": "ansible-automation-platform-25/hub-rhel8@sha256:298daef2cb878391328c5555843c2c7cbb760aefdde026d9b90db35fde4b8869_s390x",
                  "product_id": "ansible-automation-platform-25/hub-rhel8@sha256:298daef2cb878391328c5555843c2c7cbb760aefdde026d9b90db35fde4b8869_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/hub-rhel8@sha256:298daef2cb878391328c5555843c2c7cbb760aefdde026d9b90db35fde4b8869?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/hub-rhel8\u0026tag=4.10.3-2"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-25/hub-rhel8-operator@sha256:9b177171b82c8a4ac10edcfd8eff7e2bd890aa4c4993faf5e50b4964f92d05be_s390x",
                "product": {
                  "name": "ansible-automation-platform-25/hub-rhel8-operator@sha256:9b177171b82c8a4ac10edcfd8eff7e2bd890aa4c4993faf5e50b4964f92d05be_s390x",
                  "product_id": "ansible-automation-platform-25/hub-rhel8-operator@sha256:9b177171b82c8a4ac10edcfd8eff7e2bd890aa4c4993faf5e50b4964f92d05be_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/hub-rhel8-operator@sha256:9b177171b82c8a4ac10edcfd8eff7e2bd890aa4c4993faf5e50b4964f92d05be?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator\u0026tag=2.5-170"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-25/hub-web-rhel8@sha256:9961ba1942d70d1de5787cbc407b00029cd9c1e58b7b2e64b417a0e47ad8c0e6_s390x",
                "product": {
                  "name": "ansible-automation-platform-25/hub-web-rhel8@sha256:9961ba1942d70d1de5787cbc407b00029cd9c1e58b7b2e64b417a0e47ad8c0e6_s390x",
                  "product_id": "ansible-automation-platform-25/hub-web-rhel8@sha256:9961ba1942d70d1de5787cbc407b00029cd9c1e58b7b2e64b417a0e47ad8c0e6_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/hub-web-rhel8@sha256:9961ba1942d70d1de5787cbc407b00029cd9c1e58b7b2e64b417a0e47ad8c0e6?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8\u0026tag=4.10.3-2"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-25/de-minimal-rhel9@sha256:ed07f8188f4fc5bbfb26c514fbfc24003b4fa1b24635cf1e4b2bf5a9ec41701a_s390x",
                "product": {
                  "name": "ansible-automation-platform-25/de-minimal-rhel9@sha256:ed07f8188f4fc5bbfb26c514fbfc24003b4fa1b24635cf1e4b2bf5a9ec41701a_s390x",
                  "product_id": "ansible-automation-platform-25/de-minimal-rhel9@sha256:ed07f8188f4fc5bbfb26c514fbfc24003b4fa1b24635cf1e4b2bf5a9ec41701a_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/de-minimal-rhel9@sha256:ed07f8188f4fc5bbfb26c514fbfc24003b4fa1b24635cf1e4b2bf5a9ec41701a?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel9\u0026tag=1.1.3-25"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-25/de-minimal-rhel8@sha256:50815edaa3c26f434b543f0f265d61002e55d78c10a82a060ca55df416d36801_s390x",
                "product": {
                  "name": "ansible-automation-platform-25/de-minimal-rhel8@sha256:50815edaa3c26f434b543f0f265d61002e55d78c10a82a060ca55df416d36801_s390x",
                  "product_id": "ansible-automation-platform-25/de-minimal-rhel8@sha256:50815edaa3c26f434b543f0f265d61002e55d78c10a82a060ca55df416d36801_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/de-minimal-rhel8@sha256:50815edaa3c26f434b543f0f265d61002e55d78c10a82a060ca55df416d36801?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8\u0026tag=1.1.3-26"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-25/de-supported-rhel8@sha256:12379c508fe2f5430fdd1d3d1325b02247bc6896a418388a0d7646364ccda961_s390x",
                "product": {
                  "name": "ansible-automation-platform-25/de-supported-rhel8@sha256:12379c508fe2f5430fdd1d3d1325b02247bc6896a418388a0d7646364ccda961_s390x",
                  "product_id": "ansible-automation-platform-25/de-supported-rhel8@sha256:12379c508fe2f5430fdd1d3d1325b02247bc6896a418388a0d7646364ccda961_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/de-supported-rhel8@sha256:12379c508fe2f5430fdd1d3d1325b02247bc6896a418388a0d7646364ccda961?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8\u0026tag=1.1.3-27"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-25/de-supported-rhel9@sha256:da632461064ff25c857b31fc6f5d3231d68aed07f5593f81f4cf27979a839986_s390x",
                "product": {
                  "name": "ansible-automation-platform-25/de-supported-rhel9@sha256:da632461064ff25c857b31fc6f5d3231d68aed07f5593f81f4cf27979a839986_s390x",
                  "product_id": "ansible-automation-platform-25/de-supported-rhel9@sha256:da632461064ff25c857b31fc6f5d3231d68aed07f5593f81f4cf27979a839986_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/de-supported-rhel9@sha256:da632461064ff25c857b31fc6f5d3231d68aed07f5593f81f4cf27979a839986?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/de-supported-rhel9\u0026tag=1.1.3-26"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-25/ee-minimal-rhel8@sha256:a72cb0d0d3716d21bcafb27975f1a3058666338b25223a1a1539d08e9eca9e62_s390x",
                "product": {
                  "name": "ansible-automation-platform-25/ee-minimal-rhel8@sha256:a72cb0d0d3716d21bcafb27975f1a3058666338b25223a1a1539d08e9eca9e62_s390x",
                  "product_id": "ansible-automation-platform-25/ee-minimal-rhel8@sha256:a72cb0d0d3716d21bcafb27975f1a3058666338b25223a1a1539d08e9eca9e62_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ee-minimal-rhel8@sha256:a72cb0d0d3716d21bcafb27975f1a3058666338b25223a1a1539d08e9eca9e62?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8\u0026tag=1.0.0-850"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-25/ee-minimal-rhel9@sha256:ac3f711cad0e0b30b0c873db34d7a0209dd5cd84bf89b1cf59838f7d6bb8d9b1_s390x",
                "product": {
                  "name": "ansible-automation-platform-25/ee-minimal-rhel9@sha256:ac3f711cad0e0b30b0c873db34d7a0209dd5cd84bf89b1cf59838f7d6bb8d9b1_s390x",
                  "product_id": "ansible-automation-platform-25/ee-minimal-rhel9@sha256:ac3f711cad0e0b30b0c873db34d7a0209dd5cd84bf89b1cf59838f7d6bb8d9b1_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ee-minimal-rhel9@sha256:ac3f711cad0e0b30b0c873db34d7a0209dd5cd84bf89b1cf59838f7d6bb8d9b1?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel9\u0026tag=1.0.0-851"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-25/ee-supported-rhel8@sha256:6e71e01be9e4f35473747fa305f11f3200b29d176332efdf9966c28d83572f83_s390x",
                "product": {
                  "name": "ansible-automation-platform-25/ee-supported-rhel8@sha256:6e71e01be9e4f35473747fa305f11f3200b29d176332efdf9966c28d83572f83_s390x",
                  "product_id": "ansible-automation-platform-25/ee-supported-rhel8@sha256:6e71e01be9e4f35473747fa305f11f3200b29d176332efdf9966c28d83572f83_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ee-supported-rhel8@sha256:6e71e01be9e4f35473747fa305f11f3200b29d176332efdf9966c28d83572f83?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8\u0026tag=1.0.0-945"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-25/ee-supported-rhel9@sha256:082d603cf8ff37b3a499cfa6c1748c323920af2130b565b99480a3cc1f9c85ec_s390x",
                "product": {
                  "name": "ansible-automation-platform-25/ee-supported-rhel9@sha256:082d603cf8ff37b3a499cfa6c1748c323920af2130b565b99480a3cc1f9c85ec_s390x",
                  "product_id": "ansible-automation-platform-25/ee-supported-rhel9@sha256:082d603cf8ff37b3a499cfa6c1748c323920af2130b565b99480a3cc1f9c85ec_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ee-supported-rhel9@sha256:082d603cf8ff37b3a499cfa6c1748c323920af2130b565b99480a3cc1f9c85ec?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel9\u0026tag=1.0.0-944"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:bee9015e1cef6a784b8a495d9a02b01f8af95a8f8f63f65b8bb9b7100432ef3f_s390x",
                "product": {
                  "name": "ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:bee9015e1cef6a784b8a495d9a02b01f8af95a8f8f63f65b8bb9b7100432ef3f_s390x",
                  "product_id": "ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:bee9015e1cef6a784b8a495d9a02b01f8af95a8f8f63f65b8bb9b7100432ef3f_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/platform-resource-rhel8-operator@sha256:bee9015e1cef6a784b8a495d9a02b01f8af95a8f8f63f65b8bb9b7100432ef3f?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator\u0026tag=2.5-123"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:cd5eefe21e42496c3c9851199a04cd220918b127951364fa3857eb137785f797_s390x",
                "product": {
                  "name": "ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:cd5eefe21e42496c3c9851199a04cd220918b127951364fa3857eb137785f797_s390x",
                  "product_id": "ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:cd5eefe21e42496c3c9851199a04cd220918b127951364fa3857eb137785f797_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/platform-resource-runner-rhel8@sha256:cd5eefe21e42496c3c9851199a04cd220918b127951364fa3857eb137785f797?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8\u0026tag=2.5-154"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-25/receptor-rhel8@sha256:a6273ecd381b3ab7e770e2df45223c74dd172ebbb2e9d6ba87647c71f2d037df_s390x",
                "product": {
                  "name": "ansible-automation-platform-25/receptor-rhel8@sha256:a6273ecd381b3ab7e770e2df45223c74dd172ebbb2e9d6ba87647c71f2d037df_s390x",
                  "product_id": "ansible-automation-platform-25/receptor-rhel8@sha256:a6273ecd381b3ab7e770e2df45223c74dd172ebbb2e9d6ba87647c71f2d037df_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/receptor-rhel8@sha256:a6273ecd381b3ab7e770e2df45223c74dd172ebbb2e9d6ba87647c71f2d037df?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/receptor-rhel8\u0026tag=1.5.3-6"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "s390x"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "ansible-automation-platform-25/aap-must-gather-rhel8@sha256:8a21d85f4bbb24d4b498aec17025b60f5c0596057181daada26e88171b8685df_arm64",
                "product": {
                  "name": "ansible-automation-platform-25/aap-must-gather-rhel8@sha256:8a21d85f4bbb24d4b498aec17025b60f5c0596057181daada26e88171b8685df_arm64",
                  "product_id": "ansible-automation-platform-25/aap-must-gather-rhel8@sha256:8a21d85f4bbb24d4b498aec17025b60f5c0596057181daada26e88171b8685df_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/aap-must-gather-rhel8@sha256:8a21d85f4bbb24d4b498aec17025b60f5c0596057181daada26e88171b8685df?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8\u0026tag=0.0.1-529"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform/platform-operator-bundle@sha256:0da87cebdb0fa656f5e3845e5c882567ab75d1b0ed3cd937d232eb6a8087493b_arm64",
                "product": {
                  "name": "ansible-automation-platform/platform-operator-bundle@sha256:0da87cebdb0fa656f5e3845e5c882567ab75d1b0ed3cd937d232eb6a8087493b_arm64",
                  "product_id": "ansible-automation-platform/platform-operator-bundle@sha256:0da87cebdb0fa656f5e3845e5c882567ab75d1b0ed3cd937d232eb6a8087493b_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/platform-operator-bundle@sha256:0da87cebdb0fa656f5e3845e5c882567ab75d1b0ed3cd937d232eb6a8087493b?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform/platform-operator-bundle\u0026tag=2.5-1215"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-25/ansible-builder-rhel9@sha256:8ea96653e7ee2a38aa75094b5bcd9231783022b08900ad7b9719cc538edb9ece_arm64",
                "product": {
                  "name": "ansible-automation-platform-25/ansible-builder-rhel9@sha256:8ea96653e7ee2a38aa75094b5bcd9231783022b08900ad7b9719cc538edb9ece_arm64",
                  "product_id": "ansible-automation-platform-25/ansible-builder-rhel9@sha256:8ea96653e7ee2a38aa75094b5bcd9231783022b08900ad7b9719cc538edb9ece_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ansible-builder-rhel9@sha256:8ea96653e7ee2a38aa75094b5bcd9231783022b08900ad7b9719cc538edb9ece?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel9\u0026tag=3.1.0-230"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-25/ansible-builder-rhel8@sha256:308bff477ddf1d4a95929051b5f634130f290e07e934301c6fec88f1503e6f28_arm64",
                "product": {
                  "name": "ansible-automation-platform-25/ansible-builder-rhel8@sha256:308bff477ddf1d4a95929051b5f634130f290e07e934301c6fec88f1503e6f28_arm64",
                  "product_id": "ansible-automation-platform-25/ansible-builder-rhel8@sha256:308bff477ddf1d4a95929051b5f634130f290e07e934301c6fec88f1503e6f28_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ansible-builder-rhel8@sha256:308bff477ddf1d4a95929051b5f634130f290e07e934301c6fec88f1503e6f28?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8\u0026tag=3.1.0-229"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:6b93fd2cc80aee2e3a3edf5da066f48756ec977712b0d954f2ae4a6f0fa60999_arm64",
                "product": {
                  "name": "ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:6b93fd2cc80aee2e3a3edf5da066f48756ec977712b0d954f2ae4a6f0fa60999_arm64",
                  "product_id": "ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:6b93fd2cc80aee2e3a3edf5da066f48756ec977712b0d954f2ae4a6f0fa60999_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ansible-dev-tools-rhel8@sha256:6b93fd2cc80aee2e3a3edf5da066f48756ec977712b0d954f2ae4a6f0fa60999?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8\u0026tag=25.2.0-12"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-25/lightspeed-rhel8@sha256:d16b292559b4b1d213c1e6c864cdefba7797ff353d93cb72ad60c2c5f7574edc_arm64",
                "product": {
                  "name": "ansible-automation-platform-25/lightspeed-rhel8@sha256:d16b292559b4b1d213c1e6c864cdefba7797ff353d93cb72ad60c2c5f7574edc_arm64",
                  "product_id": "ansible-automation-platform-25/lightspeed-rhel8@sha256:d16b292559b4b1d213c1e6c864cdefba7797ff353d93cb72ad60c2c5f7574edc_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/lightspeed-rhel8@sha256:d16b292559b4b1d213c1e6c864cdefba7797ff353d93cb72ad60c2c5f7574edc?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8\u0026tag=2.5.250318-2"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:f0b2329948659ee01f505f2431f49f8dcc2fcfa8c9de42529cc9146732429091_arm64",
                "product": {
                  "name": "ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:f0b2329948659ee01f505f2431f49f8dcc2fcfa8c9de42529cc9146732429091_arm64",
                  "product_id": "ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:f0b2329948659ee01f505f2431f49f8dcc2fcfa8c9de42529cc9146732429091_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/lightspeed-rhel8-operator@sha256:f0b2329948659ee01f505f2431f49f8dcc2fcfa8c9de42529cc9146732429091?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator\u0026tag=2.5-127"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-25/ansible-python-base-rhel8@sha256:b946c6144d58d9833985e12963937f6e28895071d7fa261e81c4f57b2f9354d9_arm64",
                "product": {
                  "name": "ansible-automation-platform-25/ansible-python-base-rhel8@sha256:b946c6144d58d9833985e12963937f6e28895071d7fa261e81c4f57b2f9354d9_arm64",
                  "product_id": "ansible-automation-platform-25/ansible-python-base-rhel8@sha256:b946c6144d58d9833985e12963937f6e28895071d7fa261e81c4f57b2f9354d9_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ansible-python-base-rhel8@sha256:b946c6144d58d9833985e12963937f6e28895071d7fa261e81c4f57b2f9354d9?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8\u0026tag=1.0.0-734"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-25/ansible-python-base-rhel9@sha256:8f0ae6a2b90db4b1f8faca356f36c67d373152c7445d99c2eb7d765d37ee95a9_arm64",
                "product": {
                  "name": "ansible-automation-platform-25/ansible-python-base-rhel9@sha256:8f0ae6a2b90db4b1f8faca356f36c67d373152c7445d99c2eb7d765d37ee95a9_arm64",
                  "product_id": "ansible-automation-platform-25/ansible-python-base-rhel9@sha256:8f0ae6a2b90db4b1f8faca356f36c67d373152c7445d99c2eb7d765d37ee95a9_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ansible-python-base-rhel9@sha256:8f0ae6a2b90db4b1f8faca356f36c67d373152c7445d99c2eb7d765d37ee95a9?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel9\u0026tag=1.0.0-735"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:c6c08808aaf86e0022e11e686f0e0d24e7b8e8df1c7656cbc7cb6b0ee5ec4e97_arm64",
                "product": {
                  "name": "ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:c6c08808aaf86e0022e11e686f0e0d24e7b8e8df1c7656cbc7cb6b0ee5ec4e97_arm64",
                  "product_id": "ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:c6c08808aaf86e0022e11e686f0e0d24e7b8e8df1c7656cbc7cb6b0ee5ec4e97_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ansible-python-toolkit-rhel8@sha256:c6c08808aaf86e0022e11e686f0e0d24e7b8e8df1c7656cbc7cb6b0ee5ec4e97?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8\u0026tag=1.0.0-684"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-25/ansible-python-toolkit-rhel9@sha256:50dd80bcc6ae32f5f3cfc7b1f03f3b180f95e9cc4da18b5692bb8abe0bd85035_arm64",
                "product": {
                  "name": "ansible-automation-platform-25/ansible-python-toolkit-rhel9@sha256:50dd80bcc6ae32f5f3cfc7b1f03f3b180f95e9cc4da18b5692bb8abe0bd85035_arm64",
                  "product_id": "ansible-automation-platform-25/ansible-python-toolkit-rhel9@sha256:50dd80bcc6ae32f5f3cfc7b1f03f3b180f95e9cc4da18b5692bb8abe0bd85035_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ansible-python-toolkit-rhel9@sha256:50dd80bcc6ae32f5f3cfc7b1f03f3b180f95e9cc4da18b5692bb8abe0bd85035?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel9\u0026tag=1.0.0-685"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-25/controller-rhel8@sha256:8bdda5fd35130c92d8d76f1e365ef9139f4d33f23cd0650ead5bd3a33aa95251_arm64",
                "product": {
                  "name": "ansible-automation-platform-25/controller-rhel8@sha256:8bdda5fd35130c92d8d76f1e365ef9139f4d33f23cd0650ead5bd3a33aa95251_arm64",
                  "product_id": "ansible-automation-platform-25/controller-rhel8@sha256:8bdda5fd35130c92d8d76f1e365ef9139f4d33f23cd0650ead5bd3a33aa95251_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/controller-rhel8@sha256:8bdda5fd35130c92d8d76f1e365ef9139f4d33f23cd0650ead5bd3a33aa95251?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/controller-rhel8\u0026tag=4.6.10-8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-25/controller-rhel8-operator@sha256:c45d3a755db98a225740591834da28cf1f800154fd1d076f123317c4c336a4f5_arm64",
                "product": {
                  "name": "ansible-automation-platform-25/controller-rhel8-operator@sha256:c45d3a755db98a225740591834da28cf1f800154fd1d076f123317c4c336a4f5_arm64",
                  "product_id": "ansible-automation-platform-25/controller-rhel8-operator@sha256:c45d3a755db98a225740591834da28cf1f800154fd1d076f123317c4c336a4f5_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/controller-rhel8-operator@sha256:c45d3a755db98a225740591834da28cf1f800154fd1d076f123317c4c336a4f5?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator\u0026tag=2.5-168"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-25/eda-controller-rhel8@sha256:672ae583c09c3a3c514b4fa06c0986a7ee3fc23e1bdf495d131e81e4ff8f1503_arm64",
                "product": {
                  "name": "ansible-automation-platform-25/eda-controller-rhel8@sha256:672ae583c09c3a3c514b4fa06c0986a7ee3fc23e1bdf495d131e81e4ff8f1503_arm64",
                  "product_id": "ansible-automation-platform-25/eda-controller-rhel8@sha256:672ae583c09c3a3c514b4fa06c0986a7ee3fc23e1bdf495d131e81e4ff8f1503_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/eda-controller-rhel8@sha256:672ae583c09c3a3c514b4fa06c0986a7ee3fc23e1bdf495d131e81e4ff8f1503?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8\u0026tag=1.1.6-7"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:28a97dcc661efc28b8b293b35905f785e9120fdd41f6206036caacc18755d566_arm64",
                "product": {
                  "name": "ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:28a97dcc661efc28b8b293b35905f785e9120fdd41f6206036caacc18755d566_arm64",
                  "product_id": "ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:28a97dcc661efc28b8b293b35905f785e9120fdd41f6206036caacc18755d566_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/eda-controller-rhel8-operator@sha256:28a97dcc661efc28b8b293b35905f785e9120fdd41f6206036caacc18755d566?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator\u0026tag=2.5-170"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:5701f79b3173a50470cee0952e233d0d1b385d49e7c7ebfdec04d2be3aa30c55_arm64",
                "product": {
                  "name": "ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:5701f79b3173a50470cee0952e233d0d1b385d49e7c7ebfdec04d2be3aa30c55_arm64",
                  "product_id": "ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:5701f79b3173a50470cee0952e233d0d1b385d49e7c7ebfdec04d2be3aa30c55_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/eda-controller-ui-rhel8@sha256:5701f79b3173a50470cee0952e233d0d1b385d49e7c7ebfdec04d2be3aa30c55?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8\u0026tag=1.1.6-4"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-25/gateway-rhel8@sha256:bd960aeebf094085203fec8fb1c9df3015dbbbc61f2892d7d11cc1540648949a_arm64",
                "product": {
                  "name": "ansible-automation-platform-25/gateway-rhel8@sha256:bd960aeebf094085203fec8fb1c9df3015dbbbc61f2892d7d11cc1540648949a_arm64",
                  "product_id": "ansible-automation-platform-25/gateway-rhel8@sha256:bd960aeebf094085203fec8fb1c9df3015dbbbc61f2892d7d11cc1540648949a_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/gateway-rhel8@sha256:bd960aeebf094085203fec8fb1c9df3015dbbbc61f2892d7d11cc1540648949a?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/gateway-rhel8\u0026tag=2.5.20250326-2"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-25/gateway-rhel8-operator@sha256:cb8531df1b2c116d836bc9784891a42571f91031c921b023c6e5c1789b01eb80_arm64",
                "product": {
                  "name": "ansible-automation-platform-25/gateway-rhel8-operator@sha256:cb8531df1b2c116d836bc9784891a42571f91031c921b023c6e5c1789b01eb80_arm64",
                  "product_id": "ansible-automation-platform-25/gateway-rhel8-operator@sha256:cb8531df1b2c116d836bc9784891a42571f91031c921b023c6e5c1789b01eb80_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/gateway-rhel8-operator@sha256:cb8531df1b2c116d836bc9784891a42571f91031c921b023c6e5c1789b01eb80?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator\u0026tag=2.5-217"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c930ca3d655f16e34a096fdf73a8ae5e096811c4422654418d05021f32a1346a_arm64",
                "product": {
                  "name": "ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c930ca3d655f16e34a096fdf73a8ae5e096811c4422654418d05021f32a1346a_arm64",
                  "product_id": "ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c930ca3d655f16e34a096fdf73a8ae5e096811c4422654418d05021f32a1346a_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/gateway-proxy-rhel8@sha256:c930ca3d655f16e34a096fdf73a8ae5e096811c4422654418d05021f32a1346a?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8\u0026tag=2.5.0-57"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-25/hub-rhel8@sha256:c1b4fbf52a942221449faac76f1e4ca723aeb9d9b46b376e17ec10d7b37519bb_arm64",
                "product": {
                  "name": "ansible-automation-platform-25/hub-rhel8@sha256:c1b4fbf52a942221449faac76f1e4ca723aeb9d9b46b376e17ec10d7b37519bb_arm64",
                  "product_id": "ansible-automation-platform-25/hub-rhel8@sha256:c1b4fbf52a942221449faac76f1e4ca723aeb9d9b46b376e17ec10d7b37519bb_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/hub-rhel8@sha256:c1b4fbf52a942221449faac76f1e4ca723aeb9d9b46b376e17ec10d7b37519bb?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/hub-rhel8\u0026tag=4.10.3-2"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-25/hub-rhel8-operator@sha256:3507746c0c6dd867c296de75b204c88cfde398c2d3b91362748545c82469f0b4_arm64",
                "product": {
                  "name": "ansible-automation-platform-25/hub-rhel8-operator@sha256:3507746c0c6dd867c296de75b204c88cfde398c2d3b91362748545c82469f0b4_arm64",
                  "product_id": "ansible-automation-platform-25/hub-rhel8-operator@sha256:3507746c0c6dd867c296de75b204c88cfde398c2d3b91362748545c82469f0b4_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/hub-rhel8-operator@sha256:3507746c0c6dd867c296de75b204c88cfde398c2d3b91362748545c82469f0b4?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator\u0026tag=2.5-170"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-25/hub-web-rhel8@sha256:2e9009ca3a1d82fd5937356fb8b07feed9de274c98864964d6e977642f16f217_arm64",
                "product": {
                  "name": "ansible-automation-platform-25/hub-web-rhel8@sha256:2e9009ca3a1d82fd5937356fb8b07feed9de274c98864964d6e977642f16f217_arm64",
                  "product_id": "ansible-automation-platform-25/hub-web-rhel8@sha256:2e9009ca3a1d82fd5937356fb8b07feed9de274c98864964d6e977642f16f217_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/hub-web-rhel8@sha256:2e9009ca3a1d82fd5937356fb8b07feed9de274c98864964d6e977642f16f217?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8\u0026tag=4.10.3-2"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-25/de-minimal-rhel9@sha256:1f190d9a7ba3d45a2c96f39264e9c1d498a3e8b7b86716d785805dfcebf5e62c_arm64",
                "product": {
                  "name": "ansible-automation-platform-25/de-minimal-rhel9@sha256:1f190d9a7ba3d45a2c96f39264e9c1d498a3e8b7b86716d785805dfcebf5e62c_arm64",
                  "product_id": "ansible-automation-platform-25/de-minimal-rhel9@sha256:1f190d9a7ba3d45a2c96f39264e9c1d498a3e8b7b86716d785805dfcebf5e62c_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/de-minimal-rhel9@sha256:1f190d9a7ba3d45a2c96f39264e9c1d498a3e8b7b86716d785805dfcebf5e62c?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel9\u0026tag=1.1.3-25"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-25/de-minimal-rhel8@sha256:8a9a40a6a30b2a87afd455e392c2677dbbc51d803d8cae087377076f6e5bcf90_arm64",
                "product": {
                  "name": "ansible-automation-platform-25/de-minimal-rhel8@sha256:8a9a40a6a30b2a87afd455e392c2677dbbc51d803d8cae087377076f6e5bcf90_arm64",
                  "product_id": "ansible-automation-platform-25/de-minimal-rhel8@sha256:8a9a40a6a30b2a87afd455e392c2677dbbc51d803d8cae087377076f6e5bcf90_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/de-minimal-rhel8@sha256:8a9a40a6a30b2a87afd455e392c2677dbbc51d803d8cae087377076f6e5bcf90?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8\u0026tag=1.1.3-26"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-25/de-supported-rhel8@sha256:cd92de8806f924ce635bfce07dfad0238fb34b8f8c06e4e5869a633d0da9a6b4_arm64",
                "product": {
                  "name": "ansible-automation-platform-25/de-supported-rhel8@sha256:cd92de8806f924ce635bfce07dfad0238fb34b8f8c06e4e5869a633d0da9a6b4_arm64",
                  "product_id": "ansible-automation-platform-25/de-supported-rhel8@sha256:cd92de8806f924ce635bfce07dfad0238fb34b8f8c06e4e5869a633d0da9a6b4_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/de-supported-rhel8@sha256:cd92de8806f924ce635bfce07dfad0238fb34b8f8c06e4e5869a633d0da9a6b4?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8\u0026tag=1.1.3-27"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-25/de-supported-rhel9@sha256:03dfbb61e438ce6b5823a7f6d4d5a154c4b9f099ab633b0e7db1b6573a74dbe6_arm64",
                "product": {
                  "name": "ansible-automation-platform-25/de-supported-rhel9@sha256:03dfbb61e438ce6b5823a7f6d4d5a154c4b9f099ab633b0e7db1b6573a74dbe6_arm64",
                  "product_id": "ansible-automation-platform-25/de-supported-rhel9@sha256:03dfbb61e438ce6b5823a7f6d4d5a154c4b9f099ab633b0e7db1b6573a74dbe6_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/de-supported-rhel9@sha256:03dfbb61e438ce6b5823a7f6d4d5a154c4b9f099ab633b0e7db1b6573a74dbe6?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/de-supported-rhel9\u0026tag=1.1.3-26"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-25/ee-cloud-services-rhel9@sha256:2cbd390068ddcd01778cdd9609a0e88fcbc2799879f8421f747b9793e22e126f_arm64",
                "product": {
                  "name": "ansible-automation-platform-25/ee-cloud-services-rhel9@sha256:2cbd390068ddcd01778cdd9609a0e88fcbc2799879f8421f747b9793e22e126f_arm64",
                  "product_id": "ansible-automation-platform-25/ee-cloud-services-rhel9@sha256:2cbd390068ddcd01778cdd9609a0e88fcbc2799879f8421f747b9793e22e126f_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ee-cloud-services-rhel9@sha256:2cbd390068ddcd01778cdd9609a0e88fcbc2799879f8421f747b9793e22e126f?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/ee-cloud-services-rhel9\u0026tag=1.0.0-305"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-25/ee-minimal-rhel8@sha256:effc16d36618ed5889021c5efc1a5c4bb2cbf53c8d3a6883b50b56d15b75884e_arm64",
                "product": {
                  "name": "ansible-automation-platform-25/ee-minimal-rhel8@sha256:effc16d36618ed5889021c5efc1a5c4bb2cbf53c8d3a6883b50b56d15b75884e_arm64",
                  "product_id": "ansible-automation-platform-25/ee-minimal-rhel8@sha256:effc16d36618ed5889021c5efc1a5c4bb2cbf53c8d3a6883b50b56d15b75884e_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ee-minimal-rhel8@sha256:effc16d36618ed5889021c5efc1a5c4bb2cbf53c8d3a6883b50b56d15b75884e?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8\u0026tag=1.0.0-850"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-25/ee-minimal-rhel9@sha256:a5f77fbf3dd159210ecd5d36a1c58fea6fba96e562765afb882d795e2961a1fd_arm64",
                "product": {
                  "name": "ansible-automation-platform-25/ee-minimal-rhel9@sha256:a5f77fbf3dd159210ecd5d36a1c58fea6fba96e562765afb882d795e2961a1fd_arm64",
                  "product_id": "ansible-automation-platform-25/ee-minimal-rhel9@sha256:a5f77fbf3dd159210ecd5d36a1c58fea6fba96e562765afb882d795e2961a1fd_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ee-minimal-rhel9@sha256:a5f77fbf3dd159210ecd5d36a1c58fea6fba96e562765afb882d795e2961a1fd?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel9\u0026tag=1.0.0-851"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-25/ee-supported-rhel8@sha256:27f67de1385c6f3084a03cebeca9d7d4c41bb6fcc62722f6d2481116e1fd795e_arm64",
                "product": {
                  "name": "ansible-automation-platform-25/ee-supported-rhel8@sha256:27f67de1385c6f3084a03cebeca9d7d4c41bb6fcc62722f6d2481116e1fd795e_arm64",
                  "product_id": "ansible-automation-platform-25/ee-supported-rhel8@sha256:27f67de1385c6f3084a03cebeca9d7d4c41bb6fcc62722f6d2481116e1fd795e_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ee-supported-rhel8@sha256:27f67de1385c6f3084a03cebeca9d7d4c41bb6fcc62722f6d2481116e1fd795e?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8\u0026tag=1.0.0-945"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-25/ee-supported-rhel9@sha256:f59ce65a8b3818c79c727c085233e11a2b8d318842c026ba53ddce160665ec6b_arm64",
                "product": {
                  "name": "ansible-automation-platform-25/ee-supported-rhel9@sha256:f59ce65a8b3818c79c727c085233e11a2b8d318842c026ba53ddce160665ec6b_arm64",
                  "product_id": "ansible-automation-platform-25/ee-supported-rhel9@sha256:f59ce65a8b3818c79c727c085233e11a2b8d318842c026ba53ddce160665ec6b_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ee-supported-rhel9@sha256:f59ce65a8b3818c79c727c085233e11a2b8d318842c026ba53ddce160665ec6b?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel9\u0026tag=1.0.0-944"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:b45c4bc6283b959afd0c8779584792217eaf984a09a14654270944e4be829846_arm64",
                "product": {
                  "name": "ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:b45c4bc6283b959afd0c8779584792217eaf984a09a14654270944e4be829846_arm64",
                  "product_id": "ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:b45c4bc6283b959afd0c8779584792217eaf984a09a14654270944e4be829846_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/platform-resource-rhel8-operator@sha256:b45c4bc6283b959afd0c8779584792217eaf984a09a14654270944e4be829846?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator\u0026tag=2.5-123"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:06b6b484bfa217e6858aed17151e9e9f0c3306af30c6940487ae5bd10aa4471b_arm64",
                "product": {
                  "name": "ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:06b6b484bfa217e6858aed17151e9e9f0c3306af30c6940487ae5bd10aa4471b_arm64",
                  "product_id": "ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:06b6b484bfa217e6858aed17151e9e9f0c3306af30c6940487ae5bd10aa4471b_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/platform-resource-runner-rhel8@sha256:06b6b484bfa217e6858aed17151e9e9f0c3306af30c6940487ae5bd10aa4471b?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8\u0026tag=2.5-154"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-25/receptor-rhel8@sha256:70f59ff65695a4206aa4be924d30ec5c1ce1a8d6ba36767afb44dcb12dfbb81e_arm64",
                "product": {
                  "name": "ansible-automation-platform-25/receptor-rhel8@sha256:70f59ff65695a4206aa4be924d30ec5c1ce1a8d6ba36767afb44dcb12dfbb81e_arm64",
                  "product_id": "ansible-automation-platform-25/receptor-rhel8@sha256:70f59ff65695a4206aa4be924d30ec5c1ce1a8d6ba36767afb44dcb12dfbb81e_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/receptor-rhel8@sha256:70f59ff65695a4206aa4be924d30ec5c1ce1a8d6ba36767afb44dcb12dfbb81e?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/receptor-rhel8\u0026tag=1.5.3-6"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "arm64"
          }
        ],
        "category": "vendor",
        "name": "Red Hat"
      }
    ],
    "relationships": [
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-25/aap-cloud-billing-rhel8-operator@sha256:e59afbd9e76ba49ffeefb6a9f3aa7c8e46eb15c3d05df02a93633740b496b10a_amd64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5-Cloud-Billing:ansible-automation-platform-25/aap-cloud-billing-rhel8-operator@sha256:e59afbd9e76ba49ffeefb6a9f3aa7c8e46eb15c3d05df02a93633740b496b10a_amd64"
        },
        "product_reference": "ansible-automation-platform-25/aap-cloud-billing-rhel8-operator@sha256:e59afbd9e76ba49ffeefb6a9f3aa7c8e46eb15c3d05df02a93633740b496b10a_amd64",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5-Cloud-Billing"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-25/aap-cloud-billing-rhel8@sha256:d8e1f355766aa23e9a3fd68838ebfa0330eb957154aed537de74012a91272e33_amd64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5-Cloud-Billing:ansible-automation-platform-25/aap-cloud-billing-rhel8@sha256:d8e1f355766aa23e9a3fd68838ebfa0330eb957154aed537de74012a91272e33_amd64"
        },
        "product_reference": "ansible-automation-platform-25/aap-cloud-billing-rhel8@sha256:d8e1f355766aa23e9a3fd68838ebfa0330eb957154aed537de74012a91272e33_amd64",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5-Cloud-Billing"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-25/aap-cloud-metrics-collector-rhel8@sha256:0f08f66ca95553076eae69530e4dba8d72ac6ba48711f17c03dd4e176b25a7e8_amd64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5-Cloud-Billing:ansible-automation-platform-25/aap-cloud-metrics-collector-rhel8@sha256:0f08f66ca95553076eae69530e4dba8d72ac6ba48711f17c03dd4e176b25a7e8_amd64"
        },
        "product_reference": "ansible-automation-platform-25/aap-cloud-metrics-collector-rhel8@sha256:0f08f66ca95553076eae69530e4dba8d72ac6ba48711f17c03dd4e176b25a7e8_amd64",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5-Cloud-Billing"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-25/aap-cloud-ui-rhel8-operator@sha256:902dc985b3d0b9f56c6d358372c20f1aae06567bcc103e3359f089ae3a0f3cd5_amd64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5-Cloud-Billing:ansible-automation-platform-25/aap-cloud-ui-rhel8-operator@sha256:902dc985b3d0b9f56c6d358372c20f1aae06567bcc103e3359f089ae3a0f3cd5_amd64"
        },
        "product_reference": "ansible-automation-platform-25/aap-cloud-ui-rhel8-operator@sha256:902dc985b3d0b9f56c6d358372c20f1aae06567bcc103e3359f089ae3a0f3cd5_amd64",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5-Cloud-Billing"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-25/aap-cloud-ui-rhel8@sha256:49b50c07ebe8a49b09ed4dd4e70fe44fdbab0e82cf5e64df384e68623df7351d_amd64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5-Cloud-Billing:ansible-automation-platform-25/aap-cloud-ui-rhel8@sha256:49b50c07ebe8a49b09ed4dd4e70fe44fdbab0e82cf5e64df384e68623df7351d_amd64"
        },
        "product_reference": "ansible-automation-platform-25/aap-cloud-ui-rhel8@sha256:49b50c07ebe8a49b09ed4dd4e70fe44fdbab0e82cf5e64df384e68623df7351d_amd64",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5-Cloud-Billing"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-25/aap-must-gather-rhel8@sha256:69b05005e934fee2040447c061e0fa9f2106c5cbadb469f7ed82b0e52d565802_ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/aap-must-gather-rhel8@sha256:69b05005e934fee2040447c061e0fa9f2106c5cbadb469f7ed82b0e52d565802_ppc64le"
        },
        "product_reference": "ansible-automation-platform-25/aap-must-gather-rhel8@sha256:69b05005e934fee2040447c061e0fa9f2106c5cbadb469f7ed82b0e52d565802_ppc64le",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-25/aap-must-gather-rhel8@sha256:8a21d85f4bbb24d4b498aec17025b60f5c0596057181daada26e88171b8685df_arm64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/aap-must-gather-rhel8@sha256:8a21d85f4bbb24d4b498aec17025b60f5c0596057181daada26e88171b8685df_arm64"
        },
        "product_reference": "ansible-automation-platform-25/aap-must-gather-rhel8@sha256:8a21d85f4bbb24d4b498aec17025b60f5c0596057181daada26e88171b8685df_arm64",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-25/aap-must-gather-rhel8@sha256:a23dd80fdc72c74d31d39a597ad6f986e081a0b853d6decbfadb783b2c7199a9_s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/aap-must-gather-rhel8@sha256:a23dd80fdc72c74d31d39a597ad6f986e081a0b853d6decbfadb783b2c7199a9_s390x"
        },
        "product_reference": "ansible-automation-platform-25/aap-must-gather-rhel8@sha256:a23dd80fdc72c74d31d39a597ad6f986e081a0b853d6decbfadb783b2c7199a9_s390x",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-25/aap-must-gather-rhel8@sha256:c15a8ce3f8e62f904bdde007070cff653a3a29eec57058dc843d774d24aacdf0_amd64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/aap-must-gather-rhel8@sha256:c15a8ce3f8e62f904bdde007070cff653a3a29eec57058dc843d774d24aacdf0_amd64"
        },
        "product_reference": "ansible-automation-platform-25/aap-must-gather-rhel8@sha256:c15a8ce3f8e62f904bdde007070cff653a3a29eec57058dc843d774d24aacdf0_amd64",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-25/ansible-builder-rhel8@sha256:308bff477ddf1d4a95929051b5f634130f290e07e934301c6fec88f1503e6f28_arm64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel8@sha256:308bff477ddf1d4a95929051b5f634130f290e07e934301c6fec88f1503e6f28_arm64"
        },
        "product_reference": "ansible-automation-platform-25/ansible-builder-rhel8@sha256:308bff477ddf1d4a95929051b5f634130f290e07e934301c6fec88f1503e6f28_arm64",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-25/ansible-builder-rhel8@sha256:52b88765b97153d2e8ddc94857a9da8b1cbbed9e157b3592fc6293bc84d866cf_ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel8@sha256:52b88765b97153d2e8ddc94857a9da8b1cbbed9e157b3592fc6293bc84d866cf_ppc64le"
        },
        "product_reference": "ansible-automation-platform-25/ansible-builder-rhel8@sha256:52b88765b97153d2e8ddc94857a9da8b1cbbed9e157b3592fc6293bc84d866cf_ppc64le",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-25/ansible-builder-rhel8@sha256:b78bd771ec1b7376db34753c18f5b7258f884e772c598af91bcb23bd0e0df660_amd64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel8@sha256:b78bd771ec1b7376db34753c18f5b7258f884e772c598af91bcb23bd0e0df660_amd64"
        },
        "product_reference": "ansible-automation-platform-25/ansible-builder-rhel8@sha256:b78bd771ec1b7376db34753c18f5b7258f884e772c598af91bcb23bd0e0df660_amd64",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-25/ansible-builder-rhel8@sha256:f4d9f890920b779e13efd93130d42ca4ed25a088cf9e4cd9a60437ef8ce10b4f_s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel8@sha256:f4d9f890920b779e13efd93130d42ca4ed25a088cf9e4cd9a60437ef8ce10b4f_s390x"
        },
        "product_reference": "ansible-automation-platform-25/ansible-builder-rhel8@sha256:f4d9f890920b779e13efd93130d42ca4ed25a088cf9e4cd9a60437ef8ce10b4f_s390x",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:3c71a9b9520581ace3f6ac77e96409234fb0b551e40a683640f6bc7c93eb17be_s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:3c71a9b9520581ace3f6ac77e96409234fb0b551e40a683640f6bc7c93eb17be_s390x"
        },
        "product_reference": "ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:3c71a9b9520581ace3f6ac77e96409234fb0b551e40a683640f6bc7c93eb17be_s390x",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:639f06e99bc8e813282d39c314b540d8ad05d280242efff8779cd5e2565b8ace_amd64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:639f06e99bc8e813282d39c314b540d8ad05d280242efff8779cd5e2565b8ace_amd64"
        },
        "product_reference": "ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:639f06e99bc8e813282d39c314b540d8ad05d280242efff8779cd5e2565b8ace_amd64",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:6b93fd2cc80aee2e3a3edf5da066f48756ec977712b0d954f2ae4a6f0fa60999_arm64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:6b93fd2cc80aee2e3a3edf5da066f48756ec977712b0d954f2ae4a6f0fa60999_arm64"
        },
        "product_reference": "ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:6b93fd2cc80aee2e3a3edf5da066f48756ec977712b0d954f2ae4a6f0fa60999_arm64",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:df748250631969ef91cc342ec6ad9875bcc627522f209407aa1842954bcc91b3_ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:df748250631969ef91cc342ec6ad9875bcc627522f209407aa1842954bcc91b3_ppc64le"
        },
        "product_reference": "ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:df748250631969ef91cc342ec6ad9875bcc627522f209407aa1842954bcc91b3_ppc64le",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-25/ansible-python-base-rhel8@sha256:41cc1680e25e4f9528525ad9ed06220120a313b693219249d9be8772b15ff322_ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel8@sha256:41cc1680e25e4f9528525ad9ed06220120a313b693219249d9be8772b15ff322_ppc64le"
        },
        "product_reference": "ansible-automation-platform-25/ansible-python-base-rhel8@sha256:41cc1680e25e4f9528525ad9ed06220120a313b693219249d9be8772b15ff322_ppc64le",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-25/ansible-python-base-rhel8@sha256:82b226fc0451826a72aef4c2ef51135fa17b8a576bf3129bec6e796504ab5954_amd64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel8@sha256:82b226fc0451826a72aef4c2ef51135fa17b8a576bf3129bec6e796504ab5954_amd64"
        },
        "product_reference": "ansible-automation-platform-25/ansible-python-base-rhel8@sha256:82b226fc0451826a72aef4c2ef51135fa17b8a576bf3129bec6e796504ab5954_amd64",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-25/ansible-python-base-rhel8@sha256:b93e293ee9a007ce3e4cf1f0dc37cdfef28f67c3628031f9c15da1dc80bb74c9_s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel8@sha256:b93e293ee9a007ce3e4cf1f0dc37cdfef28f67c3628031f9c15da1dc80bb74c9_s390x"
        },
        "product_reference": "ansible-automation-platform-25/ansible-python-base-rhel8@sha256:b93e293ee9a007ce3e4cf1f0dc37cdfef28f67c3628031f9c15da1dc80bb74c9_s390x",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-25/ansible-python-base-rhel8@sha256:b946c6144d58d9833985e12963937f6e28895071d7fa261e81c4f57b2f9354d9_arm64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel8@sha256:b946c6144d58d9833985e12963937f6e28895071d7fa261e81c4f57b2f9354d9_arm64"
        },
        "product_reference": "ansible-automation-platform-25/ansible-python-base-rhel8@sha256:b946c6144d58d9833985e12963937f6e28895071d7fa261e81c4f57b2f9354d9_arm64",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:16a190b1432efbbd8f18edc9e85eeec7c1ba1c5aa9faad6bc8f3adcfcbc7b07f_s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:16a190b1432efbbd8f18edc9e85eeec7c1ba1c5aa9faad6bc8f3adcfcbc7b07f_s390x"
        },
        "product_reference": "ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:16a190b1432efbbd8f18edc9e85eeec7c1ba1c5aa9faad6bc8f3adcfcbc7b07f_s390x",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:2e1b3b78c2a2d39c32bf707cc4537de6c6ca084a0afb44e1b423cbc1abb280bd_amd64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:2e1b3b78c2a2d39c32bf707cc4537de6c6ca084a0afb44e1b423cbc1abb280bd_amd64"
        },
        "product_reference": "ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:2e1b3b78c2a2d39c32bf707cc4537de6c6ca084a0afb44e1b423cbc1abb280bd_amd64",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:57c318adb9b5386559b51dbd508e37cf699ccfff0affc6d8076dc363ea51ffa4_ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:57c318adb9b5386559b51dbd508e37cf699ccfff0affc6d8076dc363ea51ffa4_ppc64le"
        },
        "product_reference": "ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:57c318adb9b5386559b51dbd508e37cf699ccfff0affc6d8076dc363ea51ffa4_ppc64le",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:c6c08808aaf86e0022e11e686f0e0d24e7b8e8df1c7656cbc7cb6b0ee5ec4e97_arm64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:c6c08808aaf86e0022e11e686f0e0d24e7b8e8df1c7656cbc7cb6b0ee5ec4e97_arm64"
        },
        "product_reference": "ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:c6c08808aaf86e0022e11e686f0e0d24e7b8e8df1c7656cbc7cb6b0ee5ec4e97_arm64",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-25/controller-rhel8-operator@sha256:6bfc063082fb366096b3dc1091207a1d8255dfedf79280e9d2d39cd01f7a50ae_amd64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8-operator@sha256:6bfc063082fb366096b3dc1091207a1d8255dfedf79280e9d2d39cd01f7a50ae_amd64"
        },
        "product_reference": "ansible-automation-platform-25/controller-rhel8-operator@sha256:6bfc063082fb366096b3dc1091207a1d8255dfedf79280e9d2d39cd01f7a50ae_amd64",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-25/controller-rhel8-operator@sha256:c2703ccb114e68bc5d3840a19ff30704672f0bf245f9af550a44e2e4f7bb07d9_ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8-operator@sha256:c2703ccb114e68bc5d3840a19ff30704672f0bf245f9af550a44e2e4f7bb07d9_ppc64le"
        },
        "product_reference": "ansible-automation-platform-25/controller-rhel8-operator@sha256:c2703ccb114e68bc5d3840a19ff30704672f0bf245f9af550a44e2e4f7bb07d9_ppc64le",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-25/controller-rhel8-operator@sha256:c45d3a755db98a225740591834da28cf1f800154fd1d076f123317c4c336a4f5_arm64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8-operator@sha256:c45d3a755db98a225740591834da28cf1f800154fd1d076f123317c4c336a4f5_arm64"
        },
        "product_reference": "ansible-automation-platform-25/controller-rhel8-operator@sha256:c45d3a755db98a225740591834da28cf1f800154fd1d076f123317c4c336a4f5_arm64",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-25/controller-rhel8-operator@sha256:e3d5d5fc5c5ce0c6ffd0b0478c42f46002d4b73af4df05aa5363904d1698f8ae_s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8-operator@sha256:e3d5d5fc5c5ce0c6ffd0b0478c42f46002d4b73af4df05aa5363904d1698f8ae_s390x"
        },
        "product_reference": "ansible-automation-platform-25/controller-rhel8-operator@sha256:e3d5d5fc5c5ce0c6ffd0b0478c42f46002d4b73af4df05aa5363904d1698f8ae_s390x",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-25/controller-rhel8@sha256:000ebfdca4aeb5b29b0aeab9dd7d0afb971645ede59f4c8d4458a4e6396463f2_ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8@sha256:000ebfdca4aeb5b29b0aeab9dd7d0afb971645ede59f4c8d4458a4e6396463f2_ppc64le"
        },
        "product_reference": "ansible-automation-platform-25/controller-rhel8@sha256:000ebfdca4aeb5b29b0aeab9dd7d0afb971645ede59f4c8d4458a4e6396463f2_ppc64le",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-25/controller-rhel8@sha256:5dc585c4926e1d24d68ea04ccd3ae33fd9d5d3647cc8c8f58546688b8f3b00f2_amd64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8@sha256:5dc585c4926e1d24d68ea04ccd3ae33fd9d5d3647cc8c8f58546688b8f3b00f2_amd64"
        },
        "product_reference": "ansible-automation-platform-25/controller-rhel8@sha256:5dc585c4926e1d24d68ea04ccd3ae33fd9d5d3647cc8c8f58546688b8f3b00f2_amd64",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-25/controller-rhel8@sha256:8b8064c57f71618b5bce8a268e1a979ef2df1658f666019c28557ce70bc3c037_s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8@sha256:8b8064c57f71618b5bce8a268e1a979ef2df1658f666019c28557ce70bc3c037_s390x"
        },
        "product_reference": "ansible-automation-platform-25/controller-rhel8@sha256:8b8064c57f71618b5bce8a268e1a979ef2df1658f666019c28557ce70bc3c037_s390x",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-25/controller-rhel8@sha256:8bdda5fd35130c92d8d76f1e365ef9139f4d33f23cd0650ead5bd3a33aa95251_arm64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8@sha256:8bdda5fd35130c92d8d76f1e365ef9139f4d33f23cd0650ead5bd3a33aa95251_arm64"
        },
        "product_reference": "ansible-automation-platform-25/controller-rhel8@sha256:8bdda5fd35130c92d8d76f1e365ef9139f4d33f23cd0650ead5bd3a33aa95251_arm64",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-25/de-minimal-rhel8@sha256:50815edaa3c26f434b543f0f265d61002e55d78c10a82a060ca55df416d36801_s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel8@sha256:50815edaa3c26f434b543f0f265d61002e55d78c10a82a060ca55df416d36801_s390x"
        },
        "product_reference": "ansible-automation-platform-25/de-minimal-rhel8@sha256:50815edaa3c26f434b543f0f265d61002e55d78c10a82a060ca55df416d36801_s390x",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-25/de-minimal-rhel8@sha256:8a2f9e5e5ed5451cd6d318d681cb71e1c0e118c2f018a0c4aa1c442c07575ab6_amd64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel8@sha256:8a2f9e5e5ed5451cd6d318d681cb71e1c0e118c2f018a0c4aa1c442c07575ab6_amd64"
        },
        "product_reference": "ansible-automation-platform-25/de-minimal-rhel8@sha256:8a2f9e5e5ed5451cd6d318d681cb71e1c0e118c2f018a0c4aa1c442c07575ab6_amd64",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-25/de-minimal-rhel8@sha256:8a9a40a6a30b2a87afd455e392c2677dbbc51d803d8cae087377076f6e5bcf90_arm64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel8@sha256:8a9a40a6a30b2a87afd455e392c2677dbbc51d803d8cae087377076f6e5bcf90_arm64"
        },
        "product_reference": "ansible-automation-platform-25/de-minimal-rhel8@sha256:8a9a40a6a30b2a87afd455e392c2677dbbc51d803d8cae087377076f6e5bcf90_arm64",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-25/de-minimal-rhel8@sha256:f4a3a6ce78089b04e0f53d7aaba40169311b20a46fd9d8978d78dbd7c6bf0fb3_ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel8@sha256:f4a3a6ce78089b04e0f53d7aaba40169311b20a46fd9d8978d78dbd7c6bf0fb3_ppc64le"
        },
        "product_reference": "ansible-automation-platform-25/de-minimal-rhel8@sha256:f4a3a6ce78089b04e0f53d7aaba40169311b20a46fd9d8978d78dbd7c6bf0fb3_ppc64le",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-25/de-supported-rhel8@sha256:12379c508fe2f5430fdd1d3d1325b02247bc6896a418388a0d7646364ccda961_s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel8@sha256:12379c508fe2f5430fdd1d3d1325b02247bc6896a418388a0d7646364ccda961_s390x"
        },
        "product_reference": "ansible-automation-platform-25/de-supported-rhel8@sha256:12379c508fe2f5430fdd1d3d1325b02247bc6896a418388a0d7646364ccda961_s390x",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-25/de-supported-rhel8@sha256:817f0e3b0ed4a6c337a6c450d9d4af1f9fbef409dc32eaee5828eb7da351e1ab_ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel8@sha256:817f0e3b0ed4a6c337a6c450d9d4af1f9fbef409dc32eaee5828eb7da351e1ab_ppc64le"
        },
        "product_reference": "ansible-automation-platform-25/de-supported-rhel8@sha256:817f0e3b0ed4a6c337a6c450d9d4af1f9fbef409dc32eaee5828eb7da351e1ab_ppc64le",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-25/de-supported-rhel8@sha256:cd92de8806f924ce635bfce07dfad0238fb34b8f8c06e4e5869a633d0da9a6b4_arm64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel8@sha256:cd92de8806f924ce635bfce07dfad0238fb34b8f8c06e4e5869a633d0da9a6b4_arm64"
        },
        "product_reference": "ansible-automation-platform-25/de-supported-rhel8@sha256:cd92de8806f924ce635bfce07dfad0238fb34b8f8c06e4e5869a633d0da9a6b4_arm64",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-25/de-supported-rhel8@sha256:fee69333a82f57264e4dd4ba49e19619501d42886e6c796ec9e0a909a4de5b50_amd64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel8@sha256:fee69333a82f57264e4dd4ba49e19619501d42886e6c796ec9e0a909a4de5b50_amd64"
        },
        "product_reference": "ansible-automation-platform-25/de-supported-rhel8@sha256:fee69333a82f57264e4dd4ba49e19619501d42886e6c796ec9e0a909a4de5b50_amd64",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:28a97dcc661efc28b8b293b35905f785e9120fdd41f6206036caacc18755d566_arm64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:28a97dcc661efc28b8b293b35905f785e9120fdd41f6206036caacc18755d566_arm64"
        },
        "product_reference": "ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:28a97dcc661efc28b8b293b35905f785e9120fdd41f6206036caacc18755d566_arm64",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:358060eea532807aa3279e0d4bf43de591bef61096682f2cd1e860da8b80a1a0_amd64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:358060eea532807aa3279e0d4bf43de591bef61096682f2cd1e860da8b80a1a0_amd64"
        },
        "product_reference": "ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:358060eea532807aa3279e0d4bf43de591bef61096682f2cd1e860da8b80a1a0_amd64",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:7ae5af121df2f1e2fa92215e6d085cedbc500832998ad2d4049bada44361c3b5_ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:7ae5af121df2f1e2fa92215e6d085cedbc500832998ad2d4049bada44361c3b5_ppc64le"
        },
        "product_reference": "ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:7ae5af121df2f1e2fa92215e6d085cedbc500832998ad2d4049bada44361c3b5_ppc64le",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:c3b35603492d0bfecb645dab468b97a16b78f292a9336c0c856df09588278095_s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:c3b35603492d0bfecb645dab468b97a16b78f292a9336c0c856df09588278095_s390x"
        },
        "product_reference": "ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:c3b35603492d0bfecb645dab468b97a16b78f292a9336c0c856df09588278095_s390x",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-25/eda-controller-rhel8@sha256:178d9486f88ad9ad7bb4dd97883db498c3f7430252ad5f81782d38d32d19a198_s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8@sha256:178d9486f88ad9ad7bb4dd97883db498c3f7430252ad5f81782d38d32d19a198_s390x"
        },
        "product_reference": "ansible-automation-platform-25/eda-controller-rhel8@sha256:178d9486f88ad9ad7bb4dd97883db498c3f7430252ad5f81782d38d32d19a198_s390x",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-25/eda-controller-rhel8@sha256:672ae583c09c3a3c514b4fa06c0986a7ee3fc23e1bdf495d131e81e4ff8f1503_arm64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8@sha256:672ae583c09c3a3c514b4fa06c0986a7ee3fc23e1bdf495d131e81e4ff8f1503_arm64"
        },
        "product_reference": "ansible-automation-platform-25/eda-controller-rhel8@sha256:672ae583c09c3a3c514b4fa06c0986a7ee3fc23e1bdf495d131e81e4ff8f1503_arm64",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-25/eda-controller-rhel8@sha256:e81b49635af6b07d44802fc95b248f05a95fdd33e5ba2598e196208892c93b30_ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8@sha256:e81b49635af6b07d44802fc95b248f05a95fdd33e5ba2598e196208892c93b30_ppc64le"
        },
        "product_reference": "ansible-automation-platform-25/eda-controller-rhel8@sha256:e81b49635af6b07d44802fc95b248f05a95fdd33e5ba2598e196208892c93b30_ppc64le",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-25/eda-controller-rhel8@sha256:f2b04dcbf3d12ddec6a45017e378d106d679796bf89a658d35d42a9ce2228b0e_amd64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8@sha256:f2b04dcbf3d12ddec6a45017e378d106d679796bf89a658d35d42a9ce2228b0e_amd64"
        },
        "product_reference": "ansible-automation-platform-25/eda-controller-rhel8@sha256:f2b04dcbf3d12ddec6a45017e378d106d679796bf89a658d35d42a9ce2228b0e_amd64",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:5701f79b3173a50470cee0952e233d0d1b385d49e7c7ebfdec04d2be3aa30c55_arm64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:5701f79b3173a50470cee0952e233d0d1b385d49e7c7ebfdec04d2be3aa30c55_arm64"
        },
        "product_reference": "ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:5701f79b3173a50470cee0952e233d0d1b385d49e7c7ebfdec04d2be3aa30c55_arm64",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:a2337f9023a83e19d3a6280bb9babb41b8505b63400d3f60b05fb4389ddb0ea3_amd64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:a2337f9023a83e19d3a6280bb9babb41b8505b63400d3f60b05fb4389ddb0ea3_amd64"
        },
        "product_reference": "ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:a2337f9023a83e19d3a6280bb9babb41b8505b63400d3f60b05fb4389ddb0ea3_amd64",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:b92e35104f477881936925a9b8691efff217dd551bd3a9a3a4d7c9ff4918d6fe_ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:b92e35104f477881936925a9b8691efff217dd551bd3a9a3a4d7c9ff4918d6fe_ppc64le"
        },
        "product_reference": "ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:b92e35104f477881936925a9b8691efff217dd551bd3a9a3a4d7c9ff4918d6fe_ppc64le",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:fca714dfb0fa2de313fee0ffac4ee731703e4785d24d0f59193027944d790bd1_s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:fca714dfb0fa2de313fee0ffac4ee731703e4785d24d0f59193027944d790bd1_s390x"
        },
        "product_reference": "ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:fca714dfb0fa2de313fee0ffac4ee731703e4785d24d0f59193027944d790bd1_s390x",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-25/ee-minimal-rhel8@sha256:3390781f4e8466c262749dd7df79d366bae19a1ea7a764abe78338f34572f5f5_ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel8@sha256:3390781f4e8466c262749dd7df79d366bae19a1ea7a764abe78338f34572f5f5_ppc64le"
        },
        "product_reference": "ansible-automation-platform-25/ee-minimal-rhel8@sha256:3390781f4e8466c262749dd7df79d366bae19a1ea7a764abe78338f34572f5f5_ppc64le",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-25/ee-minimal-rhel8@sha256:8523c56b4f5e823b35be7a6d27d566292815de2d89c0f48c1913f207ec358c4a_amd64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel8@sha256:8523c56b4f5e823b35be7a6d27d566292815de2d89c0f48c1913f207ec358c4a_amd64"
        },
        "product_reference": "ansible-automation-platform-25/ee-minimal-rhel8@sha256:8523c56b4f5e823b35be7a6d27d566292815de2d89c0f48c1913f207ec358c4a_amd64",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-25/ee-minimal-rhel8@sha256:a72cb0d0d3716d21bcafb27975f1a3058666338b25223a1a1539d08e9eca9e62_s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel8@sha256:a72cb0d0d3716d21bcafb27975f1a3058666338b25223a1a1539d08e9eca9e62_s390x"
        },
        "product_reference": "ansible-automation-platform-25/ee-minimal-rhel8@sha256:a72cb0d0d3716d21bcafb27975f1a3058666338b25223a1a1539d08e9eca9e62_s390x",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-25/ee-minimal-rhel8@sha256:effc16d36618ed5889021c5efc1a5c4bb2cbf53c8d3a6883b50b56d15b75884e_arm64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel8@sha256:effc16d36618ed5889021c5efc1a5c4bb2cbf53c8d3a6883b50b56d15b75884e_arm64"
        },
        "product_reference": "ansible-automation-platform-25/ee-minimal-rhel8@sha256:effc16d36618ed5889021c5efc1a5c4bb2cbf53c8d3a6883b50b56d15b75884e_arm64",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-25/ee-supported-rhel8@sha256:27f67de1385c6f3084a03cebeca9d7d4c41bb6fcc62722f6d2481116e1fd795e_arm64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel8@sha256:27f67de1385c6f3084a03cebeca9d7d4c41bb6fcc62722f6d2481116e1fd795e_arm64"
        },
        "product_reference": "ansible-automation-platform-25/ee-supported-rhel8@sha256:27f67de1385c6f3084a03cebeca9d7d4c41bb6fcc62722f6d2481116e1fd795e_arm64",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-25/ee-supported-rhel8@sha256:2d7012a8bb36f1c07fe72c00029d24a4f83b4445dd89ad3985ce48a2b4c15921_amd64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel8@sha256:2d7012a8bb36f1c07fe72c00029d24a4f83b4445dd89ad3985ce48a2b4c15921_amd64"
        },
        "product_reference": "ansible-automation-platform-25/ee-supported-rhel8@sha256:2d7012a8bb36f1c07fe72c00029d24a4f83b4445dd89ad3985ce48a2b4c15921_amd64",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-25/ee-supported-rhel8@sha256:6e71e01be9e4f35473747fa305f11f3200b29d176332efdf9966c28d83572f83_s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel8@sha256:6e71e01be9e4f35473747fa305f11f3200b29d176332efdf9966c28d83572f83_s390x"
        },
        "product_reference": "ansible-automation-platform-25/ee-supported-rhel8@sha256:6e71e01be9e4f35473747fa305f11f3200b29d176332efdf9966c28d83572f83_s390x",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-25/ee-supported-rhel8@sha256:c858d36e88c471138c77660b18cb4915bec93ac4f02d6fd71e1b4ab89b30abf3_ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel8@sha256:c858d36e88c471138c77660b18cb4915bec93ac4f02d6fd71e1b4ab89b30abf3_ppc64le"
        },
        "product_reference": "ansible-automation-platform-25/ee-supported-rhel8@sha256:c858d36e88c471138c77660b18cb4915bec93ac4f02d6fd71e1b4ab89b30abf3_ppc64le",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-25/gateway-proxy-rhel8@sha256:138ffc3339e3465f3ec78709a1ab047bac1728e441f1e7bfbd6898395e6c4cde_s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-proxy-rhel8@sha256:138ffc3339e3465f3ec78709a1ab047bac1728e441f1e7bfbd6898395e6c4cde_s390x"
        },
        "product_reference": "ansible-automation-platform-25/gateway-proxy-rhel8@sha256:138ffc3339e3465f3ec78709a1ab047bac1728e441f1e7bfbd6898395e6c4cde_s390x",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-25/gateway-proxy-rhel8@sha256:15ed8ad741a0b4258e484272af1266578104a3ff625f9b4f7702cd68c2ce565f_ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-proxy-rhel8@sha256:15ed8ad741a0b4258e484272af1266578104a3ff625f9b4f7702cd68c2ce565f_ppc64le"
        },
        "product_reference": "ansible-automation-platform-25/gateway-proxy-rhel8@sha256:15ed8ad741a0b4258e484272af1266578104a3ff625f9b4f7702cd68c2ce565f_ppc64le",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-25/gateway-proxy-rhel8@sha256:754688aa25eca1652a70bf3a07c19c77e39e0aafc094c57fc8a722ec9591ac63_amd64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-proxy-rhel8@sha256:754688aa25eca1652a70bf3a07c19c77e39e0aafc094c57fc8a722ec9591ac63_amd64"
        },
        "product_reference": "ansible-automation-platform-25/gateway-proxy-rhel8@sha256:754688aa25eca1652a70bf3a07c19c77e39e0aafc094c57fc8a722ec9591ac63_amd64",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c930ca3d655f16e34a096fdf73a8ae5e096811c4422654418d05021f32a1346a_arm64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c930ca3d655f16e34a096fdf73a8ae5e096811c4422654418d05021f32a1346a_arm64"
        },
        "product_reference": "ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c930ca3d655f16e34a096fdf73a8ae5e096811c4422654418d05021f32a1346a_arm64",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-25/gateway-rhel8-operator@sha256:072bc72e1bb286ca7a6dd5fcb0a467bdeb687b817666a912a3595497b35475ff_amd64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8-operator@sha256:072bc72e1bb286ca7a6dd5fcb0a467bdeb687b817666a912a3595497b35475ff_amd64"
        },
        "product_reference": "ansible-automation-platform-25/gateway-rhel8-operator@sha256:072bc72e1bb286ca7a6dd5fcb0a467bdeb687b817666a912a3595497b35475ff_amd64",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-25/gateway-rhel8-operator@sha256:47855ecb0ffb02f321664a5c0070dcb199b4160ab0eeab696fe5649d59ecab5e_ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8-operator@sha256:47855ecb0ffb02f321664a5c0070dcb199b4160ab0eeab696fe5649d59ecab5e_ppc64le"
        },
        "product_reference": "ansible-automation-platform-25/gateway-rhel8-operator@sha256:47855ecb0ffb02f321664a5c0070dcb199b4160ab0eeab696fe5649d59ecab5e_ppc64le",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-25/gateway-rhel8-operator@sha256:cb8531df1b2c116d836bc9784891a42571f91031c921b023c6e5c1789b01eb80_arm64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8-operator@sha256:cb8531df1b2c116d836bc9784891a42571f91031c921b023c6e5c1789b01eb80_arm64"
        },
        "product_reference": "ansible-automation-platform-25/gateway-rhel8-operator@sha256:cb8531df1b2c116d836bc9784891a42571f91031c921b023c6e5c1789b01eb80_arm64",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-25/gateway-rhel8-operator@sha256:fb050174585455cbd660511db640a1d1953aac33b92ad09f83dad901d3bc9e25_s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8-operator@sha256:fb050174585455cbd660511db640a1d1953aac33b92ad09f83dad901d3bc9e25_s390x"
        },
        "product_reference": "ansible-automation-platform-25/gateway-rhel8-operator@sha256:fb050174585455cbd660511db640a1d1953aac33b92ad09f83dad901d3bc9e25_s390x",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-25/gateway-rhel8@sha256:5f57ad23e7811c002b7a01d311242e8f5f23b2e92dd97712049726ef912ad828_amd64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8@sha256:5f57ad23e7811c002b7a01d311242e8f5f23b2e92dd97712049726ef912ad828_amd64"
        },
        "product_reference": "ansible-automation-platform-25/gateway-rhel8@sha256:5f57ad23e7811c002b7a01d311242e8f5f23b2e92dd97712049726ef912ad828_amd64",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-25/gateway-rhel8@sha256:bd960aeebf094085203fec8fb1c9df3015dbbbc61f2892d7d11cc1540648949a_arm64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8@sha256:bd960aeebf094085203fec8fb1c9df3015dbbbc61f2892d7d11cc1540648949a_arm64"
        },
        "product_reference": "ansible-automation-platform-25/gateway-rhel8@sha256:bd960aeebf094085203fec8fb1c9df3015dbbbc61f2892d7d11cc1540648949a_arm64",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-25/gateway-rhel8@sha256:e0c04249a1a9904781621f195efb31284cba47d0eb648fe745cacd7629569a51_s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8@sha256:e0c04249a1a9904781621f195efb31284cba47d0eb648fe745cacd7629569a51_s390x"
        },
        "product_reference": "ansible-automation-platform-25/gateway-rhel8@sha256:e0c04249a1a9904781621f195efb31284cba47d0eb648fe745cacd7629569a51_s390x",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-25/gateway-rhel8@sha256:f185030c8e48edab8955528014ee8a247e1c1b445767ef78bd089f6dd3dfeb16_ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8@sha256:f185030c8e48edab8955528014ee8a247e1c1b445767ef78bd089f6dd3dfeb16_ppc64le"
        },
        "product_reference": "ansible-automation-platform-25/gateway-rhel8@sha256:f185030c8e48edab8955528014ee8a247e1c1b445767ef78bd089f6dd3dfeb16_ppc64le",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-25/hub-rhel8-operator@sha256:3507746c0c6dd867c296de75b204c88cfde398c2d3b91362748545c82469f0b4_arm64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8-operator@sha256:3507746c0c6dd867c296de75b204c88cfde398c2d3b91362748545c82469f0b4_arm64"
        },
        "product_reference": "ansible-automation-platform-25/hub-rhel8-operator@sha256:3507746c0c6dd867c296de75b204c88cfde398c2d3b91362748545c82469f0b4_arm64",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-25/hub-rhel8-operator@sha256:9b177171b82c8a4ac10edcfd8eff7e2bd890aa4c4993faf5e50b4964f92d05be_s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8-operator@sha256:9b177171b82c8a4ac10edcfd8eff7e2bd890aa4c4993faf5e50b4964f92d05be_s390x"
        },
        "product_reference": "ansible-automation-platform-25/hub-rhel8-operator@sha256:9b177171b82c8a4ac10edcfd8eff7e2bd890aa4c4993faf5e50b4964f92d05be_s390x",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-25/hub-rhel8-operator@sha256:bedbca16ac946dad1f6241c981f53f45e3b7e3b2d6667ed5b4750c2a9af99d3e_amd64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8-operator@sha256:bedbca16ac946dad1f6241c981f53f45e3b7e3b2d6667ed5b4750c2a9af99d3e_amd64"
        },
        "product_reference": "ansible-automation-platform-25/hub-rhel8-operator@sha256:bedbca16ac946dad1f6241c981f53f45e3b7e3b2d6667ed5b4750c2a9af99d3e_amd64",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-25/hub-rhel8-operator@sha256:e6b5ab6cfc48f7805eccad1c58d7d8303206c673fef7fed676851b01ba6d7254_ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8-operator@sha256:e6b5ab6cfc48f7805eccad1c58d7d8303206c673fef7fed676851b01ba6d7254_ppc64le"
        },
        "product_reference": "ansible-automation-platform-25/hub-rhel8-operator@sha256:e6b5ab6cfc48f7805eccad1c58d7d8303206c673fef7fed676851b01ba6d7254_ppc64le",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-25/hub-rhel8@sha256:1addce43583536108b0fd96e3df18ac9be9b03ea561a30603baf6f2c3221c6b7_ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8@sha256:1addce43583536108b0fd96e3df18ac9be9b03ea561a30603baf6f2c3221c6b7_ppc64le"
        },
        "product_reference": "ansible-automation-platform-25/hub-rhel8@sha256:1addce43583536108b0fd96e3df18ac9be9b03ea561a30603baf6f2c3221c6b7_ppc64le",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-25/hub-rhel8@sha256:298daef2cb878391328c5555843c2c7cbb760aefdde026d9b90db35fde4b8869_s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8@sha256:298daef2cb878391328c5555843c2c7cbb760aefdde026d9b90db35fde4b8869_s390x"
        },
        "product_reference": "ansible-automation-platform-25/hub-rhel8@sha256:298daef2cb878391328c5555843c2c7cbb760aefdde026d9b90db35fde4b8869_s390x",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-25/hub-rhel8@sha256:7f6621f11042f5b31f8f9f5aea7609409671e33e5f5a731287ca5c9c075e2cd6_amd64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8@sha256:7f6621f11042f5b31f8f9f5aea7609409671e33e5f5a731287ca5c9c075e2cd6_amd64"
        },
        "product_reference": "ansible-automation-platform-25/hub-rhel8@sha256:7f6621f11042f5b31f8f9f5aea7609409671e33e5f5a731287ca5c9c075e2cd6_amd64",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-25/hub-rhel8@sha256:c1b4fbf52a942221449faac76f1e4ca723aeb9d9b46b376e17ec10d7b37519bb_arm64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8@sha256:c1b4fbf52a942221449faac76f1e4ca723aeb9d9b46b376e17ec10d7b37519bb_arm64"
        },
        "product_reference": "ansible-automation-platform-25/hub-rhel8@sha256:c1b4fbf52a942221449faac76f1e4ca723aeb9d9b46b376e17ec10d7b37519bb_arm64",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-25/hub-web-rhel8@sha256:2e9009ca3a1d82fd5937356fb8b07feed9de274c98864964d6e977642f16f217_arm64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-web-rhel8@sha256:2e9009ca3a1d82fd5937356fb8b07feed9de274c98864964d6e977642f16f217_arm64"
        },
        "product_reference": "ansible-automation-platform-25/hub-web-rhel8@sha256:2e9009ca3a1d82fd5937356fb8b07feed9de274c98864964d6e977642f16f217_arm64",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-25/hub-web-rhel8@sha256:9961ba1942d70d1de5787cbc407b00029cd9c1e58b7b2e64b417a0e47ad8c0e6_s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-web-rhel8@sha256:9961ba1942d70d1de5787cbc407b00029cd9c1e58b7b2e64b417a0e47ad8c0e6_s390x"
        },
        "product_reference": "ansible-automation-platform-25/hub-web-rhel8@sha256:9961ba1942d70d1de5787cbc407b00029cd9c1e58b7b2e64b417a0e47ad8c0e6_s390x",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-25/hub-web-rhel8@sha256:e4432d931b28b75db3a509de7abff7380ec9b8f69ba9b9a962e6da8b87f57c8a_ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-web-rhel8@sha256:e4432d931b28b75db3a509de7abff7380ec9b8f69ba9b9a962e6da8b87f57c8a_ppc64le"
        },
        "product_reference": "ansible-automation-platform-25/hub-web-rhel8@sha256:e4432d931b28b75db3a509de7abff7380ec9b8f69ba9b9a962e6da8b87f57c8a_ppc64le",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-25/hub-web-rhel8@sha256:ed30ab4b661011e52e6d47c457122b70c7664058b8282dc83ef64b5690aaec2c_amd64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-web-rhel8@sha256:ed30ab4b661011e52e6d47c457122b70c7664058b8282dc83ef64b5690aaec2c_amd64"
        },
        "product_reference": "ansible-automation-platform-25/hub-web-rhel8@sha256:ed30ab4b661011e52e6d47c457122b70c7664058b8282dc83ef64b5690aaec2c_amd64",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:1dddfd87be2a7a30cc8b4bd7b259b4b76c10ec8442b8d2decfefd4c933b5636e_amd64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:1dddfd87be2a7a30cc8b4bd7b259b4b76c10ec8442b8d2decfefd4c933b5636e_amd64"
        },
        "product_reference": "ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:1dddfd87be2a7a30cc8b4bd7b259b4b76c10ec8442b8d2decfefd4c933b5636e_amd64",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:1eede5de7b9726aedcb4bdb0dc26a816e24b8b897aa4813ee9babd0e66e55fe0_ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:1eede5de7b9726aedcb4bdb0dc26a816e24b8b897aa4813ee9babd0e66e55fe0_ppc64le"
        },
        "product_reference": "ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:1eede5de7b9726aedcb4bdb0dc26a816e24b8b897aa4813ee9babd0e66e55fe0_ppc64le",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:db1fb60a146c471305535375c38e2bd9bccc701da86c92419e01986e39551ae0_s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:db1fb60a146c471305535375c38e2bd9bccc701da86c92419e01986e39551ae0_s390x"
        },
        "product_reference": "ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:db1fb60a146c471305535375c38e2bd9bccc701da86c92419e01986e39551ae0_s390x",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:f0b2329948659ee01f505f2431f49f8dcc2fcfa8c9de42529cc9146732429091_arm64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:f0b2329948659ee01f505f2431f49f8dcc2fcfa8c9de42529cc9146732429091_arm64"
        },
        "product_reference": "ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:f0b2329948659ee01f505f2431f49f8dcc2fcfa8c9de42529cc9146732429091_arm64",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-25/lightspeed-rhel8@sha256:2194a90ee1dc39a9c2eedf536f988aedab66c250a112669e3d521223dc926f76_ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8@sha256:2194a90ee1dc39a9c2eedf536f988aedab66c250a112669e3d521223dc926f76_ppc64le"
        },
        "product_reference": "ansible-automation-platform-25/lightspeed-rhel8@sha256:2194a90ee1dc39a9c2eedf536f988aedab66c250a112669e3d521223dc926f76_ppc64le",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-25/lightspeed-rhel8@sha256:37561c5598dd188f711b8d65ff76e0ba9a70952b1355b08b1450dcd3d66b0c82_s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8@sha256:37561c5598dd188f711b8d65ff76e0ba9a70952b1355b08b1450dcd3d66b0c82_s390x"
        },
        "product_reference": "ansible-automation-platform-25/lightspeed-rhel8@sha256:37561c5598dd188f711b8d65ff76e0ba9a70952b1355b08b1450dcd3d66b0c82_s390x",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-25/lightspeed-rhel8@sha256:91ec0d00fb54817461188676ea32476f6b6e48bc143171beb6d8c90272e9e408_amd64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8@sha256:91ec0d00fb54817461188676ea32476f6b6e48bc143171beb6d8c90272e9e408_amd64"
        },
        "product_reference": "ansible-automation-platform-25/lightspeed-rhel8@sha256:91ec0d00fb54817461188676ea32476f6b6e48bc143171beb6d8c90272e9e408_amd64",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-25/lightspeed-rhel8@sha256:d16b292559b4b1d213c1e6c864cdefba7797ff353d93cb72ad60c2c5f7574edc_arm64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8@sha256:d16b292559b4b1d213c1e6c864cdefba7797ff353d93cb72ad60c2c5f7574edc_arm64"
        },
        "product_reference": "ansible-automation-platform-25/lightspeed-rhel8@sha256:d16b292559b4b1d213c1e6c864cdefba7797ff353d93cb72ad60c2c5f7574edc_arm64",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:0cd8b08c35496499ba40696c33b60157d02eaa1ef02b894cf647aeaff223e333_ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:0cd8b08c35496499ba40696c33b60157d02eaa1ef02b894cf647aeaff223e333_ppc64le"
        },
        "product_reference": "ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:0cd8b08c35496499ba40696c33b60157d02eaa1ef02b894cf647aeaff223e333_ppc64le",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:b45c4bc6283b959afd0c8779584792217eaf984a09a14654270944e4be829846_arm64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:b45c4bc6283b959afd0c8779584792217eaf984a09a14654270944e4be829846_arm64"
        },
        "product_reference": "ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:b45c4bc6283b959afd0c8779584792217eaf984a09a14654270944e4be829846_arm64",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:bee9015e1cef6a784b8a495d9a02b01f8af95a8f8f63f65b8bb9b7100432ef3f_s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:bee9015e1cef6a784b8a495d9a02b01f8af95a8f8f63f65b8bb9b7100432ef3f_s390x"
        },
        "product_reference": "ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:bee9015e1cef6a784b8a495d9a02b01f8af95a8f8f63f65b8bb9b7100432ef3f_s390x",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:f97a2e2081e47fe380e959e5b6a2baea4de788fea5d4706972d95ab21eef2be9_amd64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:f97a2e2081e47fe380e959e5b6a2baea4de788fea5d4706972d95ab21eef2be9_amd64"
        },
        "product_reference": "ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:f97a2e2081e47fe380e959e5b6a2baea4de788fea5d4706972d95ab21eef2be9_amd64",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:06b6b484bfa217e6858aed17151e9e9f0c3306af30c6940487ae5bd10aa4471b_arm64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:06b6b484bfa217e6858aed17151e9e9f0c3306af30c6940487ae5bd10aa4471b_arm64"
        },
        "product_reference": "ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:06b6b484bfa217e6858aed17151e9e9f0c3306af30c6940487ae5bd10aa4471b_arm64",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:1026da03da048f3aaf263b1f650a2cda1f415379dae13943faf6a3b399a7763f_amd64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:1026da03da048f3aaf263b1f650a2cda1f415379dae13943faf6a3b399a7763f_amd64"
        },
        "product_reference": "ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:1026da03da048f3aaf263b1f650a2cda1f415379dae13943faf6a3b399a7763f_amd64",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:cd5eefe21e42496c3c9851199a04cd220918b127951364fa3857eb137785f797_s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:cd5eefe21e42496c3c9851199a04cd220918b127951364fa3857eb137785f797_s390x"
        },
        "product_reference": "ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:cd5eefe21e42496c3c9851199a04cd220918b127951364fa3857eb137785f797_s390x",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:d035d0ab147a7e3f4accf3a237173283dfbe70e1152150866dfda9e32c6707b1_ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:d035d0ab147a7e3f4accf3a237173283dfbe70e1152150866dfda9e32c6707b1_ppc64le"
        },
        "product_reference": "ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:d035d0ab147a7e3f4accf3a237173283dfbe70e1152150866dfda9e32c6707b1_ppc64le",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-25/receptor-rhel8@sha256:09df3c5de30b30b7b8d447e22ab416995e7d6a511a260ade1d714029decddb71_amd64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/receptor-rhel8@sha256:09df3c5de30b30b7b8d447e22ab416995e7d6a511a260ade1d714029decddb71_amd64"
        },
        "product_reference": "ansible-automation-platform-25/receptor-rhel8@sha256:09df3c5de30b30b7b8d447e22ab416995e7d6a511a260ade1d714029decddb71_amd64",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-25/receptor-rhel8@sha256:2292e0a91990e9c6ccc9c3f04d6bbdd7ba788cb820c653a298fd736cc82e7159_ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/receptor-rhel8@sha256:2292e0a91990e9c6ccc9c3f04d6bbdd7ba788cb820c653a298fd736cc82e7159_ppc64le"
        },
        "product_reference": "ansible-automation-platform-25/receptor-rhel8@sha256:2292e0a91990e9c6ccc9c3f04d6bbdd7ba788cb820c653a298fd736cc82e7159_ppc64le",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-25/receptor-rhel8@sha256:70f59ff65695a4206aa4be924d30ec5c1ce1a8d6ba36767afb44dcb12dfbb81e_arm64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/receptor-rhel8@sha256:70f59ff65695a4206aa4be924d30ec5c1ce1a8d6ba36767afb44dcb12dfbb81e_arm64"
        },
        "product_reference": "ansible-automation-platform-25/receptor-rhel8@sha256:70f59ff65695a4206aa4be924d30ec5c1ce1a8d6ba36767afb44dcb12dfbb81e_arm64",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-25/receptor-rhel8@sha256:a6273ecd381b3ab7e770e2df45223c74dd172ebbb2e9d6ba87647c71f2d037df_s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/receptor-rhel8@sha256:a6273ecd381b3ab7e770e2df45223c74dd172ebbb2e9d6ba87647c71f2d037df_s390x"
        },
        "product_reference": "ansible-automation-platform-25/receptor-rhel8@sha256:a6273ecd381b3ab7e770e2df45223c74dd172ebbb2e9d6ba87647c71f2d037df_s390x",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform/cloud-addons-operator-bundle@sha256:4717747b323dd661177e745de4437dc4c73dd46877c565aceafab4ae8eee9ec3_amd64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform/cloud-addons-operator-bundle@sha256:4717747b323dd661177e745de4437dc4c73dd46877c565aceafab4ae8eee9ec3_amd64"
        },
        "product_reference": "ansible-automation-platform/cloud-addons-operator-bundle@sha256:4717747b323dd661177e745de4437dc4c73dd46877c565aceafab4ae8eee9ec3_amd64",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform/platform-operator-bundle@sha256:0da87cebdb0fa656f5e3845e5c882567ab75d1b0ed3cd937d232eb6a8087493b_arm64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform/platform-operator-bundle@sha256:0da87cebdb0fa656f5e3845e5c882567ab75d1b0ed3cd937d232eb6a8087493b_arm64"
        },
        "product_reference": "ansible-automation-platform/platform-operator-bundle@sha256:0da87cebdb0fa656f5e3845e5c882567ab75d1b0ed3cd937d232eb6a8087493b_arm64",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform/platform-operator-bundle@sha256:7c2d7085884998a6022195bb451f397bb91db2a667da793d56cebbc09c59a39f_amd64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform/platform-operator-bundle@sha256:7c2d7085884998a6022195bb451f397bb91db2a667da793d56cebbc09c59a39f_amd64"
        },
        "product_reference": "ansible-automation-platform/platform-operator-bundle@sha256:7c2d7085884998a6022195bb451f397bb91db2a667da793d56cebbc09c59a39f_amd64",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform/platform-operator-bundle@sha256:85de94a5a49ed4c986b7a24c841e498ead37d79da154056e939cb1cfa1f6d7f2_s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform/platform-operator-bundle@sha256:85de94a5a49ed4c986b7a24c841e498ead37d79da154056e939cb1cfa1f6d7f2_s390x"
        },
        "product_reference": "ansible-automation-platform/platform-operator-bundle@sha256:85de94a5a49ed4c986b7a24c841e498ead37d79da154056e939cb1cfa1f6d7f2_s390x",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform/platform-operator-bundle@sha256:d207a07d44315888e918e1db176aa236e1b1bb3b6b7664e4534aa9bc0ae4956d_ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform/platform-operator-bundle@sha256:d207a07d44315888e918e1db176aa236e1b1bb3b6b7664e4534aa9bc0ae4956d_ppc64le"
        },
        "product_reference": "ansible-automation-platform/platform-operator-bundle@sha256:d207a07d44315888e918e1db176aa236e1b1bb3b6b7664e4534aa9bc0ae4956d_ppc64le",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-25/ansible-builder-rhel9@sha256:8a1732b0b8e8f2665e7d044dc2fe27bc97fc1fe796276b4d3951e9f5ad0a32b0_ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel9@sha256:8a1732b0b8e8f2665e7d044dc2fe27bc97fc1fe796276b4d3951e9f5ad0a32b0_ppc64le"
        },
        "product_reference": "ansible-automation-platform-25/ansible-builder-rhel9@sha256:8a1732b0b8e8f2665e7d044dc2fe27bc97fc1fe796276b4d3951e9f5ad0a32b0_ppc64le",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-25/ansible-builder-rhel9@sha256:8ea96653e7ee2a38aa75094b5bcd9231783022b08900ad7b9719cc538edb9ece_arm64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel9@sha256:8ea96653e7ee2a38aa75094b5bcd9231783022b08900ad7b9719cc538edb9ece_arm64"
        },
        "product_reference": "ansible-automation-platform-25/ansible-builder-rhel9@sha256:8ea96653e7ee2a38aa75094b5bcd9231783022b08900ad7b9719cc538edb9ece_arm64",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-25/ansible-builder-rhel9@sha256:e731d7d3748cc4c1aa0a882e7cb9f8bbb390189086ceb108dd7ad2c9634e35b5_amd64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel9@sha256:e731d7d3748cc4c1aa0a882e7cb9f8bbb390189086ceb108dd7ad2c9634e35b5_amd64"
        },
        "product_reference": "ansible-automation-platform-25/ansible-builder-rhel9@sha256:e731d7d3748cc4c1aa0a882e7cb9f8bbb390189086ceb108dd7ad2c9634e35b5_amd64",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-25/ansible-builder-rhel9@sha256:f849a8620a88c866f79f959a010b3ef254ab644690983b56c1aa6f2815816083_s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel9@sha256:f849a8620a88c866f79f959a010b3ef254ab644690983b56c1aa6f2815816083_s390x"
        },
        "product_reference": "ansible-automation-platform-25/ansible-builder-rhel9@sha256:f849a8620a88c866f79f959a010b3ef254ab644690983b56c1aa6f2815816083_s390x",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-25/ansible-python-base-rhel9@sha256:45abbe185a3b63ec556ee1d9b0aaaf27e825a09a28965741cffd93e2b2b1881f_amd64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel9@sha256:45abbe185a3b63ec556ee1d9b0aaaf27e825a09a28965741cffd93e2b2b1881f_amd64"
        },
        "product_reference": "ansible-automation-platform-25/ansible-python-base-rhel9@sha256:45abbe185a3b63ec556ee1d9b0aaaf27e825a09a28965741cffd93e2b2b1881f_amd64",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-25/ansible-python-base-rhel9@sha256:8f0ae6a2b90db4b1f8faca356f36c67d373152c7445d99c2eb7d765d37ee95a9_arm64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel9@sha256:8f0ae6a2b90db4b1f8faca356f36c67d373152c7445d99c2eb7d765d37ee95a9_arm64"
        },
        "product_reference": "ansible-automation-platform-25/ansible-python-base-rhel9@sha256:8f0ae6a2b90db4b1f8faca356f36c67d373152c7445d99c2eb7d765d37ee95a9_arm64",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-25/ansible-python-base-rhel9@sha256:a35e7dcef3a12670cabd2e1903dadcbcea79d026993ef6caf57fbdb1cc942ff1_s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel9@sha256:a35e7dcef3a12670cabd2e1903dadcbcea79d026993ef6caf57fbdb1cc942ff1_s390x"
        },
        "product_reference": "ansible-automation-platform-25/ansible-python-base-rhel9@sha256:a35e7dcef3a12670cabd2e1903dadcbcea79d026993ef6caf57fbdb1cc942ff1_s390x",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-25/ansible-python-base-rhel9@sha256:e55ced9b5d520f76153c876d1f0b6f9c2a26f30c20bee750dae2fe5d1d9a172f_ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel9@sha256:e55ced9b5d520f76153c876d1f0b6f9c2a26f30c20bee750dae2fe5d1d9a172f_ppc64le"
        },
        "product_reference": "ansible-automation-platform-25/ansible-python-base-rhel9@sha256:e55ced9b5d520f76153c876d1f0b6f9c2a26f30c20bee750dae2fe5d1d9a172f_ppc64le",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-25/ansible-python-toolkit-rhel9@sha256:3f05189b359834107a724a6ceffb89157312e8e947b25630d4eb7ac8e1384011_amd64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel9@sha256:3f05189b359834107a724a6ceffb89157312e8e947b25630d4eb7ac8e1384011_amd64"
        },
        "product_reference": "ansible-automation-platform-25/ansible-python-toolkit-rhel9@sha256:3f05189b359834107a724a6ceffb89157312e8e947b25630d4eb7ac8e1384011_amd64",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-25/ansible-python-toolkit-rhel9@sha256:50dd80bcc6ae32f5f3cfc7b1f03f3b180f95e9cc4da18b5692bb8abe0bd85035_arm64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel9@sha256:50dd80bcc6ae32f5f3cfc7b1f03f3b180f95e9cc4da18b5692bb8abe0bd85035_arm64"
        },
        "product_reference": "ansible-automation-platform-25/ansible-python-toolkit-rhel9@sha256:50dd80bcc6ae32f5f3cfc7b1f03f3b180f95e9cc4da18b5692bb8abe0bd85035_arm64",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-25/ansible-python-toolkit-rhel9@sha256:55190e96be5ec406b78a8bf7d58e7b1ac2739d38e6b06c8c99b74c029b24dbba_s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel9@sha256:55190e96be5ec406b78a8bf7d58e7b1ac2739d38e6b06c8c99b74c029b24dbba_s390x"
        },
        "product_reference": "ansible-automation-platform-25/ansible-python-toolkit-rhel9@sha256:55190e96be5ec406b78a8bf7d58e7b1ac2739d38e6b06c8c99b74c029b24dbba_s390x",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-25/ansible-python-toolkit-rhel9@sha256:6d04a71007b2a32c8cfdae0e42f82787ff15acb0e206adad080df592d4192136_ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel9@sha256:6d04a71007b2a32c8cfdae0e42f82787ff15acb0e206adad080df592d4192136_ppc64le"
        },
        "product_reference": "ansible-automation-platform-25/ansible-python-toolkit-rhel9@sha256:6d04a71007b2a32c8cfdae0e42f82787ff15acb0e206adad080df592d4192136_ppc64le",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-25/de-minimal-rhel9@sha256:1f190d9a7ba3d45a2c96f39264e9c1d498a3e8b7b86716d785805dfcebf5e62c_arm64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel9@sha256:1f190d9a7ba3d45a2c96f39264e9c1d498a3e8b7b86716d785805dfcebf5e62c_arm64"
        },
        "product_reference": "ansible-automation-platform-25/de-minimal-rhel9@sha256:1f190d9a7ba3d45a2c96f39264e9c1d498a3e8b7b86716d785805dfcebf5e62c_arm64",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-25/de-minimal-rhel9@sha256:8c405823c25f4e5c2e55811543f5f40198d7a0f4612f9abe9fed0a3591cc7d0f_amd64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel9@sha256:8c405823c25f4e5c2e55811543f5f40198d7a0f4612f9abe9fed0a3591cc7d0f_amd64"
        },
        "product_reference": "ansible-automation-platform-25/de-minimal-rhel9@sha256:8c405823c25f4e5c2e55811543f5f40198d7a0f4612f9abe9fed0a3591cc7d0f_amd64",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-25/de-minimal-rhel9@sha256:dea264a6d5925f081a082b6f02f50f374b72437b5f63190f2c28555acbb98632_ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel9@sha256:dea264a6d5925f081a082b6f02f50f374b72437b5f63190f2c28555acbb98632_ppc64le"
        },
        "product_reference": "ansible-automation-platform-25/de-minimal-rhel9@sha256:dea264a6d5925f081a082b6f02f50f374b72437b5f63190f2c28555acbb98632_ppc64le",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-25/de-minimal-rhel9@sha256:ed07f8188f4fc5bbfb26c514fbfc24003b4fa1b24635cf1e4b2bf5a9ec41701a_s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel9@sha256:ed07f8188f4fc5bbfb26c514fbfc24003b4fa1b24635cf1e4b2bf5a9ec41701a_s390x"
        },
        "product_reference": "ansible-automation-platform-25/de-minimal-rhel9@sha256:ed07f8188f4fc5bbfb26c514fbfc24003b4fa1b24635cf1e4b2bf5a9ec41701a_s390x",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-25/de-supported-rhel9@sha256:03dfbb61e438ce6b5823a7f6d4d5a154c4b9f099ab633b0e7db1b6573a74dbe6_arm64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel9@sha256:03dfbb61e438ce6b5823a7f6d4d5a154c4b9f099ab633b0e7db1b6573a74dbe6_arm64"
        },
        "product_reference": "ansible-automation-platform-25/de-supported-rhel9@sha256:03dfbb61e438ce6b5823a7f6d4d5a154c4b9f099ab633b0e7db1b6573a74dbe6_arm64",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-25/de-supported-rhel9@sha256:2d52c483a82b06ea9f77e49f39b7aaa58787b4e41c5a91252262efd66d958f7d_ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel9@sha256:2d52c483a82b06ea9f77e49f39b7aaa58787b4e41c5a91252262efd66d958f7d_ppc64le"
        },
        "product_reference": "ansible-automation-platform-25/de-supported-rhel9@sha256:2d52c483a82b06ea9f77e49f39b7aaa58787b4e41c5a91252262efd66d958f7d_ppc64le",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-25/de-supported-rhel9@sha256:77635309c4ef74f67d4fe55c93df42dad71071846779608a7902ef4fa365928d_amd64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel9@sha256:77635309c4ef74f67d4fe55c93df42dad71071846779608a7902ef4fa365928d_amd64"
        },
        "product_reference": "ansible-automation-platform-25/de-supported-rhel9@sha256:77635309c4ef74f67d4fe55c93df42dad71071846779608a7902ef4fa365928d_amd64",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-25/de-supported-rhel9@sha256:da632461064ff25c857b31fc6f5d3231d68aed07f5593f81f4cf27979a839986_s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel9@sha256:da632461064ff25c857b31fc6f5d3231d68aed07f5593f81f4cf27979a839986_s390x"
        },
        "product_reference": "ansible-automation-platform-25/de-supported-rhel9@sha256:da632461064ff25c857b31fc6f5d3231d68aed07f5593f81f4cf27979a839986_s390x",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-25/ee-cloud-services-rhel9@sha256:2cbd390068ddcd01778cdd9609a0e88fcbc2799879f8421f747b9793e22e126f_arm64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-cloud-services-rhel9@sha256:2cbd390068ddcd01778cdd9609a0e88fcbc2799879f8421f747b9793e22e126f_arm64"
        },
        "product_reference": "ansible-automation-platform-25/ee-cloud-services-rhel9@sha256:2cbd390068ddcd01778cdd9609a0e88fcbc2799879f8421f747b9793e22e126f_arm64",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-25/ee-cloud-services-rhel9@sha256:cd3920be2a09b9f4c2e36640b8e3da4de63f73a4776eae674821ba6d86f598d3_amd64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-cloud-services-rhel9@sha256:cd3920be2a09b9f4c2e36640b8e3da4de63f73a4776eae674821ba6d86f598d3_amd64"
        },
        "product_reference": "ansible-automation-platform-25/ee-cloud-services-rhel9@sha256:cd3920be2a09b9f4c2e36640b8e3da4de63f73a4776eae674821ba6d86f598d3_amd64",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-25/ee-minimal-rhel9@sha256:4e1bfa9d260ace301f80a6b54b4dbe8426e452d6dcd73ceedf7131c28e26b53f_ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel9@sha256:4e1bfa9d260ace301f80a6b54b4dbe8426e452d6dcd73ceedf7131c28e26b53f_ppc64le"
        },
        "product_reference": "ansible-automation-platform-25/ee-minimal-rhel9@sha256:4e1bfa9d260ace301f80a6b54b4dbe8426e452d6dcd73ceedf7131c28e26b53f_ppc64le",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-25/ee-minimal-rhel9@sha256:a5f77fbf3dd159210ecd5d36a1c58fea6fba96e562765afb882d795e2961a1fd_arm64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel9@sha256:a5f77fbf3dd159210ecd5d36a1c58fea6fba96e562765afb882d795e2961a1fd_arm64"
        },
        "product_reference": "ansible-automation-platform-25/ee-minimal-rhel9@sha256:a5f77fbf3dd159210ecd5d36a1c58fea6fba96e562765afb882d795e2961a1fd_arm64",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-25/ee-minimal-rhel9@sha256:ac3f711cad0e0b30b0c873db34d7a0209dd5cd84bf89b1cf59838f7d6bb8d9b1_s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel9@sha256:ac3f711cad0e0b30b0c873db34d7a0209dd5cd84bf89b1cf59838f7d6bb8d9b1_s390x"
        },
        "product_reference": "ansible-automation-platform-25/ee-minimal-rhel9@sha256:ac3f711cad0e0b30b0c873db34d7a0209dd5cd84bf89b1cf59838f7d6bb8d9b1_s390x",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-25/ee-minimal-rhel9@sha256:b2b4cdb32da6362783502427036932801b36d7d30ad58798aeb0eb15133055e2_amd64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel9@sha256:b2b4cdb32da6362783502427036932801b36d7d30ad58798aeb0eb15133055e2_amd64"
        },
        "product_reference": "ansible-automation-platform-25/ee-minimal-rhel9@sha256:b2b4cdb32da6362783502427036932801b36d7d30ad58798aeb0eb15133055e2_amd64",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-25/ee-supported-rhel9@sha256:04a00b8b214c258044414aba456e5b6f67400a1eefd0e679406eea5f2dd369a1_amd64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel9@sha256:04a00b8b214c258044414aba456e5b6f67400a1eefd0e679406eea5f2dd369a1_amd64"
        },
        "product_reference": "ansible-automation-platform-25/ee-supported-rhel9@sha256:04a00b8b214c258044414aba456e5b6f67400a1eefd0e679406eea5f2dd369a1_amd64",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-25/ee-supported-rhel9@sha256:082d603cf8ff37b3a499cfa6c1748c323920af2130b565b99480a3cc1f9c85ec_s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel9@sha256:082d603cf8ff37b3a499cfa6c1748c323920af2130b565b99480a3cc1f9c85ec_s390x"
        },
        "product_reference": "ansible-automation-platform-25/ee-supported-rhel9@sha256:082d603cf8ff37b3a499cfa6c1748c323920af2130b565b99480a3cc1f9c85ec_s390x",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-25/ee-supported-rhel9@sha256:60cf287547830392b80c95a37abbf24e0078db5b582c100a585e77add83c564b_ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel9@sha256:60cf287547830392b80c95a37abbf24e0078db5b582c100a585e77add83c564b_ppc64le"
        },
        "product_reference": "ansible-automation-platform-25/ee-supported-rhel9@sha256:60cf287547830392b80c95a37abbf24e0078db5b582c100a585e77add83c564b_ppc64le",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-25/ee-supported-rhel9@sha256:f59ce65a8b3818c79c727c085233e11a2b8d318842c026ba53ddce160665ec6b_arm64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel9@sha256:f59ce65a8b3818c79c727c085233e11a2b8d318842c026ba53ddce160665ec6b_arm64"
        },
        "product_reference": "ansible-automation-platform-25/ee-supported-rhel9@sha256:f59ce65a8b3818c79c727c085233e11a2b8d318842c026ba53ddce160665ec6b_arm64",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
      }
    ]
  },
  "vulnerabilities": [
    {
      "cve": "CVE-2025-26699",
      "cwe": {
        "id": "CWE-400",
        "name": "Uncontrolled Resource Consumption"
      },
      "discovery_date": "2025-02-28T09:37:31.651000+00:00",
      "flags": [
        {
          "label": "vulnerable_code_not_present",
          "product_ids": [
            "8Base-Ansible-Automation-Platform-2.5-Cloud-Billing:ansible-automation-platform-25/aap-cloud-billing-rhel8-operator@sha256:e59afbd9e76ba49ffeefb6a9f3aa7c8e46eb15c3d05df02a93633740b496b10a_amd64",
            "8Base-Ansible-Automation-Platform-2.5-Cloud-Billing:ansible-automation-platform-25/aap-cloud-billing-rhel8@sha256:d8e1f355766aa23e9a3fd68838ebfa0330eb957154aed537de74012a91272e33_amd64",
            "8Base-Ansible-Automation-Platform-2.5-Cloud-Billing:ansible-automation-platform-25/aap-cloud-metrics-collector-rhel8@sha256:0f08f66ca95553076eae69530e4dba8d72ac6ba48711f17c03dd4e176b25a7e8_amd64",
            "8Base-Ansible-Automation-Platform-2.5-Cloud-Billing:ansible-automation-platform-25/aap-cloud-ui-rhel8-operator@sha256:902dc985b3d0b9f56c6d358372c20f1aae06567bcc103e3359f089ae3a0f3cd5_amd64",
            "8Base-Ansible-Automation-Platform-2.5-Cloud-Billing:ansible-automation-platform-25/aap-cloud-ui-rhel8@sha256:49b50c07ebe8a49b09ed4dd4e70fe44fdbab0e82cf5e64df384e68623df7351d_amd64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/aap-must-gather-rhel8@sha256:69b05005e934fee2040447c061e0fa9f2106c5cbadb469f7ed82b0e52d565802_ppc64le",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/aap-must-gather-rhel8@sha256:8a21d85f4bbb24d4b498aec17025b60f5c0596057181daada26e88171b8685df_arm64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/aap-must-gather-rhel8@sha256:a23dd80fdc72c74d31d39a597ad6f986e081a0b853d6decbfadb783b2c7199a9_s390x",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/aap-must-gather-rhel8@sha256:c15a8ce3f8e62f904bdde007070cff653a3a29eec57058dc843d774d24aacdf0_amd64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel8@sha256:308bff477ddf1d4a95929051b5f634130f290e07e934301c6fec88f1503e6f28_arm64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel8@sha256:52b88765b97153d2e8ddc94857a9da8b1cbbed9e157b3592fc6293bc84d866cf_ppc64le",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel8@sha256:b78bd771ec1b7376db34753c18f5b7258f884e772c598af91bcb23bd0e0df660_amd64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel8@sha256:f4d9f890920b779e13efd93130d42ca4ed25a088cf9e4cd9a60437ef8ce10b4f_s390x",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:3c71a9b9520581ace3f6ac77e96409234fb0b551e40a683640f6bc7c93eb17be_s390x",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:639f06e99bc8e813282d39c314b540d8ad05d280242efff8779cd5e2565b8ace_amd64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:6b93fd2cc80aee2e3a3edf5da066f48756ec977712b0d954f2ae4a6f0fa60999_arm64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:df748250631969ef91cc342ec6ad9875bcc627522f209407aa1842954bcc91b3_ppc64le",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel8@sha256:41cc1680e25e4f9528525ad9ed06220120a313b693219249d9be8772b15ff322_ppc64le",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel8@sha256:82b226fc0451826a72aef4c2ef51135fa17b8a576bf3129bec6e796504ab5954_amd64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel8@sha256:b93e293ee9a007ce3e4cf1f0dc37cdfef28f67c3628031f9c15da1dc80bb74c9_s390x",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel8@sha256:b946c6144d58d9833985e12963937f6e28895071d7fa261e81c4f57b2f9354d9_arm64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:16a190b1432efbbd8f18edc9e85eeec7c1ba1c5aa9faad6bc8f3adcfcbc7b07f_s390x",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:2e1b3b78c2a2d39c32bf707cc4537de6c6ca084a0afb44e1b423cbc1abb280bd_amd64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:57c318adb9b5386559b51dbd508e37cf699ccfff0affc6d8076dc363ea51ffa4_ppc64le",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:c6c08808aaf86e0022e11e686f0e0d24e7b8e8df1c7656cbc7cb6b0ee5ec4e97_arm64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8-operator@sha256:6bfc063082fb366096b3dc1091207a1d8255dfedf79280e9d2d39cd01f7a50ae_amd64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8-operator@sha256:c2703ccb114e68bc5d3840a19ff30704672f0bf245f9af550a44e2e4f7bb07d9_ppc64le",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8-operator@sha256:c45d3a755db98a225740591834da28cf1f800154fd1d076f123317c4c336a4f5_arm64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8-operator@sha256:e3d5d5fc5c5ce0c6ffd0b0478c42f46002d4b73af4df05aa5363904d1698f8ae_s390x",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8@sha256:000ebfdca4aeb5b29b0aeab9dd7d0afb971645ede59f4c8d4458a4e6396463f2_ppc64le",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8@sha256:5dc585c4926e1d24d68ea04ccd3ae33fd9d5d3647cc8c8f58546688b8f3b00f2_amd64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8@sha256:8b8064c57f71618b5bce8a268e1a979ef2df1658f666019c28557ce70bc3c037_s390x",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8@sha256:8bdda5fd35130c92d8d76f1e365ef9139f4d33f23cd0650ead5bd3a33aa95251_arm64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel8@sha256:50815edaa3c26f434b543f0f265d61002e55d78c10a82a060ca55df416d36801_s390x",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel8@sha256:8a2f9e5e5ed5451cd6d318d681cb71e1c0e118c2f018a0c4aa1c442c07575ab6_amd64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel8@sha256:8a9a40a6a30b2a87afd455e392c2677dbbc51d803d8cae087377076f6e5bcf90_arm64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel8@sha256:f4a3a6ce78089b04e0f53d7aaba40169311b20a46fd9d8978d78dbd7c6bf0fb3_ppc64le",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel8@sha256:12379c508fe2f5430fdd1d3d1325b02247bc6896a418388a0d7646364ccda961_s390x",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel8@sha256:817f0e3b0ed4a6c337a6c450d9d4af1f9fbef409dc32eaee5828eb7da351e1ab_ppc64le",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel8@sha256:cd92de8806f924ce635bfce07dfad0238fb34b8f8c06e4e5869a633d0da9a6b4_arm64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel8@sha256:fee69333a82f57264e4dd4ba49e19619501d42886e6c796ec9e0a909a4de5b50_amd64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:28a97dcc661efc28b8b293b35905f785e9120fdd41f6206036caacc18755d566_arm64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:358060eea532807aa3279e0d4bf43de591bef61096682f2cd1e860da8b80a1a0_amd64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:7ae5af121df2f1e2fa92215e6d085cedbc500832998ad2d4049bada44361c3b5_ppc64le",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:c3b35603492d0bfecb645dab468b97a16b78f292a9336c0c856df09588278095_s390x",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8@sha256:178d9486f88ad9ad7bb4dd97883db498c3f7430252ad5f81782d38d32d19a198_s390x",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8@sha256:672ae583c09c3a3c514b4fa06c0986a7ee3fc23e1bdf495d131e81e4ff8f1503_arm64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8@sha256:e81b49635af6b07d44802fc95b248f05a95fdd33e5ba2598e196208892c93b30_ppc64le",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8@sha256:f2b04dcbf3d12ddec6a45017e378d106d679796bf89a658d35d42a9ce2228b0e_amd64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:5701f79b3173a50470cee0952e233d0d1b385d49e7c7ebfdec04d2be3aa30c55_arm64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:a2337f9023a83e19d3a6280bb9babb41b8505b63400d3f60b05fb4389ddb0ea3_amd64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:b92e35104f477881936925a9b8691efff217dd551bd3a9a3a4d7c9ff4918d6fe_ppc64le",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:fca714dfb0fa2de313fee0ffac4ee731703e4785d24d0f59193027944d790bd1_s390x",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel8@sha256:3390781f4e8466c262749dd7df79d366bae19a1ea7a764abe78338f34572f5f5_ppc64le",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel8@sha256:8523c56b4f5e823b35be7a6d27d566292815de2d89c0f48c1913f207ec358c4a_amd64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel8@sha256:a72cb0d0d3716d21bcafb27975f1a3058666338b25223a1a1539d08e9eca9e62_s390x",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel8@sha256:effc16d36618ed5889021c5efc1a5c4bb2cbf53c8d3a6883b50b56d15b75884e_arm64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel8@sha256:27f67de1385c6f3084a03cebeca9d7d4c41bb6fcc62722f6d2481116e1fd795e_arm64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel8@sha256:2d7012a8bb36f1c07fe72c00029d24a4f83b4445dd89ad3985ce48a2b4c15921_amd64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel8@sha256:6e71e01be9e4f35473747fa305f11f3200b29d176332efdf9966c28d83572f83_s390x",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel8@sha256:c858d36e88c471138c77660b18cb4915bec93ac4f02d6fd71e1b4ab89b30abf3_ppc64le",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-proxy-rhel8@sha256:138ffc3339e3465f3ec78709a1ab047bac1728e441f1e7bfbd6898395e6c4cde_s390x",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-proxy-rhel8@sha256:15ed8ad741a0b4258e484272af1266578104a3ff625f9b4f7702cd68c2ce565f_ppc64le",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-proxy-rhel8@sha256:754688aa25eca1652a70bf3a07c19c77e39e0aafc094c57fc8a722ec9591ac63_amd64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c930ca3d655f16e34a096fdf73a8ae5e096811c4422654418d05021f32a1346a_arm64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8-operator@sha256:072bc72e1bb286ca7a6dd5fcb0a467bdeb687b817666a912a3595497b35475ff_amd64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8-operator@sha256:47855ecb0ffb02f321664a5c0070dcb199b4160ab0eeab696fe5649d59ecab5e_ppc64le",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8-operator@sha256:cb8531df1b2c116d836bc9784891a42571f91031c921b023c6e5c1789b01eb80_arm64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8-operator@sha256:fb050174585455cbd660511db640a1d1953aac33b92ad09f83dad901d3bc9e25_s390x",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8@sha256:5f57ad23e7811c002b7a01d311242e8f5f23b2e92dd97712049726ef912ad828_amd64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8@sha256:bd960aeebf094085203fec8fb1c9df3015dbbbc61f2892d7d11cc1540648949a_arm64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8@sha256:e0c04249a1a9904781621f195efb31284cba47d0eb648fe745cacd7629569a51_s390x",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8@sha256:f185030c8e48edab8955528014ee8a247e1c1b445767ef78bd089f6dd3dfeb16_ppc64le",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8-operator@sha256:3507746c0c6dd867c296de75b204c88cfde398c2d3b91362748545c82469f0b4_arm64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8-operator@sha256:9b177171b82c8a4ac10edcfd8eff7e2bd890aa4c4993faf5e50b4964f92d05be_s390x",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8-operator@sha256:bedbca16ac946dad1f6241c981f53f45e3b7e3b2d6667ed5b4750c2a9af99d3e_amd64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8-operator@sha256:e6b5ab6cfc48f7805eccad1c58d7d8303206c673fef7fed676851b01ba6d7254_ppc64le",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8@sha256:1addce43583536108b0fd96e3df18ac9be9b03ea561a30603baf6f2c3221c6b7_ppc64le",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8@sha256:298daef2cb878391328c5555843c2c7cbb760aefdde026d9b90db35fde4b8869_s390x",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8@sha256:7f6621f11042f5b31f8f9f5aea7609409671e33e5f5a731287ca5c9c075e2cd6_amd64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8@sha256:c1b4fbf52a942221449faac76f1e4ca723aeb9d9b46b376e17ec10d7b37519bb_arm64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-web-rhel8@sha256:2e9009ca3a1d82fd5937356fb8b07feed9de274c98864964d6e977642f16f217_arm64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-web-rhel8@sha256:9961ba1942d70d1de5787cbc407b00029cd9c1e58b7b2e64b417a0e47ad8c0e6_s390x",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-web-rhel8@sha256:e4432d931b28b75db3a509de7abff7380ec9b8f69ba9b9a962e6da8b87f57c8a_ppc64le",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-web-rhel8@sha256:ed30ab4b661011e52e6d47c457122b70c7664058b8282dc83ef64b5690aaec2c_amd64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:1dddfd87be2a7a30cc8b4bd7b259b4b76c10ec8442b8d2decfefd4c933b5636e_amd64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:1eede5de7b9726aedcb4bdb0dc26a816e24b8b897aa4813ee9babd0e66e55fe0_ppc64le",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:db1fb60a146c471305535375c38e2bd9bccc701da86c92419e01986e39551ae0_s390x",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:f0b2329948659ee01f505f2431f49f8dcc2fcfa8c9de42529cc9146732429091_arm64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:0cd8b08c35496499ba40696c33b60157d02eaa1ef02b894cf647aeaff223e333_ppc64le",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:b45c4bc6283b959afd0c8779584792217eaf984a09a14654270944e4be829846_arm64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:bee9015e1cef6a784b8a495d9a02b01f8af95a8f8f63f65b8bb9b7100432ef3f_s390x",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:f97a2e2081e47fe380e959e5b6a2baea4de788fea5d4706972d95ab21eef2be9_amd64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:06b6b484bfa217e6858aed17151e9e9f0c3306af30c6940487ae5bd10aa4471b_arm64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:1026da03da048f3aaf263b1f650a2cda1f415379dae13943faf6a3b399a7763f_amd64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:cd5eefe21e42496c3c9851199a04cd220918b127951364fa3857eb137785f797_s390x",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:d035d0ab147a7e3f4accf3a237173283dfbe70e1152150866dfda9e32c6707b1_ppc64le",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/receptor-rhel8@sha256:09df3c5de30b30b7b8d447e22ab416995e7d6a511a260ade1d714029decddb71_amd64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/receptor-rhel8@sha256:2292e0a91990e9c6ccc9c3f04d6bbdd7ba788cb820c653a298fd736cc82e7159_ppc64le",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/receptor-rhel8@sha256:70f59ff65695a4206aa4be924d30ec5c1ce1a8d6ba36767afb44dcb12dfbb81e_arm64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/receptor-rhel8@sha256:a6273ecd381b3ab7e770e2df45223c74dd172ebbb2e9d6ba87647c71f2d037df_s390x",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform/cloud-addons-operator-bundle@sha256:4717747b323dd661177e745de4437dc4c73dd46877c565aceafab4ae8eee9ec3_amd64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform/platform-operator-bundle@sha256:0da87cebdb0fa656f5e3845e5c882567ab75d1b0ed3cd937d232eb6a8087493b_arm64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform/platform-operator-bundle@sha256:7c2d7085884998a6022195bb451f397bb91db2a667da793d56cebbc09c59a39f_amd64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform/platform-operator-bundle@sha256:85de94a5a49ed4c986b7a24c841e498ead37d79da154056e939cb1cfa1f6d7f2_s390x",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform/platform-operator-bundle@sha256:d207a07d44315888e918e1db176aa236e1b1bb3b6b7664e4534aa9bc0ae4956d_ppc64le",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel9@sha256:8a1732b0b8e8f2665e7d044dc2fe27bc97fc1fe796276b4d3951e9f5ad0a32b0_ppc64le",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel9@sha256:8ea96653e7ee2a38aa75094b5bcd9231783022b08900ad7b9719cc538edb9ece_arm64",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel9@sha256:e731d7d3748cc4c1aa0a882e7cb9f8bbb390189086ceb108dd7ad2c9634e35b5_amd64",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel9@sha256:f849a8620a88c866f79f959a010b3ef254ab644690983b56c1aa6f2815816083_s390x",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel9@sha256:45abbe185a3b63ec556ee1d9b0aaaf27e825a09a28965741cffd93e2b2b1881f_amd64",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel9@sha256:8f0ae6a2b90db4b1f8faca356f36c67d373152c7445d99c2eb7d765d37ee95a9_arm64",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel9@sha256:a35e7dcef3a12670cabd2e1903dadcbcea79d026993ef6caf57fbdb1cc942ff1_s390x",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel9@sha256:e55ced9b5d520f76153c876d1f0b6f9c2a26f30c20bee750dae2fe5d1d9a172f_ppc64le",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel9@sha256:3f05189b359834107a724a6ceffb89157312e8e947b25630d4eb7ac8e1384011_amd64",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel9@sha256:50dd80bcc6ae32f5f3cfc7b1f03f3b180f95e9cc4da18b5692bb8abe0bd85035_arm64",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel9@sha256:55190e96be5ec406b78a8bf7d58e7b1ac2739d38e6b06c8c99b74c029b24dbba_s390x",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel9@sha256:6d04a71007b2a32c8cfdae0e42f82787ff15acb0e206adad080df592d4192136_ppc64le",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel9@sha256:1f190d9a7ba3d45a2c96f39264e9c1d498a3e8b7b86716d785805dfcebf5e62c_arm64",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel9@sha256:8c405823c25f4e5c2e55811543f5f40198d7a0f4612f9abe9fed0a3591cc7d0f_amd64",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel9@sha256:dea264a6d5925f081a082b6f02f50f374b72437b5f63190f2c28555acbb98632_ppc64le",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel9@sha256:ed07f8188f4fc5bbfb26c514fbfc24003b4fa1b24635cf1e4b2bf5a9ec41701a_s390x",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel9@sha256:03dfbb61e438ce6b5823a7f6d4d5a154c4b9f099ab633b0e7db1b6573a74dbe6_arm64",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel9@sha256:2d52c483a82b06ea9f77e49f39b7aaa58787b4e41c5a91252262efd66d958f7d_ppc64le",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel9@sha256:77635309c4ef74f67d4fe55c93df42dad71071846779608a7902ef4fa365928d_amd64",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel9@sha256:da632461064ff25c857b31fc6f5d3231d68aed07f5593f81f4cf27979a839986_s390x",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-cloud-services-rhel9@sha256:2cbd390068ddcd01778cdd9609a0e88fcbc2799879f8421f747b9793e22e126f_arm64",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-cloud-services-rhel9@sha256:cd3920be2a09b9f4c2e36640b8e3da4de63f73a4776eae674821ba6d86f598d3_amd64",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel9@sha256:4e1bfa9d260ace301f80a6b54b4dbe8426e452d6dcd73ceedf7131c28e26b53f_ppc64le",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel9@sha256:a5f77fbf3dd159210ecd5d36a1c58fea6fba96e562765afb882d795e2961a1fd_arm64",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel9@sha256:ac3f711cad0e0b30b0c873db34d7a0209dd5cd84bf89b1cf59838f7d6bb8d9b1_s390x",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel9@sha256:b2b4cdb32da6362783502427036932801b36d7d30ad58798aeb0eb15133055e2_amd64",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel9@sha256:04a00b8b214c258044414aba456e5b6f67400a1eefd0e679406eea5f2dd369a1_amd64",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel9@sha256:082d603cf8ff37b3a499cfa6c1748c323920af2130b565b99480a3cc1f9c85ec_s390x",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel9@sha256:60cf287547830392b80c95a37abbf24e0078db5b582c100a585e77add83c564b_ppc64le",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel9@sha256:f59ce65a8b3818c79c727c085233e11a2b8d318842c026ba53ddce160665ec6b_arm64"
          ]
        }
      ],
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2348993"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A potential denial of service vulnerability exists in django.utils.text.wrap() and the wordwrap template filter. When processing extremely long strings, these functions may cause excessive resource consumption, potentially leading to service disruption.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "django: Potential denial-of-service vulnerability in django.utils.text.wrap()",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "This vulnerability is rated as a Moderate severity because it exposes the wrap() method and wordwrap template filter to a potential denial of service attack. Malicious input containing extremely long strings could cause excessive processing, leading to resource exhaustion. However, it does not affect data confidentiality or integrity.",
          "title": "Statement"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8@sha256:2194a90ee1dc39a9c2eedf536f988aedab66c250a112669e3d521223dc926f76_ppc64le",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8@sha256:37561c5598dd188f711b8d65ff76e0ba9a70952b1355b08b1450dcd3d66b0c82_s390x",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8@sha256:91ec0d00fb54817461188676ea32476f6b6e48bc143171beb6d8c90272e9e408_amd64",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8@sha256:d16b292559b4b1d213c1e6c864cdefba7797ff353d93cb72ad60c2c5f7574edc_arm64"
        ],
        "known_not_affected": [
          "8Base-Ansible-Automation-Platform-2.5-Cloud-Billing:ansible-automation-platform-25/aap-cloud-billing-rhel8-operator@sha256:e59afbd9e76ba49ffeefb6a9f3aa7c8e46eb15c3d05df02a93633740b496b10a_amd64",
          "8Base-Ansible-Automation-Platform-2.5-Cloud-Billing:ansible-automation-platform-25/aap-cloud-billing-rhel8@sha256:d8e1f355766aa23e9a3fd68838ebfa0330eb957154aed537de74012a91272e33_amd64",
          "8Base-Ansible-Automation-Platform-2.5-Cloud-Billing:ansible-automation-platform-25/aap-cloud-metrics-collector-rhel8@sha256:0f08f66ca95553076eae69530e4dba8d72ac6ba48711f17c03dd4e176b25a7e8_amd64",
          "8Base-Ansible-Automation-Platform-2.5-Cloud-Billing:ansible-automation-platform-25/aap-cloud-ui-rhel8-operator@sha256:902dc985b3d0b9f56c6d358372c20f1aae06567bcc103e3359f089ae3a0f3cd5_amd64",
          "8Base-Ansible-Automation-Platform-2.5-Cloud-Billing:ansible-automation-platform-25/aap-cloud-ui-rhel8@sha256:49b50c07ebe8a49b09ed4dd4e70fe44fdbab0e82cf5e64df384e68623df7351d_amd64",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/aap-must-gather-rhel8@sha256:69b05005e934fee2040447c061e0fa9f2106c5cbadb469f7ed82b0e52d565802_ppc64le",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/aap-must-gather-rhel8@sha256:8a21d85f4bbb24d4b498aec17025b60f5c0596057181daada26e88171b8685df_arm64",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/aap-must-gather-rhel8@sha256:a23dd80fdc72c74d31d39a597ad6f986e081a0b853d6decbfadb783b2c7199a9_s390x",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/aap-must-gather-rhel8@sha256:c15a8ce3f8e62f904bdde007070cff653a3a29eec57058dc843d774d24aacdf0_amd64",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel8@sha256:308bff477ddf1d4a95929051b5f634130f290e07e934301c6fec88f1503e6f28_arm64",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel8@sha256:52b88765b97153d2e8ddc94857a9da8b1cbbed9e157b3592fc6293bc84d866cf_ppc64le",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel8@sha256:b78bd771ec1b7376db34753c18f5b7258f884e772c598af91bcb23bd0e0df660_amd64",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel8@sha256:f4d9f890920b779e13efd93130d42ca4ed25a088cf9e4cd9a60437ef8ce10b4f_s390x",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:3c71a9b9520581ace3f6ac77e96409234fb0b551e40a683640f6bc7c93eb17be_s390x",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:639f06e99bc8e813282d39c314b540d8ad05d280242efff8779cd5e2565b8ace_amd64",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:6b93fd2cc80aee2e3a3edf5da066f48756ec977712b0d954f2ae4a6f0fa60999_arm64",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:df748250631969ef91cc342ec6ad9875bcc627522f209407aa1842954bcc91b3_ppc64le",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel8@sha256:41cc1680e25e4f9528525ad9ed06220120a313b693219249d9be8772b15ff322_ppc64le",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel8@sha256:82b226fc0451826a72aef4c2ef51135fa17b8a576bf3129bec6e796504ab5954_amd64",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel8@sha256:b93e293ee9a007ce3e4cf1f0dc37cdfef28f67c3628031f9c15da1dc80bb74c9_s390x",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel8@sha256:b946c6144d58d9833985e12963937f6e28895071d7fa261e81c4f57b2f9354d9_arm64",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:16a190b1432efbbd8f18edc9e85eeec7c1ba1c5aa9faad6bc8f3adcfcbc7b07f_s390x",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:2e1b3b78c2a2d39c32bf707cc4537de6c6ca084a0afb44e1b423cbc1abb280bd_amd64",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:57c318adb9b5386559b51dbd508e37cf699ccfff0affc6d8076dc363ea51ffa4_ppc64le",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:c6c08808aaf86e0022e11e686f0e0d24e7b8e8df1c7656cbc7cb6b0ee5ec4e97_arm64",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8-operator@sha256:6bfc063082fb366096b3dc1091207a1d8255dfedf79280e9d2d39cd01f7a50ae_amd64",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8-operator@sha256:c2703ccb114e68bc5d3840a19ff30704672f0bf245f9af550a44e2e4f7bb07d9_ppc64le",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8-operator@sha256:c45d3a755db98a225740591834da28cf1f800154fd1d076f123317c4c336a4f5_arm64",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8-operator@sha256:e3d5d5fc5c5ce0c6ffd0b0478c42f46002d4b73af4df05aa5363904d1698f8ae_s390x",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8@sha256:000ebfdca4aeb5b29b0aeab9dd7d0afb971645ede59f4c8d4458a4e6396463f2_ppc64le",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8@sha256:5dc585c4926e1d24d68ea04ccd3ae33fd9d5d3647cc8c8f58546688b8f3b00f2_amd64",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8@sha256:8b8064c57f71618b5bce8a268e1a979ef2df1658f666019c28557ce70bc3c037_s390x",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8@sha256:8bdda5fd35130c92d8d76f1e365ef9139f4d33f23cd0650ead5bd3a33aa95251_arm64",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel8@sha256:50815edaa3c26f434b543f0f265d61002e55d78c10a82a060ca55df416d36801_s390x",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel8@sha256:8a2f9e5e5ed5451cd6d318d681cb71e1c0e118c2f018a0c4aa1c442c07575ab6_amd64",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel8@sha256:8a9a40a6a30b2a87afd455e392c2677dbbc51d803d8cae087377076f6e5bcf90_arm64",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel8@sha256:f4a3a6ce78089b04e0f53d7aaba40169311b20a46fd9d8978d78dbd7c6bf0fb3_ppc64le",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel8@sha256:12379c508fe2f5430fdd1d3d1325b02247bc6896a418388a0d7646364ccda961_s390x",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel8@sha256:817f0e3b0ed4a6c337a6c450d9d4af1f9fbef409dc32eaee5828eb7da351e1ab_ppc64le",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel8@sha256:cd92de8806f924ce635bfce07dfad0238fb34b8f8c06e4e5869a633d0da9a6b4_arm64",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel8@sha256:fee69333a82f57264e4dd4ba49e19619501d42886e6c796ec9e0a909a4de5b50_amd64",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:28a97dcc661efc28b8b293b35905f785e9120fdd41f6206036caacc18755d566_arm64",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:358060eea532807aa3279e0d4bf43de591bef61096682f2cd1e860da8b80a1a0_amd64",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:7ae5af121df2f1e2fa92215e6d085cedbc500832998ad2d4049bada44361c3b5_ppc64le",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:c3b35603492d0bfecb645dab468b97a16b78f292a9336c0c856df09588278095_s390x",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8@sha256:178d9486f88ad9ad7bb4dd97883db498c3f7430252ad5f81782d38d32d19a198_s390x",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8@sha256:672ae583c09c3a3c514b4fa06c0986a7ee3fc23e1bdf495d131e81e4ff8f1503_arm64",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8@sha256:e81b49635af6b07d44802fc95b248f05a95fdd33e5ba2598e196208892c93b30_ppc64le",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8@sha256:f2b04dcbf3d12ddec6a45017e378d106d679796bf89a658d35d42a9ce2228b0e_amd64",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:5701f79b3173a50470cee0952e233d0d1b385d49e7c7ebfdec04d2be3aa30c55_arm64",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:a2337f9023a83e19d3a6280bb9babb41b8505b63400d3f60b05fb4389ddb0ea3_amd64",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:b92e35104f477881936925a9b8691efff217dd551bd3a9a3a4d7c9ff4918d6fe_ppc64le",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:fca714dfb0fa2de313fee0ffac4ee731703e4785d24d0f59193027944d790bd1_s390x",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel8@sha256:3390781f4e8466c262749dd7df79d366bae19a1ea7a764abe78338f34572f5f5_ppc64le",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel8@sha256:8523c56b4f5e823b35be7a6d27d566292815de2d89c0f48c1913f207ec358c4a_amd64",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel8@sha256:a72cb0d0d3716d21bcafb27975f1a3058666338b25223a1a1539d08e9eca9e62_s390x",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel8@sha256:effc16d36618ed5889021c5efc1a5c4bb2cbf53c8d3a6883b50b56d15b75884e_arm64",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel8@sha256:27f67de1385c6f3084a03cebeca9d7d4c41bb6fcc62722f6d2481116e1fd795e_arm64",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel8@sha256:2d7012a8bb36f1c07fe72c00029d24a4f83b4445dd89ad3985ce48a2b4c15921_amd64",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel8@sha256:6e71e01be9e4f35473747fa305f11f3200b29d176332efdf9966c28d83572f83_s390x",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel8@sha256:c858d36e88c471138c77660b18cb4915bec93ac4f02d6fd71e1b4ab89b30abf3_ppc64le",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-proxy-rhel8@sha256:138ffc3339e3465f3ec78709a1ab047bac1728e441f1e7bfbd6898395e6c4cde_s390x",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-proxy-rhel8@sha256:15ed8ad741a0b4258e484272af1266578104a3ff625f9b4f7702cd68c2ce565f_ppc64le",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-proxy-rhel8@sha256:754688aa25eca1652a70bf3a07c19c77e39e0aafc094c57fc8a722ec9591ac63_amd64",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c930ca3d655f16e34a096fdf73a8ae5e096811c4422654418d05021f32a1346a_arm64",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8-operator@sha256:072bc72e1bb286ca7a6dd5fcb0a467bdeb687b817666a912a3595497b35475ff_amd64",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8-operator@sha256:47855ecb0ffb02f321664a5c0070dcb199b4160ab0eeab696fe5649d59ecab5e_ppc64le",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8-operator@sha256:cb8531df1b2c116d836bc9784891a42571f91031c921b023c6e5c1789b01eb80_arm64",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8-operator@sha256:fb050174585455cbd660511db640a1d1953aac33b92ad09f83dad901d3bc9e25_s390x",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8@sha256:5f57ad23e7811c002b7a01d311242e8f5f23b2e92dd97712049726ef912ad828_amd64",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8@sha256:bd960aeebf094085203fec8fb1c9df3015dbbbc61f2892d7d11cc1540648949a_arm64",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8@sha256:e0c04249a1a9904781621f195efb31284cba47d0eb648fe745cacd7629569a51_s390x",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8@sha256:f185030c8e48edab8955528014ee8a247e1c1b445767ef78bd089f6dd3dfeb16_ppc64le",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8-operator@sha256:3507746c0c6dd867c296de75b204c88cfde398c2d3b91362748545c82469f0b4_arm64",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8-operator@sha256:9b177171b82c8a4ac10edcfd8eff7e2bd890aa4c4993faf5e50b4964f92d05be_s390x",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8-operator@sha256:bedbca16ac946dad1f6241c981f53f45e3b7e3b2d6667ed5b4750c2a9af99d3e_amd64",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8-operator@sha256:e6b5ab6cfc48f7805eccad1c58d7d8303206c673fef7fed676851b01ba6d7254_ppc64le",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8@sha256:1addce43583536108b0fd96e3df18ac9be9b03ea561a30603baf6f2c3221c6b7_ppc64le",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8@sha256:298daef2cb878391328c5555843c2c7cbb760aefdde026d9b90db35fde4b8869_s390x",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8@sha256:7f6621f11042f5b31f8f9f5aea7609409671e33e5f5a731287ca5c9c075e2cd6_amd64",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8@sha256:c1b4fbf52a942221449faac76f1e4ca723aeb9d9b46b376e17ec10d7b37519bb_arm64",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-web-rhel8@sha256:2e9009ca3a1d82fd5937356fb8b07feed9de274c98864964d6e977642f16f217_arm64",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-web-rhel8@sha256:9961ba1942d70d1de5787cbc407b00029cd9c1e58b7b2e64b417a0e47ad8c0e6_s390x",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-web-rhel8@sha256:e4432d931b28b75db3a509de7abff7380ec9b8f69ba9b9a962e6da8b87f57c8a_ppc64le",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-web-rhel8@sha256:ed30ab4b661011e52e6d47c457122b70c7664058b8282dc83ef64b5690aaec2c_amd64",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:1dddfd87be2a7a30cc8b4bd7b259b4b76c10ec8442b8d2decfefd4c933b5636e_amd64",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:1eede5de7b9726aedcb4bdb0dc26a816e24b8b897aa4813ee9babd0e66e55fe0_ppc64le",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:db1fb60a146c471305535375c38e2bd9bccc701da86c92419e01986e39551ae0_s390x",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:f0b2329948659ee01f505f2431f49f8dcc2fcfa8c9de42529cc9146732429091_arm64",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:0cd8b08c35496499ba40696c33b60157d02eaa1ef02b894cf647aeaff223e333_ppc64le",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:b45c4bc6283b959afd0c8779584792217eaf984a09a14654270944e4be829846_arm64",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:bee9015e1cef6a784b8a495d9a02b01f8af95a8f8f63f65b8bb9b7100432ef3f_s390x",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:f97a2e2081e47fe380e959e5b6a2baea4de788fea5d4706972d95ab21eef2be9_amd64",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:06b6b484bfa217e6858aed17151e9e9f0c3306af30c6940487ae5bd10aa4471b_arm64",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:1026da03da048f3aaf263b1f650a2cda1f415379dae13943faf6a3b399a7763f_amd64",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:cd5eefe21e42496c3c9851199a04cd220918b127951364fa3857eb137785f797_s390x",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:d035d0ab147a7e3f4accf3a237173283dfbe70e1152150866dfda9e32c6707b1_ppc64le",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/receptor-rhel8@sha256:09df3c5de30b30b7b8d447e22ab416995e7d6a511a260ade1d714029decddb71_amd64",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/receptor-rhel8@sha256:2292e0a91990e9c6ccc9c3f04d6bbdd7ba788cb820c653a298fd736cc82e7159_ppc64le",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/receptor-rhel8@sha256:70f59ff65695a4206aa4be924d30ec5c1ce1a8d6ba36767afb44dcb12dfbb81e_arm64",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/receptor-rhel8@sha256:a6273ecd381b3ab7e770e2df45223c74dd172ebbb2e9d6ba87647c71f2d037df_s390x",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform/cloud-addons-operator-bundle@sha256:4717747b323dd661177e745de4437dc4c73dd46877c565aceafab4ae8eee9ec3_amd64",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform/platform-operator-bundle@sha256:0da87cebdb0fa656f5e3845e5c882567ab75d1b0ed3cd937d232eb6a8087493b_arm64",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform/platform-operator-bundle@sha256:7c2d7085884998a6022195bb451f397bb91db2a667da793d56cebbc09c59a39f_amd64",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform/platform-operator-bundle@sha256:85de94a5a49ed4c986b7a24c841e498ead37d79da154056e939cb1cfa1f6d7f2_s390x",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform/platform-operator-bundle@sha256:d207a07d44315888e918e1db176aa236e1b1bb3b6b7664e4534aa9bc0ae4956d_ppc64le",
          "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel9@sha256:8a1732b0b8e8f2665e7d044dc2fe27bc97fc1fe796276b4d3951e9f5ad0a32b0_ppc64le",
          "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel9@sha256:8ea96653e7ee2a38aa75094b5bcd9231783022b08900ad7b9719cc538edb9ece_arm64",
          "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel9@sha256:e731d7d3748cc4c1aa0a882e7cb9f8bbb390189086ceb108dd7ad2c9634e35b5_amd64",
          "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel9@sha256:f849a8620a88c866f79f959a010b3ef254ab644690983b56c1aa6f2815816083_s390x",
          "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel9@sha256:45abbe185a3b63ec556ee1d9b0aaaf27e825a09a28965741cffd93e2b2b1881f_amd64",
          "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel9@sha256:8f0ae6a2b90db4b1f8faca356f36c67d373152c7445d99c2eb7d765d37ee95a9_arm64",
          "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel9@sha256:a35e7dcef3a12670cabd2e1903dadcbcea79d026993ef6caf57fbdb1cc942ff1_s390x",
          "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel9@sha256:e55ced9b5d520f76153c876d1f0b6f9c2a26f30c20bee750dae2fe5d1d9a172f_ppc64le",
          "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel9@sha256:3f05189b359834107a724a6ceffb89157312e8e947b25630d4eb7ac8e1384011_amd64",
          "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel9@sha256:50dd80bcc6ae32f5f3cfc7b1f03f3b180f95e9cc4da18b5692bb8abe0bd85035_arm64",
          "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel9@sha256:55190e96be5ec406b78a8bf7d58e7b1ac2739d38e6b06c8c99b74c029b24dbba_s390x",
          "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel9@sha256:6d04a71007b2a32c8cfdae0e42f82787ff15acb0e206adad080df592d4192136_ppc64le",
          "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel9@sha256:1f190d9a7ba3d45a2c96f39264e9c1d498a3e8b7b86716d785805dfcebf5e62c_arm64",
          "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel9@sha256:8c405823c25f4e5c2e55811543f5f40198d7a0f4612f9abe9fed0a3591cc7d0f_amd64",
          "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel9@sha256:dea264a6d5925f081a082b6f02f50f374b72437b5f63190f2c28555acbb98632_ppc64le",
          "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel9@sha256:ed07f8188f4fc5bbfb26c514fbfc24003b4fa1b24635cf1e4b2bf5a9ec41701a_s390x",
          "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel9@sha256:03dfbb61e438ce6b5823a7f6d4d5a154c4b9f099ab633b0e7db1b6573a74dbe6_arm64",
          "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel9@sha256:2d52c483a82b06ea9f77e49f39b7aaa58787b4e41c5a91252262efd66d958f7d_ppc64le",
          "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel9@sha256:77635309c4ef74f67d4fe55c93df42dad71071846779608a7902ef4fa365928d_amd64",
          "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel9@sha256:da632461064ff25c857b31fc6f5d3231d68aed07f5593f81f4cf27979a839986_s390x",
          "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-cloud-services-rhel9@sha256:2cbd390068ddcd01778cdd9609a0e88fcbc2799879f8421f747b9793e22e126f_arm64",
          "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-cloud-services-rhel9@sha256:cd3920be2a09b9f4c2e36640b8e3da4de63f73a4776eae674821ba6d86f598d3_amd64",
          "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel9@sha256:4e1bfa9d260ace301f80a6b54b4dbe8426e452d6dcd73ceedf7131c28e26b53f_ppc64le",
          "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel9@sha256:a5f77fbf3dd159210ecd5d36a1c58fea6fba96e562765afb882d795e2961a1fd_arm64",
          "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel9@sha256:ac3f711cad0e0b30b0c873db34d7a0209dd5cd84bf89b1cf59838f7d6bb8d9b1_s390x",
          "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel9@sha256:b2b4cdb32da6362783502427036932801b36d7d30ad58798aeb0eb15133055e2_amd64",
          "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel9@sha256:04a00b8b214c258044414aba456e5b6f67400a1eefd0e679406eea5f2dd369a1_amd64",
          "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel9@sha256:082d603cf8ff37b3a499cfa6c1748c323920af2130b565b99480a3cc1f9c85ec_s390x",
          "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel9@sha256:60cf287547830392b80c95a37abbf24e0078db5b582c100a585e77add83c564b_ppc64le",
          "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel9@sha256:f59ce65a8b3818c79c727c085233e11a2b8d318842c026ba53ddce160665ec6b_arm64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2025-26699"
        },
        {
          "category": "external",
          "summary": "RHBZ#2348993",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348993"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2025-26699",
          "url": "https://www.cve.org/CVERecord?id=CVE-2025-26699"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-26699",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-26699"
        },
        {
          "category": "external",
          "summary": "https://github.com/advisories/GHSA-p3fp-8748-vqfq",
          "url": "https://github.com/advisories/GHSA-p3fp-8748-vqfq"
        }
      ],
      "release_date": "2025-03-06T14:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2025-03-25T17:10:27+00:00",
          "details": "Red Hat Ansible Automation Platform",
          "product_ids": [
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8@sha256:2194a90ee1dc39a9c2eedf536f988aedab66c250a112669e3d521223dc926f76_ppc64le",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8@sha256:37561c5598dd188f711b8d65ff76e0ba9a70952b1355b08b1450dcd3d66b0c82_s390x",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8@sha256:91ec0d00fb54817461188676ea32476f6b6e48bc143171beb6d8c90272e9e408_amd64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8@sha256:d16b292559b4b1d213c1e6c864cdefba7797ff353d93cb72ad60c2c5f7574edc_arm64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2025:3162"
        },
        {
          "category": "workaround",
          "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
          "product_ids": [
            "8Base-Ansible-Automation-Platform-2.5-Cloud-Billing:ansible-automation-platform-25/aap-cloud-billing-rhel8-operator@sha256:e59afbd9e76ba49ffeefb6a9f3aa7c8e46eb15c3d05df02a93633740b496b10a_amd64",
            "8Base-Ansible-Automation-Platform-2.5-Cloud-Billing:ansible-automation-platform-25/aap-cloud-billing-rhel8@sha256:d8e1f355766aa23e9a3fd68838ebfa0330eb957154aed537de74012a91272e33_amd64",
            "8Base-Ansible-Automation-Platform-2.5-Cloud-Billing:ansible-automation-platform-25/aap-cloud-metrics-collector-rhel8@sha256:0f08f66ca95553076eae69530e4dba8d72ac6ba48711f17c03dd4e176b25a7e8_amd64",
            "8Base-Ansible-Automation-Platform-2.5-Cloud-Billing:ansible-automation-platform-25/aap-cloud-ui-rhel8-operator@sha256:902dc985b3d0b9f56c6d358372c20f1aae06567bcc103e3359f089ae3a0f3cd5_amd64",
            "8Base-Ansible-Automation-Platform-2.5-Cloud-Billing:ansible-automation-platform-25/aap-cloud-ui-rhel8@sha256:49b50c07ebe8a49b09ed4dd4e70fe44fdbab0e82cf5e64df384e68623df7351d_amd64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/aap-must-gather-rhel8@sha256:69b05005e934fee2040447c061e0fa9f2106c5cbadb469f7ed82b0e52d565802_ppc64le",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/aap-must-gather-rhel8@sha256:8a21d85f4bbb24d4b498aec17025b60f5c0596057181daada26e88171b8685df_arm64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/aap-must-gather-rhel8@sha256:a23dd80fdc72c74d31d39a597ad6f986e081a0b853d6decbfadb783b2c7199a9_s390x",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/aap-must-gather-rhel8@sha256:c15a8ce3f8e62f904bdde007070cff653a3a29eec57058dc843d774d24aacdf0_amd64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel8@sha256:308bff477ddf1d4a95929051b5f634130f290e07e934301c6fec88f1503e6f28_arm64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel8@sha256:52b88765b97153d2e8ddc94857a9da8b1cbbed9e157b3592fc6293bc84d866cf_ppc64le",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel8@sha256:b78bd771ec1b7376db34753c18f5b7258f884e772c598af91bcb23bd0e0df660_amd64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel8@sha256:f4d9f890920b779e13efd93130d42ca4ed25a088cf9e4cd9a60437ef8ce10b4f_s390x",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:3c71a9b9520581ace3f6ac77e96409234fb0b551e40a683640f6bc7c93eb17be_s390x",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:639f06e99bc8e813282d39c314b540d8ad05d280242efff8779cd5e2565b8ace_amd64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:6b93fd2cc80aee2e3a3edf5da066f48756ec977712b0d954f2ae4a6f0fa60999_arm64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:df748250631969ef91cc342ec6ad9875bcc627522f209407aa1842954bcc91b3_ppc64le",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel8@sha256:41cc1680e25e4f9528525ad9ed06220120a313b693219249d9be8772b15ff322_ppc64le",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel8@sha256:82b226fc0451826a72aef4c2ef51135fa17b8a576bf3129bec6e796504ab5954_amd64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel8@sha256:b93e293ee9a007ce3e4cf1f0dc37cdfef28f67c3628031f9c15da1dc80bb74c9_s390x",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel8@sha256:b946c6144d58d9833985e12963937f6e28895071d7fa261e81c4f57b2f9354d9_arm64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:16a190b1432efbbd8f18edc9e85eeec7c1ba1c5aa9faad6bc8f3adcfcbc7b07f_s390x",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:2e1b3b78c2a2d39c32bf707cc4537de6c6ca084a0afb44e1b423cbc1abb280bd_amd64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:57c318adb9b5386559b51dbd508e37cf699ccfff0affc6d8076dc363ea51ffa4_ppc64le",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:c6c08808aaf86e0022e11e686f0e0d24e7b8e8df1c7656cbc7cb6b0ee5ec4e97_arm64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8-operator@sha256:6bfc063082fb366096b3dc1091207a1d8255dfedf79280e9d2d39cd01f7a50ae_amd64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8-operator@sha256:c2703ccb114e68bc5d3840a19ff30704672f0bf245f9af550a44e2e4f7bb07d9_ppc64le",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8-operator@sha256:c45d3a755db98a225740591834da28cf1f800154fd1d076f123317c4c336a4f5_arm64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8-operator@sha256:e3d5d5fc5c5ce0c6ffd0b0478c42f46002d4b73af4df05aa5363904d1698f8ae_s390x",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8@sha256:000ebfdca4aeb5b29b0aeab9dd7d0afb971645ede59f4c8d4458a4e6396463f2_ppc64le",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8@sha256:5dc585c4926e1d24d68ea04ccd3ae33fd9d5d3647cc8c8f58546688b8f3b00f2_amd64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8@sha256:8b8064c57f71618b5bce8a268e1a979ef2df1658f666019c28557ce70bc3c037_s390x",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8@sha256:8bdda5fd35130c92d8d76f1e365ef9139f4d33f23cd0650ead5bd3a33aa95251_arm64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel8@sha256:50815edaa3c26f434b543f0f265d61002e55d78c10a82a060ca55df416d36801_s390x",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel8@sha256:8a2f9e5e5ed5451cd6d318d681cb71e1c0e118c2f018a0c4aa1c442c07575ab6_amd64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel8@sha256:8a9a40a6a30b2a87afd455e392c2677dbbc51d803d8cae087377076f6e5bcf90_arm64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel8@sha256:f4a3a6ce78089b04e0f53d7aaba40169311b20a46fd9d8978d78dbd7c6bf0fb3_ppc64le",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel8@sha256:12379c508fe2f5430fdd1d3d1325b02247bc6896a418388a0d7646364ccda961_s390x",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel8@sha256:817f0e3b0ed4a6c337a6c450d9d4af1f9fbef409dc32eaee5828eb7da351e1ab_ppc64le",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel8@sha256:cd92de8806f924ce635bfce07dfad0238fb34b8f8c06e4e5869a633d0da9a6b4_arm64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel8@sha256:fee69333a82f57264e4dd4ba49e19619501d42886e6c796ec9e0a909a4de5b50_amd64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:28a97dcc661efc28b8b293b35905f785e9120fdd41f6206036caacc18755d566_arm64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:358060eea532807aa3279e0d4bf43de591bef61096682f2cd1e860da8b80a1a0_amd64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:7ae5af121df2f1e2fa92215e6d085cedbc500832998ad2d4049bada44361c3b5_ppc64le",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:c3b35603492d0bfecb645dab468b97a16b78f292a9336c0c856df09588278095_s390x",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8@sha256:178d9486f88ad9ad7bb4dd97883db498c3f7430252ad5f81782d38d32d19a198_s390x",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8@sha256:672ae583c09c3a3c514b4fa06c0986a7ee3fc23e1bdf495d131e81e4ff8f1503_arm64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8@sha256:e81b49635af6b07d44802fc95b248f05a95fdd33e5ba2598e196208892c93b30_ppc64le",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8@sha256:f2b04dcbf3d12ddec6a45017e378d106d679796bf89a658d35d42a9ce2228b0e_amd64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:5701f79b3173a50470cee0952e233d0d1b385d49e7c7ebfdec04d2be3aa30c55_arm64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:a2337f9023a83e19d3a6280bb9babb41b8505b63400d3f60b05fb4389ddb0ea3_amd64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:b92e35104f477881936925a9b8691efff217dd551bd3a9a3a4d7c9ff4918d6fe_ppc64le",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:fca714dfb0fa2de313fee0ffac4ee731703e4785d24d0f59193027944d790bd1_s390x",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel8@sha256:3390781f4e8466c262749dd7df79d366bae19a1ea7a764abe78338f34572f5f5_ppc64le",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel8@sha256:8523c56b4f5e823b35be7a6d27d566292815de2d89c0f48c1913f207ec358c4a_amd64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel8@sha256:a72cb0d0d3716d21bcafb27975f1a3058666338b25223a1a1539d08e9eca9e62_s390x",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel8@sha256:effc16d36618ed5889021c5efc1a5c4bb2cbf53c8d3a6883b50b56d15b75884e_arm64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel8@sha256:27f67de1385c6f3084a03cebeca9d7d4c41bb6fcc62722f6d2481116e1fd795e_arm64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel8@sha256:2d7012a8bb36f1c07fe72c00029d24a4f83b4445dd89ad3985ce48a2b4c15921_amd64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel8@sha256:6e71e01be9e4f35473747fa305f11f3200b29d176332efdf9966c28d83572f83_s390x",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel8@sha256:c858d36e88c471138c77660b18cb4915bec93ac4f02d6fd71e1b4ab89b30abf3_ppc64le",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-proxy-rhel8@sha256:138ffc3339e3465f3ec78709a1ab047bac1728e441f1e7bfbd6898395e6c4cde_s390x",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-proxy-rhel8@sha256:15ed8ad741a0b4258e484272af1266578104a3ff625f9b4f7702cd68c2ce565f_ppc64le",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-proxy-rhel8@sha256:754688aa25eca1652a70bf3a07c19c77e39e0aafc094c57fc8a722ec9591ac63_amd64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c930ca3d655f16e34a096fdf73a8ae5e096811c4422654418d05021f32a1346a_arm64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8-operator@sha256:072bc72e1bb286ca7a6dd5fcb0a467bdeb687b817666a912a3595497b35475ff_amd64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8-operator@sha256:47855ecb0ffb02f321664a5c0070dcb199b4160ab0eeab696fe5649d59ecab5e_ppc64le",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8-operator@sha256:cb8531df1b2c116d836bc9784891a42571f91031c921b023c6e5c1789b01eb80_arm64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8-operator@sha256:fb050174585455cbd660511db640a1d1953aac33b92ad09f83dad901d3bc9e25_s390x",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8@sha256:5f57ad23e7811c002b7a01d311242e8f5f23b2e92dd97712049726ef912ad828_amd64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8@sha256:bd960aeebf094085203fec8fb1c9df3015dbbbc61f2892d7d11cc1540648949a_arm64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8@sha256:e0c04249a1a9904781621f195efb31284cba47d0eb648fe745cacd7629569a51_s390x",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8@sha256:f185030c8e48edab8955528014ee8a247e1c1b445767ef78bd089f6dd3dfeb16_ppc64le",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8-operator@sha256:3507746c0c6dd867c296de75b204c88cfde398c2d3b91362748545c82469f0b4_arm64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8-operator@sha256:9b177171b82c8a4ac10edcfd8eff7e2bd890aa4c4993faf5e50b4964f92d05be_s390x",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8-operator@sha256:bedbca16ac946dad1f6241c981f53f45e3b7e3b2d6667ed5b4750c2a9af99d3e_amd64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8-operator@sha256:e6b5ab6cfc48f7805eccad1c58d7d8303206c673fef7fed676851b01ba6d7254_ppc64le",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8@sha256:1addce43583536108b0fd96e3df18ac9be9b03ea561a30603baf6f2c3221c6b7_ppc64le",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8@sha256:298daef2cb878391328c5555843c2c7cbb760aefdde026d9b90db35fde4b8869_s390x",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8@sha256:7f6621f11042f5b31f8f9f5aea7609409671e33e5f5a731287ca5c9c075e2cd6_amd64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8@sha256:c1b4fbf52a942221449faac76f1e4ca723aeb9d9b46b376e17ec10d7b37519bb_arm64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-web-rhel8@sha256:2e9009ca3a1d82fd5937356fb8b07feed9de274c98864964d6e977642f16f217_arm64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-web-rhel8@sha256:9961ba1942d70d1de5787cbc407b00029cd9c1e58b7b2e64b417a0e47ad8c0e6_s390x",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-web-rhel8@sha256:e4432d931b28b75db3a509de7abff7380ec9b8f69ba9b9a962e6da8b87f57c8a_ppc64le",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-web-rhel8@sha256:ed30ab4b661011e52e6d47c457122b70c7664058b8282dc83ef64b5690aaec2c_amd64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:1dddfd87be2a7a30cc8b4bd7b259b4b76c10ec8442b8d2decfefd4c933b5636e_amd64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:1eede5de7b9726aedcb4bdb0dc26a816e24b8b897aa4813ee9babd0e66e55fe0_ppc64le",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:db1fb60a146c471305535375c38e2bd9bccc701da86c92419e01986e39551ae0_s390x",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:f0b2329948659ee01f505f2431f49f8dcc2fcfa8c9de42529cc9146732429091_arm64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8@sha256:2194a90ee1dc39a9c2eedf536f988aedab66c250a112669e3d521223dc926f76_ppc64le",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8@sha256:37561c5598dd188f711b8d65ff76e0ba9a70952b1355b08b1450dcd3d66b0c82_s390x",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8@sha256:91ec0d00fb54817461188676ea32476f6b6e48bc143171beb6d8c90272e9e408_amd64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8@sha256:d16b292559b4b1d213c1e6c864cdefba7797ff353d93cb72ad60c2c5f7574edc_arm64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:0cd8b08c35496499ba40696c33b60157d02eaa1ef02b894cf647aeaff223e333_ppc64le",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:b45c4bc6283b959afd0c8779584792217eaf984a09a14654270944e4be829846_arm64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:bee9015e1cef6a784b8a495d9a02b01f8af95a8f8f63f65b8bb9b7100432ef3f_s390x",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:f97a2e2081e47fe380e959e5b6a2baea4de788fea5d4706972d95ab21eef2be9_amd64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:06b6b484bfa217e6858aed17151e9e9f0c3306af30c6940487ae5bd10aa4471b_arm64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:1026da03da048f3aaf263b1f650a2cda1f415379dae13943faf6a3b399a7763f_amd64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:cd5eefe21e42496c3c9851199a04cd220918b127951364fa3857eb137785f797_s390x",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:d035d0ab147a7e3f4accf3a237173283dfbe70e1152150866dfda9e32c6707b1_ppc64le",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/receptor-rhel8@sha256:09df3c5de30b30b7b8d447e22ab416995e7d6a511a260ade1d714029decddb71_amd64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/receptor-rhel8@sha256:2292e0a91990e9c6ccc9c3f04d6bbdd7ba788cb820c653a298fd736cc82e7159_ppc64le",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/receptor-rhel8@sha256:70f59ff65695a4206aa4be924d30ec5c1ce1a8d6ba36767afb44dcb12dfbb81e_arm64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/receptor-rhel8@sha256:a6273ecd381b3ab7e770e2df45223c74dd172ebbb2e9d6ba87647c71f2d037df_s390x",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform/cloud-addons-operator-bundle@sha256:4717747b323dd661177e745de4437dc4c73dd46877c565aceafab4ae8eee9ec3_amd64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform/platform-operator-bundle@sha256:0da87cebdb0fa656f5e3845e5c882567ab75d1b0ed3cd937d232eb6a8087493b_arm64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform/platform-operator-bundle@sha256:7c2d7085884998a6022195bb451f397bb91db2a667da793d56cebbc09c59a39f_amd64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform/platform-operator-bundle@sha256:85de94a5a49ed4c986b7a24c841e498ead37d79da154056e939cb1cfa1f6d7f2_s390x",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform/platform-operator-bundle@sha256:d207a07d44315888e918e1db176aa236e1b1bb3b6b7664e4534aa9bc0ae4956d_ppc64le",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel9@sha256:8a1732b0b8e8f2665e7d044dc2fe27bc97fc1fe796276b4d3951e9f5ad0a32b0_ppc64le",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel9@sha256:8ea96653e7ee2a38aa75094b5bcd9231783022b08900ad7b9719cc538edb9ece_arm64",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel9@sha256:e731d7d3748cc4c1aa0a882e7cb9f8bbb390189086ceb108dd7ad2c9634e35b5_amd64",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel9@sha256:f849a8620a88c866f79f959a010b3ef254ab644690983b56c1aa6f2815816083_s390x",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel9@sha256:45abbe185a3b63ec556ee1d9b0aaaf27e825a09a28965741cffd93e2b2b1881f_amd64",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel9@sha256:8f0ae6a2b90db4b1f8faca356f36c67d373152c7445d99c2eb7d765d37ee95a9_arm64",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel9@sha256:a35e7dcef3a12670cabd2e1903dadcbcea79d026993ef6caf57fbdb1cc942ff1_s390x",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel9@sha256:e55ced9b5d520f76153c876d1f0b6f9c2a26f30c20bee750dae2fe5d1d9a172f_ppc64le",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel9@sha256:3f05189b359834107a724a6ceffb89157312e8e947b25630d4eb7ac8e1384011_amd64",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel9@sha256:50dd80bcc6ae32f5f3cfc7b1f03f3b180f95e9cc4da18b5692bb8abe0bd85035_arm64",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel9@sha256:55190e96be5ec406b78a8bf7d58e7b1ac2739d38e6b06c8c99b74c029b24dbba_s390x",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel9@sha256:6d04a71007b2a32c8cfdae0e42f82787ff15acb0e206adad080df592d4192136_ppc64le",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel9@sha256:1f190d9a7ba3d45a2c96f39264e9c1d498a3e8b7b86716d785805dfcebf5e62c_arm64",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel9@sha256:8c405823c25f4e5c2e55811543f5f40198d7a0f4612f9abe9fed0a3591cc7d0f_amd64",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel9@sha256:dea264a6d5925f081a082b6f02f50f374b72437b5f63190f2c28555acbb98632_ppc64le",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel9@sha256:ed07f8188f4fc5bbfb26c514fbfc24003b4fa1b24635cf1e4b2bf5a9ec41701a_s390x",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel9@sha256:03dfbb61e438ce6b5823a7f6d4d5a154c4b9f099ab633b0e7db1b6573a74dbe6_arm64",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel9@sha256:2d52c483a82b06ea9f77e49f39b7aaa58787b4e41c5a91252262efd66d958f7d_ppc64le",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel9@sha256:77635309c4ef74f67d4fe55c93df42dad71071846779608a7902ef4fa365928d_amd64",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel9@sha256:da632461064ff25c857b31fc6f5d3231d68aed07f5593f81f4cf27979a839986_s390x",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-cloud-services-rhel9@sha256:2cbd390068ddcd01778cdd9609a0e88fcbc2799879f8421f747b9793e22e126f_arm64",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-cloud-services-rhel9@sha256:cd3920be2a09b9f4c2e36640b8e3da4de63f73a4776eae674821ba6d86f598d3_amd64",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel9@sha256:4e1bfa9d260ace301f80a6b54b4dbe8426e452d6dcd73ceedf7131c28e26b53f_ppc64le",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel9@sha256:a5f77fbf3dd159210ecd5d36a1c58fea6fba96e562765afb882d795e2961a1fd_arm64",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel9@sha256:ac3f711cad0e0b30b0c873db34d7a0209dd5cd84bf89b1cf59838f7d6bb8d9b1_s390x",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel9@sha256:b2b4cdb32da6362783502427036932801b36d7d30ad58798aeb0eb15133055e2_amd64",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel9@sha256:04a00b8b214c258044414aba456e5b6f67400a1eefd0e679406eea5f2dd369a1_amd64",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel9@sha256:082d603cf8ff37b3a499cfa6c1748c323920af2130b565b99480a3cc1f9c85ec_s390x",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel9@sha256:60cf287547830392b80c95a37abbf24e0078db5b582c100a585e77add83c564b_ppc64le",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel9@sha256:f59ce65a8b3818c79c727c085233e11a2b8d318842c026ba53ddce160665ec6b_arm64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "HIGH",
            "baseScore": 7.5,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "8Base-Ansible-Automation-Platform-2.5-Cloud-Billing:ansible-automation-platform-25/aap-cloud-billing-rhel8-operator@sha256:e59afbd9e76ba49ffeefb6a9f3aa7c8e46eb15c3d05df02a93633740b496b10a_amd64",
            "8Base-Ansible-Automation-Platform-2.5-Cloud-Billing:ansible-automation-platform-25/aap-cloud-billing-rhel8@sha256:d8e1f355766aa23e9a3fd68838ebfa0330eb957154aed537de74012a91272e33_amd64",
            "8Base-Ansible-Automation-Platform-2.5-Cloud-Billing:ansible-automation-platform-25/aap-cloud-metrics-collector-rhel8@sha256:0f08f66ca95553076eae69530e4dba8d72ac6ba48711f17c03dd4e176b25a7e8_amd64",
            "8Base-Ansible-Automation-Platform-2.5-Cloud-Billing:ansible-automation-platform-25/aap-cloud-ui-rhel8-operator@sha256:902dc985b3d0b9f56c6d358372c20f1aae06567bcc103e3359f089ae3a0f3cd5_amd64",
            "8Base-Ansible-Automation-Platform-2.5-Cloud-Billing:ansible-automation-platform-25/aap-cloud-ui-rhel8@sha256:49b50c07ebe8a49b09ed4dd4e70fe44fdbab0e82cf5e64df384e68623df7351d_amd64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/aap-must-gather-rhel8@sha256:69b05005e934fee2040447c061e0fa9f2106c5cbadb469f7ed82b0e52d565802_ppc64le",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/aap-must-gather-rhel8@sha256:8a21d85f4bbb24d4b498aec17025b60f5c0596057181daada26e88171b8685df_arm64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/aap-must-gather-rhel8@sha256:a23dd80fdc72c74d31d39a597ad6f986e081a0b853d6decbfadb783b2c7199a9_s390x",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/aap-must-gather-rhel8@sha256:c15a8ce3f8e62f904bdde007070cff653a3a29eec57058dc843d774d24aacdf0_amd64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel8@sha256:308bff477ddf1d4a95929051b5f634130f290e07e934301c6fec88f1503e6f28_arm64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel8@sha256:52b88765b97153d2e8ddc94857a9da8b1cbbed9e157b3592fc6293bc84d866cf_ppc64le",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel8@sha256:b78bd771ec1b7376db34753c18f5b7258f884e772c598af91bcb23bd0e0df660_amd64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel8@sha256:f4d9f890920b779e13efd93130d42ca4ed25a088cf9e4cd9a60437ef8ce10b4f_s390x",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:3c71a9b9520581ace3f6ac77e96409234fb0b551e40a683640f6bc7c93eb17be_s390x",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:639f06e99bc8e813282d39c314b540d8ad05d280242efff8779cd5e2565b8ace_amd64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:6b93fd2cc80aee2e3a3edf5da066f48756ec977712b0d954f2ae4a6f0fa60999_arm64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:df748250631969ef91cc342ec6ad9875bcc627522f209407aa1842954bcc91b3_ppc64le",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel8@sha256:41cc1680e25e4f9528525ad9ed06220120a313b693219249d9be8772b15ff322_ppc64le",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel8@sha256:82b226fc0451826a72aef4c2ef51135fa17b8a576bf3129bec6e796504ab5954_amd64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel8@sha256:b93e293ee9a007ce3e4cf1f0dc37cdfef28f67c3628031f9c15da1dc80bb74c9_s390x",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel8@sha256:b946c6144d58d9833985e12963937f6e28895071d7fa261e81c4f57b2f9354d9_arm64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:16a190b1432efbbd8f18edc9e85eeec7c1ba1c5aa9faad6bc8f3adcfcbc7b07f_s390x",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:2e1b3b78c2a2d39c32bf707cc4537de6c6ca084a0afb44e1b423cbc1abb280bd_amd64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:57c318adb9b5386559b51dbd508e37cf699ccfff0affc6d8076dc363ea51ffa4_ppc64le",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:c6c08808aaf86e0022e11e686f0e0d24e7b8e8df1c7656cbc7cb6b0ee5ec4e97_arm64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8-operator@sha256:6bfc063082fb366096b3dc1091207a1d8255dfedf79280e9d2d39cd01f7a50ae_amd64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8-operator@sha256:c2703ccb114e68bc5d3840a19ff30704672f0bf245f9af550a44e2e4f7bb07d9_ppc64le",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8-operator@sha256:c45d3a755db98a225740591834da28cf1f800154fd1d076f123317c4c336a4f5_arm64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8-operator@sha256:e3d5d5fc5c5ce0c6ffd0b0478c42f46002d4b73af4df05aa5363904d1698f8ae_s390x",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8@sha256:000ebfdca4aeb5b29b0aeab9dd7d0afb971645ede59f4c8d4458a4e6396463f2_ppc64le",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8@sha256:5dc585c4926e1d24d68ea04ccd3ae33fd9d5d3647cc8c8f58546688b8f3b00f2_amd64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8@sha256:8b8064c57f71618b5bce8a268e1a979ef2df1658f666019c28557ce70bc3c037_s390x",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8@sha256:8bdda5fd35130c92d8d76f1e365ef9139f4d33f23cd0650ead5bd3a33aa95251_arm64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel8@sha256:50815edaa3c26f434b543f0f265d61002e55d78c10a82a060ca55df416d36801_s390x",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel8@sha256:8a2f9e5e5ed5451cd6d318d681cb71e1c0e118c2f018a0c4aa1c442c07575ab6_amd64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel8@sha256:8a9a40a6a30b2a87afd455e392c2677dbbc51d803d8cae087377076f6e5bcf90_arm64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel8@sha256:f4a3a6ce78089b04e0f53d7aaba40169311b20a46fd9d8978d78dbd7c6bf0fb3_ppc64le",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel8@sha256:12379c508fe2f5430fdd1d3d1325b02247bc6896a418388a0d7646364ccda961_s390x",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel8@sha256:817f0e3b0ed4a6c337a6c450d9d4af1f9fbef409dc32eaee5828eb7da351e1ab_ppc64le",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel8@sha256:cd92de8806f924ce635bfce07dfad0238fb34b8f8c06e4e5869a633d0da9a6b4_arm64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel8@sha256:fee69333a82f57264e4dd4ba49e19619501d42886e6c796ec9e0a909a4de5b50_amd64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:28a97dcc661efc28b8b293b35905f785e9120fdd41f6206036caacc18755d566_arm64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:358060eea532807aa3279e0d4bf43de591bef61096682f2cd1e860da8b80a1a0_amd64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:7ae5af121df2f1e2fa92215e6d085cedbc500832998ad2d4049bada44361c3b5_ppc64le",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:c3b35603492d0bfecb645dab468b97a16b78f292a9336c0c856df09588278095_s390x",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8@sha256:178d9486f88ad9ad7bb4dd97883db498c3f7430252ad5f81782d38d32d19a198_s390x",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8@sha256:672ae583c09c3a3c514b4fa06c0986a7ee3fc23e1bdf495d131e81e4ff8f1503_arm64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8@sha256:e81b49635af6b07d44802fc95b248f05a95fdd33e5ba2598e196208892c93b30_ppc64le",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8@sha256:f2b04dcbf3d12ddec6a45017e378d106d679796bf89a658d35d42a9ce2228b0e_amd64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:5701f79b3173a50470cee0952e233d0d1b385d49e7c7ebfdec04d2be3aa30c55_arm64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:a2337f9023a83e19d3a6280bb9babb41b8505b63400d3f60b05fb4389ddb0ea3_amd64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:b92e35104f477881936925a9b8691efff217dd551bd3a9a3a4d7c9ff4918d6fe_ppc64le",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:fca714dfb0fa2de313fee0ffac4ee731703e4785d24d0f59193027944d790bd1_s390x",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel8@sha256:3390781f4e8466c262749dd7df79d366bae19a1ea7a764abe78338f34572f5f5_ppc64le",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel8@sha256:8523c56b4f5e823b35be7a6d27d566292815de2d89c0f48c1913f207ec358c4a_amd64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel8@sha256:a72cb0d0d3716d21bcafb27975f1a3058666338b25223a1a1539d08e9eca9e62_s390x",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel8@sha256:effc16d36618ed5889021c5efc1a5c4bb2cbf53c8d3a6883b50b56d15b75884e_arm64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel8@sha256:27f67de1385c6f3084a03cebeca9d7d4c41bb6fcc62722f6d2481116e1fd795e_arm64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel8@sha256:2d7012a8bb36f1c07fe72c00029d24a4f83b4445dd89ad3985ce48a2b4c15921_amd64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel8@sha256:6e71e01be9e4f35473747fa305f11f3200b29d176332efdf9966c28d83572f83_s390x",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel8@sha256:c858d36e88c471138c77660b18cb4915bec93ac4f02d6fd71e1b4ab89b30abf3_ppc64le",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-proxy-rhel8@sha256:138ffc3339e3465f3ec78709a1ab047bac1728e441f1e7bfbd6898395e6c4cde_s390x",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-proxy-rhel8@sha256:15ed8ad741a0b4258e484272af1266578104a3ff625f9b4f7702cd68c2ce565f_ppc64le",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-proxy-rhel8@sha256:754688aa25eca1652a70bf3a07c19c77e39e0aafc094c57fc8a722ec9591ac63_amd64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c930ca3d655f16e34a096fdf73a8ae5e096811c4422654418d05021f32a1346a_arm64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8-operator@sha256:072bc72e1bb286ca7a6dd5fcb0a467bdeb687b817666a912a3595497b35475ff_amd64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8-operator@sha256:47855ecb0ffb02f321664a5c0070dcb199b4160ab0eeab696fe5649d59ecab5e_ppc64le",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8-operator@sha256:cb8531df1b2c116d836bc9784891a42571f91031c921b023c6e5c1789b01eb80_arm64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8-operator@sha256:fb050174585455cbd660511db640a1d1953aac33b92ad09f83dad901d3bc9e25_s390x",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8@sha256:5f57ad23e7811c002b7a01d311242e8f5f23b2e92dd97712049726ef912ad828_amd64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8@sha256:bd960aeebf094085203fec8fb1c9df3015dbbbc61f2892d7d11cc1540648949a_arm64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8@sha256:e0c04249a1a9904781621f195efb31284cba47d0eb648fe745cacd7629569a51_s390x",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8@sha256:f185030c8e48edab8955528014ee8a247e1c1b445767ef78bd089f6dd3dfeb16_ppc64le",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8-operator@sha256:3507746c0c6dd867c296de75b204c88cfde398c2d3b91362748545c82469f0b4_arm64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8-operator@sha256:9b177171b82c8a4ac10edcfd8eff7e2bd890aa4c4993faf5e50b4964f92d05be_s390x",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8-operator@sha256:bedbca16ac946dad1f6241c981f53f45e3b7e3b2d6667ed5b4750c2a9af99d3e_amd64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8-operator@sha256:e6b5ab6cfc48f7805eccad1c58d7d8303206c673fef7fed676851b01ba6d7254_ppc64le",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8@sha256:1addce43583536108b0fd96e3df18ac9be9b03ea561a30603baf6f2c3221c6b7_ppc64le",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8@sha256:298daef2cb878391328c5555843c2c7cbb760aefdde026d9b90db35fde4b8869_s390x",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8@sha256:7f6621f11042f5b31f8f9f5aea7609409671e33e5f5a731287ca5c9c075e2cd6_amd64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8@sha256:c1b4fbf52a942221449faac76f1e4ca723aeb9d9b46b376e17ec10d7b37519bb_arm64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-web-rhel8@sha256:2e9009ca3a1d82fd5937356fb8b07feed9de274c98864964d6e977642f16f217_arm64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-web-rhel8@sha256:9961ba1942d70d1de5787cbc407b00029cd9c1e58b7b2e64b417a0e47ad8c0e6_s390x",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-web-rhel8@sha256:e4432d931b28b75db3a509de7abff7380ec9b8f69ba9b9a962e6da8b87f57c8a_ppc64le",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-web-rhel8@sha256:ed30ab4b661011e52e6d47c457122b70c7664058b8282dc83ef64b5690aaec2c_amd64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:1dddfd87be2a7a30cc8b4bd7b259b4b76c10ec8442b8d2decfefd4c933b5636e_amd64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:1eede5de7b9726aedcb4bdb0dc26a816e24b8b897aa4813ee9babd0e66e55fe0_ppc64le",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:db1fb60a146c471305535375c38e2bd9bccc701da86c92419e01986e39551ae0_s390x",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:f0b2329948659ee01f505f2431f49f8dcc2fcfa8c9de42529cc9146732429091_arm64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8@sha256:2194a90ee1dc39a9c2eedf536f988aedab66c250a112669e3d521223dc926f76_ppc64le",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8@sha256:37561c5598dd188f711b8d65ff76e0ba9a70952b1355b08b1450dcd3d66b0c82_s390x",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8@sha256:91ec0d00fb54817461188676ea32476f6b6e48bc143171beb6d8c90272e9e408_amd64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8@sha256:d16b292559b4b1d213c1e6c864cdefba7797ff353d93cb72ad60c2c5f7574edc_arm64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:0cd8b08c35496499ba40696c33b60157d02eaa1ef02b894cf647aeaff223e333_ppc64le",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:b45c4bc6283b959afd0c8779584792217eaf984a09a14654270944e4be829846_arm64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:bee9015e1cef6a784b8a495d9a02b01f8af95a8f8f63f65b8bb9b7100432ef3f_s390x",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:f97a2e2081e47fe380e959e5b6a2baea4de788fea5d4706972d95ab21eef2be9_amd64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:06b6b484bfa217e6858aed17151e9e9f0c3306af30c6940487ae5bd10aa4471b_arm64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:1026da03da048f3aaf263b1f650a2cda1f415379dae13943faf6a3b399a7763f_amd64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:cd5eefe21e42496c3c9851199a04cd220918b127951364fa3857eb137785f797_s390x",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:d035d0ab147a7e3f4accf3a237173283dfbe70e1152150866dfda9e32c6707b1_ppc64le",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/receptor-rhel8@sha256:09df3c5de30b30b7b8d447e22ab416995e7d6a511a260ade1d714029decddb71_amd64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/receptor-rhel8@sha256:2292e0a91990e9c6ccc9c3f04d6bbdd7ba788cb820c653a298fd736cc82e7159_ppc64le",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/receptor-rhel8@sha256:70f59ff65695a4206aa4be924d30ec5c1ce1a8d6ba36767afb44dcb12dfbb81e_arm64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/receptor-rhel8@sha256:a6273ecd381b3ab7e770e2df45223c74dd172ebbb2e9d6ba87647c71f2d037df_s390x",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform/cloud-addons-operator-bundle@sha256:4717747b323dd661177e745de4437dc4c73dd46877c565aceafab4ae8eee9ec3_amd64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform/platform-operator-bundle@sha256:0da87cebdb0fa656f5e3845e5c882567ab75d1b0ed3cd937d232eb6a8087493b_arm64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform/platform-operator-bundle@sha256:7c2d7085884998a6022195bb451f397bb91db2a667da793d56cebbc09c59a39f_amd64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform/platform-operator-bundle@sha256:85de94a5a49ed4c986b7a24c841e498ead37d79da154056e939cb1cfa1f6d7f2_s390x",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform/platform-operator-bundle@sha256:d207a07d44315888e918e1db176aa236e1b1bb3b6b7664e4534aa9bc0ae4956d_ppc64le",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel9@sha256:8a1732b0b8e8f2665e7d044dc2fe27bc97fc1fe796276b4d3951e9f5ad0a32b0_ppc64le",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel9@sha256:8ea96653e7ee2a38aa75094b5bcd9231783022b08900ad7b9719cc538edb9ece_arm64",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel9@sha256:e731d7d3748cc4c1aa0a882e7cb9f8bbb390189086ceb108dd7ad2c9634e35b5_amd64",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel9@sha256:f849a8620a88c866f79f959a010b3ef254ab644690983b56c1aa6f2815816083_s390x",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel9@sha256:45abbe185a3b63ec556ee1d9b0aaaf27e825a09a28965741cffd93e2b2b1881f_amd64",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel9@sha256:8f0ae6a2b90db4b1f8faca356f36c67d373152c7445d99c2eb7d765d37ee95a9_arm64",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel9@sha256:a35e7dcef3a12670cabd2e1903dadcbcea79d026993ef6caf57fbdb1cc942ff1_s390x",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel9@sha256:e55ced9b5d520f76153c876d1f0b6f9c2a26f30c20bee750dae2fe5d1d9a172f_ppc64le",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel9@sha256:3f05189b359834107a724a6ceffb89157312e8e947b25630d4eb7ac8e1384011_amd64",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel9@sha256:50dd80bcc6ae32f5f3cfc7b1f03f3b180f95e9cc4da18b5692bb8abe0bd85035_arm64",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel9@sha256:55190e96be5ec406b78a8bf7d58e7b1ac2739d38e6b06c8c99b74c029b24dbba_s390x",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel9@sha256:6d04a71007b2a32c8cfdae0e42f82787ff15acb0e206adad080df592d4192136_ppc64le",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel9@sha256:1f190d9a7ba3d45a2c96f39264e9c1d498a3e8b7b86716d785805dfcebf5e62c_arm64",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel9@sha256:8c405823c25f4e5c2e55811543f5f40198d7a0f4612f9abe9fed0a3591cc7d0f_amd64",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel9@sha256:dea264a6d5925f081a082b6f02f50f374b72437b5f63190f2c28555acbb98632_ppc64le",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel9@sha256:ed07f8188f4fc5bbfb26c514fbfc24003b4fa1b24635cf1e4b2bf5a9ec41701a_s390x",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel9@sha256:03dfbb61e438ce6b5823a7f6d4d5a154c4b9f099ab633b0e7db1b6573a74dbe6_arm64",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel9@sha256:2d52c483a82b06ea9f77e49f39b7aaa58787b4e41c5a91252262efd66d958f7d_ppc64le",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel9@sha256:77635309c4ef74f67d4fe55c93df42dad71071846779608a7902ef4fa365928d_amd64",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel9@sha256:da632461064ff25c857b31fc6f5d3231d68aed07f5593f81f4cf27979a839986_s390x",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-cloud-services-rhel9@sha256:2cbd390068ddcd01778cdd9609a0e88fcbc2799879f8421f747b9793e22e126f_arm64",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-cloud-services-rhel9@sha256:cd3920be2a09b9f4c2e36640b8e3da4de63f73a4776eae674821ba6d86f598d3_amd64",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel9@sha256:4e1bfa9d260ace301f80a6b54b4dbe8426e452d6dcd73ceedf7131c28e26b53f_ppc64le",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel9@sha256:a5f77fbf3dd159210ecd5d36a1c58fea6fba96e562765afb882d795e2961a1fd_arm64",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel9@sha256:ac3f711cad0e0b30b0c873db34d7a0209dd5cd84bf89b1cf59838f7d6bb8d9b1_s390x",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel9@sha256:b2b4cdb32da6362783502427036932801b36d7d30ad58798aeb0eb15133055e2_amd64",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel9@sha256:04a00b8b214c258044414aba456e5b6f67400a1eefd0e679406eea5f2dd369a1_amd64",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel9@sha256:082d603cf8ff37b3a499cfa6c1748c323920af2130b565b99480a3cc1f9c85ec_s390x",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel9@sha256:60cf287547830392b80c95a37abbf24e0078db5b582c100a585e77add83c564b_ppc64le",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel9@sha256:f59ce65a8b3818c79c727c085233e11a2b8d318842c026ba53ddce160665ec6b_arm64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "django: Potential denial-of-service vulnerability in django.utils.text.wrap()"
    },
    {
      "cve": "CVE-2025-27516",
      "cwe": {
        "id": "CWE-1336",
        "name": "Improper Neutralization of Special Elements Used in a Template Engine"
      },
      "discovery_date": "2025-03-05T21:01:07.674606+00:00",
      "flags": [
        {
          "label": "vulnerable_code_not_present",
          "product_ids": [
            "8Base-Ansible-Automation-Platform-2.5-Cloud-Billing:ansible-automation-platform-25/aap-cloud-billing-rhel8-operator@sha256:e59afbd9e76ba49ffeefb6a9f3aa7c8e46eb15c3d05df02a93633740b496b10a_amd64",
            "8Base-Ansible-Automation-Platform-2.5-Cloud-Billing:ansible-automation-platform-25/aap-cloud-billing-rhel8@sha256:d8e1f355766aa23e9a3fd68838ebfa0330eb957154aed537de74012a91272e33_amd64",
            "8Base-Ansible-Automation-Platform-2.5-Cloud-Billing:ansible-automation-platform-25/aap-cloud-metrics-collector-rhel8@sha256:0f08f66ca95553076eae69530e4dba8d72ac6ba48711f17c03dd4e176b25a7e8_amd64",
            "8Base-Ansible-Automation-Platform-2.5-Cloud-Billing:ansible-automation-platform-25/aap-cloud-ui-rhel8-operator@sha256:902dc985b3d0b9f56c6d358372c20f1aae06567bcc103e3359f089ae3a0f3cd5_amd64",
            "8Base-Ansible-Automation-Platform-2.5-Cloud-Billing:ansible-automation-platform-25/aap-cloud-ui-rhel8@sha256:49b50c07ebe8a49b09ed4dd4e70fe44fdbab0e82cf5e64df384e68623df7351d_amd64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/aap-must-gather-rhel8@sha256:69b05005e934fee2040447c061e0fa9f2106c5cbadb469f7ed82b0e52d565802_ppc64le",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/aap-must-gather-rhel8@sha256:8a21d85f4bbb24d4b498aec17025b60f5c0596057181daada26e88171b8685df_arm64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/aap-must-gather-rhel8@sha256:a23dd80fdc72c74d31d39a597ad6f986e081a0b853d6decbfadb783b2c7199a9_s390x",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/aap-must-gather-rhel8@sha256:c15a8ce3f8e62f904bdde007070cff653a3a29eec57058dc843d774d24aacdf0_amd64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel8@sha256:308bff477ddf1d4a95929051b5f634130f290e07e934301c6fec88f1503e6f28_arm64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel8@sha256:52b88765b97153d2e8ddc94857a9da8b1cbbed9e157b3592fc6293bc84d866cf_ppc64le",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel8@sha256:b78bd771ec1b7376db34753c18f5b7258f884e772c598af91bcb23bd0e0df660_amd64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel8@sha256:f4d9f890920b779e13efd93130d42ca4ed25a088cf9e4cd9a60437ef8ce10b4f_s390x",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:3c71a9b9520581ace3f6ac77e96409234fb0b551e40a683640f6bc7c93eb17be_s390x",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:639f06e99bc8e813282d39c314b540d8ad05d280242efff8779cd5e2565b8ace_amd64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:6b93fd2cc80aee2e3a3edf5da066f48756ec977712b0d954f2ae4a6f0fa60999_arm64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:df748250631969ef91cc342ec6ad9875bcc627522f209407aa1842954bcc91b3_ppc64le",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel8@sha256:41cc1680e25e4f9528525ad9ed06220120a313b693219249d9be8772b15ff322_ppc64le",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel8@sha256:82b226fc0451826a72aef4c2ef51135fa17b8a576bf3129bec6e796504ab5954_amd64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel8@sha256:b93e293ee9a007ce3e4cf1f0dc37cdfef28f67c3628031f9c15da1dc80bb74c9_s390x",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel8@sha256:b946c6144d58d9833985e12963937f6e28895071d7fa261e81c4f57b2f9354d9_arm64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:16a190b1432efbbd8f18edc9e85eeec7c1ba1c5aa9faad6bc8f3adcfcbc7b07f_s390x",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:2e1b3b78c2a2d39c32bf707cc4537de6c6ca084a0afb44e1b423cbc1abb280bd_amd64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:57c318adb9b5386559b51dbd508e37cf699ccfff0affc6d8076dc363ea51ffa4_ppc64le",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:c6c08808aaf86e0022e11e686f0e0d24e7b8e8df1c7656cbc7cb6b0ee5ec4e97_arm64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8-operator@sha256:6bfc063082fb366096b3dc1091207a1d8255dfedf79280e9d2d39cd01f7a50ae_amd64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8-operator@sha256:c2703ccb114e68bc5d3840a19ff30704672f0bf245f9af550a44e2e4f7bb07d9_ppc64le",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8-operator@sha256:c45d3a755db98a225740591834da28cf1f800154fd1d076f123317c4c336a4f5_arm64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8-operator@sha256:e3d5d5fc5c5ce0c6ffd0b0478c42f46002d4b73af4df05aa5363904d1698f8ae_s390x",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8@sha256:000ebfdca4aeb5b29b0aeab9dd7d0afb971645ede59f4c8d4458a4e6396463f2_ppc64le",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8@sha256:5dc585c4926e1d24d68ea04ccd3ae33fd9d5d3647cc8c8f58546688b8f3b00f2_amd64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8@sha256:8b8064c57f71618b5bce8a268e1a979ef2df1658f666019c28557ce70bc3c037_s390x",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8@sha256:8bdda5fd35130c92d8d76f1e365ef9139f4d33f23cd0650ead5bd3a33aa95251_arm64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel8@sha256:50815edaa3c26f434b543f0f265d61002e55d78c10a82a060ca55df416d36801_s390x",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel8@sha256:8a2f9e5e5ed5451cd6d318d681cb71e1c0e118c2f018a0c4aa1c442c07575ab6_amd64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel8@sha256:8a9a40a6a30b2a87afd455e392c2677dbbc51d803d8cae087377076f6e5bcf90_arm64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel8@sha256:f4a3a6ce78089b04e0f53d7aaba40169311b20a46fd9d8978d78dbd7c6bf0fb3_ppc64le",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel8@sha256:12379c508fe2f5430fdd1d3d1325b02247bc6896a418388a0d7646364ccda961_s390x",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel8@sha256:817f0e3b0ed4a6c337a6c450d9d4af1f9fbef409dc32eaee5828eb7da351e1ab_ppc64le",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel8@sha256:cd92de8806f924ce635bfce07dfad0238fb34b8f8c06e4e5869a633d0da9a6b4_arm64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel8@sha256:fee69333a82f57264e4dd4ba49e19619501d42886e6c796ec9e0a909a4de5b50_amd64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:28a97dcc661efc28b8b293b35905f785e9120fdd41f6206036caacc18755d566_arm64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:358060eea532807aa3279e0d4bf43de591bef61096682f2cd1e860da8b80a1a0_amd64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:7ae5af121df2f1e2fa92215e6d085cedbc500832998ad2d4049bada44361c3b5_ppc64le",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:c3b35603492d0bfecb645dab468b97a16b78f292a9336c0c856df09588278095_s390x",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8@sha256:178d9486f88ad9ad7bb4dd97883db498c3f7430252ad5f81782d38d32d19a198_s390x",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8@sha256:672ae583c09c3a3c514b4fa06c0986a7ee3fc23e1bdf495d131e81e4ff8f1503_arm64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8@sha256:e81b49635af6b07d44802fc95b248f05a95fdd33e5ba2598e196208892c93b30_ppc64le",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8@sha256:f2b04dcbf3d12ddec6a45017e378d106d679796bf89a658d35d42a9ce2228b0e_amd64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:5701f79b3173a50470cee0952e233d0d1b385d49e7c7ebfdec04d2be3aa30c55_arm64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:a2337f9023a83e19d3a6280bb9babb41b8505b63400d3f60b05fb4389ddb0ea3_amd64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:b92e35104f477881936925a9b8691efff217dd551bd3a9a3a4d7c9ff4918d6fe_ppc64le",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:fca714dfb0fa2de313fee0ffac4ee731703e4785d24d0f59193027944d790bd1_s390x",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel8@sha256:3390781f4e8466c262749dd7df79d366bae19a1ea7a764abe78338f34572f5f5_ppc64le",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel8@sha256:8523c56b4f5e823b35be7a6d27d566292815de2d89c0f48c1913f207ec358c4a_amd64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel8@sha256:a72cb0d0d3716d21bcafb27975f1a3058666338b25223a1a1539d08e9eca9e62_s390x",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel8@sha256:effc16d36618ed5889021c5efc1a5c4bb2cbf53c8d3a6883b50b56d15b75884e_arm64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel8@sha256:27f67de1385c6f3084a03cebeca9d7d4c41bb6fcc62722f6d2481116e1fd795e_arm64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel8@sha256:2d7012a8bb36f1c07fe72c00029d24a4f83b4445dd89ad3985ce48a2b4c15921_amd64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel8@sha256:6e71e01be9e4f35473747fa305f11f3200b29d176332efdf9966c28d83572f83_s390x",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel8@sha256:c858d36e88c471138c77660b18cb4915bec93ac4f02d6fd71e1b4ab89b30abf3_ppc64le",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-proxy-rhel8@sha256:138ffc3339e3465f3ec78709a1ab047bac1728e441f1e7bfbd6898395e6c4cde_s390x",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-proxy-rhel8@sha256:15ed8ad741a0b4258e484272af1266578104a3ff625f9b4f7702cd68c2ce565f_ppc64le",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-proxy-rhel8@sha256:754688aa25eca1652a70bf3a07c19c77e39e0aafc094c57fc8a722ec9591ac63_amd64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c930ca3d655f16e34a096fdf73a8ae5e096811c4422654418d05021f32a1346a_arm64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8-operator@sha256:072bc72e1bb286ca7a6dd5fcb0a467bdeb687b817666a912a3595497b35475ff_amd64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8-operator@sha256:47855ecb0ffb02f321664a5c0070dcb199b4160ab0eeab696fe5649d59ecab5e_ppc64le",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8-operator@sha256:cb8531df1b2c116d836bc9784891a42571f91031c921b023c6e5c1789b01eb80_arm64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8-operator@sha256:fb050174585455cbd660511db640a1d1953aac33b92ad09f83dad901d3bc9e25_s390x",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8@sha256:5f57ad23e7811c002b7a01d311242e8f5f23b2e92dd97712049726ef912ad828_amd64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8@sha256:bd960aeebf094085203fec8fb1c9df3015dbbbc61f2892d7d11cc1540648949a_arm64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8@sha256:e0c04249a1a9904781621f195efb31284cba47d0eb648fe745cacd7629569a51_s390x",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8@sha256:f185030c8e48edab8955528014ee8a247e1c1b445767ef78bd089f6dd3dfeb16_ppc64le",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8-operator@sha256:3507746c0c6dd867c296de75b204c88cfde398c2d3b91362748545c82469f0b4_arm64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8-operator@sha256:9b177171b82c8a4ac10edcfd8eff7e2bd890aa4c4993faf5e50b4964f92d05be_s390x",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8-operator@sha256:bedbca16ac946dad1f6241c981f53f45e3b7e3b2d6667ed5b4750c2a9af99d3e_amd64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8-operator@sha256:e6b5ab6cfc48f7805eccad1c58d7d8303206c673fef7fed676851b01ba6d7254_ppc64le",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8@sha256:1addce43583536108b0fd96e3df18ac9be9b03ea561a30603baf6f2c3221c6b7_ppc64le",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8@sha256:298daef2cb878391328c5555843c2c7cbb760aefdde026d9b90db35fde4b8869_s390x",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8@sha256:7f6621f11042f5b31f8f9f5aea7609409671e33e5f5a731287ca5c9c075e2cd6_amd64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8@sha256:c1b4fbf52a942221449faac76f1e4ca723aeb9d9b46b376e17ec10d7b37519bb_arm64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-web-rhel8@sha256:2e9009ca3a1d82fd5937356fb8b07feed9de274c98864964d6e977642f16f217_arm64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-web-rhel8@sha256:9961ba1942d70d1de5787cbc407b00029cd9c1e58b7b2e64b417a0e47ad8c0e6_s390x",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-web-rhel8@sha256:e4432d931b28b75db3a509de7abff7380ec9b8f69ba9b9a962e6da8b87f57c8a_ppc64le",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-web-rhel8@sha256:ed30ab4b661011e52e6d47c457122b70c7664058b8282dc83ef64b5690aaec2c_amd64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:1dddfd87be2a7a30cc8b4bd7b259b4b76c10ec8442b8d2decfefd4c933b5636e_amd64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:1eede5de7b9726aedcb4bdb0dc26a816e24b8b897aa4813ee9babd0e66e55fe0_ppc64le",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:db1fb60a146c471305535375c38e2bd9bccc701da86c92419e01986e39551ae0_s390x",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:f0b2329948659ee01f505f2431f49f8dcc2fcfa8c9de42529cc9146732429091_arm64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:0cd8b08c35496499ba40696c33b60157d02eaa1ef02b894cf647aeaff223e333_ppc64le",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:b45c4bc6283b959afd0c8779584792217eaf984a09a14654270944e4be829846_arm64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:bee9015e1cef6a784b8a495d9a02b01f8af95a8f8f63f65b8bb9b7100432ef3f_s390x",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:f97a2e2081e47fe380e959e5b6a2baea4de788fea5d4706972d95ab21eef2be9_amd64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:06b6b484bfa217e6858aed17151e9e9f0c3306af30c6940487ae5bd10aa4471b_arm64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:1026da03da048f3aaf263b1f650a2cda1f415379dae13943faf6a3b399a7763f_amd64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:cd5eefe21e42496c3c9851199a04cd220918b127951364fa3857eb137785f797_s390x",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:d035d0ab147a7e3f4accf3a237173283dfbe70e1152150866dfda9e32c6707b1_ppc64le",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/receptor-rhel8@sha256:09df3c5de30b30b7b8d447e22ab416995e7d6a511a260ade1d714029decddb71_amd64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/receptor-rhel8@sha256:2292e0a91990e9c6ccc9c3f04d6bbdd7ba788cb820c653a298fd736cc82e7159_ppc64le",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/receptor-rhel8@sha256:70f59ff65695a4206aa4be924d30ec5c1ce1a8d6ba36767afb44dcb12dfbb81e_arm64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/receptor-rhel8@sha256:a6273ecd381b3ab7e770e2df45223c74dd172ebbb2e9d6ba87647c71f2d037df_s390x",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform/cloud-addons-operator-bundle@sha256:4717747b323dd661177e745de4437dc4c73dd46877c565aceafab4ae8eee9ec3_amd64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform/platform-operator-bundle@sha256:0da87cebdb0fa656f5e3845e5c882567ab75d1b0ed3cd937d232eb6a8087493b_arm64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform/platform-operator-bundle@sha256:7c2d7085884998a6022195bb451f397bb91db2a667da793d56cebbc09c59a39f_amd64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform/platform-operator-bundle@sha256:85de94a5a49ed4c986b7a24c841e498ead37d79da154056e939cb1cfa1f6d7f2_s390x",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform/platform-operator-bundle@sha256:d207a07d44315888e918e1db176aa236e1b1bb3b6b7664e4534aa9bc0ae4956d_ppc64le",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel9@sha256:8a1732b0b8e8f2665e7d044dc2fe27bc97fc1fe796276b4d3951e9f5ad0a32b0_ppc64le",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel9@sha256:8ea96653e7ee2a38aa75094b5bcd9231783022b08900ad7b9719cc538edb9ece_arm64",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel9@sha256:e731d7d3748cc4c1aa0a882e7cb9f8bbb390189086ceb108dd7ad2c9634e35b5_amd64",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel9@sha256:f849a8620a88c866f79f959a010b3ef254ab644690983b56c1aa6f2815816083_s390x",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel9@sha256:45abbe185a3b63ec556ee1d9b0aaaf27e825a09a28965741cffd93e2b2b1881f_amd64",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel9@sha256:8f0ae6a2b90db4b1f8faca356f36c67d373152c7445d99c2eb7d765d37ee95a9_arm64",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel9@sha256:a35e7dcef3a12670cabd2e1903dadcbcea79d026993ef6caf57fbdb1cc942ff1_s390x",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel9@sha256:e55ced9b5d520f76153c876d1f0b6f9c2a26f30c20bee750dae2fe5d1d9a172f_ppc64le",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel9@sha256:3f05189b359834107a724a6ceffb89157312e8e947b25630d4eb7ac8e1384011_amd64",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel9@sha256:50dd80bcc6ae32f5f3cfc7b1f03f3b180f95e9cc4da18b5692bb8abe0bd85035_arm64",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel9@sha256:55190e96be5ec406b78a8bf7d58e7b1ac2739d38e6b06c8c99b74c029b24dbba_s390x",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel9@sha256:6d04a71007b2a32c8cfdae0e42f82787ff15acb0e206adad080df592d4192136_ppc64le",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel9@sha256:1f190d9a7ba3d45a2c96f39264e9c1d498a3e8b7b86716d785805dfcebf5e62c_arm64",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel9@sha256:8c405823c25f4e5c2e55811543f5f40198d7a0f4612f9abe9fed0a3591cc7d0f_amd64",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel9@sha256:dea264a6d5925f081a082b6f02f50f374b72437b5f63190f2c28555acbb98632_ppc64le",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel9@sha256:ed07f8188f4fc5bbfb26c514fbfc24003b4fa1b24635cf1e4b2bf5a9ec41701a_s390x",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel9@sha256:03dfbb61e438ce6b5823a7f6d4d5a154c4b9f099ab633b0e7db1b6573a74dbe6_arm64",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel9@sha256:2d52c483a82b06ea9f77e49f39b7aaa58787b4e41c5a91252262efd66d958f7d_ppc64le",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel9@sha256:77635309c4ef74f67d4fe55c93df42dad71071846779608a7902ef4fa365928d_amd64",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel9@sha256:da632461064ff25c857b31fc6f5d3231d68aed07f5593f81f4cf27979a839986_s390x",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-cloud-services-rhel9@sha256:2cbd390068ddcd01778cdd9609a0e88fcbc2799879f8421f747b9793e22e126f_arm64",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-cloud-services-rhel9@sha256:cd3920be2a09b9f4c2e36640b8e3da4de63f73a4776eae674821ba6d86f598d3_amd64",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel9@sha256:4e1bfa9d260ace301f80a6b54b4dbe8426e452d6dcd73ceedf7131c28e26b53f_ppc64le",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel9@sha256:a5f77fbf3dd159210ecd5d36a1c58fea6fba96e562765afb882d795e2961a1fd_arm64",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel9@sha256:ac3f711cad0e0b30b0c873db34d7a0209dd5cd84bf89b1cf59838f7d6bb8d9b1_s390x",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel9@sha256:b2b4cdb32da6362783502427036932801b36d7d30ad58798aeb0eb15133055e2_amd64",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel9@sha256:04a00b8b214c258044414aba456e5b6f67400a1eefd0e679406eea5f2dd369a1_amd64",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel9@sha256:082d603cf8ff37b3a499cfa6c1748c323920af2130b565b99480a3cc1f9c85ec_s390x",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel9@sha256:60cf287547830392b80c95a37abbf24e0078db5b582c100a585e77add83c564b_ppc64le",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel9@sha256:f59ce65a8b3818c79c727c085233e11a2b8d318842c026ba53ddce160665ec6b_arm64"
          ]
        }
      ],
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2350190"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in Jinja. In affected versions, an oversight in how the Jinja sandboxed environment interacts with the `|attr` filter allows an attacker who controls the content of a template to execute arbitrary Python code. To exploit the vulnerability, an attacker needs to control the content of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications that execute untrusted templates. Jinja\u0027s sandbox does catch calls to `str.format` and ensures they don\u0027t escape the sandbox. However, it\u0027s possible to use the `|attr` filter to get a reference to a string\u0027s plain format method, bypassing the sandbox.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "jinja2: Jinja sandbox breakout through attr filter selecting format method",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "This vulnerability is rated as important severity due to the potential for an attacker to bypass Jinja\u0027s sandbox by exploiting the |attr filter, by controlling template content, an attacker can execute arbitrary Python code, impacting the integrity, confidentiality, and availability of the system. While the attack requires user interaction to trigger untrusted templates, the risk is significant in applications that allow such templates to be executed.",
          "title": "Statement"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8@sha256:2194a90ee1dc39a9c2eedf536f988aedab66c250a112669e3d521223dc926f76_ppc64le",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8@sha256:37561c5598dd188f711b8d65ff76e0ba9a70952b1355b08b1450dcd3d66b0c82_s390x",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8@sha256:91ec0d00fb54817461188676ea32476f6b6e48bc143171beb6d8c90272e9e408_amd64",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8@sha256:d16b292559b4b1d213c1e6c864cdefba7797ff353d93cb72ad60c2c5f7574edc_arm64"
        ],
        "known_not_affected": [
          "8Base-Ansible-Automation-Platform-2.5-Cloud-Billing:ansible-automation-platform-25/aap-cloud-billing-rhel8-operator@sha256:e59afbd9e76ba49ffeefb6a9f3aa7c8e46eb15c3d05df02a93633740b496b10a_amd64",
          "8Base-Ansible-Automation-Platform-2.5-Cloud-Billing:ansible-automation-platform-25/aap-cloud-billing-rhel8@sha256:d8e1f355766aa23e9a3fd68838ebfa0330eb957154aed537de74012a91272e33_amd64",
          "8Base-Ansible-Automation-Platform-2.5-Cloud-Billing:ansible-automation-platform-25/aap-cloud-metrics-collector-rhel8@sha256:0f08f66ca95553076eae69530e4dba8d72ac6ba48711f17c03dd4e176b25a7e8_amd64",
          "8Base-Ansible-Automation-Platform-2.5-Cloud-Billing:ansible-automation-platform-25/aap-cloud-ui-rhel8-operator@sha256:902dc985b3d0b9f56c6d358372c20f1aae06567bcc103e3359f089ae3a0f3cd5_amd64",
          "8Base-Ansible-Automation-Platform-2.5-Cloud-Billing:ansible-automation-platform-25/aap-cloud-ui-rhel8@sha256:49b50c07ebe8a49b09ed4dd4e70fe44fdbab0e82cf5e64df384e68623df7351d_amd64",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/aap-must-gather-rhel8@sha256:69b05005e934fee2040447c061e0fa9f2106c5cbadb469f7ed82b0e52d565802_ppc64le",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/aap-must-gather-rhel8@sha256:8a21d85f4bbb24d4b498aec17025b60f5c0596057181daada26e88171b8685df_arm64",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/aap-must-gather-rhel8@sha256:a23dd80fdc72c74d31d39a597ad6f986e081a0b853d6decbfadb783b2c7199a9_s390x",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/aap-must-gather-rhel8@sha256:c15a8ce3f8e62f904bdde007070cff653a3a29eec57058dc843d774d24aacdf0_amd64",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel8@sha256:308bff477ddf1d4a95929051b5f634130f290e07e934301c6fec88f1503e6f28_arm64",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel8@sha256:52b88765b97153d2e8ddc94857a9da8b1cbbed9e157b3592fc6293bc84d866cf_ppc64le",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel8@sha256:b78bd771ec1b7376db34753c18f5b7258f884e772c598af91bcb23bd0e0df660_amd64",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel8@sha256:f4d9f890920b779e13efd93130d42ca4ed25a088cf9e4cd9a60437ef8ce10b4f_s390x",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:3c71a9b9520581ace3f6ac77e96409234fb0b551e40a683640f6bc7c93eb17be_s390x",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:639f06e99bc8e813282d39c314b540d8ad05d280242efff8779cd5e2565b8ace_amd64",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:6b93fd2cc80aee2e3a3edf5da066f48756ec977712b0d954f2ae4a6f0fa60999_arm64",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:df748250631969ef91cc342ec6ad9875bcc627522f209407aa1842954bcc91b3_ppc64le",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel8@sha256:41cc1680e25e4f9528525ad9ed06220120a313b693219249d9be8772b15ff322_ppc64le",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel8@sha256:82b226fc0451826a72aef4c2ef51135fa17b8a576bf3129bec6e796504ab5954_amd64",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel8@sha256:b93e293ee9a007ce3e4cf1f0dc37cdfef28f67c3628031f9c15da1dc80bb74c9_s390x",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel8@sha256:b946c6144d58d9833985e12963937f6e28895071d7fa261e81c4f57b2f9354d9_arm64",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:16a190b1432efbbd8f18edc9e85eeec7c1ba1c5aa9faad6bc8f3adcfcbc7b07f_s390x",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:2e1b3b78c2a2d39c32bf707cc4537de6c6ca084a0afb44e1b423cbc1abb280bd_amd64",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:57c318adb9b5386559b51dbd508e37cf699ccfff0affc6d8076dc363ea51ffa4_ppc64le",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:c6c08808aaf86e0022e11e686f0e0d24e7b8e8df1c7656cbc7cb6b0ee5ec4e97_arm64",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8-operator@sha256:6bfc063082fb366096b3dc1091207a1d8255dfedf79280e9d2d39cd01f7a50ae_amd64",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8-operator@sha256:c2703ccb114e68bc5d3840a19ff30704672f0bf245f9af550a44e2e4f7bb07d9_ppc64le",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8-operator@sha256:c45d3a755db98a225740591834da28cf1f800154fd1d076f123317c4c336a4f5_arm64",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8-operator@sha256:e3d5d5fc5c5ce0c6ffd0b0478c42f46002d4b73af4df05aa5363904d1698f8ae_s390x",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8@sha256:000ebfdca4aeb5b29b0aeab9dd7d0afb971645ede59f4c8d4458a4e6396463f2_ppc64le",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8@sha256:5dc585c4926e1d24d68ea04ccd3ae33fd9d5d3647cc8c8f58546688b8f3b00f2_amd64",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8@sha256:8b8064c57f71618b5bce8a268e1a979ef2df1658f666019c28557ce70bc3c037_s390x",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8@sha256:8bdda5fd35130c92d8d76f1e365ef9139f4d33f23cd0650ead5bd3a33aa95251_arm64",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel8@sha256:50815edaa3c26f434b543f0f265d61002e55d78c10a82a060ca55df416d36801_s390x",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel8@sha256:8a2f9e5e5ed5451cd6d318d681cb71e1c0e118c2f018a0c4aa1c442c07575ab6_amd64",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel8@sha256:8a9a40a6a30b2a87afd455e392c2677dbbc51d803d8cae087377076f6e5bcf90_arm64",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel8@sha256:f4a3a6ce78089b04e0f53d7aaba40169311b20a46fd9d8978d78dbd7c6bf0fb3_ppc64le",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel8@sha256:12379c508fe2f5430fdd1d3d1325b02247bc6896a418388a0d7646364ccda961_s390x",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel8@sha256:817f0e3b0ed4a6c337a6c450d9d4af1f9fbef409dc32eaee5828eb7da351e1ab_ppc64le",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel8@sha256:cd92de8806f924ce635bfce07dfad0238fb34b8f8c06e4e5869a633d0da9a6b4_arm64",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel8@sha256:fee69333a82f57264e4dd4ba49e19619501d42886e6c796ec9e0a909a4de5b50_amd64",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:28a97dcc661efc28b8b293b35905f785e9120fdd41f6206036caacc18755d566_arm64",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:358060eea532807aa3279e0d4bf43de591bef61096682f2cd1e860da8b80a1a0_amd64",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:7ae5af121df2f1e2fa92215e6d085cedbc500832998ad2d4049bada44361c3b5_ppc64le",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:c3b35603492d0bfecb645dab468b97a16b78f292a9336c0c856df09588278095_s390x",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8@sha256:178d9486f88ad9ad7bb4dd97883db498c3f7430252ad5f81782d38d32d19a198_s390x",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8@sha256:672ae583c09c3a3c514b4fa06c0986a7ee3fc23e1bdf495d131e81e4ff8f1503_arm64",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8@sha256:e81b49635af6b07d44802fc95b248f05a95fdd33e5ba2598e196208892c93b30_ppc64le",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8@sha256:f2b04dcbf3d12ddec6a45017e378d106d679796bf89a658d35d42a9ce2228b0e_amd64",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:5701f79b3173a50470cee0952e233d0d1b385d49e7c7ebfdec04d2be3aa30c55_arm64",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:a2337f9023a83e19d3a6280bb9babb41b8505b63400d3f60b05fb4389ddb0ea3_amd64",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:b92e35104f477881936925a9b8691efff217dd551bd3a9a3a4d7c9ff4918d6fe_ppc64le",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:fca714dfb0fa2de313fee0ffac4ee731703e4785d24d0f59193027944d790bd1_s390x",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel8@sha256:3390781f4e8466c262749dd7df79d366bae19a1ea7a764abe78338f34572f5f5_ppc64le",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel8@sha256:8523c56b4f5e823b35be7a6d27d566292815de2d89c0f48c1913f207ec358c4a_amd64",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel8@sha256:a72cb0d0d3716d21bcafb27975f1a3058666338b25223a1a1539d08e9eca9e62_s390x",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel8@sha256:effc16d36618ed5889021c5efc1a5c4bb2cbf53c8d3a6883b50b56d15b75884e_arm64",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel8@sha256:27f67de1385c6f3084a03cebeca9d7d4c41bb6fcc62722f6d2481116e1fd795e_arm64",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel8@sha256:2d7012a8bb36f1c07fe72c00029d24a4f83b4445dd89ad3985ce48a2b4c15921_amd64",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel8@sha256:6e71e01be9e4f35473747fa305f11f3200b29d176332efdf9966c28d83572f83_s390x",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel8@sha256:c858d36e88c471138c77660b18cb4915bec93ac4f02d6fd71e1b4ab89b30abf3_ppc64le",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-proxy-rhel8@sha256:138ffc3339e3465f3ec78709a1ab047bac1728e441f1e7bfbd6898395e6c4cde_s390x",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-proxy-rhel8@sha256:15ed8ad741a0b4258e484272af1266578104a3ff625f9b4f7702cd68c2ce565f_ppc64le",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-proxy-rhel8@sha256:754688aa25eca1652a70bf3a07c19c77e39e0aafc094c57fc8a722ec9591ac63_amd64",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c930ca3d655f16e34a096fdf73a8ae5e096811c4422654418d05021f32a1346a_arm64",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8-operator@sha256:072bc72e1bb286ca7a6dd5fcb0a467bdeb687b817666a912a3595497b35475ff_amd64",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8-operator@sha256:47855ecb0ffb02f321664a5c0070dcb199b4160ab0eeab696fe5649d59ecab5e_ppc64le",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8-operator@sha256:cb8531df1b2c116d836bc9784891a42571f91031c921b023c6e5c1789b01eb80_arm64",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8-operator@sha256:fb050174585455cbd660511db640a1d1953aac33b92ad09f83dad901d3bc9e25_s390x",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8@sha256:5f57ad23e7811c002b7a01d311242e8f5f23b2e92dd97712049726ef912ad828_amd64",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8@sha256:bd960aeebf094085203fec8fb1c9df3015dbbbc61f2892d7d11cc1540648949a_arm64",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8@sha256:e0c04249a1a9904781621f195efb31284cba47d0eb648fe745cacd7629569a51_s390x",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8@sha256:f185030c8e48edab8955528014ee8a247e1c1b445767ef78bd089f6dd3dfeb16_ppc64le",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8-operator@sha256:3507746c0c6dd867c296de75b204c88cfde398c2d3b91362748545c82469f0b4_arm64",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8-operator@sha256:9b177171b82c8a4ac10edcfd8eff7e2bd890aa4c4993faf5e50b4964f92d05be_s390x",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8-operator@sha256:bedbca16ac946dad1f6241c981f53f45e3b7e3b2d6667ed5b4750c2a9af99d3e_amd64",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8-operator@sha256:e6b5ab6cfc48f7805eccad1c58d7d8303206c673fef7fed676851b01ba6d7254_ppc64le",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8@sha256:1addce43583536108b0fd96e3df18ac9be9b03ea561a30603baf6f2c3221c6b7_ppc64le",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8@sha256:298daef2cb878391328c5555843c2c7cbb760aefdde026d9b90db35fde4b8869_s390x",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8@sha256:7f6621f11042f5b31f8f9f5aea7609409671e33e5f5a731287ca5c9c075e2cd6_amd64",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8@sha256:c1b4fbf52a942221449faac76f1e4ca723aeb9d9b46b376e17ec10d7b37519bb_arm64",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-web-rhel8@sha256:2e9009ca3a1d82fd5937356fb8b07feed9de274c98864964d6e977642f16f217_arm64",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-web-rhel8@sha256:9961ba1942d70d1de5787cbc407b00029cd9c1e58b7b2e64b417a0e47ad8c0e6_s390x",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-web-rhel8@sha256:e4432d931b28b75db3a509de7abff7380ec9b8f69ba9b9a962e6da8b87f57c8a_ppc64le",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-web-rhel8@sha256:ed30ab4b661011e52e6d47c457122b70c7664058b8282dc83ef64b5690aaec2c_amd64",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:1dddfd87be2a7a30cc8b4bd7b259b4b76c10ec8442b8d2decfefd4c933b5636e_amd64",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:1eede5de7b9726aedcb4bdb0dc26a816e24b8b897aa4813ee9babd0e66e55fe0_ppc64le",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:db1fb60a146c471305535375c38e2bd9bccc701da86c92419e01986e39551ae0_s390x",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:f0b2329948659ee01f505f2431f49f8dcc2fcfa8c9de42529cc9146732429091_arm64",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:0cd8b08c35496499ba40696c33b60157d02eaa1ef02b894cf647aeaff223e333_ppc64le",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:b45c4bc6283b959afd0c8779584792217eaf984a09a14654270944e4be829846_arm64",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:bee9015e1cef6a784b8a495d9a02b01f8af95a8f8f63f65b8bb9b7100432ef3f_s390x",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:f97a2e2081e47fe380e959e5b6a2baea4de788fea5d4706972d95ab21eef2be9_amd64",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:06b6b484bfa217e6858aed17151e9e9f0c3306af30c6940487ae5bd10aa4471b_arm64",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:1026da03da048f3aaf263b1f650a2cda1f415379dae13943faf6a3b399a7763f_amd64",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:cd5eefe21e42496c3c9851199a04cd220918b127951364fa3857eb137785f797_s390x",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:d035d0ab147a7e3f4accf3a237173283dfbe70e1152150866dfda9e32c6707b1_ppc64le",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/receptor-rhel8@sha256:09df3c5de30b30b7b8d447e22ab416995e7d6a511a260ade1d714029decddb71_amd64",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/receptor-rhel8@sha256:2292e0a91990e9c6ccc9c3f04d6bbdd7ba788cb820c653a298fd736cc82e7159_ppc64le",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/receptor-rhel8@sha256:70f59ff65695a4206aa4be924d30ec5c1ce1a8d6ba36767afb44dcb12dfbb81e_arm64",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/receptor-rhel8@sha256:a6273ecd381b3ab7e770e2df45223c74dd172ebbb2e9d6ba87647c71f2d037df_s390x",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform/cloud-addons-operator-bundle@sha256:4717747b323dd661177e745de4437dc4c73dd46877c565aceafab4ae8eee9ec3_amd64",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform/platform-operator-bundle@sha256:0da87cebdb0fa656f5e3845e5c882567ab75d1b0ed3cd937d232eb6a8087493b_arm64",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform/platform-operator-bundle@sha256:7c2d7085884998a6022195bb451f397bb91db2a667da793d56cebbc09c59a39f_amd64",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform/platform-operator-bundle@sha256:85de94a5a49ed4c986b7a24c841e498ead37d79da154056e939cb1cfa1f6d7f2_s390x",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform/platform-operator-bundle@sha256:d207a07d44315888e918e1db176aa236e1b1bb3b6b7664e4534aa9bc0ae4956d_ppc64le",
          "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel9@sha256:8a1732b0b8e8f2665e7d044dc2fe27bc97fc1fe796276b4d3951e9f5ad0a32b0_ppc64le",
          "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel9@sha256:8ea96653e7ee2a38aa75094b5bcd9231783022b08900ad7b9719cc538edb9ece_arm64",
          "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel9@sha256:e731d7d3748cc4c1aa0a882e7cb9f8bbb390189086ceb108dd7ad2c9634e35b5_amd64",
          "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel9@sha256:f849a8620a88c866f79f959a010b3ef254ab644690983b56c1aa6f2815816083_s390x",
          "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel9@sha256:45abbe185a3b63ec556ee1d9b0aaaf27e825a09a28965741cffd93e2b2b1881f_amd64",
          "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel9@sha256:8f0ae6a2b90db4b1f8faca356f36c67d373152c7445d99c2eb7d765d37ee95a9_arm64",
          "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel9@sha256:a35e7dcef3a12670cabd2e1903dadcbcea79d026993ef6caf57fbdb1cc942ff1_s390x",
          "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel9@sha256:e55ced9b5d520f76153c876d1f0b6f9c2a26f30c20bee750dae2fe5d1d9a172f_ppc64le",
          "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel9@sha256:3f05189b359834107a724a6ceffb89157312e8e947b25630d4eb7ac8e1384011_amd64",
          "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel9@sha256:50dd80bcc6ae32f5f3cfc7b1f03f3b180f95e9cc4da18b5692bb8abe0bd85035_arm64",
          "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel9@sha256:55190e96be5ec406b78a8bf7d58e7b1ac2739d38e6b06c8c99b74c029b24dbba_s390x",
          "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel9@sha256:6d04a71007b2a32c8cfdae0e42f82787ff15acb0e206adad080df592d4192136_ppc64le",
          "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel9@sha256:1f190d9a7ba3d45a2c96f39264e9c1d498a3e8b7b86716d785805dfcebf5e62c_arm64",
          "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel9@sha256:8c405823c25f4e5c2e55811543f5f40198d7a0f4612f9abe9fed0a3591cc7d0f_amd64",
          "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel9@sha256:dea264a6d5925f081a082b6f02f50f374b72437b5f63190f2c28555acbb98632_ppc64le",
          "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel9@sha256:ed07f8188f4fc5bbfb26c514fbfc24003b4fa1b24635cf1e4b2bf5a9ec41701a_s390x",
          "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel9@sha256:03dfbb61e438ce6b5823a7f6d4d5a154c4b9f099ab633b0e7db1b6573a74dbe6_arm64",
          "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel9@sha256:2d52c483a82b06ea9f77e49f39b7aaa58787b4e41c5a91252262efd66d958f7d_ppc64le",
          "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel9@sha256:77635309c4ef74f67d4fe55c93df42dad71071846779608a7902ef4fa365928d_amd64",
          "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel9@sha256:da632461064ff25c857b31fc6f5d3231d68aed07f5593f81f4cf27979a839986_s390x",
          "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-cloud-services-rhel9@sha256:2cbd390068ddcd01778cdd9609a0e88fcbc2799879f8421f747b9793e22e126f_arm64",
          "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-cloud-services-rhel9@sha256:cd3920be2a09b9f4c2e36640b8e3da4de63f73a4776eae674821ba6d86f598d3_amd64",
          "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel9@sha256:4e1bfa9d260ace301f80a6b54b4dbe8426e452d6dcd73ceedf7131c28e26b53f_ppc64le",
          "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel9@sha256:a5f77fbf3dd159210ecd5d36a1c58fea6fba96e562765afb882d795e2961a1fd_arm64",
          "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel9@sha256:ac3f711cad0e0b30b0c873db34d7a0209dd5cd84bf89b1cf59838f7d6bb8d9b1_s390x",
          "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel9@sha256:b2b4cdb32da6362783502427036932801b36d7d30ad58798aeb0eb15133055e2_amd64",
          "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel9@sha256:04a00b8b214c258044414aba456e5b6f67400a1eefd0e679406eea5f2dd369a1_amd64",
          "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel9@sha256:082d603cf8ff37b3a499cfa6c1748c323920af2130b565b99480a3cc1f9c85ec_s390x",
          "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel9@sha256:60cf287547830392b80c95a37abbf24e0078db5b582c100a585e77add83c564b_ppc64le",
          "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel9@sha256:f59ce65a8b3818c79c727c085233e11a2b8d318842c026ba53ddce160665ec6b_arm64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2025-27516"
        },
        {
          "category": "external",
          "summary": "RHBZ#2350190",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2350190"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2025-27516",
          "url": "https://www.cve.org/CVERecord?id=CVE-2025-27516"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-27516",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-27516"
        },
        {
          "category": "external",
          "summary": "https://github.com/pallets/jinja/commit/90457bbf33b8662926ae65cdde4c4c32e756e403",
          "url": "https://github.com/pallets/jinja/commit/90457bbf33b8662926ae65cdde4c4c32e756e403"
        },
        {
          "category": "external",
          "summary": "https://github.com/pallets/jinja/security/advisories/GHSA-cpwx-vrp4-4pq7",
          "url": "https://github.com/pallets/jinja/security/advisories/GHSA-cpwx-vrp4-4pq7"
        }
      ],
      "release_date": "2025-03-05T20:40:06.568000+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2025-03-25T17:10:27+00:00",
          "details": "Red Hat Ansible Automation Platform",
          "product_ids": [
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8@sha256:2194a90ee1dc39a9c2eedf536f988aedab66c250a112669e3d521223dc926f76_ppc64le",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8@sha256:37561c5598dd188f711b8d65ff76e0ba9a70952b1355b08b1450dcd3d66b0c82_s390x",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8@sha256:91ec0d00fb54817461188676ea32476f6b6e48bc143171beb6d8c90272e9e408_amd64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8@sha256:d16b292559b4b1d213c1e6c864cdefba7797ff353d93cb72ad60c2c5f7574edc_arm64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2025:3162"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "LOCAL",
            "availabilityImpact": "HIGH",
            "baseScore": 7.3,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "HIGH",
            "privilegesRequired": "LOW",
            "scope": "UNCHANGED",
            "userInteraction": "REQUIRED",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "8Base-Ansible-Automation-Platform-2.5-Cloud-Billing:ansible-automation-platform-25/aap-cloud-billing-rhel8-operator@sha256:e59afbd9e76ba49ffeefb6a9f3aa7c8e46eb15c3d05df02a93633740b496b10a_amd64",
            "8Base-Ansible-Automation-Platform-2.5-Cloud-Billing:ansible-automation-platform-25/aap-cloud-billing-rhel8@sha256:d8e1f355766aa23e9a3fd68838ebfa0330eb957154aed537de74012a91272e33_amd64",
            "8Base-Ansible-Automation-Platform-2.5-Cloud-Billing:ansible-automation-platform-25/aap-cloud-metrics-collector-rhel8@sha256:0f08f66ca95553076eae69530e4dba8d72ac6ba48711f17c03dd4e176b25a7e8_amd64",
            "8Base-Ansible-Automation-Platform-2.5-Cloud-Billing:ansible-automation-platform-25/aap-cloud-ui-rhel8-operator@sha256:902dc985b3d0b9f56c6d358372c20f1aae06567bcc103e3359f089ae3a0f3cd5_amd64",
            "8Base-Ansible-Automation-Platform-2.5-Cloud-Billing:ansible-automation-platform-25/aap-cloud-ui-rhel8@sha256:49b50c07ebe8a49b09ed4dd4e70fe44fdbab0e82cf5e64df384e68623df7351d_amd64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/aap-must-gather-rhel8@sha256:69b05005e934fee2040447c061e0fa9f2106c5cbadb469f7ed82b0e52d565802_ppc64le",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/aap-must-gather-rhel8@sha256:8a21d85f4bbb24d4b498aec17025b60f5c0596057181daada26e88171b8685df_arm64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/aap-must-gather-rhel8@sha256:a23dd80fdc72c74d31d39a597ad6f986e081a0b853d6decbfadb783b2c7199a9_s390x",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/aap-must-gather-rhel8@sha256:c15a8ce3f8e62f904bdde007070cff653a3a29eec57058dc843d774d24aacdf0_amd64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel8@sha256:308bff477ddf1d4a95929051b5f634130f290e07e934301c6fec88f1503e6f28_arm64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel8@sha256:52b88765b97153d2e8ddc94857a9da8b1cbbed9e157b3592fc6293bc84d866cf_ppc64le",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel8@sha256:b78bd771ec1b7376db34753c18f5b7258f884e772c598af91bcb23bd0e0df660_amd64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel8@sha256:f4d9f890920b779e13efd93130d42ca4ed25a088cf9e4cd9a60437ef8ce10b4f_s390x",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:3c71a9b9520581ace3f6ac77e96409234fb0b551e40a683640f6bc7c93eb17be_s390x",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:639f06e99bc8e813282d39c314b540d8ad05d280242efff8779cd5e2565b8ace_amd64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:6b93fd2cc80aee2e3a3edf5da066f48756ec977712b0d954f2ae4a6f0fa60999_arm64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:df748250631969ef91cc342ec6ad9875bcc627522f209407aa1842954bcc91b3_ppc64le",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel8@sha256:41cc1680e25e4f9528525ad9ed06220120a313b693219249d9be8772b15ff322_ppc64le",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel8@sha256:82b226fc0451826a72aef4c2ef51135fa17b8a576bf3129bec6e796504ab5954_amd64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel8@sha256:b93e293ee9a007ce3e4cf1f0dc37cdfef28f67c3628031f9c15da1dc80bb74c9_s390x",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel8@sha256:b946c6144d58d9833985e12963937f6e28895071d7fa261e81c4f57b2f9354d9_arm64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:16a190b1432efbbd8f18edc9e85eeec7c1ba1c5aa9faad6bc8f3adcfcbc7b07f_s390x",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:2e1b3b78c2a2d39c32bf707cc4537de6c6ca084a0afb44e1b423cbc1abb280bd_amd64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:57c318adb9b5386559b51dbd508e37cf699ccfff0affc6d8076dc363ea51ffa4_ppc64le",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:c6c08808aaf86e0022e11e686f0e0d24e7b8e8df1c7656cbc7cb6b0ee5ec4e97_arm64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8-operator@sha256:6bfc063082fb366096b3dc1091207a1d8255dfedf79280e9d2d39cd01f7a50ae_amd64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8-operator@sha256:c2703ccb114e68bc5d3840a19ff30704672f0bf245f9af550a44e2e4f7bb07d9_ppc64le",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8-operator@sha256:c45d3a755db98a225740591834da28cf1f800154fd1d076f123317c4c336a4f5_arm64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8-operator@sha256:e3d5d5fc5c5ce0c6ffd0b0478c42f46002d4b73af4df05aa5363904d1698f8ae_s390x",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8@sha256:000ebfdca4aeb5b29b0aeab9dd7d0afb971645ede59f4c8d4458a4e6396463f2_ppc64le",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8@sha256:5dc585c4926e1d24d68ea04ccd3ae33fd9d5d3647cc8c8f58546688b8f3b00f2_amd64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8@sha256:8b8064c57f71618b5bce8a268e1a979ef2df1658f666019c28557ce70bc3c037_s390x",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8@sha256:8bdda5fd35130c92d8d76f1e365ef9139f4d33f23cd0650ead5bd3a33aa95251_arm64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel8@sha256:50815edaa3c26f434b543f0f265d61002e55d78c10a82a060ca55df416d36801_s390x",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel8@sha256:8a2f9e5e5ed5451cd6d318d681cb71e1c0e118c2f018a0c4aa1c442c07575ab6_amd64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel8@sha256:8a9a40a6a30b2a87afd455e392c2677dbbc51d803d8cae087377076f6e5bcf90_arm64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel8@sha256:f4a3a6ce78089b04e0f53d7aaba40169311b20a46fd9d8978d78dbd7c6bf0fb3_ppc64le",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel8@sha256:12379c508fe2f5430fdd1d3d1325b02247bc6896a418388a0d7646364ccda961_s390x",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel8@sha256:817f0e3b0ed4a6c337a6c450d9d4af1f9fbef409dc32eaee5828eb7da351e1ab_ppc64le",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel8@sha256:cd92de8806f924ce635bfce07dfad0238fb34b8f8c06e4e5869a633d0da9a6b4_arm64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel8@sha256:fee69333a82f57264e4dd4ba49e19619501d42886e6c796ec9e0a909a4de5b50_amd64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:28a97dcc661efc28b8b293b35905f785e9120fdd41f6206036caacc18755d566_arm64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:358060eea532807aa3279e0d4bf43de591bef61096682f2cd1e860da8b80a1a0_amd64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:7ae5af121df2f1e2fa92215e6d085cedbc500832998ad2d4049bada44361c3b5_ppc64le",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:c3b35603492d0bfecb645dab468b97a16b78f292a9336c0c856df09588278095_s390x",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8@sha256:178d9486f88ad9ad7bb4dd97883db498c3f7430252ad5f81782d38d32d19a198_s390x",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8@sha256:672ae583c09c3a3c514b4fa06c0986a7ee3fc23e1bdf495d131e81e4ff8f1503_arm64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8@sha256:e81b49635af6b07d44802fc95b248f05a95fdd33e5ba2598e196208892c93b30_ppc64le",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8@sha256:f2b04dcbf3d12ddec6a45017e378d106d679796bf89a658d35d42a9ce2228b0e_amd64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:5701f79b3173a50470cee0952e233d0d1b385d49e7c7ebfdec04d2be3aa30c55_arm64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:a2337f9023a83e19d3a6280bb9babb41b8505b63400d3f60b05fb4389ddb0ea3_amd64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:b92e35104f477881936925a9b8691efff217dd551bd3a9a3a4d7c9ff4918d6fe_ppc64le",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:fca714dfb0fa2de313fee0ffac4ee731703e4785d24d0f59193027944d790bd1_s390x",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel8@sha256:3390781f4e8466c262749dd7df79d366bae19a1ea7a764abe78338f34572f5f5_ppc64le",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel8@sha256:8523c56b4f5e823b35be7a6d27d566292815de2d89c0f48c1913f207ec358c4a_amd64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel8@sha256:a72cb0d0d3716d21bcafb27975f1a3058666338b25223a1a1539d08e9eca9e62_s390x",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel8@sha256:effc16d36618ed5889021c5efc1a5c4bb2cbf53c8d3a6883b50b56d15b75884e_arm64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel8@sha256:27f67de1385c6f3084a03cebeca9d7d4c41bb6fcc62722f6d2481116e1fd795e_arm64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel8@sha256:2d7012a8bb36f1c07fe72c00029d24a4f83b4445dd89ad3985ce48a2b4c15921_amd64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel8@sha256:6e71e01be9e4f35473747fa305f11f3200b29d176332efdf9966c28d83572f83_s390x",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel8@sha256:c858d36e88c471138c77660b18cb4915bec93ac4f02d6fd71e1b4ab89b30abf3_ppc64le",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-proxy-rhel8@sha256:138ffc3339e3465f3ec78709a1ab047bac1728e441f1e7bfbd6898395e6c4cde_s390x",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-proxy-rhel8@sha256:15ed8ad741a0b4258e484272af1266578104a3ff625f9b4f7702cd68c2ce565f_ppc64le",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-proxy-rhel8@sha256:754688aa25eca1652a70bf3a07c19c77e39e0aafc094c57fc8a722ec9591ac63_amd64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c930ca3d655f16e34a096fdf73a8ae5e096811c4422654418d05021f32a1346a_arm64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8-operator@sha256:072bc72e1bb286ca7a6dd5fcb0a467bdeb687b817666a912a3595497b35475ff_amd64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8-operator@sha256:47855ecb0ffb02f321664a5c0070dcb199b4160ab0eeab696fe5649d59ecab5e_ppc64le",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8-operator@sha256:cb8531df1b2c116d836bc9784891a42571f91031c921b023c6e5c1789b01eb80_arm64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8-operator@sha256:fb050174585455cbd660511db640a1d1953aac33b92ad09f83dad901d3bc9e25_s390x",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8@sha256:5f57ad23e7811c002b7a01d311242e8f5f23b2e92dd97712049726ef912ad828_amd64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8@sha256:bd960aeebf094085203fec8fb1c9df3015dbbbc61f2892d7d11cc1540648949a_arm64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8@sha256:e0c04249a1a9904781621f195efb31284cba47d0eb648fe745cacd7629569a51_s390x",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8@sha256:f185030c8e48edab8955528014ee8a247e1c1b445767ef78bd089f6dd3dfeb16_ppc64le",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8-operator@sha256:3507746c0c6dd867c296de75b204c88cfde398c2d3b91362748545c82469f0b4_arm64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8-operator@sha256:9b177171b82c8a4ac10edcfd8eff7e2bd890aa4c4993faf5e50b4964f92d05be_s390x",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8-operator@sha256:bedbca16ac946dad1f6241c981f53f45e3b7e3b2d6667ed5b4750c2a9af99d3e_amd64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8-operator@sha256:e6b5ab6cfc48f7805eccad1c58d7d8303206c673fef7fed676851b01ba6d7254_ppc64le",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8@sha256:1addce43583536108b0fd96e3df18ac9be9b03ea561a30603baf6f2c3221c6b7_ppc64le",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8@sha256:298daef2cb878391328c5555843c2c7cbb760aefdde026d9b90db35fde4b8869_s390x",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8@sha256:7f6621f11042f5b31f8f9f5aea7609409671e33e5f5a731287ca5c9c075e2cd6_amd64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8@sha256:c1b4fbf52a942221449faac76f1e4ca723aeb9d9b46b376e17ec10d7b37519bb_arm64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-web-rhel8@sha256:2e9009ca3a1d82fd5937356fb8b07feed9de274c98864964d6e977642f16f217_arm64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-web-rhel8@sha256:9961ba1942d70d1de5787cbc407b00029cd9c1e58b7b2e64b417a0e47ad8c0e6_s390x",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-web-rhel8@sha256:e4432d931b28b75db3a509de7abff7380ec9b8f69ba9b9a962e6da8b87f57c8a_ppc64le",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-web-rhel8@sha256:ed30ab4b661011e52e6d47c457122b70c7664058b8282dc83ef64b5690aaec2c_amd64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:1dddfd87be2a7a30cc8b4bd7b259b4b76c10ec8442b8d2decfefd4c933b5636e_amd64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:1eede5de7b9726aedcb4bdb0dc26a816e24b8b897aa4813ee9babd0e66e55fe0_ppc64le",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:db1fb60a146c471305535375c38e2bd9bccc701da86c92419e01986e39551ae0_s390x",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:f0b2329948659ee01f505f2431f49f8dcc2fcfa8c9de42529cc9146732429091_arm64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8@sha256:2194a90ee1dc39a9c2eedf536f988aedab66c250a112669e3d521223dc926f76_ppc64le",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8@sha256:37561c5598dd188f711b8d65ff76e0ba9a70952b1355b08b1450dcd3d66b0c82_s390x",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8@sha256:91ec0d00fb54817461188676ea32476f6b6e48bc143171beb6d8c90272e9e408_amd64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8@sha256:d16b292559b4b1d213c1e6c864cdefba7797ff353d93cb72ad60c2c5f7574edc_arm64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:0cd8b08c35496499ba40696c33b60157d02eaa1ef02b894cf647aeaff223e333_ppc64le",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:b45c4bc6283b959afd0c8779584792217eaf984a09a14654270944e4be829846_arm64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:bee9015e1cef6a784b8a495d9a02b01f8af95a8f8f63f65b8bb9b7100432ef3f_s390x",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:f97a2e2081e47fe380e959e5b6a2baea4de788fea5d4706972d95ab21eef2be9_amd64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:06b6b484bfa217e6858aed17151e9e9f0c3306af30c6940487ae5bd10aa4471b_arm64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:1026da03da048f3aaf263b1f650a2cda1f415379dae13943faf6a3b399a7763f_amd64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:cd5eefe21e42496c3c9851199a04cd220918b127951364fa3857eb137785f797_s390x",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:d035d0ab147a7e3f4accf3a237173283dfbe70e1152150866dfda9e32c6707b1_ppc64le",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/receptor-rhel8@sha256:09df3c5de30b30b7b8d447e22ab416995e7d6a511a260ade1d714029decddb71_amd64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/receptor-rhel8@sha256:2292e0a91990e9c6ccc9c3f04d6bbdd7ba788cb820c653a298fd736cc82e7159_ppc64le",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/receptor-rhel8@sha256:70f59ff65695a4206aa4be924d30ec5c1ce1a8d6ba36767afb44dcb12dfbb81e_arm64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/receptor-rhel8@sha256:a6273ecd381b3ab7e770e2df45223c74dd172ebbb2e9d6ba87647c71f2d037df_s390x",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform/cloud-addons-operator-bundle@sha256:4717747b323dd661177e745de4437dc4c73dd46877c565aceafab4ae8eee9ec3_amd64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform/platform-operator-bundle@sha256:0da87cebdb0fa656f5e3845e5c882567ab75d1b0ed3cd937d232eb6a8087493b_arm64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform/platform-operator-bundle@sha256:7c2d7085884998a6022195bb451f397bb91db2a667da793d56cebbc09c59a39f_amd64",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform/platform-operator-bundle@sha256:85de94a5a49ed4c986b7a24c841e498ead37d79da154056e939cb1cfa1f6d7f2_s390x",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform/platform-operator-bundle@sha256:d207a07d44315888e918e1db176aa236e1b1bb3b6b7664e4534aa9bc0ae4956d_ppc64le",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel9@sha256:8a1732b0b8e8f2665e7d044dc2fe27bc97fc1fe796276b4d3951e9f5ad0a32b0_ppc64le",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel9@sha256:8ea96653e7ee2a38aa75094b5bcd9231783022b08900ad7b9719cc538edb9ece_arm64",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel9@sha256:e731d7d3748cc4c1aa0a882e7cb9f8bbb390189086ceb108dd7ad2c9634e35b5_amd64",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel9@sha256:f849a8620a88c866f79f959a010b3ef254ab644690983b56c1aa6f2815816083_s390x",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel9@sha256:45abbe185a3b63ec556ee1d9b0aaaf27e825a09a28965741cffd93e2b2b1881f_amd64",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel9@sha256:8f0ae6a2b90db4b1f8faca356f36c67d373152c7445d99c2eb7d765d37ee95a9_arm64",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel9@sha256:a35e7dcef3a12670cabd2e1903dadcbcea79d026993ef6caf57fbdb1cc942ff1_s390x",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel9@sha256:e55ced9b5d520f76153c876d1f0b6f9c2a26f30c20bee750dae2fe5d1d9a172f_ppc64le",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel9@sha256:3f05189b359834107a724a6ceffb89157312e8e947b25630d4eb7ac8e1384011_amd64",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel9@sha256:50dd80bcc6ae32f5f3cfc7b1f03f3b180f95e9cc4da18b5692bb8abe0bd85035_arm64",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel9@sha256:55190e96be5ec406b78a8bf7d58e7b1ac2739d38e6b06c8c99b74c029b24dbba_s390x",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel9@sha256:6d04a71007b2a32c8cfdae0e42f82787ff15acb0e206adad080df592d4192136_ppc64le",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel9@sha256:1f190d9a7ba3d45a2c96f39264e9c1d498a3e8b7b86716d785805dfcebf5e62c_arm64",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel9@sha256:8c405823c25f4e5c2e55811543f5f40198d7a0f4612f9abe9fed0a3591cc7d0f_amd64",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel9@sha256:dea264a6d5925f081a082b6f02f50f374b72437b5f63190f2c28555acbb98632_ppc64le",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel9@sha256:ed07f8188f4fc5bbfb26c514fbfc24003b4fa1b24635cf1e4b2bf5a9ec41701a_s390x",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel9@sha256:03dfbb61e438ce6b5823a7f6d4d5a154c4b9f099ab633b0e7db1b6573a74dbe6_arm64",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel9@sha256:2d52c483a82b06ea9f77e49f39b7aaa58787b4e41c5a91252262efd66d958f7d_ppc64le",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel9@sha256:77635309c4ef74f67d4fe55c93df42dad71071846779608a7902ef4fa365928d_amd64",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel9@sha256:da632461064ff25c857b31fc6f5d3231d68aed07f5593f81f4cf27979a839986_s390x",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-cloud-services-rhel9@sha256:2cbd390068ddcd01778cdd9609a0e88fcbc2799879f8421f747b9793e22e126f_arm64",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-cloud-services-rhel9@sha256:cd3920be2a09b9f4c2e36640b8e3da4de63f73a4776eae674821ba6d86f598d3_amd64",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel9@sha256:4e1bfa9d260ace301f80a6b54b4dbe8426e452d6dcd73ceedf7131c28e26b53f_ppc64le",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel9@sha256:a5f77fbf3dd159210ecd5d36a1c58fea6fba96e562765afb882d795e2961a1fd_arm64",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel9@sha256:ac3f711cad0e0b30b0c873db34d7a0209dd5cd84bf89b1cf59838f7d6bb8d9b1_s390x",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel9@sha256:b2b4cdb32da6362783502427036932801b36d7d30ad58798aeb0eb15133055e2_amd64",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel9@sha256:04a00b8b214c258044414aba456e5b6f67400a1eefd0e679406eea5f2dd369a1_amd64",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel9@sha256:082d603cf8ff37b3a499cfa6c1748c323920af2130b565b99480a3cc1f9c85ec_s390x",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel9@sha256:60cf287547830392b80c95a37abbf24e0078db5b582c100a585e77add83c564b_ppc64le",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel9@sha256:f59ce65a8b3818c79c727c085233e11a2b8d318842c026ba53ddce160665ec6b_arm64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Important"
        }
      ],
      "title": "jinja2: Jinja sandbox breakout through attr filter selecting format method"
    }
  ]
}
  rhsa-2025:3160
Vulnerability from csaf_redhat
Notes
{
  "document": {
    "aggregate_severity": {
      "namespace": "https://access.redhat.com/security/updates/classification/",
      "text": "Important"
    },
    "category": "csaf_security_advisory",
    "csaf_version": "2.0",
    "distribution": {
      "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
      "tlp": {
        "label": "WHITE",
        "url": "https://www.first.org/tlp/"
      }
    },
    "lang": "en",
    "notes": [
      {
        "category": "summary",
        "text": "An update is now available for Red Hat Ansible Automation Platform 2.5\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
        "title": "Topic"
      },
      {
        "category": "general",
        "text": "Red Hat Ansible Automation Platform provides an enterprise framework for building, deploying and managing IT automation at scale. IT Managers can provide top-down guidelines on how automation is applied to individual teams, while automation developers retain the freedom to write tasks that leverage existing knowledge without the overhead. Ansible Automation Platform makes it possible for users across an organization to share, vet, and manage automation content by means of a simple, powerful, and agentless language.\n\nSecurity Fix(es):\n\n* automation-controller: Jinja sandbox breakout through attr filter selecting format method (CVE-2025-27516)\n\n* python3.11-jinja2: Jinja sandbox breakout through attr filter selecting format method (CVE-2025-27516)\n\n* python3.11-django: Potential denial-of-service vulnerability in django.utils.text.wrap() (CVE-2025-26699)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nUpdates and fixes included:\n\nAutomation Platform\n* Fixed an issue when migrating user accounts with invalid email addresses, the process would print a message showing the user name of the user whose email address has been removed (AAP-42146)\n* When migrating user accounts with invalid email addresses the process will print a message showing the user name of the user whose email address has been removed (AAP-41675)\n* automation-gateway has been updated to 2.5.20250326\n* python3.11-django-ansible-base has been updated to 2.5.20250326\n\nAutomation controller\n* Fixed the host metrics to no longer collect host metrics for dark/unreachable hosts (AAP-41567)\n* Removed ANSIBLE_COLLECTIONS_PATHS from the controller\u2019s job output due to the discontinuation of ansible-engine 2.9 (AAP-41566)\n* Fixed the system auditor to no longer download the execution node install bundle (AAP-37922)\n* Fixed host records to no longer be added to the HostMetric if the host had only failures or unreachable tasks done (AAP-32094)\n* automation-controller has been updated to 4.6.10\n\nAutomation hub\n* Fixed an issue where the user could not delete automation hub teams on the resource API (AAP-42158)\n* Added a migration file to set the default value of retain_repo_versions to 1 for validated repositories (AAP-42005)\n* automation-hub has been updated to 4.10.3\n* python3.11-galaxy-ng has been updated to 4.10.3\n* python3.11-pulpcore has been updated to 3.49.34\n\nRPM-based Ansible Automation Platform\n* Fixed issue where preflight was not accounting for automationgateway being a CA server node (AAP-41817)\n* Fixed gateway installations which resulted in failures in environments with IPv6 due to nginx configuration timing (AAP-41816)\n* ansible-automation-platform-installer and installer setup have been updated to 2.5-10\n\nAdditional changes:\n* python3.11-django has been updated to 4.2.20\n* python3.11-jinja2 has been updated to 3.1.6",
        "title": "Details"
      },
      {
        "category": "legal_disclaimer",
        "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
        "title": "Terms of Use"
      }
    ],
    "publisher": {
      "category": "vendor",
      "contact_details": "https://access.redhat.com/security/team/contact/",
      "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
      "name": "Red Hat Product Security",
      "namespace": "https://www.redhat.com"
    },
    "references": [
      {
        "category": "self",
        "summary": "https://access.redhat.com/errata/RHSA-2025:3160",
        "url": "https://access.redhat.com/errata/RHSA-2025:3160"
      },
      {
        "category": "external",
        "summary": "https://access.redhat.com/security/updates/classification/#important",
        "url": "https://access.redhat.com/security/updates/classification/#important"
      },
      {
        "category": "external",
        "summary": "2348993",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348993"
      },
      {
        "category": "external",
        "summary": "2350190",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2350190"
      },
      {
        "category": "self",
        "summary": "Canonical URL",
        "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_3160.json"
      }
    ],
    "title": "Red Hat Security Advisory: Red Hat Ansible Automation Platform 2.5 Product Security and Bug Fix Update",
    "tracking": {
      "current_release_date": "2025-10-28T19:42:41+00:00",
      "generator": {
        "date": "2025-10-28T19:42:41+00:00",
        "engine": {
          "name": "Red Hat SDEngine",
          "version": "4.6.10"
        }
      },
      "id": "RHSA-2025:3160",
      "initial_release_date": "2025-03-25T12:26:53+00:00",
      "revision_history": [
        {
          "date": "2025-03-25T12:26:53+00:00",
          "number": "1",
          "summary": "Initial version"
        },
        {
          "date": "2025-03-25T12:26:53+00:00",
          "number": "2",
          "summary": "Last updated version"
        },
        {
          "date": "2025-10-28T19:42:41+00:00",
          "number": "3",
          "summary": "Last generated version"
        }
      ],
      "status": "final",
      "version": "3"
    }
  },
  "product_tree": {
    "branches": [
      {
        "branches": [
          {
            "branches": [
              {
                "category": "product_name",
                "name": "Red Hat Ansible Automation Platform 2.5 for RHEL 8",
                "product": {
                  "name": "Red Hat Ansible Automation Platform 2.5 for RHEL 8",
                  "product_id": "8Base-Ansible-Automation-Platform-2.5",
                  "product_identification_helper": {
                    "cpe": "cpe:/a:redhat:ansible_automation_platform:2.5::el8"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "Red Hat Ansible Automation Platform 2.5 for RHEL 8",
                "product": {
                  "name": "Red Hat Ansible Automation Platform 2.5 for RHEL 8",
                  "product_id": "8Base-Ansible-Automation-Platform-2.5-Inside-1.3",
                  "product_identification_helper": {
                    "cpe": "cpe:/a:redhat:ansible_automation_platform_inside:2.5::el8"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "Red Hat Ansible Automation Platform 2.5 for RHEL 8",
                "product": {
                  "name": "Red Hat Ansible Automation Platform 2.5 for RHEL 8",
                  "product_id": "8Base-Ansible-Automation-Platform-2.5-Developer-1.2",
                  "product_identification_helper": {
                    "cpe": "cpe:/a:redhat:ansible_automation_platform_developer:2.5::el8"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "Red Hat Ansible Automation Platform 2.5 for RHEL 9",
                "product": {
                  "name": "Red Hat Ansible Automation Platform 2.5 for RHEL 9",
                  "product_id": "9Base-Ansible-Automation-Platform-2.5",
                  "product_identification_helper": {
                    "cpe": "cpe:/a:redhat:ansible_automation_platform:2.5::el9"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "Red Hat Ansible Automation Platform 2.5 for RHEL 9",
                "product": {
                  "name": "Red Hat Ansible Automation Platform 2.5 for RHEL 9",
                  "product_id": "9Base-Ansible-Automation-Platform-2.5-Inside-1.3",
                  "product_identification_helper": {
                    "cpe": "cpe:/a:redhat:ansible_automation_platform_inside:2.5::el9"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "Red Hat Ansible Automation Platform 2.5 for RHEL 9",
                "product": {
                  "name": "Red Hat Ansible Automation Platform 2.5 for RHEL 9",
                  "product_id": "9Base-Ansible-Automation-Platform-2.5-Developer-1.2",
                  "product_identification_helper": {
                    "cpe": "cpe:/a:redhat:ansible_automation_platform_developer:2.5::el9"
                  }
                }
              }
            ],
            "category": "product_family",
            "name": "Red Hat Ansible Automation Platform"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "automation-hub-0:4.10.3-1.el8ap.src",
                "product": {
                  "name": "automation-hub-0:4.10.3-1.el8ap.src",
                  "product_id": "automation-hub-0:4.10.3-1.el8ap.src",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/automation-hub@4.10.3-1.el8ap?arch=src"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python3.11-jinja2-0:3.1.6-1.el8ap.src",
                "product": {
                  "name": "python3.11-jinja2-0:3.1.6-1.el8ap.src",
                  "product_id": "python3.11-jinja2-0:3.1.6-1.el8ap.src",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python3.11-jinja2@3.1.6-1.el8ap?arch=src"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-installer-0:2.5-10.el8ap.src",
                "product": {
                  "name": "ansible-automation-platform-installer-0:2.5-10.el8ap.src",
                  "product_id": "ansible-automation-platform-installer-0:2.5-10.el8ap.src",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/ansible-automation-platform-installer@2.5-10.el8ap?arch=src"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python3.11-django-ansible-base-0:2.5.20250326-1.el8ap.src",
                "product": {
                  "name": "python3.11-django-ansible-base-0:2.5.20250326-1.el8ap.src",
                  "product_id": "python3.11-django-ansible-base-0:2.5.20250326-1.el8ap.src",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python3.11-django-ansible-base@2.5.20250326-1.el8ap?arch=src"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python3.11-django-0:4.2.20-1.el8ap.src",
                "product": {
                  "name": "python3.11-django-0:4.2.20-1.el8ap.src",
                  "product_id": "python3.11-django-0:4.2.20-1.el8ap.src",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python3.11-django@4.2.20-1.el8ap?arch=src"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "automation-gateway-0:2.5.20250326-1.el8ap.src",
                "product": {
                  "name": "automation-gateway-0:2.5.20250326-1.el8ap.src",
                  "product_id": "automation-gateway-0:2.5.20250326-1.el8ap.src",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/automation-gateway@2.5.20250326-1.el8ap?arch=src"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python3.11-galaxy-ng-0:4.10.3-1.el8ap.src",
                "product": {
                  "name": "python3.11-galaxy-ng-0:4.10.3-1.el8ap.src",
                  "product_id": "python3.11-galaxy-ng-0:4.10.3-1.el8ap.src",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python3.11-galaxy-ng@4.10.3-1.el8ap?arch=src"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python3.11-pulpcore-0:3.49.34-1.el8ap.src",
                "product": {
                  "name": "python3.11-pulpcore-0:3.49.34-1.el8ap.src",
                  "product_id": "python3.11-pulpcore-0:3.49.34-1.el8ap.src",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python3.11-pulpcore@3.49.34-1.el8ap?arch=src"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "automation-controller-0:4.6.10-1.el8ap.src",
                "product": {
                  "name": "automation-controller-0:4.6.10-1.el8ap.src",
                  "product_id": "automation-controller-0:4.6.10-1.el8ap.src",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/automation-controller@4.6.10-1.el8ap?arch=src"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python3.11-pulpcore-0:3.49.34-1.el9ap.src",
                "product": {
                  "name": "python3.11-pulpcore-0:3.49.34-1.el9ap.src",
                  "product_id": "python3.11-pulpcore-0:3.49.34-1.el9ap.src",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python3.11-pulpcore@3.49.34-1.el9ap?arch=src"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "automation-hub-0:4.10.3-1.el9ap.src",
                "product": {
                  "name": "automation-hub-0:4.10.3-1.el9ap.src",
                  "product_id": "automation-hub-0:4.10.3-1.el9ap.src",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/automation-hub@4.10.3-1.el9ap?arch=src"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-installer-0:2.5-10.el9ap.src",
                "product": {
                  "name": "ansible-automation-platform-installer-0:2.5-10.el9ap.src",
                  "product_id": "ansible-automation-platform-installer-0:2.5-10.el9ap.src",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/ansible-automation-platform-installer@2.5-10.el9ap?arch=src"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python3.11-django-ansible-base-0:2.5.20250326-1.el9ap.src",
                "product": {
                  "name": "python3.11-django-ansible-base-0:2.5.20250326-1.el9ap.src",
                  "product_id": "python3.11-django-ansible-base-0:2.5.20250326-1.el9ap.src",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python3.11-django-ansible-base@2.5.20250326-1.el9ap?arch=src"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "automation-gateway-0:2.5.20250326-1.el9ap.src",
                "product": {
                  "name": "automation-gateway-0:2.5.20250326-1.el9ap.src",
                  "product_id": "automation-gateway-0:2.5.20250326-1.el9ap.src",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/automation-gateway@2.5.20250326-1.el9ap?arch=src"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python3.11-galaxy-ng-0:4.10.3-1.el9ap.src",
                "product": {
                  "name": "python3.11-galaxy-ng-0:4.10.3-1.el9ap.src",
                  "product_id": "python3.11-galaxy-ng-0:4.10.3-1.el9ap.src",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python3.11-galaxy-ng@4.10.3-1.el9ap?arch=src"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python3.11-jinja2-0:3.1.6-1.el9ap.src",
                "product": {
                  "name": "python3.11-jinja2-0:3.1.6-1.el9ap.src",
                  "product_id": "python3.11-jinja2-0:3.1.6-1.el9ap.src",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python3.11-jinja2@3.1.6-1.el9ap?arch=src"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python3.11-django-0:4.2.20-1.el9ap.src",
                "product": {
                  "name": "python3.11-django-0:4.2.20-1.el9ap.src",
                  "product_id": "python3.11-django-0:4.2.20-1.el9ap.src",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python3.11-django@4.2.20-1.el9ap?arch=src"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "automation-controller-0:4.6.10-1.el9ap.src",
                "product": {
                  "name": "automation-controller-0:4.6.10-1.el9ap.src",
                  "product_id": "automation-controller-0:4.6.10-1.el9ap.src",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/automation-controller@4.6.10-1.el9ap?arch=src"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "src"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "automation-hub-0:4.10.3-1.el8ap.noarch",
                "product": {
                  "name": "automation-hub-0:4.10.3-1.el8ap.noarch",
                  "product_id": "automation-hub-0:4.10.3-1.el8ap.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/automation-hub@4.10.3-1.el8ap?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python3.11-jinja2-0:3.1.6-1.el8ap.noarch",
                "product": {
                  "name": "python3.11-jinja2-0:3.1.6-1.el8ap.noarch",
                  "product_id": "python3.11-jinja2-0:3.1.6-1.el8ap.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python3.11-jinja2@3.1.6-1.el8ap?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-installer-0:2.5-10.el8ap.noarch",
                "product": {
                  "name": "ansible-automation-platform-installer-0:2.5-10.el8ap.noarch",
                  "product_id": "ansible-automation-platform-installer-0:2.5-10.el8ap.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/ansible-automation-platform-installer@2.5-10.el8ap?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python3.11-django-ansible-base+activitystream-0:2.5.20250326-1.el8ap.noarch",
                "product": {
                  "name": "python3.11-django-ansible-base+activitystream-0:2.5.20250326-1.el8ap.noarch",
                  "product_id": "python3.11-django-ansible-base+activitystream-0:2.5.20250326-1.el8ap.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python3.11-django-ansible-base%2Bactivitystream@2.5.20250326-1.el8ap?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python3.11-django-ansible-base+api_documentation-0:2.5.20250326-1.el8ap.noarch",
                "product": {
                  "name": "python3.11-django-ansible-base+api_documentation-0:2.5.20250326-1.el8ap.noarch",
                  "product_id": "python3.11-django-ansible-base+api_documentation-0:2.5.20250326-1.el8ap.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python3.11-django-ansible-base%2Bapi_documentation@2.5.20250326-1.el8ap?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python3.11-django-ansible-base+authentication-0:2.5.20250326-1.el8ap.noarch",
                "product": {
                  "name": "python3.11-django-ansible-base+authentication-0:2.5.20250326-1.el8ap.noarch",
                  "product_id": "python3.11-django-ansible-base+authentication-0:2.5.20250326-1.el8ap.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python3.11-django-ansible-base%2Bauthentication@2.5.20250326-1.el8ap?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python3.11-django-ansible-base+channel_auth-0:2.5.20250326-1.el8ap.noarch",
                "product": {
                  "name": "python3.11-django-ansible-base+channel_auth-0:2.5.20250326-1.el8ap.noarch",
                  "product_id": "python3.11-django-ansible-base+channel_auth-0:2.5.20250326-1.el8ap.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python3.11-django-ansible-base%2Bchannel_auth@2.5.20250326-1.el8ap?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python3.11-django-ansible-base+feature_flags-0:2.5.20250326-1.el8ap.noarch",
                "product": {
                  "name": "python3.11-django-ansible-base+feature_flags-0:2.5.20250326-1.el8ap.noarch",
                  "product_id": "python3.11-django-ansible-base+feature_flags-0:2.5.20250326-1.el8ap.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python3.11-django-ansible-base%2Bfeature_flags@2.5.20250326-1.el8ap?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python3.11-django-ansible-base+jwt_consumer-0:2.5.20250326-1.el8ap.noarch",
                "product": {
                  "name": "python3.11-django-ansible-base+jwt_consumer-0:2.5.20250326-1.el8ap.noarch",
                  "product_id": "python3.11-django-ansible-base+jwt_consumer-0:2.5.20250326-1.el8ap.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python3.11-django-ansible-base%2Bjwt_consumer@2.5.20250326-1.el8ap?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python3.11-django-ansible-base+oauth2_provider-0:2.5.20250326-1.el8ap.noarch",
                "product": {
                  "name": "python3.11-django-ansible-base+oauth2_provider-0:2.5.20250326-1.el8ap.noarch",
                  "product_id": "python3.11-django-ansible-base+oauth2_provider-0:2.5.20250326-1.el8ap.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python3.11-django-ansible-base%2Boauth2_provider@2.5.20250326-1.el8ap?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python3.11-django-ansible-base+rbac-0:2.5.20250326-1.el8ap.noarch",
                "product": {
                  "name": "python3.11-django-ansible-base+rbac-0:2.5.20250326-1.el8ap.noarch",
                  "product_id": "python3.11-django-ansible-base+rbac-0:2.5.20250326-1.el8ap.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python3.11-django-ansible-base%2Brbac@2.5.20250326-1.el8ap?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python3.11-django-ansible-base+redis_client-0:2.5.20250326-1.el8ap.noarch",
                "product": {
                  "name": "python3.11-django-ansible-base+redis_client-0:2.5.20250326-1.el8ap.noarch",
                  "product_id": "python3.11-django-ansible-base+redis_client-0:2.5.20250326-1.el8ap.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python3.11-django-ansible-base%2Bredis_client@2.5.20250326-1.el8ap?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python3.11-django-ansible-base+rest_filters-0:2.5.20250326-1.el8ap.noarch",
                "product": {
                  "name": "python3.11-django-ansible-base+rest_filters-0:2.5.20250326-1.el8ap.noarch",
                  "product_id": "python3.11-django-ansible-base+rest_filters-0:2.5.20250326-1.el8ap.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python3.11-django-ansible-base%2Brest_filters@2.5.20250326-1.el8ap?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python3.11-django-ansible-base-0:2.5.20250326-1.el8ap.noarch",
                "product": {
                  "name": "python3.11-django-ansible-base-0:2.5.20250326-1.el8ap.noarch",
                  "product_id": "python3.11-django-ansible-base-0:2.5.20250326-1.el8ap.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python3.11-django-ansible-base@2.5.20250326-1.el8ap?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python3.11-django-0:4.2.20-1.el8ap.noarch",
                "product": {
                  "name": "python3.11-django-0:4.2.20-1.el8ap.noarch",
                  "product_id": "python3.11-django-0:4.2.20-1.el8ap.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python3.11-django@4.2.20-1.el8ap?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "automation-gateway-0:2.5.20250326-1.el8ap.noarch",
                "product": {
                  "name": "automation-gateway-0:2.5.20250326-1.el8ap.noarch",
                  "product_id": "automation-gateway-0:2.5.20250326-1.el8ap.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/automation-gateway@2.5.20250326-1.el8ap?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "automation-gateway-config-0:2.5.20250326-1.el8ap.noarch",
                "product": {
                  "name": "automation-gateway-config-0:2.5.20250326-1.el8ap.noarch",
                  "product_id": "automation-gateway-config-0:2.5.20250326-1.el8ap.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/automation-gateway-config@2.5.20250326-1.el8ap?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "automation-gateway-server-0:2.5.20250326-1.el8ap.noarch",
                "product": {
                  "name": "automation-gateway-server-0:2.5.20250326-1.el8ap.noarch",
                  "product_id": "automation-gateway-server-0:2.5.20250326-1.el8ap.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/automation-gateway-server@2.5.20250326-1.el8ap?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python3.11-galaxy-ng-0:4.10.3-1.el8ap.noarch",
                "product": {
                  "name": "python3.11-galaxy-ng-0:4.10.3-1.el8ap.noarch",
                  "product_id": "python3.11-galaxy-ng-0:4.10.3-1.el8ap.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python3.11-galaxy-ng@4.10.3-1.el8ap?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python3.11-pulpcore-0:3.49.34-1.el8ap.noarch",
                "product": {
                  "name": "python3.11-pulpcore-0:3.49.34-1.el8ap.noarch",
                  "product_id": "python3.11-pulpcore-0:3.49.34-1.el8ap.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python3.11-pulpcore@3.49.34-1.el8ap?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "automation-controller-cli-0:4.6.10-1.el8ap.noarch",
                "product": {
                  "name": "automation-controller-cli-0:4.6.10-1.el8ap.noarch",
                  "product_id": "automation-controller-cli-0:4.6.10-1.el8ap.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/automation-controller-cli@4.6.10-1.el8ap?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "automation-controller-server-0:4.6.10-1.el8ap.noarch",
                "product": {
                  "name": "automation-controller-server-0:4.6.10-1.el8ap.noarch",
                  "product_id": "automation-controller-server-0:4.6.10-1.el8ap.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/automation-controller-server@4.6.10-1.el8ap?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "automation-controller-ui-0:4.6.10-1.el8ap.noarch",
                "product": {
                  "name": "automation-controller-ui-0:4.6.10-1.el8ap.noarch",
                  "product_id": "automation-controller-ui-0:4.6.10-1.el8ap.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/automation-controller-ui@4.6.10-1.el8ap?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python3.11-pulpcore-0:3.49.34-1.el9ap.noarch",
                "product": {
                  "name": "python3.11-pulpcore-0:3.49.34-1.el9ap.noarch",
                  "product_id": "python3.11-pulpcore-0:3.49.34-1.el9ap.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python3.11-pulpcore@3.49.34-1.el9ap?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "automation-hub-0:4.10.3-1.el9ap.noarch",
                "product": {
                  "name": "automation-hub-0:4.10.3-1.el9ap.noarch",
                  "product_id": "automation-hub-0:4.10.3-1.el9ap.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/automation-hub@4.10.3-1.el9ap?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-installer-0:2.5-10.el9ap.noarch",
                "product": {
                  "name": "ansible-automation-platform-installer-0:2.5-10.el9ap.noarch",
                  "product_id": "ansible-automation-platform-installer-0:2.5-10.el9ap.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/ansible-automation-platform-installer@2.5-10.el9ap?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python3.11-django-ansible-base+activitystream-0:2.5.20250326-1.el9ap.noarch",
                "product": {
                  "name": "python3.11-django-ansible-base+activitystream-0:2.5.20250326-1.el9ap.noarch",
                  "product_id": "python3.11-django-ansible-base+activitystream-0:2.5.20250326-1.el9ap.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python3.11-django-ansible-base%2Bactivitystream@2.5.20250326-1.el9ap?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python3.11-django-ansible-base+api_documentation-0:2.5.20250326-1.el9ap.noarch",
                "product": {
                  "name": "python3.11-django-ansible-base+api_documentation-0:2.5.20250326-1.el9ap.noarch",
                  "product_id": "python3.11-django-ansible-base+api_documentation-0:2.5.20250326-1.el9ap.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python3.11-django-ansible-base%2Bapi_documentation@2.5.20250326-1.el9ap?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python3.11-django-ansible-base+authentication-0:2.5.20250326-1.el9ap.noarch",
                "product": {
                  "name": "python3.11-django-ansible-base+authentication-0:2.5.20250326-1.el9ap.noarch",
                  "product_id": "python3.11-django-ansible-base+authentication-0:2.5.20250326-1.el9ap.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python3.11-django-ansible-base%2Bauthentication@2.5.20250326-1.el9ap?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python3.11-django-ansible-base+channel_auth-0:2.5.20250326-1.el9ap.noarch",
                "product": {
                  "name": "python3.11-django-ansible-base+channel_auth-0:2.5.20250326-1.el9ap.noarch",
                  "product_id": "python3.11-django-ansible-base+channel_auth-0:2.5.20250326-1.el9ap.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python3.11-django-ansible-base%2Bchannel_auth@2.5.20250326-1.el9ap?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python3.11-django-ansible-base+feature_flags-0:2.5.20250326-1.el9ap.noarch",
                "product": {
                  "name": "python3.11-django-ansible-base+feature_flags-0:2.5.20250326-1.el9ap.noarch",
                  "product_id": "python3.11-django-ansible-base+feature_flags-0:2.5.20250326-1.el9ap.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python3.11-django-ansible-base%2Bfeature_flags@2.5.20250326-1.el9ap?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python3.11-django-ansible-base+jwt_consumer-0:2.5.20250326-1.el9ap.noarch",
                "product": {
                  "name": "python3.11-django-ansible-base+jwt_consumer-0:2.5.20250326-1.el9ap.noarch",
                  "product_id": "python3.11-django-ansible-base+jwt_consumer-0:2.5.20250326-1.el9ap.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python3.11-django-ansible-base%2Bjwt_consumer@2.5.20250326-1.el9ap?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python3.11-django-ansible-base+oauth2_provider-0:2.5.20250326-1.el9ap.noarch",
                "product": {
                  "name": "python3.11-django-ansible-base+oauth2_provider-0:2.5.20250326-1.el9ap.noarch",
                  "product_id": "python3.11-django-ansible-base+oauth2_provider-0:2.5.20250326-1.el9ap.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python3.11-django-ansible-base%2Boauth2_provider@2.5.20250326-1.el9ap?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python3.11-django-ansible-base+rbac-0:2.5.20250326-1.el9ap.noarch",
                "product": {
                  "name": "python3.11-django-ansible-base+rbac-0:2.5.20250326-1.el9ap.noarch",
                  "product_id": "python3.11-django-ansible-base+rbac-0:2.5.20250326-1.el9ap.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python3.11-django-ansible-base%2Brbac@2.5.20250326-1.el9ap?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python3.11-django-ansible-base+redis_client-0:2.5.20250326-1.el9ap.noarch",
                "product": {
                  "name": "python3.11-django-ansible-base+redis_client-0:2.5.20250326-1.el9ap.noarch",
                  "product_id": "python3.11-django-ansible-base+redis_client-0:2.5.20250326-1.el9ap.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python3.11-django-ansible-base%2Bredis_client@2.5.20250326-1.el9ap?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python3.11-django-ansible-base+rest_filters-0:2.5.20250326-1.el9ap.noarch",
                "product": {
                  "name": "python3.11-django-ansible-base+rest_filters-0:2.5.20250326-1.el9ap.noarch",
                  "product_id": "python3.11-django-ansible-base+rest_filters-0:2.5.20250326-1.el9ap.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python3.11-django-ansible-base%2Brest_filters@2.5.20250326-1.el9ap?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python3.11-django-ansible-base-0:2.5.20250326-1.el9ap.noarch",
                "product": {
                  "name": "python3.11-django-ansible-base-0:2.5.20250326-1.el9ap.noarch",
                  "product_id": "python3.11-django-ansible-base-0:2.5.20250326-1.el9ap.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python3.11-django-ansible-base@2.5.20250326-1.el9ap?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "automation-gateway-0:2.5.20250326-1.el9ap.noarch",
                "product": {
                  "name": "automation-gateway-0:2.5.20250326-1.el9ap.noarch",
                  "product_id": "automation-gateway-0:2.5.20250326-1.el9ap.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/automation-gateway@2.5.20250326-1.el9ap?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "automation-gateway-config-0:2.5.20250326-1.el9ap.noarch",
                "product": {
                  "name": "automation-gateway-config-0:2.5.20250326-1.el9ap.noarch",
                  "product_id": "automation-gateway-config-0:2.5.20250326-1.el9ap.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/automation-gateway-config@2.5.20250326-1.el9ap?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "automation-gateway-server-0:2.5.20250326-1.el9ap.noarch",
                "product": {
                  "name": "automation-gateway-server-0:2.5.20250326-1.el9ap.noarch",
                  "product_id": "automation-gateway-server-0:2.5.20250326-1.el9ap.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/automation-gateway-server@2.5.20250326-1.el9ap?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python3.11-galaxy-ng-0:4.10.3-1.el9ap.noarch",
                "product": {
                  "name": "python3.11-galaxy-ng-0:4.10.3-1.el9ap.noarch",
                  "product_id": "python3.11-galaxy-ng-0:4.10.3-1.el9ap.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python3.11-galaxy-ng@4.10.3-1.el9ap?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python3.11-jinja2-0:3.1.6-1.el9ap.noarch",
                "product": {
                  "name": "python3.11-jinja2-0:3.1.6-1.el9ap.noarch",
                  "product_id": "python3.11-jinja2-0:3.1.6-1.el9ap.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python3.11-jinja2@3.1.6-1.el9ap?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python3.11-django-0:4.2.20-1.el9ap.noarch",
                "product": {
                  "name": "python3.11-django-0:4.2.20-1.el9ap.noarch",
                  "product_id": "python3.11-django-0:4.2.20-1.el9ap.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python3.11-django@4.2.20-1.el9ap?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "automation-controller-cli-0:4.6.10-1.el9ap.noarch",
                "product": {
                  "name": "automation-controller-cli-0:4.6.10-1.el9ap.noarch",
                  "product_id": "automation-controller-cli-0:4.6.10-1.el9ap.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/automation-controller-cli@4.6.10-1.el9ap?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "automation-controller-server-0:4.6.10-1.el9ap.noarch",
                "product": {
                  "name": "automation-controller-server-0:4.6.10-1.el9ap.noarch",
                  "product_id": "automation-controller-server-0:4.6.10-1.el9ap.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/automation-controller-server@4.6.10-1.el9ap?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "automation-controller-ui-0:4.6.10-1.el9ap.noarch",
                "product": {
                  "name": "automation-controller-ui-0:4.6.10-1.el9ap.noarch",
                  "product_id": "automation-controller-ui-0:4.6.10-1.el9ap.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/automation-controller-ui@4.6.10-1.el9ap?arch=noarch"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "noarch"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "automation-controller-0:4.6.10-1.el8ap.x86_64",
                "product": {
                  "name": "automation-controller-0:4.6.10-1.el8ap.x86_64",
                  "product_id": "automation-controller-0:4.6.10-1.el8ap.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/automation-controller@4.6.10-1.el8ap?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "automation-controller-venv-tower-0:4.6.10-1.el8ap.x86_64",
                "product": {
                  "name": "automation-controller-venv-tower-0:4.6.10-1.el8ap.x86_64",
                  "product_id": "automation-controller-venv-tower-0:4.6.10-1.el8ap.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.6.10-1.el8ap?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "automation-controller-0:4.6.10-1.el9ap.x86_64",
                "product": {
                  "name": "automation-controller-0:4.6.10-1.el9ap.x86_64",
                  "product_id": "automation-controller-0:4.6.10-1.el9ap.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/automation-controller@4.6.10-1.el9ap?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "automation-controller-venv-tower-0:4.6.10-1.el9ap.x86_64",
                "product": {
                  "name": "automation-controller-venv-tower-0:4.6.10-1.el9ap.x86_64",
                  "product_id": "automation-controller-venv-tower-0:4.6.10-1.el9ap.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.6.10-1.el9ap?arch=x86_64"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "x86_64"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "automation-controller-0:4.6.10-1.el8ap.ppc64le",
                "product": {
                  "name": "automation-controller-0:4.6.10-1.el8ap.ppc64le",
                  "product_id": "automation-controller-0:4.6.10-1.el8ap.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/automation-controller@4.6.10-1.el8ap?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "automation-controller-venv-tower-0:4.6.10-1.el8ap.ppc64le",
                "product": {
                  "name": "automation-controller-venv-tower-0:4.6.10-1.el8ap.ppc64le",
                  "product_id": "automation-controller-venv-tower-0:4.6.10-1.el8ap.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.6.10-1.el8ap?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "automation-controller-0:4.6.10-1.el9ap.ppc64le",
                "product": {
                  "name": "automation-controller-0:4.6.10-1.el9ap.ppc64le",
                  "product_id": "automation-controller-0:4.6.10-1.el9ap.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/automation-controller@4.6.10-1.el9ap?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "automation-controller-venv-tower-0:4.6.10-1.el9ap.ppc64le",
                "product": {
                  "name": "automation-controller-venv-tower-0:4.6.10-1.el9ap.ppc64le",
                  "product_id": "automation-controller-venv-tower-0:4.6.10-1.el9ap.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.6.10-1.el9ap?arch=ppc64le"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "ppc64le"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "automation-controller-0:4.6.10-1.el8ap.s390x",
                "product": {
                  "name": "automation-controller-0:4.6.10-1.el8ap.s390x",
                  "product_id": "automation-controller-0:4.6.10-1.el8ap.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/automation-controller@4.6.10-1.el8ap?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "automation-controller-venv-tower-0:4.6.10-1.el8ap.s390x",
                "product": {
                  "name": "automation-controller-venv-tower-0:4.6.10-1.el8ap.s390x",
                  "product_id": "automation-controller-venv-tower-0:4.6.10-1.el8ap.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.6.10-1.el8ap?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "automation-controller-0:4.6.10-1.el9ap.s390x",
                "product": {
                  "name": "automation-controller-0:4.6.10-1.el9ap.s390x",
                  "product_id": "automation-controller-0:4.6.10-1.el9ap.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/automation-controller@4.6.10-1.el9ap?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "automation-controller-venv-tower-0:4.6.10-1.el9ap.s390x",
                "product": {
                  "name": "automation-controller-venv-tower-0:4.6.10-1.el9ap.s390x",
                  "product_id": "automation-controller-venv-tower-0:4.6.10-1.el9ap.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.6.10-1.el9ap?arch=s390x"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "s390x"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "automation-controller-0:4.6.10-1.el8ap.aarch64",
                "product": {
                  "name": "automation-controller-0:4.6.10-1.el8ap.aarch64",
                  "product_id": "automation-controller-0:4.6.10-1.el8ap.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/automation-controller@4.6.10-1.el8ap?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "automation-controller-venv-tower-0:4.6.10-1.el8ap.aarch64",
                "product": {
                  "name": "automation-controller-venv-tower-0:4.6.10-1.el8ap.aarch64",
                  "product_id": "automation-controller-venv-tower-0:4.6.10-1.el8ap.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.6.10-1.el8ap?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "automation-controller-0:4.6.10-1.el9ap.aarch64",
                "product": {
                  "name": "automation-controller-0:4.6.10-1.el9ap.aarch64",
                  "product_id": "automation-controller-0:4.6.10-1.el9ap.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/automation-controller@4.6.10-1.el9ap?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "automation-controller-venv-tower-0:4.6.10-1.el9ap.aarch64",
                "product": {
                  "name": "automation-controller-venv-tower-0:4.6.10-1.el9ap.aarch64",
                  "product_id": "automation-controller-venv-tower-0:4.6.10-1.el9ap.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.6.10-1.el9ap?arch=aarch64"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "aarch64"
          }
        ],
        "category": "vendor",
        "name": "Red Hat"
      }
    ],
    "relationships": [
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "automation-controller-0:4.6.10-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.10-1.el8ap.aarch64"
        },
        "product_reference": "automation-controller-0:4.6.10-1.el8ap.aarch64",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5-Developer-1.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "automation-controller-0:4.6.10-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.10-1.el8ap.ppc64le"
        },
        "product_reference": "automation-controller-0:4.6.10-1.el8ap.ppc64le",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5-Developer-1.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "automation-controller-0:4.6.10-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.10-1.el8ap.s390x"
        },
        "product_reference": "automation-controller-0:4.6.10-1.el8ap.s390x",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5-Developer-1.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "automation-controller-0:4.6.10-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.10-1.el8ap.src"
        },
        "product_reference": "automation-controller-0:4.6.10-1.el8ap.src",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5-Developer-1.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "automation-controller-0:4.6.10-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.10-1.el8ap.x86_64"
        },
        "product_reference": "automation-controller-0:4.6.10-1.el8ap.x86_64",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5-Developer-1.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "automation-controller-cli-0:4.6.10-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.10-1.el8ap.noarch"
        },
        "product_reference": "automation-controller-cli-0:4.6.10-1.el8ap.noarch",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5-Developer-1.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "automation-controller-server-0:4.6.10-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-server-0:4.6.10-1.el8ap.noarch"
        },
        "product_reference": "automation-controller-server-0:4.6.10-1.el8ap.noarch",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5-Developer-1.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "automation-controller-ui-0:4.6.10-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-ui-0:4.6.10-1.el8ap.noarch"
        },
        "product_reference": "automation-controller-ui-0:4.6.10-1.el8ap.noarch",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5-Developer-1.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "automation-controller-venv-tower-0:4.6.10-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.10-1.el8ap.aarch64"
        },
        "product_reference": "automation-controller-venv-tower-0:4.6.10-1.el8ap.aarch64",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5-Developer-1.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "automation-controller-venv-tower-0:4.6.10-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.10-1.el8ap.ppc64le"
        },
        "product_reference": "automation-controller-venv-tower-0:4.6.10-1.el8ap.ppc64le",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5-Developer-1.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "automation-controller-venv-tower-0:4.6.10-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.10-1.el8ap.s390x"
        },
        "product_reference": "automation-controller-venv-tower-0:4.6.10-1.el8ap.s390x",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5-Developer-1.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "automation-controller-venv-tower-0:4.6.10-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.10-1.el8ap.x86_64"
        },
        "product_reference": "automation-controller-venv-tower-0:4.6.10-1.el8ap.x86_64",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5-Developer-1.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3.11-django-0:4.2.20-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.20-1.el8ap.noarch"
        },
        "product_reference": "python3.11-django-0:4.2.20-1.el8ap.noarch",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5-Developer-1.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3.11-django-0:4.2.20-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.20-1.el8ap.src"
        },
        "product_reference": "python3.11-django-0:4.2.20-1.el8ap.src",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5-Developer-1.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3.11-jinja2-0:3.1.6-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.6-1.el8ap.noarch"
        },
        "product_reference": "python3.11-jinja2-0:3.1.6-1.el8ap.noarch",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5-Developer-1.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3.11-jinja2-0:3.1.6-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.6-1.el8ap.src"
        },
        "product_reference": "python3.11-jinja2-0:3.1.6-1.el8ap.src",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5-Developer-1.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3.11-jinja2-0:3.1.6-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.6-1.el8ap.noarch"
        },
        "product_reference": "python3.11-jinja2-0:3.1.6-1.el8ap.noarch",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5-Inside-1.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3.11-jinja2-0:3.1.6-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.6-1.el8ap.src"
        },
        "product_reference": "python3.11-jinja2-0:3.1.6-1.el8ap.src",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5-Inside-1.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-installer-0:2.5-10.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-10.el8ap.noarch"
        },
        "product_reference": "ansible-automation-platform-installer-0:2.5-10.el8ap.noarch",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-installer-0:2.5-10.el8ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-10.el8ap.src"
        },
        "product_reference": "ansible-automation-platform-installer-0:2.5-10.el8ap.src",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "automation-controller-0:4.6.10-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.10-1.el8ap.aarch64"
        },
        "product_reference": "automation-controller-0:4.6.10-1.el8ap.aarch64",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "automation-controller-0:4.6.10-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.10-1.el8ap.ppc64le"
        },
        "product_reference": "automation-controller-0:4.6.10-1.el8ap.ppc64le",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "automation-controller-0:4.6.10-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.10-1.el8ap.s390x"
        },
        "product_reference": "automation-controller-0:4.6.10-1.el8ap.s390x",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "automation-controller-0:4.6.10-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.10-1.el8ap.src"
        },
        "product_reference": "automation-controller-0:4.6.10-1.el8ap.src",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "automation-controller-0:4.6.10-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.10-1.el8ap.x86_64"
        },
        "product_reference": "automation-controller-0:4.6.10-1.el8ap.x86_64",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "automation-controller-cli-0:4.6.10-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.10-1.el8ap.noarch"
        },
        "product_reference": "automation-controller-cli-0:4.6.10-1.el8ap.noarch",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "automation-controller-server-0:4.6.10-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.10-1.el8ap.noarch"
        },
        "product_reference": "automation-controller-server-0:4.6.10-1.el8ap.noarch",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "automation-controller-ui-0:4.6.10-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.10-1.el8ap.noarch"
        },
        "product_reference": "automation-controller-ui-0:4.6.10-1.el8ap.noarch",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "automation-controller-venv-tower-0:4.6.10-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.10-1.el8ap.aarch64"
        },
        "product_reference": "automation-controller-venv-tower-0:4.6.10-1.el8ap.aarch64",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "automation-controller-venv-tower-0:4.6.10-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.10-1.el8ap.ppc64le"
        },
        "product_reference": "automation-controller-venv-tower-0:4.6.10-1.el8ap.ppc64le",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "automation-controller-venv-tower-0:4.6.10-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.10-1.el8ap.s390x"
        },
        "product_reference": "automation-controller-venv-tower-0:4.6.10-1.el8ap.s390x",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "automation-controller-venv-tower-0:4.6.10-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.10-1.el8ap.x86_64"
        },
        "product_reference": "automation-controller-venv-tower-0:4.6.10-1.el8ap.x86_64",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "automation-gateway-0:2.5.20250326-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20250326-1.el8ap.noarch"
        },
        "product_reference": "automation-gateway-0:2.5.20250326-1.el8ap.noarch",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "automation-gateway-0:2.5.20250326-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20250326-1.el8ap.src"
        },
        "product_reference": "automation-gateway-0:2.5.20250326-1.el8ap.src",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "automation-gateway-config-0:2.5.20250326-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20250326-1.el8ap.noarch"
        },
        "product_reference": "automation-gateway-config-0:2.5.20250326-1.el8ap.noarch",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "automation-gateway-server-0:2.5.20250326-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20250326-1.el8ap.noarch"
        },
        "product_reference": "automation-gateway-server-0:2.5.20250326-1.el8ap.noarch",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "automation-hub-0:4.10.3-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.3-1.el8ap.noarch"
        },
        "product_reference": "automation-hub-0:4.10.3-1.el8ap.noarch",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "automation-hub-0:4.10.3-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.3-1.el8ap.src"
        },
        "product_reference": "automation-hub-0:4.10.3-1.el8ap.src",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3.11-django-0:4.2.20-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.20-1.el8ap.noarch"
        },
        "product_reference": "python3.11-django-0:4.2.20-1.el8ap.noarch",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3.11-django-0:4.2.20-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.20-1.el8ap.src"
        },
        "product_reference": "python3.11-django-0:4.2.20-1.el8ap.src",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3.11-django-ansible-base+activitystream-0:2.5.20250326-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+activitystream-0:2.5.20250326-1.el8ap.noarch"
        },
        "product_reference": "python3.11-django-ansible-base+activitystream-0:2.5.20250326-1.el8ap.noarch",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3.11-django-ansible-base+api_documentation-0:2.5.20250326-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+api_documentation-0:2.5.20250326-1.el8ap.noarch"
        },
        "product_reference": "python3.11-django-ansible-base+api_documentation-0:2.5.20250326-1.el8ap.noarch",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3.11-django-ansible-base+authentication-0:2.5.20250326-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+authentication-0:2.5.20250326-1.el8ap.noarch"
        },
        "product_reference": "python3.11-django-ansible-base+authentication-0:2.5.20250326-1.el8ap.noarch",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3.11-django-ansible-base+channel_auth-0:2.5.20250326-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+channel_auth-0:2.5.20250326-1.el8ap.noarch"
        },
        "product_reference": "python3.11-django-ansible-base+channel_auth-0:2.5.20250326-1.el8ap.noarch",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3.11-django-ansible-base+feature_flags-0:2.5.20250326-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+feature_flags-0:2.5.20250326-1.el8ap.noarch"
        },
        "product_reference": "python3.11-django-ansible-base+feature_flags-0:2.5.20250326-1.el8ap.noarch",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3.11-django-ansible-base+jwt_consumer-0:2.5.20250326-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+jwt_consumer-0:2.5.20250326-1.el8ap.noarch"
        },
        "product_reference": "python3.11-django-ansible-base+jwt_consumer-0:2.5.20250326-1.el8ap.noarch",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3.11-django-ansible-base+oauth2_provider-0:2.5.20250326-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+oauth2_provider-0:2.5.20250326-1.el8ap.noarch"
        },
        "product_reference": "python3.11-django-ansible-base+oauth2_provider-0:2.5.20250326-1.el8ap.noarch",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3.11-django-ansible-base+rbac-0:2.5.20250326-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+rbac-0:2.5.20250326-1.el8ap.noarch"
        },
        "product_reference": "python3.11-django-ansible-base+rbac-0:2.5.20250326-1.el8ap.noarch",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3.11-django-ansible-base+redis_client-0:2.5.20250326-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+redis_client-0:2.5.20250326-1.el8ap.noarch"
        },
        "product_reference": "python3.11-django-ansible-base+redis_client-0:2.5.20250326-1.el8ap.noarch",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3.11-django-ansible-base+rest_filters-0:2.5.20250326-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+rest_filters-0:2.5.20250326-1.el8ap.noarch"
        },
        "product_reference": "python3.11-django-ansible-base+rest_filters-0:2.5.20250326-1.el8ap.noarch",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3.11-django-ansible-base-0:2.5.20250326-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base-0:2.5.20250326-1.el8ap.noarch"
        },
        "product_reference": "python3.11-django-ansible-base-0:2.5.20250326-1.el8ap.noarch",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3.11-django-ansible-base-0:2.5.20250326-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base-0:2.5.20250326-1.el8ap.src"
        },
        "product_reference": "python3.11-django-ansible-base-0:2.5.20250326-1.el8ap.src",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3.11-galaxy-ng-0:4.10.3-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5:python3.11-galaxy-ng-0:4.10.3-1.el8ap.noarch"
        },
        "product_reference": "python3.11-galaxy-ng-0:4.10.3-1.el8ap.noarch",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3.11-galaxy-ng-0:4.10.3-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5:python3.11-galaxy-ng-0:4.10.3-1.el8ap.src"
        },
        "product_reference": "python3.11-galaxy-ng-0:4.10.3-1.el8ap.src",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3.11-jinja2-0:3.1.6-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.6-1.el8ap.noarch"
        },
        "product_reference": "python3.11-jinja2-0:3.1.6-1.el8ap.noarch",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3.11-jinja2-0:3.1.6-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.6-1.el8ap.src"
        },
        "product_reference": "python3.11-jinja2-0:3.1.6-1.el8ap.src",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3.11-pulpcore-0:3.49.34-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.34-1.el8ap.noarch"
        },
        "product_reference": "python3.11-pulpcore-0:3.49.34-1.el8ap.noarch",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3.11-pulpcore-0:3.49.34-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.34-1.el8ap.src"
        },
        "product_reference": "python3.11-pulpcore-0:3.49.34-1.el8ap.src",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "automation-controller-0:4.6.10-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.10-1.el9ap.aarch64"
        },
        "product_reference": "automation-controller-0:4.6.10-1.el9ap.aarch64",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5-Developer-1.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "automation-controller-0:4.6.10-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.10-1.el9ap.ppc64le"
        },
        "product_reference": "automation-controller-0:4.6.10-1.el9ap.ppc64le",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5-Developer-1.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "automation-controller-0:4.6.10-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.10-1.el9ap.s390x"
        },
        "product_reference": "automation-controller-0:4.6.10-1.el9ap.s390x",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5-Developer-1.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "automation-controller-0:4.6.10-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.10-1.el9ap.src"
        },
        "product_reference": "automation-controller-0:4.6.10-1.el9ap.src",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5-Developer-1.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "automation-controller-0:4.6.10-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.10-1.el9ap.x86_64"
        },
        "product_reference": "automation-controller-0:4.6.10-1.el9ap.x86_64",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5-Developer-1.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "automation-controller-cli-0:4.6.10-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.10-1.el9ap.noarch"
        },
        "product_reference": "automation-controller-cli-0:4.6.10-1.el9ap.noarch",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5-Developer-1.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "automation-controller-server-0:4.6.10-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-server-0:4.6.10-1.el9ap.noarch"
        },
        "product_reference": "automation-controller-server-0:4.6.10-1.el9ap.noarch",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5-Developer-1.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "automation-controller-ui-0:4.6.10-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-ui-0:4.6.10-1.el9ap.noarch"
        },
        "product_reference": "automation-controller-ui-0:4.6.10-1.el9ap.noarch",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5-Developer-1.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "automation-controller-venv-tower-0:4.6.10-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.10-1.el9ap.aarch64"
        },
        "product_reference": "automation-controller-venv-tower-0:4.6.10-1.el9ap.aarch64",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5-Developer-1.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "automation-controller-venv-tower-0:4.6.10-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.10-1.el9ap.ppc64le"
        },
        "product_reference": "automation-controller-venv-tower-0:4.6.10-1.el9ap.ppc64le",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5-Developer-1.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "automation-controller-venv-tower-0:4.6.10-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.10-1.el9ap.s390x"
        },
        "product_reference": "automation-controller-venv-tower-0:4.6.10-1.el9ap.s390x",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5-Developer-1.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "automation-controller-venv-tower-0:4.6.10-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.10-1.el9ap.x86_64"
        },
        "product_reference": "automation-controller-venv-tower-0:4.6.10-1.el9ap.x86_64",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5-Developer-1.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3.11-django-0:4.2.20-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.20-1.el9ap.noarch"
        },
        "product_reference": "python3.11-django-0:4.2.20-1.el9ap.noarch",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5-Developer-1.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3.11-django-0:4.2.20-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.20-1.el9ap.src"
        },
        "product_reference": "python3.11-django-0:4.2.20-1.el9ap.src",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5-Developer-1.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3.11-jinja2-0:3.1.6-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.6-1.el9ap.noarch"
        },
        "product_reference": "python3.11-jinja2-0:3.1.6-1.el9ap.noarch",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5-Developer-1.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3.11-jinja2-0:3.1.6-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.6-1.el9ap.src"
        },
        "product_reference": "python3.11-jinja2-0:3.1.6-1.el9ap.src",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5-Developer-1.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3.11-jinja2-0:3.1.6-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.6-1.el9ap.noarch"
        },
        "product_reference": "python3.11-jinja2-0:3.1.6-1.el9ap.noarch",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5-Inside-1.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3.11-jinja2-0:3.1.6-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.6-1.el9ap.src"
        },
        "product_reference": "python3.11-jinja2-0:3.1.6-1.el9ap.src",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5-Inside-1.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-installer-0:2.5-10.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-10.el9ap.noarch"
        },
        "product_reference": "ansible-automation-platform-installer-0:2.5-10.el9ap.noarch",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-installer-0:2.5-10.el9ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-10.el9ap.src"
        },
        "product_reference": "ansible-automation-platform-installer-0:2.5-10.el9ap.src",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "automation-controller-0:4.6.10-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.10-1.el9ap.aarch64"
        },
        "product_reference": "automation-controller-0:4.6.10-1.el9ap.aarch64",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "automation-controller-0:4.6.10-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.10-1.el9ap.ppc64le"
        },
        "product_reference": "automation-controller-0:4.6.10-1.el9ap.ppc64le",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "automation-controller-0:4.6.10-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.10-1.el9ap.s390x"
        },
        "product_reference": "automation-controller-0:4.6.10-1.el9ap.s390x",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "automation-controller-0:4.6.10-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.10-1.el9ap.src"
        },
        "product_reference": "automation-controller-0:4.6.10-1.el9ap.src",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "automation-controller-0:4.6.10-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.10-1.el9ap.x86_64"
        },
        "product_reference": "automation-controller-0:4.6.10-1.el9ap.x86_64",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "automation-controller-cli-0:4.6.10-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.10-1.el9ap.noarch"
        },
        "product_reference": "automation-controller-cli-0:4.6.10-1.el9ap.noarch",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "automation-controller-server-0:4.6.10-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.10-1.el9ap.noarch"
        },
        "product_reference": "automation-controller-server-0:4.6.10-1.el9ap.noarch",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "automation-controller-ui-0:4.6.10-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.10-1.el9ap.noarch"
        },
        "product_reference": "automation-controller-ui-0:4.6.10-1.el9ap.noarch",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "automation-controller-venv-tower-0:4.6.10-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.10-1.el9ap.aarch64"
        },
        "product_reference": "automation-controller-venv-tower-0:4.6.10-1.el9ap.aarch64",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "automation-controller-venv-tower-0:4.6.10-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.10-1.el9ap.ppc64le"
        },
        "product_reference": "automation-controller-venv-tower-0:4.6.10-1.el9ap.ppc64le",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "automation-controller-venv-tower-0:4.6.10-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.10-1.el9ap.s390x"
        },
        "product_reference": "automation-controller-venv-tower-0:4.6.10-1.el9ap.s390x",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "automation-controller-venv-tower-0:4.6.10-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.10-1.el9ap.x86_64"
        },
        "product_reference": "automation-controller-venv-tower-0:4.6.10-1.el9ap.x86_64",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "automation-gateway-0:2.5.20250326-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20250326-1.el9ap.noarch"
        },
        "product_reference": "automation-gateway-0:2.5.20250326-1.el9ap.noarch",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "automation-gateway-0:2.5.20250326-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20250326-1.el9ap.src"
        },
        "product_reference": "automation-gateway-0:2.5.20250326-1.el9ap.src",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "automation-gateway-config-0:2.5.20250326-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20250326-1.el9ap.noarch"
        },
        "product_reference": "automation-gateway-config-0:2.5.20250326-1.el9ap.noarch",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "automation-gateway-server-0:2.5.20250326-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20250326-1.el9ap.noarch"
        },
        "product_reference": "automation-gateway-server-0:2.5.20250326-1.el9ap.noarch",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "automation-hub-0:4.10.3-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.3-1.el9ap.noarch"
        },
        "product_reference": "automation-hub-0:4.10.3-1.el9ap.noarch",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "automation-hub-0:4.10.3-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.3-1.el9ap.src"
        },
        "product_reference": "automation-hub-0:4.10.3-1.el9ap.src",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3.11-django-0:4.2.20-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.20-1.el9ap.noarch"
        },
        "product_reference": "python3.11-django-0:4.2.20-1.el9ap.noarch",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3.11-django-0:4.2.20-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.20-1.el9ap.src"
        },
        "product_reference": "python3.11-django-0:4.2.20-1.el9ap.src",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3.11-django-ansible-base+activitystream-0:2.5.20250326-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+activitystream-0:2.5.20250326-1.el9ap.noarch"
        },
        "product_reference": "python3.11-django-ansible-base+activitystream-0:2.5.20250326-1.el9ap.noarch",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3.11-django-ansible-base+api_documentation-0:2.5.20250326-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+api_documentation-0:2.5.20250326-1.el9ap.noarch"
        },
        "product_reference": "python3.11-django-ansible-base+api_documentation-0:2.5.20250326-1.el9ap.noarch",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3.11-django-ansible-base+authentication-0:2.5.20250326-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+authentication-0:2.5.20250326-1.el9ap.noarch"
        },
        "product_reference": "python3.11-django-ansible-base+authentication-0:2.5.20250326-1.el9ap.noarch",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3.11-django-ansible-base+channel_auth-0:2.5.20250326-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+channel_auth-0:2.5.20250326-1.el9ap.noarch"
        },
        "product_reference": "python3.11-django-ansible-base+channel_auth-0:2.5.20250326-1.el9ap.noarch",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3.11-django-ansible-base+feature_flags-0:2.5.20250326-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+feature_flags-0:2.5.20250326-1.el9ap.noarch"
        },
        "product_reference": "python3.11-django-ansible-base+feature_flags-0:2.5.20250326-1.el9ap.noarch",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3.11-django-ansible-base+jwt_consumer-0:2.5.20250326-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+jwt_consumer-0:2.5.20250326-1.el9ap.noarch"
        },
        "product_reference": "python3.11-django-ansible-base+jwt_consumer-0:2.5.20250326-1.el9ap.noarch",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3.11-django-ansible-base+oauth2_provider-0:2.5.20250326-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+oauth2_provider-0:2.5.20250326-1.el9ap.noarch"
        },
        "product_reference": "python3.11-django-ansible-base+oauth2_provider-0:2.5.20250326-1.el9ap.noarch",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3.11-django-ansible-base+rbac-0:2.5.20250326-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+rbac-0:2.5.20250326-1.el9ap.noarch"
        },
        "product_reference": "python3.11-django-ansible-base+rbac-0:2.5.20250326-1.el9ap.noarch",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3.11-django-ansible-base+redis_client-0:2.5.20250326-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+redis_client-0:2.5.20250326-1.el9ap.noarch"
        },
        "product_reference": "python3.11-django-ansible-base+redis_client-0:2.5.20250326-1.el9ap.noarch",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3.11-django-ansible-base+rest_filters-0:2.5.20250326-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+rest_filters-0:2.5.20250326-1.el9ap.noarch"
        },
        "product_reference": "python3.11-django-ansible-base+rest_filters-0:2.5.20250326-1.el9ap.noarch",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3.11-django-ansible-base-0:2.5.20250326-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base-0:2.5.20250326-1.el9ap.noarch"
        },
        "product_reference": "python3.11-django-ansible-base-0:2.5.20250326-1.el9ap.noarch",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3.11-django-ansible-base-0:2.5.20250326-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base-0:2.5.20250326-1.el9ap.src"
        },
        "product_reference": "python3.11-django-ansible-base-0:2.5.20250326-1.el9ap.src",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3.11-galaxy-ng-0:4.10.3-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.5:python3.11-galaxy-ng-0:4.10.3-1.el9ap.noarch"
        },
        "product_reference": "python3.11-galaxy-ng-0:4.10.3-1.el9ap.noarch",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3.11-galaxy-ng-0:4.10.3-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.5:python3.11-galaxy-ng-0:4.10.3-1.el9ap.src"
        },
        "product_reference": "python3.11-galaxy-ng-0:4.10.3-1.el9ap.src",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3.11-jinja2-0:3.1.6-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.6-1.el9ap.noarch"
        },
        "product_reference": "python3.11-jinja2-0:3.1.6-1.el9ap.noarch",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3.11-jinja2-0:3.1.6-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.6-1.el9ap.src"
        },
        "product_reference": "python3.11-jinja2-0:3.1.6-1.el9ap.src",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3.11-pulpcore-0:3.49.34-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.34-1.el9ap.noarch"
        },
        "product_reference": "python3.11-pulpcore-0:3.49.34-1.el9ap.noarch",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3.11-pulpcore-0:3.49.34-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.34-1.el9ap.src"
        },
        "product_reference": "python3.11-pulpcore-0:3.49.34-1.el9ap.src",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
      }
    ]
  },
  "vulnerabilities": [
    {
      "cve": "CVE-2025-26699",
      "cwe": {
        "id": "CWE-400",
        "name": "Uncontrolled Resource Consumption"
      },
      "discovery_date": "2025-02-28T09:37:31.651000+00:00",
      "flags": [
        {
          "label": "vulnerable_code_not_present",
          "product_ids": [
            "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.10-1.el8ap.aarch64",
            "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.10-1.el8ap.ppc64le",
            "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.10-1.el8ap.s390x",
            "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.10-1.el8ap.src",
            "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.10-1.el8ap.x86_64",
            "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.10-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-server-0:4.6.10-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-ui-0:4.6.10-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.10-1.el8ap.aarch64",
            "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.10-1.el8ap.ppc64le",
            "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.10-1.el8ap.s390x",
            "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.10-1.el8ap.x86_64",
            "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.6-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.6-1.el8ap.src",
            "8Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.6-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.6-1.el8ap.src",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-10.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-10.el8ap.src",
            "8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.10-1.el8ap.aarch64",
            "8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.10-1.el8ap.ppc64le",
            "8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.10-1.el8ap.s390x",
            "8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.10-1.el8ap.src",
            "8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.10-1.el8ap.x86_64",
            "8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.10-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.10-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.10-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.10-1.el8ap.aarch64",
            "8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.10-1.el8ap.ppc64le",
            "8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.10-1.el8ap.s390x",
            "8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.10-1.el8ap.x86_64",
            "8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20250326-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20250326-1.el8ap.src",
            "8Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20250326-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20250326-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.3-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.3-1.el8ap.src",
            "8Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+activitystream-0:2.5.20250326-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+api_documentation-0:2.5.20250326-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+authentication-0:2.5.20250326-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+channel_auth-0:2.5.20250326-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+feature_flags-0:2.5.20250326-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+jwt_consumer-0:2.5.20250326-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+oauth2_provider-0:2.5.20250326-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+rbac-0:2.5.20250326-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+redis_client-0:2.5.20250326-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+rest_filters-0:2.5.20250326-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base-0:2.5.20250326-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base-0:2.5.20250326-1.el8ap.src",
            "8Base-Ansible-Automation-Platform-2.5:python3.11-galaxy-ng-0:4.10.3-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.5:python3.11-galaxy-ng-0:4.10.3-1.el8ap.src",
            "8Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.6-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.6-1.el8ap.src",
            "8Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.34-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.34-1.el8ap.src",
            "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.10-1.el9ap.aarch64",
            "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.10-1.el9ap.ppc64le",
            "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.10-1.el9ap.s390x",
            "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.10-1.el9ap.src",
            "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.10-1.el9ap.x86_64",
            "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.10-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-server-0:4.6.10-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-ui-0:4.6.10-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.10-1.el9ap.aarch64",
            "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.10-1.el9ap.ppc64le",
            "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.10-1.el9ap.s390x",
            "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.10-1.el9ap.x86_64",
            "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.6-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.6-1.el9ap.src",
            "9Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.6-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.6-1.el9ap.src",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-10.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-10.el9ap.src",
            "9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.10-1.el9ap.aarch64",
            "9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.10-1.el9ap.ppc64le",
            "9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.10-1.el9ap.s390x",
            "9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.10-1.el9ap.src",
            "9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.10-1.el9ap.x86_64",
            "9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.10-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.10-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.10-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.10-1.el9ap.aarch64",
            "9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.10-1.el9ap.ppc64le",
            "9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.10-1.el9ap.s390x",
            "9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.10-1.el9ap.x86_64",
            "9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20250326-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20250326-1.el9ap.src",
            "9Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20250326-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20250326-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.3-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.3-1.el9ap.src",
            "9Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+activitystream-0:2.5.20250326-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+api_documentation-0:2.5.20250326-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+authentication-0:2.5.20250326-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+channel_auth-0:2.5.20250326-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+feature_flags-0:2.5.20250326-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+jwt_consumer-0:2.5.20250326-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+oauth2_provider-0:2.5.20250326-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+rbac-0:2.5.20250326-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+redis_client-0:2.5.20250326-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+rest_filters-0:2.5.20250326-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base-0:2.5.20250326-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base-0:2.5.20250326-1.el9ap.src",
            "9Base-Ansible-Automation-Platform-2.5:python3.11-galaxy-ng-0:4.10.3-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.5:python3.11-galaxy-ng-0:4.10.3-1.el9ap.src",
            "9Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.6-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.6-1.el9ap.src",
            "9Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.34-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.34-1.el9ap.src"
          ]
        }
      ],
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2348993"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A potential denial of service vulnerability exists in django.utils.text.wrap() and the wordwrap template filter. When processing extremely long strings, these functions may cause excessive resource consumption, potentially leading to service disruption.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "django: Potential denial-of-service vulnerability in django.utils.text.wrap()",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "This vulnerability is rated as a Moderate severity because it exposes the wrap() method and wordwrap template filter to a potential denial of service attack. Malicious input containing extremely long strings could cause excessive processing, leading to resource exhaustion. However, it does not affect data confidentiality or integrity.",
          "title": "Statement"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.20-1.el8ap.noarch",
          "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.20-1.el8ap.src",
          "8Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.20-1.el8ap.noarch",
          "8Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.20-1.el8ap.src",
          "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.20-1.el9ap.noarch",
          "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.20-1.el9ap.src",
          "9Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.20-1.el9ap.noarch",
          "9Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.20-1.el9ap.src"
        ],
        "known_not_affected": [
          "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.10-1.el8ap.aarch64",
          "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.10-1.el8ap.ppc64le",
          "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.10-1.el8ap.s390x",
          "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.10-1.el8ap.src",
          "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.10-1.el8ap.x86_64",
          "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.10-1.el8ap.noarch",
          "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-server-0:4.6.10-1.el8ap.noarch",
          "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-ui-0:4.6.10-1.el8ap.noarch",
          "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.10-1.el8ap.aarch64",
          "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.10-1.el8ap.ppc64le",
          "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.10-1.el8ap.s390x",
          "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.10-1.el8ap.x86_64",
          "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.6-1.el8ap.noarch",
          "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.6-1.el8ap.src",
          "8Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.6-1.el8ap.noarch",
          "8Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.6-1.el8ap.src",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-10.el8ap.noarch",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-10.el8ap.src",
          "8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.10-1.el8ap.aarch64",
          "8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.10-1.el8ap.ppc64le",
          "8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.10-1.el8ap.s390x",
          "8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.10-1.el8ap.src",
          "8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.10-1.el8ap.x86_64",
          "8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.10-1.el8ap.noarch",
          "8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.10-1.el8ap.noarch",
          "8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.10-1.el8ap.noarch",
          "8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.10-1.el8ap.aarch64",
          "8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.10-1.el8ap.ppc64le",
          "8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.10-1.el8ap.s390x",
          "8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.10-1.el8ap.x86_64",
          "8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20250326-1.el8ap.noarch",
          "8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20250326-1.el8ap.src",
          "8Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20250326-1.el8ap.noarch",
          "8Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20250326-1.el8ap.noarch",
          "8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.3-1.el8ap.noarch",
          "8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.3-1.el8ap.src",
          "8Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+activitystream-0:2.5.20250326-1.el8ap.noarch",
          "8Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+api_documentation-0:2.5.20250326-1.el8ap.noarch",
          "8Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+authentication-0:2.5.20250326-1.el8ap.noarch",
          "8Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+channel_auth-0:2.5.20250326-1.el8ap.noarch",
          "8Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+feature_flags-0:2.5.20250326-1.el8ap.noarch",
          "8Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+jwt_consumer-0:2.5.20250326-1.el8ap.noarch",
          "8Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+oauth2_provider-0:2.5.20250326-1.el8ap.noarch",
          "8Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+rbac-0:2.5.20250326-1.el8ap.noarch",
          "8Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+redis_client-0:2.5.20250326-1.el8ap.noarch",
          "8Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+rest_filters-0:2.5.20250326-1.el8ap.noarch",
          "8Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base-0:2.5.20250326-1.el8ap.noarch",
          "8Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base-0:2.5.20250326-1.el8ap.src",
          "8Base-Ansible-Automation-Platform-2.5:python3.11-galaxy-ng-0:4.10.3-1.el8ap.noarch",
          "8Base-Ansible-Automation-Platform-2.5:python3.11-galaxy-ng-0:4.10.3-1.el8ap.src",
          "8Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.6-1.el8ap.noarch",
          "8Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.6-1.el8ap.src",
          "8Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.34-1.el8ap.noarch",
          "8Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.34-1.el8ap.src",
          "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.10-1.el9ap.aarch64",
          "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.10-1.el9ap.ppc64le",
          "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.10-1.el9ap.s390x",
          "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.10-1.el9ap.src",
          "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.10-1.el9ap.x86_64",
          "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.10-1.el9ap.noarch",
          "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-server-0:4.6.10-1.el9ap.noarch",
          "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-ui-0:4.6.10-1.el9ap.noarch",
          "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.10-1.el9ap.aarch64",
          "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.10-1.el9ap.ppc64le",
          "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.10-1.el9ap.s390x",
          "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.10-1.el9ap.x86_64",
          "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.6-1.el9ap.noarch",
          "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.6-1.el9ap.src",
          "9Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.6-1.el9ap.noarch",
          "9Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.6-1.el9ap.src",
          "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-10.el9ap.noarch",
          "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-10.el9ap.src",
          "9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.10-1.el9ap.aarch64",
          "9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.10-1.el9ap.ppc64le",
          "9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.10-1.el9ap.s390x",
          "9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.10-1.el9ap.src",
          "9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.10-1.el9ap.x86_64",
          "9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.10-1.el9ap.noarch",
          "9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.10-1.el9ap.noarch",
          "9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.10-1.el9ap.noarch",
          "9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.10-1.el9ap.aarch64",
          "9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.10-1.el9ap.ppc64le",
          "9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.10-1.el9ap.s390x",
          "9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.10-1.el9ap.x86_64",
          "9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20250326-1.el9ap.noarch",
          "9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20250326-1.el9ap.src",
          "9Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20250326-1.el9ap.noarch",
          "9Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20250326-1.el9ap.noarch",
          "9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.3-1.el9ap.noarch",
          "9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.3-1.el9ap.src",
          "9Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+activitystream-0:2.5.20250326-1.el9ap.noarch",
          "9Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+api_documentation-0:2.5.20250326-1.el9ap.noarch",
          "9Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+authentication-0:2.5.20250326-1.el9ap.noarch",
          "9Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+channel_auth-0:2.5.20250326-1.el9ap.noarch",
          "9Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+feature_flags-0:2.5.20250326-1.el9ap.noarch",
          "9Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+jwt_consumer-0:2.5.20250326-1.el9ap.noarch",
          "9Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+oauth2_provider-0:2.5.20250326-1.el9ap.noarch",
          "9Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+rbac-0:2.5.20250326-1.el9ap.noarch",
          "9Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+redis_client-0:2.5.20250326-1.el9ap.noarch",
          "9Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+rest_filters-0:2.5.20250326-1.el9ap.noarch",
          "9Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base-0:2.5.20250326-1.el9ap.noarch",
          "9Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base-0:2.5.20250326-1.el9ap.src",
          "9Base-Ansible-Automation-Platform-2.5:python3.11-galaxy-ng-0:4.10.3-1.el9ap.noarch",
          "9Base-Ansible-Automation-Platform-2.5:python3.11-galaxy-ng-0:4.10.3-1.el9ap.src",
          "9Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.6-1.el9ap.noarch",
          "9Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.6-1.el9ap.src",
          "9Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.34-1.el9ap.noarch",
          "9Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.34-1.el9ap.src"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2025-26699"
        },
        {
          "category": "external",
          "summary": "RHBZ#2348993",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348993"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2025-26699",
          "url": "https://www.cve.org/CVERecord?id=CVE-2025-26699"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-26699",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-26699"
        },
        {
          "category": "external",
          "summary": "https://github.com/advisories/GHSA-p3fp-8748-vqfq",
          "url": "https://github.com/advisories/GHSA-p3fp-8748-vqfq"
        }
      ],
      "release_date": "2025-03-06T14:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2025-03-25T12:26:53+00:00",
          "details": "Red Hat Ansible Automation Platform",
          "product_ids": [
            "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.20-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.20-1.el8ap.src",
            "8Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.20-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.20-1.el8ap.src",
            "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.20-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.20-1.el9ap.src",
            "9Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.20-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.20-1.el9ap.src"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2025:3160"
        },
        {
          "category": "workaround",
          "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
          "product_ids": [
            "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.10-1.el8ap.aarch64",
            "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.10-1.el8ap.ppc64le",
            "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.10-1.el8ap.s390x",
            "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.10-1.el8ap.src",
            "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.10-1.el8ap.x86_64",
            "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.10-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-server-0:4.6.10-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-ui-0:4.6.10-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.10-1.el8ap.aarch64",
            "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.10-1.el8ap.ppc64le",
            "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.10-1.el8ap.s390x",
            "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.10-1.el8ap.x86_64",
            "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.20-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.20-1.el8ap.src",
            "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.6-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.6-1.el8ap.src",
            "8Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.6-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.6-1.el8ap.src",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-10.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-10.el8ap.src",
            "8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.10-1.el8ap.aarch64",
            "8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.10-1.el8ap.ppc64le",
            "8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.10-1.el8ap.s390x",
            "8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.10-1.el8ap.src",
            "8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.10-1.el8ap.x86_64",
            "8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.10-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.10-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.10-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.10-1.el8ap.aarch64",
            "8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.10-1.el8ap.ppc64le",
            "8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.10-1.el8ap.s390x",
            "8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.10-1.el8ap.x86_64",
            "8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20250326-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20250326-1.el8ap.src",
            "8Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20250326-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20250326-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.3-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.3-1.el8ap.src",
            "8Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.20-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.20-1.el8ap.src",
            "8Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+activitystream-0:2.5.20250326-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+api_documentation-0:2.5.20250326-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+authentication-0:2.5.20250326-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+channel_auth-0:2.5.20250326-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+feature_flags-0:2.5.20250326-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+jwt_consumer-0:2.5.20250326-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+oauth2_provider-0:2.5.20250326-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+rbac-0:2.5.20250326-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+redis_client-0:2.5.20250326-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+rest_filters-0:2.5.20250326-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base-0:2.5.20250326-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base-0:2.5.20250326-1.el8ap.src",
            "8Base-Ansible-Automation-Platform-2.5:python3.11-galaxy-ng-0:4.10.3-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.5:python3.11-galaxy-ng-0:4.10.3-1.el8ap.src",
            "8Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.6-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.6-1.el8ap.src",
            "8Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.34-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.34-1.el8ap.src",
            "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.10-1.el9ap.aarch64",
            "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.10-1.el9ap.ppc64le",
            "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.10-1.el9ap.s390x",
            "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.10-1.el9ap.src",
            "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.10-1.el9ap.x86_64",
            "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.10-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-server-0:4.6.10-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-ui-0:4.6.10-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.10-1.el9ap.aarch64",
            "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.10-1.el9ap.ppc64le",
            "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.10-1.el9ap.s390x",
            "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.10-1.el9ap.x86_64",
            "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.20-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.20-1.el9ap.src",
            "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.6-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.6-1.el9ap.src",
            "9Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.6-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.6-1.el9ap.src",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-10.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-10.el9ap.src",
            "9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.10-1.el9ap.aarch64",
            "9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.10-1.el9ap.ppc64le",
            "9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.10-1.el9ap.s390x",
            "9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.10-1.el9ap.src",
            "9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.10-1.el9ap.x86_64",
            "9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.10-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.10-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.10-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.10-1.el9ap.aarch64",
            "9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.10-1.el9ap.ppc64le",
            "9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.10-1.el9ap.s390x",
            "9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.10-1.el9ap.x86_64",
            "9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20250326-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20250326-1.el9ap.src",
            "9Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20250326-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20250326-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.3-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.3-1.el9ap.src",
            "9Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.20-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.20-1.el9ap.src",
            "9Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+activitystream-0:2.5.20250326-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+api_documentation-0:2.5.20250326-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+authentication-0:2.5.20250326-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+channel_auth-0:2.5.20250326-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+feature_flags-0:2.5.20250326-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+jwt_consumer-0:2.5.20250326-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+oauth2_provider-0:2.5.20250326-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+rbac-0:2.5.20250326-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+redis_client-0:2.5.20250326-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+rest_filters-0:2.5.20250326-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base-0:2.5.20250326-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base-0:2.5.20250326-1.el9ap.src",
            "9Base-Ansible-Automation-Platform-2.5:python3.11-galaxy-ng-0:4.10.3-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.5:python3.11-galaxy-ng-0:4.10.3-1.el9ap.src",
            "9Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.6-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.6-1.el9ap.src",
            "9Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.34-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.34-1.el9ap.src"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "HIGH",
            "baseScore": 7.5,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.10-1.el8ap.aarch64",
            "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.10-1.el8ap.ppc64le",
            "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.10-1.el8ap.s390x",
            "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.10-1.el8ap.src",
            "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.10-1.el8ap.x86_64",
            "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.10-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-server-0:4.6.10-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-ui-0:4.6.10-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.10-1.el8ap.aarch64",
            "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.10-1.el8ap.ppc64le",
            "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.10-1.el8ap.s390x",
            "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.10-1.el8ap.x86_64",
            "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.20-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.20-1.el8ap.src",
            "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.6-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.6-1.el8ap.src",
            "8Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.6-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.6-1.el8ap.src",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-10.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-10.el8ap.src",
            "8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.10-1.el8ap.aarch64",
            "8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.10-1.el8ap.ppc64le",
            "8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.10-1.el8ap.s390x",
            "8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.10-1.el8ap.src",
            "8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.10-1.el8ap.x86_64",
            "8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.10-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.10-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.10-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.10-1.el8ap.aarch64",
            "8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.10-1.el8ap.ppc64le",
            "8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.10-1.el8ap.s390x",
            "8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.10-1.el8ap.x86_64",
            "8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20250326-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20250326-1.el8ap.src",
            "8Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20250326-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20250326-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.3-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.3-1.el8ap.src",
            "8Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.20-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.20-1.el8ap.src",
            "8Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+activitystream-0:2.5.20250326-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+api_documentation-0:2.5.20250326-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+authentication-0:2.5.20250326-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+channel_auth-0:2.5.20250326-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+feature_flags-0:2.5.20250326-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+jwt_consumer-0:2.5.20250326-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+oauth2_provider-0:2.5.20250326-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+rbac-0:2.5.20250326-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+redis_client-0:2.5.20250326-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+rest_filters-0:2.5.20250326-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base-0:2.5.20250326-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base-0:2.5.20250326-1.el8ap.src",
            "8Base-Ansible-Automation-Platform-2.5:python3.11-galaxy-ng-0:4.10.3-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.5:python3.11-galaxy-ng-0:4.10.3-1.el8ap.src",
            "8Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.6-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.6-1.el8ap.src",
            "8Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.34-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.34-1.el8ap.src",
            "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.10-1.el9ap.aarch64",
            "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.10-1.el9ap.ppc64le",
            "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.10-1.el9ap.s390x",
            "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.10-1.el9ap.src",
            "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.10-1.el9ap.x86_64",
            "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.10-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-server-0:4.6.10-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-ui-0:4.6.10-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.10-1.el9ap.aarch64",
            "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.10-1.el9ap.ppc64le",
            "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.10-1.el9ap.s390x",
            "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.10-1.el9ap.x86_64",
            "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.20-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.20-1.el9ap.src",
            "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.6-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.6-1.el9ap.src",
            "9Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.6-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.6-1.el9ap.src",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-10.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-10.el9ap.src",
            "9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.10-1.el9ap.aarch64",
            "9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.10-1.el9ap.ppc64le",
            "9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.10-1.el9ap.s390x",
            "9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.10-1.el9ap.src",
            "9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.10-1.el9ap.x86_64",
            "9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.10-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.10-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.10-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.10-1.el9ap.aarch64",
            "9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.10-1.el9ap.ppc64le",
            "9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.10-1.el9ap.s390x",
            "9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.10-1.el9ap.x86_64",
            "9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20250326-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20250326-1.el9ap.src",
            "9Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20250326-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20250326-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.3-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.3-1.el9ap.src",
            "9Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.20-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.20-1.el9ap.src",
            "9Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+activitystream-0:2.5.20250326-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+api_documentation-0:2.5.20250326-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+authentication-0:2.5.20250326-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+channel_auth-0:2.5.20250326-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+feature_flags-0:2.5.20250326-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+jwt_consumer-0:2.5.20250326-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+oauth2_provider-0:2.5.20250326-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+rbac-0:2.5.20250326-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+redis_client-0:2.5.20250326-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+rest_filters-0:2.5.20250326-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base-0:2.5.20250326-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base-0:2.5.20250326-1.el9ap.src",
            "9Base-Ansible-Automation-Platform-2.5:python3.11-galaxy-ng-0:4.10.3-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.5:python3.11-galaxy-ng-0:4.10.3-1.el9ap.src",
            "9Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.6-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.6-1.el9ap.src",
            "9Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.34-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.34-1.el9ap.src"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "django: Potential denial-of-service vulnerability in django.utils.text.wrap()"
    },
    {
      "cve": "CVE-2025-27516",
      "cwe": {
        "id": "CWE-1336",
        "name": "Improper Neutralization of Special Elements Used in a Template Engine"
      },
      "discovery_date": "2025-03-05T21:01:07.674606+00:00",
      "flags": [
        {
          "label": "vulnerable_code_not_present",
          "product_ids": [
            "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.10-1.el8ap.aarch64",
            "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.10-1.el8ap.ppc64le",
            "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.10-1.el8ap.s390x",
            "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.10-1.el8ap.src",
            "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.10-1.el8ap.x86_64",
            "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.10-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-server-0:4.6.10-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-ui-0:4.6.10-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.20-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.20-1.el8ap.src",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-10.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-10.el8ap.src",
            "8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.10-1.el8ap.aarch64",
            "8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.10-1.el8ap.ppc64le",
            "8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.10-1.el8ap.s390x",
            "8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.10-1.el8ap.src",
            "8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.10-1.el8ap.x86_64",
            "8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.10-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.10-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.10-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20250326-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20250326-1.el8ap.src",
            "8Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20250326-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20250326-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.3-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.3-1.el8ap.src",
            "8Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.20-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.20-1.el8ap.src",
            "8Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+activitystream-0:2.5.20250326-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+api_documentation-0:2.5.20250326-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+authentication-0:2.5.20250326-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+channel_auth-0:2.5.20250326-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+feature_flags-0:2.5.20250326-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+jwt_consumer-0:2.5.20250326-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+oauth2_provider-0:2.5.20250326-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+rbac-0:2.5.20250326-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+redis_client-0:2.5.20250326-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+rest_filters-0:2.5.20250326-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base-0:2.5.20250326-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base-0:2.5.20250326-1.el8ap.src",
            "8Base-Ansible-Automation-Platform-2.5:python3.11-galaxy-ng-0:4.10.3-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.5:python3.11-galaxy-ng-0:4.10.3-1.el8ap.src",
            "8Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.34-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.34-1.el8ap.src",
            "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.10-1.el9ap.aarch64",
            "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.10-1.el9ap.ppc64le",
            "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.10-1.el9ap.s390x",
            "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.10-1.el9ap.src",
            "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.10-1.el9ap.x86_64",
            "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.10-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-server-0:4.6.10-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-ui-0:4.6.10-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.20-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.20-1.el9ap.src",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-10.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-10.el9ap.src",
            "9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.10-1.el9ap.aarch64",
            "9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.10-1.el9ap.ppc64le",
            "9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.10-1.el9ap.s390x",
            "9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.10-1.el9ap.src",
            "9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.10-1.el9ap.x86_64",
            "9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.10-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.10-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.10-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20250326-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20250326-1.el9ap.src",
            "9Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20250326-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20250326-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.3-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.3-1.el9ap.src",
            "9Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.20-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.20-1.el9ap.src",
            "9Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+activitystream-0:2.5.20250326-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+api_documentation-0:2.5.20250326-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+authentication-0:2.5.20250326-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+channel_auth-0:2.5.20250326-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+feature_flags-0:2.5.20250326-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+jwt_consumer-0:2.5.20250326-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+oauth2_provider-0:2.5.20250326-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+rbac-0:2.5.20250326-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+redis_client-0:2.5.20250326-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+rest_filters-0:2.5.20250326-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base-0:2.5.20250326-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base-0:2.5.20250326-1.el9ap.src",
            "9Base-Ansible-Automation-Platform-2.5:python3.11-galaxy-ng-0:4.10.3-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.5:python3.11-galaxy-ng-0:4.10.3-1.el9ap.src",
            "9Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.34-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.34-1.el9ap.src"
          ]
        }
      ],
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2350190"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in Jinja. In affected versions, an oversight in how the Jinja sandboxed environment interacts with the `|attr` filter allows an attacker who controls the content of a template to execute arbitrary Python code. To exploit the vulnerability, an attacker needs to control the content of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications that execute untrusted templates. Jinja\u0027s sandbox does catch calls to `str.format` and ensures they don\u0027t escape the sandbox. However, it\u0027s possible to use the `|attr` filter to get a reference to a string\u0027s plain format method, bypassing the sandbox.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "jinja2: Jinja sandbox breakout through attr filter selecting format method",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "This vulnerability is rated as important severity due to the potential for an attacker to bypass Jinja\u0027s sandbox by exploiting the |attr filter, by controlling template content, an attacker can execute arbitrary Python code, impacting the integrity, confidentiality, and availability of the system. While the attack requires user interaction to trigger untrusted templates, the risk is significant in applications that allow such templates to be executed.",
          "title": "Statement"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.10-1.el8ap.aarch64",
          "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.10-1.el8ap.ppc64le",
          "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.10-1.el8ap.s390x",
          "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.10-1.el8ap.x86_64",
          "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.6-1.el8ap.noarch",
          "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.6-1.el8ap.src",
          "8Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.6-1.el8ap.noarch",
          "8Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.6-1.el8ap.src",
          "8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.10-1.el8ap.aarch64",
          "8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.10-1.el8ap.ppc64le",
          "8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.10-1.el8ap.s390x",
          "8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.10-1.el8ap.x86_64",
          "8Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.6-1.el8ap.noarch",
          "8Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.6-1.el8ap.src",
          "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.10-1.el9ap.aarch64",
          "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.10-1.el9ap.ppc64le",
          "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.10-1.el9ap.s390x",
          "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.10-1.el9ap.x86_64",
          "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.6-1.el9ap.noarch",
          "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.6-1.el9ap.src",
          "9Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.6-1.el9ap.noarch",
          "9Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.6-1.el9ap.src",
          "9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.10-1.el9ap.aarch64",
          "9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.10-1.el9ap.ppc64le",
          "9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.10-1.el9ap.s390x",
          "9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.10-1.el9ap.x86_64",
          "9Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.6-1.el9ap.noarch",
          "9Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.6-1.el9ap.src"
        ],
        "known_not_affected": [
          "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.10-1.el8ap.aarch64",
          "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.10-1.el8ap.ppc64le",
          "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.10-1.el8ap.s390x",
          "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.10-1.el8ap.src",
          "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.10-1.el8ap.x86_64",
          "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.10-1.el8ap.noarch",
          "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-server-0:4.6.10-1.el8ap.noarch",
          "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-ui-0:4.6.10-1.el8ap.noarch",
          "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.20-1.el8ap.noarch",
          "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.20-1.el8ap.src",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-10.el8ap.noarch",
          "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-10.el8ap.src",
          "8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.10-1.el8ap.aarch64",
          "8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.10-1.el8ap.ppc64le",
          "8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.10-1.el8ap.s390x",
          "8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.10-1.el8ap.src",
          "8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.10-1.el8ap.x86_64",
          "8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.10-1.el8ap.noarch",
          "8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.10-1.el8ap.noarch",
          "8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.10-1.el8ap.noarch",
          "8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20250326-1.el8ap.noarch",
          "8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20250326-1.el8ap.src",
          "8Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20250326-1.el8ap.noarch",
          "8Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20250326-1.el8ap.noarch",
          "8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.3-1.el8ap.noarch",
          "8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.3-1.el8ap.src",
          "8Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.20-1.el8ap.noarch",
          "8Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.20-1.el8ap.src",
          "8Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+activitystream-0:2.5.20250326-1.el8ap.noarch",
          "8Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+api_documentation-0:2.5.20250326-1.el8ap.noarch",
          "8Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+authentication-0:2.5.20250326-1.el8ap.noarch",
          "8Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+channel_auth-0:2.5.20250326-1.el8ap.noarch",
          "8Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+feature_flags-0:2.5.20250326-1.el8ap.noarch",
          "8Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+jwt_consumer-0:2.5.20250326-1.el8ap.noarch",
          "8Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+oauth2_provider-0:2.5.20250326-1.el8ap.noarch",
          "8Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+rbac-0:2.5.20250326-1.el8ap.noarch",
          "8Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+redis_client-0:2.5.20250326-1.el8ap.noarch",
          "8Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+rest_filters-0:2.5.20250326-1.el8ap.noarch",
          "8Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base-0:2.5.20250326-1.el8ap.noarch",
          "8Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base-0:2.5.20250326-1.el8ap.src",
          "8Base-Ansible-Automation-Platform-2.5:python3.11-galaxy-ng-0:4.10.3-1.el8ap.noarch",
          "8Base-Ansible-Automation-Platform-2.5:python3.11-galaxy-ng-0:4.10.3-1.el8ap.src",
          "8Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.34-1.el8ap.noarch",
          "8Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.34-1.el8ap.src",
          "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.10-1.el9ap.aarch64",
          "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.10-1.el9ap.ppc64le",
          "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.10-1.el9ap.s390x",
          "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.10-1.el9ap.src",
          "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.10-1.el9ap.x86_64",
          "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.10-1.el9ap.noarch",
          "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-server-0:4.6.10-1.el9ap.noarch",
          "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-ui-0:4.6.10-1.el9ap.noarch",
          "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.20-1.el9ap.noarch",
          "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.20-1.el9ap.src",
          "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-10.el9ap.noarch",
          "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-10.el9ap.src",
          "9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.10-1.el9ap.aarch64",
          "9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.10-1.el9ap.ppc64le",
          "9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.10-1.el9ap.s390x",
          "9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.10-1.el9ap.src",
          "9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.10-1.el9ap.x86_64",
          "9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.10-1.el9ap.noarch",
          "9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.10-1.el9ap.noarch",
          "9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.10-1.el9ap.noarch",
          "9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20250326-1.el9ap.noarch",
          "9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20250326-1.el9ap.src",
          "9Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20250326-1.el9ap.noarch",
          "9Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20250326-1.el9ap.noarch",
          "9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.3-1.el9ap.noarch",
          "9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.3-1.el9ap.src",
          "9Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.20-1.el9ap.noarch",
          "9Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.20-1.el9ap.src",
          "9Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+activitystream-0:2.5.20250326-1.el9ap.noarch",
          "9Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+api_documentation-0:2.5.20250326-1.el9ap.noarch",
          "9Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+authentication-0:2.5.20250326-1.el9ap.noarch",
          "9Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+channel_auth-0:2.5.20250326-1.el9ap.noarch",
          "9Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+feature_flags-0:2.5.20250326-1.el9ap.noarch",
          "9Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+jwt_consumer-0:2.5.20250326-1.el9ap.noarch",
          "9Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+oauth2_provider-0:2.5.20250326-1.el9ap.noarch",
          "9Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+rbac-0:2.5.20250326-1.el9ap.noarch",
          "9Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+redis_client-0:2.5.20250326-1.el9ap.noarch",
          "9Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+rest_filters-0:2.5.20250326-1.el9ap.noarch",
          "9Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base-0:2.5.20250326-1.el9ap.noarch",
          "9Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base-0:2.5.20250326-1.el9ap.src",
          "9Base-Ansible-Automation-Platform-2.5:python3.11-galaxy-ng-0:4.10.3-1.el9ap.noarch",
          "9Base-Ansible-Automation-Platform-2.5:python3.11-galaxy-ng-0:4.10.3-1.el9ap.src",
          "9Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.34-1.el9ap.noarch",
          "9Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.34-1.el9ap.src"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2025-27516"
        },
        {
          "category": "external",
          "summary": "RHBZ#2350190",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2350190"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2025-27516",
          "url": "https://www.cve.org/CVERecord?id=CVE-2025-27516"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-27516",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-27516"
        },
        {
          "category": "external",
          "summary": "https://github.com/pallets/jinja/commit/90457bbf33b8662926ae65cdde4c4c32e756e403",
          "url": "https://github.com/pallets/jinja/commit/90457bbf33b8662926ae65cdde4c4c32e756e403"
        },
        {
          "category": "external",
          "summary": "https://github.com/pallets/jinja/security/advisories/GHSA-cpwx-vrp4-4pq7",
          "url": "https://github.com/pallets/jinja/security/advisories/GHSA-cpwx-vrp4-4pq7"
        }
      ],
      "release_date": "2025-03-05T20:40:06.568000+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2025-03-25T12:26:53+00:00",
          "details": "Red Hat Ansible Automation Platform",
          "product_ids": [
            "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.10-1.el8ap.aarch64",
            "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.10-1.el8ap.ppc64le",
            "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.10-1.el8ap.s390x",
            "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.10-1.el8ap.x86_64",
            "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.6-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.6-1.el8ap.src",
            "8Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.6-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.6-1.el8ap.src",
            "8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.10-1.el8ap.aarch64",
            "8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.10-1.el8ap.ppc64le",
            "8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.10-1.el8ap.s390x",
            "8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.10-1.el8ap.x86_64",
            "8Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.6-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.6-1.el8ap.src",
            "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.10-1.el9ap.aarch64",
            "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.10-1.el9ap.ppc64le",
            "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.10-1.el9ap.s390x",
            "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.10-1.el9ap.x86_64",
            "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.6-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.6-1.el9ap.src",
            "9Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.6-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.6-1.el9ap.src",
            "9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.10-1.el9ap.aarch64",
            "9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.10-1.el9ap.ppc64le",
            "9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.10-1.el9ap.s390x",
            "9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.10-1.el9ap.x86_64",
            "9Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.6-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.6-1.el9ap.src"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2025:3160"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "LOCAL",
            "availabilityImpact": "HIGH",
            "baseScore": 7.3,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "HIGH",
            "privilegesRequired": "LOW",
            "scope": "UNCHANGED",
            "userInteraction": "REQUIRED",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.10-1.el8ap.aarch64",
            "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.10-1.el8ap.ppc64le",
            "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.10-1.el8ap.s390x",
            "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.10-1.el8ap.src",
            "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.10-1.el8ap.x86_64",
            "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.10-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-server-0:4.6.10-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-ui-0:4.6.10-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.10-1.el8ap.aarch64",
            "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.10-1.el8ap.ppc64le",
            "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.10-1.el8ap.s390x",
            "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.10-1.el8ap.x86_64",
            "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.20-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.20-1.el8ap.src",
            "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.6-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.6-1.el8ap.src",
            "8Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.6-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.6-1.el8ap.src",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-10.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-10.el8ap.src",
            "8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.10-1.el8ap.aarch64",
            "8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.10-1.el8ap.ppc64le",
            "8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.10-1.el8ap.s390x",
            "8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.10-1.el8ap.src",
            "8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.10-1.el8ap.x86_64",
            "8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.10-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.10-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.10-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.10-1.el8ap.aarch64",
            "8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.10-1.el8ap.ppc64le",
            "8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.10-1.el8ap.s390x",
            "8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.10-1.el8ap.x86_64",
            "8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20250326-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20250326-1.el8ap.src",
            "8Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20250326-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20250326-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.3-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.3-1.el8ap.src",
            "8Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.20-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.20-1.el8ap.src",
            "8Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+activitystream-0:2.5.20250326-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+api_documentation-0:2.5.20250326-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+authentication-0:2.5.20250326-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+channel_auth-0:2.5.20250326-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+feature_flags-0:2.5.20250326-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+jwt_consumer-0:2.5.20250326-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+oauth2_provider-0:2.5.20250326-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+rbac-0:2.5.20250326-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+redis_client-0:2.5.20250326-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+rest_filters-0:2.5.20250326-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base-0:2.5.20250326-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base-0:2.5.20250326-1.el8ap.src",
            "8Base-Ansible-Automation-Platform-2.5:python3.11-galaxy-ng-0:4.10.3-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.5:python3.11-galaxy-ng-0:4.10.3-1.el8ap.src",
            "8Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.6-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.6-1.el8ap.src",
            "8Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.34-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.34-1.el8ap.src",
            "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.10-1.el9ap.aarch64",
            "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.10-1.el9ap.ppc64le",
            "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.10-1.el9ap.s390x",
            "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.10-1.el9ap.src",
            "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.10-1.el9ap.x86_64",
            "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.10-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-server-0:4.6.10-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-ui-0:4.6.10-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.10-1.el9ap.aarch64",
            "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.10-1.el9ap.ppc64le",
            "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.10-1.el9ap.s390x",
            "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.10-1.el9ap.x86_64",
            "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.20-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.20-1.el9ap.src",
            "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.6-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.6-1.el9ap.src",
            "9Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.6-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.6-1.el9ap.src",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-10.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-10.el9ap.src",
            "9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.10-1.el9ap.aarch64",
            "9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.10-1.el9ap.ppc64le",
            "9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.10-1.el9ap.s390x",
            "9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.10-1.el9ap.src",
            "9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.10-1.el9ap.x86_64",
            "9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.10-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.10-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.10-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.10-1.el9ap.aarch64",
            "9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.10-1.el9ap.ppc64le",
            "9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.10-1.el9ap.s390x",
            "9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.10-1.el9ap.x86_64",
            "9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20250326-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20250326-1.el9ap.src",
            "9Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20250326-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20250326-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.3-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.3-1.el9ap.src",
            "9Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.20-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.20-1.el9ap.src",
            "9Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+activitystream-0:2.5.20250326-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+api_documentation-0:2.5.20250326-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+authentication-0:2.5.20250326-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+channel_auth-0:2.5.20250326-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+feature_flags-0:2.5.20250326-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+jwt_consumer-0:2.5.20250326-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+oauth2_provider-0:2.5.20250326-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+rbac-0:2.5.20250326-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+redis_client-0:2.5.20250326-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base+rest_filters-0:2.5.20250326-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base-0:2.5.20250326-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.5:python3.11-django-ansible-base-0:2.5.20250326-1.el9ap.src",
            "9Base-Ansible-Automation-Platform-2.5:python3.11-galaxy-ng-0:4.10.3-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.5:python3.11-galaxy-ng-0:4.10.3-1.el9ap.src",
            "9Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.6-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.6-1.el9ap.src",
            "9Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.34-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.34-1.el9ap.src"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Important"
        }
      ],
      "title": "jinja2: Jinja sandbox breakout through attr filter selecting format method"
    }
  ]
}
  rhsa-2025:3789
Vulnerability from csaf_redhat
Notes
{
  "document": {
    "aggregate_severity": {
      "namespace": "https://access.redhat.com/security/updates/classification/",
      "text": "Important"
    },
    "category": "csaf_security_advisory",
    "csaf_version": "2.0",
    "distribution": {
      "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
      "tlp": {
        "label": "WHITE",
        "url": "https://www.first.org/tlp/"
      }
    },
    "lang": "en",
    "notes": [
      {
        "category": "summary",
        "text": "Red Hat OpenShift Container Platform release 4.15.49 is now available with updates to packages and images that fix several bugs.\n\nThis release includes a security update for Red Hat OpenShift Container Platform 4.15.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
        "title": "Topic"
      },
      {
        "category": "general",
        "text": "Red Hat OpenShift Container Platform is Red Hat\u0027s cloud computing Kubernetes application platform solution designed for on-premise or private cloud deployments.\n\nThis advisory contains the RPM packages for Red Hat OpenShift Container Platform 4.15.49. See the following advisory for the container images for this release:\n\nhttps://access.redhat.com/errata/RHSA-2025:3790\n\nSecurity Fix(es):\n\n* jinja2: Jinja sandbox breakout through attr filter selecting format\nmethod (CVE-2025-27516)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAll OpenShift Container Platform 4.15 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.15/html-single/updating_clusters/index#updating-cluster-cli.",
        "title": "Details"
      },
      {
        "category": "legal_disclaimer",
        "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
        "title": "Terms of Use"
      }
    ],
    "publisher": {
      "category": "vendor",
      "contact_details": "https://access.redhat.com/security/team/contact/",
      "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
      "name": "Red Hat Product Security",
      "namespace": "https://www.redhat.com"
    },
    "references": [
      {
        "category": "self",
        "summary": "https://access.redhat.com/errata/RHSA-2025:3789",
        "url": "https://access.redhat.com/errata/RHSA-2025:3789"
      },
      {
        "category": "external",
        "summary": "https://access.redhat.com/security/updates/classification/#important",
        "url": "https://access.redhat.com/security/updates/classification/#important"
      },
      {
        "category": "external",
        "summary": "2350190",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2350190"
      },
      {
        "category": "self",
        "summary": "Canonical URL",
        "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_3789.json"
      }
    ],
    "title": "Red Hat Security Advisory: OpenShift Container Platform 4.15.49 security and extras update",
    "tracking": {
      "current_release_date": "2025-10-28T19:42:49+00:00",
      "generator": {
        "date": "2025-10-28T19:42:49+00:00",
        "engine": {
          "name": "Red Hat SDEngine",
          "version": "4.6.10"
        }
      },
      "id": "RHSA-2025:3789",
      "initial_release_date": "2025-04-16T02:18:49+00:00",
      "revision_history": [
        {
          "date": "2025-04-16T02:18:49+00:00",
          "number": "1",
          "summary": "Initial version"
        },
        {
          "date": "2025-04-16T02:18:49+00:00",
          "number": "2",
          "summary": "Last updated version"
        },
        {
          "date": "2025-10-28T19:42:49+00:00",
          "number": "3",
          "summary": "Last generated version"
        }
      ],
      "status": "final",
      "version": "3"
    }
  },
  "product_tree": {
    "branches": [
      {
        "branches": [
          {
            "branches": [
              {
                "category": "product_name",
                "name": "Red Hat OpenShift Container Platform 4.15",
                "product": {
                  "name": "Red Hat OpenShift Container Platform 4.15",
                  "product_id": "9Base-RHOSE-4.15",
                  "product_identification_helper": {
                    "cpe": "cpe:/a:redhat:openshift:4.15::el9"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "Red Hat OpenShift Container Platform 4.15",
                "product": {
                  "name": "Red Hat OpenShift Container Platform 4.15",
                  "product_id": "8Base-RHOSE-4.15",
                  "product_identification_helper": {
                    "cpe": "cpe:/a:redhat:openshift:4.15::el8"
                  }
                }
              }
            ],
            "category": "product_family",
            "name": "Red Hat OpenShift Enterprise"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "openshift4/ose-cloud-event-proxy-rhel9@sha256:bdbc74db5d3fd278a3f5d051e58f3b1b81d203baf9726ae357ae1f372c45d753_arm64",
                "product": {
                  "name": "openshift4/ose-cloud-event-proxy-rhel9@sha256:bdbc74db5d3fd278a3f5d051e58f3b1b81d203baf9726ae357ae1f372c45d753_arm64",
                  "product_id": "openshift4/ose-cloud-event-proxy-rhel9@sha256:bdbc74db5d3fd278a3f5d051e58f3b1b81d203baf9726ae357ae1f372c45d753_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cloud-event-proxy-rhel9@sha256:bdbc74db5d3fd278a3f5d051e58f3b1b81d203baf9726ae357ae1f372c45d753?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9\u0026tag=v4.15.0-202504081004.p0.g89ac857.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-nfd-rhel9-operator@sha256:45da407fa7d24d9ab28737ef8177f9855c0350981a05888b0d024d1ef7a9ac09_arm64",
                "product": {
                  "name": "openshift4/ose-cluster-nfd-rhel9-operator@sha256:45da407fa7d24d9ab28737ef8177f9855c0350981a05888b0d024d1ef7a9ac09_arm64",
                  "product_id": "openshift4/ose-cluster-nfd-rhel9-operator@sha256:45da407fa7d24d9ab28737ef8177f9855c0350981a05888b0d024d1ef7a9ac09_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-nfd-rhel9-operator@sha256:45da407fa7d24d9ab28737ef8177f9855c0350981a05888b0d024d1ef7a9ac09?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator\u0026tag=v4.15.0-202504081004.p0.gabdfb61.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-sriov-infiniband-cni-rhel9@sha256:e0a57b9ea2af7f1c41a62a2b9b46ec0e3351db5436b1b2687dc1c278efb99703_arm64",
                "product": {
                  "name": "openshift4/ose-sriov-infiniband-cni-rhel9@sha256:e0a57b9ea2af7f1c41a62a2b9b46ec0e3351db5436b1b2687dc1c278efb99703_arm64",
                  "product_id": "openshift4/ose-sriov-infiniband-cni-rhel9@sha256:e0a57b9ea2af7f1c41a62a2b9b46ec0e3351db5436b1b2687dc1c278efb99703_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-sriov-infiniband-cni-rhel9@sha256:e0a57b9ea2af7f1c41a62a2b9b46ec0e3351db5436b1b2687dc1c278efb99703?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9\u0026tag=v4.15.0-202504081004.p0.g24dc8c5.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ingress-node-firewall-rhel9@sha256:63ac6597616a523c5f7d2f18193dc9d1e7433935ee765c7b4bcf39bd6a5e121e_arm64",
                "product": {
                  "name": "openshift4/ingress-node-firewall-rhel9@sha256:63ac6597616a523c5f7d2f18193dc9d1e7433935ee765c7b4bcf39bd6a5e121e_arm64",
                  "product_id": "openshift4/ingress-node-firewall-rhel9@sha256:63ac6597616a523c5f7d2f18193dc9d1e7433935ee765c7b4bcf39bd6a5e121e_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ingress-node-firewall-rhel9@sha256:63ac6597616a523c5f7d2f18193dc9d1e7433935ee765c7b4bcf39bd6a5e121e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ingress-node-firewall-rhel9\u0026tag=v4.15.0-202504081004.p0.g135f832.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ingress-node-firewall-rhel9-operator@sha256:c12c4aa9cc5bbf462b0fbd7b796a595f15e1e14cd541db1666275414b0e027ee_arm64",
                "product": {
                  "name": "openshift4/ingress-node-firewall-rhel9-operator@sha256:c12c4aa9cc5bbf462b0fbd7b796a595f15e1e14cd541db1666275414b0e027ee_arm64",
                  "product_id": "openshift4/ingress-node-firewall-rhel9-operator@sha256:c12c4aa9cc5bbf462b0fbd7b796a595f15e1e14cd541db1666275414b0e027ee_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ingress-node-firewall-rhel9-operator@sha256:c12c4aa9cc5bbf462b0fbd7b796a595f15e1e14cd541db1666275414b0e027ee?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator\u0026tag=v4.15.0-202504081004.p0.g135f832.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-local-storage-diskmaker-rhel9@sha256:8de0165780ce576be459a561e0945d2c61833811540ae060dd1a2502e5090c05_arm64",
                "product": {
                  "name": "openshift4/ose-local-storage-diskmaker-rhel9@sha256:8de0165780ce576be459a561e0945d2c61833811540ae060dd1a2502e5090c05_arm64",
                  "product_id": "openshift4/ose-local-storage-diskmaker-rhel9@sha256:8de0165780ce576be459a561e0945d2c61833811540ae060dd1a2502e5090c05_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-local-storage-diskmaker-rhel9@sha256:8de0165780ce576be459a561e0945d2c61833811540ae060dd1a2502e5090c05?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9\u0026tag=v4.15.0-202504081004.p0.gcc4f213.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-local-storage-rhel9-operator@sha256:31d562a8fd72f9f139f5c6317e0c83e6ab54a3fc582f493eb7357d807b0d6e20_arm64",
                "product": {
                  "name": "openshift4/ose-local-storage-rhel9-operator@sha256:31d562a8fd72f9f139f5c6317e0c83e6ab54a3fc582f493eb7357d807b0d6e20_arm64",
                  "product_id": "openshift4/ose-local-storage-rhel9-operator@sha256:31d562a8fd72f9f139f5c6317e0c83e6ab54a3fc582f493eb7357d807b0d6e20_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-local-storage-rhel9-operator@sha256:31d562a8fd72f9f139f5c6317e0c83e6ab54a3fc582f493eb7357d807b0d6e20?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-rhel9-operator\u0026tag=v4.15.0-202504081004.p0.gcc4f213.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/nmstate-console-plugin-rhel8@sha256:aef6c2a44da59d23cad68d63fd4621ffc5fb8ad10aca684225315a1932c5bf7e_arm64",
                "product": {
                  "name": "openshift4/nmstate-console-plugin-rhel8@sha256:aef6c2a44da59d23cad68d63fd4621ffc5fb8ad10aca684225315a1932c5bf7e_arm64",
                  "product_id": "openshift4/nmstate-console-plugin-rhel8@sha256:aef6c2a44da59d23cad68d63fd4621ffc5fb8ad10aca684225315a1932c5bf7e_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/nmstate-console-plugin-rhel8@sha256:aef6c2a44da59d23cad68d63fd4621ffc5fb8ad10aca684225315a1932c5bf7e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/nmstate-console-plugin-rhel8\u0026tag=v4.15.0-202504020136.p0.g90ddde0.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-node-feature-discovery-rhel9@sha256:bbcb287ed5565540b1189d1ee8355aebe5edf2d73ead6de091d0633ce8f387b7_arm64",
                "product": {
                  "name": "openshift4/ose-node-feature-discovery-rhel9@sha256:bbcb287ed5565540b1189d1ee8355aebe5edf2d73ead6de091d0633ce8f387b7_arm64",
                  "product_id": "openshift4/ose-node-feature-discovery-rhel9@sha256:bbcb287ed5565540b1189d1ee8355aebe5edf2d73ead6de091d0633ce8f387b7_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-node-feature-discovery-rhel9@sha256:bbcb287ed5565540b1189d1ee8355aebe5edf2d73ead6de091d0633ce8f387b7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9\u0026tag=v4.15.0-202504081004.p0.g68c4ba0.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-ansible-operator@sha256:9d649ada3e4f4c72254fe57e96db6e25bcf12a51f15a10733e63af9043ce671d_arm64",
                "product": {
                  "name": "openshift4/ose-ansible-operator@sha256:9d649ada3e4f4c72254fe57e96db6e25bcf12a51f15a10733e63af9043ce671d_arm64",
                  "product_id": "openshift4/ose-ansible-operator@sha256:9d649ada3e4f4c72254fe57e96db6e25bcf12a51f15a10733e63af9043ce671d_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-ansible-operator@sha256:9d649ada3e4f4c72254fe57e96db6e25bcf12a51f15a10733e63af9043ce671d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ansible-operator\u0026tag=v4.15.0-202503310336.p0.g52fc4b9.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-capacity@sha256:40675e446d7d217a9bd1ee08c14e8f2d5444ea539b5960e70c3a620b104f43c2_arm64",
                "product": {
                  "name": "openshift4/ose-cluster-capacity@sha256:40675e446d7d217a9bd1ee08c14e8f2d5444ea539b5960e70c3a620b104f43c2_arm64",
                  "product_id": "openshift4/ose-cluster-capacity@sha256:40675e446d7d217a9bd1ee08c14e8f2d5444ea539b5960e70c3a620b104f43c2_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-capacity@sha256:40675e446d7d217a9bd1ee08c14e8f2d5444ea539b5960e70c3a620b104f43c2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capacity\u0026tag=v4.15.0-202503310336.p0.gcc7901f.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-egress-dns-proxy@sha256:e94bc31d00fdb3c28d0deca9081b6956088db2444d7c1a1044af974c10a1cc58_arm64",
                "product": {
                  "name": "openshift4/ose-egress-dns-proxy@sha256:e94bc31d00fdb3c28d0deca9081b6956088db2444d7c1a1044af974c10a1cc58_arm64",
                  "product_id": "openshift4/ose-egress-dns-proxy@sha256:e94bc31d00fdb3c28d0deca9081b6956088db2444d7c1a1044af974c10a1cc58_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-egress-dns-proxy@sha256:e94bc31d00fdb3c28d0deca9081b6956088db2444d7c1a1044af974c10a1cc58?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-egress-dns-proxy\u0026tag=v4.15.0-202503310336.p0.g87c23b5.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-egress-router@sha256:b8adf22115d21e7cc7c5a73cef81393bb0000a263f80a8720f3288b712bccca3_arm64",
                "product": {
                  "name": "openshift4/ose-egress-router@sha256:b8adf22115d21e7cc7c5a73cef81393bb0000a263f80a8720f3288b712bccca3_arm64",
                  "product_id": "openshift4/ose-egress-router@sha256:b8adf22115d21e7cc7c5a73cef81393bb0000a263f80a8720f3288b712bccca3_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-egress-router@sha256:b8adf22115d21e7cc7c5a73cef81393bb0000a263f80a8720f3288b712bccca3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-egress-router\u0026tag=v4.15.0-202503310336.p0.g87c23b5.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-helm-operator@sha256:9517897e4104b47c735a74ffc79591bb1d16ae0a4fda11ac466d3aa2f816a694_arm64",
                "product": {
                  "name": "openshift4/ose-helm-operator@sha256:9517897e4104b47c735a74ffc79591bb1d16ae0a4fda11ac466d3aa2f816a694_arm64",
                  "product_id": "openshift4/ose-helm-operator@sha256:9517897e4104b47c735a74ffc79591bb1d16ae0a4fda11ac466d3aa2f816a694_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-helm-operator@sha256:9517897e4104b47c735a74ffc79591bb1d16ae0a4fda11ac466d3aa2f816a694?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-helm-operator\u0026tag=v4.15.0-202503310336.p0.g52fc4b9.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-operator-sdk-rhel8@sha256:a6cb88ae408f25a0d438eeb79e61f1983231fccada83e7fccb4ff85817619df8_arm64",
                "product": {
                  "name": "openshift4/ose-operator-sdk-rhel8@sha256:a6cb88ae408f25a0d438eeb79e61f1983231fccada83e7fccb4ff85817619df8_arm64",
                  "product_id": "openshift4/ose-operator-sdk-rhel8@sha256:a6cb88ae408f25a0d438eeb79e61f1983231fccada83e7fccb4ff85817619df8_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-operator-sdk-rhel8@sha256:a6cb88ae408f25a0d438eeb79e61f1983231fccada83e7fccb4ff85817619df8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-sdk-rhel8\u0026tag=v4.15.0-202504020136.p0.g52fc4b9.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:3c46808ece35519fd4dc204696dc940c270e1ec7196780c9011a6150858cbc8f_arm64",
                "product": {
                  "name": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:3c46808ece35519fd4dc204696dc940c270e1ec7196780c9011a6150858cbc8f_arm64",
                  "product_id": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:3c46808ece35519fd4dc204696dc940c270e1ec7196780c9011a6150858cbc8f_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-kubernetes-nmstate-handler-rhel9@sha256:3c46808ece35519fd4dc204696dc940c270e1ec7196780c9011a6150858cbc8f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9\u0026tag=v4.15.0-202504081004.p0.gb13c0e8.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:01dd496bb6a81a5f92b410b5f7dc4a839f8b5f085d09e8cf0aaf69c2c385ca9a_arm64",
                "product": {
                  "name": "openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:01dd496bb6a81a5f92b410b5f7dc4a839f8b5f085d09e8cf0aaf69c2c385ca9a_arm64",
                  "product_id": "openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:01dd496bb6a81a5f92b410b5f7dc4a839f8b5f085d09e8cf0aaf69c2c385ca9a_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-aws-efs-csi-driver-container-rhel8@sha256:01dd496bb6a81a5f92b410b5f7dc4a839f8b5f085d09e8cf0aaf69c2c385ca9a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8\u0026tag=v4.15.0-202503310336.p0.g129acea.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:20503d3a85b01debc7110dc45b0311d593b00a85604c7878c956af32a980a834_arm64",
                "product": {
                  "name": "openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:20503d3a85b01debc7110dc45b0311d593b00a85604c7878c956af32a980a834_arm64",
                  "product_id": "openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:20503d3a85b01debc7110dc45b0311d593b00a85604c7878c956af32a980a834_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-aws-efs-csi-driver-rhel8-operator@sha256:20503d3a85b01debc7110dc45b0311d593b00a85604c7878c956af32a980a834?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator\u0026tag=v4.15.0-202503310336.p0.gb0f13a0.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6a7ec6c0d8c8a7662cba34a63b1cfd855f6bb288cc8b4f6f3f9451692d808268_arm64",
                "product": {
                  "name": "openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6a7ec6c0d8c8a7662cba34a63b1cfd855f6bb288cc8b4f6f3f9451692d808268_arm64",
                  "product_id": "openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6a7ec6c0d8c8a7662cba34a63b1cfd855f6bb288cc8b4f6f3f9451692d808268_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-baremetal-cluster-api-controllers-rhel9@sha256:6a7ec6c0d8c8a7662cba34a63b1cfd855f6bb288cc8b4f6f3f9451692d808268?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9\u0026tag=v4.15.0-202504081004.p0.g2935369.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-clusterresourceoverride-rhel9@sha256:51663cc34cce039e548b0086dc655aa3a212612e818d913018625e76d69f8dd5_arm64",
                "product": {
                  "name": "openshift4/ose-clusterresourceoverride-rhel9@sha256:51663cc34cce039e548b0086dc655aa3a212612e818d913018625e76d69f8dd5_arm64",
                  "product_id": "openshift4/ose-clusterresourceoverride-rhel9@sha256:51663cc34cce039e548b0086dc655aa3a212612e818d913018625e76d69f8dd5_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-clusterresourceoverride-rhel9@sha256:51663cc34cce039e548b0086dc655aa3a212612e818d913018625e76d69f8dd5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9\u0026tag=v4.15.0-202504081004.p0.g8472b75.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:fb3f2a263692719b11d69a47194dc46d1b1047a05546543d972f8e80ecb1fb20_arm64",
                "product": {
                  "name": "openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:fb3f2a263692719b11d69a47194dc46d1b1047a05546543d972f8e80ecb1fb20_arm64",
                  "product_id": "openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:fb3f2a263692719b11d69a47194dc46d1b1047a05546543d972f8e80ecb1fb20_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-clusterresourceoverride-rhel9-operator@sha256:fb3f2a263692719b11d69a47194dc46d1b1047a05546543d972f8e80ecb1fb20?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator\u0026tag=v4.15.0-202504081004.p0.g40c168c.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:f14c7316d0871fb015ab47858fb80c057966171bb7dc46d60d40371d312ad12d_arm64",
                "product": {
                  "name": "openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:f14c7316d0871fb015ab47858fb80c057966171bb7dc46d60d40371d312ad12d_arm64",
                  "product_id": "openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:f14c7316d0871fb015ab47858fb80c057966171bb7dc46d60d40371d312ad12d_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:f14c7316d0871fb015ab47858fb80c057966171bb7dc46d60d40371d312ad12d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8\u0026tag=v4.15.0-202503310336.p0.g260a085.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-egress-http-proxy@sha256:5f1cd27259e1efe3f586ab358ca62b4b9a92828c72adfebc2f7c56b9165e1ea9_arm64",
                "product": {
                  "name": "openshift4/ose-egress-http-proxy@sha256:5f1cd27259e1efe3f586ab358ca62b4b9a92828c72adfebc2f7c56b9165e1ea9_arm64",
                  "product_id": "openshift4/ose-egress-http-proxy@sha256:5f1cd27259e1efe3f586ab358ca62b4b9a92828c72adfebc2f7c56b9165e1ea9_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-egress-http-proxy@sha256:5f1cd27259e1efe3f586ab358ca62b4b9a92828c72adfebc2f7c56b9165e1ea9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-egress-http-proxy\u0026tag=v4.15.0-202503310336.p0.g87c23b5.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/frr-rhel9@sha256:b755f787a9871f6c22b37edfcb98cbc8e5299747c46147e839759bb320e22e52_arm64",
                "product": {
                  "name": "openshift4/frr-rhel9@sha256:b755f787a9871f6c22b37edfcb98cbc8e5299747c46147e839759bb320e22e52_arm64",
                  "product_id": "openshift4/frr-rhel9@sha256:b755f787a9871f6c22b37edfcb98cbc8e5299747c46147e839759bb320e22e52_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/frr-rhel9@sha256:b755f787a9871f6c22b37edfcb98cbc8e5299747c46147e839759bb320e22e52?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/frr-rhel9\u0026tag=v4.15.0-202504081004.p0.ga8191c0.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:bf6bdb4374daa7766c367c15a813f20c9f269b6611b78031ec9e0fe3aafb8271_arm64",
                "product": {
                  "name": "openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:bf6bdb4374daa7766c367c15a813f20c9f269b6611b78031ec9e0fe3aafb8271_arm64",
                  "product_id": "openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:bf6bdb4374daa7766c367c15a813f20c9f269b6611b78031ec9e0fe3aafb8271_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-gcp-filestore-csi-driver-rhel8@sha256:bf6bdb4374daa7766c367c15a813f20c9f269b6611b78031ec9e0fe3aafb8271?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8\u0026tag=v4.15.0-202503310336.p0.gfee632a.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:755411978e520f53d81f96186971b987cb48fb06e161791718570598f9542d7d_arm64",
                "product": {
                  "name": "openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:755411978e520f53d81f96186971b987cb48fb06e161791718570598f9542d7d_arm64",
                  "product_id": "openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:755411978e520f53d81f96186971b987cb48fb06e161791718570598f9542d7d_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:755411978e520f53d81f96186971b987cb48fb06e161791718570598f9542d7d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator\u0026tag=v4.15.0-202504081004.p0.ga923e95.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:9b7805668b95e395d0fb7d689b0257072b0a95b8acea70e16282192e3985db25_arm64",
                "product": {
                  "name": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:9b7805668b95e395d0fb7d689b0257072b0a95b8acea70e16282192e3985db25_arm64",
                  "product_id": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:9b7805668b95e395d0fb7d689b0257072b0a95b8acea70e16282192e3985db25_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/kubernetes-nmstate-rhel9-operator@sha256:9b7805668b95e395d0fb7d689b0257072b0a95b8acea70e16282192e3985db25?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator\u0026tag=v4.15.0-202504081004.p0.gb13c0e8.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-ptp-rhel9@sha256:3fb9ede0b0ebc57a08042b7c016ca29746d4aeb1a02c27a46765790de5b5dcfe_arm64",
                "product": {
                  "name": "openshift4/ose-ptp-rhel9@sha256:3fb9ede0b0ebc57a08042b7c016ca29746d4aeb1a02c27a46765790de5b5dcfe_arm64",
                  "product_id": "openshift4/ose-ptp-rhel9@sha256:3fb9ede0b0ebc57a08042b7c016ca29746d4aeb1a02c27a46765790de5b5dcfe_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-ptp-rhel9@sha256:3fb9ede0b0ebc57a08042b7c016ca29746d4aeb1a02c27a46765790de5b5dcfe?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ptp-rhel9\u0026tag=v4.15.0-202504081004.p0.ga258c30.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-local-storage-mustgather-rhel9@sha256:51ad14ea62423c524f66bbade04273162e5047f0e7704b8c91d7c5b89e1c26b7_arm64",
                "product": {
                  "name": "openshift4/ose-local-storage-mustgather-rhel9@sha256:51ad14ea62423c524f66bbade04273162e5047f0e7704b8c91d7c5b89e1c26b7_arm64",
                  "product_id": "openshift4/ose-local-storage-mustgather-rhel9@sha256:51ad14ea62423c524f66bbade04273162e5047f0e7704b8c91d7c5b89e1c26b7_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-local-storage-mustgather-rhel9@sha256:51ad14ea62423c524f66bbade04273162e5047f0e7704b8c91d7c5b89e1c26b7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9\u0026tag=v4.15.0-202504081004.p0.gcc4f213.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/metallb-rhel9@sha256:1ddb2c53e2f570c6cd123ebcc7947a1895c3468c6212a98b78a07d2e02d566ce_arm64",
                "product": {
                  "name": "openshift4/metallb-rhel9@sha256:1ddb2c53e2f570c6cd123ebcc7947a1895c3468c6212a98b78a07d2e02d566ce_arm64",
                  "product_id": "openshift4/metallb-rhel9@sha256:1ddb2c53e2f570c6cd123ebcc7947a1895c3468c6212a98b78a07d2e02d566ce_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/metallb-rhel9@sha256:1ddb2c53e2f570c6cd123ebcc7947a1895c3468c6212a98b78a07d2e02d566ce?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel9\u0026tag=v4.15.0-202504081004.p0.g0f95464.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/metallb-rhel9-operator@sha256:5d628ba28b7e362b950717949a3caa7001f47f8abc4c832f03f52da5c27d2395_arm64",
                "product": {
                  "name": "openshift4/metallb-rhel9-operator@sha256:5d628ba28b7e362b950717949a3caa7001f47f8abc4c832f03f52da5c27d2395_arm64",
                  "product_id": "openshift4/metallb-rhel9-operator@sha256:5d628ba28b7e362b950717949a3caa7001f47f8abc4c832f03f52da5c27d2395_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/metallb-rhel9-operator@sha256:5d628ba28b7e362b950717949a3caa7001f47f8abc4c832f03f52da5c27d2395?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel9-operator\u0026tag=v4.15.0-202504081004.p0.g359620b.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-ptp-rhel9-operator@sha256:50ab2651ead8e6bfaeac767878bb68aedddba95ddd25929fa833cd4cb8c38f31_arm64",
                "product": {
                  "name": "openshift4/ose-ptp-rhel9-operator@sha256:50ab2651ead8e6bfaeac767878bb68aedddba95ddd25929fa833cd4cb8c38f31_arm64",
                  "product_id": "openshift4/ose-ptp-rhel9-operator@sha256:50ab2651ead8e6bfaeac767878bb68aedddba95ddd25929fa833cd4cb8c38f31_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-ptp-rhel9-operator@sha256:50ab2651ead8e6bfaeac767878bb68aedddba95ddd25929fa833cd4cb8c38f31?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ptp-rhel9-operator\u0026tag=v4.15.0-202504081004.p0.gc0249a6.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-secrets-store-csi-driver-rhel8@sha256:e406d0d0f8b7c7d68906df3fb80e5b1c238d7619138aa5a218fdf0ddc870263e_arm64",
                "product": {
                  "name": "openshift4/ose-secrets-store-csi-driver-rhel8@sha256:e406d0d0f8b7c7d68906df3fb80e5b1c238d7619138aa5a218fdf0ddc870263e_arm64",
                  "product_id": "openshift4/ose-secrets-store-csi-driver-rhel8@sha256:e406d0d0f8b7c7d68906df3fb80e5b1c238d7619138aa5a218fdf0ddc870263e_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-secrets-store-csi-driver-rhel8@sha256:e406d0d0f8b7c7d68906df3fb80e5b1c238d7619138aa5a218fdf0ddc870263e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8\u0026tag=v4.15.0-202503310336.p0.gd7f540b.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:7e0e8dfeb1ca9490c592b1247b70aaa9945a0a573bc7d6b00762603aafe4f50a_arm64",
                "product": {
                  "name": "openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:7e0e8dfeb1ca9490c592b1247b70aaa9945a0a573bc7d6b00762603aafe4f50a_arm64",
                  "product_id": "openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:7e0e8dfeb1ca9490c592b1247b70aaa9945a0a573bc7d6b00762603aafe4f50a_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-secrets-store-csi-driver-rhel8-operator@sha256:7e0e8dfeb1ca9490c592b1247b70aaa9945a0a573bc7d6b00762603aafe4f50a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator\u0026tag=v4.15.0-202503310336.p0.gef602a5.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:50773a425d4ad622446fc0dc73ae29d5641b6e03c7573fe7b2c8162d9d672363_arm64",
                "product": {
                  "name": "openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:50773a425d4ad622446fc0dc73ae29d5641b6e03c7573fe7b2c8162d9d672363_arm64",
                  "product_id": "openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:50773a425d4ad622446fc0dc73ae29d5641b6e03c7573fe7b2c8162d9d672363_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-secrets-store-csi-mustgather-rhel8@sha256:50773a425d4ad622446fc0dc73ae29d5641b6e03c7573fe7b2c8162d9d672363?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8\u0026tag=v4.15.0-202503310336.p0.gef602a5.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:3232ac33b3a13e8254dbcf4dbdfd869df220416460a7b0f556eaf995573aaab9_arm64",
                "product": {
                  "name": "openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:3232ac33b3a13e8254dbcf4dbdfd869df220416460a7b0f556eaf995573aaab9_arm64",
                  "product_id": "openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:3232ac33b3a13e8254dbcf4dbdfd869df220416460a7b0f556eaf995573aaab9_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-vertical-pod-autoscaler-rhel9@sha256:3232ac33b3a13e8254dbcf4dbdfd869df220416460a7b0f556eaf995573aaab9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9\u0026tag=v4.15.0-202504081004.p0.g8914989.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:cb2e65a12eefb023bb2c4ba1d2063773e3ff761cd1fcfb824d2341d39a3a99ca_arm64",
                "product": {
                  "name": "openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:cb2e65a12eefb023bb2c4ba1d2063773e3ff761cd1fcfb824d2341d39a3a99ca_arm64",
                  "product_id": "openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:cb2e65a12eefb023bb2c4ba1d2063773e3ff761cd1fcfb824d2341d39a3a99ca_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-vertical-pod-autoscaler-rhel9-operator@sha256:cb2e65a12eefb023bb2c4ba1d2063773e3ff761cd1fcfb824d2341d39a3a99ca?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator\u0026tag=v4.15.0-202504081004.p0.g8876256.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ptp-must-gather-rhel8@sha256:d543fb6bc71d934e47a3a8f1f4024d859b522bf11f8b82a51395038a31d6c41d_arm64",
                "product": {
                  "name": "openshift4/ptp-must-gather-rhel8@sha256:d543fb6bc71d934e47a3a8f1f4024d859b522bf11f8b82a51395038a31d6c41d_arm64",
                  "product_id": "openshift4/ptp-must-gather-rhel8@sha256:d543fb6bc71d934e47a3a8f1f4024d859b522bf11f8b82a51395038a31d6c41d_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ptp-must-gather-rhel8@sha256:d543fb6bc71d934e47a3a8f1f4024d859b522bf11f8b82a51395038a31d6c41d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ptp-must-gather-rhel8\u0026tag=v4.15.0-202503310336.p0.gc0249a6.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/sriov-cni-rhel9@sha256:eeb2cad9e0c5fe5dbdb1eebcfa628f0ce7ef866e130eec3627d8ad75bb8480c1_arm64",
                "product": {
                  "name": "openshift4/sriov-cni-rhel9@sha256:eeb2cad9e0c5fe5dbdb1eebcfa628f0ce7ef866e130eec3627d8ad75bb8480c1_arm64",
                  "product_id": "openshift4/sriov-cni-rhel9@sha256:eeb2cad9e0c5fe5dbdb1eebcfa628f0ce7ef866e130eec3627d8ad75bb8480c1_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/sriov-cni-rhel9@sha256:eeb2cad9e0c5fe5dbdb1eebcfa628f0ce7ef866e130eec3627d8ad75bb8480c1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/sriov-cni-rhel9\u0026tag=v4.15.0-202504081004.p0.g1bca49e.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:ccb7c75b27574d1b61fbf547a98f57f48fc7b781b33072c03c57584386e7c437_arm64",
                "product": {
                  "name": "openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:ccb7c75b27574d1b61fbf547a98f57f48fc7b781b33072c03c57584386e7c437_arm64",
                  "product_id": "openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:ccb7c75b27574d1b61fbf547a98f57f48fc7b781b33072c03c57584386e7c437_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-sriov-dp-admission-controller-rhel9@sha256:ccb7c75b27574d1b61fbf547a98f57f48fc7b781b33072c03c57584386e7c437?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9\u0026tag=v4.15.0-202504081004.p0.gc509200.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-sriov-network-config-daemon-rhel9@sha256:669f94cd9437b89d38a21cb85aff868ee124073f1ebbbca38d0d0b3b56167d1c_arm64",
                "product": {
                  "name": "openshift4/ose-sriov-network-config-daemon-rhel9@sha256:669f94cd9437b89d38a21cb85aff868ee124073f1ebbbca38d0d0b3b56167d1c_arm64",
                  "product_id": "openshift4/ose-sriov-network-config-daemon-rhel9@sha256:669f94cd9437b89d38a21cb85aff868ee124073f1ebbbca38d0d0b3b56167d1c_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-sriov-network-config-daemon-rhel9@sha256:669f94cd9437b89d38a21cb85aff868ee124073f1ebbbca38d0d0b3b56167d1c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9\u0026tag=v4.15.0-202504081004.p0.gd77c2e5.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-sriov-network-device-plugin-rhel9@sha256:c76d970a5d97d82e8d326426246ba0b051b5c069a2aea449b91a55823ef979c0_arm64",
                "product": {
                  "name": "openshift4/ose-sriov-network-device-plugin-rhel9@sha256:c76d970a5d97d82e8d326426246ba0b051b5c069a2aea449b91a55823ef979c0_arm64",
                  "product_id": "openshift4/ose-sriov-network-device-plugin-rhel9@sha256:c76d970a5d97d82e8d326426246ba0b051b5c069a2aea449b91a55823ef979c0_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-sriov-network-device-plugin-rhel9@sha256:c76d970a5d97d82e8d326426246ba0b051b5c069a2aea449b91a55823ef979c0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9\u0026tag=v4.15.0-202504081004.p0.g38996eb.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-sriov-network-rhel9-operator@sha256:af303311c0edd7eb99f7088df22225bb6e3bec098ddeb7f74900fcff451794e0_arm64",
                "product": {
                  "name": "openshift4/ose-sriov-network-rhel9-operator@sha256:af303311c0edd7eb99f7088df22225bb6e3bec098ddeb7f74900fcff451794e0_arm64",
                  "product_id": "openshift4/ose-sriov-network-rhel9-operator@sha256:af303311c0edd7eb99f7088df22225bb6e3bec098ddeb7f74900fcff451794e0_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-sriov-network-rhel9-operator@sha256:af303311c0edd7eb99f7088df22225bb6e3bec098ddeb7f74900fcff451794e0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator\u0026tag=v4.15.0-202504081004.p0.gd77c2e5.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-sriov-network-webhook-rhel9@sha256:5343c259f3a9e0cd5074c42fdf54ebab6f08c6c4b383706fa9059fd59501c766_arm64",
                "product": {
                  "name": "openshift4/ose-sriov-network-webhook-rhel9@sha256:5343c259f3a9e0cd5074c42fdf54ebab6f08c6c4b383706fa9059fd59501c766_arm64",
                  "product_id": "openshift4/ose-sriov-network-webhook-rhel9@sha256:5343c259f3a9e0cd5074c42fdf54ebab6f08c6c4b383706fa9059fd59501c766_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-sriov-network-webhook-rhel9@sha256:5343c259f3a9e0cd5074c42fdf54ebab6f08c6c4b383706fa9059fd59501c766?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9\u0026tag=v4.15.0-202504081004.p0.gd77c2e5.assembly.stream.el9"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "arm64"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "openshift4/ose-cloud-event-proxy-rhel9@sha256:b6d65cbbc114f19302fe7e6eb9ca2999c16878742801c292aea76f46e072f469_ppc64le",
                "product": {
                  "name": "openshift4/ose-cloud-event-proxy-rhel9@sha256:b6d65cbbc114f19302fe7e6eb9ca2999c16878742801c292aea76f46e072f469_ppc64le",
                  "product_id": "openshift4/ose-cloud-event-proxy-rhel9@sha256:b6d65cbbc114f19302fe7e6eb9ca2999c16878742801c292aea76f46e072f469_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cloud-event-proxy-rhel9@sha256:b6d65cbbc114f19302fe7e6eb9ca2999c16878742801c292aea76f46e072f469?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9\u0026tag=v4.15.0-202504081004.p0.g89ac857.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-nfd-rhel9-operator@sha256:06756827ca7009cbf006c77b81d928c99b865251b3d03c0d8954dd3409b6de17_ppc64le",
                "product": {
                  "name": "openshift4/ose-cluster-nfd-rhel9-operator@sha256:06756827ca7009cbf006c77b81d928c99b865251b3d03c0d8954dd3409b6de17_ppc64le",
                  "product_id": "openshift4/ose-cluster-nfd-rhel9-operator@sha256:06756827ca7009cbf006c77b81d928c99b865251b3d03c0d8954dd3409b6de17_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-nfd-rhel9-operator@sha256:06756827ca7009cbf006c77b81d928c99b865251b3d03c0d8954dd3409b6de17?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator\u0026tag=v4.15.0-202504081004.p0.gabdfb61.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-sriov-infiniband-cni-rhel9@sha256:f3feae165565a7ecbb3b8c48aabbdd025a573e0cddd72d05dcb532061ab383d6_ppc64le",
                "product": {
                  "name": "openshift4/ose-sriov-infiniband-cni-rhel9@sha256:f3feae165565a7ecbb3b8c48aabbdd025a573e0cddd72d05dcb532061ab383d6_ppc64le",
                  "product_id": "openshift4/ose-sriov-infiniband-cni-rhel9@sha256:f3feae165565a7ecbb3b8c48aabbdd025a573e0cddd72d05dcb532061ab383d6_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-sriov-infiniband-cni-rhel9@sha256:f3feae165565a7ecbb3b8c48aabbdd025a573e0cddd72d05dcb532061ab383d6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9\u0026tag=v4.15.0-202504081004.p0.g24dc8c5.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ingress-node-firewall-rhel9@sha256:a23907aaefff390b03cd5d90237143fdf5b87a0f522fffbdcd8296cbde37c47d_ppc64le",
                "product": {
                  "name": "openshift4/ingress-node-firewall-rhel9@sha256:a23907aaefff390b03cd5d90237143fdf5b87a0f522fffbdcd8296cbde37c47d_ppc64le",
                  "product_id": "openshift4/ingress-node-firewall-rhel9@sha256:a23907aaefff390b03cd5d90237143fdf5b87a0f522fffbdcd8296cbde37c47d_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ingress-node-firewall-rhel9@sha256:a23907aaefff390b03cd5d90237143fdf5b87a0f522fffbdcd8296cbde37c47d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ingress-node-firewall-rhel9\u0026tag=v4.15.0-202504081004.p0.g135f832.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ingress-node-firewall-rhel9-operator@sha256:c1c8d40c5dcaa0d3268d60e14b59ea2e343aa2d2b7c8531f175b1fcdd6c1f22c_ppc64le",
                "product": {
                  "name": "openshift4/ingress-node-firewall-rhel9-operator@sha256:c1c8d40c5dcaa0d3268d60e14b59ea2e343aa2d2b7c8531f175b1fcdd6c1f22c_ppc64le",
                  "product_id": "openshift4/ingress-node-firewall-rhel9-operator@sha256:c1c8d40c5dcaa0d3268d60e14b59ea2e343aa2d2b7c8531f175b1fcdd6c1f22c_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ingress-node-firewall-rhel9-operator@sha256:c1c8d40c5dcaa0d3268d60e14b59ea2e343aa2d2b7c8531f175b1fcdd6c1f22c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator\u0026tag=v4.15.0-202504081004.p0.g135f832.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-local-storage-diskmaker-rhel9@sha256:f653d03d5caa1de2435fefcecfb629af74639915296352947d6743ae3c73b225_ppc64le",
                "product": {
                  "name": "openshift4/ose-local-storage-diskmaker-rhel9@sha256:f653d03d5caa1de2435fefcecfb629af74639915296352947d6743ae3c73b225_ppc64le",
                  "product_id": "openshift4/ose-local-storage-diskmaker-rhel9@sha256:f653d03d5caa1de2435fefcecfb629af74639915296352947d6743ae3c73b225_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-local-storage-diskmaker-rhel9@sha256:f653d03d5caa1de2435fefcecfb629af74639915296352947d6743ae3c73b225?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9\u0026tag=v4.15.0-202504081004.p0.gcc4f213.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-local-storage-rhel9-operator@sha256:e0955b9a26492b22d6dba495d6cd678b4f492e78eea097275a8ddacc936da6b2_ppc64le",
                "product": {
                  "name": "openshift4/ose-local-storage-rhel9-operator@sha256:e0955b9a26492b22d6dba495d6cd678b4f492e78eea097275a8ddacc936da6b2_ppc64le",
                  "product_id": "openshift4/ose-local-storage-rhel9-operator@sha256:e0955b9a26492b22d6dba495d6cd678b4f492e78eea097275a8ddacc936da6b2_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-local-storage-rhel9-operator@sha256:e0955b9a26492b22d6dba495d6cd678b4f492e78eea097275a8ddacc936da6b2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-rhel9-operator\u0026tag=v4.15.0-202504081004.p0.gcc4f213.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/nmstate-console-plugin-rhel8@sha256:5580070b8ff5ffc459328a344798e6eb020461e68193bbbb8d5f2b3fdea2650a_ppc64le",
                "product": {
                  "name": "openshift4/nmstate-console-plugin-rhel8@sha256:5580070b8ff5ffc459328a344798e6eb020461e68193bbbb8d5f2b3fdea2650a_ppc64le",
                  "product_id": "openshift4/nmstate-console-plugin-rhel8@sha256:5580070b8ff5ffc459328a344798e6eb020461e68193bbbb8d5f2b3fdea2650a_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/nmstate-console-plugin-rhel8@sha256:5580070b8ff5ffc459328a344798e6eb020461e68193bbbb8d5f2b3fdea2650a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/nmstate-console-plugin-rhel8\u0026tag=v4.15.0-202504020136.p0.g90ddde0.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-node-feature-discovery-rhel9@sha256:19d52a10bcf967b2c8e11e20992cbba3c2f9d5457be496980461f51fb5f620b0_ppc64le",
                "product": {
                  "name": "openshift4/ose-node-feature-discovery-rhel9@sha256:19d52a10bcf967b2c8e11e20992cbba3c2f9d5457be496980461f51fb5f620b0_ppc64le",
                  "product_id": "openshift4/ose-node-feature-discovery-rhel9@sha256:19d52a10bcf967b2c8e11e20992cbba3c2f9d5457be496980461f51fb5f620b0_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-node-feature-discovery-rhel9@sha256:19d52a10bcf967b2c8e11e20992cbba3c2f9d5457be496980461f51fb5f620b0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9\u0026tag=v4.15.0-202504081004.p0.g68c4ba0.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-ansible-operator@sha256:e11179849bec69ee27c5f422807216d85fd062138ff6a7dcfa3fdccfb81c96fc_ppc64le",
                "product": {
                  "name": "openshift4/ose-ansible-operator@sha256:e11179849bec69ee27c5f422807216d85fd062138ff6a7dcfa3fdccfb81c96fc_ppc64le",
                  "product_id": "openshift4/ose-ansible-operator@sha256:e11179849bec69ee27c5f422807216d85fd062138ff6a7dcfa3fdccfb81c96fc_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-ansible-operator@sha256:e11179849bec69ee27c5f422807216d85fd062138ff6a7dcfa3fdccfb81c96fc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ansible-operator\u0026tag=v4.15.0-202503310336.p0.g52fc4b9.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-capacity@sha256:e181e980e0f72aa235ae538371402d11ca2f362f6b1c7f6ca4a58c068defdcde_ppc64le",
                "product": {
                  "name": "openshift4/ose-cluster-capacity@sha256:e181e980e0f72aa235ae538371402d11ca2f362f6b1c7f6ca4a58c068defdcde_ppc64le",
                  "product_id": "openshift4/ose-cluster-capacity@sha256:e181e980e0f72aa235ae538371402d11ca2f362f6b1c7f6ca4a58c068defdcde_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-capacity@sha256:e181e980e0f72aa235ae538371402d11ca2f362f6b1c7f6ca4a58c068defdcde?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capacity\u0026tag=v4.15.0-202503310336.p0.gcc7901f.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-egress-dns-proxy@sha256:d3d7f28314bbfaba5f2698e7716748ffc9707ac307b1af78a6ebec28fa16509b_ppc64le",
                "product": {
                  "name": "openshift4/ose-egress-dns-proxy@sha256:d3d7f28314bbfaba5f2698e7716748ffc9707ac307b1af78a6ebec28fa16509b_ppc64le",
                  "product_id": "openshift4/ose-egress-dns-proxy@sha256:d3d7f28314bbfaba5f2698e7716748ffc9707ac307b1af78a6ebec28fa16509b_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-egress-dns-proxy@sha256:d3d7f28314bbfaba5f2698e7716748ffc9707ac307b1af78a6ebec28fa16509b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-egress-dns-proxy\u0026tag=v4.15.0-202503310336.p0.g87c23b5.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-egress-router@sha256:938f4c6c8336fb64889bd3fc05d50ac5c43a46c94451a56767f2f502ae516522_ppc64le",
                "product": {
                  "name": "openshift4/ose-egress-router@sha256:938f4c6c8336fb64889bd3fc05d50ac5c43a46c94451a56767f2f502ae516522_ppc64le",
                  "product_id": "openshift4/ose-egress-router@sha256:938f4c6c8336fb64889bd3fc05d50ac5c43a46c94451a56767f2f502ae516522_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-egress-router@sha256:938f4c6c8336fb64889bd3fc05d50ac5c43a46c94451a56767f2f502ae516522?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-egress-router\u0026tag=v4.15.0-202503310336.p0.g87c23b5.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-helm-operator@sha256:df7069a56a1edd404aa1176bbd37391346db8fd04ff6c2607c17698e8ea980d3_ppc64le",
                "product": {
                  "name": "openshift4/ose-helm-operator@sha256:df7069a56a1edd404aa1176bbd37391346db8fd04ff6c2607c17698e8ea980d3_ppc64le",
                  "product_id": "openshift4/ose-helm-operator@sha256:df7069a56a1edd404aa1176bbd37391346db8fd04ff6c2607c17698e8ea980d3_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-helm-operator@sha256:df7069a56a1edd404aa1176bbd37391346db8fd04ff6c2607c17698e8ea980d3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-helm-operator\u0026tag=v4.15.0-202503310336.p0.g52fc4b9.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-operator-sdk-rhel8@sha256:9350da9681d46831a047bc6e03709939040755761f6ad350f3d4279acf9320fc_ppc64le",
                "product": {
                  "name": "openshift4/ose-operator-sdk-rhel8@sha256:9350da9681d46831a047bc6e03709939040755761f6ad350f3d4279acf9320fc_ppc64le",
                  "product_id": "openshift4/ose-operator-sdk-rhel8@sha256:9350da9681d46831a047bc6e03709939040755761f6ad350f3d4279acf9320fc_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-operator-sdk-rhel8@sha256:9350da9681d46831a047bc6e03709939040755761f6ad350f3d4279acf9320fc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-operator-sdk-rhel8\u0026tag=v4.15.0-202504020136.p0.g52fc4b9.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:da4c7e227651665af575b9be0bcdf07f7b638cf9b615681088be9150eac528f6_ppc64le",
                "product": {
                  "name": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:da4c7e227651665af575b9be0bcdf07f7b638cf9b615681088be9150eac528f6_ppc64le",
                  "product_id": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:da4c7e227651665af575b9be0bcdf07f7b638cf9b615681088be9150eac528f6_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-kubernetes-nmstate-handler-rhel9@sha256:da4c7e227651665af575b9be0bcdf07f7b638cf9b615681088be9150eac528f6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9\u0026tag=v4.15.0-202504081004.p0.gb13c0e8.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:3deca51f47e3bed16048fddd5c1fc8acb01ba5231d02b78af4ca4988c714d91a_ppc64le",
                "product": {
                  "name": "openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:3deca51f47e3bed16048fddd5c1fc8acb01ba5231d02b78af4ca4988c714d91a_ppc64le",
                  "product_id": "openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:3deca51f47e3bed16048fddd5c1fc8acb01ba5231d02b78af4ca4988c714d91a_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-baremetal-cluster-api-controllers-rhel9@sha256:3deca51f47e3bed16048fddd5c1fc8acb01ba5231d02b78af4ca4988c714d91a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9\u0026tag=v4.15.0-202504081004.p0.g2935369.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-clusterresourceoverride-rhel9@sha256:bef01bea78003b7446e2a914ae8d2ff85f31cac08300cef89206cc6f9c18fe66_ppc64le",
                "product": {
                  "name": "openshift4/ose-clusterresourceoverride-rhel9@sha256:bef01bea78003b7446e2a914ae8d2ff85f31cac08300cef89206cc6f9c18fe66_ppc64le",
                  "product_id": "openshift4/ose-clusterresourceoverride-rhel9@sha256:bef01bea78003b7446e2a914ae8d2ff85f31cac08300cef89206cc6f9c18fe66_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-clusterresourceoverride-rhel9@sha256:bef01bea78003b7446e2a914ae8d2ff85f31cac08300cef89206cc6f9c18fe66?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9\u0026tag=v4.15.0-202504081004.p0.g8472b75.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:7c75245cb41cc49b5baee209daf721de11d9e473368d742228c4b37631fb29fd_ppc64le",
                "product": {
                  "name": "openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:7c75245cb41cc49b5baee209daf721de11d9e473368d742228c4b37631fb29fd_ppc64le",
                  "product_id": "openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:7c75245cb41cc49b5baee209daf721de11d9e473368d742228c4b37631fb29fd_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-clusterresourceoverride-rhel9-operator@sha256:7c75245cb41cc49b5baee209daf721de11d9e473368d742228c4b37631fb29fd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator\u0026tag=v4.15.0-202504081004.p0.g40c168c.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:8d6bb352e3553553399e42cf422537eb2a245e64bec16459b1b103746d968186_ppc64le",
                "product": {
                  "name": "openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:8d6bb352e3553553399e42cf422537eb2a245e64bec16459b1b103746d968186_ppc64le",
                  "product_id": "openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:8d6bb352e3553553399e42cf422537eb2a245e64bec16459b1b103746d968186_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:8d6bb352e3553553399e42cf422537eb2a245e64bec16459b1b103746d968186?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8\u0026tag=v4.15.0-202503310336.p0.g260a085.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-egress-http-proxy@sha256:4817c4ba3a2c24ee91c9af8a8d0d9b3943d679bca6f56e369ed12876da02fe15_ppc64le",
                "product": {
                  "name": "openshift4/ose-egress-http-proxy@sha256:4817c4ba3a2c24ee91c9af8a8d0d9b3943d679bca6f56e369ed12876da02fe15_ppc64le",
                  "product_id": "openshift4/ose-egress-http-proxy@sha256:4817c4ba3a2c24ee91c9af8a8d0d9b3943d679bca6f56e369ed12876da02fe15_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-egress-http-proxy@sha256:4817c4ba3a2c24ee91c9af8a8d0d9b3943d679bca6f56e369ed12876da02fe15?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-egress-http-proxy\u0026tag=v4.15.0-202503310336.p0.g87c23b5.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/frr-rhel9@sha256:1efa9ef3859959f111f902eef152e71ef0c51f09debc58bf74982650e0ba5e39_ppc64le",
                "product": {
                  "name": "openshift4/frr-rhel9@sha256:1efa9ef3859959f111f902eef152e71ef0c51f09debc58bf74982650e0ba5e39_ppc64le",
                  "product_id": "openshift4/frr-rhel9@sha256:1efa9ef3859959f111f902eef152e71ef0c51f09debc58bf74982650e0ba5e39_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/frr-rhel9@sha256:1efa9ef3859959f111f902eef152e71ef0c51f09debc58bf74982650e0ba5e39?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/frr-rhel9\u0026tag=v4.15.0-202504081004.p0.ga8191c0.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:b3613e2c84b145e87db1e2da9aeb8d1e7346c6455dc2721245cdd6b613c04a12_ppc64le",
                "product": {
                  "name": "openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:b3613e2c84b145e87db1e2da9aeb8d1e7346c6455dc2721245cdd6b613c04a12_ppc64le",
                  "product_id": "openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:b3613e2c84b145e87db1e2da9aeb8d1e7346c6455dc2721245cdd6b613c04a12_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-gcp-filestore-csi-driver-rhel8@sha256:b3613e2c84b145e87db1e2da9aeb8d1e7346c6455dc2721245cdd6b613c04a12?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8\u0026tag=v4.15.0-202503310336.p0.gfee632a.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:56dca0c119524f9c0202e40a89afe3471d9a58dfe154d260d4d2fd1ebb36c578_ppc64le",
                "product": {
                  "name": "openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:56dca0c119524f9c0202e40a89afe3471d9a58dfe154d260d4d2fd1ebb36c578_ppc64le",
                  "product_id": "openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:56dca0c119524f9c0202e40a89afe3471d9a58dfe154d260d4d2fd1ebb36c578_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:56dca0c119524f9c0202e40a89afe3471d9a58dfe154d260d4d2fd1ebb36c578?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator\u0026tag=v4.15.0-202504081004.p0.ga923e95.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:b29db9660ba47458eb6f53b515a5901bc09f1109bc9fd84fa3a5003fcf6adaef_ppc64le",
                "product": {
                  "name": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:b29db9660ba47458eb6f53b515a5901bc09f1109bc9fd84fa3a5003fcf6adaef_ppc64le",
                  "product_id": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:b29db9660ba47458eb6f53b515a5901bc09f1109bc9fd84fa3a5003fcf6adaef_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/kubernetes-nmstate-rhel9-operator@sha256:b29db9660ba47458eb6f53b515a5901bc09f1109bc9fd84fa3a5003fcf6adaef?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator\u0026tag=v4.15.0-202504081004.p0.gb13c0e8.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-ptp-rhel9@sha256:2e617bd378d070f80fcc6fe40c4e98f1ae4919f6cddf335a8f6ccd6ba13101c2_ppc64le",
                "product": {
                  "name": "openshift4/ose-ptp-rhel9@sha256:2e617bd378d070f80fcc6fe40c4e98f1ae4919f6cddf335a8f6ccd6ba13101c2_ppc64le",
                  "product_id": "openshift4/ose-ptp-rhel9@sha256:2e617bd378d070f80fcc6fe40c4e98f1ae4919f6cddf335a8f6ccd6ba13101c2_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-ptp-rhel9@sha256:2e617bd378d070f80fcc6fe40c4e98f1ae4919f6cddf335a8f6ccd6ba13101c2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ptp-rhel9\u0026tag=v4.15.0-202504081004.p0.ga258c30.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-local-storage-mustgather-rhel9@sha256:488d8848cc0281deea9069f349471efb9af5b862c04fe5ec52b9b0cc5a82ac69_ppc64le",
                "product": {
                  "name": "openshift4/ose-local-storage-mustgather-rhel9@sha256:488d8848cc0281deea9069f349471efb9af5b862c04fe5ec52b9b0cc5a82ac69_ppc64le",
                  "product_id": "openshift4/ose-local-storage-mustgather-rhel9@sha256:488d8848cc0281deea9069f349471efb9af5b862c04fe5ec52b9b0cc5a82ac69_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-local-storage-mustgather-rhel9@sha256:488d8848cc0281deea9069f349471efb9af5b862c04fe5ec52b9b0cc5a82ac69?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9\u0026tag=v4.15.0-202504081004.p0.gcc4f213.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/metallb-rhel9@sha256:2fd1c94702dac3d9f08e14b704e6a78261b9fa487a07d1228cd71c09eb7d8b88_ppc64le",
                "product": {
                  "name": "openshift4/metallb-rhel9@sha256:2fd1c94702dac3d9f08e14b704e6a78261b9fa487a07d1228cd71c09eb7d8b88_ppc64le",
                  "product_id": "openshift4/metallb-rhel9@sha256:2fd1c94702dac3d9f08e14b704e6a78261b9fa487a07d1228cd71c09eb7d8b88_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/metallb-rhel9@sha256:2fd1c94702dac3d9f08e14b704e6a78261b9fa487a07d1228cd71c09eb7d8b88?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel9\u0026tag=v4.15.0-202504081004.p0.g0f95464.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/metallb-rhel9-operator@sha256:755bc8397cf9d4a262c90a936639b8c7833417c18932efb497763fca02a414dd_ppc64le",
                "product": {
                  "name": "openshift4/metallb-rhel9-operator@sha256:755bc8397cf9d4a262c90a936639b8c7833417c18932efb497763fca02a414dd_ppc64le",
                  "product_id": "openshift4/metallb-rhel9-operator@sha256:755bc8397cf9d4a262c90a936639b8c7833417c18932efb497763fca02a414dd_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/metallb-rhel9-operator@sha256:755bc8397cf9d4a262c90a936639b8c7833417c18932efb497763fca02a414dd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel9-operator\u0026tag=v4.15.0-202504081004.p0.g359620b.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-ptp-rhel9-operator@sha256:1f139bfa171e08a95f17585810179884d2ff2bf0ec3b117430fd8c835bed73de_ppc64le",
                "product": {
                  "name": "openshift4/ose-ptp-rhel9-operator@sha256:1f139bfa171e08a95f17585810179884d2ff2bf0ec3b117430fd8c835bed73de_ppc64le",
                  "product_id": "openshift4/ose-ptp-rhel9-operator@sha256:1f139bfa171e08a95f17585810179884d2ff2bf0ec3b117430fd8c835bed73de_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-ptp-rhel9-operator@sha256:1f139bfa171e08a95f17585810179884d2ff2bf0ec3b117430fd8c835bed73de?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ptp-rhel9-operator\u0026tag=v4.15.0-202504081004.p0.gc0249a6.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-secrets-store-csi-driver-rhel8@sha256:9e74e1668e85829827b8422ef1074c3c708407e0694481dea72f88dc73cf9a69_ppc64le",
                "product": {
                  "name": "openshift4/ose-secrets-store-csi-driver-rhel8@sha256:9e74e1668e85829827b8422ef1074c3c708407e0694481dea72f88dc73cf9a69_ppc64le",
                  "product_id": "openshift4/ose-secrets-store-csi-driver-rhel8@sha256:9e74e1668e85829827b8422ef1074c3c708407e0694481dea72f88dc73cf9a69_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-secrets-store-csi-driver-rhel8@sha256:9e74e1668e85829827b8422ef1074c3c708407e0694481dea72f88dc73cf9a69?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8\u0026tag=v4.15.0-202503310336.p0.gd7f540b.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:f110d9a9ddae804adc39f76153ebbab7ebcb30f051339471eb29a0eadfad3114_ppc64le",
                "product": {
                  "name": "openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:f110d9a9ddae804adc39f76153ebbab7ebcb30f051339471eb29a0eadfad3114_ppc64le",
                  "product_id": "openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:f110d9a9ddae804adc39f76153ebbab7ebcb30f051339471eb29a0eadfad3114_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-secrets-store-csi-driver-rhel8-operator@sha256:f110d9a9ddae804adc39f76153ebbab7ebcb30f051339471eb29a0eadfad3114?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator\u0026tag=v4.15.0-202503310336.p0.gef602a5.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:adba6365971eceb436fff6365c982f5fdfef559f48035e453d55f961f86d9b61_ppc64le",
                "product": {
                  "name": "openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:adba6365971eceb436fff6365c982f5fdfef559f48035e453d55f961f86d9b61_ppc64le",
                  "product_id": "openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:adba6365971eceb436fff6365c982f5fdfef559f48035e453d55f961f86d9b61_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-secrets-store-csi-mustgather-rhel8@sha256:adba6365971eceb436fff6365c982f5fdfef559f48035e453d55f961f86d9b61?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8\u0026tag=v4.15.0-202503310336.p0.gef602a5.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:f5036fc231e9194fc215019df14ec894576d443a099c7b1ccd613ab997f44aa8_ppc64le",
                "product": {
                  "name": "openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:f5036fc231e9194fc215019df14ec894576d443a099c7b1ccd613ab997f44aa8_ppc64le",
                  "product_id": "openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:f5036fc231e9194fc215019df14ec894576d443a099c7b1ccd613ab997f44aa8_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-vertical-pod-autoscaler-rhel9@sha256:f5036fc231e9194fc215019df14ec894576d443a099c7b1ccd613ab997f44aa8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9\u0026tag=v4.15.0-202504081004.p0.g8914989.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:57273c01ef67c8c1c321b61c3bb73ed27cf228b6c1e8562a9055cf1358678e79_ppc64le",
                "product": {
                  "name": "openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:57273c01ef67c8c1c321b61c3bb73ed27cf228b6c1e8562a9055cf1358678e79_ppc64le",
                  "product_id": "openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:57273c01ef67c8c1c321b61c3bb73ed27cf228b6c1e8562a9055cf1358678e79_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-vertical-pod-autoscaler-rhel9-operator@sha256:57273c01ef67c8c1c321b61c3bb73ed27cf228b6c1e8562a9055cf1358678e79?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator\u0026tag=v4.15.0-202504081004.p0.g8876256.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ptp-must-gather-rhel8@sha256:033d6aee516ccecdb12433cf7820fd23db24d117977d5fe3cd96307c706bd8e1_ppc64le",
                "product": {
                  "name": "openshift4/ptp-must-gather-rhel8@sha256:033d6aee516ccecdb12433cf7820fd23db24d117977d5fe3cd96307c706bd8e1_ppc64le",
                  "product_id": "openshift4/ptp-must-gather-rhel8@sha256:033d6aee516ccecdb12433cf7820fd23db24d117977d5fe3cd96307c706bd8e1_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ptp-must-gather-rhel8@sha256:033d6aee516ccecdb12433cf7820fd23db24d117977d5fe3cd96307c706bd8e1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ptp-must-gather-rhel8\u0026tag=v4.15.0-202503310336.p0.gc0249a6.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/sriov-cni-rhel9@sha256:7921758ff17842c5dc8159b94c8a16332fe0f20c1d40b27b17dc11316593314a_ppc64le",
                "product": {
                  "name": "openshift4/sriov-cni-rhel9@sha256:7921758ff17842c5dc8159b94c8a16332fe0f20c1d40b27b17dc11316593314a_ppc64le",
                  "product_id": "openshift4/sriov-cni-rhel9@sha256:7921758ff17842c5dc8159b94c8a16332fe0f20c1d40b27b17dc11316593314a_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/sriov-cni-rhel9@sha256:7921758ff17842c5dc8159b94c8a16332fe0f20c1d40b27b17dc11316593314a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/sriov-cni-rhel9\u0026tag=v4.15.0-202504081004.p0.g1bca49e.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:a03b15b7c84094fc43dbb22520f8d18bc08dba0ab250ff8a8c73639ce6699813_ppc64le",
                "product": {
                  "name": "openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:a03b15b7c84094fc43dbb22520f8d18bc08dba0ab250ff8a8c73639ce6699813_ppc64le",
                  "product_id": "openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:a03b15b7c84094fc43dbb22520f8d18bc08dba0ab250ff8a8c73639ce6699813_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-sriov-dp-admission-controller-rhel9@sha256:a03b15b7c84094fc43dbb22520f8d18bc08dba0ab250ff8a8c73639ce6699813?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9\u0026tag=v4.15.0-202504081004.p0.gc509200.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-sriov-network-config-daemon-rhel9@sha256:e00af7219c9fd928ea7c7394d774e28520ea52cf44b98e505223dbde9a873b03_ppc64le",
                "product": {
                  "name": "openshift4/ose-sriov-network-config-daemon-rhel9@sha256:e00af7219c9fd928ea7c7394d774e28520ea52cf44b98e505223dbde9a873b03_ppc64le",
                  "product_id": "openshift4/ose-sriov-network-config-daemon-rhel9@sha256:e00af7219c9fd928ea7c7394d774e28520ea52cf44b98e505223dbde9a873b03_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-sriov-network-config-daemon-rhel9@sha256:e00af7219c9fd928ea7c7394d774e28520ea52cf44b98e505223dbde9a873b03?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9\u0026tag=v4.15.0-202504081004.p0.gd77c2e5.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-sriov-network-device-plugin-rhel9@sha256:6b530ff1cf73c0e3353813ffe1453e5c21d8e8d82698f9170b7c8e9fb9fb1d22_ppc64le",
                "product": {
                  "name": "openshift4/ose-sriov-network-device-plugin-rhel9@sha256:6b530ff1cf73c0e3353813ffe1453e5c21d8e8d82698f9170b7c8e9fb9fb1d22_ppc64le",
                  "product_id": "openshift4/ose-sriov-network-device-plugin-rhel9@sha256:6b530ff1cf73c0e3353813ffe1453e5c21d8e8d82698f9170b7c8e9fb9fb1d22_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-sriov-network-device-plugin-rhel9@sha256:6b530ff1cf73c0e3353813ffe1453e5c21d8e8d82698f9170b7c8e9fb9fb1d22?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9\u0026tag=v4.15.0-202504081004.p0.g38996eb.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-sriov-network-rhel9-operator@sha256:0426ea03656a29c0ea4656e4de48caa7178ad1d6100a358401fb76d94bfb993f_ppc64le",
                "product": {
                  "name": "openshift4/ose-sriov-network-rhel9-operator@sha256:0426ea03656a29c0ea4656e4de48caa7178ad1d6100a358401fb76d94bfb993f_ppc64le",
                  "product_id": "openshift4/ose-sriov-network-rhel9-operator@sha256:0426ea03656a29c0ea4656e4de48caa7178ad1d6100a358401fb76d94bfb993f_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-sriov-network-rhel9-operator@sha256:0426ea03656a29c0ea4656e4de48caa7178ad1d6100a358401fb76d94bfb993f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator\u0026tag=v4.15.0-202504081004.p0.gd77c2e5.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-sriov-network-webhook-rhel9@sha256:9e0d42ae681c41158ef5dc2636fb9ba77e567549b7a5b171d69ea2052b4d697a_ppc64le",
                "product": {
                  "name": "openshift4/ose-sriov-network-webhook-rhel9@sha256:9e0d42ae681c41158ef5dc2636fb9ba77e567549b7a5b171d69ea2052b4d697a_ppc64le",
                  "product_id": "openshift4/ose-sriov-network-webhook-rhel9@sha256:9e0d42ae681c41158ef5dc2636fb9ba77e567549b7a5b171d69ea2052b4d697a_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-sriov-network-webhook-rhel9@sha256:9e0d42ae681c41158ef5dc2636fb9ba77e567549b7a5b171d69ea2052b4d697a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9\u0026tag=v4.15.0-202504081004.p0.gd77c2e5.assembly.stream.el9"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "ppc64le"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "openshift4/ose-cloud-event-proxy-rhel9@sha256:ad39b429939ecdd6d2298b6c6aceab6e3158e819f33e8830c16d42b9f696b5aa_amd64",
                "product": {
                  "name": "openshift4/ose-cloud-event-proxy-rhel9@sha256:ad39b429939ecdd6d2298b6c6aceab6e3158e819f33e8830c16d42b9f696b5aa_amd64",
                  "product_id": "openshift4/ose-cloud-event-proxy-rhel9@sha256:ad39b429939ecdd6d2298b6c6aceab6e3158e819f33e8830c16d42b9f696b5aa_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cloud-event-proxy-rhel9@sha256:ad39b429939ecdd6d2298b6c6aceab6e3158e819f33e8830c16d42b9f696b5aa?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9\u0026tag=v4.15.0-202504081004.p0.g89ac857.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-nfd-rhel9-operator@sha256:13947efa51313aab2703631b77a0857f14863ee95e80e718b58088d567eb1f40_amd64",
                "product": {
                  "name": "openshift4/ose-cluster-nfd-rhel9-operator@sha256:13947efa51313aab2703631b77a0857f14863ee95e80e718b58088d567eb1f40_amd64",
                  "product_id": "openshift4/ose-cluster-nfd-rhel9-operator@sha256:13947efa51313aab2703631b77a0857f14863ee95e80e718b58088d567eb1f40_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-nfd-rhel9-operator@sha256:13947efa51313aab2703631b77a0857f14863ee95e80e718b58088d567eb1f40?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator\u0026tag=v4.15.0-202504081004.p0.gabdfb61.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-sriov-infiniband-cni-rhel9@sha256:65a20e583c7459999d955a113fc25a57872c18173a75b9a8bc27b1af220c67c3_amd64",
                "product": {
                  "name": "openshift4/ose-sriov-infiniband-cni-rhel9@sha256:65a20e583c7459999d955a113fc25a57872c18173a75b9a8bc27b1af220c67c3_amd64",
                  "product_id": "openshift4/ose-sriov-infiniband-cni-rhel9@sha256:65a20e583c7459999d955a113fc25a57872c18173a75b9a8bc27b1af220c67c3_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-sriov-infiniband-cni-rhel9@sha256:65a20e583c7459999d955a113fc25a57872c18173a75b9a8bc27b1af220c67c3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9\u0026tag=v4.15.0-202504081004.p0.g24dc8c5.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ingress-node-firewall-rhel9@sha256:6ec5befb1cd3a67925f951ea6e6a39a080f9f01c60efd9cb34d7760c739457bd_amd64",
                "product": {
                  "name": "openshift4/ingress-node-firewall-rhel9@sha256:6ec5befb1cd3a67925f951ea6e6a39a080f9f01c60efd9cb34d7760c739457bd_amd64",
                  "product_id": "openshift4/ingress-node-firewall-rhel9@sha256:6ec5befb1cd3a67925f951ea6e6a39a080f9f01c60efd9cb34d7760c739457bd_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ingress-node-firewall-rhel9@sha256:6ec5befb1cd3a67925f951ea6e6a39a080f9f01c60efd9cb34d7760c739457bd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ingress-node-firewall-rhel9\u0026tag=v4.15.0-202504081004.p0.g135f832.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ingress-node-firewall-rhel9-operator@sha256:2ab1d2f41b096744f8c1253b093f37967667a72463145b3a1966567326b9905d_amd64",
                "product": {
                  "name": "openshift4/ingress-node-firewall-rhel9-operator@sha256:2ab1d2f41b096744f8c1253b093f37967667a72463145b3a1966567326b9905d_amd64",
                  "product_id": "openshift4/ingress-node-firewall-rhel9-operator@sha256:2ab1d2f41b096744f8c1253b093f37967667a72463145b3a1966567326b9905d_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ingress-node-firewall-rhel9-operator@sha256:2ab1d2f41b096744f8c1253b093f37967667a72463145b3a1966567326b9905d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator\u0026tag=v4.15.0-202504081004.p0.g135f832.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-local-storage-diskmaker-rhel9@sha256:6e6b7975d12b682dafb1292f609ae1640edba88abccbeff401681c204b777a28_amd64",
                "product": {
                  "name": "openshift4/ose-local-storage-diskmaker-rhel9@sha256:6e6b7975d12b682dafb1292f609ae1640edba88abccbeff401681c204b777a28_amd64",
                  "product_id": "openshift4/ose-local-storage-diskmaker-rhel9@sha256:6e6b7975d12b682dafb1292f609ae1640edba88abccbeff401681c204b777a28_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-local-storage-diskmaker-rhel9@sha256:6e6b7975d12b682dafb1292f609ae1640edba88abccbeff401681c204b777a28?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9\u0026tag=v4.15.0-202504081004.p0.gcc4f213.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-local-storage-rhel9-operator@sha256:1e6c42529871cbfef2e2d1ab398d19c3cbe6c3a096ec6db4d40ef15dc642e4d0_amd64",
                "product": {
                  "name": "openshift4/ose-local-storage-rhel9-operator@sha256:1e6c42529871cbfef2e2d1ab398d19c3cbe6c3a096ec6db4d40ef15dc642e4d0_amd64",
                  "product_id": "openshift4/ose-local-storage-rhel9-operator@sha256:1e6c42529871cbfef2e2d1ab398d19c3cbe6c3a096ec6db4d40ef15dc642e4d0_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-local-storage-rhel9-operator@sha256:1e6c42529871cbfef2e2d1ab398d19c3cbe6c3a096ec6db4d40ef15dc642e4d0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-rhel9-operator\u0026tag=v4.15.0-202504081004.p0.gcc4f213.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/nmstate-console-plugin-rhel8@sha256:6e01ef39990091827977feed1f79b00b6a675e00a7d951fa93c3458e54408297_amd64",
                "product": {
                  "name": "openshift4/nmstate-console-plugin-rhel8@sha256:6e01ef39990091827977feed1f79b00b6a675e00a7d951fa93c3458e54408297_amd64",
                  "product_id": "openshift4/nmstate-console-plugin-rhel8@sha256:6e01ef39990091827977feed1f79b00b6a675e00a7d951fa93c3458e54408297_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/nmstate-console-plugin-rhel8@sha256:6e01ef39990091827977feed1f79b00b6a675e00a7d951fa93c3458e54408297?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/nmstate-console-plugin-rhel8\u0026tag=v4.15.0-202504020136.p0.g90ddde0.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-node-feature-discovery-rhel9@sha256:ccd2c2e5d8760bc987ea13f4d6643fd24f413cd471768b4a23d9afdcde3440ab_amd64",
                "product": {
                  "name": "openshift4/ose-node-feature-discovery-rhel9@sha256:ccd2c2e5d8760bc987ea13f4d6643fd24f413cd471768b4a23d9afdcde3440ab_amd64",
                  "product_id": "openshift4/ose-node-feature-discovery-rhel9@sha256:ccd2c2e5d8760bc987ea13f4d6643fd24f413cd471768b4a23d9afdcde3440ab_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-node-feature-discovery-rhel9@sha256:ccd2c2e5d8760bc987ea13f4d6643fd24f413cd471768b4a23d9afdcde3440ab?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9\u0026tag=v4.15.0-202504081004.p0.g68c4ba0.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-ansible-operator@sha256:49039a07d070b56a434c3f4aba766580f2a66c22fb71622b06d3256d3eb8332f_amd64",
                "product": {
                  "name": "openshift4/ose-ansible-operator@sha256:49039a07d070b56a434c3f4aba766580f2a66c22fb71622b06d3256d3eb8332f_amd64",
                  "product_id": "openshift4/ose-ansible-operator@sha256:49039a07d070b56a434c3f4aba766580f2a66c22fb71622b06d3256d3eb8332f_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-ansible-operator@sha256:49039a07d070b56a434c3f4aba766580f2a66c22fb71622b06d3256d3eb8332f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ansible-operator\u0026tag=v4.15.0-202503310336.p0.g52fc4b9.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-capacity@sha256:a90bc28dca99287a5d21953093d7a7934a7e96c1c64bc974076142c082e087b7_amd64",
                "product": {
                  "name": "openshift4/ose-cluster-capacity@sha256:a90bc28dca99287a5d21953093d7a7934a7e96c1c64bc974076142c082e087b7_amd64",
                  "product_id": "openshift4/ose-cluster-capacity@sha256:a90bc28dca99287a5d21953093d7a7934a7e96c1c64bc974076142c082e087b7_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-capacity@sha256:a90bc28dca99287a5d21953093d7a7934a7e96c1c64bc974076142c082e087b7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capacity\u0026tag=v4.15.0-202503310336.p0.gcc7901f.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-egress-dns-proxy@sha256:621fa90f2cc53110c34d7eee247866cbbddfe8c9e8fbc1d48984965245115f7a_amd64",
                "product": {
                  "name": "openshift4/ose-egress-dns-proxy@sha256:621fa90f2cc53110c34d7eee247866cbbddfe8c9e8fbc1d48984965245115f7a_amd64",
                  "product_id": "openshift4/ose-egress-dns-proxy@sha256:621fa90f2cc53110c34d7eee247866cbbddfe8c9e8fbc1d48984965245115f7a_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-egress-dns-proxy@sha256:621fa90f2cc53110c34d7eee247866cbbddfe8c9e8fbc1d48984965245115f7a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-egress-dns-proxy\u0026tag=v4.15.0-202503310336.p0.g87c23b5.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-egress-router@sha256:254eb849b24c5d25afa09e62fe01f40258e0e530569aaa5b01aab07b48967fdb_amd64",
                "product": {
                  "name": "openshift4/ose-egress-router@sha256:254eb849b24c5d25afa09e62fe01f40258e0e530569aaa5b01aab07b48967fdb_amd64",
                  "product_id": "openshift4/ose-egress-router@sha256:254eb849b24c5d25afa09e62fe01f40258e0e530569aaa5b01aab07b48967fdb_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-egress-router@sha256:254eb849b24c5d25afa09e62fe01f40258e0e530569aaa5b01aab07b48967fdb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-egress-router\u0026tag=v4.15.0-202503310336.p0.g87c23b5.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-helm-operator@sha256:7ad93888ce94c1f020772b0a443fdfcd7308a90748a72a7c39d7c85be649c392_amd64",
                "product": {
                  "name": "openshift4/ose-helm-operator@sha256:7ad93888ce94c1f020772b0a443fdfcd7308a90748a72a7c39d7c85be649c392_amd64",
                  "product_id": "openshift4/ose-helm-operator@sha256:7ad93888ce94c1f020772b0a443fdfcd7308a90748a72a7c39d7c85be649c392_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-helm-operator@sha256:7ad93888ce94c1f020772b0a443fdfcd7308a90748a72a7c39d7c85be649c392?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-helm-operator\u0026tag=v4.15.0-202503310336.p0.g52fc4b9.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-operator-sdk-rhel8@sha256:b6792eeb95f58cf9bbbf6732d64015836fbb2f96a56c2bcca939f7e4c4ce0647_amd64",
                "product": {
                  "name": "openshift4/ose-operator-sdk-rhel8@sha256:b6792eeb95f58cf9bbbf6732d64015836fbb2f96a56c2bcca939f7e4c4ce0647_amd64",
                  "product_id": "openshift4/ose-operator-sdk-rhel8@sha256:b6792eeb95f58cf9bbbf6732d64015836fbb2f96a56c2bcca939f7e4c4ce0647_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-operator-sdk-rhel8@sha256:b6792eeb95f58cf9bbbf6732d64015836fbb2f96a56c2bcca939f7e4c4ce0647?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-sdk-rhel8\u0026tag=v4.15.0-202504020136.p0.g52fc4b9.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:742f39b9e077e4e3c75651afdc33ce32ecc356306aec01f5ca98ccec2c748f1d_amd64",
                "product": {
                  "name": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:742f39b9e077e4e3c75651afdc33ce32ecc356306aec01f5ca98ccec2c748f1d_amd64",
                  "product_id": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:742f39b9e077e4e3c75651afdc33ce32ecc356306aec01f5ca98ccec2c748f1d_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-kubernetes-nmstate-handler-rhel9@sha256:742f39b9e077e4e3c75651afdc33ce32ecc356306aec01f5ca98ccec2c748f1d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9\u0026tag=v4.15.0-202504081004.p0.gb13c0e8.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:768eb2a0ac53cc9ed5fe56c3da1ccf3ffdd5762ab869baef54e0aeb4dd00ea60_amd64",
                "product": {
                  "name": "openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:768eb2a0ac53cc9ed5fe56c3da1ccf3ffdd5762ab869baef54e0aeb4dd00ea60_amd64",
                  "product_id": "openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:768eb2a0ac53cc9ed5fe56c3da1ccf3ffdd5762ab869baef54e0aeb4dd00ea60_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-aws-efs-csi-driver-container-rhel8@sha256:768eb2a0ac53cc9ed5fe56c3da1ccf3ffdd5762ab869baef54e0aeb4dd00ea60?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8\u0026tag=v4.15.0-202503310336.p0.g129acea.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:99780be0bcd7565dbd184d9bc9548dd6e574fb6203ff16cb9967c13f3f9e5847_amd64",
                "product": {
                  "name": "openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:99780be0bcd7565dbd184d9bc9548dd6e574fb6203ff16cb9967c13f3f9e5847_amd64",
                  "product_id": "openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:99780be0bcd7565dbd184d9bc9548dd6e574fb6203ff16cb9967c13f3f9e5847_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-aws-efs-csi-driver-rhel8-operator@sha256:99780be0bcd7565dbd184d9bc9548dd6e574fb6203ff16cb9967c13f3f9e5847?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator\u0026tag=v4.15.0-202503310336.p0.gb0f13a0.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:4ba6c221cc34f3674773fb8c1d32cd2c1e308a57e893e27a0e76ef24bb7010ea_amd64",
                "product": {
                  "name": "openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:4ba6c221cc34f3674773fb8c1d32cd2c1e308a57e893e27a0e76ef24bb7010ea_amd64",
                  "product_id": "openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:4ba6c221cc34f3674773fb8c1d32cd2c1e308a57e893e27a0e76ef24bb7010ea_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-baremetal-cluster-api-controllers-rhel9@sha256:4ba6c221cc34f3674773fb8c1d32cd2c1e308a57e893e27a0e76ef24bb7010ea?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9\u0026tag=v4.15.0-202504081004.p0.g2935369.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-clusterresourceoverride-rhel9@sha256:e8763e67c471fd62ae3f11ae1ae4984177951ed229267384c0ebb74a80896c15_amd64",
                "product": {
                  "name": "openshift4/ose-clusterresourceoverride-rhel9@sha256:e8763e67c471fd62ae3f11ae1ae4984177951ed229267384c0ebb74a80896c15_amd64",
                  "product_id": "openshift4/ose-clusterresourceoverride-rhel9@sha256:e8763e67c471fd62ae3f11ae1ae4984177951ed229267384c0ebb74a80896c15_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-clusterresourceoverride-rhel9@sha256:e8763e67c471fd62ae3f11ae1ae4984177951ed229267384c0ebb74a80896c15?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9\u0026tag=v4.15.0-202504081004.p0.g8472b75.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:5c773762284a4cde5281b3fc5be7390ca2eef5a1eba297a285bb6d4b393269b6_amd64",
                "product": {
                  "name": "openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:5c773762284a4cde5281b3fc5be7390ca2eef5a1eba297a285bb6d4b393269b6_amd64",
                  "product_id": "openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:5c773762284a4cde5281b3fc5be7390ca2eef5a1eba297a285bb6d4b393269b6_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-clusterresourceoverride-rhel9-operator@sha256:5c773762284a4cde5281b3fc5be7390ca2eef5a1eba297a285bb6d4b393269b6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator\u0026tag=v4.15.0-202504081004.p0.g40c168c.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:3b96e01a1df7ad8ab0ebe6249ac2709bf938935ef5eb2bf30b2f595e1acd1db7_amd64",
                "product": {
                  "name": "openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:3b96e01a1df7ad8ab0ebe6249ac2709bf938935ef5eb2bf30b2f595e1acd1db7_amd64",
                  "product_id": "openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:3b96e01a1df7ad8ab0ebe6249ac2709bf938935ef5eb2bf30b2f595e1acd1db7_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:3b96e01a1df7ad8ab0ebe6249ac2709bf938935ef5eb2bf30b2f595e1acd1db7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8\u0026tag=v4.15.0-202503310336.p0.g260a085.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-egress-http-proxy@sha256:50443d2cd25febaf4ebef17447de843ed30a55151c3a37396d185c8870840636_amd64",
                "product": {
                  "name": "openshift4/ose-egress-http-proxy@sha256:50443d2cd25febaf4ebef17447de843ed30a55151c3a37396d185c8870840636_amd64",
                  "product_id": "openshift4/ose-egress-http-proxy@sha256:50443d2cd25febaf4ebef17447de843ed30a55151c3a37396d185c8870840636_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-egress-http-proxy@sha256:50443d2cd25febaf4ebef17447de843ed30a55151c3a37396d185c8870840636?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-egress-http-proxy\u0026tag=v4.15.0-202503310336.p0.g87c23b5.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/frr-rhel9@sha256:eb19c44c82805847ef154882d684a79e80ecb4234e91b21d11b13017c5902191_amd64",
                "product": {
                  "name": "openshift4/frr-rhel9@sha256:eb19c44c82805847ef154882d684a79e80ecb4234e91b21d11b13017c5902191_amd64",
                  "product_id": "openshift4/frr-rhel9@sha256:eb19c44c82805847ef154882d684a79e80ecb4234e91b21d11b13017c5902191_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/frr-rhel9@sha256:eb19c44c82805847ef154882d684a79e80ecb4234e91b21d11b13017c5902191?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/frr-rhel9\u0026tag=v4.15.0-202504081004.p0.ga8191c0.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:fc64019e8a1bcbb5889ed9e3930e1ff46238e696c03a064156c4bc2181f42e47_amd64",
                "product": {
                  "name": "openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:fc64019e8a1bcbb5889ed9e3930e1ff46238e696c03a064156c4bc2181f42e47_amd64",
                  "product_id": "openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:fc64019e8a1bcbb5889ed9e3930e1ff46238e696c03a064156c4bc2181f42e47_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-gcp-filestore-csi-driver-rhel8@sha256:fc64019e8a1bcbb5889ed9e3930e1ff46238e696c03a064156c4bc2181f42e47?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8\u0026tag=v4.15.0-202503310336.p0.gfee632a.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:c0b2d957f7e28d2484b7c96cbaa8f1fa39620f33a5f348b796e38e0e21096254_amd64",
                "product": {
                  "name": "openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:c0b2d957f7e28d2484b7c96cbaa8f1fa39620f33a5f348b796e38e0e21096254_amd64",
                  "product_id": "openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:c0b2d957f7e28d2484b7c96cbaa8f1fa39620f33a5f348b796e38e0e21096254_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:c0b2d957f7e28d2484b7c96cbaa8f1fa39620f33a5f348b796e38e0e21096254?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator\u0026tag=v4.15.0-202504081004.p0.ga923e95.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:5be0460ac8a2fae55c5488aa0f0ff6511d629fdb3758ce4dd68caab3abe9ae42_amd64",
                "product": {
                  "name": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:5be0460ac8a2fae55c5488aa0f0ff6511d629fdb3758ce4dd68caab3abe9ae42_amd64",
                  "product_id": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:5be0460ac8a2fae55c5488aa0f0ff6511d629fdb3758ce4dd68caab3abe9ae42_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/kubernetes-nmstate-rhel9-operator@sha256:5be0460ac8a2fae55c5488aa0f0ff6511d629fdb3758ce4dd68caab3abe9ae42?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator\u0026tag=v4.15.0-202504081004.p0.gb13c0e8.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-ptp-rhel9@sha256:22f4d0560d80c59f8a3e6a7d5548ef75bdcc12d0176fd47d9c44c9fdd221d5c7_amd64",
                "product": {
                  "name": "openshift4/ose-ptp-rhel9@sha256:22f4d0560d80c59f8a3e6a7d5548ef75bdcc12d0176fd47d9c44c9fdd221d5c7_amd64",
                  "product_id": "openshift4/ose-ptp-rhel9@sha256:22f4d0560d80c59f8a3e6a7d5548ef75bdcc12d0176fd47d9c44c9fdd221d5c7_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-ptp-rhel9@sha256:22f4d0560d80c59f8a3e6a7d5548ef75bdcc12d0176fd47d9c44c9fdd221d5c7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ptp-rhel9\u0026tag=v4.15.0-202504081004.p0.ga258c30.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-local-storage-mustgather-rhel9@sha256:b3dfffcfce1e085c28f64fda04fd94bc34567458522c5e8756b6520cdc4650bf_amd64",
                "product": {
                  "name": "openshift4/ose-local-storage-mustgather-rhel9@sha256:b3dfffcfce1e085c28f64fda04fd94bc34567458522c5e8756b6520cdc4650bf_amd64",
                  "product_id": "openshift4/ose-local-storage-mustgather-rhel9@sha256:b3dfffcfce1e085c28f64fda04fd94bc34567458522c5e8756b6520cdc4650bf_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-local-storage-mustgather-rhel9@sha256:b3dfffcfce1e085c28f64fda04fd94bc34567458522c5e8756b6520cdc4650bf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9\u0026tag=v4.15.0-202504081004.p0.gcc4f213.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/metallb-rhel9@sha256:76bfc2a904858c562adb338cdb190020ca69d159c32e2757fda6e340dfd09058_amd64",
                "product": {
                  "name": "openshift4/metallb-rhel9@sha256:76bfc2a904858c562adb338cdb190020ca69d159c32e2757fda6e340dfd09058_amd64",
                  "product_id": "openshift4/metallb-rhel9@sha256:76bfc2a904858c562adb338cdb190020ca69d159c32e2757fda6e340dfd09058_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/metallb-rhel9@sha256:76bfc2a904858c562adb338cdb190020ca69d159c32e2757fda6e340dfd09058?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel9\u0026tag=v4.15.0-202504081004.p0.g0f95464.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/metallb-rhel9-operator@sha256:73c248853e386c1f6b94f9a43650500c0bf0ab1e006f5e0e3f7895dc080a1342_amd64",
                "product": {
                  "name": "openshift4/metallb-rhel9-operator@sha256:73c248853e386c1f6b94f9a43650500c0bf0ab1e006f5e0e3f7895dc080a1342_amd64",
                  "product_id": "openshift4/metallb-rhel9-operator@sha256:73c248853e386c1f6b94f9a43650500c0bf0ab1e006f5e0e3f7895dc080a1342_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/metallb-rhel9-operator@sha256:73c248853e386c1f6b94f9a43650500c0bf0ab1e006f5e0e3f7895dc080a1342?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel9-operator\u0026tag=v4.15.0-202504081004.p0.g359620b.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-ptp-rhel9-operator@sha256:2715ae9ac29e55151fa8c800088bad7ee76d8c8f5c4636fd889c331c1d636ee3_amd64",
                "product": {
                  "name": "openshift4/ose-ptp-rhel9-operator@sha256:2715ae9ac29e55151fa8c800088bad7ee76d8c8f5c4636fd889c331c1d636ee3_amd64",
                  "product_id": "openshift4/ose-ptp-rhel9-operator@sha256:2715ae9ac29e55151fa8c800088bad7ee76d8c8f5c4636fd889c331c1d636ee3_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-ptp-rhel9-operator@sha256:2715ae9ac29e55151fa8c800088bad7ee76d8c8f5c4636fd889c331c1d636ee3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ptp-rhel9-operator\u0026tag=v4.15.0-202504081004.p0.gc0249a6.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-secrets-store-csi-driver-rhel8@sha256:4fd28de36dedf106694aa60d15ec5f71ee2f4248a8fe99c5eea83894f0990095_amd64",
                "product": {
                  "name": "openshift4/ose-secrets-store-csi-driver-rhel8@sha256:4fd28de36dedf106694aa60d15ec5f71ee2f4248a8fe99c5eea83894f0990095_amd64",
                  "product_id": "openshift4/ose-secrets-store-csi-driver-rhel8@sha256:4fd28de36dedf106694aa60d15ec5f71ee2f4248a8fe99c5eea83894f0990095_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-secrets-store-csi-driver-rhel8@sha256:4fd28de36dedf106694aa60d15ec5f71ee2f4248a8fe99c5eea83894f0990095?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8\u0026tag=v4.15.0-202503310336.p0.gd7f540b.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:911f5c9019d97f069a5041820ffd0f318d35953c315d6594ce473dc9a7a36ae1_amd64",
                "product": {
                  "name": "openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:911f5c9019d97f069a5041820ffd0f318d35953c315d6594ce473dc9a7a36ae1_amd64",
                  "product_id": "openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:911f5c9019d97f069a5041820ffd0f318d35953c315d6594ce473dc9a7a36ae1_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-secrets-store-csi-driver-rhel8-operator@sha256:911f5c9019d97f069a5041820ffd0f318d35953c315d6594ce473dc9a7a36ae1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator\u0026tag=v4.15.0-202503310336.p0.gef602a5.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:78df5ff7e7c41e5e357429440722f5ba81c2885aba3a45cebf09a1a1f87b1958_amd64",
                "product": {
                  "name": "openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:78df5ff7e7c41e5e357429440722f5ba81c2885aba3a45cebf09a1a1f87b1958_amd64",
                  "product_id": "openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:78df5ff7e7c41e5e357429440722f5ba81c2885aba3a45cebf09a1a1f87b1958_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-secrets-store-csi-mustgather-rhel8@sha256:78df5ff7e7c41e5e357429440722f5ba81c2885aba3a45cebf09a1a1f87b1958?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8\u0026tag=v4.15.0-202503310336.p0.gef602a5.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:ac1bc840619faabf73ca900add354bd2463bb08a0ae34e0db6c739a530541672_amd64",
                "product": {
                  "name": "openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:ac1bc840619faabf73ca900add354bd2463bb08a0ae34e0db6c739a530541672_amd64",
                  "product_id": "openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:ac1bc840619faabf73ca900add354bd2463bb08a0ae34e0db6c739a530541672_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-vertical-pod-autoscaler-rhel9@sha256:ac1bc840619faabf73ca900add354bd2463bb08a0ae34e0db6c739a530541672?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9\u0026tag=v4.15.0-202504081004.p0.g8914989.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:e21784b9fc63a52deadb45fe1ea7c45ac699d77d77256e3dad5a35ea58befbe4_amd64",
                "product": {
                  "name": "openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:e21784b9fc63a52deadb45fe1ea7c45ac699d77d77256e3dad5a35ea58befbe4_amd64",
                  "product_id": "openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:e21784b9fc63a52deadb45fe1ea7c45ac699d77d77256e3dad5a35ea58befbe4_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-vertical-pod-autoscaler-rhel9-operator@sha256:e21784b9fc63a52deadb45fe1ea7c45ac699d77d77256e3dad5a35ea58befbe4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator\u0026tag=v4.15.0-202504081004.p0.g8876256.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ptp-must-gather-rhel8@sha256:22896ca9bee85e551b874b9beddfb056c97dd9a0634438a0db28bd6def9fa50d_amd64",
                "product": {
                  "name": "openshift4/ptp-must-gather-rhel8@sha256:22896ca9bee85e551b874b9beddfb056c97dd9a0634438a0db28bd6def9fa50d_amd64",
                  "product_id": "openshift4/ptp-must-gather-rhel8@sha256:22896ca9bee85e551b874b9beddfb056c97dd9a0634438a0db28bd6def9fa50d_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ptp-must-gather-rhel8@sha256:22896ca9bee85e551b874b9beddfb056c97dd9a0634438a0db28bd6def9fa50d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ptp-must-gather-rhel8\u0026tag=v4.15.0-202503310336.p0.gc0249a6.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/sriov-cni-rhel9@sha256:8a463afb876154a3b795f4435eba674df5791c0abc22db4065ff19677d903e8f_amd64",
                "product": {
                  "name": "openshift4/sriov-cni-rhel9@sha256:8a463afb876154a3b795f4435eba674df5791c0abc22db4065ff19677d903e8f_amd64",
                  "product_id": "openshift4/sriov-cni-rhel9@sha256:8a463afb876154a3b795f4435eba674df5791c0abc22db4065ff19677d903e8f_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/sriov-cni-rhel9@sha256:8a463afb876154a3b795f4435eba674df5791c0abc22db4065ff19677d903e8f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/sriov-cni-rhel9\u0026tag=v4.15.0-202504081004.p0.g1bca49e.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:8e3f2e298379eed0d60cb606fb60d23dd810ef9ee3f486ecc56fcb836e243a3c_amd64",
                "product": {
                  "name": "openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:8e3f2e298379eed0d60cb606fb60d23dd810ef9ee3f486ecc56fcb836e243a3c_amd64",
                  "product_id": "openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:8e3f2e298379eed0d60cb606fb60d23dd810ef9ee3f486ecc56fcb836e243a3c_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-sriov-dp-admission-controller-rhel9@sha256:8e3f2e298379eed0d60cb606fb60d23dd810ef9ee3f486ecc56fcb836e243a3c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9\u0026tag=v4.15.0-202504081004.p0.gc509200.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-sriov-network-config-daemon-rhel9@sha256:17ad9df12e44ed38a186277bd23226754cb952b6c011f43795bbaa1829c322d1_amd64",
                "product": {
                  "name": "openshift4/ose-sriov-network-config-daemon-rhel9@sha256:17ad9df12e44ed38a186277bd23226754cb952b6c011f43795bbaa1829c322d1_amd64",
                  "product_id": "openshift4/ose-sriov-network-config-daemon-rhel9@sha256:17ad9df12e44ed38a186277bd23226754cb952b6c011f43795bbaa1829c322d1_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-sriov-network-config-daemon-rhel9@sha256:17ad9df12e44ed38a186277bd23226754cb952b6c011f43795bbaa1829c322d1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9\u0026tag=v4.15.0-202504081004.p0.gd77c2e5.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-sriov-network-device-plugin-rhel9@sha256:7b5542a044e57d4dc42dcd7383475b368adcfe304e071b369da9e2dbb4fa7c65_amd64",
                "product": {
                  "name": "openshift4/ose-sriov-network-device-plugin-rhel9@sha256:7b5542a044e57d4dc42dcd7383475b368adcfe304e071b369da9e2dbb4fa7c65_amd64",
                  "product_id": "openshift4/ose-sriov-network-device-plugin-rhel9@sha256:7b5542a044e57d4dc42dcd7383475b368adcfe304e071b369da9e2dbb4fa7c65_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-sriov-network-device-plugin-rhel9@sha256:7b5542a044e57d4dc42dcd7383475b368adcfe304e071b369da9e2dbb4fa7c65?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9\u0026tag=v4.15.0-202504081004.p0.g38996eb.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-sriov-network-rhel9-operator@sha256:a86a062535e1f5a3837cc7632b3c081068beeeaf7425650c60231a6975d23ba2_amd64",
                "product": {
                  "name": "openshift4/ose-sriov-network-rhel9-operator@sha256:a86a062535e1f5a3837cc7632b3c081068beeeaf7425650c60231a6975d23ba2_amd64",
                  "product_id": "openshift4/ose-sriov-network-rhel9-operator@sha256:a86a062535e1f5a3837cc7632b3c081068beeeaf7425650c60231a6975d23ba2_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-sriov-network-rhel9-operator@sha256:a86a062535e1f5a3837cc7632b3c081068beeeaf7425650c60231a6975d23ba2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator\u0026tag=v4.15.0-202504081004.p0.gd77c2e5.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-sriov-network-webhook-rhel9@sha256:15e560dba53353c13e2c0758159c001cb4d71b1ef39466197b8b40adbbb266bc_amd64",
                "product": {
                  "name": "openshift4/ose-sriov-network-webhook-rhel9@sha256:15e560dba53353c13e2c0758159c001cb4d71b1ef39466197b8b40adbbb266bc_amd64",
                  "product_id": "openshift4/ose-sriov-network-webhook-rhel9@sha256:15e560dba53353c13e2c0758159c001cb4d71b1ef39466197b8b40adbbb266bc_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-sriov-network-webhook-rhel9@sha256:15e560dba53353c13e2c0758159c001cb4d71b1ef39466197b8b40adbbb266bc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9\u0026tag=v4.15.0-202504081004.p0.gd77c2e5.assembly.stream.el9"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "amd64"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-nfd-rhel9-operator@sha256:7c76a5bc64243baed15bfaebc22512f05b2aeb0613722f1228dd7c358d0af54f_s390x",
                "product": {
                  "name": "openshift4/ose-cluster-nfd-rhel9-operator@sha256:7c76a5bc64243baed15bfaebc22512f05b2aeb0613722f1228dd7c358d0af54f_s390x",
                  "product_id": "openshift4/ose-cluster-nfd-rhel9-operator@sha256:7c76a5bc64243baed15bfaebc22512f05b2aeb0613722f1228dd7c358d0af54f_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-nfd-rhel9-operator@sha256:7c76a5bc64243baed15bfaebc22512f05b2aeb0613722f1228dd7c358d0af54f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator\u0026tag=v4.15.0-202504081004.p0.gabdfb61.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ingress-node-firewall-rhel9@sha256:3c7057f7ee070780187d3fdadb55c1c2406d5b15f7dac8cbf6a69ec8779aa672_s390x",
                "product": {
                  "name": "openshift4/ingress-node-firewall-rhel9@sha256:3c7057f7ee070780187d3fdadb55c1c2406d5b15f7dac8cbf6a69ec8779aa672_s390x",
                  "product_id": "openshift4/ingress-node-firewall-rhel9@sha256:3c7057f7ee070780187d3fdadb55c1c2406d5b15f7dac8cbf6a69ec8779aa672_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ingress-node-firewall-rhel9@sha256:3c7057f7ee070780187d3fdadb55c1c2406d5b15f7dac8cbf6a69ec8779aa672?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ingress-node-firewall-rhel9\u0026tag=v4.15.0-202504081004.p0.g135f832.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ingress-node-firewall-rhel9-operator@sha256:d09efd61aeec487805dc08407b3572ba1dfaffdd96a58827749adfd64882c3ce_s390x",
                "product": {
                  "name": "openshift4/ingress-node-firewall-rhel9-operator@sha256:d09efd61aeec487805dc08407b3572ba1dfaffdd96a58827749adfd64882c3ce_s390x",
                  "product_id": "openshift4/ingress-node-firewall-rhel9-operator@sha256:d09efd61aeec487805dc08407b3572ba1dfaffdd96a58827749adfd64882c3ce_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ingress-node-firewall-rhel9-operator@sha256:d09efd61aeec487805dc08407b3572ba1dfaffdd96a58827749adfd64882c3ce?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator\u0026tag=v4.15.0-202504081004.p0.g135f832.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-local-storage-diskmaker-rhel9@sha256:46fab721832d7ca9593434d438a8e75c5c7574b2e59ed4aecc3e36d6b273cd17_s390x",
                "product": {
                  "name": "openshift4/ose-local-storage-diskmaker-rhel9@sha256:46fab721832d7ca9593434d438a8e75c5c7574b2e59ed4aecc3e36d6b273cd17_s390x",
                  "product_id": "openshift4/ose-local-storage-diskmaker-rhel9@sha256:46fab721832d7ca9593434d438a8e75c5c7574b2e59ed4aecc3e36d6b273cd17_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-local-storage-diskmaker-rhel9@sha256:46fab721832d7ca9593434d438a8e75c5c7574b2e59ed4aecc3e36d6b273cd17?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9\u0026tag=v4.15.0-202504081004.p0.gcc4f213.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-local-storage-rhel9-operator@sha256:52c8d488d4a635460d2369803f469a5586f019e9ef912442ce8920afa58a94bd_s390x",
                "product": {
                  "name": "openshift4/ose-local-storage-rhel9-operator@sha256:52c8d488d4a635460d2369803f469a5586f019e9ef912442ce8920afa58a94bd_s390x",
                  "product_id": "openshift4/ose-local-storage-rhel9-operator@sha256:52c8d488d4a635460d2369803f469a5586f019e9ef912442ce8920afa58a94bd_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-local-storage-rhel9-operator@sha256:52c8d488d4a635460d2369803f469a5586f019e9ef912442ce8920afa58a94bd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-rhel9-operator\u0026tag=v4.15.0-202504081004.p0.gcc4f213.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/nmstate-console-plugin-rhel8@sha256:807781a1bf22d03dcb6f14c3e2fdfaf84358da1610dfae498f89db8ec3fe905a_s390x",
                "product": {
                  "name": "openshift4/nmstate-console-plugin-rhel8@sha256:807781a1bf22d03dcb6f14c3e2fdfaf84358da1610dfae498f89db8ec3fe905a_s390x",
                  "product_id": "openshift4/nmstate-console-plugin-rhel8@sha256:807781a1bf22d03dcb6f14c3e2fdfaf84358da1610dfae498f89db8ec3fe905a_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/nmstate-console-plugin-rhel8@sha256:807781a1bf22d03dcb6f14c3e2fdfaf84358da1610dfae498f89db8ec3fe905a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/nmstate-console-plugin-rhel8\u0026tag=v4.15.0-202504020136.p0.g90ddde0.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-node-feature-discovery-rhel9@sha256:c00a13b9d80521c2eee3b9aba9c0ee26991101be63662d40a19e11b74f4d43d3_s390x",
                "product": {
                  "name": "openshift4/ose-node-feature-discovery-rhel9@sha256:c00a13b9d80521c2eee3b9aba9c0ee26991101be63662d40a19e11b74f4d43d3_s390x",
                  "product_id": "openshift4/ose-node-feature-discovery-rhel9@sha256:c00a13b9d80521c2eee3b9aba9c0ee26991101be63662d40a19e11b74f4d43d3_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-node-feature-discovery-rhel9@sha256:c00a13b9d80521c2eee3b9aba9c0ee26991101be63662d40a19e11b74f4d43d3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9\u0026tag=v4.15.0-202504081004.p0.g68c4ba0.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-ansible-operator@sha256:b2b5aca3e83da5a84652eceea8fce4d7f5356ffaffd6d4bcbbb7f52b963504d9_s390x",
                "product": {
                  "name": "openshift4/ose-ansible-operator@sha256:b2b5aca3e83da5a84652eceea8fce4d7f5356ffaffd6d4bcbbb7f52b963504d9_s390x",
                  "product_id": "openshift4/ose-ansible-operator@sha256:b2b5aca3e83da5a84652eceea8fce4d7f5356ffaffd6d4bcbbb7f52b963504d9_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-ansible-operator@sha256:b2b5aca3e83da5a84652eceea8fce4d7f5356ffaffd6d4bcbbb7f52b963504d9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ansible-operator\u0026tag=v4.15.0-202503310336.p0.g52fc4b9.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-capacity@sha256:7552b4adf5029946de27b76ca9fef463949401b9ec75a8e7dbea0c11cb3597a6_s390x",
                "product": {
                  "name": "openshift4/ose-cluster-capacity@sha256:7552b4adf5029946de27b76ca9fef463949401b9ec75a8e7dbea0c11cb3597a6_s390x",
                  "product_id": "openshift4/ose-cluster-capacity@sha256:7552b4adf5029946de27b76ca9fef463949401b9ec75a8e7dbea0c11cb3597a6_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-capacity@sha256:7552b4adf5029946de27b76ca9fef463949401b9ec75a8e7dbea0c11cb3597a6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capacity\u0026tag=v4.15.0-202503310336.p0.gcc7901f.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-egress-dns-proxy@sha256:5cadaca0e4350e77de36c2d4470f6a72ca49d28cb297282283008dd1868caf0a_s390x",
                "product": {
                  "name": "openshift4/ose-egress-dns-proxy@sha256:5cadaca0e4350e77de36c2d4470f6a72ca49d28cb297282283008dd1868caf0a_s390x",
                  "product_id": "openshift4/ose-egress-dns-proxy@sha256:5cadaca0e4350e77de36c2d4470f6a72ca49d28cb297282283008dd1868caf0a_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-egress-dns-proxy@sha256:5cadaca0e4350e77de36c2d4470f6a72ca49d28cb297282283008dd1868caf0a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-egress-dns-proxy\u0026tag=v4.15.0-202503310336.p0.g87c23b5.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-egress-router@sha256:201e59d30158874976960ca8722b9e5af688b072f7093d957e0c264989b78319_s390x",
                "product": {
                  "name": "openshift4/ose-egress-router@sha256:201e59d30158874976960ca8722b9e5af688b072f7093d957e0c264989b78319_s390x",
                  "product_id": "openshift4/ose-egress-router@sha256:201e59d30158874976960ca8722b9e5af688b072f7093d957e0c264989b78319_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-egress-router@sha256:201e59d30158874976960ca8722b9e5af688b072f7093d957e0c264989b78319?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-egress-router\u0026tag=v4.15.0-202503310336.p0.g87c23b5.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-helm-operator@sha256:46531d36474d230ed5db12d303d5c7ec6f61c5ad3ee7c040e1884184769833a1_s390x",
                "product": {
                  "name": "openshift4/ose-helm-operator@sha256:46531d36474d230ed5db12d303d5c7ec6f61c5ad3ee7c040e1884184769833a1_s390x",
                  "product_id": "openshift4/ose-helm-operator@sha256:46531d36474d230ed5db12d303d5c7ec6f61c5ad3ee7c040e1884184769833a1_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-helm-operator@sha256:46531d36474d230ed5db12d303d5c7ec6f61c5ad3ee7c040e1884184769833a1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-helm-operator\u0026tag=v4.15.0-202503310336.p0.g52fc4b9.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-operator-sdk-rhel8@sha256:0de5d9fd41444abefae4fcba25c063e64d54424aeb7556eedf7b697101a630cd_s390x",
                "product": {
                  "name": "openshift4/ose-operator-sdk-rhel8@sha256:0de5d9fd41444abefae4fcba25c063e64d54424aeb7556eedf7b697101a630cd_s390x",
                  "product_id": "openshift4/ose-operator-sdk-rhel8@sha256:0de5d9fd41444abefae4fcba25c063e64d54424aeb7556eedf7b697101a630cd_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-operator-sdk-rhel8@sha256:0de5d9fd41444abefae4fcba25c063e64d54424aeb7556eedf7b697101a630cd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-operator-sdk-rhel8\u0026tag=v4.15.0-202504020136.p0.g52fc4b9.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:8b8d17b79e8c3fa7357db94cb6308bf2df368bd80e4dc84a9c7dbf4423c8e11a_s390x",
                "product": {
                  "name": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:8b8d17b79e8c3fa7357db94cb6308bf2df368bd80e4dc84a9c7dbf4423c8e11a_s390x",
                  "product_id": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:8b8d17b79e8c3fa7357db94cb6308bf2df368bd80e4dc84a9c7dbf4423c8e11a_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-kubernetes-nmstate-handler-rhel9@sha256:8b8d17b79e8c3fa7357db94cb6308bf2df368bd80e4dc84a9c7dbf4423c8e11a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9\u0026tag=v4.15.0-202504081004.p0.gb13c0e8.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:37b431ea690884831eba350b1720fc69c65860ba4a02fe64c77828edb888e8d3_s390x",
                "product": {
                  "name": "openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:37b431ea690884831eba350b1720fc69c65860ba4a02fe64c77828edb888e8d3_s390x",
                  "product_id": "openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:37b431ea690884831eba350b1720fc69c65860ba4a02fe64c77828edb888e8d3_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-baremetal-cluster-api-controllers-rhel9@sha256:37b431ea690884831eba350b1720fc69c65860ba4a02fe64c77828edb888e8d3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9\u0026tag=v4.15.0-202504081004.p0.g2935369.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-clusterresourceoverride-rhel9@sha256:53715feeb52c89f340450f781101f003c4892b02e716f045f4898b51578e7237_s390x",
                "product": {
                  "name": "openshift4/ose-clusterresourceoverride-rhel9@sha256:53715feeb52c89f340450f781101f003c4892b02e716f045f4898b51578e7237_s390x",
                  "product_id": "openshift4/ose-clusterresourceoverride-rhel9@sha256:53715feeb52c89f340450f781101f003c4892b02e716f045f4898b51578e7237_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-clusterresourceoverride-rhel9@sha256:53715feeb52c89f340450f781101f003c4892b02e716f045f4898b51578e7237?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9\u0026tag=v4.15.0-202504081004.p0.g8472b75.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:937493d85d3a6e4937d4c10660eb301f37f7d41130804284cc336fa3fa10694c_s390x",
                "product": {
                  "name": "openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:937493d85d3a6e4937d4c10660eb301f37f7d41130804284cc336fa3fa10694c_s390x",
                  "product_id": "openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:937493d85d3a6e4937d4c10660eb301f37f7d41130804284cc336fa3fa10694c_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-clusterresourceoverride-rhel9-operator@sha256:937493d85d3a6e4937d4c10660eb301f37f7d41130804284cc336fa3fa10694c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator\u0026tag=v4.15.0-202504081004.p0.g40c168c.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:cd1817fe5cfd8d08b49d804484e6d3274fdcfc893231725b44aac92ed9f9fc2a_s390x",
                "product": {
                  "name": "openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:cd1817fe5cfd8d08b49d804484e6d3274fdcfc893231725b44aac92ed9f9fc2a_s390x",
                  "product_id": "openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:cd1817fe5cfd8d08b49d804484e6d3274fdcfc893231725b44aac92ed9f9fc2a_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:cd1817fe5cfd8d08b49d804484e6d3274fdcfc893231725b44aac92ed9f9fc2a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8\u0026tag=v4.15.0-202503310336.p0.g260a085.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-egress-http-proxy@sha256:345358672b0ac915bdb8eaed36bfffb5b3bafa08b8d7dc3c424a6185812f45c4_s390x",
                "product": {
                  "name": "openshift4/ose-egress-http-proxy@sha256:345358672b0ac915bdb8eaed36bfffb5b3bafa08b8d7dc3c424a6185812f45c4_s390x",
                  "product_id": "openshift4/ose-egress-http-proxy@sha256:345358672b0ac915bdb8eaed36bfffb5b3bafa08b8d7dc3c424a6185812f45c4_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-egress-http-proxy@sha256:345358672b0ac915bdb8eaed36bfffb5b3bafa08b8d7dc3c424a6185812f45c4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-egress-http-proxy\u0026tag=v4.15.0-202503310336.p0.g87c23b5.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/frr-rhel9@sha256:3863d04a853fbd6f3864dbe7ab63ddc56b2a0732187ec550a00e993a4110fdec_s390x",
                "product": {
                  "name": "openshift4/frr-rhel9@sha256:3863d04a853fbd6f3864dbe7ab63ddc56b2a0732187ec550a00e993a4110fdec_s390x",
                  "product_id": "openshift4/frr-rhel9@sha256:3863d04a853fbd6f3864dbe7ab63ddc56b2a0732187ec550a00e993a4110fdec_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/frr-rhel9@sha256:3863d04a853fbd6f3864dbe7ab63ddc56b2a0732187ec550a00e993a4110fdec?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/frr-rhel9\u0026tag=v4.15.0-202504081004.p0.ga8191c0.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:4ec257618cd5d28ee707fec73c98725110b5de9158f0cd3fcbee60f83996e965_s390x",
                "product": {
                  "name": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:4ec257618cd5d28ee707fec73c98725110b5de9158f0cd3fcbee60f83996e965_s390x",
                  "product_id": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:4ec257618cd5d28ee707fec73c98725110b5de9158f0cd3fcbee60f83996e965_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/kubernetes-nmstate-rhel9-operator@sha256:4ec257618cd5d28ee707fec73c98725110b5de9158f0cd3fcbee60f83996e965?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator\u0026tag=v4.15.0-202504081004.p0.gb13c0e8.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-local-storage-mustgather-rhel9@sha256:92c31191d397994dfd05ca376181fc93d28c4c6757a466b56163000093c5519c_s390x",
                "product": {
                  "name": "openshift4/ose-local-storage-mustgather-rhel9@sha256:92c31191d397994dfd05ca376181fc93d28c4c6757a466b56163000093c5519c_s390x",
                  "product_id": "openshift4/ose-local-storage-mustgather-rhel9@sha256:92c31191d397994dfd05ca376181fc93d28c4c6757a466b56163000093c5519c_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-local-storage-mustgather-rhel9@sha256:92c31191d397994dfd05ca376181fc93d28c4c6757a466b56163000093c5519c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9\u0026tag=v4.15.0-202504081004.p0.gcc4f213.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/metallb-rhel9@sha256:6aa902dda59e2a3871ce37ed62351ee2330c87233afc88e05c595fd2367224f2_s390x",
                "product": {
                  "name": "openshift4/metallb-rhel9@sha256:6aa902dda59e2a3871ce37ed62351ee2330c87233afc88e05c595fd2367224f2_s390x",
                  "product_id": "openshift4/metallb-rhel9@sha256:6aa902dda59e2a3871ce37ed62351ee2330c87233afc88e05c595fd2367224f2_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/metallb-rhel9@sha256:6aa902dda59e2a3871ce37ed62351ee2330c87233afc88e05c595fd2367224f2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel9\u0026tag=v4.15.0-202504081004.p0.g0f95464.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/metallb-rhel9-operator@sha256:bc68e9259bfcc7b07fa5a842c4ad107c7bd7038d128e7a61df9b450e7e13ed67_s390x",
                "product": {
                  "name": "openshift4/metallb-rhel9-operator@sha256:bc68e9259bfcc7b07fa5a842c4ad107c7bd7038d128e7a61df9b450e7e13ed67_s390x",
                  "product_id": "openshift4/metallb-rhel9-operator@sha256:bc68e9259bfcc7b07fa5a842c4ad107c7bd7038d128e7a61df9b450e7e13ed67_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/metallb-rhel9-operator@sha256:bc68e9259bfcc7b07fa5a842c4ad107c7bd7038d128e7a61df9b450e7e13ed67?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel9-operator\u0026tag=v4.15.0-202504081004.p0.g359620b.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-secrets-store-csi-driver-rhel8@sha256:8b31ba061fcbbc042923e06ff5c5365e25610bee8884700ef4f319b847d72336_s390x",
                "product": {
                  "name": "openshift4/ose-secrets-store-csi-driver-rhel8@sha256:8b31ba061fcbbc042923e06ff5c5365e25610bee8884700ef4f319b847d72336_s390x",
                  "product_id": "openshift4/ose-secrets-store-csi-driver-rhel8@sha256:8b31ba061fcbbc042923e06ff5c5365e25610bee8884700ef4f319b847d72336_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-secrets-store-csi-driver-rhel8@sha256:8b31ba061fcbbc042923e06ff5c5365e25610bee8884700ef4f319b847d72336?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8\u0026tag=v4.15.0-202503310336.p0.gd7f540b.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:e5263316a0b69ee7d7459ff8441505a2aec38f9e372d4809ac742313b238617b_s390x",
                "product": {
                  "name": "openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:e5263316a0b69ee7d7459ff8441505a2aec38f9e372d4809ac742313b238617b_s390x",
                  "product_id": "openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:e5263316a0b69ee7d7459ff8441505a2aec38f9e372d4809ac742313b238617b_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-secrets-store-csi-driver-rhel8-operator@sha256:e5263316a0b69ee7d7459ff8441505a2aec38f9e372d4809ac742313b238617b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator\u0026tag=v4.15.0-202503310336.p0.gef602a5.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:d8d06ccdaad6907a56545b49dfeaf3c8dd54d0b4cb4e964496d29b16b2ef6f63_s390x",
                "product": {
                  "name": "openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:d8d06ccdaad6907a56545b49dfeaf3c8dd54d0b4cb4e964496d29b16b2ef6f63_s390x",
                  "product_id": "openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:d8d06ccdaad6907a56545b49dfeaf3c8dd54d0b4cb4e964496d29b16b2ef6f63_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-secrets-store-csi-mustgather-rhel8@sha256:d8d06ccdaad6907a56545b49dfeaf3c8dd54d0b4cb4e964496d29b16b2ef6f63?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8\u0026tag=v4.15.0-202503310336.p0.gef602a5.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:bbcc93d6d3cb380368ea5fc444f5b7929e9f3ae1db82dd9741349dbe2f2f81f8_s390x",
                "product": {
                  "name": "openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:bbcc93d6d3cb380368ea5fc444f5b7929e9f3ae1db82dd9741349dbe2f2f81f8_s390x",
                  "product_id": "openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:bbcc93d6d3cb380368ea5fc444f5b7929e9f3ae1db82dd9741349dbe2f2f81f8_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-vertical-pod-autoscaler-rhel9@sha256:bbcc93d6d3cb380368ea5fc444f5b7929e9f3ae1db82dd9741349dbe2f2f81f8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9\u0026tag=v4.15.0-202504081004.p0.g8914989.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:bdbdce52e9aafb2ac448c6108d7a1aa2a816ebd08b4f6e79df527416fded2b98_s390x",
                "product": {
                  "name": "openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:bdbdce52e9aafb2ac448c6108d7a1aa2a816ebd08b4f6e79df527416fded2b98_s390x",
                  "product_id": "openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:bdbdce52e9aafb2ac448c6108d7a1aa2a816ebd08b4f6e79df527416fded2b98_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-vertical-pod-autoscaler-rhel9-operator@sha256:bdbdce52e9aafb2ac448c6108d7a1aa2a816ebd08b4f6e79df527416fded2b98?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator\u0026tag=v4.15.0-202504081004.p0.g8876256.assembly.stream.el9"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "s390x"
          }
        ],
        "category": "vendor",
        "name": "Red Hat"
      }
    ],
    "relationships": [
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/nmstate-console-plugin-rhel8@sha256:5580070b8ff5ffc459328a344798e6eb020461e68193bbbb8d5f2b3fdea2650a_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "8Base-RHOSE-4.15:openshift4/nmstate-console-plugin-rhel8@sha256:5580070b8ff5ffc459328a344798e6eb020461e68193bbbb8d5f2b3fdea2650a_ppc64le"
        },
        "product_reference": "openshift4/nmstate-console-plugin-rhel8@sha256:5580070b8ff5ffc459328a344798e6eb020461e68193bbbb8d5f2b3fdea2650a_ppc64le",
        "relates_to_product_reference": "8Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/nmstate-console-plugin-rhel8@sha256:6e01ef39990091827977feed1f79b00b6a675e00a7d951fa93c3458e54408297_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "8Base-RHOSE-4.15:openshift4/nmstate-console-plugin-rhel8@sha256:6e01ef39990091827977feed1f79b00b6a675e00a7d951fa93c3458e54408297_amd64"
        },
        "product_reference": "openshift4/nmstate-console-plugin-rhel8@sha256:6e01ef39990091827977feed1f79b00b6a675e00a7d951fa93c3458e54408297_amd64",
        "relates_to_product_reference": "8Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/nmstate-console-plugin-rhel8@sha256:807781a1bf22d03dcb6f14c3e2fdfaf84358da1610dfae498f89db8ec3fe905a_s390x as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "8Base-RHOSE-4.15:openshift4/nmstate-console-plugin-rhel8@sha256:807781a1bf22d03dcb6f14c3e2fdfaf84358da1610dfae498f89db8ec3fe905a_s390x"
        },
        "product_reference": "openshift4/nmstate-console-plugin-rhel8@sha256:807781a1bf22d03dcb6f14c3e2fdfaf84358da1610dfae498f89db8ec3fe905a_s390x",
        "relates_to_product_reference": "8Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/nmstate-console-plugin-rhel8@sha256:aef6c2a44da59d23cad68d63fd4621ffc5fb8ad10aca684225315a1932c5bf7e_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "8Base-RHOSE-4.15:openshift4/nmstate-console-plugin-rhel8@sha256:aef6c2a44da59d23cad68d63fd4621ffc5fb8ad10aca684225315a1932c5bf7e_arm64"
        },
        "product_reference": "openshift4/nmstate-console-plugin-rhel8@sha256:aef6c2a44da59d23cad68d63fd4621ffc5fb8ad10aca684225315a1932c5bf7e_arm64",
        "relates_to_product_reference": "8Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-ansible-operator@sha256:49039a07d070b56a434c3f4aba766580f2a66c22fb71622b06d3256d3eb8332f_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "8Base-RHOSE-4.15:openshift4/ose-ansible-operator@sha256:49039a07d070b56a434c3f4aba766580f2a66c22fb71622b06d3256d3eb8332f_amd64"
        },
        "product_reference": "openshift4/ose-ansible-operator@sha256:49039a07d070b56a434c3f4aba766580f2a66c22fb71622b06d3256d3eb8332f_amd64",
        "relates_to_product_reference": "8Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-ansible-operator@sha256:9d649ada3e4f4c72254fe57e96db6e25bcf12a51f15a10733e63af9043ce671d_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "8Base-RHOSE-4.15:openshift4/ose-ansible-operator@sha256:9d649ada3e4f4c72254fe57e96db6e25bcf12a51f15a10733e63af9043ce671d_arm64"
        },
        "product_reference": "openshift4/ose-ansible-operator@sha256:9d649ada3e4f4c72254fe57e96db6e25bcf12a51f15a10733e63af9043ce671d_arm64",
        "relates_to_product_reference": "8Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-ansible-operator@sha256:b2b5aca3e83da5a84652eceea8fce4d7f5356ffaffd6d4bcbbb7f52b963504d9_s390x as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "8Base-RHOSE-4.15:openshift4/ose-ansible-operator@sha256:b2b5aca3e83da5a84652eceea8fce4d7f5356ffaffd6d4bcbbb7f52b963504d9_s390x"
        },
        "product_reference": "openshift4/ose-ansible-operator@sha256:b2b5aca3e83da5a84652eceea8fce4d7f5356ffaffd6d4bcbbb7f52b963504d9_s390x",
        "relates_to_product_reference": "8Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-ansible-operator@sha256:e11179849bec69ee27c5f422807216d85fd062138ff6a7dcfa3fdccfb81c96fc_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "8Base-RHOSE-4.15:openshift4/ose-ansible-operator@sha256:e11179849bec69ee27c5f422807216d85fd062138ff6a7dcfa3fdccfb81c96fc_ppc64le"
        },
        "product_reference": "openshift4/ose-ansible-operator@sha256:e11179849bec69ee27c5f422807216d85fd062138ff6a7dcfa3fdccfb81c96fc_ppc64le",
        "relates_to_product_reference": "8Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:01dd496bb6a81a5f92b410b5f7dc4a839f8b5f085d09e8cf0aaf69c2c385ca9a_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "8Base-RHOSE-4.15:openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:01dd496bb6a81a5f92b410b5f7dc4a839f8b5f085d09e8cf0aaf69c2c385ca9a_arm64"
        },
        "product_reference": "openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:01dd496bb6a81a5f92b410b5f7dc4a839f8b5f085d09e8cf0aaf69c2c385ca9a_arm64",
        "relates_to_product_reference": "8Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:768eb2a0ac53cc9ed5fe56c3da1ccf3ffdd5762ab869baef54e0aeb4dd00ea60_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "8Base-RHOSE-4.15:openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:768eb2a0ac53cc9ed5fe56c3da1ccf3ffdd5762ab869baef54e0aeb4dd00ea60_amd64"
        },
        "product_reference": "openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:768eb2a0ac53cc9ed5fe56c3da1ccf3ffdd5762ab869baef54e0aeb4dd00ea60_amd64",
        "relates_to_product_reference": "8Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:20503d3a85b01debc7110dc45b0311d593b00a85604c7878c956af32a980a834_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "8Base-RHOSE-4.15:openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:20503d3a85b01debc7110dc45b0311d593b00a85604c7878c956af32a980a834_arm64"
        },
        "product_reference": "openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:20503d3a85b01debc7110dc45b0311d593b00a85604c7878c956af32a980a834_arm64",
        "relates_to_product_reference": "8Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:99780be0bcd7565dbd184d9bc9548dd6e574fb6203ff16cb9967c13f3f9e5847_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "8Base-RHOSE-4.15:openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:99780be0bcd7565dbd184d9bc9548dd6e574fb6203ff16cb9967c13f3f9e5847_amd64"
        },
        "product_reference": "openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:99780be0bcd7565dbd184d9bc9548dd6e574fb6203ff16cb9967c13f3f9e5847_amd64",
        "relates_to_product_reference": "8Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-capacity@sha256:40675e446d7d217a9bd1ee08c14e8f2d5444ea539b5960e70c3a620b104f43c2_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "8Base-RHOSE-4.15:openshift4/ose-cluster-capacity@sha256:40675e446d7d217a9bd1ee08c14e8f2d5444ea539b5960e70c3a620b104f43c2_arm64"
        },
        "product_reference": "openshift4/ose-cluster-capacity@sha256:40675e446d7d217a9bd1ee08c14e8f2d5444ea539b5960e70c3a620b104f43c2_arm64",
        "relates_to_product_reference": "8Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-capacity@sha256:7552b4adf5029946de27b76ca9fef463949401b9ec75a8e7dbea0c11cb3597a6_s390x as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "8Base-RHOSE-4.15:openshift4/ose-cluster-capacity@sha256:7552b4adf5029946de27b76ca9fef463949401b9ec75a8e7dbea0c11cb3597a6_s390x"
        },
        "product_reference": "openshift4/ose-cluster-capacity@sha256:7552b4adf5029946de27b76ca9fef463949401b9ec75a8e7dbea0c11cb3597a6_s390x",
        "relates_to_product_reference": "8Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-capacity@sha256:a90bc28dca99287a5d21953093d7a7934a7e96c1c64bc974076142c082e087b7_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "8Base-RHOSE-4.15:openshift4/ose-cluster-capacity@sha256:a90bc28dca99287a5d21953093d7a7934a7e96c1c64bc974076142c082e087b7_amd64"
        },
        "product_reference": "openshift4/ose-cluster-capacity@sha256:a90bc28dca99287a5d21953093d7a7934a7e96c1c64bc974076142c082e087b7_amd64",
        "relates_to_product_reference": "8Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-capacity@sha256:e181e980e0f72aa235ae538371402d11ca2f362f6b1c7f6ca4a58c068defdcde_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "8Base-RHOSE-4.15:openshift4/ose-cluster-capacity@sha256:e181e980e0f72aa235ae538371402d11ca2f362f6b1c7f6ca4a58c068defdcde_ppc64le"
        },
        "product_reference": "openshift4/ose-cluster-capacity@sha256:e181e980e0f72aa235ae538371402d11ca2f362f6b1c7f6ca4a58c068defdcde_ppc64le",
        "relates_to_product_reference": "8Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:3b96e01a1df7ad8ab0ebe6249ac2709bf938935ef5eb2bf30b2f595e1acd1db7_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "8Base-RHOSE-4.15:openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:3b96e01a1df7ad8ab0ebe6249ac2709bf938935ef5eb2bf30b2f595e1acd1db7_amd64"
        },
        "product_reference": "openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:3b96e01a1df7ad8ab0ebe6249ac2709bf938935ef5eb2bf30b2f595e1acd1db7_amd64",
        "relates_to_product_reference": "8Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:8d6bb352e3553553399e42cf422537eb2a245e64bec16459b1b103746d968186_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "8Base-RHOSE-4.15:openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:8d6bb352e3553553399e42cf422537eb2a245e64bec16459b1b103746d968186_ppc64le"
        },
        "product_reference": "openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:8d6bb352e3553553399e42cf422537eb2a245e64bec16459b1b103746d968186_ppc64le",
        "relates_to_product_reference": "8Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:cd1817fe5cfd8d08b49d804484e6d3274fdcfc893231725b44aac92ed9f9fc2a_s390x as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "8Base-RHOSE-4.15:openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:cd1817fe5cfd8d08b49d804484e6d3274fdcfc893231725b44aac92ed9f9fc2a_s390x"
        },
        "product_reference": "openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:cd1817fe5cfd8d08b49d804484e6d3274fdcfc893231725b44aac92ed9f9fc2a_s390x",
        "relates_to_product_reference": "8Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:f14c7316d0871fb015ab47858fb80c057966171bb7dc46d60d40371d312ad12d_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "8Base-RHOSE-4.15:openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:f14c7316d0871fb015ab47858fb80c057966171bb7dc46d60d40371d312ad12d_arm64"
        },
        "product_reference": "openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:f14c7316d0871fb015ab47858fb80c057966171bb7dc46d60d40371d312ad12d_arm64",
        "relates_to_product_reference": "8Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-egress-dns-proxy@sha256:5cadaca0e4350e77de36c2d4470f6a72ca49d28cb297282283008dd1868caf0a_s390x as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "8Base-RHOSE-4.15:openshift4/ose-egress-dns-proxy@sha256:5cadaca0e4350e77de36c2d4470f6a72ca49d28cb297282283008dd1868caf0a_s390x"
        },
        "product_reference": "openshift4/ose-egress-dns-proxy@sha256:5cadaca0e4350e77de36c2d4470f6a72ca49d28cb297282283008dd1868caf0a_s390x",
        "relates_to_product_reference": "8Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-egress-dns-proxy@sha256:621fa90f2cc53110c34d7eee247866cbbddfe8c9e8fbc1d48984965245115f7a_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "8Base-RHOSE-4.15:openshift4/ose-egress-dns-proxy@sha256:621fa90f2cc53110c34d7eee247866cbbddfe8c9e8fbc1d48984965245115f7a_amd64"
        },
        "product_reference": "openshift4/ose-egress-dns-proxy@sha256:621fa90f2cc53110c34d7eee247866cbbddfe8c9e8fbc1d48984965245115f7a_amd64",
        "relates_to_product_reference": "8Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-egress-dns-proxy@sha256:d3d7f28314bbfaba5f2698e7716748ffc9707ac307b1af78a6ebec28fa16509b_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "8Base-RHOSE-4.15:openshift4/ose-egress-dns-proxy@sha256:d3d7f28314bbfaba5f2698e7716748ffc9707ac307b1af78a6ebec28fa16509b_ppc64le"
        },
        "product_reference": "openshift4/ose-egress-dns-proxy@sha256:d3d7f28314bbfaba5f2698e7716748ffc9707ac307b1af78a6ebec28fa16509b_ppc64le",
        "relates_to_product_reference": "8Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-egress-dns-proxy@sha256:e94bc31d00fdb3c28d0deca9081b6956088db2444d7c1a1044af974c10a1cc58_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "8Base-RHOSE-4.15:openshift4/ose-egress-dns-proxy@sha256:e94bc31d00fdb3c28d0deca9081b6956088db2444d7c1a1044af974c10a1cc58_arm64"
        },
        "product_reference": "openshift4/ose-egress-dns-proxy@sha256:e94bc31d00fdb3c28d0deca9081b6956088db2444d7c1a1044af974c10a1cc58_arm64",
        "relates_to_product_reference": "8Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-egress-http-proxy@sha256:345358672b0ac915bdb8eaed36bfffb5b3bafa08b8d7dc3c424a6185812f45c4_s390x as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "8Base-RHOSE-4.15:openshift4/ose-egress-http-proxy@sha256:345358672b0ac915bdb8eaed36bfffb5b3bafa08b8d7dc3c424a6185812f45c4_s390x"
        },
        "product_reference": "openshift4/ose-egress-http-proxy@sha256:345358672b0ac915bdb8eaed36bfffb5b3bafa08b8d7dc3c424a6185812f45c4_s390x",
        "relates_to_product_reference": "8Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-egress-http-proxy@sha256:4817c4ba3a2c24ee91c9af8a8d0d9b3943d679bca6f56e369ed12876da02fe15_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "8Base-RHOSE-4.15:openshift4/ose-egress-http-proxy@sha256:4817c4ba3a2c24ee91c9af8a8d0d9b3943d679bca6f56e369ed12876da02fe15_ppc64le"
        },
        "product_reference": "openshift4/ose-egress-http-proxy@sha256:4817c4ba3a2c24ee91c9af8a8d0d9b3943d679bca6f56e369ed12876da02fe15_ppc64le",
        "relates_to_product_reference": "8Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-egress-http-proxy@sha256:50443d2cd25febaf4ebef17447de843ed30a55151c3a37396d185c8870840636_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "8Base-RHOSE-4.15:openshift4/ose-egress-http-proxy@sha256:50443d2cd25febaf4ebef17447de843ed30a55151c3a37396d185c8870840636_amd64"
        },
        "product_reference": "openshift4/ose-egress-http-proxy@sha256:50443d2cd25febaf4ebef17447de843ed30a55151c3a37396d185c8870840636_amd64",
        "relates_to_product_reference": "8Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-egress-http-proxy@sha256:5f1cd27259e1efe3f586ab358ca62b4b9a92828c72adfebc2f7c56b9165e1ea9_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "8Base-RHOSE-4.15:openshift4/ose-egress-http-proxy@sha256:5f1cd27259e1efe3f586ab358ca62b4b9a92828c72adfebc2f7c56b9165e1ea9_arm64"
        },
        "product_reference": "openshift4/ose-egress-http-proxy@sha256:5f1cd27259e1efe3f586ab358ca62b4b9a92828c72adfebc2f7c56b9165e1ea9_arm64",
        "relates_to_product_reference": "8Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-egress-router@sha256:201e59d30158874976960ca8722b9e5af688b072f7093d957e0c264989b78319_s390x as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "8Base-RHOSE-4.15:openshift4/ose-egress-router@sha256:201e59d30158874976960ca8722b9e5af688b072f7093d957e0c264989b78319_s390x"
        },
        "product_reference": "openshift4/ose-egress-router@sha256:201e59d30158874976960ca8722b9e5af688b072f7093d957e0c264989b78319_s390x",
        "relates_to_product_reference": "8Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-egress-router@sha256:254eb849b24c5d25afa09e62fe01f40258e0e530569aaa5b01aab07b48967fdb_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "8Base-RHOSE-4.15:openshift4/ose-egress-router@sha256:254eb849b24c5d25afa09e62fe01f40258e0e530569aaa5b01aab07b48967fdb_amd64"
        },
        "product_reference": "openshift4/ose-egress-router@sha256:254eb849b24c5d25afa09e62fe01f40258e0e530569aaa5b01aab07b48967fdb_amd64",
        "relates_to_product_reference": "8Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-egress-router@sha256:938f4c6c8336fb64889bd3fc05d50ac5c43a46c94451a56767f2f502ae516522_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "8Base-RHOSE-4.15:openshift4/ose-egress-router@sha256:938f4c6c8336fb64889bd3fc05d50ac5c43a46c94451a56767f2f502ae516522_ppc64le"
        },
        "product_reference": "openshift4/ose-egress-router@sha256:938f4c6c8336fb64889bd3fc05d50ac5c43a46c94451a56767f2f502ae516522_ppc64le",
        "relates_to_product_reference": "8Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-egress-router@sha256:b8adf22115d21e7cc7c5a73cef81393bb0000a263f80a8720f3288b712bccca3_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "8Base-RHOSE-4.15:openshift4/ose-egress-router@sha256:b8adf22115d21e7cc7c5a73cef81393bb0000a263f80a8720f3288b712bccca3_arm64"
        },
        "product_reference": "openshift4/ose-egress-router@sha256:b8adf22115d21e7cc7c5a73cef81393bb0000a263f80a8720f3288b712bccca3_arm64",
        "relates_to_product_reference": "8Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:56dca0c119524f9c0202e40a89afe3471d9a58dfe154d260d4d2fd1ebb36c578_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "8Base-RHOSE-4.15:openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:56dca0c119524f9c0202e40a89afe3471d9a58dfe154d260d4d2fd1ebb36c578_ppc64le"
        },
        "product_reference": "openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:56dca0c119524f9c0202e40a89afe3471d9a58dfe154d260d4d2fd1ebb36c578_ppc64le",
        "relates_to_product_reference": "8Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:755411978e520f53d81f96186971b987cb48fb06e161791718570598f9542d7d_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "8Base-RHOSE-4.15:openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:755411978e520f53d81f96186971b987cb48fb06e161791718570598f9542d7d_arm64"
        },
        "product_reference": "openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:755411978e520f53d81f96186971b987cb48fb06e161791718570598f9542d7d_arm64",
        "relates_to_product_reference": "8Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:c0b2d957f7e28d2484b7c96cbaa8f1fa39620f33a5f348b796e38e0e21096254_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "8Base-RHOSE-4.15:openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:c0b2d957f7e28d2484b7c96cbaa8f1fa39620f33a5f348b796e38e0e21096254_amd64"
        },
        "product_reference": "openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:c0b2d957f7e28d2484b7c96cbaa8f1fa39620f33a5f348b796e38e0e21096254_amd64",
        "relates_to_product_reference": "8Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:b3613e2c84b145e87db1e2da9aeb8d1e7346c6455dc2721245cdd6b613c04a12_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "8Base-RHOSE-4.15:openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:b3613e2c84b145e87db1e2da9aeb8d1e7346c6455dc2721245cdd6b613c04a12_ppc64le"
        },
        "product_reference": "openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:b3613e2c84b145e87db1e2da9aeb8d1e7346c6455dc2721245cdd6b613c04a12_ppc64le",
        "relates_to_product_reference": "8Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:bf6bdb4374daa7766c367c15a813f20c9f269b6611b78031ec9e0fe3aafb8271_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "8Base-RHOSE-4.15:openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:bf6bdb4374daa7766c367c15a813f20c9f269b6611b78031ec9e0fe3aafb8271_arm64"
        },
        "product_reference": "openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:bf6bdb4374daa7766c367c15a813f20c9f269b6611b78031ec9e0fe3aafb8271_arm64",
        "relates_to_product_reference": "8Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:fc64019e8a1bcbb5889ed9e3930e1ff46238e696c03a064156c4bc2181f42e47_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "8Base-RHOSE-4.15:openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:fc64019e8a1bcbb5889ed9e3930e1ff46238e696c03a064156c4bc2181f42e47_amd64"
        },
        "product_reference": "openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:fc64019e8a1bcbb5889ed9e3930e1ff46238e696c03a064156c4bc2181f42e47_amd64",
        "relates_to_product_reference": "8Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-helm-operator@sha256:46531d36474d230ed5db12d303d5c7ec6f61c5ad3ee7c040e1884184769833a1_s390x as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "8Base-RHOSE-4.15:openshift4/ose-helm-operator@sha256:46531d36474d230ed5db12d303d5c7ec6f61c5ad3ee7c040e1884184769833a1_s390x"
        },
        "product_reference": "openshift4/ose-helm-operator@sha256:46531d36474d230ed5db12d303d5c7ec6f61c5ad3ee7c040e1884184769833a1_s390x",
        "relates_to_product_reference": "8Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-helm-operator@sha256:7ad93888ce94c1f020772b0a443fdfcd7308a90748a72a7c39d7c85be649c392_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "8Base-RHOSE-4.15:openshift4/ose-helm-operator@sha256:7ad93888ce94c1f020772b0a443fdfcd7308a90748a72a7c39d7c85be649c392_amd64"
        },
        "product_reference": "openshift4/ose-helm-operator@sha256:7ad93888ce94c1f020772b0a443fdfcd7308a90748a72a7c39d7c85be649c392_amd64",
        "relates_to_product_reference": "8Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-helm-operator@sha256:9517897e4104b47c735a74ffc79591bb1d16ae0a4fda11ac466d3aa2f816a694_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "8Base-RHOSE-4.15:openshift4/ose-helm-operator@sha256:9517897e4104b47c735a74ffc79591bb1d16ae0a4fda11ac466d3aa2f816a694_arm64"
        },
        "product_reference": "openshift4/ose-helm-operator@sha256:9517897e4104b47c735a74ffc79591bb1d16ae0a4fda11ac466d3aa2f816a694_arm64",
        "relates_to_product_reference": "8Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-helm-operator@sha256:df7069a56a1edd404aa1176bbd37391346db8fd04ff6c2607c17698e8ea980d3_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "8Base-RHOSE-4.15:openshift4/ose-helm-operator@sha256:df7069a56a1edd404aa1176bbd37391346db8fd04ff6c2607c17698e8ea980d3_ppc64le"
        },
        "product_reference": "openshift4/ose-helm-operator@sha256:df7069a56a1edd404aa1176bbd37391346db8fd04ff6c2607c17698e8ea980d3_ppc64le",
        "relates_to_product_reference": "8Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-operator-sdk-rhel8@sha256:0de5d9fd41444abefae4fcba25c063e64d54424aeb7556eedf7b697101a630cd_s390x as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "8Base-RHOSE-4.15:openshift4/ose-operator-sdk-rhel8@sha256:0de5d9fd41444abefae4fcba25c063e64d54424aeb7556eedf7b697101a630cd_s390x"
        },
        "product_reference": "openshift4/ose-operator-sdk-rhel8@sha256:0de5d9fd41444abefae4fcba25c063e64d54424aeb7556eedf7b697101a630cd_s390x",
        "relates_to_product_reference": "8Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-operator-sdk-rhel8@sha256:9350da9681d46831a047bc6e03709939040755761f6ad350f3d4279acf9320fc_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "8Base-RHOSE-4.15:openshift4/ose-operator-sdk-rhel8@sha256:9350da9681d46831a047bc6e03709939040755761f6ad350f3d4279acf9320fc_ppc64le"
        },
        "product_reference": "openshift4/ose-operator-sdk-rhel8@sha256:9350da9681d46831a047bc6e03709939040755761f6ad350f3d4279acf9320fc_ppc64le",
        "relates_to_product_reference": "8Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-operator-sdk-rhel8@sha256:a6cb88ae408f25a0d438eeb79e61f1983231fccada83e7fccb4ff85817619df8_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "8Base-RHOSE-4.15:openshift4/ose-operator-sdk-rhel8@sha256:a6cb88ae408f25a0d438eeb79e61f1983231fccada83e7fccb4ff85817619df8_arm64"
        },
        "product_reference": "openshift4/ose-operator-sdk-rhel8@sha256:a6cb88ae408f25a0d438eeb79e61f1983231fccada83e7fccb4ff85817619df8_arm64",
        "relates_to_product_reference": "8Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-operator-sdk-rhel8@sha256:b6792eeb95f58cf9bbbf6732d64015836fbb2f96a56c2bcca939f7e4c4ce0647_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "8Base-RHOSE-4.15:openshift4/ose-operator-sdk-rhel8@sha256:b6792eeb95f58cf9bbbf6732d64015836fbb2f96a56c2bcca939f7e4c4ce0647_amd64"
        },
        "product_reference": "openshift4/ose-operator-sdk-rhel8@sha256:b6792eeb95f58cf9bbbf6732d64015836fbb2f96a56c2bcca939f7e4c4ce0647_amd64",
        "relates_to_product_reference": "8Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:7e0e8dfeb1ca9490c592b1247b70aaa9945a0a573bc7d6b00762603aafe4f50a_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "8Base-RHOSE-4.15:openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:7e0e8dfeb1ca9490c592b1247b70aaa9945a0a573bc7d6b00762603aafe4f50a_arm64"
        },
        "product_reference": "openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:7e0e8dfeb1ca9490c592b1247b70aaa9945a0a573bc7d6b00762603aafe4f50a_arm64",
        "relates_to_product_reference": "8Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:911f5c9019d97f069a5041820ffd0f318d35953c315d6594ce473dc9a7a36ae1_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "8Base-RHOSE-4.15:openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:911f5c9019d97f069a5041820ffd0f318d35953c315d6594ce473dc9a7a36ae1_amd64"
        },
        "product_reference": "openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:911f5c9019d97f069a5041820ffd0f318d35953c315d6594ce473dc9a7a36ae1_amd64",
        "relates_to_product_reference": "8Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:e5263316a0b69ee7d7459ff8441505a2aec38f9e372d4809ac742313b238617b_s390x as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "8Base-RHOSE-4.15:openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:e5263316a0b69ee7d7459ff8441505a2aec38f9e372d4809ac742313b238617b_s390x"
        },
        "product_reference": "openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:e5263316a0b69ee7d7459ff8441505a2aec38f9e372d4809ac742313b238617b_s390x",
        "relates_to_product_reference": "8Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:f110d9a9ddae804adc39f76153ebbab7ebcb30f051339471eb29a0eadfad3114_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "8Base-RHOSE-4.15:openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:f110d9a9ddae804adc39f76153ebbab7ebcb30f051339471eb29a0eadfad3114_ppc64le"
        },
        "product_reference": "openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:f110d9a9ddae804adc39f76153ebbab7ebcb30f051339471eb29a0eadfad3114_ppc64le",
        "relates_to_product_reference": "8Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-secrets-store-csi-driver-rhel8@sha256:4fd28de36dedf106694aa60d15ec5f71ee2f4248a8fe99c5eea83894f0990095_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "8Base-RHOSE-4.15:openshift4/ose-secrets-store-csi-driver-rhel8@sha256:4fd28de36dedf106694aa60d15ec5f71ee2f4248a8fe99c5eea83894f0990095_amd64"
        },
        "product_reference": "openshift4/ose-secrets-store-csi-driver-rhel8@sha256:4fd28de36dedf106694aa60d15ec5f71ee2f4248a8fe99c5eea83894f0990095_amd64",
        "relates_to_product_reference": "8Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-secrets-store-csi-driver-rhel8@sha256:8b31ba061fcbbc042923e06ff5c5365e25610bee8884700ef4f319b847d72336_s390x as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "8Base-RHOSE-4.15:openshift4/ose-secrets-store-csi-driver-rhel8@sha256:8b31ba061fcbbc042923e06ff5c5365e25610bee8884700ef4f319b847d72336_s390x"
        },
        "product_reference": "openshift4/ose-secrets-store-csi-driver-rhel8@sha256:8b31ba061fcbbc042923e06ff5c5365e25610bee8884700ef4f319b847d72336_s390x",
        "relates_to_product_reference": "8Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-secrets-store-csi-driver-rhel8@sha256:9e74e1668e85829827b8422ef1074c3c708407e0694481dea72f88dc73cf9a69_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "8Base-RHOSE-4.15:openshift4/ose-secrets-store-csi-driver-rhel8@sha256:9e74e1668e85829827b8422ef1074c3c708407e0694481dea72f88dc73cf9a69_ppc64le"
        },
        "product_reference": "openshift4/ose-secrets-store-csi-driver-rhel8@sha256:9e74e1668e85829827b8422ef1074c3c708407e0694481dea72f88dc73cf9a69_ppc64le",
        "relates_to_product_reference": "8Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-secrets-store-csi-driver-rhel8@sha256:e406d0d0f8b7c7d68906df3fb80e5b1c238d7619138aa5a218fdf0ddc870263e_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "8Base-RHOSE-4.15:openshift4/ose-secrets-store-csi-driver-rhel8@sha256:e406d0d0f8b7c7d68906df3fb80e5b1c238d7619138aa5a218fdf0ddc870263e_arm64"
        },
        "product_reference": "openshift4/ose-secrets-store-csi-driver-rhel8@sha256:e406d0d0f8b7c7d68906df3fb80e5b1c238d7619138aa5a218fdf0ddc870263e_arm64",
        "relates_to_product_reference": "8Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:50773a425d4ad622446fc0dc73ae29d5641b6e03c7573fe7b2c8162d9d672363_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "8Base-RHOSE-4.15:openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:50773a425d4ad622446fc0dc73ae29d5641b6e03c7573fe7b2c8162d9d672363_arm64"
        },
        "product_reference": "openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:50773a425d4ad622446fc0dc73ae29d5641b6e03c7573fe7b2c8162d9d672363_arm64",
        "relates_to_product_reference": "8Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:78df5ff7e7c41e5e357429440722f5ba81c2885aba3a45cebf09a1a1f87b1958_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "8Base-RHOSE-4.15:openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:78df5ff7e7c41e5e357429440722f5ba81c2885aba3a45cebf09a1a1f87b1958_amd64"
        },
        "product_reference": "openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:78df5ff7e7c41e5e357429440722f5ba81c2885aba3a45cebf09a1a1f87b1958_amd64",
        "relates_to_product_reference": "8Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:adba6365971eceb436fff6365c982f5fdfef559f48035e453d55f961f86d9b61_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "8Base-RHOSE-4.15:openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:adba6365971eceb436fff6365c982f5fdfef559f48035e453d55f961f86d9b61_ppc64le"
        },
        "product_reference": "openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:adba6365971eceb436fff6365c982f5fdfef559f48035e453d55f961f86d9b61_ppc64le",
        "relates_to_product_reference": "8Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:d8d06ccdaad6907a56545b49dfeaf3c8dd54d0b4cb4e964496d29b16b2ef6f63_s390x as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "8Base-RHOSE-4.15:openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:d8d06ccdaad6907a56545b49dfeaf3c8dd54d0b4cb4e964496d29b16b2ef6f63_s390x"
        },
        "product_reference": "openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:d8d06ccdaad6907a56545b49dfeaf3c8dd54d0b4cb4e964496d29b16b2ef6f63_s390x",
        "relates_to_product_reference": "8Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ptp-must-gather-rhel8@sha256:033d6aee516ccecdb12433cf7820fd23db24d117977d5fe3cd96307c706bd8e1_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "8Base-RHOSE-4.15:openshift4/ptp-must-gather-rhel8@sha256:033d6aee516ccecdb12433cf7820fd23db24d117977d5fe3cd96307c706bd8e1_ppc64le"
        },
        "product_reference": "openshift4/ptp-must-gather-rhel8@sha256:033d6aee516ccecdb12433cf7820fd23db24d117977d5fe3cd96307c706bd8e1_ppc64le",
        "relates_to_product_reference": "8Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ptp-must-gather-rhel8@sha256:22896ca9bee85e551b874b9beddfb056c97dd9a0634438a0db28bd6def9fa50d_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "8Base-RHOSE-4.15:openshift4/ptp-must-gather-rhel8@sha256:22896ca9bee85e551b874b9beddfb056c97dd9a0634438a0db28bd6def9fa50d_amd64"
        },
        "product_reference": "openshift4/ptp-must-gather-rhel8@sha256:22896ca9bee85e551b874b9beddfb056c97dd9a0634438a0db28bd6def9fa50d_amd64",
        "relates_to_product_reference": "8Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ptp-must-gather-rhel8@sha256:d543fb6bc71d934e47a3a8f1f4024d859b522bf11f8b82a51395038a31d6c41d_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "8Base-RHOSE-4.15:openshift4/ptp-must-gather-rhel8@sha256:d543fb6bc71d934e47a3a8f1f4024d859b522bf11f8b82a51395038a31d6c41d_arm64"
        },
        "product_reference": "openshift4/ptp-must-gather-rhel8@sha256:d543fb6bc71d934e47a3a8f1f4024d859b522bf11f8b82a51395038a31d6c41d_arm64",
        "relates_to_product_reference": "8Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/frr-rhel9@sha256:1efa9ef3859959f111f902eef152e71ef0c51f09debc58bf74982650e0ba5e39_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "9Base-RHOSE-4.15:openshift4/frr-rhel9@sha256:1efa9ef3859959f111f902eef152e71ef0c51f09debc58bf74982650e0ba5e39_ppc64le"
        },
        "product_reference": "openshift4/frr-rhel9@sha256:1efa9ef3859959f111f902eef152e71ef0c51f09debc58bf74982650e0ba5e39_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/frr-rhel9@sha256:3863d04a853fbd6f3864dbe7ab63ddc56b2a0732187ec550a00e993a4110fdec_s390x as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "9Base-RHOSE-4.15:openshift4/frr-rhel9@sha256:3863d04a853fbd6f3864dbe7ab63ddc56b2a0732187ec550a00e993a4110fdec_s390x"
        },
        "product_reference": "openshift4/frr-rhel9@sha256:3863d04a853fbd6f3864dbe7ab63ddc56b2a0732187ec550a00e993a4110fdec_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/frr-rhel9@sha256:b755f787a9871f6c22b37edfcb98cbc8e5299747c46147e839759bb320e22e52_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "9Base-RHOSE-4.15:openshift4/frr-rhel9@sha256:b755f787a9871f6c22b37edfcb98cbc8e5299747c46147e839759bb320e22e52_arm64"
        },
        "product_reference": "openshift4/frr-rhel9@sha256:b755f787a9871f6c22b37edfcb98cbc8e5299747c46147e839759bb320e22e52_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/frr-rhel9@sha256:eb19c44c82805847ef154882d684a79e80ecb4234e91b21d11b13017c5902191_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "9Base-RHOSE-4.15:openshift4/frr-rhel9@sha256:eb19c44c82805847ef154882d684a79e80ecb4234e91b21d11b13017c5902191_amd64"
        },
        "product_reference": "openshift4/frr-rhel9@sha256:eb19c44c82805847ef154882d684a79e80ecb4234e91b21d11b13017c5902191_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ingress-node-firewall-rhel9-operator@sha256:2ab1d2f41b096744f8c1253b093f37967667a72463145b3a1966567326b9905d_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "9Base-RHOSE-4.15:openshift4/ingress-node-firewall-rhel9-operator@sha256:2ab1d2f41b096744f8c1253b093f37967667a72463145b3a1966567326b9905d_amd64"
        },
        "product_reference": "openshift4/ingress-node-firewall-rhel9-operator@sha256:2ab1d2f41b096744f8c1253b093f37967667a72463145b3a1966567326b9905d_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ingress-node-firewall-rhel9-operator@sha256:c12c4aa9cc5bbf462b0fbd7b796a595f15e1e14cd541db1666275414b0e027ee_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "9Base-RHOSE-4.15:openshift4/ingress-node-firewall-rhel9-operator@sha256:c12c4aa9cc5bbf462b0fbd7b796a595f15e1e14cd541db1666275414b0e027ee_arm64"
        },
        "product_reference": "openshift4/ingress-node-firewall-rhel9-operator@sha256:c12c4aa9cc5bbf462b0fbd7b796a595f15e1e14cd541db1666275414b0e027ee_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ingress-node-firewall-rhel9-operator@sha256:c1c8d40c5dcaa0d3268d60e14b59ea2e343aa2d2b7c8531f175b1fcdd6c1f22c_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "9Base-RHOSE-4.15:openshift4/ingress-node-firewall-rhel9-operator@sha256:c1c8d40c5dcaa0d3268d60e14b59ea2e343aa2d2b7c8531f175b1fcdd6c1f22c_ppc64le"
        },
        "product_reference": "openshift4/ingress-node-firewall-rhel9-operator@sha256:c1c8d40c5dcaa0d3268d60e14b59ea2e343aa2d2b7c8531f175b1fcdd6c1f22c_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ingress-node-firewall-rhel9-operator@sha256:d09efd61aeec487805dc08407b3572ba1dfaffdd96a58827749adfd64882c3ce_s390x as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "9Base-RHOSE-4.15:openshift4/ingress-node-firewall-rhel9-operator@sha256:d09efd61aeec487805dc08407b3572ba1dfaffdd96a58827749adfd64882c3ce_s390x"
        },
        "product_reference": "openshift4/ingress-node-firewall-rhel9-operator@sha256:d09efd61aeec487805dc08407b3572ba1dfaffdd96a58827749adfd64882c3ce_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ingress-node-firewall-rhel9@sha256:3c7057f7ee070780187d3fdadb55c1c2406d5b15f7dac8cbf6a69ec8779aa672_s390x as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "9Base-RHOSE-4.15:openshift4/ingress-node-firewall-rhel9@sha256:3c7057f7ee070780187d3fdadb55c1c2406d5b15f7dac8cbf6a69ec8779aa672_s390x"
        },
        "product_reference": "openshift4/ingress-node-firewall-rhel9@sha256:3c7057f7ee070780187d3fdadb55c1c2406d5b15f7dac8cbf6a69ec8779aa672_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ingress-node-firewall-rhel9@sha256:63ac6597616a523c5f7d2f18193dc9d1e7433935ee765c7b4bcf39bd6a5e121e_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "9Base-RHOSE-4.15:openshift4/ingress-node-firewall-rhel9@sha256:63ac6597616a523c5f7d2f18193dc9d1e7433935ee765c7b4bcf39bd6a5e121e_arm64"
        },
        "product_reference": "openshift4/ingress-node-firewall-rhel9@sha256:63ac6597616a523c5f7d2f18193dc9d1e7433935ee765c7b4bcf39bd6a5e121e_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ingress-node-firewall-rhel9@sha256:6ec5befb1cd3a67925f951ea6e6a39a080f9f01c60efd9cb34d7760c739457bd_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "9Base-RHOSE-4.15:openshift4/ingress-node-firewall-rhel9@sha256:6ec5befb1cd3a67925f951ea6e6a39a080f9f01c60efd9cb34d7760c739457bd_amd64"
        },
        "product_reference": "openshift4/ingress-node-firewall-rhel9@sha256:6ec5befb1cd3a67925f951ea6e6a39a080f9f01c60efd9cb34d7760c739457bd_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ingress-node-firewall-rhel9@sha256:a23907aaefff390b03cd5d90237143fdf5b87a0f522fffbdcd8296cbde37c47d_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "9Base-RHOSE-4.15:openshift4/ingress-node-firewall-rhel9@sha256:a23907aaefff390b03cd5d90237143fdf5b87a0f522fffbdcd8296cbde37c47d_ppc64le"
        },
        "product_reference": "openshift4/ingress-node-firewall-rhel9@sha256:a23907aaefff390b03cd5d90237143fdf5b87a0f522fffbdcd8296cbde37c47d_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:4ec257618cd5d28ee707fec73c98725110b5de9158f0cd3fcbee60f83996e965_s390x as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "9Base-RHOSE-4.15:openshift4/kubernetes-nmstate-rhel9-operator@sha256:4ec257618cd5d28ee707fec73c98725110b5de9158f0cd3fcbee60f83996e965_s390x"
        },
        "product_reference": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:4ec257618cd5d28ee707fec73c98725110b5de9158f0cd3fcbee60f83996e965_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:5be0460ac8a2fae55c5488aa0f0ff6511d629fdb3758ce4dd68caab3abe9ae42_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "9Base-RHOSE-4.15:openshift4/kubernetes-nmstate-rhel9-operator@sha256:5be0460ac8a2fae55c5488aa0f0ff6511d629fdb3758ce4dd68caab3abe9ae42_amd64"
        },
        "product_reference": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:5be0460ac8a2fae55c5488aa0f0ff6511d629fdb3758ce4dd68caab3abe9ae42_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:9b7805668b95e395d0fb7d689b0257072b0a95b8acea70e16282192e3985db25_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "9Base-RHOSE-4.15:openshift4/kubernetes-nmstate-rhel9-operator@sha256:9b7805668b95e395d0fb7d689b0257072b0a95b8acea70e16282192e3985db25_arm64"
        },
        "product_reference": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:9b7805668b95e395d0fb7d689b0257072b0a95b8acea70e16282192e3985db25_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:b29db9660ba47458eb6f53b515a5901bc09f1109bc9fd84fa3a5003fcf6adaef_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "9Base-RHOSE-4.15:openshift4/kubernetes-nmstate-rhel9-operator@sha256:b29db9660ba47458eb6f53b515a5901bc09f1109bc9fd84fa3a5003fcf6adaef_ppc64le"
        },
        "product_reference": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:b29db9660ba47458eb6f53b515a5901bc09f1109bc9fd84fa3a5003fcf6adaef_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/metallb-rhel9-operator@sha256:5d628ba28b7e362b950717949a3caa7001f47f8abc4c832f03f52da5c27d2395_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "9Base-RHOSE-4.15:openshift4/metallb-rhel9-operator@sha256:5d628ba28b7e362b950717949a3caa7001f47f8abc4c832f03f52da5c27d2395_arm64"
        },
        "product_reference": "openshift4/metallb-rhel9-operator@sha256:5d628ba28b7e362b950717949a3caa7001f47f8abc4c832f03f52da5c27d2395_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/metallb-rhel9-operator@sha256:73c248853e386c1f6b94f9a43650500c0bf0ab1e006f5e0e3f7895dc080a1342_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "9Base-RHOSE-4.15:openshift4/metallb-rhel9-operator@sha256:73c248853e386c1f6b94f9a43650500c0bf0ab1e006f5e0e3f7895dc080a1342_amd64"
        },
        "product_reference": "openshift4/metallb-rhel9-operator@sha256:73c248853e386c1f6b94f9a43650500c0bf0ab1e006f5e0e3f7895dc080a1342_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/metallb-rhel9-operator@sha256:755bc8397cf9d4a262c90a936639b8c7833417c18932efb497763fca02a414dd_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "9Base-RHOSE-4.15:openshift4/metallb-rhel9-operator@sha256:755bc8397cf9d4a262c90a936639b8c7833417c18932efb497763fca02a414dd_ppc64le"
        },
        "product_reference": "openshift4/metallb-rhel9-operator@sha256:755bc8397cf9d4a262c90a936639b8c7833417c18932efb497763fca02a414dd_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/metallb-rhel9-operator@sha256:bc68e9259bfcc7b07fa5a842c4ad107c7bd7038d128e7a61df9b450e7e13ed67_s390x as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "9Base-RHOSE-4.15:openshift4/metallb-rhel9-operator@sha256:bc68e9259bfcc7b07fa5a842c4ad107c7bd7038d128e7a61df9b450e7e13ed67_s390x"
        },
        "product_reference": "openshift4/metallb-rhel9-operator@sha256:bc68e9259bfcc7b07fa5a842c4ad107c7bd7038d128e7a61df9b450e7e13ed67_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/metallb-rhel9@sha256:1ddb2c53e2f570c6cd123ebcc7947a1895c3468c6212a98b78a07d2e02d566ce_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "9Base-RHOSE-4.15:openshift4/metallb-rhel9@sha256:1ddb2c53e2f570c6cd123ebcc7947a1895c3468c6212a98b78a07d2e02d566ce_arm64"
        },
        "product_reference": "openshift4/metallb-rhel9@sha256:1ddb2c53e2f570c6cd123ebcc7947a1895c3468c6212a98b78a07d2e02d566ce_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/metallb-rhel9@sha256:2fd1c94702dac3d9f08e14b704e6a78261b9fa487a07d1228cd71c09eb7d8b88_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "9Base-RHOSE-4.15:openshift4/metallb-rhel9@sha256:2fd1c94702dac3d9f08e14b704e6a78261b9fa487a07d1228cd71c09eb7d8b88_ppc64le"
        },
        "product_reference": "openshift4/metallb-rhel9@sha256:2fd1c94702dac3d9f08e14b704e6a78261b9fa487a07d1228cd71c09eb7d8b88_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/metallb-rhel9@sha256:6aa902dda59e2a3871ce37ed62351ee2330c87233afc88e05c595fd2367224f2_s390x as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "9Base-RHOSE-4.15:openshift4/metallb-rhel9@sha256:6aa902dda59e2a3871ce37ed62351ee2330c87233afc88e05c595fd2367224f2_s390x"
        },
        "product_reference": "openshift4/metallb-rhel9@sha256:6aa902dda59e2a3871ce37ed62351ee2330c87233afc88e05c595fd2367224f2_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/metallb-rhel9@sha256:76bfc2a904858c562adb338cdb190020ca69d159c32e2757fda6e340dfd09058_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "9Base-RHOSE-4.15:openshift4/metallb-rhel9@sha256:76bfc2a904858c562adb338cdb190020ca69d159c32e2757fda6e340dfd09058_amd64"
        },
        "product_reference": "openshift4/metallb-rhel9@sha256:76bfc2a904858c562adb338cdb190020ca69d159c32e2757fda6e340dfd09058_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:37b431ea690884831eba350b1720fc69c65860ba4a02fe64c77828edb888e8d3_s390x as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "9Base-RHOSE-4.15:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:37b431ea690884831eba350b1720fc69c65860ba4a02fe64c77828edb888e8d3_s390x"
        },
        "product_reference": "openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:37b431ea690884831eba350b1720fc69c65860ba4a02fe64c77828edb888e8d3_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:3deca51f47e3bed16048fddd5c1fc8acb01ba5231d02b78af4ca4988c714d91a_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "9Base-RHOSE-4.15:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:3deca51f47e3bed16048fddd5c1fc8acb01ba5231d02b78af4ca4988c714d91a_ppc64le"
        },
        "product_reference": "openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:3deca51f47e3bed16048fddd5c1fc8acb01ba5231d02b78af4ca4988c714d91a_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:4ba6c221cc34f3674773fb8c1d32cd2c1e308a57e893e27a0e76ef24bb7010ea_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "9Base-RHOSE-4.15:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:4ba6c221cc34f3674773fb8c1d32cd2c1e308a57e893e27a0e76ef24bb7010ea_amd64"
        },
        "product_reference": "openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:4ba6c221cc34f3674773fb8c1d32cd2c1e308a57e893e27a0e76ef24bb7010ea_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6a7ec6c0d8c8a7662cba34a63b1cfd855f6bb288cc8b4f6f3f9451692d808268_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "9Base-RHOSE-4.15:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6a7ec6c0d8c8a7662cba34a63b1cfd855f6bb288cc8b4f6f3f9451692d808268_arm64"
        },
        "product_reference": "openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6a7ec6c0d8c8a7662cba34a63b1cfd855f6bb288cc8b4f6f3f9451692d808268_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cloud-event-proxy-rhel9@sha256:ad39b429939ecdd6d2298b6c6aceab6e3158e819f33e8830c16d42b9f696b5aa_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "9Base-RHOSE-4.15:openshift4/ose-cloud-event-proxy-rhel9@sha256:ad39b429939ecdd6d2298b6c6aceab6e3158e819f33e8830c16d42b9f696b5aa_amd64"
        },
        "product_reference": "openshift4/ose-cloud-event-proxy-rhel9@sha256:ad39b429939ecdd6d2298b6c6aceab6e3158e819f33e8830c16d42b9f696b5aa_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cloud-event-proxy-rhel9@sha256:b6d65cbbc114f19302fe7e6eb9ca2999c16878742801c292aea76f46e072f469_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "9Base-RHOSE-4.15:openshift4/ose-cloud-event-proxy-rhel9@sha256:b6d65cbbc114f19302fe7e6eb9ca2999c16878742801c292aea76f46e072f469_ppc64le"
        },
        "product_reference": "openshift4/ose-cloud-event-proxy-rhel9@sha256:b6d65cbbc114f19302fe7e6eb9ca2999c16878742801c292aea76f46e072f469_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cloud-event-proxy-rhel9@sha256:bdbc74db5d3fd278a3f5d051e58f3b1b81d203baf9726ae357ae1f372c45d753_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "9Base-RHOSE-4.15:openshift4/ose-cloud-event-proxy-rhel9@sha256:bdbc74db5d3fd278a3f5d051e58f3b1b81d203baf9726ae357ae1f372c45d753_arm64"
        },
        "product_reference": "openshift4/ose-cloud-event-proxy-rhel9@sha256:bdbc74db5d3fd278a3f5d051e58f3b1b81d203baf9726ae357ae1f372c45d753_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-nfd-rhel9-operator@sha256:06756827ca7009cbf006c77b81d928c99b865251b3d03c0d8954dd3409b6de17_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "9Base-RHOSE-4.15:openshift4/ose-cluster-nfd-rhel9-operator@sha256:06756827ca7009cbf006c77b81d928c99b865251b3d03c0d8954dd3409b6de17_ppc64le"
        },
        "product_reference": "openshift4/ose-cluster-nfd-rhel9-operator@sha256:06756827ca7009cbf006c77b81d928c99b865251b3d03c0d8954dd3409b6de17_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-nfd-rhel9-operator@sha256:13947efa51313aab2703631b77a0857f14863ee95e80e718b58088d567eb1f40_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "9Base-RHOSE-4.15:openshift4/ose-cluster-nfd-rhel9-operator@sha256:13947efa51313aab2703631b77a0857f14863ee95e80e718b58088d567eb1f40_amd64"
        },
        "product_reference": "openshift4/ose-cluster-nfd-rhel9-operator@sha256:13947efa51313aab2703631b77a0857f14863ee95e80e718b58088d567eb1f40_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-nfd-rhel9-operator@sha256:45da407fa7d24d9ab28737ef8177f9855c0350981a05888b0d024d1ef7a9ac09_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "9Base-RHOSE-4.15:openshift4/ose-cluster-nfd-rhel9-operator@sha256:45da407fa7d24d9ab28737ef8177f9855c0350981a05888b0d024d1ef7a9ac09_arm64"
        },
        "product_reference": "openshift4/ose-cluster-nfd-rhel9-operator@sha256:45da407fa7d24d9ab28737ef8177f9855c0350981a05888b0d024d1ef7a9ac09_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-nfd-rhel9-operator@sha256:7c76a5bc64243baed15bfaebc22512f05b2aeb0613722f1228dd7c358d0af54f_s390x as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "9Base-RHOSE-4.15:openshift4/ose-cluster-nfd-rhel9-operator@sha256:7c76a5bc64243baed15bfaebc22512f05b2aeb0613722f1228dd7c358d0af54f_s390x"
        },
        "product_reference": "openshift4/ose-cluster-nfd-rhel9-operator@sha256:7c76a5bc64243baed15bfaebc22512f05b2aeb0613722f1228dd7c358d0af54f_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:5c773762284a4cde5281b3fc5be7390ca2eef5a1eba297a285bb6d4b393269b6_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "9Base-RHOSE-4.15:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:5c773762284a4cde5281b3fc5be7390ca2eef5a1eba297a285bb6d4b393269b6_amd64"
        },
        "product_reference": "openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:5c773762284a4cde5281b3fc5be7390ca2eef5a1eba297a285bb6d4b393269b6_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:7c75245cb41cc49b5baee209daf721de11d9e473368d742228c4b37631fb29fd_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "9Base-RHOSE-4.15:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:7c75245cb41cc49b5baee209daf721de11d9e473368d742228c4b37631fb29fd_ppc64le"
        },
        "product_reference": "openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:7c75245cb41cc49b5baee209daf721de11d9e473368d742228c4b37631fb29fd_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:937493d85d3a6e4937d4c10660eb301f37f7d41130804284cc336fa3fa10694c_s390x as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "9Base-RHOSE-4.15:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:937493d85d3a6e4937d4c10660eb301f37f7d41130804284cc336fa3fa10694c_s390x"
        },
        "product_reference": "openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:937493d85d3a6e4937d4c10660eb301f37f7d41130804284cc336fa3fa10694c_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:fb3f2a263692719b11d69a47194dc46d1b1047a05546543d972f8e80ecb1fb20_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "9Base-RHOSE-4.15:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:fb3f2a263692719b11d69a47194dc46d1b1047a05546543d972f8e80ecb1fb20_arm64"
        },
        "product_reference": "openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:fb3f2a263692719b11d69a47194dc46d1b1047a05546543d972f8e80ecb1fb20_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-clusterresourceoverride-rhel9@sha256:51663cc34cce039e548b0086dc655aa3a212612e818d913018625e76d69f8dd5_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "9Base-RHOSE-4.15:openshift4/ose-clusterresourceoverride-rhel9@sha256:51663cc34cce039e548b0086dc655aa3a212612e818d913018625e76d69f8dd5_arm64"
        },
        "product_reference": "openshift4/ose-clusterresourceoverride-rhel9@sha256:51663cc34cce039e548b0086dc655aa3a212612e818d913018625e76d69f8dd5_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-clusterresourceoverride-rhel9@sha256:53715feeb52c89f340450f781101f003c4892b02e716f045f4898b51578e7237_s390x as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "9Base-RHOSE-4.15:openshift4/ose-clusterresourceoverride-rhel9@sha256:53715feeb52c89f340450f781101f003c4892b02e716f045f4898b51578e7237_s390x"
        },
        "product_reference": "openshift4/ose-clusterresourceoverride-rhel9@sha256:53715feeb52c89f340450f781101f003c4892b02e716f045f4898b51578e7237_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-clusterresourceoverride-rhel9@sha256:bef01bea78003b7446e2a914ae8d2ff85f31cac08300cef89206cc6f9c18fe66_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "9Base-RHOSE-4.15:openshift4/ose-clusterresourceoverride-rhel9@sha256:bef01bea78003b7446e2a914ae8d2ff85f31cac08300cef89206cc6f9c18fe66_ppc64le"
        },
        "product_reference": "openshift4/ose-clusterresourceoverride-rhel9@sha256:bef01bea78003b7446e2a914ae8d2ff85f31cac08300cef89206cc6f9c18fe66_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-clusterresourceoverride-rhel9@sha256:e8763e67c471fd62ae3f11ae1ae4984177951ed229267384c0ebb74a80896c15_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "9Base-RHOSE-4.15:openshift4/ose-clusterresourceoverride-rhel9@sha256:e8763e67c471fd62ae3f11ae1ae4984177951ed229267384c0ebb74a80896c15_amd64"
        },
        "product_reference": "openshift4/ose-clusterresourceoverride-rhel9@sha256:e8763e67c471fd62ae3f11ae1ae4984177951ed229267384c0ebb74a80896c15_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:3c46808ece35519fd4dc204696dc940c270e1ec7196780c9011a6150858cbc8f_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "9Base-RHOSE-4.15:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:3c46808ece35519fd4dc204696dc940c270e1ec7196780c9011a6150858cbc8f_arm64"
        },
        "product_reference": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:3c46808ece35519fd4dc204696dc940c270e1ec7196780c9011a6150858cbc8f_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:742f39b9e077e4e3c75651afdc33ce32ecc356306aec01f5ca98ccec2c748f1d_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "9Base-RHOSE-4.15:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:742f39b9e077e4e3c75651afdc33ce32ecc356306aec01f5ca98ccec2c748f1d_amd64"
        },
        "product_reference": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:742f39b9e077e4e3c75651afdc33ce32ecc356306aec01f5ca98ccec2c748f1d_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:8b8d17b79e8c3fa7357db94cb6308bf2df368bd80e4dc84a9c7dbf4423c8e11a_s390x as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "9Base-RHOSE-4.15:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:8b8d17b79e8c3fa7357db94cb6308bf2df368bd80e4dc84a9c7dbf4423c8e11a_s390x"
        },
        "product_reference": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:8b8d17b79e8c3fa7357db94cb6308bf2df368bd80e4dc84a9c7dbf4423c8e11a_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:da4c7e227651665af575b9be0bcdf07f7b638cf9b615681088be9150eac528f6_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "9Base-RHOSE-4.15:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:da4c7e227651665af575b9be0bcdf07f7b638cf9b615681088be9150eac528f6_ppc64le"
        },
        "product_reference": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:da4c7e227651665af575b9be0bcdf07f7b638cf9b615681088be9150eac528f6_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-local-storage-diskmaker-rhel9@sha256:46fab721832d7ca9593434d438a8e75c5c7574b2e59ed4aecc3e36d6b273cd17_s390x as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "9Base-RHOSE-4.15:openshift4/ose-local-storage-diskmaker-rhel9@sha256:46fab721832d7ca9593434d438a8e75c5c7574b2e59ed4aecc3e36d6b273cd17_s390x"
        },
        "product_reference": "openshift4/ose-local-storage-diskmaker-rhel9@sha256:46fab721832d7ca9593434d438a8e75c5c7574b2e59ed4aecc3e36d6b273cd17_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-local-storage-diskmaker-rhel9@sha256:6e6b7975d12b682dafb1292f609ae1640edba88abccbeff401681c204b777a28_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "9Base-RHOSE-4.15:openshift4/ose-local-storage-diskmaker-rhel9@sha256:6e6b7975d12b682dafb1292f609ae1640edba88abccbeff401681c204b777a28_amd64"
        },
        "product_reference": "openshift4/ose-local-storage-diskmaker-rhel9@sha256:6e6b7975d12b682dafb1292f609ae1640edba88abccbeff401681c204b777a28_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-local-storage-diskmaker-rhel9@sha256:8de0165780ce576be459a561e0945d2c61833811540ae060dd1a2502e5090c05_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "9Base-RHOSE-4.15:openshift4/ose-local-storage-diskmaker-rhel9@sha256:8de0165780ce576be459a561e0945d2c61833811540ae060dd1a2502e5090c05_arm64"
        },
        "product_reference": "openshift4/ose-local-storage-diskmaker-rhel9@sha256:8de0165780ce576be459a561e0945d2c61833811540ae060dd1a2502e5090c05_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-local-storage-diskmaker-rhel9@sha256:f653d03d5caa1de2435fefcecfb629af74639915296352947d6743ae3c73b225_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "9Base-RHOSE-4.15:openshift4/ose-local-storage-diskmaker-rhel9@sha256:f653d03d5caa1de2435fefcecfb629af74639915296352947d6743ae3c73b225_ppc64le"
        },
        "product_reference": "openshift4/ose-local-storage-diskmaker-rhel9@sha256:f653d03d5caa1de2435fefcecfb629af74639915296352947d6743ae3c73b225_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-local-storage-mustgather-rhel9@sha256:488d8848cc0281deea9069f349471efb9af5b862c04fe5ec52b9b0cc5a82ac69_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "9Base-RHOSE-4.15:openshift4/ose-local-storage-mustgather-rhel9@sha256:488d8848cc0281deea9069f349471efb9af5b862c04fe5ec52b9b0cc5a82ac69_ppc64le"
        },
        "product_reference": "openshift4/ose-local-storage-mustgather-rhel9@sha256:488d8848cc0281deea9069f349471efb9af5b862c04fe5ec52b9b0cc5a82ac69_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-local-storage-mustgather-rhel9@sha256:51ad14ea62423c524f66bbade04273162e5047f0e7704b8c91d7c5b89e1c26b7_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "9Base-RHOSE-4.15:openshift4/ose-local-storage-mustgather-rhel9@sha256:51ad14ea62423c524f66bbade04273162e5047f0e7704b8c91d7c5b89e1c26b7_arm64"
        },
        "product_reference": "openshift4/ose-local-storage-mustgather-rhel9@sha256:51ad14ea62423c524f66bbade04273162e5047f0e7704b8c91d7c5b89e1c26b7_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-local-storage-mustgather-rhel9@sha256:92c31191d397994dfd05ca376181fc93d28c4c6757a466b56163000093c5519c_s390x as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "9Base-RHOSE-4.15:openshift4/ose-local-storage-mustgather-rhel9@sha256:92c31191d397994dfd05ca376181fc93d28c4c6757a466b56163000093c5519c_s390x"
        },
        "product_reference": "openshift4/ose-local-storage-mustgather-rhel9@sha256:92c31191d397994dfd05ca376181fc93d28c4c6757a466b56163000093c5519c_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-local-storage-mustgather-rhel9@sha256:b3dfffcfce1e085c28f64fda04fd94bc34567458522c5e8756b6520cdc4650bf_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "9Base-RHOSE-4.15:openshift4/ose-local-storage-mustgather-rhel9@sha256:b3dfffcfce1e085c28f64fda04fd94bc34567458522c5e8756b6520cdc4650bf_amd64"
        },
        "product_reference": "openshift4/ose-local-storage-mustgather-rhel9@sha256:b3dfffcfce1e085c28f64fda04fd94bc34567458522c5e8756b6520cdc4650bf_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-local-storage-rhel9-operator@sha256:1e6c42529871cbfef2e2d1ab398d19c3cbe6c3a096ec6db4d40ef15dc642e4d0_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "9Base-RHOSE-4.15:openshift4/ose-local-storage-rhel9-operator@sha256:1e6c42529871cbfef2e2d1ab398d19c3cbe6c3a096ec6db4d40ef15dc642e4d0_amd64"
        },
        "product_reference": "openshift4/ose-local-storage-rhel9-operator@sha256:1e6c42529871cbfef2e2d1ab398d19c3cbe6c3a096ec6db4d40ef15dc642e4d0_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-local-storage-rhel9-operator@sha256:31d562a8fd72f9f139f5c6317e0c83e6ab54a3fc582f493eb7357d807b0d6e20_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "9Base-RHOSE-4.15:openshift4/ose-local-storage-rhel9-operator@sha256:31d562a8fd72f9f139f5c6317e0c83e6ab54a3fc582f493eb7357d807b0d6e20_arm64"
        },
        "product_reference": "openshift4/ose-local-storage-rhel9-operator@sha256:31d562a8fd72f9f139f5c6317e0c83e6ab54a3fc582f493eb7357d807b0d6e20_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-local-storage-rhel9-operator@sha256:52c8d488d4a635460d2369803f469a5586f019e9ef912442ce8920afa58a94bd_s390x as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "9Base-RHOSE-4.15:openshift4/ose-local-storage-rhel9-operator@sha256:52c8d488d4a635460d2369803f469a5586f019e9ef912442ce8920afa58a94bd_s390x"
        },
        "product_reference": "openshift4/ose-local-storage-rhel9-operator@sha256:52c8d488d4a635460d2369803f469a5586f019e9ef912442ce8920afa58a94bd_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-local-storage-rhel9-operator@sha256:e0955b9a26492b22d6dba495d6cd678b4f492e78eea097275a8ddacc936da6b2_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "9Base-RHOSE-4.15:openshift4/ose-local-storage-rhel9-operator@sha256:e0955b9a26492b22d6dba495d6cd678b4f492e78eea097275a8ddacc936da6b2_ppc64le"
        },
        "product_reference": "openshift4/ose-local-storage-rhel9-operator@sha256:e0955b9a26492b22d6dba495d6cd678b4f492e78eea097275a8ddacc936da6b2_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-node-feature-discovery-rhel9@sha256:19d52a10bcf967b2c8e11e20992cbba3c2f9d5457be496980461f51fb5f620b0_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "9Base-RHOSE-4.15:openshift4/ose-node-feature-discovery-rhel9@sha256:19d52a10bcf967b2c8e11e20992cbba3c2f9d5457be496980461f51fb5f620b0_ppc64le"
        },
        "product_reference": "openshift4/ose-node-feature-discovery-rhel9@sha256:19d52a10bcf967b2c8e11e20992cbba3c2f9d5457be496980461f51fb5f620b0_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-node-feature-discovery-rhel9@sha256:bbcb287ed5565540b1189d1ee8355aebe5edf2d73ead6de091d0633ce8f387b7_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "9Base-RHOSE-4.15:openshift4/ose-node-feature-discovery-rhel9@sha256:bbcb287ed5565540b1189d1ee8355aebe5edf2d73ead6de091d0633ce8f387b7_arm64"
        },
        "product_reference": "openshift4/ose-node-feature-discovery-rhel9@sha256:bbcb287ed5565540b1189d1ee8355aebe5edf2d73ead6de091d0633ce8f387b7_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-node-feature-discovery-rhel9@sha256:c00a13b9d80521c2eee3b9aba9c0ee26991101be63662d40a19e11b74f4d43d3_s390x as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "9Base-RHOSE-4.15:openshift4/ose-node-feature-discovery-rhel9@sha256:c00a13b9d80521c2eee3b9aba9c0ee26991101be63662d40a19e11b74f4d43d3_s390x"
        },
        "product_reference": "openshift4/ose-node-feature-discovery-rhel9@sha256:c00a13b9d80521c2eee3b9aba9c0ee26991101be63662d40a19e11b74f4d43d3_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-node-feature-discovery-rhel9@sha256:ccd2c2e5d8760bc987ea13f4d6643fd24f413cd471768b4a23d9afdcde3440ab_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "9Base-RHOSE-4.15:openshift4/ose-node-feature-discovery-rhel9@sha256:ccd2c2e5d8760bc987ea13f4d6643fd24f413cd471768b4a23d9afdcde3440ab_amd64"
        },
        "product_reference": "openshift4/ose-node-feature-discovery-rhel9@sha256:ccd2c2e5d8760bc987ea13f4d6643fd24f413cd471768b4a23d9afdcde3440ab_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-ptp-rhel9-operator@sha256:1f139bfa171e08a95f17585810179884d2ff2bf0ec3b117430fd8c835bed73de_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "9Base-RHOSE-4.15:openshift4/ose-ptp-rhel9-operator@sha256:1f139bfa171e08a95f17585810179884d2ff2bf0ec3b117430fd8c835bed73de_ppc64le"
        },
        "product_reference": "openshift4/ose-ptp-rhel9-operator@sha256:1f139bfa171e08a95f17585810179884d2ff2bf0ec3b117430fd8c835bed73de_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-ptp-rhel9-operator@sha256:2715ae9ac29e55151fa8c800088bad7ee76d8c8f5c4636fd889c331c1d636ee3_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "9Base-RHOSE-4.15:openshift4/ose-ptp-rhel9-operator@sha256:2715ae9ac29e55151fa8c800088bad7ee76d8c8f5c4636fd889c331c1d636ee3_amd64"
        },
        "product_reference": "openshift4/ose-ptp-rhel9-operator@sha256:2715ae9ac29e55151fa8c800088bad7ee76d8c8f5c4636fd889c331c1d636ee3_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-ptp-rhel9-operator@sha256:50ab2651ead8e6bfaeac767878bb68aedddba95ddd25929fa833cd4cb8c38f31_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "9Base-RHOSE-4.15:openshift4/ose-ptp-rhel9-operator@sha256:50ab2651ead8e6bfaeac767878bb68aedddba95ddd25929fa833cd4cb8c38f31_arm64"
        },
        "product_reference": "openshift4/ose-ptp-rhel9-operator@sha256:50ab2651ead8e6bfaeac767878bb68aedddba95ddd25929fa833cd4cb8c38f31_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-ptp-rhel9@sha256:22f4d0560d80c59f8a3e6a7d5548ef75bdcc12d0176fd47d9c44c9fdd221d5c7_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "9Base-RHOSE-4.15:openshift4/ose-ptp-rhel9@sha256:22f4d0560d80c59f8a3e6a7d5548ef75bdcc12d0176fd47d9c44c9fdd221d5c7_amd64"
        },
        "product_reference": "openshift4/ose-ptp-rhel9@sha256:22f4d0560d80c59f8a3e6a7d5548ef75bdcc12d0176fd47d9c44c9fdd221d5c7_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-ptp-rhel9@sha256:2e617bd378d070f80fcc6fe40c4e98f1ae4919f6cddf335a8f6ccd6ba13101c2_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "9Base-RHOSE-4.15:openshift4/ose-ptp-rhel9@sha256:2e617bd378d070f80fcc6fe40c4e98f1ae4919f6cddf335a8f6ccd6ba13101c2_ppc64le"
        },
        "product_reference": "openshift4/ose-ptp-rhel9@sha256:2e617bd378d070f80fcc6fe40c4e98f1ae4919f6cddf335a8f6ccd6ba13101c2_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-ptp-rhel9@sha256:3fb9ede0b0ebc57a08042b7c016ca29746d4aeb1a02c27a46765790de5b5dcfe_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "9Base-RHOSE-4.15:openshift4/ose-ptp-rhel9@sha256:3fb9ede0b0ebc57a08042b7c016ca29746d4aeb1a02c27a46765790de5b5dcfe_arm64"
        },
        "product_reference": "openshift4/ose-ptp-rhel9@sha256:3fb9ede0b0ebc57a08042b7c016ca29746d4aeb1a02c27a46765790de5b5dcfe_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:8e3f2e298379eed0d60cb606fb60d23dd810ef9ee3f486ecc56fcb836e243a3c_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "9Base-RHOSE-4.15:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:8e3f2e298379eed0d60cb606fb60d23dd810ef9ee3f486ecc56fcb836e243a3c_amd64"
        },
        "product_reference": "openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:8e3f2e298379eed0d60cb606fb60d23dd810ef9ee3f486ecc56fcb836e243a3c_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:a03b15b7c84094fc43dbb22520f8d18bc08dba0ab250ff8a8c73639ce6699813_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "9Base-RHOSE-4.15:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:a03b15b7c84094fc43dbb22520f8d18bc08dba0ab250ff8a8c73639ce6699813_ppc64le"
        },
        "product_reference": "openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:a03b15b7c84094fc43dbb22520f8d18bc08dba0ab250ff8a8c73639ce6699813_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:ccb7c75b27574d1b61fbf547a98f57f48fc7b781b33072c03c57584386e7c437_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "9Base-RHOSE-4.15:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:ccb7c75b27574d1b61fbf547a98f57f48fc7b781b33072c03c57584386e7c437_arm64"
        },
        "product_reference": "openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:ccb7c75b27574d1b61fbf547a98f57f48fc7b781b33072c03c57584386e7c437_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-sriov-infiniband-cni-rhel9@sha256:65a20e583c7459999d955a113fc25a57872c18173a75b9a8bc27b1af220c67c3_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "9Base-RHOSE-4.15:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:65a20e583c7459999d955a113fc25a57872c18173a75b9a8bc27b1af220c67c3_amd64"
        },
        "product_reference": "openshift4/ose-sriov-infiniband-cni-rhel9@sha256:65a20e583c7459999d955a113fc25a57872c18173a75b9a8bc27b1af220c67c3_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-sriov-infiniband-cni-rhel9@sha256:e0a57b9ea2af7f1c41a62a2b9b46ec0e3351db5436b1b2687dc1c278efb99703_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "9Base-RHOSE-4.15:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:e0a57b9ea2af7f1c41a62a2b9b46ec0e3351db5436b1b2687dc1c278efb99703_arm64"
        },
        "product_reference": "openshift4/ose-sriov-infiniband-cni-rhel9@sha256:e0a57b9ea2af7f1c41a62a2b9b46ec0e3351db5436b1b2687dc1c278efb99703_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-sriov-infiniband-cni-rhel9@sha256:f3feae165565a7ecbb3b8c48aabbdd025a573e0cddd72d05dcb532061ab383d6_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "9Base-RHOSE-4.15:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:f3feae165565a7ecbb3b8c48aabbdd025a573e0cddd72d05dcb532061ab383d6_ppc64le"
        },
        "product_reference": "openshift4/ose-sriov-infiniband-cni-rhel9@sha256:f3feae165565a7ecbb3b8c48aabbdd025a573e0cddd72d05dcb532061ab383d6_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-sriov-network-config-daemon-rhel9@sha256:17ad9df12e44ed38a186277bd23226754cb952b6c011f43795bbaa1829c322d1_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "9Base-RHOSE-4.15:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:17ad9df12e44ed38a186277bd23226754cb952b6c011f43795bbaa1829c322d1_amd64"
        },
        "product_reference": "openshift4/ose-sriov-network-config-daemon-rhel9@sha256:17ad9df12e44ed38a186277bd23226754cb952b6c011f43795bbaa1829c322d1_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-sriov-network-config-daemon-rhel9@sha256:669f94cd9437b89d38a21cb85aff868ee124073f1ebbbca38d0d0b3b56167d1c_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "9Base-RHOSE-4.15:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:669f94cd9437b89d38a21cb85aff868ee124073f1ebbbca38d0d0b3b56167d1c_arm64"
        },
        "product_reference": "openshift4/ose-sriov-network-config-daemon-rhel9@sha256:669f94cd9437b89d38a21cb85aff868ee124073f1ebbbca38d0d0b3b56167d1c_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-sriov-network-config-daemon-rhel9@sha256:e00af7219c9fd928ea7c7394d774e28520ea52cf44b98e505223dbde9a873b03_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "9Base-RHOSE-4.15:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:e00af7219c9fd928ea7c7394d774e28520ea52cf44b98e505223dbde9a873b03_ppc64le"
        },
        "product_reference": "openshift4/ose-sriov-network-config-daemon-rhel9@sha256:e00af7219c9fd928ea7c7394d774e28520ea52cf44b98e505223dbde9a873b03_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-sriov-network-device-plugin-rhel9@sha256:6b530ff1cf73c0e3353813ffe1453e5c21d8e8d82698f9170b7c8e9fb9fb1d22_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "9Base-RHOSE-4.15:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:6b530ff1cf73c0e3353813ffe1453e5c21d8e8d82698f9170b7c8e9fb9fb1d22_ppc64le"
        },
        "product_reference": "openshift4/ose-sriov-network-device-plugin-rhel9@sha256:6b530ff1cf73c0e3353813ffe1453e5c21d8e8d82698f9170b7c8e9fb9fb1d22_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-sriov-network-device-plugin-rhel9@sha256:7b5542a044e57d4dc42dcd7383475b368adcfe304e071b369da9e2dbb4fa7c65_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "9Base-RHOSE-4.15:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:7b5542a044e57d4dc42dcd7383475b368adcfe304e071b369da9e2dbb4fa7c65_amd64"
        },
        "product_reference": "openshift4/ose-sriov-network-device-plugin-rhel9@sha256:7b5542a044e57d4dc42dcd7383475b368adcfe304e071b369da9e2dbb4fa7c65_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-sriov-network-device-plugin-rhel9@sha256:c76d970a5d97d82e8d326426246ba0b051b5c069a2aea449b91a55823ef979c0_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "9Base-RHOSE-4.15:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:c76d970a5d97d82e8d326426246ba0b051b5c069a2aea449b91a55823ef979c0_arm64"
        },
        "product_reference": "openshift4/ose-sriov-network-device-plugin-rhel9@sha256:c76d970a5d97d82e8d326426246ba0b051b5c069a2aea449b91a55823ef979c0_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-sriov-network-rhel9-operator@sha256:0426ea03656a29c0ea4656e4de48caa7178ad1d6100a358401fb76d94bfb993f_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "9Base-RHOSE-4.15:openshift4/ose-sriov-network-rhel9-operator@sha256:0426ea03656a29c0ea4656e4de48caa7178ad1d6100a358401fb76d94bfb993f_ppc64le"
        },
        "product_reference": "openshift4/ose-sriov-network-rhel9-operator@sha256:0426ea03656a29c0ea4656e4de48caa7178ad1d6100a358401fb76d94bfb993f_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-sriov-network-rhel9-operator@sha256:a86a062535e1f5a3837cc7632b3c081068beeeaf7425650c60231a6975d23ba2_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "9Base-RHOSE-4.15:openshift4/ose-sriov-network-rhel9-operator@sha256:a86a062535e1f5a3837cc7632b3c081068beeeaf7425650c60231a6975d23ba2_amd64"
        },
        "product_reference": "openshift4/ose-sriov-network-rhel9-operator@sha256:a86a062535e1f5a3837cc7632b3c081068beeeaf7425650c60231a6975d23ba2_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-sriov-network-rhel9-operator@sha256:af303311c0edd7eb99f7088df22225bb6e3bec098ddeb7f74900fcff451794e0_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "9Base-RHOSE-4.15:openshift4/ose-sriov-network-rhel9-operator@sha256:af303311c0edd7eb99f7088df22225bb6e3bec098ddeb7f74900fcff451794e0_arm64"
        },
        "product_reference": "openshift4/ose-sriov-network-rhel9-operator@sha256:af303311c0edd7eb99f7088df22225bb6e3bec098ddeb7f74900fcff451794e0_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-sriov-network-webhook-rhel9@sha256:15e560dba53353c13e2c0758159c001cb4d71b1ef39466197b8b40adbbb266bc_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "9Base-RHOSE-4.15:openshift4/ose-sriov-network-webhook-rhel9@sha256:15e560dba53353c13e2c0758159c001cb4d71b1ef39466197b8b40adbbb266bc_amd64"
        },
        "product_reference": "openshift4/ose-sriov-network-webhook-rhel9@sha256:15e560dba53353c13e2c0758159c001cb4d71b1ef39466197b8b40adbbb266bc_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-sriov-network-webhook-rhel9@sha256:5343c259f3a9e0cd5074c42fdf54ebab6f08c6c4b383706fa9059fd59501c766_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "9Base-RHOSE-4.15:openshift4/ose-sriov-network-webhook-rhel9@sha256:5343c259f3a9e0cd5074c42fdf54ebab6f08c6c4b383706fa9059fd59501c766_arm64"
        },
        "product_reference": "openshift4/ose-sriov-network-webhook-rhel9@sha256:5343c259f3a9e0cd5074c42fdf54ebab6f08c6c4b383706fa9059fd59501c766_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-sriov-network-webhook-rhel9@sha256:9e0d42ae681c41158ef5dc2636fb9ba77e567549b7a5b171d69ea2052b4d697a_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "9Base-RHOSE-4.15:openshift4/ose-sriov-network-webhook-rhel9@sha256:9e0d42ae681c41158ef5dc2636fb9ba77e567549b7a5b171d69ea2052b4d697a_ppc64le"
        },
        "product_reference": "openshift4/ose-sriov-network-webhook-rhel9@sha256:9e0d42ae681c41158ef5dc2636fb9ba77e567549b7a5b171d69ea2052b4d697a_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:57273c01ef67c8c1c321b61c3bb73ed27cf228b6c1e8562a9055cf1358678e79_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "9Base-RHOSE-4.15:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:57273c01ef67c8c1c321b61c3bb73ed27cf228b6c1e8562a9055cf1358678e79_ppc64le"
        },
        "product_reference": "openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:57273c01ef67c8c1c321b61c3bb73ed27cf228b6c1e8562a9055cf1358678e79_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:bdbdce52e9aafb2ac448c6108d7a1aa2a816ebd08b4f6e79df527416fded2b98_s390x as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "9Base-RHOSE-4.15:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:bdbdce52e9aafb2ac448c6108d7a1aa2a816ebd08b4f6e79df527416fded2b98_s390x"
        },
        "product_reference": "openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:bdbdce52e9aafb2ac448c6108d7a1aa2a816ebd08b4f6e79df527416fded2b98_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:cb2e65a12eefb023bb2c4ba1d2063773e3ff761cd1fcfb824d2341d39a3a99ca_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "9Base-RHOSE-4.15:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:cb2e65a12eefb023bb2c4ba1d2063773e3ff761cd1fcfb824d2341d39a3a99ca_arm64"
        },
        "product_reference": "openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:cb2e65a12eefb023bb2c4ba1d2063773e3ff761cd1fcfb824d2341d39a3a99ca_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:e21784b9fc63a52deadb45fe1ea7c45ac699d77d77256e3dad5a35ea58befbe4_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "9Base-RHOSE-4.15:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:e21784b9fc63a52deadb45fe1ea7c45ac699d77d77256e3dad5a35ea58befbe4_amd64"
        },
        "product_reference": "openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:e21784b9fc63a52deadb45fe1ea7c45ac699d77d77256e3dad5a35ea58befbe4_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:3232ac33b3a13e8254dbcf4dbdfd869df220416460a7b0f556eaf995573aaab9_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "9Base-RHOSE-4.15:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:3232ac33b3a13e8254dbcf4dbdfd869df220416460a7b0f556eaf995573aaab9_arm64"
        },
        "product_reference": "openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:3232ac33b3a13e8254dbcf4dbdfd869df220416460a7b0f556eaf995573aaab9_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:ac1bc840619faabf73ca900add354bd2463bb08a0ae34e0db6c739a530541672_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "9Base-RHOSE-4.15:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:ac1bc840619faabf73ca900add354bd2463bb08a0ae34e0db6c739a530541672_amd64"
        },
        "product_reference": "openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:ac1bc840619faabf73ca900add354bd2463bb08a0ae34e0db6c739a530541672_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:bbcc93d6d3cb380368ea5fc444f5b7929e9f3ae1db82dd9741349dbe2f2f81f8_s390x as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "9Base-RHOSE-4.15:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:bbcc93d6d3cb380368ea5fc444f5b7929e9f3ae1db82dd9741349dbe2f2f81f8_s390x"
        },
        "product_reference": "openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:bbcc93d6d3cb380368ea5fc444f5b7929e9f3ae1db82dd9741349dbe2f2f81f8_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:f5036fc231e9194fc215019df14ec894576d443a099c7b1ccd613ab997f44aa8_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "9Base-RHOSE-4.15:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:f5036fc231e9194fc215019df14ec894576d443a099c7b1ccd613ab997f44aa8_ppc64le"
        },
        "product_reference": "openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:f5036fc231e9194fc215019df14ec894576d443a099c7b1ccd613ab997f44aa8_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/sriov-cni-rhel9@sha256:7921758ff17842c5dc8159b94c8a16332fe0f20c1d40b27b17dc11316593314a_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "9Base-RHOSE-4.15:openshift4/sriov-cni-rhel9@sha256:7921758ff17842c5dc8159b94c8a16332fe0f20c1d40b27b17dc11316593314a_ppc64le"
        },
        "product_reference": "openshift4/sriov-cni-rhel9@sha256:7921758ff17842c5dc8159b94c8a16332fe0f20c1d40b27b17dc11316593314a_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/sriov-cni-rhel9@sha256:8a463afb876154a3b795f4435eba674df5791c0abc22db4065ff19677d903e8f_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "9Base-RHOSE-4.15:openshift4/sriov-cni-rhel9@sha256:8a463afb876154a3b795f4435eba674df5791c0abc22db4065ff19677d903e8f_amd64"
        },
        "product_reference": "openshift4/sriov-cni-rhel9@sha256:8a463afb876154a3b795f4435eba674df5791c0abc22db4065ff19677d903e8f_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/sriov-cni-rhel9@sha256:eeb2cad9e0c5fe5dbdb1eebcfa628f0ce7ef866e130eec3627d8ad75bb8480c1_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
          "product_id": "9Base-RHOSE-4.15:openshift4/sriov-cni-rhel9@sha256:eeb2cad9e0c5fe5dbdb1eebcfa628f0ce7ef866e130eec3627d8ad75bb8480c1_arm64"
        },
        "product_reference": "openshift4/sriov-cni-rhel9@sha256:eeb2cad9e0c5fe5dbdb1eebcfa628f0ce7ef866e130eec3627d8ad75bb8480c1_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.15"
      }
    ]
  },
  "vulnerabilities": [
    {
      "cve": "CVE-2025-27516",
      "cwe": {
        "id": "CWE-1336",
        "name": "Improper Neutralization of Special Elements Used in a Template Engine"
      },
      "discovery_date": "2025-03-05T21:01:07.674606+00:00",
      "flags": [
        {
          "label": "vulnerable_code_not_present",
          "product_ids": [
            "8Base-RHOSE-4.15:openshift4/nmstate-console-plugin-rhel8@sha256:5580070b8ff5ffc459328a344798e6eb020461e68193bbbb8d5f2b3fdea2650a_ppc64le",
            "8Base-RHOSE-4.15:openshift4/nmstate-console-plugin-rhel8@sha256:6e01ef39990091827977feed1f79b00b6a675e00a7d951fa93c3458e54408297_amd64",
            "8Base-RHOSE-4.15:openshift4/nmstate-console-plugin-rhel8@sha256:807781a1bf22d03dcb6f14c3e2fdfaf84358da1610dfae498f89db8ec3fe905a_s390x",
            "8Base-RHOSE-4.15:openshift4/nmstate-console-plugin-rhel8@sha256:aef6c2a44da59d23cad68d63fd4621ffc5fb8ad10aca684225315a1932c5bf7e_arm64",
            "8Base-RHOSE-4.15:openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:01dd496bb6a81a5f92b410b5f7dc4a839f8b5f085d09e8cf0aaf69c2c385ca9a_arm64",
            "8Base-RHOSE-4.15:openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:768eb2a0ac53cc9ed5fe56c3da1ccf3ffdd5762ab869baef54e0aeb4dd00ea60_amd64",
            "8Base-RHOSE-4.15:openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:20503d3a85b01debc7110dc45b0311d593b00a85604c7878c956af32a980a834_arm64",
            "8Base-RHOSE-4.15:openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:99780be0bcd7565dbd184d9bc9548dd6e574fb6203ff16cb9967c13f3f9e5847_amd64",
            "8Base-RHOSE-4.15:openshift4/ose-cluster-capacity@sha256:40675e446d7d217a9bd1ee08c14e8f2d5444ea539b5960e70c3a620b104f43c2_arm64",
            "8Base-RHOSE-4.15:openshift4/ose-cluster-capacity@sha256:7552b4adf5029946de27b76ca9fef463949401b9ec75a8e7dbea0c11cb3597a6_s390x",
            "8Base-RHOSE-4.15:openshift4/ose-cluster-capacity@sha256:a90bc28dca99287a5d21953093d7a7934a7e96c1c64bc974076142c082e087b7_amd64",
            "8Base-RHOSE-4.15:openshift4/ose-cluster-capacity@sha256:e181e980e0f72aa235ae538371402d11ca2f362f6b1c7f6ca4a58c068defdcde_ppc64le",
            "8Base-RHOSE-4.15:openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:3b96e01a1df7ad8ab0ebe6249ac2709bf938935ef5eb2bf30b2f595e1acd1db7_amd64",
            "8Base-RHOSE-4.15:openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:8d6bb352e3553553399e42cf422537eb2a245e64bec16459b1b103746d968186_ppc64le",
            "8Base-RHOSE-4.15:openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:cd1817fe5cfd8d08b49d804484e6d3274fdcfc893231725b44aac92ed9f9fc2a_s390x",
            "8Base-RHOSE-4.15:openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:f14c7316d0871fb015ab47858fb80c057966171bb7dc46d60d40371d312ad12d_arm64",
            "8Base-RHOSE-4.15:openshift4/ose-egress-dns-proxy@sha256:5cadaca0e4350e77de36c2d4470f6a72ca49d28cb297282283008dd1868caf0a_s390x",
            "8Base-RHOSE-4.15:openshift4/ose-egress-dns-proxy@sha256:621fa90f2cc53110c34d7eee247866cbbddfe8c9e8fbc1d48984965245115f7a_amd64",
            "8Base-RHOSE-4.15:openshift4/ose-egress-dns-proxy@sha256:d3d7f28314bbfaba5f2698e7716748ffc9707ac307b1af78a6ebec28fa16509b_ppc64le",
            "8Base-RHOSE-4.15:openshift4/ose-egress-dns-proxy@sha256:e94bc31d00fdb3c28d0deca9081b6956088db2444d7c1a1044af974c10a1cc58_arm64",
            "8Base-RHOSE-4.15:openshift4/ose-egress-http-proxy@sha256:345358672b0ac915bdb8eaed36bfffb5b3bafa08b8d7dc3c424a6185812f45c4_s390x",
            "8Base-RHOSE-4.15:openshift4/ose-egress-http-proxy@sha256:4817c4ba3a2c24ee91c9af8a8d0d9b3943d679bca6f56e369ed12876da02fe15_ppc64le",
            "8Base-RHOSE-4.15:openshift4/ose-egress-http-proxy@sha256:50443d2cd25febaf4ebef17447de843ed30a55151c3a37396d185c8870840636_amd64",
            "8Base-RHOSE-4.15:openshift4/ose-egress-http-proxy@sha256:5f1cd27259e1efe3f586ab358ca62b4b9a92828c72adfebc2f7c56b9165e1ea9_arm64",
            "8Base-RHOSE-4.15:openshift4/ose-egress-router@sha256:201e59d30158874976960ca8722b9e5af688b072f7093d957e0c264989b78319_s390x",
            "8Base-RHOSE-4.15:openshift4/ose-egress-router@sha256:254eb849b24c5d25afa09e62fe01f40258e0e530569aaa5b01aab07b48967fdb_amd64",
            "8Base-RHOSE-4.15:openshift4/ose-egress-router@sha256:938f4c6c8336fb64889bd3fc05d50ac5c43a46c94451a56767f2f502ae516522_ppc64le",
            "8Base-RHOSE-4.15:openshift4/ose-egress-router@sha256:b8adf22115d21e7cc7c5a73cef81393bb0000a263f80a8720f3288b712bccca3_arm64",
            "8Base-RHOSE-4.15:openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:56dca0c119524f9c0202e40a89afe3471d9a58dfe154d260d4d2fd1ebb36c578_ppc64le",
            "8Base-RHOSE-4.15:openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:755411978e520f53d81f96186971b987cb48fb06e161791718570598f9542d7d_arm64",
            "8Base-RHOSE-4.15:openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:c0b2d957f7e28d2484b7c96cbaa8f1fa39620f33a5f348b796e38e0e21096254_amd64",
            "8Base-RHOSE-4.15:openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:b3613e2c84b145e87db1e2da9aeb8d1e7346c6455dc2721245cdd6b613c04a12_ppc64le",
            "8Base-RHOSE-4.15:openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:bf6bdb4374daa7766c367c15a813f20c9f269b6611b78031ec9e0fe3aafb8271_arm64",
            "8Base-RHOSE-4.15:openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:fc64019e8a1bcbb5889ed9e3930e1ff46238e696c03a064156c4bc2181f42e47_amd64",
            "8Base-RHOSE-4.15:openshift4/ose-helm-operator@sha256:46531d36474d230ed5db12d303d5c7ec6f61c5ad3ee7c040e1884184769833a1_s390x",
            "8Base-RHOSE-4.15:openshift4/ose-helm-operator@sha256:7ad93888ce94c1f020772b0a443fdfcd7308a90748a72a7c39d7c85be649c392_amd64",
            "8Base-RHOSE-4.15:openshift4/ose-helm-operator@sha256:9517897e4104b47c735a74ffc79591bb1d16ae0a4fda11ac466d3aa2f816a694_arm64",
            "8Base-RHOSE-4.15:openshift4/ose-helm-operator@sha256:df7069a56a1edd404aa1176bbd37391346db8fd04ff6c2607c17698e8ea980d3_ppc64le",
            "8Base-RHOSE-4.15:openshift4/ose-operator-sdk-rhel8@sha256:0de5d9fd41444abefae4fcba25c063e64d54424aeb7556eedf7b697101a630cd_s390x",
            "8Base-RHOSE-4.15:openshift4/ose-operator-sdk-rhel8@sha256:9350da9681d46831a047bc6e03709939040755761f6ad350f3d4279acf9320fc_ppc64le",
            "8Base-RHOSE-4.15:openshift4/ose-operator-sdk-rhel8@sha256:a6cb88ae408f25a0d438eeb79e61f1983231fccada83e7fccb4ff85817619df8_arm64",
            "8Base-RHOSE-4.15:openshift4/ose-operator-sdk-rhel8@sha256:b6792eeb95f58cf9bbbf6732d64015836fbb2f96a56c2bcca939f7e4c4ce0647_amd64",
            "8Base-RHOSE-4.15:openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:7e0e8dfeb1ca9490c592b1247b70aaa9945a0a573bc7d6b00762603aafe4f50a_arm64",
            "8Base-RHOSE-4.15:openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:911f5c9019d97f069a5041820ffd0f318d35953c315d6594ce473dc9a7a36ae1_amd64",
            "8Base-RHOSE-4.15:openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:e5263316a0b69ee7d7459ff8441505a2aec38f9e372d4809ac742313b238617b_s390x",
            "8Base-RHOSE-4.15:openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:f110d9a9ddae804adc39f76153ebbab7ebcb30f051339471eb29a0eadfad3114_ppc64le",
            "8Base-RHOSE-4.15:openshift4/ose-secrets-store-csi-driver-rhel8@sha256:4fd28de36dedf106694aa60d15ec5f71ee2f4248a8fe99c5eea83894f0990095_amd64",
            "8Base-RHOSE-4.15:openshift4/ose-secrets-store-csi-driver-rhel8@sha256:8b31ba061fcbbc042923e06ff5c5365e25610bee8884700ef4f319b847d72336_s390x",
            "8Base-RHOSE-4.15:openshift4/ose-secrets-store-csi-driver-rhel8@sha256:9e74e1668e85829827b8422ef1074c3c708407e0694481dea72f88dc73cf9a69_ppc64le",
            "8Base-RHOSE-4.15:openshift4/ose-secrets-store-csi-driver-rhel8@sha256:e406d0d0f8b7c7d68906df3fb80e5b1c238d7619138aa5a218fdf0ddc870263e_arm64",
            "8Base-RHOSE-4.15:openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:50773a425d4ad622446fc0dc73ae29d5641b6e03c7573fe7b2c8162d9d672363_arm64",
            "8Base-RHOSE-4.15:openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:78df5ff7e7c41e5e357429440722f5ba81c2885aba3a45cebf09a1a1f87b1958_amd64",
            "8Base-RHOSE-4.15:openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:adba6365971eceb436fff6365c982f5fdfef559f48035e453d55f961f86d9b61_ppc64le",
            "8Base-RHOSE-4.15:openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:d8d06ccdaad6907a56545b49dfeaf3c8dd54d0b4cb4e964496d29b16b2ef6f63_s390x",
            "8Base-RHOSE-4.15:openshift4/ptp-must-gather-rhel8@sha256:033d6aee516ccecdb12433cf7820fd23db24d117977d5fe3cd96307c706bd8e1_ppc64le",
            "8Base-RHOSE-4.15:openshift4/ptp-must-gather-rhel8@sha256:22896ca9bee85e551b874b9beddfb056c97dd9a0634438a0db28bd6def9fa50d_amd64",
            "8Base-RHOSE-4.15:openshift4/ptp-must-gather-rhel8@sha256:d543fb6bc71d934e47a3a8f1f4024d859b522bf11f8b82a51395038a31d6c41d_arm64",
            "9Base-RHOSE-4.15:openshift4/frr-rhel9@sha256:1efa9ef3859959f111f902eef152e71ef0c51f09debc58bf74982650e0ba5e39_ppc64le",
            "9Base-RHOSE-4.15:openshift4/frr-rhel9@sha256:3863d04a853fbd6f3864dbe7ab63ddc56b2a0732187ec550a00e993a4110fdec_s390x",
            "9Base-RHOSE-4.15:openshift4/frr-rhel9@sha256:b755f787a9871f6c22b37edfcb98cbc8e5299747c46147e839759bb320e22e52_arm64",
            "9Base-RHOSE-4.15:openshift4/frr-rhel9@sha256:eb19c44c82805847ef154882d684a79e80ecb4234e91b21d11b13017c5902191_amd64",
            "9Base-RHOSE-4.15:openshift4/ingress-node-firewall-rhel9-operator@sha256:2ab1d2f41b096744f8c1253b093f37967667a72463145b3a1966567326b9905d_amd64",
            "9Base-RHOSE-4.15:openshift4/ingress-node-firewall-rhel9-operator@sha256:c12c4aa9cc5bbf462b0fbd7b796a595f15e1e14cd541db1666275414b0e027ee_arm64",
            "9Base-RHOSE-4.15:openshift4/ingress-node-firewall-rhel9-operator@sha256:c1c8d40c5dcaa0d3268d60e14b59ea2e343aa2d2b7c8531f175b1fcdd6c1f22c_ppc64le",
            "9Base-RHOSE-4.15:openshift4/ingress-node-firewall-rhel9-operator@sha256:d09efd61aeec487805dc08407b3572ba1dfaffdd96a58827749adfd64882c3ce_s390x",
            "9Base-RHOSE-4.15:openshift4/ingress-node-firewall-rhel9@sha256:3c7057f7ee070780187d3fdadb55c1c2406d5b15f7dac8cbf6a69ec8779aa672_s390x",
            "9Base-RHOSE-4.15:openshift4/ingress-node-firewall-rhel9@sha256:63ac6597616a523c5f7d2f18193dc9d1e7433935ee765c7b4bcf39bd6a5e121e_arm64",
            "9Base-RHOSE-4.15:openshift4/ingress-node-firewall-rhel9@sha256:6ec5befb1cd3a67925f951ea6e6a39a080f9f01c60efd9cb34d7760c739457bd_amd64",
            "9Base-RHOSE-4.15:openshift4/ingress-node-firewall-rhel9@sha256:a23907aaefff390b03cd5d90237143fdf5b87a0f522fffbdcd8296cbde37c47d_ppc64le",
            "9Base-RHOSE-4.15:openshift4/kubernetes-nmstate-rhel9-operator@sha256:4ec257618cd5d28ee707fec73c98725110b5de9158f0cd3fcbee60f83996e965_s390x",
            "9Base-RHOSE-4.15:openshift4/kubernetes-nmstate-rhel9-operator@sha256:5be0460ac8a2fae55c5488aa0f0ff6511d629fdb3758ce4dd68caab3abe9ae42_amd64",
            "9Base-RHOSE-4.15:openshift4/kubernetes-nmstate-rhel9-operator@sha256:9b7805668b95e395d0fb7d689b0257072b0a95b8acea70e16282192e3985db25_arm64",
            "9Base-RHOSE-4.15:openshift4/kubernetes-nmstate-rhel9-operator@sha256:b29db9660ba47458eb6f53b515a5901bc09f1109bc9fd84fa3a5003fcf6adaef_ppc64le",
            "9Base-RHOSE-4.15:openshift4/metallb-rhel9-operator@sha256:5d628ba28b7e362b950717949a3caa7001f47f8abc4c832f03f52da5c27d2395_arm64",
            "9Base-RHOSE-4.15:openshift4/metallb-rhel9-operator@sha256:73c248853e386c1f6b94f9a43650500c0bf0ab1e006f5e0e3f7895dc080a1342_amd64",
            "9Base-RHOSE-4.15:openshift4/metallb-rhel9-operator@sha256:755bc8397cf9d4a262c90a936639b8c7833417c18932efb497763fca02a414dd_ppc64le",
            "9Base-RHOSE-4.15:openshift4/metallb-rhel9-operator@sha256:bc68e9259bfcc7b07fa5a842c4ad107c7bd7038d128e7a61df9b450e7e13ed67_s390x",
            "9Base-RHOSE-4.15:openshift4/metallb-rhel9@sha256:1ddb2c53e2f570c6cd123ebcc7947a1895c3468c6212a98b78a07d2e02d566ce_arm64",
            "9Base-RHOSE-4.15:openshift4/metallb-rhel9@sha256:2fd1c94702dac3d9f08e14b704e6a78261b9fa487a07d1228cd71c09eb7d8b88_ppc64le",
            "9Base-RHOSE-4.15:openshift4/metallb-rhel9@sha256:6aa902dda59e2a3871ce37ed62351ee2330c87233afc88e05c595fd2367224f2_s390x",
            "9Base-RHOSE-4.15:openshift4/metallb-rhel9@sha256:76bfc2a904858c562adb338cdb190020ca69d159c32e2757fda6e340dfd09058_amd64",
            "9Base-RHOSE-4.15:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:37b431ea690884831eba350b1720fc69c65860ba4a02fe64c77828edb888e8d3_s390x",
            "9Base-RHOSE-4.15:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:3deca51f47e3bed16048fddd5c1fc8acb01ba5231d02b78af4ca4988c714d91a_ppc64le",
            "9Base-RHOSE-4.15:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:4ba6c221cc34f3674773fb8c1d32cd2c1e308a57e893e27a0e76ef24bb7010ea_amd64",
            "9Base-RHOSE-4.15:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6a7ec6c0d8c8a7662cba34a63b1cfd855f6bb288cc8b4f6f3f9451692d808268_arm64",
            "9Base-RHOSE-4.15:openshift4/ose-cloud-event-proxy-rhel9@sha256:ad39b429939ecdd6d2298b6c6aceab6e3158e819f33e8830c16d42b9f696b5aa_amd64",
            "9Base-RHOSE-4.15:openshift4/ose-cloud-event-proxy-rhel9@sha256:b6d65cbbc114f19302fe7e6eb9ca2999c16878742801c292aea76f46e072f469_ppc64le",
            "9Base-RHOSE-4.15:openshift4/ose-cloud-event-proxy-rhel9@sha256:bdbc74db5d3fd278a3f5d051e58f3b1b81d203baf9726ae357ae1f372c45d753_arm64",
            "9Base-RHOSE-4.15:openshift4/ose-cluster-nfd-rhel9-operator@sha256:06756827ca7009cbf006c77b81d928c99b865251b3d03c0d8954dd3409b6de17_ppc64le",
            "9Base-RHOSE-4.15:openshift4/ose-cluster-nfd-rhel9-operator@sha256:13947efa51313aab2703631b77a0857f14863ee95e80e718b58088d567eb1f40_amd64",
            "9Base-RHOSE-4.15:openshift4/ose-cluster-nfd-rhel9-operator@sha256:45da407fa7d24d9ab28737ef8177f9855c0350981a05888b0d024d1ef7a9ac09_arm64",
            "9Base-RHOSE-4.15:openshift4/ose-cluster-nfd-rhel9-operator@sha256:7c76a5bc64243baed15bfaebc22512f05b2aeb0613722f1228dd7c358d0af54f_s390x",
            "9Base-RHOSE-4.15:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:5c773762284a4cde5281b3fc5be7390ca2eef5a1eba297a285bb6d4b393269b6_amd64",
            "9Base-RHOSE-4.15:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:7c75245cb41cc49b5baee209daf721de11d9e473368d742228c4b37631fb29fd_ppc64le",
            "9Base-RHOSE-4.15:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:937493d85d3a6e4937d4c10660eb301f37f7d41130804284cc336fa3fa10694c_s390x",
            "9Base-RHOSE-4.15:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:fb3f2a263692719b11d69a47194dc46d1b1047a05546543d972f8e80ecb1fb20_arm64",
            "9Base-RHOSE-4.15:openshift4/ose-clusterresourceoverride-rhel9@sha256:51663cc34cce039e548b0086dc655aa3a212612e818d913018625e76d69f8dd5_arm64",
            "9Base-RHOSE-4.15:openshift4/ose-clusterresourceoverride-rhel9@sha256:53715feeb52c89f340450f781101f003c4892b02e716f045f4898b51578e7237_s390x",
            "9Base-RHOSE-4.15:openshift4/ose-clusterresourceoverride-rhel9@sha256:bef01bea78003b7446e2a914ae8d2ff85f31cac08300cef89206cc6f9c18fe66_ppc64le",
            "9Base-RHOSE-4.15:openshift4/ose-clusterresourceoverride-rhel9@sha256:e8763e67c471fd62ae3f11ae1ae4984177951ed229267384c0ebb74a80896c15_amd64",
            "9Base-RHOSE-4.15:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:3c46808ece35519fd4dc204696dc940c270e1ec7196780c9011a6150858cbc8f_arm64",
            "9Base-RHOSE-4.15:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:742f39b9e077e4e3c75651afdc33ce32ecc356306aec01f5ca98ccec2c748f1d_amd64",
            "9Base-RHOSE-4.15:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:8b8d17b79e8c3fa7357db94cb6308bf2df368bd80e4dc84a9c7dbf4423c8e11a_s390x",
            "9Base-RHOSE-4.15:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:da4c7e227651665af575b9be0bcdf07f7b638cf9b615681088be9150eac528f6_ppc64le",
            "9Base-RHOSE-4.15:openshift4/ose-local-storage-diskmaker-rhel9@sha256:46fab721832d7ca9593434d438a8e75c5c7574b2e59ed4aecc3e36d6b273cd17_s390x",
            "9Base-RHOSE-4.15:openshift4/ose-local-storage-diskmaker-rhel9@sha256:6e6b7975d12b682dafb1292f609ae1640edba88abccbeff401681c204b777a28_amd64",
            "9Base-RHOSE-4.15:openshift4/ose-local-storage-diskmaker-rhel9@sha256:8de0165780ce576be459a561e0945d2c61833811540ae060dd1a2502e5090c05_arm64",
            "9Base-RHOSE-4.15:openshift4/ose-local-storage-diskmaker-rhel9@sha256:f653d03d5caa1de2435fefcecfb629af74639915296352947d6743ae3c73b225_ppc64le",
            "9Base-RHOSE-4.15:openshift4/ose-local-storage-mustgather-rhel9@sha256:488d8848cc0281deea9069f349471efb9af5b862c04fe5ec52b9b0cc5a82ac69_ppc64le",
            "9Base-RHOSE-4.15:openshift4/ose-local-storage-mustgather-rhel9@sha256:51ad14ea62423c524f66bbade04273162e5047f0e7704b8c91d7c5b89e1c26b7_arm64",
            "9Base-RHOSE-4.15:openshift4/ose-local-storage-mustgather-rhel9@sha256:92c31191d397994dfd05ca376181fc93d28c4c6757a466b56163000093c5519c_s390x",
            "9Base-RHOSE-4.15:openshift4/ose-local-storage-mustgather-rhel9@sha256:b3dfffcfce1e085c28f64fda04fd94bc34567458522c5e8756b6520cdc4650bf_amd64",
            "9Base-RHOSE-4.15:openshift4/ose-local-storage-rhel9-operator@sha256:1e6c42529871cbfef2e2d1ab398d19c3cbe6c3a096ec6db4d40ef15dc642e4d0_amd64",
            "9Base-RHOSE-4.15:openshift4/ose-local-storage-rhel9-operator@sha256:31d562a8fd72f9f139f5c6317e0c83e6ab54a3fc582f493eb7357d807b0d6e20_arm64",
            "9Base-RHOSE-4.15:openshift4/ose-local-storage-rhel9-operator@sha256:52c8d488d4a635460d2369803f469a5586f019e9ef912442ce8920afa58a94bd_s390x",
            "9Base-RHOSE-4.15:openshift4/ose-local-storage-rhel9-operator@sha256:e0955b9a26492b22d6dba495d6cd678b4f492e78eea097275a8ddacc936da6b2_ppc64le",
            "9Base-RHOSE-4.15:openshift4/ose-node-feature-discovery-rhel9@sha256:19d52a10bcf967b2c8e11e20992cbba3c2f9d5457be496980461f51fb5f620b0_ppc64le",
            "9Base-RHOSE-4.15:openshift4/ose-node-feature-discovery-rhel9@sha256:bbcb287ed5565540b1189d1ee8355aebe5edf2d73ead6de091d0633ce8f387b7_arm64",
            "9Base-RHOSE-4.15:openshift4/ose-node-feature-discovery-rhel9@sha256:c00a13b9d80521c2eee3b9aba9c0ee26991101be63662d40a19e11b74f4d43d3_s390x",
            "9Base-RHOSE-4.15:openshift4/ose-node-feature-discovery-rhel9@sha256:ccd2c2e5d8760bc987ea13f4d6643fd24f413cd471768b4a23d9afdcde3440ab_amd64",
            "9Base-RHOSE-4.15:openshift4/ose-ptp-rhel9-operator@sha256:1f139bfa171e08a95f17585810179884d2ff2bf0ec3b117430fd8c835bed73de_ppc64le",
            "9Base-RHOSE-4.15:openshift4/ose-ptp-rhel9-operator@sha256:2715ae9ac29e55151fa8c800088bad7ee76d8c8f5c4636fd889c331c1d636ee3_amd64",
            "9Base-RHOSE-4.15:openshift4/ose-ptp-rhel9-operator@sha256:50ab2651ead8e6bfaeac767878bb68aedddba95ddd25929fa833cd4cb8c38f31_arm64",
            "9Base-RHOSE-4.15:openshift4/ose-ptp-rhel9@sha256:22f4d0560d80c59f8a3e6a7d5548ef75bdcc12d0176fd47d9c44c9fdd221d5c7_amd64",
            "9Base-RHOSE-4.15:openshift4/ose-ptp-rhel9@sha256:2e617bd378d070f80fcc6fe40c4e98f1ae4919f6cddf335a8f6ccd6ba13101c2_ppc64le",
            "9Base-RHOSE-4.15:openshift4/ose-ptp-rhel9@sha256:3fb9ede0b0ebc57a08042b7c016ca29746d4aeb1a02c27a46765790de5b5dcfe_arm64",
            "9Base-RHOSE-4.15:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:8e3f2e298379eed0d60cb606fb60d23dd810ef9ee3f486ecc56fcb836e243a3c_amd64",
            "9Base-RHOSE-4.15:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:a03b15b7c84094fc43dbb22520f8d18bc08dba0ab250ff8a8c73639ce6699813_ppc64le",
            "9Base-RHOSE-4.15:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:ccb7c75b27574d1b61fbf547a98f57f48fc7b781b33072c03c57584386e7c437_arm64",
            "9Base-RHOSE-4.15:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:65a20e583c7459999d955a113fc25a57872c18173a75b9a8bc27b1af220c67c3_amd64",
            "9Base-RHOSE-4.15:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:e0a57b9ea2af7f1c41a62a2b9b46ec0e3351db5436b1b2687dc1c278efb99703_arm64",
            "9Base-RHOSE-4.15:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:f3feae165565a7ecbb3b8c48aabbdd025a573e0cddd72d05dcb532061ab383d6_ppc64le",
            "9Base-RHOSE-4.15:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:17ad9df12e44ed38a186277bd23226754cb952b6c011f43795bbaa1829c322d1_amd64",
            "9Base-RHOSE-4.15:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:669f94cd9437b89d38a21cb85aff868ee124073f1ebbbca38d0d0b3b56167d1c_arm64",
            "9Base-RHOSE-4.15:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:e00af7219c9fd928ea7c7394d774e28520ea52cf44b98e505223dbde9a873b03_ppc64le",
            "9Base-RHOSE-4.15:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:6b530ff1cf73c0e3353813ffe1453e5c21d8e8d82698f9170b7c8e9fb9fb1d22_ppc64le",
            "9Base-RHOSE-4.15:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:7b5542a044e57d4dc42dcd7383475b368adcfe304e071b369da9e2dbb4fa7c65_amd64",
            "9Base-RHOSE-4.15:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:c76d970a5d97d82e8d326426246ba0b051b5c069a2aea449b91a55823ef979c0_arm64",
            "9Base-RHOSE-4.15:openshift4/ose-sriov-network-rhel9-operator@sha256:0426ea03656a29c0ea4656e4de48caa7178ad1d6100a358401fb76d94bfb993f_ppc64le",
            "9Base-RHOSE-4.15:openshift4/ose-sriov-network-rhel9-operator@sha256:a86a062535e1f5a3837cc7632b3c081068beeeaf7425650c60231a6975d23ba2_amd64",
            "9Base-RHOSE-4.15:openshift4/ose-sriov-network-rhel9-operator@sha256:af303311c0edd7eb99f7088df22225bb6e3bec098ddeb7f74900fcff451794e0_arm64",
            "9Base-RHOSE-4.15:openshift4/ose-sriov-network-webhook-rhel9@sha256:15e560dba53353c13e2c0758159c001cb4d71b1ef39466197b8b40adbbb266bc_amd64",
            "9Base-RHOSE-4.15:openshift4/ose-sriov-network-webhook-rhel9@sha256:5343c259f3a9e0cd5074c42fdf54ebab6f08c6c4b383706fa9059fd59501c766_arm64",
            "9Base-RHOSE-4.15:openshift4/ose-sriov-network-webhook-rhel9@sha256:9e0d42ae681c41158ef5dc2636fb9ba77e567549b7a5b171d69ea2052b4d697a_ppc64le",
            "9Base-RHOSE-4.15:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:57273c01ef67c8c1c321b61c3bb73ed27cf228b6c1e8562a9055cf1358678e79_ppc64le",
            "9Base-RHOSE-4.15:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:bdbdce52e9aafb2ac448c6108d7a1aa2a816ebd08b4f6e79df527416fded2b98_s390x",
            "9Base-RHOSE-4.15:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:cb2e65a12eefb023bb2c4ba1d2063773e3ff761cd1fcfb824d2341d39a3a99ca_arm64",
            "9Base-RHOSE-4.15:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:e21784b9fc63a52deadb45fe1ea7c45ac699d77d77256e3dad5a35ea58befbe4_amd64",
            "9Base-RHOSE-4.15:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:3232ac33b3a13e8254dbcf4dbdfd869df220416460a7b0f556eaf995573aaab9_arm64",
            "9Base-RHOSE-4.15:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:ac1bc840619faabf73ca900add354bd2463bb08a0ae34e0db6c739a530541672_amd64",
            "9Base-RHOSE-4.15:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:bbcc93d6d3cb380368ea5fc444f5b7929e9f3ae1db82dd9741349dbe2f2f81f8_s390x",
            "9Base-RHOSE-4.15:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:f5036fc231e9194fc215019df14ec894576d443a099c7b1ccd613ab997f44aa8_ppc64le",
            "9Base-RHOSE-4.15:openshift4/sriov-cni-rhel9@sha256:7921758ff17842c5dc8159b94c8a16332fe0f20c1d40b27b17dc11316593314a_ppc64le",
            "9Base-RHOSE-4.15:openshift4/sriov-cni-rhel9@sha256:8a463afb876154a3b795f4435eba674df5791c0abc22db4065ff19677d903e8f_amd64",
            "9Base-RHOSE-4.15:openshift4/sriov-cni-rhel9@sha256:eeb2cad9e0c5fe5dbdb1eebcfa628f0ce7ef866e130eec3627d8ad75bb8480c1_arm64"
          ]
        }
      ],
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2350190"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in Jinja. In affected versions, an oversight in how the Jinja sandboxed environment interacts with the `|attr` filter allows an attacker who controls the content of a template to execute arbitrary Python code. To exploit the vulnerability, an attacker needs to control the content of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications that execute untrusted templates. Jinja\u0027s sandbox does catch calls to `str.format` and ensures they don\u0027t escape the sandbox. However, it\u0027s possible to use the `|attr` filter to get a reference to a string\u0027s plain format method, bypassing the sandbox.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "jinja2: Jinja sandbox breakout through attr filter selecting format method",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "This vulnerability is rated as important severity due to the potential for an attacker to bypass Jinja\u0027s sandbox by exploiting the |attr filter, by controlling template content, an attacker can execute arbitrary Python code, impacting the integrity, confidentiality, and availability of the system. While the attack requires user interaction to trigger untrusted templates, the risk is significant in applications that allow such templates to be executed.",
          "title": "Statement"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "8Base-RHOSE-4.15:openshift4/ose-ansible-operator@sha256:49039a07d070b56a434c3f4aba766580f2a66c22fb71622b06d3256d3eb8332f_amd64",
          "8Base-RHOSE-4.15:openshift4/ose-ansible-operator@sha256:9d649ada3e4f4c72254fe57e96db6e25bcf12a51f15a10733e63af9043ce671d_arm64",
          "8Base-RHOSE-4.15:openshift4/ose-ansible-operator@sha256:b2b5aca3e83da5a84652eceea8fce4d7f5356ffaffd6d4bcbbb7f52b963504d9_s390x",
          "8Base-RHOSE-4.15:openshift4/ose-ansible-operator@sha256:e11179849bec69ee27c5f422807216d85fd062138ff6a7dcfa3fdccfb81c96fc_ppc64le"
        ],
        "known_not_affected": [
          "8Base-RHOSE-4.15:openshift4/nmstate-console-plugin-rhel8@sha256:5580070b8ff5ffc459328a344798e6eb020461e68193bbbb8d5f2b3fdea2650a_ppc64le",
          "8Base-RHOSE-4.15:openshift4/nmstate-console-plugin-rhel8@sha256:6e01ef39990091827977feed1f79b00b6a675e00a7d951fa93c3458e54408297_amd64",
          "8Base-RHOSE-4.15:openshift4/nmstate-console-plugin-rhel8@sha256:807781a1bf22d03dcb6f14c3e2fdfaf84358da1610dfae498f89db8ec3fe905a_s390x",
          "8Base-RHOSE-4.15:openshift4/nmstate-console-plugin-rhel8@sha256:aef6c2a44da59d23cad68d63fd4621ffc5fb8ad10aca684225315a1932c5bf7e_arm64",
          "8Base-RHOSE-4.15:openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:01dd496bb6a81a5f92b410b5f7dc4a839f8b5f085d09e8cf0aaf69c2c385ca9a_arm64",
          "8Base-RHOSE-4.15:openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:768eb2a0ac53cc9ed5fe56c3da1ccf3ffdd5762ab869baef54e0aeb4dd00ea60_amd64",
          "8Base-RHOSE-4.15:openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:20503d3a85b01debc7110dc45b0311d593b00a85604c7878c956af32a980a834_arm64",
          "8Base-RHOSE-4.15:openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:99780be0bcd7565dbd184d9bc9548dd6e574fb6203ff16cb9967c13f3f9e5847_amd64",
          "8Base-RHOSE-4.15:openshift4/ose-cluster-capacity@sha256:40675e446d7d217a9bd1ee08c14e8f2d5444ea539b5960e70c3a620b104f43c2_arm64",
          "8Base-RHOSE-4.15:openshift4/ose-cluster-capacity@sha256:7552b4adf5029946de27b76ca9fef463949401b9ec75a8e7dbea0c11cb3597a6_s390x",
          "8Base-RHOSE-4.15:openshift4/ose-cluster-capacity@sha256:a90bc28dca99287a5d21953093d7a7934a7e96c1c64bc974076142c082e087b7_amd64",
          "8Base-RHOSE-4.15:openshift4/ose-cluster-capacity@sha256:e181e980e0f72aa235ae538371402d11ca2f362f6b1c7f6ca4a58c068defdcde_ppc64le",
          "8Base-RHOSE-4.15:openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:3b96e01a1df7ad8ab0ebe6249ac2709bf938935ef5eb2bf30b2f595e1acd1db7_amd64",
          "8Base-RHOSE-4.15:openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:8d6bb352e3553553399e42cf422537eb2a245e64bec16459b1b103746d968186_ppc64le",
          "8Base-RHOSE-4.15:openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:cd1817fe5cfd8d08b49d804484e6d3274fdcfc893231725b44aac92ed9f9fc2a_s390x",
          "8Base-RHOSE-4.15:openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:f14c7316d0871fb015ab47858fb80c057966171bb7dc46d60d40371d312ad12d_arm64",
          "8Base-RHOSE-4.15:openshift4/ose-egress-dns-proxy@sha256:5cadaca0e4350e77de36c2d4470f6a72ca49d28cb297282283008dd1868caf0a_s390x",
          "8Base-RHOSE-4.15:openshift4/ose-egress-dns-proxy@sha256:621fa90f2cc53110c34d7eee247866cbbddfe8c9e8fbc1d48984965245115f7a_amd64",
          "8Base-RHOSE-4.15:openshift4/ose-egress-dns-proxy@sha256:d3d7f28314bbfaba5f2698e7716748ffc9707ac307b1af78a6ebec28fa16509b_ppc64le",
          "8Base-RHOSE-4.15:openshift4/ose-egress-dns-proxy@sha256:e94bc31d00fdb3c28d0deca9081b6956088db2444d7c1a1044af974c10a1cc58_arm64",
          "8Base-RHOSE-4.15:openshift4/ose-egress-http-proxy@sha256:345358672b0ac915bdb8eaed36bfffb5b3bafa08b8d7dc3c424a6185812f45c4_s390x",
          "8Base-RHOSE-4.15:openshift4/ose-egress-http-proxy@sha256:4817c4ba3a2c24ee91c9af8a8d0d9b3943d679bca6f56e369ed12876da02fe15_ppc64le",
          "8Base-RHOSE-4.15:openshift4/ose-egress-http-proxy@sha256:50443d2cd25febaf4ebef17447de843ed30a55151c3a37396d185c8870840636_amd64",
          "8Base-RHOSE-4.15:openshift4/ose-egress-http-proxy@sha256:5f1cd27259e1efe3f586ab358ca62b4b9a92828c72adfebc2f7c56b9165e1ea9_arm64",
          "8Base-RHOSE-4.15:openshift4/ose-egress-router@sha256:201e59d30158874976960ca8722b9e5af688b072f7093d957e0c264989b78319_s390x",
          "8Base-RHOSE-4.15:openshift4/ose-egress-router@sha256:254eb849b24c5d25afa09e62fe01f40258e0e530569aaa5b01aab07b48967fdb_amd64",
          "8Base-RHOSE-4.15:openshift4/ose-egress-router@sha256:938f4c6c8336fb64889bd3fc05d50ac5c43a46c94451a56767f2f502ae516522_ppc64le",
          "8Base-RHOSE-4.15:openshift4/ose-egress-router@sha256:b8adf22115d21e7cc7c5a73cef81393bb0000a263f80a8720f3288b712bccca3_arm64",
          "8Base-RHOSE-4.15:openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:56dca0c119524f9c0202e40a89afe3471d9a58dfe154d260d4d2fd1ebb36c578_ppc64le",
          "8Base-RHOSE-4.15:openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:755411978e520f53d81f96186971b987cb48fb06e161791718570598f9542d7d_arm64",
          "8Base-RHOSE-4.15:openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:c0b2d957f7e28d2484b7c96cbaa8f1fa39620f33a5f348b796e38e0e21096254_amd64",
          "8Base-RHOSE-4.15:openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:b3613e2c84b145e87db1e2da9aeb8d1e7346c6455dc2721245cdd6b613c04a12_ppc64le",
          "8Base-RHOSE-4.15:openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:bf6bdb4374daa7766c367c15a813f20c9f269b6611b78031ec9e0fe3aafb8271_arm64",
          "8Base-RHOSE-4.15:openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:fc64019e8a1bcbb5889ed9e3930e1ff46238e696c03a064156c4bc2181f42e47_amd64",
          "8Base-RHOSE-4.15:openshift4/ose-helm-operator@sha256:46531d36474d230ed5db12d303d5c7ec6f61c5ad3ee7c040e1884184769833a1_s390x",
          "8Base-RHOSE-4.15:openshift4/ose-helm-operator@sha256:7ad93888ce94c1f020772b0a443fdfcd7308a90748a72a7c39d7c85be649c392_amd64",
          "8Base-RHOSE-4.15:openshift4/ose-helm-operator@sha256:9517897e4104b47c735a74ffc79591bb1d16ae0a4fda11ac466d3aa2f816a694_arm64",
          "8Base-RHOSE-4.15:openshift4/ose-helm-operator@sha256:df7069a56a1edd404aa1176bbd37391346db8fd04ff6c2607c17698e8ea980d3_ppc64le",
          "8Base-RHOSE-4.15:openshift4/ose-operator-sdk-rhel8@sha256:0de5d9fd41444abefae4fcba25c063e64d54424aeb7556eedf7b697101a630cd_s390x",
          "8Base-RHOSE-4.15:openshift4/ose-operator-sdk-rhel8@sha256:9350da9681d46831a047bc6e03709939040755761f6ad350f3d4279acf9320fc_ppc64le",
          "8Base-RHOSE-4.15:openshift4/ose-operator-sdk-rhel8@sha256:a6cb88ae408f25a0d438eeb79e61f1983231fccada83e7fccb4ff85817619df8_arm64",
          "8Base-RHOSE-4.15:openshift4/ose-operator-sdk-rhel8@sha256:b6792eeb95f58cf9bbbf6732d64015836fbb2f96a56c2bcca939f7e4c4ce0647_amd64",
          "8Base-RHOSE-4.15:openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:7e0e8dfeb1ca9490c592b1247b70aaa9945a0a573bc7d6b00762603aafe4f50a_arm64",
          "8Base-RHOSE-4.15:openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:911f5c9019d97f069a5041820ffd0f318d35953c315d6594ce473dc9a7a36ae1_amd64",
          "8Base-RHOSE-4.15:openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:e5263316a0b69ee7d7459ff8441505a2aec38f9e372d4809ac742313b238617b_s390x",
          "8Base-RHOSE-4.15:openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:f110d9a9ddae804adc39f76153ebbab7ebcb30f051339471eb29a0eadfad3114_ppc64le",
          "8Base-RHOSE-4.15:openshift4/ose-secrets-store-csi-driver-rhel8@sha256:4fd28de36dedf106694aa60d15ec5f71ee2f4248a8fe99c5eea83894f0990095_amd64",
          "8Base-RHOSE-4.15:openshift4/ose-secrets-store-csi-driver-rhel8@sha256:8b31ba061fcbbc042923e06ff5c5365e25610bee8884700ef4f319b847d72336_s390x",
          "8Base-RHOSE-4.15:openshift4/ose-secrets-store-csi-driver-rhel8@sha256:9e74e1668e85829827b8422ef1074c3c708407e0694481dea72f88dc73cf9a69_ppc64le",
          "8Base-RHOSE-4.15:openshift4/ose-secrets-store-csi-driver-rhel8@sha256:e406d0d0f8b7c7d68906df3fb80e5b1c238d7619138aa5a218fdf0ddc870263e_arm64",
          "8Base-RHOSE-4.15:openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:50773a425d4ad622446fc0dc73ae29d5641b6e03c7573fe7b2c8162d9d672363_arm64",
          "8Base-RHOSE-4.15:openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:78df5ff7e7c41e5e357429440722f5ba81c2885aba3a45cebf09a1a1f87b1958_amd64",
          "8Base-RHOSE-4.15:openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:adba6365971eceb436fff6365c982f5fdfef559f48035e453d55f961f86d9b61_ppc64le",
          "8Base-RHOSE-4.15:openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:d8d06ccdaad6907a56545b49dfeaf3c8dd54d0b4cb4e964496d29b16b2ef6f63_s390x",
          "8Base-RHOSE-4.15:openshift4/ptp-must-gather-rhel8@sha256:033d6aee516ccecdb12433cf7820fd23db24d117977d5fe3cd96307c706bd8e1_ppc64le",
          "8Base-RHOSE-4.15:openshift4/ptp-must-gather-rhel8@sha256:22896ca9bee85e551b874b9beddfb056c97dd9a0634438a0db28bd6def9fa50d_amd64",
          "8Base-RHOSE-4.15:openshift4/ptp-must-gather-rhel8@sha256:d543fb6bc71d934e47a3a8f1f4024d859b522bf11f8b82a51395038a31d6c41d_arm64",
          "9Base-RHOSE-4.15:openshift4/frr-rhel9@sha256:1efa9ef3859959f111f902eef152e71ef0c51f09debc58bf74982650e0ba5e39_ppc64le",
          "9Base-RHOSE-4.15:openshift4/frr-rhel9@sha256:3863d04a853fbd6f3864dbe7ab63ddc56b2a0732187ec550a00e993a4110fdec_s390x",
          "9Base-RHOSE-4.15:openshift4/frr-rhel9@sha256:b755f787a9871f6c22b37edfcb98cbc8e5299747c46147e839759bb320e22e52_arm64",
          "9Base-RHOSE-4.15:openshift4/frr-rhel9@sha256:eb19c44c82805847ef154882d684a79e80ecb4234e91b21d11b13017c5902191_amd64",
          "9Base-RHOSE-4.15:openshift4/ingress-node-firewall-rhel9-operator@sha256:2ab1d2f41b096744f8c1253b093f37967667a72463145b3a1966567326b9905d_amd64",
          "9Base-RHOSE-4.15:openshift4/ingress-node-firewall-rhel9-operator@sha256:c12c4aa9cc5bbf462b0fbd7b796a595f15e1e14cd541db1666275414b0e027ee_arm64",
          "9Base-RHOSE-4.15:openshift4/ingress-node-firewall-rhel9-operator@sha256:c1c8d40c5dcaa0d3268d60e14b59ea2e343aa2d2b7c8531f175b1fcdd6c1f22c_ppc64le",
          "9Base-RHOSE-4.15:openshift4/ingress-node-firewall-rhel9-operator@sha256:d09efd61aeec487805dc08407b3572ba1dfaffdd96a58827749adfd64882c3ce_s390x",
          "9Base-RHOSE-4.15:openshift4/ingress-node-firewall-rhel9@sha256:3c7057f7ee070780187d3fdadb55c1c2406d5b15f7dac8cbf6a69ec8779aa672_s390x",
          "9Base-RHOSE-4.15:openshift4/ingress-node-firewall-rhel9@sha256:63ac6597616a523c5f7d2f18193dc9d1e7433935ee765c7b4bcf39bd6a5e121e_arm64",
          "9Base-RHOSE-4.15:openshift4/ingress-node-firewall-rhel9@sha256:6ec5befb1cd3a67925f951ea6e6a39a080f9f01c60efd9cb34d7760c739457bd_amd64",
          "9Base-RHOSE-4.15:openshift4/ingress-node-firewall-rhel9@sha256:a23907aaefff390b03cd5d90237143fdf5b87a0f522fffbdcd8296cbde37c47d_ppc64le",
          "9Base-RHOSE-4.15:openshift4/kubernetes-nmstate-rhel9-operator@sha256:4ec257618cd5d28ee707fec73c98725110b5de9158f0cd3fcbee60f83996e965_s390x",
          "9Base-RHOSE-4.15:openshift4/kubernetes-nmstate-rhel9-operator@sha256:5be0460ac8a2fae55c5488aa0f0ff6511d629fdb3758ce4dd68caab3abe9ae42_amd64",
          "9Base-RHOSE-4.15:openshift4/kubernetes-nmstate-rhel9-operator@sha256:9b7805668b95e395d0fb7d689b0257072b0a95b8acea70e16282192e3985db25_arm64",
          "9Base-RHOSE-4.15:openshift4/kubernetes-nmstate-rhel9-operator@sha256:b29db9660ba47458eb6f53b515a5901bc09f1109bc9fd84fa3a5003fcf6adaef_ppc64le",
          "9Base-RHOSE-4.15:openshift4/metallb-rhel9-operator@sha256:5d628ba28b7e362b950717949a3caa7001f47f8abc4c832f03f52da5c27d2395_arm64",
          "9Base-RHOSE-4.15:openshift4/metallb-rhel9-operator@sha256:73c248853e386c1f6b94f9a43650500c0bf0ab1e006f5e0e3f7895dc080a1342_amd64",
          "9Base-RHOSE-4.15:openshift4/metallb-rhel9-operator@sha256:755bc8397cf9d4a262c90a936639b8c7833417c18932efb497763fca02a414dd_ppc64le",
          "9Base-RHOSE-4.15:openshift4/metallb-rhel9-operator@sha256:bc68e9259bfcc7b07fa5a842c4ad107c7bd7038d128e7a61df9b450e7e13ed67_s390x",
          "9Base-RHOSE-4.15:openshift4/metallb-rhel9@sha256:1ddb2c53e2f570c6cd123ebcc7947a1895c3468c6212a98b78a07d2e02d566ce_arm64",
          "9Base-RHOSE-4.15:openshift4/metallb-rhel9@sha256:2fd1c94702dac3d9f08e14b704e6a78261b9fa487a07d1228cd71c09eb7d8b88_ppc64le",
          "9Base-RHOSE-4.15:openshift4/metallb-rhel9@sha256:6aa902dda59e2a3871ce37ed62351ee2330c87233afc88e05c595fd2367224f2_s390x",
          "9Base-RHOSE-4.15:openshift4/metallb-rhel9@sha256:76bfc2a904858c562adb338cdb190020ca69d159c32e2757fda6e340dfd09058_amd64",
          "9Base-RHOSE-4.15:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:37b431ea690884831eba350b1720fc69c65860ba4a02fe64c77828edb888e8d3_s390x",
          "9Base-RHOSE-4.15:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:3deca51f47e3bed16048fddd5c1fc8acb01ba5231d02b78af4ca4988c714d91a_ppc64le",
          "9Base-RHOSE-4.15:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:4ba6c221cc34f3674773fb8c1d32cd2c1e308a57e893e27a0e76ef24bb7010ea_amd64",
          "9Base-RHOSE-4.15:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6a7ec6c0d8c8a7662cba34a63b1cfd855f6bb288cc8b4f6f3f9451692d808268_arm64",
          "9Base-RHOSE-4.15:openshift4/ose-cloud-event-proxy-rhel9@sha256:ad39b429939ecdd6d2298b6c6aceab6e3158e819f33e8830c16d42b9f696b5aa_amd64",
          "9Base-RHOSE-4.15:openshift4/ose-cloud-event-proxy-rhel9@sha256:b6d65cbbc114f19302fe7e6eb9ca2999c16878742801c292aea76f46e072f469_ppc64le",
          "9Base-RHOSE-4.15:openshift4/ose-cloud-event-proxy-rhel9@sha256:bdbc74db5d3fd278a3f5d051e58f3b1b81d203baf9726ae357ae1f372c45d753_arm64",
          "9Base-RHOSE-4.15:openshift4/ose-cluster-nfd-rhel9-operator@sha256:06756827ca7009cbf006c77b81d928c99b865251b3d03c0d8954dd3409b6de17_ppc64le",
          "9Base-RHOSE-4.15:openshift4/ose-cluster-nfd-rhel9-operator@sha256:13947efa51313aab2703631b77a0857f14863ee95e80e718b58088d567eb1f40_amd64",
          "9Base-RHOSE-4.15:openshift4/ose-cluster-nfd-rhel9-operator@sha256:45da407fa7d24d9ab28737ef8177f9855c0350981a05888b0d024d1ef7a9ac09_arm64",
          "9Base-RHOSE-4.15:openshift4/ose-cluster-nfd-rhel9-operator@sha256:7c76a5bc64243baed15bfaebc22512f05b2aeb0613722f1228dd7c358d0af54f_s390x",
          "9Base-RHOSE-4.15:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:5c773762284a4cde5281b3fc5be7390ca2eef5a1eba297a285bb6d4b393269b6_amd64",
          "9Base-RHOSE-4.15:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:7c75245cb41cc49b5baee209daf721de11d9e473368d742228c4b37631fb29fd_ppc64le",
          "9Base-RHOSE-4.15:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:937493d85d3a6e4937d4c10660eb301f37f7d41130804284cc336fa3fa10694c_s390x",
          "9Base-RHOSE-4.15:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:fb3f2a263692719b11d69a47194dc46d1b1047a05546543d972f8e80ecb1fb20_arm64",
          "9Base-RHOSE-4.15:openshift4/ose-clusterresourceoverride-rhel9@sha256:51663cc34cce039e548b0086dc655aa3a212612e818d913018625e76d69f8dd5_arm64",
          "9Base-RHOSE-4.15:openshift4/ose-clusterresourceoverride-rhel9@sha256:53715feeb52c89f340450f781101f003c4892b02e716f045f4898b51578e7237_s390x",
          "9Base-RHOSE-4.15:openshift4/ose-clusterresourceoverride-rhel9@sha256:bef01bea78003b7446e2a914ae8d2ff85f31cac08300cef89206cc6f9c18fe66_ppc64le",
          "9Base-RHOSE-4.15:openshift4/ose-clusterresourceoverride-rhel9@sha256:e8763e67c471fd62ae3f11ae1ae4984177951ed229267384c0ebb74a80896c15_amd64",
          "9Base-RHOSE-4.15:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:3c46808ece35519fd4dc204696dc940c270e1ec7196780c9011a6150858cbc8f_arm64",
          "9Base-RHOSE-4.15:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:742f39b9e077e4e3c75651afdc33ce32ecc356306aec01f5ca98ccec2c748f1d_amd64",
          "9Base-RHOSE-4.15:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:8b8d17b79e8c3fa7357db94cb6308bf2df368bd80e4dc84a9c7dbf4423c8e11a_s390x",
          "9Base-RHOSE-4.15:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:da4c7e227651665af575b9be0bcdf07f7b638cf9b615681088be9150eac528f6_ppc64le",
          "9Base-RHOSE-4.15:openshift4/ose-local-storage-diskmaker-rhel9@sha256:46fab721832d7ca9593434d438a8e75c5c7574b2e59ed4aecc3e36d6b273cd17_s390x",
          "9Base-RHOSE-4.15:openshift4/ose-local-storage-diskmaker-rhel9@sha256:6e6b7975d12b682dafb1292f609ae1640edba88abccbeff401681c204b777a28_amd64",
          "9Base-RHOSE-4.15:openshift4/ose-local-storage-diskmaker-rhel9@sha256:8de0165780ce576be459a561e0945d2c61833811540ae060dd1a2502e5090c05_arm64",
          "9Base-RHOSE-4.15:openshift4/ose-local-storage-diskmaker-rhel9@sha256:f653d03d5caa1de2435fefcecfb629af74639915296352947d6743ae3c73b225_ppc64le",
          "9Base-RHOSE-4.15:openshift4/ose-local-storage-mustgather-rhel9@sha256:488d8848cc0281deea9069f349471efb9af5b862c04fe5ec52b9b0cc5a82ac69_ppc64le",
          "9Base-RHOSE-4.15:openshift4/ose-local-storage-mustgather-rhel9@sha256:51ad14ea62423c524f66bbade04273162e5047f0e7704b8c91d7c5b89e1c26b7_arm64",
          "9Base-RHOSE-4.15:openshift4/ose-local-storage-mustgather-rhel9@sha256:92c31191d397994dfd05ca376181fc93d28c4c6757a466b56163000093c5519c_s390x",
          "9Base-RHOSE-4.15:openshift4/ose-local-storage-mustgather-rhel9@sha256:b3dfffcfce1e085c28f64fda04fd94bc34567458522c5e8756b6520cdc4650bf_amd64",
          "9Base-RHOSE-4.15:openshift4/ose-local-storage-rhel9-operator@sha256:1e6c42529871cbfef2e2d1ab398d19c3cbe6c3a096ec6db4d40ef15dc642e4d0_amd64",
          "9Base-RHOSE-4.15:openshift4/ose-local-storage-rhel9-operator@sha256:31d562a8fd72f9f139f5c6317e0c83e6ab54a3fc582f493eb7357d807b0d6e20_arm64",
          "9Base-RHOSE-4.15:openshift4/ose-local-storage-rhel9-operator@sha256:52c8d488d4a635460d2369803f469a5586f019e9ef912442ce8920afa58a94bd_s390x",
          "9Base-RHOSE-4.15:openshift4/ose-local-storage-rhel9-operator@sha256:e0955b9a26492b22d6dba495d6cd678b4f492e78eea097275a8ddacc936da6b2_ppc64le",
          "9Base-RHOSE-4.15:openshift4/ose-node-feature-discovery-rhel9@sha256:19d52a10bcf967b2c8e11e20992cbba3c2f9d5457be496980461f51fb5f620b0_ppc64le",
          "9Base-RHOSE-4.15:openshift4/ose-node-feature-discovery-rhel9@sha256:bbcb287ed5565540b1189d1ee8355aebe5edf2d73ead6de091d0633ce8f387b7_arm64",
          "9Base-RHOSE-4.15:openshift4/ose-node-feature-discovery-rhel9@sha256:c00a13b9d80521c2eee3b9aba9c0ee26991101be63662d40a19e11b74f4d43d3_s390x",
          "9Base-RHOSE-4.15:openshift4/ose-node-feature-discovery-rhel9@sha256:ccd2c2e5d8760bc987ea13f4d6643fd24f413cd471768b4a23d9afdcde3440ab_amd64",
          "9Base-RHOSE-4.15:openshift4/ose-ptp-rhel9-operator@sha256:1f139bfa171e08a95f17585810179884d2ff2bf0ec3b117430fd8c835bed73de_ppc64le",
          "9Base-RHOSE-4.15:openshift4/ose-ptp-rhel9-operator@sha256:2715ae9ac29e55151fa8c800088bad7ee76d8c8f5c4636fd889c331c1d636ee3_amd64",
          "9Base-RHOSE-4.15:openshift4/ose-ptp-rhel9-operator@sha256:50ab2651ead8e6bfaeac767878bb68aedddba95ddd25929fa833cd4cb8c38f31_arm64",
          "9Base-RHOSE-4.15:openshift4/ose-ptp-rhel9@sha256:22f4d0560d80c59f8a3e6a7d5548ef75bdcc12d0176fd47d9c44c9fdd221d5c7_amd64",
          "9Base-RHOSE-4.15:openshift4/ose-ptp-rhel9@sha256:2e617bd378d070f80fcc6fe40c4e98f1ae4919f6cddf335a8f6ccd6ba13101c2_ppc64le",
          "9Base-RHOSE-4.15:openshift4/ose-ptp-rhel9@sha256:3fb9ede0b0ebc57a08042b7c016ca29746d4aeb1a02c27a46765790de5b5dcfe_arm64",
          "9Base-RHOSE-4.15:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:8e3f2e298379eed0d60cb606fb60d23dd810ef9ee3f486ecc56fcb836e243a3c_amd64",
          "9Base-RHOSE-4.15:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:a03b15b7c84094fc43dbb22520f8d18bc08dba0ab250ff8a8c73639ce6699813_ppc64le",
          "9Base-RHOSE-4.15:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:ccb7c75b27574d1b61fbf547a98f57f48fc7b781b33072c03c57584386e7c437_arm64",
          "9Base-RHOSE-4.15:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:65a20e583c7459999d955a113fc25a57872c18173a75b9a8bc27b1af220c67c3_amd64",
          "9Base-RHOSE-4.15:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:e0a57b9ea2af7f1c41a62a2b9b46ec0e3351db5436b1b2687dc1c278efb99703_arm64",
          "9Base-RHOSE-4.15:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:f3feae165565a7ecbb3b8c48aabbdd025a573e0cddd72d05dcb532061ab383d6_ppc64le",
          "9Base-RHOSE-4.15:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:17ad9df12e44ed38a186277bd23226754cb952b6c011f43795bbaa1829c322d1_amd64",
          "9Base-RHOSE-4.15:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:669f94cd9437b89d38a21cb85aff868ee124073f1ebbbca38d0d0b3b56167d1c_arm64",
          "9Base-RHOSE-4.15:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:e00af7219c9fd928ea7c7394d774e28520ea52cf44b98e505223dbde9a873b03_ppc64le",
          "9Base-RHOSE-4.15:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:6b530ff1cf73c0e3353813ffe1453e5c21d8e8d82698f9170b7c8e9fb9fb1d22_ppc64le",
          "9Base-RHOSE-4.15:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:7b5542a044e57d4dc42dcd7383475b368adcfe304e071b369da9e2dbb4fa7c65_amd64",
          "9Base-RHOSE-4.15:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:c76d970a5d97d82e8d326426246ba0b051b5c069a2aea449b91a55823ef979c0_arm64",
          "9Base-RHOSE-4.15:openshift4/ose-sriov-network-rhel9-operator@sha256:0426ea03656a29c0ea4656e4de48caa7178ad1d6100a358401fb76d94bfb993f_ppc64le",
          "9Base-RHOSE-4.15:openshift4/ose-sriov-network-rhel9-operator@sha256:a86a062535e1f5a3837cc7632b3c081068beeeaf7425650c60231a6975d23ba2_amd64",
          "9Base-RHOSE-4.15:openshift4/ose-sriov-network-rhel9-operator@sha256:af303311c0edd7eb99f7088df22225bb6e3bec098ddeb7f74900fcff451794e0_arm64",
          "9Base-RHOSE-4.15:openshift4/ose-sriov-network-webhook-rhel9@sha256:15e560dba53353c13e2c0758159c001cb4d71b1ef39466197b8b40adbbb266bc_amd64",
          "9Base-RHOSE-4.15:openshift4/ose-sriov-network-webhook-rhel9@sha256:5343c259f3a9e0cd5074c42fdf54ebab6f08c6c4b383706fa9059fd59501c766_arm64",
          "9Base-RHOSE-4.15:openshift4/ose-sriov-network-webhook-rhel9@sha256:9e0d42ae681c41158ef5dc2636fb9ba77e567549b7a5b171d69ea2052b4d697a_ppc64le",
          "9Base-RHOSE-4.15:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:57273c01ef67c8c1c321b61c3bb73ed27cf228b6c1e8562a9055cf1358678e79_ppc64le",
          "9Base-RHOSE-4.15:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:bdbdce52e9aafb2ac448c6108d7a1aa2a816ebd08b4f6e79df527416fded2b98_s390x",
          "9Base-RHOSE-4.15:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:cb2e65a12eefb023bb2c4ba1d2063773e3ff761cd1fcfb824d2341d39a3a99ca_arm64",
          "9Base-RHOSE-4.15:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:e21784b9fc63a52deadb45fe1ea7c45ac699d77d77256e3dad5a35ea58befbe4_amd64",
          "9Base-RHOSE-4.15:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:3232ac33b3a13e8254dbcf4dbdfd869df220416460a7b0f556eaf995573aaab9_arm64",
          "9Base-RHOSE-4.15:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:ac1bc840619faabf73ca900add354bd2463bb08a0ae34e0db6c739a530541672_amd64",
          "9Base-RHOSE-4.15:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:bbcc93d6d3cb380368ea5fc444f5b7929e9f3ae1db82dd9741349dbe2f2f81f8_s390x",
          "9Base-RHOSE-4.15:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:f5036fc231e9194fc215019df14ec894576d443a099c7b1ccd613ab997f44aa8_ppc64le",
          "9Base-RHOSE-4.15:openshift4/sriov-cni-rhel9@sha256:7921758ff17842c5dc8159b94c8a16332fe0f20c1d40b27b17dc11316593314a_ppc64le",
          "9Base-RHOSE-4.15:openshift4/sriov-cni-rhel9@sha256:8a463afb876154a3b795f4435eba674df5791c0abc22db4065ff19677d903e8f_amd64",
          "9Base-RHOSE-4.15:openshift4/sriov-cni-rhel9@sha256:eeb2cad9e0c5fe5dbdb1eebcfa628f0ce7ef866e130eec3627d8ad75bb8480c1_arm64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2025-27516"
        },
        {
          "category": "external",
          "summary": "RHBZ#2350190",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2350190"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2025-27516",
          "url": "https://www.cve.org/CVERecord?id=CVE-2025-27516"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-27516",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-27516"
        },
        {
          "category": "external",
          "summary": "https://github.com/pallets/jinja/commit/90457bbf33b8662926ae65cdde4c4c32e756e403",
          "url": "https://github.com/pallets/jinja/commit/90457bbf33b8662926ae65cdde4c4c32e756e403"
        },
        {
          "category": "external",
          "summary": "https://github.com/pallets/jinja/security/advisories/GHSA-cpwx-vrp4-4pq7",
          "url": "https://github.com/pallets/jinja/security/advisories/GHSA-cpwx-vrp4-4pq7"
        }
      ],
      "release_date": "2025-03-05T20:40:06.568000+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2025-04-16T02:18:49+00:00",
          "details": "For OpenShift Container Platform 4.15 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.15/html/release_notes/",
          "product_ids": [
            "8Base-RHOSE-4.15:openshift4/ose-ansible-operator@sha256:49039a07d070b56a434c3f4aba766580f2a66c22fb71622b06d3256d3eb8332f_amd64",
            "8Base-RHOSE-4.15:openshift4/ose-ansible-operator@sha256:9d649ada3e4f4c72254fe57e96db6e25bcf12a51f15a10733e63af9043ce671d_arm64",
            "8Base-RHOSE-4.15:openshift4/ose-ansible-operator@sha256:b2b5aca3e83da5a84652eceea8fce4d7f5356ffaffd6d4bcbbb7f52b963504d9_s390x",
            "8Base-RHOSE-4.15:openshift4/ose-ansible-operator@sha256:e11179849bec69ee27c5f422807216d85fd062138ff6a7dcfa3fdccfb81c96fc_ppc64le"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2025:3789"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "LOCAL",
            "availabilityImpact": "HIGH",
            "baseScore": 7.3,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "HIGH",
            "privilegesRequired": "LOW",
            "scope": "UNCHANGED",
            "userInteraction": "REQUIRED",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "8Base-RHOSE-4.15:openshift4/nmstate-console-plugin-rhel8@sha256:5580070b8ff5ffc459328a344798e6eb020461e68193bbbb8d5f2b3fdea2650a_ppc64le",
            "8Base-RHOSE-4.15:openshift4/nmstate-console-plugin-rhel8@sha256:6e01ef39990091827977feed1f79b00b6a675e00a7d951fa93c3458e54408297_amd64",
            "8Base-RHOSE-4.15:openshift4/nmstate-console-plugin-rhel8@sha256:807781a1bf22d03dcb6f14c3e2fdfaf84358da1610dfae498f89db8ec3fe905a_s390x",
            "8Base-RHOSE-4.15:openshift4/nmstate-console-plugin-rhel8@sha256:aef6c2a44da59d23cad68d63fd4621ffc5fb8ad10aca684225315a1932c5bf7e_arm64",
            "8Base-RHOSE-4.15:openshift4/ose-ansible-operator@sha256:49039a07d070b56a434c3f4aba766580f2a66c22fb71622b06d3256d3eb8332f_amd64",
            "8Base-RHOSE-4.15:openshift4/ose-ansible-operator@sha256:9d649ada3e4f4c72254fe57e96db6e25bcf12a51f15a10733e63af9043ce671d_arm64",
            "8Base-RHOSE-4.15:openshift4/ose-ansible-operator@sha256:b2b5aca3e83da5a84652eceea8fce4d7f5356ffaffd6d4bcbbb7f52b963504d9_s390x",
            "8Base-RHOSE-4.15:openshift4/ose-ansible-operator@sha256:e11179849bec69ee27c5f422807216d85fd062138ff6a7dcfa3fdccfb81c96fc_ppc64le",
            "8Base-RHOSE-4.15:openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:01dd496bb6a81a5f92b410b5f7dc4a839f8b5f085d09e8cf0aaf69c2c385ca9a_arm64",
            "8Base-RHOSE-4.15:openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:768eb2a0ac53cc9ed5fe56c3da1ccf3ffdd5762ab869baef54e0aeb4dd00ea60_amd64",
            "8Base-RHOSE-4.15:openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:20503d3a85b01debc7110dc45b0311d593b00a85604c7878c956af32a980a834_arm64",
            "8Base-RHOSE-4.15:openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:99780be0bcd7565dbd184d9bc9548dd6e574fb6203ff16cb9967c13f3f9e5847_amd64",
            "8Base-RHOSE-4.15:openshift4/ose-cluster-capacity@sha256:40675e446d7d217a9bd1ee08c14e8f2d5444ea539b5960e70c3a620b104f43c2_arm64",
            "8Base-RHOSE-4.15:openshift4/ose-cluster-capacity@sha256:7552b4adf5029946de27b76ca9fef463949401b9ec75a8e7dbea0c11cb3597a6_s390x",
            "8Base-RHOSE-4.15:openshift4/ose-cluster-capacity@sha256:a90bc28dca99287a5d21953093d7a7934a7e96c1c64bc974076142c082e087b7_amd64",
            "8Base-RHOSE-4.15:openshift4/ose-cluster-capacity@sha256:e181e980e0f72aa235ae538371402d11ca2f362f6b1c7f6ca4a58c068defdcde_ppc64le",
            "8Base-RHOSE-4.15:openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:3b96e01a1df7ad8ab0ebe6249ac2709bf938935ef5eb2bf30b2f595e1acd1db7_amd64",
            "8Base-RHOSE-4.15:openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:8d6bb352e3553553399e42cf422537eb2a245e64bec16459b1b103746d968186_ppc64le",
            "8Base-RHOSE-4.15:openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:cd1817fe5cfd8d08b49d804484e6d3274fdcfc893231725b44aac92ed9f9fc2a_s390x",
            "8Base-RHOSE-4.15:openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:f14c7316d0871fb015ab47858fb80c057966171bb7dc46d60d40371d312ad12d_arm64",
            "8Base-RHOSE-4.15:openshift4/ose-egress-dns-proxy@sha256:5cadaca0e4350e77de36c2d4470f6a72ca49d28cb297282283008dd1868caf0a_s390x",
            "8Base-RHOSE-4.15:openshift4/ose-egress-dns-proxy@sha256:621fa90f2cc53110c34d7eee247866cbbddfe8c9e8fbc1d48984965245115f7a_amd64",
            "8Base-RHOSE-4.15:openshift4/ose-egress-dns-proxy@sha256:d3d7f28314bbfaba5f2698e7716748ffc9707ac307b1af78a6ebec28fa16509b_ppc64le",
            "8Base-RHOSE-4.15:openshift4/ose-egress-dns-proxy@sha256:e94bc31d00fdb3c28d0deca9081b6956088db2444d7c1a1044af974c10a1cc58_arm64",
            "8Base-RHOSE-4.15:openshift4/ose-egress-http-proxy@sha256:345358672b0ac915bdb8eaed36bfffb5b3bafa08b8d7dc3c424a6185812f45c4_s390x",
            "8Base-RHOSE-4.15:openshift4/ose-egress-http-proxy@sha256:4817c4ba3a2c24ee91c9af8a8d0d9b3943d679bca6f56e369ed12876da02fe15_ppc64le",
            "8Base-RHOSE-4.15:openshift4/ose-egress-http-proxy@sha256:50443d2cd25febaf4ebef17447de843ed30a55151c3a37396d185c8870840636_amd64",
            "8Base-RHOSE-4.15:openshift4/ose-egress-http-proxy@sha256:5f1cd27259e1efe3f586ab358ca62b4b9a92828c72adfebc2f7c56b9165e1ea9_arm64",
            "8Base-RHOSE-4.15:openshift4/ose-egress-router@sha256:201e59d30158874976960ca8722b9e5af688b072f7093d957e0c264989b78319_s390x",
            "8Base-RHOSE-4.15:openshift4/ose-egress-router@sha256:254eb849b24c5d25afa09e62fe01f40258e0e530569aaa5b01aab07b48967fdb_amd64",
            "8Base-RHOSE-4.15:openshift4/ose-egress-router@sha256:938f4c6c8336fb64889bd3fc05d50ac5c43a46c94451a56767f2f502ae516522_ppc64le",
            "8Base-RHOSE-4.15:openshift4/ose-egress-router@sha256:b8adf22115d21e7cc7c5a73cef81393bb0000a263f80a8720f3288b712bccca3_arm64",
            "8Base-RHOSE-4.15:openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:56dca0c119524f9c0202e40a89afe3471d9a58dfe154d260d4d2fd1ebb36c578_ppc64le",
            "8Base-RHOSE-4.15:openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:755411978e520f53d81f96186971b987cb48fb06e161791718570598f9542d7d_arm64",
            "8Base-RHOSE-4.15:openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:c0b2d957f7e28d2484b7c96cbaa8f1fa39620f33a5f348b796e38e0e21096254_amd64",
            "8Base-RHOSE-4.15:openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:b3613e2c84b145e87db1e2da9aeb8d1e7346c6455dc2721245cdd6b613c04a12_ppc64le",
            "8Base-RHOSE-4.15:openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:bf6bdb4374daa7766c367c15a813f20c9f269b6611b78031ec9e0fe3aafb8271_arm64",
            "8Base-RHOSE-4.15:openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:fc64019e8a1bcbb5889ed9e3930e1ff46238e696c03a064156c4bc2181f42e47_amd64",
            "8Base-RHOSE-4.15:openshift4/ose-helm-operator@sha256:46531d36474d230ed5db12d303d5c7ec6f61c5ad3ee7c040e1884184769833a1_s390x",
            "8Base-RHOSE-4.15:openshift4/ose-helm-operator@sha256:7ad93888ce94c1f020772b0a443fdfcd7308a90748a72a7c39d7c85be649c392_amd64",
            "8Base-RHOSE-4.15:openshift4/ose-helm-operator@sha256:9517897e4104b47c735a74ffc79591bb1d16ae0a4fda11ac466d3aa2f816a694_arm64",
            "8Base-RHOSE-4.15:openshift4/ose-helm-operator@sha256:df7069a56a1edd404aa1176bbd37391346db8fd04ff6c2607c17698e8ea980d3_ppc64le",
            "8Base-RHOSE-4.15:openshift4/ose-operator-sdk-rhel8@sha256:0de5d9fd41444abefae4fcba25c063e64d54424aeb7556eedf7b697101a630cd_s390x",
            "8Base-RHOSE-4.15:openshift4/ose-operator-sdk-rhel8@sha256:9350da9681d46831a047bc6e03709939040755761f6ad350f3d4279acf9320fc_ppc64le",
            "8Base-RHOSE-4.15:openshift4/ose-operator-sdk-rhel8@sha256:a6cb88ae408f25a0d438eeb79e61f1983231fccada83e7fccb4ff85817619df8_arm64",
            "8Base-RHOSE-4.15:openshift4/ose-operator-sdk-rhel8@sha256:b6792eeb95f58cf9bbbf6732d64015836fbb2f96a56c2bcca939f7e4c4ce0647_amd64",
            "8Base-RHOSE-4.15:openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:7e0e8dfeb1ca9490c592b1247b70aaa9945a0a573bc7d6b00762603aafe4f50a_arm64",
            "8Base-RHOSE-4.15:openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:911f5c9019d97f069a5041820ffd0f318d35953c315d6594ce473dc9a7a36ae1_amd64",
            "8Base-RHOSE-4.15:openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:e5263316a0b69ee7d7459ff8441505a2aec38f9e372d4809ac742313b238617b_s390x",
            "8Base-RHOSE-4.15:openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:f110d9a9ddae804adc39f76153ebbab7ebcb30f051339471eb29a0eadfad3114_ppc64le",
            "8Base-RHOSE-4.15:openshift4/ose-secrets-store-csi-driver-rhel8@sha256:4fd28de36dedf106694aa60d15ec5f71ee2f4248a8fe99c5eea83894f0990095_amd64",
            "8Base-RHOSE-4.15:openshift4/ose-secrets-store-csi-driver-rhel8@sha256:8b31ba061fcbbc042923e06ff5c5365e25610bee8884700ef4f319b847d72336_s390x",
            "8Base-RHOSE-4.15:openshift4/ose-secrets-store-csi-driver-rhel8@sha256:9e74e1668e85829827b8422ef1074c3c708407e0694481dea72f88dc73cf9a69_ppc64le",
            "8Base-RHOSE-4.15:openshift4/ose-secrets-store-csi-driver-rhel8@sha256:e406d0d0f8b7c7d68906df3fb80e5b1c238d7619138aa5a218fdf0ddc870263e_arm64",
            "8Base-RHOSE-4.15:openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:50773a425d4ad622446fc0dc73ae29d5641b6e03c7573fe7b2c8162d9d672363_arm64",
            "8Base-RHOSE-4.15:openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:78df5ff7e7c41e5e357429440722f5ba81c2885aba3a45cebf09a1a1f87b1958_amd64",
            "8Base-RHOSE-4.15:openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:adba6365971eceb436fff6365c982f5fdfef559f48035e453d55f961f86d9b61_ppc64le",
            "8Base-RHOSE-4.15:openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:d8d06ccdaad6907a56545b49dfeaf3c8dd54d0b4cb4e964496d29b16b2ef6f63_s390x",
            "8Base-RHOSE-4.15:openshift4/ptp-must-gather-rhel8@sha256:033d6aee516ccecdb12433cf7820fd23db24d117977d5fe3cd96307c706bd8e1_ppc64le",
            "8Base-RHOSE-4.15:openshift4/ptp-must-gather-rhel8@sha256:22896ca9bee85e551b874b9beddfb056c97dd9a0634438a0db28bd6def9fa50d_amd64",
            "8Base-RHOSE-4.15:openshift4/ptp-must-gather-rhel8@sha256:d543fb6bc71d934e47a3a8f1f4024d859b522bf11f8b82a51395038a31d6c41d_arm64",
            "9Base-RHOSE-4.15:openshift4/frr-rhel9@sha256:1efa9ef3859959f111f902eef152e71ef0c51f09debc58bf74982650e0ba5e39_ppc64le",
            "9Base-RHOSE-4.15:openshift4/frr-rhel9@sha256:3863d04a853fbd6f3864dbe7ab63ddc56b2a0732187ec550a00e993a4110fdec_s390x",
            "9Base-RHOSE-4.15:openshift4/frr-rhel9@sha256:b755f787a9871f6c22b37edfcb98cbc8e5299747c46147e839759bb320e22e52_arm64",
            "9Base-RHOSE-4.15:openshift4/frr-rhel9@sha256:eb19c44c82805847ef154882d684a79e80ecb4234e91b21d11b13017c5902191_amd64",
            "9Base-RHOSE-4.15:openshift4/ingress-node-firewall-rhel9-operator@sha256:2ab1d2f41b096744f8c1253b093f37967667a72463145b3a1966567326b9905d_amd64",
            "9Base-RHOSE-4.15:openshift4/ingress-node-firewall-rhel9-operator@sha256:c12c4aa9cc5bbf462b0fbd7b796a595f15e1e14cd541db1666275414b0e027ee_arm64",
            "9Base-RHOSE-4.15:openshift4/ingress-node-firewall-rhel9-operator@sha256:c1c8d40c5dcaa0d3268d60e14b59ea2e343aa2d2b7c8531f175b1fcdd6c1f22c_ppc64le",
            "9Base-RHOSE-4.15:openshift4/ingress-node-firewall-rhel9-operator@sha256:d09efd61aeec487805dc08407b3572ba1dfaffdd96a58827749adfd64882c3ce_s390x",
            "9Base-RHOSE-4.15:openshift4/ingress-node-firewall-rhel9@sha256:3c7057f7ee070780187d3fdadb55c1c2406d5b15f7dac8cbf6a69ec8779aa672_s390x",
            "9Base-RHOSE-4.15:openshift4/ingress-node-firewall-rhel9@sha256:63ac6597616a523c5f7d2f18193dc9d1e7433935ee765c7b4bcf39bd6a5e121e_arm64",
            "9Base-RHOSE-4.15:openshift4/ingress-node-firewall-rhel9@sha256:6ec5befb1cd3a67925f951ea6e6a39a080f9f01c60efd9cb34d7760c739457bd_amd64",
            "9Base-RHOSE-4.15:openshift4/ingress-node-firewall-rhel9@sha256:a23907aaefff390b03cd5d90237143fdf5b87a0f522fffbdcd8296cbde37c47d_ppc64le",
            "9Base-RHOSE-4.15:openshift4/kubernetes-nmstate-rhel9-operator@sha256:4ec257618cd5d28ee707fec73c98725110b5de9158f0cd3fcbee60f83996e965_s390x",
            "9Base-RHOSE-4.15:openshift4/kubernetes-nmstate-rhel9-operator@sha256:5be0460ac8a2fae55c5488aa0f0ff6511d629fdb3758ce4dd68caab3abe9ae42_amd64",
            "9Base-RHOSE-4.15:openshift4/kubernetes-nmstate-rhel9-operator@sha256:9b7805668b95e395d0fb7d689b0257072b0a95b8acea70e16282192e3985db25_arm64",
            "9Base-RHOSE-4.15:openshift4/kubernetes-nmstate-rhel9-operator@sha256:b29db9660ba47458eb6f53b515a5901bc09f1109bc9fd84fa3a5003fcf6adaef_ppc64le",
            "9Base-RHOSE-4.15:openshift4/metallb-rhel9-operator@sha256:5d628ba28b7e362b950717949a3caa7001f47f8abc4c832f03f52da5c27d2395_arm64",
            "9Base-RHOSE-4.15:openshift4/metallb-rhel9-operator@sha256:73c248853e386c1f6b94f9a43650500c0bf0ab1e006f5e0e3f7895dc080a1342_amd64",
            "9Base-RHOSE-4.15:openshift4/metallb-rhel9-operator@sha256:755bc8397cf9d4a262c90a936639b8c7833417c18932efb497763fca02a414dd_ppc64le",
            "9Base-RHOSE-4.15:openshift4/metallb-rhel9-operator@sha256:bc68e9259bfcc7b07fa5a842c4ad107c7bd7038d128e7a61df9b450e7e13ed67_s390x",
            "9Base-RHOSE-4.15:openshift4/metallb-rhel9@sha256:1ddb2c53e2f570c6cd123ebcc7947a1895c3468c6212a98b78a07d2e02d566ce_arm64",
            "9Base-RHOSE-4.15:openshift4/metallb-rhel9@sha256:2fd1c94702dac3d9f08e14b704e6a78261b9fa487a07d1228cd71c09eb7d8b88_ppc64le",
            "9Base-RHOSE-4.15:openshift4/metallb-rhel9@sha256:6aa902dda59e2a3871ce37ed62351ee2330c87233afc88e05c595fd2367224f2_s390x",
            "9Base-RHOSE-4.15:openshift4/metallb-rhel9@sha256:76bfc2a904858c562adb338cdb190020ca69d159c32e2757fda6e340dfd09058_amd64",
            "9Base-RHOSE-4.15:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:37b431ea690884831eba350b1720fc69c65860ba4a02fe64c77828edb888e8d3_s390x",
            "9Base-RHOSE-4.15:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:3deca51f47e3bed16048fddd5c1fc8acb01ba5231d02b78af4ca4988c714d91a_ppc64le",
            "9Base-RHOSE-4.15:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:4ba6c221cc34f3674773fb8c1d32cd2c1e308a57e893e27a0e76ef24bb7010ea_amd64",
            "9Base-RHOSE-4.15:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6a7ec6c0d8c8a7662cba34a63b1cfd855f6bb288cc8b4f6f3f9451692d808268_arm64",
            "9Base-RHOSE-4.15:openshift4/ose-cloud-event-proxy-rhel9@sha256:ad39b429939ecdd6d2298b6c6aceab6e3158e819f33e8830c16d42b9f696b5aa_amd64",
            "9Base-RHOSE-4.15:openshift4/ose-cloud-event-proxy-rhel9@sha256:b6d65cbbc114f19302fe7e6eb9ca2999c16878742801c292aea76f46e072f469_ppc64le",
            "9Base-RHOSE-4.15:openshift4/ose-cloud-event-proxy-rhel9@sha256:bdbc74db5d3fd278a3f5d051e58f3b1b81d203baf9726ae357ae1f372c45d753_arm64",
            "9Base-RHOSE-4.15:openshift4/ose-cluster-nfd-rhel9-operator@sha256:06756827ca7009cbf006c77b81d928c99b865251b3d03c0d8954dd3409b6de17_ppc64le",
            "9Base-RHOSE-4.15:openshift4/ose-cluster-nfd-rhel9-operator@sha256:13947efa51313aab2703631b77a0857f14863ee95e80e718b58088d567eb1f40_amd64",
            "9Base-RHOSE-4.15:openshift4/ose-cluster-nfd-rhel9-operator@sha256:45da407fa7d24d9ab28737ef8177f9855c0350981a05888b0d024d1ef7a9ac09_arm64",
            "9Base-RHOSE-4.15:openshift4/ose-cluster-nfd-rhel9-operator@sha256:7c76a5bc64243baed15bfaebc22512f05b2aeb0613722f1228dd7c358d0af54f_s390x",
            "9Base-RHOSE-4.15:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:5c773762284a4cde5281b3fc5be7390ca2eef5a1eba297a285bb6d4b393269b6_amd64",
            "9Base-RHOSE-4.15:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:7c75245cb41cc49b5baee209daf721de11d9e473368d742228c4b37631fb29fd_ppc64le",
            "9Base-RHOSE-4.15:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:937493d85d3a6e4937d4c10660eb301f37f7d41130804284cc336fa3fa10694c_s390x",
            "9Base-RHOSE-4.15:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:fb3f2a263692719b11d69a47194dc46d1b1047a05546543d972f8e80ecb1fb20_arm64",
            "9Base-RHOSE-4.15:openshift4/ose-clusterresourceoverride-rhel9@sha256:51663cc34cce039e548b0086dc655aa3a212612e818d913018625e76d69f8dd5_arm64",
            "9Base-RHOSE-4.15:openshift4/ose-clusterresourceoverride-rhel9@sha256:53715feeb52c89f340450f781101f003c4892b02e716f045f4898b51578e7237_s390x",
            "9Base-RHOSE-4.15:openshift4/ose-clusterresourceoverride-rhel9@sha256:bef01bea78003b7446e2a914ae8d2ff85f31cac08300cef89206cc6f9c18fe66_ppc64le",
            "9Base-RHOSE-4.15:openshift4/ose-clusterresourceoverride-rhel9@sha256:e8763e67c471fd62ae3f11ae1ae4984177951ed229267384c0ebb74a80896c15_amd64",
            "9Base-RHOSE-4.15:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:3c46808ece35519fd4dc204696dc940c270e1ec7196780c9011a6150858cbc8f_arm64",
            "9Base-RHOSE-4.15:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:742f39b9e077e4e3c75651afdc33ce32ecc356306aec01f5ca98ccec2c748f1d_amd64",
            "9Base-RHOSE-4.15:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:8b8d17b79e8c3fa7357db94cb6308bf2df368bd80e4dc84a9c7dbf4423c8e11a_s390x",
            "9Base-RHOSE-4.15:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:da4c7e227651665af575b9be0bcdf07f7b638cf9b615681088be9150eac528f6_ppc64le",
            "9Base-RHOSE-4.15:openshift4/ose-local-storage-diskmaker-rhel9@sha256:46fab721832d7ca9593434d438a8e75c5c7574b2e59ed4aecc3e36d6b273cd17_s390x",
            "9Base-RHOSE-4.15:openshift4/ose-local-storage-diskmaker-rhel9@sha256:6e6b7975d12b682dafb1292f609ae1640edba88abccbeff401681c204b777a28_amd64",
            "9Base-RHOSE-4.15:openshift4/ose-local-storage-diskmaker-rhel9@sha256:8de0165780ce576be459a561e0945d2c61833811540ae060dd1a2502e5090c05_arm64",
            "9Base-RHOSE-4.15:openshift4/ose-local-storage-diskmaker-rhel9@sha256:f653d03d5caa1de2435fefcecfb629af74639915296352947d6743ae3c73b225_ppc64le",
            "9Base-RHOSE-4.15:openshift4/ose-local-storage-mustgather-rhel9@sha256:488d8848cc0281deea9069f349471efb9af5b862c04fe5ec52b9b0cc5a82ac69_ppc64le",
            "9Base-RHOSE-4.15:openshift4/ose-local-storage-mustgather-rhel9@sha256:51ad14ea62423c524f66bbade04273162e5047f0e7704b8c91d7c5b89e1c26b7_arm64",
            "9Base-RHOSE-4.15:openshift4/ose-local-storage-mustgather-rhel9@sha256:92c31191d397994dfd05ca376181fc93d28c4c6757a466b56163000093c5519c_s390x",
            "9Base-RHOSE-4.15:openshift4/ose-local-storage-mustgather-rhel9@sha256:b3dfffcfce1e085c28f64fda04fd94bc34567458522c5e8756b6520cdc4650bf_amd64",
            "9Base-RHOSE-4.15:openshift4/ose-local-storage-rhel9-operator@sha256:1e6c42529871cbfef2e2d1ab398d19c3cbe6c3a096ec6db4d40ef15dc642e4d0_amd64",
            "9Base-RHOSE-4.15:openshift4/ose-local-storage-rhel9-operator@sha256:31d562a8fd72f9f139f5c6317e0c83e6ab54a3fc582f493eb7357d807b0d6e20_arm64",
            "9Base-RHOSE-4.15:openshift4/ose-local-storage-rhel9-operator@sha256:52c8d488d4a635460d2369803f469a5586f019e9ef912442ce8920afa58a94bd_s390x",
            "9Base-RHOSE-4.15:openshift4/ose-local-storage-rhel9-operator@sha256:e0955b9a26492b22d6dba495d6cd678b4f492e78eea097275a8ddacc936da6b2_ppc64le",
            "9Base-RHOSE-4.15:openshift4/ose-node-feature-discovery-rhel9@sha256:19d52a10bcf967b2c8e11e20992cbba3c2f9d5457be496980461f51fb5f620b0_ppc64le",
            "9Base-RHOSE-4.15:openshift4/ose-node-feature-discovery-rhel9@sha256:bbcb287ed5565540b1189d1ee8355aebe5edf2d73ead6de091d0633ce8f387b7_arm64",
            "9Base-RHOSE-4.15:openshift4/ose-node-feature-discovery-rhel9@sha256:c00a13b9d80521c2eee3b9aba9c0ee26991101be63662d40a19e11b74f4d43d3_s390x",
            "9Base-RHOSE-4.15:openshift4/ose-node-feature-discovery-rhel9@sha256:ccd2c2e5d8760bc987ea13f4d6643fd24f413cd471768b4a23d9afdcde3440ab_amd64",
            "9Base-RHOSE-4.15:openshift4/ose-ptp-rhel9-operator@sha256:1f139bfa171e08a95f17585810179884d2ff2bf0ec3b117430fd8c835bed73de_ppc64le",
            "9Base-RHOSE-4.15:openshift4/ose-ptp-rhel9-operator@sha256:2715ae9ac29e55151fa8c800088bad7ee76d8c8f5c4636fd889c331c1d636ee3_amd64",
            "9Base-RHOSE-4.15:openshift4/ose-ptp-rhel9-operator@sha256:50ab2651ead8e6bfaeac767878bb68aedddba95ddd25929fa833cd4cb8c38f31_arm64",
            "9Base-RHOSE-4.15:openshift4/ose-ptp-rhel9@sha256:22f4d0560d80c59f8a3e6a7d5548ef75bdcc12d0176fd47d9c44c9fdd221d5c7_amd64",
            "9Base-RHOSE-4.15:openshift4/ose-ptp-rhel9@sha256:2e617bd378d070f80fcc6fe40c4e98f1ae4919f6cddf335a8f6ccd6ba13101c2_ppc64le",
            "9Base-RHOSE-4.15:openshift4/ose-ptp-rhel9@sha256:3fb9ede0b0ebc57a08042b7c016ca29746d4aeb1a02c27a46765790de5b5dcfe_arm64",
            "9Base-RHOSE-4.15:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:8e3f2e298379eed0d60cb606fb60d23dd810ef9ee3f486ecc56fcb836e243a3c_amd64",
            "9Base-RHOSE-4.15:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:a03b15b7c84094fc43dbb22520f8d18bc08dba0ab250ff8a8c73639ce6699813_ppc64le",
            "9Base-RHOSE-4.15:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:ccb7c75b27574d1b61fbf547a98f57f48fc7b781b33072c03c57584386e7c437_arm64",
            "9Base-RHOSE-4.15:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:65a20e583c7459999d955a113fc25a57872c18173a75b9a8bc27b1af220c67c3_amd64",
            "9Base-RHOSE-4.15:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:e0a57b9ea2af7f1c41a62a2b9b46ec0e3351db5436b1b2687dc1c278efb99703_arm64",
            "9Base-RHOSE-4.15:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:f3feae165565a7ecbb3b8c48aabbdd025a573e0cddd72d05dcb532061ab383d6_ppc64le",
            "9Base-RHOSE-4.15:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:17ad9df12e44ed38a186277bd23226754cb952b6c011f43795bbaa1829c322d1_amd64",
            "9Base-RHOSE-4.15:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:669f94cd9437b89d38a21cb85aff868ee124073f1ebbbca38d0d0b3b56167d1c_arm64",
            "9Base-RHOSE-4.15:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:e00af7219c9fd928ea7c7394d774e28520ea52cf44b98e505223dbde9a873b03_ppc64le",
            "9Base-RHOSE-4.15:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:6b530ff1cf73c0e3353813ffe1453e5c21d8e8d82698f9170b7c8e9fb9fb1d22_ppc64le",
            "9Base-RHOSE-4.15:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:7b5542a044e57d4dc42dcd7383475b368adcfe304e071b369da9e2dbb4fa7c65_amd64",
            "9Base-RHOSE-4.15:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:c76d970a5d97d82e8d326426246ba0b051b5c069a2aea449b91a55823ef979c0_arm64",
            "9Base-RHOSE-4.15:openshift4/ose-sriov-network-rhel9-operator@sha256:0426ea03656a29c0ea4656e4de48caa7178ad1d6100a358401fb76d94bfb993f_ppc64le",
            "9Base-RHOSE-4.15:openshift4/ose-sriov-network-rhel9-operator@sha256:a86a062535e1f5a3837cc7632b3c081068beeeaf7425650c60231a6975d23ba2_amd64",
            "9Base-RHOSE-4.15:openshift4/ose-sriov-network-rhel9-operator@sha256:af303311c0edd7eb99f7088df22225bb6e3bec098ddeb7f74900fcff451794e0_arm64",
            "9Base-RHOSE-4.15:openshift4/ose-sriov-network-webhook-rhel9@sha256:15e560dba53353c13e2c0758159c001cb4d71b1ef39466197b8b40adbbb266bc_amd64",
            "9Base-RHOSE-4.15:openshift4/ose-sriov-network-webhook-rhel9@sha256:5343c259f3a9e0cd5074c42fdf54ebab6f08c6c4b383706fa9059fd59501c766_arm64",
            "9Base-RHOSE-4.15:openshift4/ose-sriov-network-webhook-rhel9@sha256:9e0d42ae681c41158ef5dc2636fb9ba77e567549b7a5b171d69ea2052b4d697a_ppc64le",
            "9Base-RHOSE-4.15:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:57273c01ef67c8c1c321b61c3bb73ed27cf228b6c1e8562a9055cf1358678e79_ppc64le",
            "9Base-RHOSE-4.15:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:bdbdce52e9aafb2ac448c6108d7a1aa2a816ebd08b4f6e79df527416fded2b98_s390x",
            "9Base-RHOSE-4.15:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:cb2e65a12eefb023bb2c4ba1d2063773e3ff761cd1fcfb824d2341d39a3a99ca_arm64",
            "9Base-RHOSE-4.15:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:e21784b9fc63a52deadb45fe1ea7c45ac699d77d77256e3dad5a35ea58befbe4_amd64",
            "9Base-RHOSE-4.15:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:3232ac33b3a13e8254dbcf4dbdfd869df220416460a7b0f556eaf995573aaab9_arm64",
            "9Base-RHOSE-4.15:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:ac1bc840619faabf73ca900add354bd2463bb08a0ae34e0db6c739a530541672_amd64",
            "9Base-RHOSE-4.15:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:bbcc93d6d3cb380368ea5fc444f5b7929e9f3ae1db82dd9741349dbe2f2f81f8_s390x",
            "9Base-RHOSE-4.15:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:f5036fc231e9194fc215019df14ec894576d443a099c7b1ccd613ab997f44aa8_ppc64le",
            "9Base-RHOSE-4.15:openshift4/sriov-cni-rhel9@sha256:7921758ff17842c5dc8159b94c8a16332fe0f20c1d40b27b17dc11316593314a_ppc64le",
            "9Base-RHOSE-4.15:openshift4/sriov-cni-rhel9@sha256:8a463afb876154a3b795f4435eba674df5791c0abc22db4065ff19677d903e8f_amd64",
            "9Base-RHOSE-4.15:openshift4/sriov-cni-rhel9@sha256:eeb2cad9e0c5fe5dbdb1eebcfa628f0ce7ef866e130eec3627d8ad75bb8480c1_arm64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Important"
        }
      ],
      "title": "jinja2: Jinja sandbox breakout through attr filter selecting format method"
    }
  ]
}
  rhsa-2025:3124
Vulnerability from csaf_redhat
Notes
{
  "document": {
    "aggregate_severity": {
      "namespace": "https://access.redhat.com/security/updates/classification/",
      "text": "Important"
    },
    "category": "csaf_security_advisory",
    "csaf_version": "2.0",
    "distribution": {
      "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
      "tlp": {
        "label": "WHITE",
        "url": "https://www.first.org/tlp/"
      }
    },
    "lang": "en",
    "notes": [
      {
        "category": "summary",
        "text": "An update is now available for Red Hat Ansible Automation Platform 2.4",
        "title": "Topic"
      },
      {
        "category": "general",
        "text": "Red Hat Ansible Automation Platform provides an enterprise framework for building, deploying and managing IT automation at scale. IT Managers can provide top-down guidelines on how automation is applied to individual teams, while automation developers retain the freedom to write tasks that leverage existing knowledge without the overhead. Ansible Automation Platform makes it possible for users across an organization to share, vet, and manage automation content by means of a simple, powerful, and agentless language.\n\nSecurity Fix(es):\n* ansible-lightspeed-container: Jinja sandbox breakout through attr filter selecting format method (CVE-2025-27516)\n\nFor more details about the security issue(s), including the impact, a CVSS\nscore, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nUpdate(s) and Fix(es):\n* AAP Backups no longer fail when writing yaml to the PVC on Openshift clusters with Openshift Virtualization installed (AAP-28609)\n* The ansible.controller collection has been updated to 4.5.20",
        "title": "Details"
      },
      {
        "category": "legal_disclaimer",
        "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
        "title": "Terms of Use"
      }
    ],
    "publisher": {
      "category": "vendor",
      "contact_details": "https://access.redhat.com/security/team/contact/",
      "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
      "name": "Red Hat Product Security",
      "namespace": "https://www.redhat.com"
    },
    "references": [
      {
        "category": "self",
        "summary": "https://access.redhat.com/errata/RHSA-2025:3124",
        "url": "https://access.redhat.com/errata/RHSA-2025:3124"
      },
      {
        "category": "external",
        "summary": "https://access.redhat.com/security/updates/classification/#important",
        "url": "https://access.redhat.com/security/updates/classification/#important"
      },
      {
        "category": "external",
        "summary": "2350190",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2350190"
      },
      {
        "category": "self",
        "summary": "Canonical URL",
        "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_3124.json"
      }
    ],
    "title": "Red Hat Security Advisory: Red Hat Ansible Automation Platform 2.4 Container Release Update",
    "tracking": {
      "current_release_date": "2025-10-28T19:42:40+00:00",
      "generator": {
        "date": "2025-10-28T19:42:40+00:00",
        "engine": {
          "name": "Red Hat SDEngine",
          "version": "4.6.10"
        }
      },
      "id": "RHSA-2025:3124",
      "initial_release_date": "2025-03-24T23:57:44+00:00",
      "revision_history": [
        {
          "date": "2025-03-24T23:57:44+00:00",
          "number": "1",
          "summary": "Initial version"
        },
        {
          "date": "2025-03-24T23:57:44+00:00",
          "number": "2",
          "summary": "Last updated version"
        },
        {
          "date": "2025-10-28T19:42:40+00:00",
          "number": "3",
          "summary": "Last generated version"
        }
      ],
      "status": "final",
      "version": "3"
    }
  },
  "product_tree": {
    "branches": [
      {
        "branches": [
          {
            "branches": [
              {
                "category": "product_name",
                "name": "Red Hat Ansible Automation Platform 2.4 for RHEL 8",
                "product": {
                  "name": "Red Hat Ansible Automation Platform 2.4 for RHEL 8",
                  "product_id": "8Base-Ansible-Automation-Platform-2.4",
                  "product_identification_helper": {
                    "cpe": "cpe:/a:redhat:ansible_automation_platform:2.4::el8"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "Red Hat Ansible Automation Platform 2.4 for RHEL 9",
                "product": {
                  "name": "Red Hat Ansible Automation Platform 2.4 for RHEL 9",
                  "product_id": "9Base-Ansible-Automation-Platform-2.4",
                  "product_identification_helper": {
                    "cpe": "cpe:/a:redhat:ansible_automation_platform:2.4::el9"
                  }
                }
              }
            ],
            "category": "product_family",
            "name": "Red Hat Ansible Automation Platform"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "ansible-automation-platform-24/aap-must-gather-rhel8@sha256:f419c6eccd1bb38ca254b611e0e3971ccbfc50ade29f967814137b455dc56c02_s390x",
                "product": {
                  "name": "ansible-automation-platform-24/aap-must-gather-rhel8@sha256:f419c6eccd1bb38ca254b611e0e3971ccbfc50ade29f967814137b455dc56c02_s390x",
                  "product_id": "ansible-automation-platform-24/aap-must-gather-rhel8@sha256:f419c6eccd1bb38ca254b611e0e3971ccbfc50ade29f967814137b455dc56c02_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/aap-must-gather-rhel8@sha256:f419c6eccd1bb38ca254b611e0e3971ccbfc50ade29f967814137b455dc56c02?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/aap-must-gather-rhel8\u0026tag=0.0.1-530"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform/platform-operator-bundle@sha256:1c64e706694c26c7ace611385014d85688056f4473181422b81a109b7bd7dadf_s390x",
                "product": {
                  "name": "ansible-automation-platform/platform-operator-bundle@sha256:1c64e706694c26c7ace611385014d85688056f4473181422b81a109b7bd7dadf_s390x",
                  "product_id": "ansible-automation-platform/platform-operator-bundle@sha256:1c64e706694c26c7ace611385014d85688056f4473181422b81a109b7bd7dadf_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/platform-operator-bundle@sha256:1c64e706694c26c7ace611385014d85688056f4473181422b81a109b7bd7dadf?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform/platform-operator-bundle\u0026tag=2.4-2412"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-24/ansible-builder-rhel8@sha256:76a34d80d68724c46687530b0ed6479a385775541f623274b43b0a0f67196107_s390x",
                "product": {
                  "name": "ansible-automation-platform-24/ansible-builder-rhel8@sha256:76a34d80d68724c46687530b0ed6479a385775541f623274b43b0a0f67196107_s390x",
                  "product_id": "ansible-automation-platform-24/ansible-builder-rhel8@sha256:76a34d80d68724c46687530b0ed6479a385775541f623274b43b0a0f67196107_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ansible-builder-rhel8@sha256:76a34d80d68724c46687530b0ed6479a385775541f623274b43b0a0f67196107?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ansible-builder-rhel8\u0026tag=3.0.1-125"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-24/ansible-builder-rhel9@sha256:562b2f2e1d00f97313f190c09615fcc52b5e802d8c37c7896f0afeab8b2c25e4_s390x",
                "product": {
                  "name": "ansible-automation-platform-24/ansible-builder-rhel9@sha256:562b2f2e1d00f97313f190c09615fcc52b5e802d8c37c7896f0afeab8b2c25e4_s390x",
                  "product_id": "ansible-automation-platform-24/ansible-builder-rhel9@sha256:562b2f2e1d00f97313f190c09615fcc52b5e802d8c37c7896f0afeab8b2c25e4_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ansible-builder-rhel9@sha256:562b2f2e1d00f97313f190c09615fcc52b5e802d8c37c7896f0afeab8b2c25e4?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ansible-builder-rhel9\u0026tag=3.0.1-126"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-24/lightspeed-rhel8@sha256:e21646a127efef995f1a03dc1f214ebfb3e1949d2dd3ae13543346b1af3993b8_s390x",
                "product": {
                  "name": "ansible-automation-platform-24/lightspeed-rhel8@sha256:e21646a127efef995f1a03dc1f214ebfb3e1949d2dd3ae13543346b1af3993b8_s390x",
                  "product_id": "ansible-automation-platform-24/lightspeed-rhel8@sha256:e21646a127efef995f1a03dc1f214ebfb3e1949d2dd3ae13543346b1af3993b8_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/lightspeed-rhel8@sha256:e21646a127efef995f1a03dc1f214ebfb3e1949d2dd3ae13543346b1af3993b8?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/lightspeed-rhel8\u0026tag=2.4.250225-5"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:4afe50971e61351f94cce593854a0805cc42efac09682427a025bd9a56808b39_s390x",
                "product": {
                  "name": "ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:4afe50971e61351f94cce593854a0805cc42efac09682427a025bd9a56808b39_s390x",
                  "product_id": "ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:4afe50971e61351f94cce593854a0805cc42efac09682427a025bd9a56808b39_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/lightspeed-rhel8-operator@sha256:4afe50971e61351f94cce593854a0805cc42efac09682427a025bd9a56808b39?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/lightspeed-rhel8-operator\u0026tag=2.4-36"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-24/ansible-python-base-rhel9@sha256:3bcfb82d07c988c545471598282e490b902a12f5be43ba3cf95e2d937b44ef46_s390x",
                "product": {
                  "name": "ansible-automation-platform-24/ansible-python-base-rhel9@sha256:3bcfb82d07c988c545471598282e490b902a12f5be43ba3cf95e2d937b44ef46_s390x",
                  "product_id": "ansible-automation-platform-24/ansible-python-base-rhel9@sha256:3bcfb82d07c988c545471598282e490b902a12f5be43ba3cf95e2d937b44ef46_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ansible-python-base-rhel9@sha256:3bcfb82d07c988c545471598282e490b902a12f5be43ba3cf95e2d937b44ef46?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ansible-python-base-rhel9\u0026tag=1.0.0-737"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-24/ansible-python-base-rhel8@sha256:b228f146c2c49d36a251e14f0638ae4d1f1e62eb49d163deaa55f19d88310a1d_s390x",
                "product": {
                  "name": "ansible-automation-platform-24/ansible-python-base-rhel8@sha256:b228f146c2c49d36a251e14f0638ae4d1f1e62eb49d163deaa55f19d88310a1d_s390x",
                  "product_id": "ansible-automation-platform-24/ansible-python-base-rhel8@sha256:b228f146c2c49d36a251e14f0638ae4d1f1e62eb49d163deaa55f19d88310a1d_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ansible-python-base-rhel8@sha256:b228f146c2c49d36a251e14f0638ae4d1f1e62eb49d163deaa55f19d88310a1d?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ansible-python-base-rhel8\u0026tag=1.0.0-736"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:2b95b7c2515a3fd6b91286a72df7cd53e9358fd0e421c932fa57d8a69645f96e_s390x",
                "product": {
                  "name": "ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:2b95b7c2515a3fd6b91286a72df7cd53e9358fd0e421c932fa57d8a69645f96e_s390x",
                  "product_id": "ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:2b95b7c2515a3fd6b91286a72df7cd53e9358fd0e421c932fa57d8a69645f96e_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ansible-python-toolkit-rhel8@sha256:2b95b7c2515a3fd6b91286a72df7cd53e9358fd0e421c932fa57d8a69645f96e?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ansible-python-toolkit-rhel8\u0026tag=1.0.0-686"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:8c29bbb5e7564ae0acd52d68c9c3e933c93113b25f1804e34ade65fac0340ae2_s390x",
                "product": {
                  "name": "ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:8c29bbb5e7564ae0acd52d68c9c3e933c93113b25f1804e34ade65fac0340ae2_s390x",
                  "product_id": "ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:8c29bbb5e7564ae0acd52d68c9c3e933c93113b25f1804e34ade65fac0340ae2_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ansible-python-toolkit-rhel9@sha256:8c29bbb5e7564ae0acd52d68c9c3e933c93113b25f1804e34ade65fac0340ae2?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ansible-python-toolkit-rhel9\u0026tag=1.0.0-687"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-24/controller-rhel8@sha256:dcadfefa105080126298e761bb5f54aa97d569e3eaa78ff3ce29d3a996d3b4c1_s390x",
                "product": {
                  "name": "ansible-automation-platform-24/controller-rhel8@sha256:dcadfefa105080126298e761bb5f54aa97d569e3eaa78ff3ce29d3a996d3b4c1_s390x",
                  "product_id": "ansible-automation-platform-24/controller-rhel8@sha256:dcadfefa105080126298e761bb5f54aa97d569e3eaa78ff3ce29d3a996d3b4c1_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/controller-rhel8@sha256:dcadfefa105080126298e761bb5f54aa97d569e3eaa78ff3ce29d3a996d3b4c1?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/controller-rhel8\u0026tag=4.5.20-2"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-24/controller-rhel8-operator@sha256:a8d0123c786781b99dfebe6e87aeb036e42bef50c3dd8906f156335a3a238b87_s390x",
                "product": {
                  "name": "ansible-automation-platform-24/controller-rhel8-operator@sha256:a8d0123c786781b99dfebe6e87aeb036e42bef50c3dd8906f156335a3a238b87_s390x",
                  "product_id": "ansible-automation-platform-24/controller-rhel8-operator@sha256:a8d0123c786781b99dfebe6e87aeb036e42bef50c3dd8906f156335a3a238b87_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/controller-rhel8-operator@sha256:a8d0123c786781b99dfebe6e87aeb036e42bef50c3dd8906f156335a3a238b87?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/controller-rhel8-operator\u0026tag=2.4-170"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-24/eda-controller-rhel8@sha256:e20241abb9675a6a27e195a59aaad07fbe2be93b0accd08bb557b3a45b484b01_s390x",
                "product": {
                  "name": "ansible-automation-platform-24/eda-controller-rhel8@sha256:e20241abb9675a6a27e195a59aaad07fbe2be93b0accd08bb557b3a45b484b01_s390x",
                  "product_id": "ansible-automation-platform-24/eda-controller-rhel8@sha256:e20241abb9675a6a27e195a59aaad07fbe2be93b0accd08bb557b3a45b484b01_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/eda-controller-rhel8@sha256:e20241abb9675a6a27e195a59aaad07fbe2be93b0accd08bb557b3a45b484b01?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/eda-controller-rhel8\u0026tag=1.0.7-34"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:5e5d62ee3682de9617e15d42630cb5d9b3c377d2e9f012dc5a2a1ae6b3241ccb_s390x",
                "product": {
                  "name": "ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:5e5d62ee3682de9617e15d42630cb5d9b3c377d2e9f012dc5a2a1ae6b3241ccb_s390x",
                  "product_id": "ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:5e5d62ee3682de9617e15d42630cb5d9b3c377d2e9f012dc5a2a1ae6b3241ccb_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/eda-controller-rhel8-operator@sha256:5e5d62ee3682de9617e15d42630cb5d9b3c377d2e9f012dc5a2a1ae6b3241ccb?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/eda-controller-rhel8-operator\u0026tag=2.4-170"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:8068c6da0876a04c21c759b16cf61b4ba92f8a0efca799e1e5cc202d3a282e90_s390x",
                "product": {
                  "name": "ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:8068c6da0876a04c21c759b16cf61b4ba92f8a0efca799e1e5cc202d3a282e90_s390x",
                  "product_id": "ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:8068c6da0876a04c21c759b16cf61b4ba92f8a0efca799e1e5cc202d3a282e90_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/eda-controller-ui-rhel8@sha256:8068c6da0876a04c21c759b16cf61b4ba92f8a0efca799e1e5cc202d3a282e90?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/eda-controller-ui-rhel8\u0026tag=1.0.7-33"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-24/hub-rhel8@sha256:ae63675fe15a73e8fd07689e92fadc49a6e954530646b38048aaa619b3acbe5e_s390x",
                "product": {
                  "name": "ansible-automation-platform-24/hub-rhel8@sha256:ae63675fe15a73e8fd07689e92fadc49a6e954530646b38048aaa619b3acbe5e_s390x",
                  "product_id": "ansible-automation-platform-24/hub-rhel8@sha256:ae63675fe15a73e8fd07689e92fadc49a6e954530646b38048aaa619b3acbe5e_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/hub-rhel8@sha256:ae63675fe15a73e8fd07689e92fadc49a6e954530646b38048aaa619b3acbe5e?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/hub-rhel8\u0026tag=4.9.3-2"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-24/hub-rhel8-operator@sha256:ef9bb7378eacaac44eeced3e7b35ae209877661e3724ea31033bb0b6a2822f36_s390x",
                "product": {
                  "name": "ansible-automation-platform-24/hub-rhel8-operator@sha256:ef9bb7378eacaac44eeced3e7b35ae209877661e3724ea31033bb0b6a2822f36_s390x",
                  "product_id": "ansible-automation-platform-24/hub-rhel8-operator@sha256:ef9bb7378eacaac44eeced3e7b35ae209877661e3724ea31033bb0b6a2822f36_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/hub-rhel8-operator@sha256:ef9bb7378eacaac44eeced3e7b35ae209877661e3724ea31033bb0b6a2822f36?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/hub-rhel8-operator\u0026tag=2.4-169"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-24/hub-web-rhel8@sha256:160000b77422a27f729bc7a216e5e6c16ef49391e411c0f13da086db92bbe8d1_s390x",
                "product": {
                  "name": "ansible-automation-platform-24/hub-web-rhel8@sha256:160000b77422a27f729bc7a216e5e6c16ef49391e411c0f13da086db92bbe8d1_s390x",
                  "product_id": "ansible-automation-platform-24/hub-web-rhel8@sha256:160000b77422a27f729bc7a216e5e6c16ef49391e411c0f13da086db92bbe8d1_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/hub-web-rhel8@sha256:160000b77422a27f729bc7a216e5e6c16ef49391e411c0f13da086db92bbe8d1?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/hub-web-rhel8\u0026tag=4.9.3-1"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-24/de-minimal-rhel9@sha256:c77719d9b0b077f5b951581400536ba667610088d55ab710a7e18ff167dd3fb8_s390x",
                "product": {
                  "name": "ansible-automation-platform-24/de-minimal-rhel9@sha256:c77719d9b0b077f5b951581400536ba667610088d55ab710a7e18ff167dd3fb8_s390x",
                  "product_id": "ansible-automation-platform-24/de-minimal-rhel9@sha256:c77719d9b0b077f5b951581400536ba667610088d55ab710a7e18ff167dd3fb8_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/de-minimal-rhel9@sha256:c77719d9b0b077f5b951581400536ba667610088d55ab710a7e18ff167dd3fb8?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/de-minimal-rhel9\u0026tag=1.0.7-60"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-24/de-minimal-rhel8@sha256:08c6f85602587525861c598c526c0790fa323c32d4c2c9c052d82061186da107_s390x",
                "product": {
                  "name": "ansible-automation-platform-24/de-minimal-rhel8@sha256:08c6f85602587525861c598c526c0790fa323c32d4c2c9c052d82061186da107_s390x",
                  "product_id": "ansible-automation-platform-24/de-minimal-rhel8@sha256:08c6f85602587525861c598c526c0790fa323c32d4c2c9c052d82061186da107_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/de-minimal-rhel8@sha256:08c6f85602587525861c598c526c0790fa323c32d4c2c9c052d82061186da107?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/de-minimal-rhel8\u0026tag=1.0.7-59"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-24/de-supported-rhel8@sha256:be377376ddc03a9ad80842945cd377781b180d0c7fa133e53c927221fea88079_s390x",
                "product": {
                  "name": "ansible-automation-platform-24/de-supported-rhel8@sha256:be377376ddc03a9ad80842945cd377781b180d0c7fa133e53c927221fea88079_s390x",
                  "product_id": "ansible-automation-platform-24/de-supported-rhel8@sha256:be377376ddc03a9ad80842945cd377781b180d0c7fa133e53c927221fea88079_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/de-supported-rhel8@sha256:be377376ddc03a9ad80842945cd377781b180d0c7fa133e53c927221fea88079?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/de-supported-rhel8\u0026tag=1.0.7-69"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-24/de-supported-rhel9@sha256:5b48a3273c3321ebba69955b29d7727745c21bd2880e0bd6be86470da8d55707_s390x",
                "product": {
                  "name": "ansible-automation-platform-24/de-supported-rhel9@sha256:5b48a3273c3321ebba69955b29d7727745c21bd2880e0bd6be86470da8d55707_s390x",
                  "product_id": "ansible-automation-platform-24/de-supported-rhel9@sha256:5b48a3273c3321ebba69955b29d7727745c21bd2880e0bd6be86470da8d55707_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/de-supported-rhel9@sha256:5b48a3273c3321ebba69955b29d7727745c21bd2880e0bd6be86470da8d55707?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/de-supported-rhel9\u0026tag=1.0.7-68"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-24/ee-minimal-rhel9@sha256:73a85eb0c6e42b2aa7c53b688eb057d77bc7ad5572f97a231243619110f55b53_s390x",
                "product": {
                  "name": "ansible-automation-platform-24/ee-minimal-rhel9@sha256:73a85eb0c6e42b2aa7c53b688eb057d77bc7ad5572f97a231243619110f55b53_s390x",
                  "product_id": "ansible-automation-platform-24/ee-minimal-rhel9@sha256:73a85eb0c6e42b2aa7c53b688eb057d77bc7ad5572f97a231243619110f55b53_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ee-minimal-rhel9@sha256:73a85eb0c6e42b2aa7c53b688eb057d77bc7ad5572f97a231243619110f55b53?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ee-minimal-rhel9\u0026tag=1.0.0-852"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-24/ee-minimal-rhel8@sha256:ae75d1cfe5ed341478c049c94ad64c88c4e5119a4e2ce233a11e4b65d8f40a94_s390x",
                "product": {
                  "name": "ansible-automation-platform-24/ee-minimal-rhel8@sha256:ae75d1cfe5ed341478c049c94ad64c88c4e5119a4e2ce233a11e4b65d8f40a94_s390x",
                  "product_id": "ansible-automation-platform-24/ee-minimal-rhel8@sha256:ae75d1cfe5ed341478c049c94ad64c88c4e5119a4e2ce233a11e4b65d8f40a94_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ee-minimal-rhel8@sha256:ae75d1cfe5ed341478c049c94ad64c88c4e5119a4e2ce233a11e4b65d8f40a94?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ee-minimal-rhel8\u0026tag=1.0.0-853"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-24/ee-supported-rhel8@sha256:702410cb51f6df9681f7ec5b746f14ff4bec7a32ff37316b1d8225e7ba3d3b3f_s390x",
                "product": {
                  "name": "ansible-automation-platform-24/ee-supported-rhel8@sha256:702410cb51f6df9681f7ec5b746f14ff4bec7a32ff37316b1d8225e7ba3d3b3f_s390x",
                  "product_id": "ansible-automation-platform-24/ee-supported-rhel8@sha256:702410cb51f6df9681f7ec5b746f14ff4bec7a32ff37316b1d8225e7ba3d3b3f_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ee-supported-rhel8@sha256:702410cb51f6df9681f7ec5b746f14ff4bec7a32ff37316b1d8225e7ba3d3b3f?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ee-supported-rhel8\u0026tag=1.0.0-947"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-24/ee-supported-rhel9@sha256:029a9e26ac0db2ee7f37b9e907d14fef9e1f64891c84a8391831dbe5250f35ba_s390x",
                "product": {
                  "name": "ansible-automation-platform-24/ee-supported-rhel9@sha256:029a9e26ac0db2ee7f37b9e907d14fef9e1f64891c84a8391831dbe5250f35ba_s390x",
                  "product_id": "ansible-automation-platform-24/ee-supported-rhel9@sha256:029a9e26ac0db2ee7f37b9e907d14fef9e1f64891c84a8391831dbe5250f35ba_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ee-supported-rhel9@sha256:029a9e26ac0db2ee7f37b9e907d14fef9e1f64891c84a8391831dbe5250f35ba?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ee-supported-rhel9\u0026tag=1.0.0-946"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:02a7e2135f6aaa9f2e1133f000464929b1324fc4e03201f634fc363af018512c_s390x",
                "product": {
                  "name": "ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:02a7e2135f6aaa9f2e1133f000464929b1324fc4e03201f634fc363af018512c_s390x",
                  "product_id": "ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:02a7e2135f6aaa9f2e1133f000464929b1324fc4e03201f634fc363af018512c_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/platform-resource-rhel8-operator@sha256:02a7e2135f6aaa9f2e1133f000464929b1324fc4e03201f634fc363af018512c?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/platform-resource-rhel8-operator\u0026tag=2.4-164"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:1b404fcc871159b2e2456d5469a2a23d2da69afc3a7033b705f7a717b5d7f24b_s390x",
                "product": {
                  "name": "ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:1b404fcc871159b2e2456d5469a2a23d2da69afc3a7033b705f7a717b5d7f24b_s390x",
                  "product_id": "ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:1b404fcc871159b2e2456d5469a2a23d2da69afc3a7033b705f7a717b5d7f24b_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/platform-resource-runner-rhel8@sha256:1b404fcc871159b2e2456d5469a2a23d2da69afc3a7033b705f7a717b5d7f24b?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/platform-resource-runner-rhel8\u0026tag=2.4-204"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "s390x"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "ansible-automation-platform-24/aap-must-gather-rhel8@sha256:b9b4f922ffeaad65147c8fb9ddeea76f7696031a72341c9753839f75d47987ec_ppc64le",
                "product": {
                  "name": "ansible-automation-platform-24/aap-must-gather-rhel8@sha256:b9b4f922ffeaad65147c8fb9ddeea76f7696031a72341c9753839f75d47987ec_ppc64le",
                  "product_id": "ansible-automation-platform-24/aap-must-gather-rhel8@sha256:b9b4f922ffeaad65147c8fb9ddeea76f7696031a72341c9753839f75d47987ec_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/aap-must-gather-rhel8@sha256:b9b4f922ffeaad65147c8fb9ddeea76f7696031a72341c9753839f75d47987ec?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/aap-must-gather-rhel8\u0026tag=0.0.1-530"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform/platform-operator-bundle@sha256:55e5df1c56672ff1a010184bd8c9c1120f9f320b399463dc499270f2413568bc_ppc64le",
                "product": {
                  "name": "ansible-automation-platform/platform-operator-bundle@sha256:55e5df1c56672ff1a010184bd8c9c1120f9f320b399463dc499270f2413568bc_ppc64le",
                  "product_id": "ansible-automation-platform/platform-operator-bundle@sha256:55e5df1c56672ff1a010184bd8c9c1120f9f320b399463dc499270f2413568bc_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/platform-operator-bundle@sha256:55e5df1c56672ff1a010184bd8c9c1120f9f320b399463dc499270f2413568bc?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform/platform-operator-bundle\u0026tag=2.4-2412"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-24/ansible-builder-rhel8@sha256:a68f58ec3ccdc4eae0ef77b09a1ee89811b2acb6f9dd726a8ec3dc3ab0297a1d_ppc64le",
                "product": {
                  "name": "ansible-automation-platform-24/ansible-builder-rhel8@sha256:a68f58ec3ccdc4eae0ef77b09a1ee89811b2acb6f9dd726a8ec3dc3ab0297a1d_ppc64le",
                  "product_id": "ansible-automation-platform-24/ansible-builder-rhel8@sha256:a68f58ec3ccdc4eae0ef77b09a1ee89811b2acb6f9dd726a8ec3dc3ab0297a1d_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ansible-builder-rhel8@sha256:a68f58ec3ccdc4eae0ef77b09a1ee89811b2acb6f9dd726a8ec3dc3ab0297a1d?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ansible-builder-rhel8\u0026tag=3.0.1-125"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-24/ansible-builder-rhel9@sha256:8a2a813a0aee981e926b55159b755698cfe8e484e3cb4357592b7fc7c00a5efc_ppc64le",
                "product": {
                  "name": "ansible-automation-platform-24/ansible-builder-rhel9@sha256:8a2a813a0aee981e926b55159b755698cfe8e484e3cb4357592b7fc7c00a5efc_ppc64le",
                  "product_id": "ansible-automation-platform-24/ansible-builder-rhel9@sha256:8a2a813a0aee981e926b55159b755698cfe8e484e3cb4357592b7fc7c00a5efc_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ansible-builder-rhel9@sha256:8a2a813a0aee981e926b55159b755698cfe8e484e3cb4357592b7fc7c00a5efc?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ansible-builder-rhel9\u0026tag=3.0.1-126"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-24/lightspeed-rhel8@sha256:4c9de1e621e199ad12cef77579038cdcfbaa75b8c91c197efb7010dab8a1da7a_ppc64le",
                "product": {
                  "name": "ansible-automation-platform-24/lightspeed-rhel8@sha256:4c9de1e621e199ad12cef77579038cdcfbaa75b8c91c197efb7010dab8a1da7a_ppc64le",
                  "product_id": "ansible-automation-platform-24/lightspeed-rhel8@sha256:4c9de1e621e199ad12cef77579038cdcfbaa75b8c91c197efb7010dab8a1da7a_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/lightspeed-rhel8@sha256:4c9de1e621e199ad12cef77579038cdcfbaa75b8c91c197efb7010dab8a1da7a?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/lightspeed-rhel8\u0026tag=2.4.250225-5"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:1a49c080789ab89d5a0daac07caa5c29a9938e07c9b07d8fd93b711941ab3952_ppc64le",
                "product": {
                  "name": "ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:1a49c080789ab89d5a0daac07caa5c29a9938e07c9b07d8fd93b711941ab3952_ppc64le",
                  "product_id": "ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:1a49c080789ab89d5a0daac07caa5c29a9938e07c9b07d8fd93b711941ab3952_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/lightspeed-rhel8-operator@sha256:1a49c080789ab89d5a0daac07caa5c29a9938e07c9b07d8fd93b711941ab3952?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/lightspeed-rhel8-operator\u0026tag=2.4-36"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-24/ansible-python-base-rhel9@sha256:9b37bf06847fda902597ff9bfc13b14e08146124e83dd2f036ab22d846f96ee5_ppc64le",
                "product": {
                  "name": "ansible-automation-platform-24/ansible-python-base-rhel9@sha256:9b37bf06847fda902597ff9bfc13b14e08146124e83dd2f036ab22d846f96ee5_ppc64le",
                  "product_id": "ansible-automation-platform-24/ansible-python-base-rhel9@sha256:9b37bf06847fda902597ff9bfc13b14e08146124e83dd2f036ab22d846f96ee5_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ansible-python-base-rhel9@sha256:9b37bf06847fda902597ff9bfc13b14e08146124e83dd2f036ab22d846f96ee5?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ansible-python-base-rhel9\u0026tag=1.0.0-737"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-24/ansible-python-base-rhel8@sha256:150e47073b1f007046e9279c85a4c88abc30185946c3801c062ba30f8414713d_ppc64le",
                "product": {
                  "name": "ansible-automation-platform-24/ansible-python-base-rhel8@sha256:150e47073b1f007046e9279c85a4c88abc30185946c3801c062ba30f8414713d_ppc64le",
                  "product_id": "ansible-automation-platform-24/ansible-python-base-rhel8@sha256:150e47073b1f007046e9279c85a4c88abc30185946c3801c062ba30f8414713d_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ansible-python-base-rhel8@sha256:150e47073b1f007046e9279c85a4c88abc30185946c3801c062ba30f8414713d?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ansible-python-base-rhel8\u0026tag=1.0.0-736"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:26060b6658053da556455a6843ea069e0db73238bfe4083ff82217cab66d4ed4_ppc64le",
                "product": {
                  "name": "ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:26060b6658053da556455a6843ea069e0db73238bfe4083ff82217cab66d4ed4_ppc64le",
                  "product_id": "ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:26060b6658053da556455a6843ea069e0db73238bfe4083ff82217cab66d4ed4_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ansible-python-toolkit-rhel8@sha256:26060b6658053da556455a6843ea069e0db73238bfe4083ff82217cab66d4ed4?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ansible-python-toolkit-rhel8\u0026tag=1.0.0-686"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:df57f684021c4327ff0ad2818f97cf00625c9685994a80436e4e1135a860bef7_ppc64le",
                "product": {
                  "name": "ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:df57f684021c4327ff0ad2818f97cf00625c9685994a80436e4e1135a860bef7_ppc64le",
                  "product_id": "ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:df57f684021c4327ff0ad2818f97cf00625c9685994a80436e4e1135a860bef7_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ansible-python-toolkit-rhel9@sha256:df57f684021c4327ff0ad2818f97cf00625c9685994a80436e4e1135a860bef7?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ansible-python-toolkit-rhel9\u0026tag=1.0.0-687"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-24/controller-rhel8@sha256:a3d1aea21deacab09b65ab6f437c20c9d222a3e22b19c574aef3f65567b1b033_ppc64le",
                "product": {
                  "name": "ansible-automation-platform-24/controller-rhel8@sha256:a3d1aea21deacab09b65ab6f437c20c9d222a3e22b19c574aef3f65567b1b033_ppc64le",
                  "product_id": "ansible-automation-platform-24/controller-rhel8@sha256:a3d1aea21deacab09b65ab6f437c20c9d222a3e22b19c574aef3f65567b1b033_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/controller-rhel8@sha256:a3d1aea21deacab09b65ab6f437c20c9d222a3e22b19c574aef3f65567b1b033?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/controller-rhel8\u0026tag=4.5.20-2"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-24/controller-rhel8-operator@sha256:8dc7beb377cdab171c1f6e51ef21114c35c406bcaaae9b070d2815114ec4cc50_ppc64le",
                "product": {
                  "name": "ansible-automation-platform-24/controller-rhel8-operator@sha256:8dc7beb377cdab171c1f6e51ef21114c35c406bcaaae9b070d2815114ec4cc50_ppc64le",
                  "product_id": "ansible-automation-platform-24/controller-rhel8-operator@sha256:8dc7beb377cdab171c1f6e51ef21114c35c406bcaaae9b070d2815114ec4cc50_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/controller-rhel8-operator@sha256:8dc7beb377cdab171c1f6e51ef21114c35c406bcaaae9b070d2815114ec4cc50?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/controller-rhel8-operator\u0026tag=2.4-170"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-24/eda-controller-rhel8@sha256:0fa29b82ac5eab63cdde38734ab28697eb6995c1c3ac6ba7f7e3c968019bd566_ppc64le",
                "product": {
                  "name": "ansible-automation-platform-24/eda-controller-rhel8@sha256:0fa29b82ac5eab63cdde38734ab28697eb6995c1c3ac6ba7f7e3c968019bd566_ppc64le",
                  "product_id": "ansible-automation-platform-24/eda-controller-rhel8@sha256:0fa29b82ac5eab63cdde38734ab28697eb6995c1c3ac6ba7f7e3c968019bd566_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/eda-controller-rhel8@sha256:0fa29b82ac5eab63cdde38734ab28697eb6995c1c3ac6ba7f7e3c968019bd566?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/eda-controller-rhel8\u0026tag=1.0.7-34"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:ff0a308684fa06d170f6fccff04a2895580f3c9a8a774e2129f87b5f229baad2_ppc64le",
                "product": {
                  "name": "ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:ff0a308684fa06d170f6fccff04a2895580f3c9a8a774e2129f87b5f229baad2_ppc64le",
                  "product_id": "ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:ff0a308684fa06d170f6fccff04a2895580f3c9a8a774e2129f87b5f229baad2_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/eda-controller-rhel8-operator@sha256:ff0a308684fa06d170f6fccff04a2895580f3c9a8a774e2129f87b5f229baad2?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/eda-controller-rhel8-operator\u0026tag=2.4-170"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:4a2fd70ad0157b39a3bd33c83c2f7ab4ccb7f9af7323e2e5bab543ef164d90d4_ppc64le",
                "product": {
                  "name": "ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:4a2fd70ad0157b39a3bd33c83c2f7ab4ccb7f9af7323e2e5bab543ef164d90d4_ppc64le",
                  "product_id": "ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:4a2fd70ad0157b39a3bd33c83c2f7ab4ccb7f9af7323e2e5bab543ef164d90d4_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/eda-controller-ui-rhel8@sha256:4a2fd70ad0157b39a3bd33c83c2f7ab4ccb7f9af7323e2e5bab543ef164d90d4?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/eda-controller-ui-rhel8\u0026tag=1.0.7-33"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-24/hub-rhel8@sha256:219254682fbbe979780a33b19be328f9653feb06285edb1020d58cf7997f0f06_ppc64le",
                "product": {
                  "name": "ansible-automation-platform-24/hub-rhel8@sha256:219254682fbbe979780a33b19be328f9653feb06285edb1020d58cf7997f0f06_ppc64le",
                  "product_id": "ansible-automation-platform-24/hub-rhel8@sha256:219254682fbbe979780a33b19be328f9653feb06285edb1020d58cf7997f0f06_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/hub-rhel8@sha256:219254682fbbe979780a33b19be328f9653feb06285edb1020d58cf7997f0f06?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/hub-rhel8\u0026tag=4.9.3-2"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-24/hub-rhel8-operator@sha256:9612c87f0d5ce3e3bb401d225d01dc724886be417df191cca5a87c5f9addcfa1_ppc64le",
                "product": {
                  "name": "ansible-automation-platform-24/hub-rhel8-operator@sha256:9612c87f0d5ce3e3bb401d225d01dc724886be417df191cca5a87c5f9addcfa1_ppc64le",
                  "product_id": "ansible-automation-platform-24/hub-rhel8-operator@sha256:9612c87f0d5ce3e3bb401d225d01dc724886be417df191cca5a87c5f9addcfa1_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/hub-rhel8-operator@sha256:9612c87f0d5ce3e3bb401d225d01dc724886be417df191cca5a87c5f9addcfa1?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/hub-rhel8-operator\u0026tag=2.4-169"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-24/hub-web-rhel8@sha256:5758ef097903a860df75fbc2a1d2ccda49754c2d9193a9f7d7524af16458f9ca_ppc64le",
                "product": {
                  "name": "ansible-automation-platform-24/hub-web-rhel8@sha256:5758ef097903a860df75fbc2a1d2ccda49754c2d9193a9f7d7524af16458f9ca_ppc64le",
                  "product_id": "ansible-automation-platform-24/hub-web-rhel8@sha256:5758ef097903a860df75fbc2a1d2ccda49754c2d9193a9f7d7524af16458f9ca_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/hub-web-rhel8@sha256:5758ef097903a860df75fbc2a1d2ccda49754c2d9193a9f7d7524af16458f9ca?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/hub-web-rhel8\u0026tag=4.9.3-1"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-24/de-minimal-rhel9@sha256:2718608c60999bd5eed6cb89ce6de263e5bc7ac9aef573e118d9c2751b3de40a_ppc64le",
                "product": {
                  "name": "ansible-automation-platform-24/de-minimal-rhel9@sha256:2718608c60999bd5eed6cb89ce6de263e5bc7ac9aef573e118d9c2751b3de40a_ppc64le",
                  "product_id": "ansible-automation-platform-24/de-minimal-rhel9@sha256:2718608c60999bd5eed6cb89ce6de263e5bc7ac9aef573e118d9c2751b3de40a_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/de-minimal-rhel9@sha256:2718608c60999bd5eed6cb89ce6de263e5bc7ac9aef573e118d9c2751b3de40a?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/de-minimal-rhel9\u0026tag=1.0.7-60"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-24/de-minimal-rhel8@sha256:2cdb9459ef1853543e1348917f31c9b14097a4379cbdbb19535c09284167b9b3_ppc64le",
                "product": {
                  "name": "ansible-automation-platform-24/de-minimal-rhel8@sha256:2cdb9459ef1853543e1348917f31c9b14097a4379cbdbb19535c09284167b9b3_ppc64le",
                  "product_id": "ansible-automation-platform-24/de-minimal-rhel8@sha256:2cdb9459ef1853543e1348917f31c9b14097a4379cbdbb19535c09284167b9b3_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/de-minimal-rhel8@sha256:2cdb9459ef1853543e1348917f31c9b14097a4379cbdbb19535c09284167b9b3?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/de-minimal-rhel8\u0026tag=1.0.7-59"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-24/de-supported-rhel8@sha256:120d59119d25292a03f1f283aa1b4a23d8d5bec601632072e984202db3899297_ppc64le",
                "product": {
                  "name": "ansible-automation-platform-24/de-supported-rhel8@sha256:120d59119d25292a03f1f283aa1b4a23d8d5bec601632072e984202db3899297_ppc64le",
                  "product_id": "ansible-automation-platform-24/de-supported-rhel8@sha256:120d59119d25292a03f1f283aa1b4a23d8d5bec601632072e984202db3899297_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/de-supported-rhel8@sha256:120d59119d25292a03f1f283aa1b4a23d8d5bec601632072e984202db3899297?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/de-supported-rhel8\u0026tag=1.0.7-69"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-24/de-supported-rhel9@sha256:dcd4011c6311ed8eedf703eb80db604757dac663aca700147cb219387fd2ee5c_ppc64le",
                "product": {
                  "name": "ansible-automation-platform-24/de-supported-rhel9@sha256:dcd4011c6311ed8eedf703eb80db604757dac663aca700147cb219387fd2ee5c_ppc64le",
                  "product_id": "ansible-automation-platform-24/de-supported-rhel9@sha256:dcd4011c6311ed8eedf703eb80db604757dac663aca700147cb219387fd2ee5c_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/de-supported-rhel9@sha256:dcd4011c6311ed8eedf703eb80db604757dac663aca700147cb219387fd2ee5c?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/de-supported-rhel9\u0026tag=1.0.7-68"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-24/ee-minimal-rhel9@sha256:60b348215ba58d730f5df014e3dc8ac0a0b6c320b01c371cae028c4cdff64a61_ppc64le",
                "product": {
                  "name": "ansible-automation-platform-24/ee-minimal-rhel9@sha256:60b348215ba58d730f5df014e3dc8ac0a0b6c320b01c371cae028c4cdff64a61_ppc64le",
                  "product_id": "ansible-automation-platform-24/ee-minimal-rhel9@sha256:60b348215ba58d730f5df014e3dc8ac0a0b6c320b01c371cae028c4cdff64a61_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ee-minimal-rhel9@sha256:60b348215ba58d730f5df014e3dc8ac0a0b6c320b01c371cae028c4cdff64a61?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ee-minimal-rhel9\u0026tag=1.0.0-852"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-24/ee-minimal-rhel8@sha256:6fb7b072472d96acc7ecfcaa40d30f00ddcc18ca0d11e7770029231b0163d6ed_ppc64le",
                "product": {
                  "name": "ansible-automation-platform-24/ee-minimal-rhel8@sha256:6fb7b072472d96acc7ecfcaa40d30f00ddcc18ca0d11e7770029231b0163d6ed_ppc64le",
                  "product_id": "ansible-automation-platform-24/ee-minimal-rhel8@sha256:6fb7b072472d96acc7ecfcaa40d30f00ddcc18ca0d11e7770029231b0163d6ed_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ee-minimal-rhel8@sha256:6fb7b072472d96acc7ecfcaa40d30f00ddcc18ca0d11e7770029231b0163d6ed?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ee-minimal-rhel8\u0026tag=1.0.0-853"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-24/ee-supported-rhel8@sha256:f751ae8a07b6e5476f3615f0fa8ff9548cba94b5b3c54f3d5d3dd9c525246b33_ppc64le",
                "product": {
                  "name": "ansible-automation-platform-24/ee-supported-rhel8@sha256:f751ae8a07b6e5476f3615f0fa8ff9548cba94b5b3c54f3d5d3dd9c525246b33_ppc64le",
                  "product_id": "ansible-automation-platform-24/ee-supported-rhel8@sha256:f751ae8a07b6e5476f3615f0fa8ff9548cba94b5b3c54f3d5d3dd9c525246b33_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ee-supported-rhel8@sha256:f751ae8a07b6e5476f3615f0fa8ff9548cba94b5b3c54f3d5d3dd9c525246b33?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ee-supported-rhel8\u0026tag=1.0.0-947"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-24/ee-supported-rhel9@sha256:b021ac90dbd2bace189d1863c1a0586be25789e7726b165479c7f9b2c275052b_ppc64le",
                "product": {
                  "name": "ansible-automation-platform-24/ee-supported-rhel9@sha256:b021ac90dbd2bace189d1863c1a0586be25789e7726b165479c7f9b2c275052b_ppc64le",
                  "product_id": "ansible-automation-platform-24/ee-supported-rhel9@sha256:b021ac90dbd2bace189d1863c1a0586be25789e7726b165479c7f9b2c275052b_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ee-supported-rhel9@sha256:b021ac90dbd2bace189d1863c1a0586be25789e7726b165479c7f9b2c275052b?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ee-supported-rhel9\u0026tag=1.0.0-946"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:37a3aafb2431a8e7cc62b183ab1eb9cdec1793a296062ad55bdbfd86cd2dcd7d_ppc64le",
                "product": {
                  "name": "ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:37a3aafb2431a8e7cc62b183ab1eb9cdec1793a296062ad55bdbfd86cd2dcd7d_ppc64le",
                  "product_id": "ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:37a3aafb2431a8e7cc62b183ab1eb9cdec1793a296062ad55bdbfd86cd2dcd7d_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/platform-resource-rhel8-operator@sha256:37a3aafb2431a8e7cc62b183ab1eb9cdec1793a296062ad55bdbfd86cd2dcd7d?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/platform-resource-rhel8-operator\u0026tag=2.4-164"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:a593cba488cbcfd0ccbad879f1b5e40752daa1d1a1ea7393e9c81f1e38dc87c9_ppc64le",
                "product": {
                  "name": "ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:a593cba488cbcfd0ccbad879f1b5e40752daa1d1a1ea7393e9c81f1e38dc87c9_ppc64le",
                  "product_id": "ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:a593cba488cbcfd0ccbad879f1b5e40752daa1d1a1ea7393e9c81f1e38dc87c9_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/platform-resource-runner-rhel8@sha256:a593cba488cbcfd0ccbad879f1b5e40752daa1d1a1ea7393e9c81f1e38dc87c9?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/platform-resource-runner-rhel8\u0026tag=2.4-204"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "ppc64le"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "ansible-automation-platform-24/aap-must-gather-rhel8@sha256:9b106f61f0253d184de95b4f666da80eb99115ee9c11310cac69f3eee43268a5_amd64",
                "product": {
                  "name": "ansible-automation-platform-24/aap-must-gather-rhel8@sha256:9b106f61f0253d184de95b4f666da80eb99115ee9c11310cac69f3eee43268a5_amd64",
                  "product_id": "ansible-automation-platform-24/aap-must-gather-rhel8@sha256:9b106f61f0253d184de95b4f666da80eb99115ee9c11310cac69f3eee43268a5_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/aap-must-gather-rhel8@sha256:9b106f61f0253d184de95b4f666da80eb99115ee9c11310cac69f3eee43268a5?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/aap-must-gather-rhel8\u0026tag=0.0.1-530"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform/platform-operator-bundle@sha256:be3660e6656b4d5fce4a0dad97b6cd86ef2cc501697bb91477f1b5b49d2c44b6_amd64",
                "product": {
                  "name": "ansible-automation-platform/platform-operator-bundle@sha256:be3660e6656b4d5fce4a0dad97b6cd86ef2cc501697bb91477f1b5b49d2c44b6_amd64",
                  "product_id": "ansible-automation-platform/platform-operator-bundle@sha256:be3660e6656b4d5fce4a0dad97b6cd86ef2cc501697bb91477f1b5b49d2c44b6_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/platform-operator-bundle@sha256:be3660e6656b4d5fce4a0dad97b6cd86ef2cc501697bb91477f1b5b49d2c44b6?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform/platform-operator-bundle\u0026tag=2.4-2412"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-24/ansible-builder-rhel8@sha256:c9ce006256260a9060d68eec4172a29adc0564f32231a1f388024bd1f86c75ef_amd64",
                "product": {
                  "name": "ansible-automation-platform-24/ansible-builder-rhel8@sha256:c9ce006256260a9060d68eec4172a29adc0564f32231a1f388024bd1f86c75ef_amd64",
                  "product_id": "ansible-automation-platform-24/ansible-builder-rhel8@sha256:c9ce006256260a9060d68eec4172a29adc0564f32231a1f388024bd1f86c75ef_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ansible-builder-rhel8@sha256:c9ce006256260a9060d68eec4172a29adc0564f32231a1f388024bd1f86c75ef?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ansible-builder-rhel8\u0026tag=3.0.1-125"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-24/ansible-builder-rhel9@sha256:535d709bdad2bde570f12c57c221421d23b73a8420d976f0c862bad423bca1f5_amd64",
                "product": {
                  "name": "ansible-automation-platform-24/ansible-builder-rhel9@sha256:535d709bdad2bde570f12c57c221421d23b73a8420d976f0c862bad423bca1f5_amd64",
                  "product_id": "ansible-automation-platform-24/ansible-builder-rhel9@sha256:535d709bdad2bde570f12c57c221421d23b73a8420d976f0c862bad423bca1f5_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ansible-builder-rhel9@sha256:535d709bdad2bde570f12c57c221421d23b73a8420d976f0c862bad423bca1f5?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ansible-builder-rhel9\u0026tag=3.0.1-126"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-24/lightspeed-rhel8@sha256:08e4410d77bdc3299ee064948601c9eac4dfee5813635c3534757093e581242c_amd64",
                "product": {
                  "name": "ansible-automation-platform-24/lightspeed-rhel8@sha256:08e4410d77bdc3299ee064948601c9eac4dfee5813635c3534757093e581242c_amd64",
                  "product_id": "ansible-automation-platform-24/lightspeed-rhel8@sha256:08e4410d77bdc3299ee064948601c9eac4dfee5813635c3534757093e581242c_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/lightspeed-rhel8@sha256:08e4410d77bdc3299ee064948601c9eac4dfee5813635c3534757093e581242c?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/lightspeed-rhel8\u0026tag=2.4.250225-5"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:35e5b8d8da92c13098c0a715f98ce1ea702ac08ea224f2569bfb63219e46c21f_amd64",
                "product": {
                  "name": "ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:35e5b8d8da92c13098c0a715f98ce1ea702ac08ea224f2569bfb63219e46c21f_amd64",
                  "product_id": "ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:35e5b8d8da92c13098c0a715f98ce1ea702ac08ea224f2569bfb63219e46c21f_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/lightspeed-rhel8-operator@sha256:35e5b8d8da92c13098c0a715f98ce1ea702ac08ea224f2569bfb63219e46c21f?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/lightspeed-rhel8-operator\u0026tag=2.4-36"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-24/ansible-python-base-rhel9@sha256:ae2d401c861113c1dabfe821ef66513772ad85fd72667aa3fe23007357bb2096_amd64",
                "product": {
                  "name": "ansible-automation-platform-24/ansible-python-base-rhel9@sha256:ae2d401c861113c1dabfe821ef66513772ad85fd72667aa3fe23007357bb2096_amd64",
                  "product_id": "ansible-automation-platform-24/ansible-python-base-rhel9@sha256:ae2d401c861113c1dabfe821ef66513772ad85fd72667aa3fe23007357bb2096_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ansible-python-base-rhel9@sha256:ae2d401c861113c1dabfe821ef66513772ad85fd72667aa3fe23007357bb2096?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ansible-python-base-rhel9\u0026tag=1.0.0-737"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-24/ansible-python-base-rhel8@sha256:a32242398df6ea22e63be19984bca55a15de03354dff9a94b7a25fce5ae2ed2f_amd64",
                "product": {
                  "name": "ansible-automation-platform-24/ansible-python-base-rhel8@sha256:a32242398df6ea22e63be19984bca55a15de03354dff9a94b7a25fce5ae2ed2f_amd64",
                  "product_id": "ansible-automation-platform-24/ansible-python-base-rhel8@sha256:a32242398df6ea22e63be19984bca55a15de03354dff9a94b7a25fce5ae2ed2f_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ansible-python-base-rhel8@sha256:a32242398df6ea22e63be19984bca55a15de03354dff9a94b7a25fce5ae2ed2f?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ansible-python-base-rhel8\u0026tag=1.0.0-736"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:64fb0ad4287c9c552a4152d13ebd40a923d28673eae091ab1e8117fb7f3c83d3_amd64",
                "product": {
                  "name": "ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:64fb0ad4287c9c552a4152d13ebd40a923d28673eae091ab1e8117fb7f3c83d3_amd64",
                  "product_id": "ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:64fb0ad4287c9c552a4152d13ebd40a923d28673eae091ab1e8117fb7f3c83d3_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ansible-python-toolkit-rhel8@sha256:64fb0ad4287c9c552a4152d13ebd40a923d28673eae091ab1e8117fb7f3c83d3?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ansible-python-toolkit-rhel8\u0026tag=1.0.0-686"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:1d64f60509d10a5c7bb17a2b207d0ff588a5f3a15047ab58d53638896daeeca4_amd64",
                "product": {
                  "name": "ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:1d64f60509d10a5c7bb17a2b207d0ff588a5f3a15047ab58d53638896daeeca4_amd64",
                  "product_id": "ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:1d64f60509d10a5c7bb17a2b207d0ff588a5f3a15047ab58d53638896daeeca4_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ansible-python-toolkit-rhel9@sha256:1d64f60509d10a5c7bb17a2b207d0ff588a5f3a15047ab58d53638896daeeca4?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ansible-python-toolkit-rhel9\u0026tag=1.0.0-687"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-24/controller-rhel8@sha256:00a84c100bf7a2f60341181560b80d96bb9cc435a50d61c4c13b05f7e5adf82d_amd64",
                "product": {
                  "name": "ansible-automation-platform-24/controller-rhel8@sha256:00a84c100bf7a2f60341181560b80d96bb9cc435a50d61c4c13b05f7e5adf82d_amd64",
                  "product_id": "ansible-automation-platform-24/controller-rhel8@sha256:00a84c100bf7a2f60341181560b80d96bb9cc435a50d61c4c13b05f7e5adf82d_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/controller-rhel8@sha256:00a84c100bf7a2f60341181560b80d96bb9cc435a50d61c4c13b05f7e5adf82d?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/controller-rhel8\u0026tag=4.5.20-2"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-24/controller-rhel8-operator@sha256:a6feae9e051083a937661ca3a589edcd1472d667488791f5b17c89e7bd1af2c0_amd64",
                "product": {
                  "name": "ansible-automation-platform-24/controller-rhel8-operator@sha256:a6feae9e051083a937661ca3a589edcd1472d667488791f5b17c89e7bd1af2c0_amd64",
                  "product_id": "ansible-automation-platform-24/controller-rhel8-operator@sha256:a6feae9e051083a937661ca3a589edcd1472d667488791f5b17c89e7bd1af2c0_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/controller-rhel8-operator@sha256:a6feae9e051083a937661ca3a589edcd1472d667488791f5b17c89e7bd1af2c0?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/controller-rhel8-operator\u0026tag=2.4-170"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-24/eda-controller-rhel8@sha256:8ce106fced0e031665b33a194fb601719e83c1b8d97adba2831e1acfa6831315_amd64",
                "product": {
                  "name": "ansible-automation-platform-24/eda-controller-rhel8@sha256:8ce106fced0e031665b33a194fb601719e83c1b8d97adba2831e1acfa6831315_amd64",
                  "product_id": "ansible-automation-platform-24/eda-controller-rhel8@sha256:8ce106fced0e031665b33a194fb601719e83c1b8d97adba2831e1acfa6831315_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/eda-controller-rhel8@sha256:8ce106fced0e031665b33a194fb601719e83c1b8d97adba2831e1acfa6831315?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/eda-controller-rhel8\u0026tag=1.0.7-34"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:63f91b6281c890f4265d5bb2e8dc169777d6f32e80f586382172290eb2acc3e0_amd64",
                "product": {
                  "name": "ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:63f91b6281c890f4265d5bb2e8dc169777d6f32e80f586382172290eb2acc3e0_amd64",
                  "product_id": "ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:63f91b6281c890f4265d5bb2e8dc169777d6f32e80f586382172290eb2acc3e0_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/eda-controller-rhel8-operator@sha256:63f91b6281c890f4265d5bb2e8dc169777d6f32e80f586382172290eb2acc3e0?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/eda-controller-rhel8-operator\u0026tag=2.4-170"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:79d9fa1054b6a75541f7bb11cd86cbd4cc25c51be09a850a542bfd105ee5be61_amd64",
                "product": {
                  "name": "ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:79d9fa1054b6a75541f7bb11cd86cbd4cc25c51be09a850a542bfd105ee5be61_amd64",
                  "product_id": "ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:79d9fa1054b6a75541f7bb11cd86cbd4cc25c51be09a850a542bfd105ee5be61_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/eda-controller-ui-rhel8@sha256:79d9fa1054b6a75541f7bb11cd86cbd4cc25c51be09a850a542bfd105ee5be61?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/eda-controller-ui-rhel8\u0026tag=1.0.7-33"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-24/hub-rhel8@sha256:5859ef9a0cbc29b0ede9b485a4d66454126e107ee4596fcffe2a403e6f8db4d8_amd64",
                "product": {
                  "name": "ansible-automation-platform-24/hub-rhel8@sha256:5859ef9a0cbc29b0ede9b485a4d66454126e107ee4596fcffe2a403e6f8db4d8_amd64",
                  "product_id": "ansible-automation-platform-24/hub-rhel8@sha256:5859ef9a0cbc29b0ede9b485a4d66454126e107ee4596fcffe2a403e6f8db4d8_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/hub-rhel8@sha256:5859ef9a0cbc29b0ede9b485a4d66454126e107ee4596fcffe2a403e6f8db4d8?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/hub-rhel8\u0026tag=4.9.3-2"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-24/hub-rhel8-operator@sha256:45f748dd3fd09b9986b92391c7fa9b8095ce49f66a23540ff8cdb31b5cc47271_amd64",
                "product": {
                  "name": "ansible-automation-platform-24/hub-rhel8-operator@sha256:45f748dd3fd09b9986b92391c7fa9b8095ce49f66a23540ff8cdb31b5cc47271_amd64",
                  "product_id": "ansible-automation-platform-24/hub-rhel8-operator@sha256:45f748dd3fd09b9986b92391c7fa9b8095ce49f66a23540ff8cdb31b5cc47271_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/hub-rhel8-operator@sha256:45f748dd3fd09b9986b92391c7fa9b8095ce49f66a23540ff8cdb31b5cc47271?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/hub-rhel8-operator\u0026tag=2.4-169"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-24/hub-web-rhel8@sha256:0eab31728b3cc3b6b9e9ff59ec39dc275fa38cb6a4917dc12c605d006b5d3ea4_amd64",
                "product": {
                  "name": "ansible-automation-platform-24/hub-web-rhel8@sha256:0eab31728b3cc3b6b9e9ff59ec39dc275fa38cb6a4917dc12c605d006b5d3ea4_amd64",
                  "product_id": "ansible-automation-platform-24/hub-web-rhel8@sha256:0eab31728b3cc3b6b9e9ff59ec39dc275fa38cb6a4917dc12c605d006b5d3ea4_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/hub-web-rhel8@sha256:0eab31728b3cc3b6b9e9ff59ec39dc275fa38cb6a4917dc12c605d006b5d3ea4?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/hub-web-rhel8\u0026tag=4.9.3-1"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-24/de-minimal-rhel9@sha256:2a3ec2d7767c104d0d40acfa8824b4f792fbf89aa94d78faa56aa907b501eed2_amd64",
                "product": {
                  "name": "ansible-automation-platform-24/de-minimal-rhel9@sha256:2a3ec2d7767c104d0d40acfa8824b4f792fbf89aa94d78faa56aa907b501eed2_amd64",
                  "product_id": "ansible-automation-platform-24/de-minimal-rhel9@sha256:2a3ec2d7767c104d0d40acfa8824b4f792fbf89aa94d78faa56aa907b501eed2_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/de-minimal-rhel9@sha256:2a3ec2d7767c104d0d40acfa8824b4f792fbf89aa94d78faa56aa907b501eed2?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/de-minimal-rhel9\u0026tag=1.0.7-60"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-24/de-minimal-rhel8@sha256:f1edc00f6ee42fb4c9d9168a62eeb5f9804445e1b00cac6f92cecc7033b1db96_amd64",
                "product": {
                  "name": "ansible-automation-platform-24/de-minimal-rhel8@sha256:f1edc00f6ee42fb4c9d9168a62eeb5f9804445e1b00cac6f92cecc7033b1db96_amd64",
                  "product_id": "ansible-automation-platform-24/de-minimal-rhel8@sha256:f1edc00f6ee42fb4c9d9168a62eeb5f9804445e1b00cac6f92cecc7033b1db96_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/de-minimal-rhel8@sha256:f1edc00f6ee42fb4c9d9168a62eeb5f9804445e1b00cac6f92cecc7033b1db96?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/de-minimal-rhel8\u0026tag=1.0.7-59"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-24/de-supported-rhel8@sha256:aec2982d51aab2102388b44bc4d25bca852ce74d77708110394e78064d4994f0_amd64",
                "product": {
                  "name": "ansible-automation-platform-24/de-supported-rhel8@sha256:aec2982d51aab2102388b44bc4d25bca852ce74d77708110394e78064d4994f0_amd64",
                  "product_id": "ansible-automation-platform-24/de-supported-rhel8@sha256:aec2982d51aab2102388b44bc4d25bca852ce74d77708110394e78064d4994f0_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/de-supported-rhel8@sha256:aec2982d51aab2102388b44bc4d25bca852ce74d77708110394e78064d4994f0?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/de-supported-rhel8\u0026tag=1.0.7-69"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-24/de-supported-rhel9@sha256:53529d6c74b698d18bfbab0f66b467300a6b3b249d907c3275fdf8be296a8a1e_amd64",
                "product": {
                  "name": "ansible-automation-platform-24/de-supported-rhel9@sha256:53529d6c74b698d18bfbab0f66b467300a6b3b249d907c3275fdf8be296a8a1e_amd64",
                  "product_id": "ansible-automation-platform-24/de-supported-rhel9@sha256:53529d6c74b698d18bfbab0f66b467300a6b3b249d907c3275fdf8be296a8a1e_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/de-supported-rhel9@sha256:53529d6c74b698d18bfbab0f66b467300a6b3b249d907c3275fdf8be296a8a1e?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/de-supported-rhel9\u0026tag=1.0.7-68"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-24/ee-29-rhel8@sha256:f023a6fdaf0aae33025874c24ca718402fda4cdaa8f3b95694af4da835722b74_amd64",
                "product": {
                  "name": "ansible-automation-platform-24/ee-29-rhel8@sha256:f023a6fdaf0aae33025874c24ca718402fda4cdaa8f3b95694af4da835722b74_amd64",
                  "product_id": "ansible-automation-platform-24/ee-29-rhel8@sha256:f023a6fdaf0aae33025874c24ca718402fda4cdaa8f3b95694af4da835722b74_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ee-29-rhel8@sha256:f023a6fdaf0aae33025874c24ca718402fda4cdaa8f3b95694af4da835722b74?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ee-29-rhel8\u0026tag=1.0.0-436"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform/ee-containerized-installer-rhel8@sha256:80f2bb7e4da17de008be5cf8ac7304038ddd2837d6c7f2a01d94ec32649fb8b6_amd64",
                "product": {
                  "name": "ansible-automation-platform/ee-containerized-installer-rhel8@sha256:80f2bb7e4da17de008be5cf8ac7304038ddd2837d6c7f2a01d94ec32649fb8b6_amd64",
                  "product_id": "ansible-automation-platform/ee-containerized-installer-rhel8@sha256:80f2bb7e4da17de008be5cf8ac7304038ddd2837d6c7f2a01d94ec32649fb8b6_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ee-containerized-installer-rhel8@sha256:80f2bb7e4da17de008be5cf8ac7304038ddd2837d6c7f2a01d94ec32649fb8b6?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform/ee-containerized-installer-rhel8\u0026tag=1.3.3-48"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-24/ee-minimal-rhel9@sha256:f84b71656bf927b5a51e6ed080d549910a077a2bc5beb31b1e90f8ce932fad91_amd64",
                "product": {
                  "name": "ansible-automation-platform-24/ee-minimal-rhel9@sha256:f84b71656bf927b5a51e6ed080d549910a077a2bc5beb31b1e90f8ce932fad91_amd64",
                  "product_id": "ansible-automation-platform-24/ee-minimal-rhel9@sha256:f84b71656bf927b5a51e6ed080d549910a077a2bc5beb31b1e90f8ce932fad91_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ee-minimal-rhel9@sha256:f84b71656bf927b5a51e6ed080d549910a077a2bc5beb31b1e90f8ce932fad91?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ee-minimal-rhel9\u0026tag=1.0.0-852"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-24/ee-minimal-rhel8@sha256:194be8cb5127032f555d7c61b9f38cde74992d0ea589970e3ef96297ece4c713_amd64",
                "product": {
                  "name": "ansible-automation-platform-24/ee-minimal-rhel8@sha256:194be8cb5127032f555d7c61b9f38cde74992d0ea589970e3ef96297ece4c713_amd64",
                  "product_id": "ansible-automation-platform-24/ee-minimal-rhel8@sha256:194be8cb5127032f555d7c61b9f38cde74992d0ea589970e3ef96297ece4c713_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ee-minimal-rhel8@sha256:194be8cb5127032f555d7c61b9f38cde74992d0ea589970e3ef96297ece4c713?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ee-minimal-rhel8\u0026tag=1.0.0-853"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-24/ee-supported-rhel8@sha256:2278e675e0d2a7cfc9d0fa58ec9381c378322496b86095be384aa45f2e5f9813_amd64",
                "product": {
                  "name": "ansible-automation-platform-24/ee-supported-rhel8@sha256:2278e675e0d2a7cfc9d0fa58ec9381c378322496b86095be384aa45f2e5f9813_amd64",
                  "product_id": "ansible-automation-platform-24/ee-supported-rhel8@sha256:2278e675e0d2a7cfc9d0fa58ec9381c378322496b86095be384aa45f2e5f9813_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ee-supported-rhel8@sha256:2278e675e0d2a7cfc9d0fa58ec9381c378322496b86095be384aa45f2e5f9813?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ee-supported-rhel8\u0026tag=1.0.0-947"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-24/ee-supported-rhel9@sha256:ec72b2196cfb602fb4951054eaea51b2940428257b946201067aa589640d1e49_amd64",
                "product": {
                  "name": "ansible-automation-platform-24/ee-supported-rhel9@sha256:ec72b2196cfb602fb4951054eaea51b2940428257b946201067aa589640d1e49_amd64",
                  "product_id": "ansible-automation-platform-24/ee-supported-rhel9@sha256:ec72b2196cfb602fb4951054eaea51b2940428257b946201067aa589640d1e49_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ee-supported-rhel9@sha256:ec72b2196cfb602fb4951054eaea51b2940428257b946201067aa589640d1e49?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ee-supported-rhel9\u0026tag=1.0.0-946"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:36246b439fdb96d3f22d3b44261e1a7945fcf037cd4e40d5cc41aff236164df9_amd64",
                "product": {
                  "name": "ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:36246b439fdb96d3f22d3b44261e1a7945fcf037cd4e40d5cc41aff236164df9_amd64",
                  "product_id": "ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:36246b439fdb96d3f22d3b44261e1a7945fcf037cd4e40d5cc41aff236164df9_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/platform-resource-rhel8-operator@sha256:36246b439fdb96d3f22d3b44261e1a7945fcf037cd4e40d5cc41aff236164df9?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/platform-resource-rhel8-operator\u0026tag=2.4-164"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:21ee32cf4311f623479ed7a3eba076998208dab49ff0eb85dd54c09c70a506f5_amd64",
                "product": {
                  "name": "ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:21ee32cf4311f623479ed7a3eba076998208dab49ff0eb85dd54c09c70a506f5_amd64",
                  "product_id": "ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:21ee32cf4311f623479ed7a3eba076998208dab49ff0eb85dd54c09c70a506f5_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/platform-resource-runner-rhel8@sha256:21ee32cf4311f623479ed7a3eba076998208dab49ff0eb85dd54c09c70a506f5?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/platform-resource-runner-rhel8\u0026tag=2.4-204"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "amd64"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "ansible-automation-platform-24/aap-must-gather-rhel8@sha256:175997b050c0ce905dfcdfcc9fc6478aae9a23f0b7f759d108dd630e8dd5763b_arm64",
                "product": {
                  "name": "ansible-automation-platform-24/aap-must-gather-rhel8@sha256:175997b050c0ce905dfcdfcc9fc6478aae9a23f0b7f759d108dd630e8dd5763b_arm64",
                  "product_id": "ansible-automation-platform-24/aap-must-gather-rhel8@sha256:175997b050c0ce905dfcdfcc9fc6478aae9a23f0b7f759d108dd630e8dd5763b_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/aap-must-gather-rhel8@sha256:175997b050c0ce905dfcdfcc9fc6478aae9a23f0b7f759d108dd630e8dd5763b?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/aap-must-gather-rhel8\u0026tag=0.0.1-530"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform/platform-operator-bundle@sha256:18e5cef6d77dc2846a555e4f378816dd78671622039dafef68aaa82b17ba54ef_arm64",
                "product": {
                  "name": "ansible-automation-platform/platform-operator-bundle@sha256:18e5cef6d77dc2846a555e4f378816dd78671622039dafef68aaa82b17ba54ef_arm64",
                  "product_id": "ansible-automation-platform/platform-operator-bundle@sha256:18e5cef6d77dc2846a555e4f378816dd78671622039dafef68aaa82b17ba54ef_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/platform-operator-bundle@sha256:18e5cef6d77dc2846a555e4f378816dd78671622039dafef68aaa82b17ba54ef?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform/platform-operator-bundle\u0026tag=2.4-2412"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-24/ansible-builder-rhel8@sha256:7dbe73d379698464f6a5bba1a5bbb3b7d0ea13afab2c2a33c6684248de148de2_arm64",
                "product": {
                  "name": "ansible-automation-platform-24/ansible-builder-rhel8@sha256:7dbe73d379698464f6a5bba1a5bbb3b7d0ea13afab2c2a33c6684248de148de2_arm64",
                  "product_id": "ansible-automation-platform-24/ansible-builder-rhel8@sha256:7dbe73d379698464f6a5bba1a5bbb3b7d0ea13afab2c2a33c6684248de148de2_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ansible-builder-rhel8@sha256:7dbe73d379698464f6a5bba1a5bbb3b7d0ea13afab2c2a33c6684248de148de2?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ansible-builder-rhel8\u0026tag=3.0.1-125"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-24/ansible-builder-rhel9@sha256:a7f85d47be6fe60ccd15828d02a42247912a43a7cea1ef76d59331694b4dfd8d_arm64",
                "product": {
                  "name": "ansible-automation-platform-24/ansible-builder-rhel9@sha256:a7f85d47be6fe60ccd15828d02a42247912a43a7cea1ef76d59331694b4dfd8d_arm64",
                  "product_id": "ansible-automation-platform-24/ansible-builder-rhel9@sha256:a7f85d47be6fe60ccd15828d02a42247912a43a7cea1ef76d59331694b4dfd8d_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ansible-builder-rhel9@sha256:a7f85d47be6fe60ccd15828d02a42247912a43a7cea1ef76d59331694b4dfd8d?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ansible-builder-rhel9\u0026tag=3.0.1-126"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-24/lightspeed-rhel8@sha256:e4020c3f704b5e5a5f23712f3eacb7cbad1265de43cfb3deb74081583d828e18_arm64",
                "product": {
                  "name": "ansible-automation-platform-24/lightspeed-rhel8@sha256:e4020c3f704b5e5a5f23712f3eacb7cbad1265de43cfb3deb74081583d828e18_arm64",
                  "product_id": "ansible-automation-platform-24/lightspeed-rhel8@sha256:e4020c3f704b5e5a5f23712f3eacb7cbad1265de43cfb3deb74081583d828e18_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/lightspeed-rhel8@sha256:e4020c3f704b5e5a5f23712f3eacb7cbad1265de43cfb3deb74081583d828e18?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/lightspeed-rhel8\u0026tag=2.4.250225-5"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:fcdaba560aee75a9e8621fa7bc3a3263b1058e427f32f3beef0e0535a4abb599_arm64",
                "product": {
                  "name": "ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:fcdaba560aee75a9e8621fa7bc3a3263b1058e427f32f3beef0e0535a4abb599_arm64",
                  "product_id": "ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:fcdaba560aee75a9e8621fa7bc3a3263b1058e427f32f3beef0e0535a4abb599_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/lightspeed-rhel8-operator@sha256:fcdaba560aee75a9e8621fa7bc3a3263b1058e427f32f3beef0e0535a4abb599?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/lightspeed-rhel8-operator\u0026tag=2.4-36"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-24/ansible-python-base-rhel9@sha256:283a60c18eb74254b1d800423810d3c87f6f9f0677ce4aaadf6fd62f66ad0cb1_arm64",
                "product": {
                  "name": "ansible-automation-platform-24/ansible-python-base-rhel9@sha256:283a60c18eb74254b1d800423810d3c87f6f9f0677ce4aaadf6fd62f66ad0cb1_arm64",
                  "product_id": "ansible-automation-platform-24/ansible-python-base-rhel9@sha256:283a60c18eb74254b1d800423810d3c87f6f9f0677ce4aaadf6fd62f66ad0cb1_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ansible-python-base-rhel9@sha256:283a60c18eb74254b1d800423810d3c87f6f9f0677ce4aaadf6fd62f66ad0cb1?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ansible-python-base-rhel9\u0026tag=1.0.0-737"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-24/ansible-python-base-rhel8@sha256:85fab43c777d723711d31b23b5d4577d49b8081b17c8e6777ca589826da2d7af_arm64",
                "product": {
                  "name": "ansible-automation-platform-24/ansible-python-base-rhel8@sha256:85fab43c777d723711d31b23b5d4577d49b8081b17c8e6777ca589826da2d7af_arm64",
                  "product_id": "ansible-automation-platform-24/ansible-python-base-rhel8@sha256:85fab43c777d723711d31b23b5d4577d49b8081b17c8e6777ca589826da2d7af_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ansible-python-base-rhel8@sha256:85fab43c777d723711d31b23b5d4577d49b8081b17c8e6777ca589826da2d7af?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ansible-python-base-rhel8\u0026tag=1.0.0-736"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:ee99471a288b1355f1aeb00ba6f4bc99bd1ca9107c03045fc15c3cad3eef007d_arm64",
                "product": {
                  "name": "ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:ee99471a288b1355f1aeb00ba6f4bc99bd1ca9107c03045fc15c3cad3eef007d_arm64",
                  "product_id": "ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:ee99471a288b1355f1aeb00ba6f4bc99bd1ca9107c03045fc15c3cad3eef007d_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ansible-python-toolkit-rhel8@sha256:ee99471a288b1355f1aeb00ba6f4bc99bd1ca9107c03045fc15c3cad3eef007d?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ansible-python-toolkit-rhel8\u0026tag=1.0.0-686"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:19e2703546d0c732af8a1d79c29f84285b610cd7541ff563fbb3ebdcbc902456_arm64",
                "product": {
                  "name": "ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:19e2703546d0c732af8a1d79c29f84285b610cd7541ff563fbb3ebdcbc902456_arm64",
                  "product_id": "ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:19e2703546d0c732af8a1d79c29f84285b610cd7541ff563fbb3ebdcbc902456_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ansible-python-toolkit-rhel9@sha256:19e2703546d0c732af8a1d79c29f84285b610cd7541ff563fbb3ebdcbc902456?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ansible-python-toolkit-rhel9\u0026tag=1.0.0-687"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-24/controller-rhel8@sha256:1b413036dc71426dd5c7f6d0b830e27d4a202044b925f72526d61a256e975406_arm64",
                "product": {
                  "name": "ansible-automation-platform-24/controller-rhel8@sha256:1b413036dc71426dd5c7f6d0b830e27d4a202044b925f72526d61a256e975406_arm64",
                  "product_id": "ansible-automation-platform-24/controller-rhel8@sha256:1b413036dc71426dd5c7f6d0b830e27d4a202044b925f72526d61a256e975406_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/controller-rhel8@sha256:1b413036dc71426dd5c7f6d0b830e27d4a202044b925f72526d61a256e975406?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/controller-rhel8\u0026tag=4.5.20-2"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-24/controller-rhel8-operator@sha256:19e9dd53a6f91c8d3bc92ae4d658bd0f1eacf9560d922d27b83fc5a63fed0409_arm64",
                "product": {
                  "name": "ansible-automation-platform-24/controller-rhel8-operator@sha256:19e9dd53a6f91c8d3bc92ae4d658bd0f1eacf9560d922d27b83fc5a63fed0409_arm64",
                  "product_id": "ansible-automation-platform-24/controller-rhel8-operator@sha256:19e9dd53a6f91c8d3bc92ae4d658bd0f1eacf9560d922d27b83fc5a63fed0409_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/controller-rhel8-operator@sha256:19e9dd53a6f91c8d3bc92ae4d658bd0f1eacf9560d922d27b83fc5a63fed0409?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/controller-rhel8-operator\u0026tag=2.4-170"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-24/eda-controller-rhel8@sha256:99d50b0d60640b8552fe84e2a30ac47b6c4a9d9783052211b57ffaa3a5dc3f29_arm64",
                "product": {
                  "name": "ansible-automation-platform-24/eda-controller-rhel8@sha256:99d50b0d60640b8552fe84e2a30ac47b6c4a9d9783052211b57ffaa3a5dc3f29_arm64",
                  "product_id": "ansible-automation-platform-24/eda-controller-rhel8@sha256:99d50b0d60640b8552fe84e2a30ac47b6c4a9d9783052211b57ffaa3a5dc3f29_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/eda-controller-rhel8@sha256:99d50b0d60640b8552fe84e2a30ac47b6c4a9d9783052211b57ffaa3a5dc3f29?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/eda-controller-rhel8\u0026tag=1.0.7-34"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:adf09787e6b255956c0958f87eea7b6f8322f9b5ebab603abcb45db132e17e1b_arm64",
                "product": {
                  "name": "ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:adf09787e6b255956c0958f87eea7b6f8322f9b5ebab603abcb45db132e17e1b_arm64",
                  "product_id": "ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:adf09787e6b255956c0958f87eea7b6f8322f9b5ebab603abcb45db132e17e1b_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/eda-controller-rhel8-operator@sha256:adf09787e6b255956c0958f87eea7b6f8322f9b5ebab603abcb45db132e17e1b?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/eda-controller-rhel8-operator\u0026tag=2.4-170"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:1164e83b9c43417596a18c5ca36182472cb12e60bdc24443f749db6e4847af02_arm64",
                "product": {
                  "name": "ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:1164e83b9c43417596a18c5ca36182472cb12e60bdc24443f749db6e4847af02_arm64",
                  "product_id": "ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:1164e83b9c43417596a18c5ca36182472cb12e60bdc24443f749db6e4847af02_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/eda-controller-ui-rhel8@sha256:1164e83b9c43417596a18c5ca36182472cb12e60bdc24443f749db6e4847af02?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/eda-controller-ui-rhel8\u0026tag=1.0.7-33"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-24/hub-rhel8@sha256:5d4a78b4490d470f27a917283201233f74c3a3b774ae8b212e1b9c6a2ad9d376_arm64",
                "product": {
                  "name": "ansible-automation-platform-24/hub-rhel8@sha256:5d4a78b4490d470f27a917283201233f74c3a3b774ae8b212e1b9c6a2ad9d376_arm64",
                  "product_id": "ansible-automation-platform-24/hub-rhel8@sha256:5d4a78b4490d470f27a917283201233f74c3a3b774ae8b212e1b9c6a2ad9d376_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/hub-rhel8@sha256:5d4a78b4490d470f27a917283201233f74c3a3b774ae8b212e1b9c6a2ad9d376?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/hub-rhel8\u0026tag=4.9.3-2"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-24/hub-rhel8-operator@sha256:affe302de57fb45ad587adac8195b5f33c16f8c65a7f664a01464f9603f1af7a_arm64",
                "product": {
                  "name": "ansible-automation-platform-24/hub-rhel8-operator@sha256:affe302de57fb45ad587adac8195b5f33c16f8c65a7f664a01464f9603f1af7a_arm64",
                  "product_id": "ansible-automation-platform-24/hub-rhel8-operator@sha256:affe302de57fb45ad587adac8195b5f33c16f8c65a7f664a01464f9603f1af7a_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/hub-rhel8-operator@sha256:affe302de57fb45ad587adac8195b5f33c16f8c65a7f664a01464f9603f1af7a?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/hub-rhel8-operator\u0026tag=2.4-169"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-24/hub-web-rhel8@sha256:adbc3add0992fa6e1dd295df4f2e99ef36c3ba478c9400a99ec97de1bba87f6a_arm64",
                "product": {
                  "name": "ansible-automation-platform-24/hub-web-rhel8@sha256:adbc3add0992fa6e1dd295df4f2e99ef36c3ba478c9400a99ec97de1bba87f6a_arm64",
                  "product_id": "ansible-automation-platform-24/hub-web-rhel8@sha256:adbc3add0992fa6e1dd295df4f2e99ef36c3ba478c9400a99ec97de1bba87f6a_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/hub-web-rhel8@sha256:adbc3add0992fa6e1dd295df4f2e99ef36c3ba478c9400a99ec97de1bba87f6a?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/hub-web-rhel8\u0026tag=4.9.3-1"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-24/de-minimal-rhel9@sha256:11c3516e7aeabe8bb16f7a164be8aca5d16bd2a07bd18e6c1bcc284b80069195_arm64",
                "product": {
                  "name": "ansible-automation-platform-24/de-minimal-rhel9@sha256:11c3516e7aeabe8bb16f7a164be8aca5d16bd2a07bd18e6c1bcc284b80069195_arm64",
                  "product_id": "ansible-automation-platform-24/de-minimal-rhel9@sha256:11c3516e7aeabe8bb16f7a164be8aca5d16bd2a07bd18e6c1bcc284b80069195_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/de-minimal-rhel9@sha256:11c3516e7aeabe8bb16f7a164be8aca5d16bd2a07bd18e6c1bcc284b80069195?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/de-minimal-rhel9\u0026tag=1.0.7-60"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-24/de-minimal-rhel8@sha256:9f36a96bc736e80354ee6ab87bca6a0b0a7bc889eb052f2f232ed80eec87d218_arm64",
                "product": {
                  "name": "ansible-automation-platform-24/de-minimal-rhel8@sha256:9f36a96bc736e80354ee6ab87bca6a0b0a7bc889eb052f2f232ed80eec87d218_arm64",
                  "product_id": "ansible-automation-platform-24/de-minimal-rhel8@sha256:9f36a96bc736e80354ee6ab87bca6a0b0a7bc889eb052f2f232ed80eec87d218_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/de-minimal-rhel8@sha256:9f36a96bc736e80354ee6ab87bca6a0b0a7bc889eb052f2f232ed80eec87d218?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/de-minimal-rhel8\u0026tag=1.0.7-59"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-24/de-supported-rhel8@sha256:12d6b119ce24c68a9b41ca8e905f8fc259634f468d5f1a226b7f5fc477b2058b_arm64",
                "product": {
                  "name": "ansible-automation-platform-24/de-supported-rhel8@sha256:12d6b119ce24c68a9b41ca8e905f8fc259634f468d5f1a226b7f5fc477b2058b_arm64",
                  "product_id": "ansible-automation-platform-24/de-supported-rhel8@sha256:12d6b119ce24c68a9b41ca8e905f8fc259634f468d5f1a226b7f5fc477b2058b_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/de-supported-rhel8@sha256:12d6b119ce24c68a9b41ca8e905f8fc259634f468d5f1a226b7f5fc477b2058b?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/de-supported-rhel8\u0026tag=1.0.7-69"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-24/de-supported-rhel9@sha256:584d2b817585cb4886565da4d64cb2670dd9e54ccecfba158548639f6760246a_arm64",
                "product": {
                  "name": "ansible-automation-platform-24/de-supported-rhel9@sha256:584d2b817585cb4886565da4d64cb2670dd9e54ccecfba158548639f6760246a_arm64",
                  "product_id": "ansible-automation-platform-24/de-supported-rhel9@sha256:584d2b817585cb4886565da4d64cb2670dd9e54ccecfba158548639f6760246a_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/de-supported-rhel9@sha256:584d2b817585cb4886565da4d64cb2670dd9e54ccecfba158548639f6760246a?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/de-supported-rhel9\u0026tag=1.0.7-68"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform/ee-containerized-installer-rhel8@sha256:a28db9c543c32fdd35ac651836fe6aaf1e3efa281b0c449677cc3ff272c1ec08_arm64",
                "product": {
                  "name": "ansible-automation-platform/ee-containerized-installer-rhel8@sha256:a28db9c543c32fdd35ac651836fe6aaf1e3efa281b0c449677cc3ff272c1ec08_arm64",
                  "product_id": "ansible-automation-platform/ee-containerized-installer-rhel8@sha256:a28db9c543c32fdd35ac651836fe6aaf1e3efa281b0c449677cc3ff272c1ec08_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ee-containerized-installer-rhel8@sha256:a28db9c543c32fdd35ac651836fe6aaf1e3efa281b0c449677cc3ff272c1ec08?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform/ee-containerized-installer-rhel8\u0026tag=1.3.3-48"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-24/ee-minimal-rhel9@sha256:8dfda1a9e5c29f0a17ee3c5b4e65acd8b10670bc5233a3f601d0497a9b3f3628_arm64",
                "product": {
                  "name": "ansible-automation-platform-24/ee-minimal-rhel9@sha256:8dfda1a9e5c29f0a17ee3c5b4e65acd8b10670bc5233a3f601d0497a9b3f3628_arm64",
                  "product_id": "ansible-automation-platform-24/ee-minimal-rhel9@sha256:8dfda1a9e5c29f0a17ee3c5b4e65acd8b10670bc5233a3f601d0497a9b3f3628_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ee-minimal-rhel9@sha256:8dfda1a9e5c29f0a17ee3c5b4e65acd8b10670bc5233a3f601d0497a9b3f3628?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ee-minimal-rhel9\u0026tag=1.0.0-852"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-24/ee-minimal-rhel8@sha256:d066a0bb60e85208c0e69f4d072c18a14ae2d7d6a0817df82fede5ea3312d2cd_arm64",
                "product": {
                  "name": "ansible-automation-platform-24/ee-minimal-rhel8@sha256:d066a0bb60e85208c0e69f4d072c18a14ae2d7d6a0817df82fede5ea3312d2cd_arm64",
                  "product_id": "ansible-automation-platform-24/ee-minimal-rhel8@sha256:d066a0bb60e85208c0e69f4d072c18a14ae2d7d6a0817df82fede5ea3312d2cd_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ee-minimal-rhel8@sha256:d066a0bb60e85208c0e69f4d072c18a14ae2d7d6a0817df82fede5ea3312d2cd?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ee-minimal-rhel8\u0026tag=1.0.0-853"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-24/ee-supported-rhel8@sha256:bc4af402b83de1584ab30efc9dce4eb0628974305aa96013ef16e6411acc2a1e_arm64",
                "product": {
                  "name": "ansible-automation-platform-24/ee-supported-rhel8@sha256:bc4af402b83de1584ab30efc9dce4eb0628974305aa96013ef16e6411acc2a1e_arm64",
                  "product_id": "ansible-automation-platform-24/ee-supported-rhel8@sha256:bc4af402b83de1584ab30efc9dce4eb0628974305aa96013ef16e6411acc2a1e_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ee-supported-rhel8@sha256:bc4af402b83de1584ab30efc9dce4eb0628974305aa96013ef16e6411acc2a1e?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ee-supported-rhel8\u0026tag=1.0.0-947"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-24/ee-supported-rhel9@sha256:58db7e9e23ae88b839591dea6ae5eb2cd870ce7bd31f76ef080e8eedf4d21932_arm64",
                "product": {
                  "name": "ansible-automation-platform-24/ee-supported-rhel9@sha256:58db7e9e23ae88b839591dea6ae5eb2cd870ce7bd31f76ef080e8eedf4d21932_arm64",
                  "product_id": "ansible-automation-platform-24/ee-supported-rhel9@sha256:58db7e9e23ae88b839591dea6ae5eb2cd870ce7bd31f76ef080e8eedf4d21932_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ee-supported-rhel9@sha256:58db7e9e23ae88b839591dea6ae5eb2cd870ce7bd31f76ef080e8eedf4d21932?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ee-supported-rhel9\u0026tag=1.0.0-946"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:0cd85c6741c622b87744fbcc6533acca824928ed48b561773bedf911912465c5_arm64",
                "product": {
                  "name": "ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:0cd85c6741c622b87744fbcc6533acca824928ed48b561773bedf911912465c5_arm64",
                  "product_id": "ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:0cd85c6741c622b87744fbcc6533acca824928ed48b561773bedf911912465c5_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/platform-resource-rhel8-operator@sha256:0cd85c6741c622b87744fbcc6533acca824928ed48b561773bedf911912465c5?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/platform-resource-rhel8-operator\u0026tag=2.4-164"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:c2a4f56118fca5316d48d81bdd789b9263f6cf0744680920f71c3544a251e638_arm64",
                "product": {
                  "name": "ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:c2a4f56118fca5316d48d81bdd789b9263f6cf0744680920f71c3544a251e638_arm64",
                  "product_id": "ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:c2a4f56118fca5316d48d81bdd789b9263f6cf0744680920f71c3544a251e638_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/platform-resource-runner-rhel8@sha256:c2a4f56118fca5316d48d81bdd789b9263f6cf0744680920f71c3544a251e638?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/platform-resource-runner-rhel8\u0026tag=2.4-204"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "arm64"
          }
        ],
        "category": "vendor",
        "name": "Red Hat"
      }
    ],
    "relationships": [
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-24/aap-must-gather-rhel8@sha256:175997b050c0ce905dfcdfcc9fc6478aae9a23f0b7f759d108dd630e8dd5763b_arm64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:175997b050c0ce905dfcdfcc9fc6478aae9a23f0b7f759d108dd630e8dd5763b_arm64"
        },
        "product_reference": "ansible-automation-platform-24/aap-must-gather-rhel8@sha256:175997b050c0ce905dfcdfcc9fc6478aae9a23f0b7f759d108dd630e8dd5763b_arm64",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-24/aap-must-gather-rhel8@sha256:9b106f61f0253d184de95b4f666da80eb99115ee9c11310cac69f3eee43268a5_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:9b106f61f0253d184de95b4f666da80eb99115ee9c11310cac69f3eee43268a5_amd64"
        },
        "product_reference": "ansible-automation-platform-24/aap-must-gather-rhel8@sha256:9b106f61f0253d184de95b4f666da80eb99115ee9c11310cac69f3eee43268a5_amd64",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-24/aap-must-gather-rhel8@sha256:b9b4f922ffeaad65147c8fb9ddeea76f7696031a72341c9753839f75d47987ec_ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:b9b4f922ffeaad65147c8fb9ddeea76f7696031a72341c9753839f75d47987ec_ppc64le"
        },
        "product_reference": "ansible-automation-platform-24/aap-must-gather-rhel8@sha256:b9b4f922ffeaad65147c8fb9ddeea76f7696031a72341c9753839f75d47987ec_ppc64le",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-24/aap-must-gather-rhel8@sha256:f419c6eccd1bb38ca254b611e0e3971ccbfc50ade29f967814137b455dc56c02_s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:f419c6eccd1bb38ca254b611e0e3971ccbfc50ade29f967814137b455dc56c02_s390x"
        },
        "product_reference": "ansible-automation-platform-24/aap-must-gather-rhel8@sha256:f419c6eccd1bb38ca254b611e0e3971ccbfc50ade29f967814137b455dc56c02_s390x",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-24/ansible-builder-rhel8@sha256:76a34d80d68724c46687530b0ed6479a385775541f623274b43b0a0f67196107_s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:76a34d80d68724c46687530b0ed6479a385775541f623274b43b0a0f67196107_s390x"
        },
        "product_reference": "ansible-automation-platform-24/ansible-builder-rhel8@sha256:76a34d80d68724c46687530b0ed6479a385775541f623274b43b0a0f67196107_s390x",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-24/ansible-builder-rhel8@sha256:7dbe73d379698464f6a5bba1a5bbb3b7d0ea13afab2c2a33c6684248de148de2_arm64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:7dbe73d379698464f6a5bba1a5bbb3b7d0ea13afab2c2a33c6684248de148de2_arm64"
        },
        "product_reference": "ansible-automation-platform-24/ansible-builder-rhel8@sha256:7dbe73d379698464f6a5bba1a5bbb3b7d0ea13afab2c2a33c6684248de148de2_arm64",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-24/ansible-builder-rhel8@sha256:a68f58ec3ccdc4eae0ef77b09a1ee89811b2acb6f9dd726a8ec3dc3ab0297a1d_ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:a68f58ec3ccdc4eae0ef77b09a1ee89811b2acb6f9dd726a8ec3dc3ab0297a1d_ppc64le"
        },
        "product_reference": "ansible-automation-platform-24/ansible-builder-rhel8@sha256:a68f58ec3ccdc4eae0ef77b09a1ee89811b2acb6f9dd726a8ec3dc3ab0297a1d_ppc64le",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-24/ansible-builder-rhel8@sha256:c9ce006256260a9060d68eec4172a29adc0564f32231a1f388024bd1f86c75ef_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:c9ce006256260a9060d68eec4172a29adc0564f32231a1f388024bd1f86c75ef_amd64"
        },
        "product_reference": "ansible-automation-platform-24/ansible-builder-rhel8@sha256:c9ce006256260a9060d68eec4172a29adc0564f32231a1f388024bd1f86c75ef_amd64",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-24/ansible-python-base-rhel8@sha256:150e47073b1f007046e9279c85a4c88abc30185946c3801c062ba30f8414713d_ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:150e47073b1f007046e9279c85a4c88abc30185946c3801c062ba30f8414713d_ppc64le"
        },
        "product_reference": "ansible-automation-platform-24/ansible-python-base-rhel8@sha256:150e47073b1f007046e9279c85a4c88abc30185946c3801c062ba30f8414713d_ppc64le",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-24/ansible-python-base-rhel8@sha256:85fab43c777d723711d31b23b5d4577d49b8081b17c8e6777ca589826da2d7af_arm64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:85fab43c777d723711d31b23b5d4577d49b8081b17c8e6777ca589826da2d7af_arm64"
        },
        "product_reference": "ansible-automation-platform-24/ansible-python-base-rhel8@sha256:85fab43c777d723711d31b23b5d4577d49b8081b17c8e6777ca589826da2d7af_arm64",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-24/ansible-python-base-rhel8@sha256:a32242398df6ea22e63be19984bca55a15de03354dff9a94b7a25fce5ae2ed2f_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:a32242398df6ea22e63be19984bca55a15de03354dff9a94b7a25fce5ae2ed2f_amd64"
        },
        "product_reference": "ansible-automation-platform-24/ansible-python-base-rhel8@sha256:a32242398df6ea22e63be19984bca55a15de03354dff9a94b7a25fce5ae2ed2f_amd64",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-24/ansible-python-base-rhel8@sha256:b228f146c2c49d36a251e14f0638ae4d1f1e62eb49d163deaa55f19d88310a1d_s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:b228f146c2c49d36a251e14f0638ae4d1f1e62eb49d163deaa55f19d88310a1d_s390x"
        },
        "product_reference": "ansible-automation-platform-24/ansible-python-base-rhel8@sha256:b228f146c2c49d36a251e14f0638ae4d1f1e62eb49d163deaa55f19d88310a1d_s390x",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:26060b6658053da556455a6843ea069e0db73238bfe4083ff82217cab66d4ed4_ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:26060b6658053da556455a6843ea069e0db73238bfe4083ff82217cab66d4ed4_ppc64le"
        },
        "product_reference": "ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:26060b6658053da556455a6843ea069e0db73238bfe4083ff82217cab66d4ed4_ppc64le",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:2b95b7c2515a3fd6b91286a72df7cd53e9358fd0e421c932fa57d8a69645f96e_s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:2b95b7c2515a3fd6b91286a72df7cd53e9358fd0e421c932fa57d8a69645f96e_s390x"
        },
        "product_reference": "ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:2b95b7c2515a3fd6b91286a72df7cd53e9358fd0e421c932fa57d8a69645f96e_s390x",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:64fb0ad4287c9c552a4152d13ebd40a923d28673eae091ab1e8117fb7f3c83d3_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:64fb0ad4287c9c552a4152d13ebd40a923d28673eae091ab1e8117fb7f3c83d3_amd64"
        },
        "product_reference": "ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:64fb0ad4287c9c552a4152d13ebd40a923d28673eae091ab1e8117fb7f3c83d3_amd64",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:ee99471a288b1355f1aeb00ba6f4bc99bd1ca9107c03045fc15c3cad3eef007d_arm64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:ee99471a288b1355f1aeb00ba6f4bc99bd1ca9107c03045fc15c3cad3eef007d_arm64"
        },
        "product_reference": "ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:ee99471a288b1355f1aeb00ba6f4bc99bd1ca9107c03045fc15c3cad3eef007d_arm64",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-24/controller-rhel8-operator@sha256:19e9dd53a6f91c8d3bc92ae4d658bd0f1eacf9560d922d27b83fc5a63fed0409_arm64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:19e9dd53a6f91c8d3bc92ae4d658bd0f1eacf9560d922d27b83fc5a63fed0409_arm64"
        },
        "product_reference": "ansible-automation-platform-24/controller-rhel8-operator@sha256:19e9dd53a6f91c8d3bc92ae4d658bd0f1eacf9560d922d27b83fc5a63fed0409_arm64",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-24/controller-rhel8-operator@sha256:8dc7beb377cdab171c1f6e51ef21114c35c406bcaaae9b070d2815114ec4cc50_ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:8dc7beb377cdab171c1f6e51ef21114c35c406bcaaae9b070d2815114ec4cc50_ppc64le"
        },
        "product_reference": "ansible-automation-platform-24/controller-rhel8-operator@sha256:8dc7beb377cdab171c1f6e51ef21114c35c406bcaaae9b070d2815114ec4cc50_ppc64le",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-24/controller-rhel8-operator@sha256:a6feae9e051083a937661ca3a589edcd1472d667488791f5b17c89e7bd1af2c0_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:a6feae9e051083a937661ca3a589edcd1472d667488791f5b17c89e7bd1af2c0_amd64"
        },
        "product_reference": "ansible-automation-platform-24/controller-rhel8-operator@sha256:a6feae9e051083a937661ca3a589edcd1472d667488791f5b17c89e7bd1af2c0_amd64",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-24/controller-rhel8-operator@sha256:a8d0123c786781b99dfebe6e87aeb036e42bef50c3dd8906f156335a3a238b87_s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:a8d0123c786781b99dfebe6e87aeb036e42bef50c3dd8906f156335a3a238b87_s390x"
        },
        "product_reference": "ansible-automation-platform-24/controller-rhel8-operator@sha256:a8d0123c786781b99dfebe6e87aeb036e42bef50c3dd8906f156335a3a238b87_s390x",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-24/controller-rhel8@sha256:00a84c100bf7a2f60341181560b80d96bb9cc435a50d61c4c13b05f7e5adf82d_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:00a84c100bf7a2f60341181560b80d96bb9cc435a50d61c4c13b05f7e5adf82d_amd64"
        },
        "product_reference": "ansible-automation-platform-24/controller-rhel8@sha256:00a84c100bf7a2f60341181560b80d96bb9cc435a50d61c4c13b05f7e5adf82d_amd64",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-24/controller-rhel8@sha256:1b413036dc71426dd5c7f6d0b830e27d4a202044b925f72526d61a256e975406_arm64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:1b413036dc71426dd5c7f6d0b830e27d4a202044b925f72526d61a256e975406_arm64"
        },
        "product_reference": "ansible-automation-platform-24/controller-rhel8@sha256:1b413036dc71426dd5c7f6d0b830e27d4a202044b925f72526d61a256e975406_arm64",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-24/controller-rhel8@sha256:a3d1aea21deacab09b65ab6f437c20c9d222a3e22b19c574aef3f65567b1b033_ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:a3d1aea21deacab09b65ab6f437c20c9d222a3e22b19c574aef3f65567b1b033_ppc64le"
        },
        "product_reference": "ansible-automation-platform-24/controller-rhel8@sha256:a3d1aea21deacab09b65ab6f437c20c9d222a3e22b19c574aef3f65567b1b033_ppc64le",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-24/controller-rhel8@sha256:dcadfefa105080126298e761bb5f54aa97d569e3eaa78ff3ce29d3a996d3b4c1_s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:dcadfefa105080126298e761bb5f54aa97d569e3eaa78ff3ce29d3a996d3b4c1_s390x"
        },
        "product_reference": "ansible-automation-platform-24/controller-rhel8@sha256:dcadfefa105080126298e761bb5f54aa97d569e3eaa78ff3ce29d3a996d3b4c1_s390x",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-24/de-minimal-rhel8@sha256:08c6f85602587525861c598c526c0790fa323c32d4c2c9c052d82061186da107_s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:08c6f85602587525861c598c526c0790fa323c32d4c2c9c052d82061186da107_s390x"
        },
        "product_reference": "ansible-automation-platform-24/de-minimal-rhel8@sha256:08c6f85602587525861c598c526c0790fa323c32d4c2c9c052d82061186da107_s390x",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-24/de-minimal-rhel8@sha256:2cdb9459ef1853543e1348917f31c9b14097a4379cbdbb19535c09284167b9b3_ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:2cdb9459ef1853543e1348917f31c9b14097a4379cbdbb19535c09284167b9b3_ppc64le"
        },
        "product_reference": "ansible-automation-platform-24/de-minimal-rhel8@sha256:2cdb9459ef1853543e1348917f31c9b14097a4379cbdbb19535c09284167b9b3_ppc64le",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-24/de-minimal-rhel8@sha256:9f36a96bc736e80354ee6ab87bca6a0b0a7bc889eb052f2f232ed80eec87d218_arm64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:9f36a96bc736e80354ee6ab87bca6a0b0a7bc889eb052f2f232ed80eec87d218_arm64"
        },
        "product_reference": "ansible-automation-platform-24/de-minimal-rhel8@sha256:9f36a96bc736e80354ee6ab87bca6a0b0a7bc889eb052f2f232ed80eec87d218_arm64",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-24/de-minimal-rhel8@sha256:f1edc00f6ee42fb4c9d9168a62eeb5f9804445e1b00cac6f92cecc7033b1db96_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:f1edc00f6ee42fb4c9d9168a62eeb5f9804445e1b00cac6f92cecc7033b1db96_amd64"
        },
        "product_reference": "ansible-automation-platform-24/de-minimal-rhel8@sha256:f1edc00f6ee42fb4c9d9168a62eeb5f9804445e1b00cac6f92cecc7033b1db96_amd64",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-24/de-supported-rhel8@sha256:120d59119d25292a03f1f283aa1b4a23d8d5bec601632072e984202db3899297_ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:120d59119d25292a03f1f283aa1b4a23d8d5bec601632072e984202db3899297_ppc64le"
        },
        "product_reference": "ansible-automation-platform-24/de-supported-rhel8@sha256:120d59119d25292a03f1f283aa1b4a23d8d5bec601632072e984202db3899297_ppc64le",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-24/de-supported-rhel8@sha256:12d6b119ce24c68a9b41ca8e905f8fc259634f468d5f1a226b7f5fc477b2058b_arm64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:12d6b119ce24c68a9b41ca8e905f8fc259634f468d5f1a226b7f5fc477b2058b_arm64"
        },
        "product_reference": "ansible-automation-platform-24/de-supported-rhel8@sha256:12d6b119ce24c68a9b41ca8e905f8fc259634f468d5f1a226b7f5fc477b2058b_arm64",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-24/de-supported-rhel8@sha256:aec2982d51aab2102388b44bc4d25bca852ce74d77708110394e78064d4994f0_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:aec2982d51aab2102388b44bc4d25bca852ce74d77708110394e78064d4994f0_amd64"
        },
        "product_reference": "ansible-automation-platform-24/de-supported-rhel8@sha256:aec2982d51aab2102388b44bc4d25bca852ce74d77708110394e78064d4994f0_amd64",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-24/de-supported-rhel8@sha256:be377376ddc03a9ad80842945cd377781b180d0c7fa133e53c927221fea88079_s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:be377376ddc03a9ad80842945cd377781b180d0c7fa133e53c927221fea88079_s390x"
        },
        "product_reference": "ansible-automation-platform-24/de-supported-rhel8@sha256:be377376ddc03a9ad80842945cd377781b180d0c7fa133e53c927221fea88079_s390x",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:5e5d62ee3682de9617e15d42630cb5d9b3c377d2e9f012dc5a2a1ae6b3241ccb_s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:5e5d62ee3682de9617e15d42630cb5d9b3c377d2e9f012dc5a2a1ae6b3241ccb_s390x"
        },
        "product_reference": "ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:5e5d62ee3682de9617e15d42630cb5d9b3c377d2e9f012dc5a2a1ae6b3241ccb_s390x",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:63f91b6281c890f4265d5bb2e8dc169777d6f32e80f586382172290eb2acc3e0_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:63f91b6281c890f4265d5bb2e8dc169777d6f32e80f586382172290eb2acc3e0_amd64"
        },
        "product_reference": "ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:63f91b6281c890f4265d5bb2e8dc169777d6f32e80f586382172290eb2acc3e0_amd64",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:adf09787e6b255956c0958f87eea7b6f8322f9b5ebab603abcb45db132e17e1b_arm64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:adf09787e6b255956c0958f87eea7b6f8322f9b5ebab603abcb45db132e17e1b_arm64"
        },
        "product_reference": "ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:adf09787e6b255956c0958f87eea7b6f8322f9b5ebab603abcb45db132e17e1b_arm64",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:ff0a308684fa06d170f6fccff04a2895580f3c9a8a774e2129f87b5f229baad2_ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:ff0a308684fa06d170f6fccff04a2895580f3c9a8a774e2129f87b5f229baad2_ppc64le"
        },
        "product_reference": "ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:ff0a308684fa06d170f6fccff04a2895580f3c9a8a774e2129f87b5f229baad2_ppc64le",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-24/eda-controller-rhel8@sha256:0fa29b82ac5eab63cdde38734ab28697eb6995c1c3ac6ba7f7e3c968019bd566_ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:0fa29b82ac5eab63cdde38734ab28697eb6995c1c3ac6ba7f7e3c968019bd566_ppc64le"
        },
        "product_reference": "ansible-automation-platform-24/eda-controller-rhel8@sha256:0fa29b82ac5eab63cdde38734ab28697eb6995c1c3ac6ba7f7e3c968019bd566_ppc64le",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-24/eda-controller-rhel8@sha256:8ce106fced0e031665b33a194fb601719e83c1b8d97adba2831e1acfa6831315_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:8ce106fced0e031665b33a194fb601719e83c1b8d97adba2831e1acfa6831315_amd64"
        },
        "product_reference": "ansible-automation-platform-24/eda-controller-rhel8@sha256:8ce106fced0e031665b33a194fb601719e83c1b8d97adba2831e1acfa6831315_amd64",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-24/eda-controller-rhel8@sha256:99d50b0d60640b8552fe84e2a30ac47b6c4a9d9783052211b57ffaa3a5dc3f29_arm64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:99d50b0d60640b8552fe84e2a30ac47b6c4a9d9783052211b57ffaa3a5dc3f29_arm64"
        },
        "product_reference": "ansible-automation-platform-24/eda-controller-rhel8@sha256:99d50b0d60640b8552fe84e2a30ac47b6c4a9d9783052211b57ffaa3a5dc3f29_arm64",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-24/eda-controller-rhel8@sha256:e20241abb9675a6a27e195a59aaad07fbe2be93b0accd08bb557b3a45b484b01_s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:e20241abb9675a6a27e195a59aaad07fbe2be93b0accd08bb557b3a45b484b01_s390x"
        },
        "product_reference": "ansible-automation-platform-24/eda-controller-rhel8@sha256:e20241abb9675a6a27e195a59aaad07fbe2be93b0accd08bb557b3a45b484b01_s390x",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:1164e83b9c43417596a18c5ca36182472cb12e60bdc24443f749db6e4847af02_arm64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:1164e83b9c43417596a18c5ca36182472cb12e60bdc24443f749db6e4847af02_arm64"
        },
        "product_reference": "ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:1164e83b9c43417596a18c5ca36182472cb12e60bdc24443f749db6e4847af02_arm64",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:4a2fd70ad0157b39a3bd33c83c2f7ab4ccb7f9af7323e2e5bab543ef164d90d4_ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:4a2fd70ad0157b39a3bd33c83c2f7ab4ccb7f9af7323e2e5bab543ef164d90d4_ppc64le"
        },
        "product_reference": "ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:4a2fd70ad0157b39a3bd33c83c2f7ab4ccb7f9af7323e2e5bab543ef164d90d4_ppc64le",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:79d9fa1054b6a75541f7bb11cd86cbd4cc25c51be09a850a542bfd105ee5be61_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:79d9fa1054b6a75541f7bb11cd86cbd4cc25c51be09a850a542bfd105ee5be61_amd64"
        },
        "product_reference": "ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:79d9fa1054b6a75541f7bb11cd86cbd4cc25c51be09a850a542bfd105ee5be61_amd64",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:8068c6da0876a04c21c759b16cf61b4ba92f8a0efca799e1e5cc202d3a282e90_s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:8068c6da0876a04c21c759b16cf61b4ba92f8a0efca799e1e5cc202d3a282e90_s390x"
        },
        "product_reference": "ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:8068c6da0876a04c21c759b16cf61b4ba92f8a0efca799e1e5cc202d3a282e90_s390x",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-24/ee-29-rhel8@sha256:f023a6fdaf0aae33025874c24ca718402fda4cdaa8f3b95694af4da835722b74_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-29-rhel8@sha256:f023a6fdaf0aae33025874c24ca718402fda4cdaa8f3b95694af4da835722b74_amd64"
        },
        "product_reference": "ansible-automation-platform-24/ee-29-rhel8@sha256:f023a6fdaf0aae33025874c24ca718402fda4cdaa8f3b95694af4da835722b74_amd64",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-24/ee-minimal-rhel8@sha256:194be8cb5127032f555d7c61b9f38cde74992d0ea589970e3ef96297ece4c713_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:194be8cb5127032f555d7c61b9f38cde74992d0ea589970e3ef96297ece4c713_amd64"
        },
        "product_reference": "ansible-automation-platform-24/ee-minimal-rhel8@sha256:194be8cb5127032f555d7c61b9f38cde74992d0ea589970e3ef96297ece4c713_amd64",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-24/ee-minimal-rhel8@sha256:6fb7b072472d96acc7ecfcaa40d30f00ddcc18ca0d11e7770029231b0163d6ed_ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:6fb7b072472d96acc7ecfcaa40d30f00ddcc18ca0d11e7770029231b0163d6ed_ppc64le"
        },
        "product_reference": "ansible-automation-platform-24/ee-minimal-rhel8@sha256:6fb7b072472d96acc7ecfcaa40d30f00ddcc18ca0d11e7770029231b0163d6ed_ppc64le",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-24/ee-minimal-rhel8@sha256:ae75d1cfe5ed341478c049c94ad64c88c4e5119a4e2ce233a11e4b65d8f40a94_s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:ae75d1cfe5ed341478c049c94ad64c88c4e5119a4e2ce233a11e4b65d8f40a94_s390x"
        },
        "product_reference": "ansible-automation-platform-24/ee-minimal-rhel8@sha256:ae75d1cfe5ed341478c049c94ad64c88c4e5119a4e2ce233a11e4b65d8f40a94_s390x",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-24/ee-minimal-rhel8@sha256:d066a0bb60e85208c0e69f4d072c18a14ae2d7d6a0817df82fede5ea3312d2cd_arm64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:d066a0bb60e85208c0e69f4d072c18a14ae2d7d6a0817df82fede5ea3312d2cd_arm64"
        },
        "product_reference": "ansible-automation-platform-24/ee-minimal-rhel8@sha256:d066a0bb60e85208c0e69f4d072c18a14ae2d7d6a0817df82fede5ea3312d2cd_arm64",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-24/ee-supported-rhel8@sha256:2278e675e0d2a7cfc9d0fa58ec9381c378322496b86095be384aa45f2e5f9813_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:2278e675e0d2a7cfc9d0fa58ec9381c378322496b86095be384aa45f2e5f9813_amd64"
        },
        "product_reference": "ansible-automation-platform-24/ee-supported-rhel8@sha256:2278e675e0d2a7cfc9d0fa58ec9381c378322496b86095be384aa45f2e5f9813_amd64",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-24/ee-supported-rhel8@sha256:702410cb51f6df9681f7ec5b746f14ff4bec7a32ff37316b1d8225e7ba3d3b3f_s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:702410cb51f6df9681f7ec5b746f14ff4bec7a32ff37316b1d8225e7ba3d3b3f_s390x"
        },
        "product_reference": "ansible-automation-platform-24/ee-supported-rhel8@sha256:702410cb51f6df9681f7ec5b746f14ff4bec7a32ff37316b1d8225e7ba3d3b3f_s390x",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-24/ee-supported-rhel8@sha256:bc4af402b83de1584ab30efc9dce4eb0628974305aa96013ef16e6411acc2a1e_arm64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:bc4af402b83de1584ab30efc9dce4eb0628974305aa96013ef16e6411acc2a1e_arm64"
        },
        "product_reference": "ansible-automation-platform-24/ee-supported-rhel8@sha256:bc4af402b83de1584ab30efc9dce4eb0628974305aa96013ef16e6411acc2a1e_arm64",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-24/ee-supported-rhel8@sha256:f751ae8a07b6e5476f3615f0fa8ff9548cba94b5b3c54f3d5d3dd9c525246b33_ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:f751ae8a07b6e5476f3615f0fa8ff9548cba94b5b3c54f3d5d3dd9c525246b33_ppc64le"
        },
        "product_reference": "ansible-automation-platform-24/ee-supported-rhel8@sha256:f751ae8a07b6e5476f3615f0fa8ff9548cba94b5b3c54f3d5d3dd9c525246b33_ppc64le",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-24/hub-rhel8-operator@sha256:45f748dd3fd09b9986b92391c7fa9b8095ce49f66a23540ff8cdb31b5cc47271_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:45f748dd3fd09b9986b92391c7fa9b8095ce49f66a23540ff8cdb31b5cc47271_amd64"
        },
        "product_reference": "ansible-automation-platform-24/hub-rhel8-operator@sha256:45f748dd3fd09b9986b92391c7fa9b8095ce49f66a23540ff8cdb31b5cc47271_amd64",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-24/hub-rhel8-operator@sha256:9612c87f0d5ce3e3bb401d225d01dc724886be417df191cca5a87c5f9addcfa1_ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:9612c87f0d5ce3e3bb401d225d01dc724886be417df191cca5a87c5f9addcfa1_ppc64le"
        },
        "product_reference": "ansible-automation-platform-24/hub-rhel8-operator@sha256:9612c87f0d5ce3e3bb401d225d01dc724886be417df191cca5a87c5f9addcfa1_ppc64le",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-24/hub-rhel8-operator@sha256:affe302de57fb45ad587adac8195b5f33c16f8c65a7f664a01464f9603f1af7a_arm64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:affe302de57fb45ad587adac8195b5f33c16f8c65a7f664a01464f9603f1af7a_arm64"
        },
        "product_reference": "ansible-automation-platform-24/hub-rhel8-operator@sha256:affe302de57fb45ad587adac8195b5f33c16f8c65a7f664a01464f9603f1af7a_arm64",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-24/hub-rhel8-operator@sha256:ef9bb7378eacaac44eeced3e7b35ae209877661e3724ea31033bb0b6a2822f36_s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:ef9bb7378eacaac44eeced3e7b35ae209877661e3724ea31033bb0b6a2822f36_s390x"
        },
        "product_reference": "ansible-automation-platform-24/hub-rhel8-operator@sha256:ef9bb7378eacaac44eeced3e7b35ae209877661e3724ea31033bb0b6a2822f36_s390x",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-24/hub-rhel8@sha256:219254682fbbe979780a33b19be328f9653feb06285edb1020d58cf7997f0f06_ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:219254682fbbe979780a33b19be328f9653feb06285edb1020d58cf7997f0f06_ppc64le"
        },
        "product_reference": "ansible-automation-platform-24/hub-rhel8@sha256:219254682fbbe979780a33b19be328f9653feb06285edb1020d58cf7997f0f06_ppc64le",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-24/hub-rhel8@sha256:5859ef9a0cbc29b0ede9b485a4d66454126e107ee4596fcffe2a403e6f8db4d8_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:5859ef9a0cbc29b0ede9b485a4d66454126e107ee4596fcffe2a403e6f8db4d8_amd64"
        },
        "product_reference": "ansible-automation-platform-24/hub-rhel8@sha256:5859ef9a0cbc29b0ede9b485a4d66454126e107ee4596fcffe2a403e6f8db4d8_amd64",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-24/hub-rhel8@sha256:5d4a78b4490d470f27a917283201233f74c3a3b774ae8b212e1b9c6a2ad9d376_arm64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:5d4a78b4490d470f27a917283201233f74c3a3b774ae8b212e1b9c6a2ad9d376_arm64"
        },
        "product_reference": "ansible-automation-platform-24/hub-rhel8@sha256:5d4a78b4490d470f27a917283201233f74c3a3b774ae8b212e1b9c6a2ad9d376_arm64",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-24/hub-rhel8@sha256:ae63675fe15a73e8fd07689e92fadc49a6e954530646b38048aaa619b3acbe5e_s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:ae63675fe15a73e8fd07689e92fadc49a6e954530646b38048aaa619b3acbe5e_s390x"
        },
        "product_reference": "ansible-automation-platform-24/hub-rhel8@sha256:ae63675fe15a73e8fd07689e92fadc49a6e954530646b38048aaa619b3acbe5e_s390x",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-24/hub-web-rhel8@sha256:0eab31728b3cc3b6b9e9ff59ec39dc275fa38cb6a4917dc12c605d006b5d3ea4_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:0eab31728b3cc3b6b9e9ff59ec39dc275fa38cb6a4917dc12c605d006b5d3ea4_amd64"
        },
        "product_reference": "ansible-automation-platform-24/hub-web-rhel8@sha256:0eab31728b3cc3b6b9e9ff59ec39dc275fa38cb6a4917dc12c605d006b5d3ea4_amd64",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-24/hub-web-rhel8@sha256:160000b77422a27f729bc7a216e5e6c16ef49391e411c0f13da086db92bbe8d1_s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:160000b77422a27f729bc7a216e5e6c16ef49391e411c0f13da086db92bbe8d1_s390x"
        },
        "product_reference": "ansible-automation-platform-24/hub-web-rhel8@sha256:160000b77422a27f729bc7a216e5e6c16ef49391e411c0f13da086db92bbe8d1_s390x",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-24/hub-web-rhel8@sha256:5758ef097903a860df75fbc2a1d2ccda49754c2d9193a9f7d7524af16458f9ca_ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:5758ef097903a860df75fbc2a1d2ccda49754c2d9193a9f7d7524af16458f9ca_ppc64le"
        },
        "product_reference": "ansible-automation-platform-24/hub-web-rhel8@sha256:5758ef097903a860df75fbc2a1d2ccda49754c2d9193a9f7d7524af16458f9ca_ppc64le",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-24/hub-web-rhel8@sha256:adbc3add0992fa6e1dd295df4f2e99ef36c3ba478c9400a99ec97de1bba87f6a_arm64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:adbc3add0992fa6e1dd295df4f2e99ef36c3ba478c9400a99ec97de1bba87f6a_arm64"
        },
        "product_reference": "ansible-automation-platform-24/hub-web-rhel8@sha256:adbc3add0992fa6e1dd295df4f2e99ef36c3ba478c9400a99ec97de1bba87f6a_arm64",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:1a49c080789ab89d5a0daac07caa5c29a9938e07c9b07d8fd93b711941ab3952_ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:1a49c080789ab89d5a0daac07caa5c29a9938e07c9b07d8fd93b711941ab3952_ppc64le"
        },
        "product_reference": "ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:1a49c080789ab89d5a0daac07caa5c29a9938e07c9b07d8fd93b711941ab3952_ppc64le",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:35e5b8d8da92c13098c0a715f98ce1ea702ac08ea224f2569bfb63219e46c21f_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:35e5b8d8da92c13098c0a715f98ce1ea702ac08ea224f2569bfb63219e46c21f_amd64"
        },
        "product_reference": "ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:35e5b8d8da92c13098c0a715f98ce1ea702ac08ea224f2569bfb63219e46c21f_amd64",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:4afe50971e61351f94cce593854a0805cc42efac09682427a025bd9a56808b39_s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:4afe50971e61351f94cce593854a0805cc42efac09682427a025bd9a56808b39_s390x"
        },
        "product_reference": "ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:4afe50971e61351f94cce593854a0805cc42efac09682427a025bd9a56808b39_s390x",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:fcdaba560aee75a9e8621fa7bc3a3263b1058e427f32f3beef0e0535a4abb599_arm64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:fcdaba560aee75a9e8621fa7bc3a3263b1058e427f32f3beef0e0535a4abb599_arm64"
        },
        "product_reference": "ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:fcdaba560aee75a9e8621fa7bc3a3263b1058e427f32f3beef0e0535a4abb599_arm64",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-24/lightspeed-rhel8@sha256:08e4410d77bdc3299ee064948601c9eac4dfee5813635c3534757093e581242c_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:08e4410d77bdc3299ee064948601c9eac4dfee5813635c3534757093e581242c_amd64"
        },
        "product_reference": "ansible-automation-platform-24/lightspeed-rhel8@sha256:08e4410d77bdc3299ee064948601c9eac4dfee5813635c3534757093e581242c_amd64",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-24/lightspeed-rhel8@sha256:4c9de1e621e199ad12cef77579038cdcfbaa75b8c91c197efb7010dab8a1da7a_ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:4c9de1e621e199ad12cef77579038cdcfbaa75b8c91c197efb7010dab8a1da7a_ppc64le"
        },
        "product_reference": "ansible-automation-platform-24/lightspeed-rhel8@sha256:4c9de1e621e199ad12cef77579038cdcfbaa75b8c91c197efb7010dab8a1da7a_ppc64le",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-24/lightspeed-rhel8@sha256:e21646a127efef995f1a03dc1f214ebfb3e1949d2dd3ae13543346b1af3993b8_s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:e21646a127efef995f1a03dc1f214ebfb3e1949d2dd3ae13543346b1af3993b8_s390x"
        },
        "product_reference": "ansible-automation-platform-24/lightspeed-rhel8@sha256:e21646a127efef995f1a03dc1f214ebfb3e1949d2dd3ae13543346b1af3993b8_s390x",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-24/lightspeed-rhel8@sha256:e4020c3f704b5e5a5f23712f3eacb7cbad1265de43cfb3deb74081583d828e18_arm64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:e4020c3f704b5e5a5f23712f3eacb7cbad1265de43cfb3deb74081583d828e18_arm64"
        },
        "product_reference": "ansible-automation-platform-24/lightspeed-rhel8@sha256:e4020c3f704b5e5a5f23712f3eacb7cbad1265de43cfb3deb74081583d828e18_arm64",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:02a7e2135f6aaa9f2e1133f000464929b1324fc4e03201f634fc363af018512c_s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:02a7e2135f6aaa9f2e1133f000464929b1324fc4e03201f634fc363af018512c_s390x"
        },
        "product_reference": "ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:02a7e2135f6aaa9f2e1133f000464929b1324fc4e03201f634fc363af018512c_s390x",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:0cd85c6741c622b87744fbcc6533acca824928ed48b561773bedf911912465c5_arm64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:0cd85c6741c622b87744fbcc6533acca824928ed48b561773bedf911912465c5_arm64"
        },
        "product_reference": "ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:0cd85c6741c622b87744fbcc6533acca824928ed48b561773bedf911912465c5_arm64",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:36246b439fdb96d3f22d3b44261e1a7945fcf037cd4e40d5cc41aff236164df9_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:36246b439fdb96d3f22d3b44261e1a7945fcf037cd4e40d5cc41aff236164df9_amd64"
        },
        "product_reference": "ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:36246b439fdb96d3f22d3b44261e1a7945fcf037cd4e40d5cc41aff236164df9_amd64",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:37a3aafb2431a8e7cc62b183ab1eb9cdec1793a296062ad55bdbfd86cd2dcd7d_ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:37a3aafb2431a8e7cc62b183ab1eb9cdec1793a296062ad55bdbfd86cd2dcd7d_ppc64le"
        },
        "product_reference": "ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:37a3aafb2431a8e7cc62b183ab1eb9cdec1793a296062ad55bdbfd86cd2dcd7d_ppc64le",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:1b404fcc871159b2e2456d5469a2a23d2da69afc3a7033b705f7a717b5d7f24b_s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:1b404fcc871159b2e2456d5469a2a23d2da69afc3a7033b705f7a717b5d7f24b_s390x"
        },
        "product_reference": "ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:1b404fcc871159b2e2456d5469a2a23d2da69afc3a7033b705f7a717b5d7f24b_s390x",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:21ee32cf4311f623479ed7a3eba076998208dab49ff0eb85dd54c09c70a506f5_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:21ee32cf4311f623479ed7a3eba076998208dab49ff0eb85dd54c09c70a506f5_amd64"
        },
        "product_reference": "ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:21ee32cf4311f623479ed7a3eba076998208dab49ff0eb85dd54c09c70a506f5_amd64",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:a593cba488cbcfd0ccbad879f1b5e40752daa1d1a1ea7393e9c81f1e38dc87c9_ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:a593cba488cbcfd0ccbad879f1b5e40752daa1d1a1ea7393e9c81f1e38dc87c9_ppc64le"
        },
        "product_reference": "ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:a593cba488cbcfd0ccbad879f1b5e40752daa1d1a1ea7393e9c81f1e38dc87c9_ppc64le",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:c2a4f56118fca5316d48d81bdd789b9263f6cf0744680920f71c3544a251e638_arm64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:c2a4f56118fca5316d48d81bdd789b9263f6cf0744680920f71c3544a251e638_arm64"
        },
        "product_reference": "ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:c2a4f56118fca5316d48d81bdd789b9263f6cf0744680920f71c3544a251e638_arm64",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform/ee-containerized-installer-rhel8@sha256:80f2bb7e4da17de008be5cf8ac7304038ddd2837d6c7f2a01d94ec32649fb8b6_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/ee-containerized-installer-rhel8@sha256:80f2bb7e4da17de008be5cf8ac7304038ddd2837d6c7f2a01d94ec32649fb8b6_amd64"
        },
        "product_reference": "ansible-automation-platform/ee-containerized-installer-rhel8@sha256:80f2bb7e4da17de008be5cf8ac7304038ddd2837d6c7f2a01d94ec32649fb8b6_amd64",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform/ee-containerized-installer-rhel8@sha256:a28db9c543c32fdd35ac651836fe6aaf1e3efa281b0c449677cc3ff272c1ec08_arm64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/ee-containerized-installer-rhel8@sha256:a28db9c543c32fdd35ac651836fe6aaf1e3efa281b0c449677cc3ff272c1ec08_arm64"
        },
        "product_reference": "ansible-automation-platform/ee-containerized-installer-rhel8@sha256:a28db9c543c32fdd35ac651836fe6aaf1e3efa281b0c449677cc3ff272c1ec08_arm64",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform/platform-operator-bundle@sha256:18e5cef6d77dc2846a555e4f378816dd78671622039dafef68aaa82b17ba54ef_arm64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:18e5cef6d77dc2846a555e4f378816dd78671622039dafef68aaa82b17ba54ef_arm64"
        },
        "product_reference": "ansible-automation-platform/platform-operator-bundle@sha256:18e5cef6d77dc2846a555e4f378816dd78671622039dafef68aaa82b17ba54ef_arm64",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform/platform-operator-bundle@sha256:1c64e706694c26c7ace611385014d85688056f4473181422b81a109b7bd7dadf_s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:1c64e706694c26c7ace611385014d85688056f4473181422b81a109b7bd7dadf_s390x"
        },
        "product_reference": "ansible-automation-platform/platform-operator-bundle@sha256:1c64e706694c26c7ace611385014d85688056f4473181422b81a109b7bd7dadf_s390x",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform/platform-operator-bundle@sha256:55e5df1c56672ff1a010184bd8c9c1120f9f320b399463dc499270f2413568bc_ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:55e5df1c56672ff1a010184bd8c9c1120f9f320b399463dc499270f2413568bc_ppc64le"
        },
        "product_reference": "ansible-automation-platform/platform-operator-bundle@sha256:55e5df1c56672ff1a010184bd8c9c1120f9f320b399463dc499270f2413568bc_ppc64le",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform/platform-operator-bundle@sha256:be3660e6656b4d5fce4a0dad97b6cd86ef2cc501697bb91477f1b5b49d2c44b6_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:be3660e6656b4d5fce4a0dad97b6cd86ef2cc501697bb91477f1b5b49d2c44b6_amd64"
        },
        "product_reference": "ansible-automation-platform/platform-operator-bundle@sha256:be3660e6656b4d5fce4a0dad97b6cd86ef2cc501697bb91477f1b5b49d2c44b6_amd64",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-24/ansible-builder-rhel9@sha256:535d709bdad2bde570f12c57c221421d23b73a8420d976f0c862bad423bca1f5_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:535d709bdad2bde570f12c57c221421d23b73a8420d976f0c862bad423bca1f5_amd64"
        },
        "product_reference": "ansible-automation-platform-24/ansible-builder-rhel9@sha256:535d709bdad2bde570f12c57c221421d23b73a8420d976f0c862bad423bca1f5_amd64",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-24/ansible-builder-rhel9@sha256:562b2f2e1d00f97313f190c09615fcc52b5e802d8c37c7896f0afeab8b2c25e4_s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:562b2f2e1d00f97313f190c09615fcc52b5e802d8c37c7896f0afeab8b2c25e4_s390x"
        },
        "product_reference": "ansible-automation-platform-24/ansible-builder-rhel9@sha256:562b2f2e1d00f97313f190c09615fcc52b5e802d8c37c7896f0afeab8b2c25e4_s390x",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-24/ansible-builder-rhel9@sha256:8a2a813a0aee981e926b55159b755698cfe8e484e3cb4357592b7fc7c00a5efc_ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:8a2a813a0aee981e926b55159b755698cfe8e484e3cb4357592b7fc7c00a5efc_ppc64le"
        },
        "product_reference": "ansible-automation-platform-24/ansible-builder-rhel9@sha256:8a2a813a0aee981e926b55159b755698cfe8e484e3cb4357592b7fc7c00a5efc_ppc64le",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-24/ansible-builder-rhel9@sha256:a7f85d47be6fe60ccd15828d02a42247912a43a7cea1ef76d59331694b4dfd8d_arm64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:a7f85d47be6fe60ccd15828d02a42247912a43a7cea1ef76d59331694b4dfd8d_arm64"
        },
        "product_reference": "ansible-automation-platform-24/ansible-builder-rhel9@sha256:a7f85d47be6fe60ccd15828d02a42247912a43a7cea1ef76d59331694b4dfd8d_arm64",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-24/ansible-python-base-rhel9@sha256:283a60c18eb74254b1d800423810d3c87f6f9f0677ce4aaadf6fd62f66ad0cb1_arm64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:283a60c18eb74254b1d800423810d3c87f6f9f0677ce4aaadf6fd62f66ad0cb1_arm64"
        },
        "product_reference": "ansible-automation-platform-24/ansible-python-base-rhel9@sha256:283a60c18eb74254b1d800423810d3c87f6f9f0677ce4aaadf6fd62f66ad0cb1_arm64",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-24/ansible-python-base-rhel9@sha256:3bcfb82d07c988c545471598282e490b902a12f5be43ba3cf95e2d937b44ef46_s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:3bcfb82d07c988c545471598282e490b902a12f5be43ba3cf95e2d937b44ef46_s390x"
        },
        "product_reference": "ansible-automation-platform-24/ansible-python-base-rhel9@sha256:3bcfb82d07c988c545471598282e490b902a12f5be43ba3cf95e2d937b44ef46_s390x",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-24/ansible-python-base-rhel9@sha256:9b37bf06847fda902597ff9bfc13b14e08146124e83dd2f036ab22d846f96ee5_ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:9b37bf06847fda902597ff9bfc13b14e08146124e83dd2f036ab22d846f96ee5_ppc64le"
        },
        "product_reference": "ansible-automation-platform-24/ansible-python-base-rhel9@sha256:9b37bf06847fda902597ff9bfc13b14e08146124e83dd2f036ab22d846f96ee5_ppc64le",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-24/ansible-python-base-rhel9@sha256:ae2d401c861113c1dabfe821ef66513772ad85fd72667aa3fe23007357bb2096_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:ae2d401c861113c1dabfe821ef66513772ad85fd72667aa3fe23007357bb2096_amd64"
        },
        "product_reference": "ansible-automation-platform-24/ansible-python-base-rhel9@sha256:ae2d401c861113c1dabfe821ef66513772ad85fd72667aa3fe23007357bb2096_amd64",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:19e2703546d0c732af8a1d79c29f84285b610cd7541ff563fbb3ebdcbc902456_arm64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:19e2703546d0c732af8a1d79c29f84285b610cd7541ff563fbb3ebdcbc902456_arm64"
        },
        "product_reference": "ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:19e2703546d0c732af8a1d79c29f84285b610cd7541ff563fbb3ebdcbc902456_arm64",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:1d64f60509d10a5c7bb17a2b207d0ff588a5f3a15047ab58d53638896daeeca4_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:1d64f60509d10a5c7bb17a2b207d0ff588a5f3a15047ab58d53638896daeeca4_amd64"
        },
        "product_reference": "ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:1d64f60509d10a5c7bb17a2b207d0ff588a5f3a15047ab58d53638896daeeca4_amd64",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:8c29bbb5e7564ae0acd52d68c9c3e933c93113b25f1804e34ade65fac0340ae2_s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:8c29bbb5e7564ae0acd52d68c9c3e933c93113b25f1804e34ade65fac0340ae2_s390x"
        },
        "product_reference": "ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:8c29bbb5e7564ae0acd52d68c9c3e933c93113b25f1804e34ade65fac0340ae2_s390x",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:df57f684021c4327ff0ad2818f97cf00625c9685994a80436e4e1135a860bef7_ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:df57f684021c4327ff0ad2818f97cf00625c9685994a80436e4e1135a860bef7_ppc64le"
        },
        "product_reference": "ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:df57f684021c4327ff0ad2818f97cf00625c9685994a80436e4e1135a860bef7_ppc64le",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-24/de-minimal-rhel9@sha256:11c3516e7aeabe8bb16f7a164be8aca5d16bd2a07bd18e6c1bcc284b80069195_arm64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:11c3516e7aeabe8bb16f7a164be8aca5d16bd2a07bd18e6c1bcc284b80069195_arm64"
        },
        "product_reference": "ansible-automation-platform-24/de-minimal-rhel9@sha256:11c3516e7aeabe8bb16f7a164be8aca5d16bd2a07bd18e6c1bcc284b80069195_arm64",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-24/de-minimal-rhel9@sha256:2718608c60999bd5eed6cb89ce6de263e5bc7ac9aef573e118d9c2751b3de40a_ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:2718608c60999bd5eed6cb89ce6de263e5bc7ac9aef573e118d9c2751b3de40a_ppc64le"
        },
        "product_reference": "ansible-automation-platform-24/de-minimal-rhel9@sha256:2718608c60999bd5eed6cb89ce6de263e5bc7ac9aef573e118d9c2751b3de40a_ppc64le",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-24/de-minimal-rhel9@sha256:2a3ec2d7767c104d0d40acfa8824b4f792fbf89aa94d78faa56aa907b501eed2_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:2a3ec2d7767c104d0d40acfa8824b4f792fbf89aa94d78faa56aa907b501eed2_amd64"
        },
        "product_reference": "ansible-automation-platform-24/de-minimal-rhel9@sha256:2a3ec2d7767c104d0d40acfa8824b4f792fbf89aa94d78faa56aa907b501eed2_amd64",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-24/de-minimal-rhel9@sha256:c77719d9b0b077f5b951581400536ba667610088d55ab710a7e18ff167dd3fb8_s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:c77719d9b0b077f5b951581400536ba667610088d55ab710a7e18ff167dd3fb8_s390x"
        },
        "product_reference": "ansible-automation-platform-24/de-minimal-rhel9@sha256:c77719d9b0b077f5b951581400536ba667610088d55ab710a7e18ff167dd3fb8_s390x",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-24/de-supported-rhel9@sha256:53529d6c74b698d18bfbab0f66b467300a6b3b249d907c3275fdf8be296a8a1e_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:53529d6c74b698d18bfbab0f66b467300a6b3b249d907c3275fdf8be296a8a1e_amd64"
        },
        "product_reference": "ansible-automation-platform-24/de-supported-rhel9@sha256:53529d6c74b698d18bfbab0f66b467300a6b3b249d907c3275fdf8be296a8a1e_amd64",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-24/de-supported-rhel9@sha256:584d2b817585cb4886565da4d64cb2670dd9e54ccecfba158548639f6760246a_arm64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:584d2b817585cb4886565da4d64cb2670dd9e54ccecfba158548639f6760246a_arm64"
        },
        "product_reference": "ansible-automation-platform-24/de-supported-rhel9@sha256:584d2b817585cb4886565da4d64cb2670dd9e54ccecfba158548639f6760246a_arm64",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-24/de-supported-rhel9@sha256:5b48a3273c3321ebba69955b29d7727745c21bd2880e0bd6be86470da8d55707_s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:5b48a3273c3321ebba69955b29d7727745c21bd2880e0bd6be86470da8d55707_s390x"
        },
        "product_reference": "ansible-automation-platform-24/de-supported-rhel9@sha256:5b48a3273c3321ebba69955b29d7727745c21bd2880e0bd6be86470da8d55707_s390x",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-24/de-supported-rhel9@sha256:dcd4011c6311ed8eedf703eb80db604757dac663aca700147cb219387fd2ee5c_ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:dcd4011c6311ed8eedf703eb80db604757dac663aca700147cb219387fd2ee5c_ppc64le"
        },
        "product_reference": "ansible-automation-platform-24/de-supported-rhel9@sha256:dcd4011c6311ed8eedf703eb80db604757dac663aca700147cb219387fd2ee5c_ppc64le",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-24/ee-minimal-rhel9@sha256:60b348215ba58d730f5df014e3dc8ac0a0b6c320b01c371cae028c4cdff64a61_ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:60b348215ba58d730f5df014e3dc8ac0a0b6c320b01c371cae028c4cdff64a61_ppc64le"
        },
        "product_reference": "ansible-automation-platform-24/ee-minimal-rhel9@sha256:60b348215ba58d730f5df014e3dc8ac0a0b6c320b01c371cae028c4cdff64a61_ppc64le",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-24/ee-minimal-rhel9@sha256:73a85eb0c6e42b2aa7c53b688eb057d77bc7ad5572f97a231243619110f55b53_s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:73a85eb0c6e42b2aa7c53b688eb057d77bc7ad5572f97a231243619110f55b53_s390x"
        },
        "product_reference": "ansible-automation-platform-24/ee-minimal-rhel9@sha256:73a85eb0c6e42b2aa7c53b688eb057d77bc7ad5572f97a231243619110f55b53_s390x",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-24/ee-minimal-rhel9@sha256:8dfda1a9e5c29f0a17ee3c5b4e65acd8b10670bc5233a3f601d0497a9b3f3628_arm64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:8dfda1a9e5c29f0a17ee3c5b4e65acd8b10670bc5233a3f601d0497a9b3f3628_arm64"
        },
        "product_reference": "ansible-automation-platform-24/ee-minimal-rhel9@sha256:8dfda1a9e5c29f0a17ee3c5b4e65acd8b10670bc5233a3f601d0497a9b3f3628_arm64",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-24/ee-minimal-rhel9@sha256:f84b71656bf927b5a51e6ed080d549910a077a2bc5beb31b1e90f8ce932fad91_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:f84b71656bf927b5a51e6ed080d549910a077a2bc5beb31b1e90f8ce932fad91_amd64"
        },
        "product_reference": "ansible-automation-platform-24/ee-minimal-rhel9@sha256:f84b71656bf927b5a51e6ed080d549910a077a2bc5beb31b1e90f8ce932fad91_amd64",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-24/ee-supported-rhel9@sha256:029a9e26ac0db2ee7f37b9e907d14fef9e1f64891c84a8391831dbe5250f35ba_s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:029a9e26ac0db2ee7f37b9e907d14fef9e1f64891c84a8391831dbe5250f35ba_s390x"
        },
        "product_reference": "ansible-automation-platform-24/ee-supported-rhel9@sha256:029a9e26ac0db2ee7f37b9e907d14fef9e1f64891c84a8391831dbe5250f35ba_s390x",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-24/ee-supported-rhel9@sha256:58db7e9e23ae88b839591dea6ae5eb2cd870ce7bd31f76ef080e8eedf4d21932_arm64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:58db7e9e23ae88b839591dea6ae5eb2cd870ce7bd31f76ef080e8eedf4d21932_arm64"
        },
        "product_reference": "ansible-automation-platform-24/ee-supported-rhel9@sha256:58db7e9e23ae88b839591dea6ae5eb2cd870ce7bd31f76ef080e8eedf4d21932_arm64",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-24/ee-supported-rhel9@sha256:b021ac90dbd2bace189d1863c1a0586be25789e7726b165479c7f9b2c275052b_ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:b021ac90dbd2bace189d1863c1a0586be25789e7726b165479c7f9b2c275052b_ppc64le"
        },
        "product_reference": "ansible-automation-platform-24/ee-supported-rhel9@sha256:b021ac90dbd2bace189d1863c1a0586be25789e7726b165479c7f9b2c275052b_ppc64le",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform-24/ee-supported-rhel9@sha256:ec72b2196cfb602fb4951054eaea51b2940428257b946201067aa589640d1e49_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:ec72b2196cfb602fb4951054eaea51b2940428257b946201067aa589640d1e49_amd64"
        },
        "product_reference": "ansible-automation-platform-24/ee-supported-rhel9@sha256:ec72b2196cfb602fb4951054eaea51b2940428257b946201067aa589640d1e49_amd64",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
      }
    ]
  },
  "vulnerabilities": [
    {
      "cve": "CVE-2025-27516",
      "cwe": {
        "id": "CWE-1336",
        "name": "Improper Neutralization of Special Elements Used in a Template Engine"
      },
      "discovery_date": "2025-03-05T21:01:07.674606+00:00",
      "flags": [
        {
          "label": "vulnerable_code_not_present",
          "product_ids": [
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:175997b050c0ce905dfcdfcc9fc6478aae9a23f0b7f759d108dd630e8dd5763b_arm64",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:9b106f61f0253d184de95b4f666da80eb99115ee9c11310cac69f3eee43268a5_amd64",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:b9b4f922ffeaad65147c8fb9ddeea76f7696031a72341c9753839f75d47987ec_ppc64le",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:f419c6eccd1bb38ca254b611e0e3971ccbfc50ade29f967814137b455dc56c02_s390x",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:76a34d80d68724c46687530b0ed6479a385775541f623274b43b0a0f67196107_s390x",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:7dbe73d379698464f6a5bba1a5bbb3b7d0ea13afab2c2a33c6684248de148de2_arm64",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:a68f58ec3ccdc4eae0ef77b09a1ee89811b2acb6f9dd726a8ec3dc3ab0297a1d_ppc64le",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:c9ce006256260a9060d68eec4172a29adc0564f32231a1f388024bd1f86c75ef_amd64",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:150e47073b1f007046e9279c85a4c88abc30185946c3801c062ba30f8414713d_ppc64le",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:85fab43c777d723711d31b23b5d4577d49b8081b17c8e6777ca589826da2d7af_arm64",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:a32242398df6ea22e63be19984bca55a15de03354dff9a94b7a25fce5ae2ed2f_amd64",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:b228f146c2c49d36a251e14f0638ae4d1f1e62eb49d163deaa55f19d88310a1d_s390x",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:26060b6658053da556455a6843ea069e0db73238bfe4083ff82217cab66d4ed4_ppc64le",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:2b95b7c2515a3fd6b91286a72df7cd53e9358fd0e421c932fa57d8a69645f96e_s390x",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:64fb0ad4287c9c552a4152d13ebd40a923d28673eae091ab1e8117fb7f3c83d3_amd64",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:ee99471a288b1355f1aeb00ba6f4bc99bd1ca9107c03045fc15c3cad3eef007d_arm64",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:19e9dd53a6f91c8d3bc92ae4d658bd0f1eacf9560d922d27b83fc5a63fed0409_arm64",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:8dc7beb377cdab171c1f6e51ef21114c35c406bcaaae9b070d2815114ec4cc50_ppc64le",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:a6feae9e051083a937661ca3a589edcd1472d667488791f5b17c89e7bd1af2c0_amd64",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:a8d0123c786781b99dfebe6e87aeb036e42bef50c3dd8906f156335a3a238b87_s390x",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:00a84c100bf7a2f60341181560b80d96bb9cc435a50d61c4c13b05f7e5adf82d_amd64",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:1b413036dc71426dd5c7f6d0b830e27d4a202044b925f72526d61a256e975406_arm64",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:a3d1aea21deacab09b65ab6f437c20c9d222a3e22b19c574aef3f65567b1b033_ppc64le",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:dcadfefa105080126298e761bb5f54aa97d569e3eaa78ff3ce29d3a996d3b4c1_s390x",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:08c6f85602587525861c598c526c0790fa323c32d4c2c9c052d82061186da107_s390x",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:2cdb9459ef1853543e1348917f31c9b14097a4379cbdbb19535c09284167b9b3_ppc64le",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:9f36a96bc736e80354ee6ab87bca6a0b0a7bc889eb052f2f232ed80eec87d218_arm64",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:f1edc00f6ee42fb4c9d9168a62eeb5f9804445e1b00cac6f92cecc7033b1db96_amd64",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:120d59119d25292a03f1f283aa1b4a23d8d5bec601632072e984202db3899297_ppc64le",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:12d6b119ce24c68a9b41ca8e905f8fc259634f468d5f1a226b7f5fc477b2058b_arm64",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:aec2982d51aab2102388b44bc4d25bca852ce74d77708110394e78064d4994f0_amd64",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:be377376ddc03a9ad80842945cd377781b180d0c7fa133e53c927221fea88079_s390x",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:5e5d62ee3682de9617e15d42630cb5d9b3c377d2e9f012dc5a2a1ae6b3241ccb_s390x",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:63f91b6281c890f4265d5bb2e8dc169777d6f32e80f586382172290eb2acc3e0_amd64",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:adf09787e6b255956c0958f87eea7b6f8322f9b5ebab603abcb45db132e17e1b_arm64",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:ff0a308684fa06d170f6fccff04a2895580f3c9a8a774e2129f87b5f229baad2_ppc64le",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:0fa29b82ac5eab63cdde38734ab28697eb6995c1c3ac6ba7f7e3c968019bd566_ppc64le",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:8ce106fced0e031665b33a194fb601719e83c1b8d97adba2831e1acfa6831315_amd64",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:99d50b0d60640b8552fe84e2a30ac47b6c4a9d9783052211b57ffaa3a5dc3f29_arm64",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:e20241abb9675a6a27e195a59aaad07fbe2be93b0accd08bb557b3a45b484b01_s390x",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:1164e83b9c43417596a18c5ca36182472cb12e60bdc24443f749db6e4847af02_arm64",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:4a2fd70ad0157b39a3bd33c83c2f7ab4ccb7f9af7323e2e5bab543ef164d90d4_ppc64le",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:79d9fa1054b6a75541f7bb11cd86cbd4cc25c51be09a850a542bfd105ee5be61_amd64",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:8068c6da0876a04c21c759b16cf61b4ba92f8a0efca799e1e5cc202d3a282e90_s390x",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-29-rhel8@sha256:f023a6fdaf0aae33025874c24ca718402fda4cdaa8f3b95694af4da835722b74_amd64",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:194be8cb5127032f555d7c61b9f38cde74992d0ea589970e3ef96297ece4c713_amd64",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:6fb7b072472d96acc7ecfcaa40d30f00ddcc18ca0d11e7770029231b0163d6ed_ppc64le",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:ae75d1cfe5ed341478c049c94ad64c88c4e5119a4e2ce233a11e4b65d8f40a94_s390x",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:d066a0bb60e85208c0e69f4d072c18a14ae2d7d6a0817df82fede5ea3312d2cd_arm64",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:2278e675e0d2a7cfc9d0fa58ec9381c378322496b86095be384aa45f2e5f9813_amd64",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:702410cb51f6df9681f7ec5b746f14ff4bec7a32ff37316b1d8225e7ba3d3b3f_s390x",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:bc4af402b83de1584ab30efc9dce4eb0628974305aa96013ef16e6411acc2a1e_arm64",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:f751ae8a07b6e5476f3615f0fa8ff9548cba94b5b3c54f3d5d3dd9c525246b33_ppc64le",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:45f748dd3fd09b9986b92391c7fa9b8095ce49f66a23540ff8cdb31b5cc47271_amd64",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:9612c87f0d5ce3e3bb401d225d01dc724886be417df191cca5a87c5f9addcfa1_ppc64le",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:affe302de57fb45ad587adac8195b5f33c16f8c65a7f664a01464f9603f1af7a_arm64",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:ef9bb7378eacaac44eeced3e7b35ae209877661e3724ea31033bb0b6a2822f36_s390x",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:219254682fbbe979780a33b19be328f9653feb06285edb1020d58cf7997f0f06_ppc64le",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:5859ef9a0cbc29b0ede9b485a4d66454126e107ee4596fcffe2a403e6f8db4d8_amd64",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:5d4a78b4490d470f27a917283201233f74c3a3b774ae8b212e1b9c6a2ad9d376_arm64",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:ae63675fe15a73e8fd07689e92fadc49a6e954530646b38048aaa619b3acbe5e_s390x",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:0eab31728b3cc3b6b9e9ff59ec39dc275fa38cb6a4917dc12c605d006b5d3ea4_amd64",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:160000b77422a27f729bc7a216e5e6c16ef49391e411c0f13da086db92bbe8d1_s390x",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:5758ef097903a860df75fbc2a1d2ccda49754c2d9193a9f7d7524af16458f9ca_ppc64le",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:adbc3add0992fa6e1dd295df4f2e99ef36c3ba478c9400a99ec97de1bba87f6a_arm64",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:1a49c080789ab89d5a0daac07caa5c29a9938e07c9b07d8fd93b711941ab3952_ppc64le",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:35e5b8d8da92c13098c0a715f98ce1ea702ac08ea224f2569bfb63219e46c21f_amd64",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:4afe50971e61351f94cce593854a0805cc42efac09682427a025bd9a56808b39_s390x",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:fcdaba560aee75a9e8621fa7bc3a3263b1058e427f32f3beef0e0535a4abb599_arm64",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:02a7e2135f6aaa9f2e1133f000464929b1324fc4e03201f634fc363af018512c_s390x",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:0cd85c6741c622b87744fbcc6533acca824928ed48b561773bedf911912465c5_arm64",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:36246b439fdb96d3f22d3b44261e1a7945fcf037cd4e40d5cc41aff236164df9_amd64",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:37a3aafb2431a8e7cc62b183ab1eb9cdec1793a296062ad55bdbfd86cd2dcd7d_ppc64le",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:1b404fcc871159b2e2456d5469a2a23d2da69afc3a7033b705f7a717b5d7f24b_s390x",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:21ee32cf4311f623479ed7a3eba076998208dab49ff0eb85dd54c09c70a506f5_amd64",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:a593cba488cbcfd0ccbad879f1b5e40752daa1d1a1ea7393e9c81f1e38dc87c9_ppc64le",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:c2a4f56118fca5316d48d81bdd789b9263f6cf0744680920f71c3544a251e638_arm64",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/ee-containerized-installer-rhel8@sha256:80f2bb7e4da17de008be5cf8ac7304038ddd2837d6c7f2a01d94ec32649fb8b6_amd64",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/ee-containerized-installer-rhel8@sha256:a28db9c543c32fdd35ac651836fe6aaf1e3efa281b0c449677cc3ff272c1ec08_arm64",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:18e5cef6d77dc2846a555e4f378816dd78671622039dafef68aaa82b17ba54ef_arm64",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:1c64e706694c26c7ace611385014d85688056f4473181422b81a109b7bd7dadf_s390x",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:55e5df1c56672ff1a010184bd8c9c1120f9f320b399463dc499270f2413568bc_ppc64le",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:be3660e6656b4d5fce4a0dad97b6cd86ef2cc501697bb91477f1b5b49d2c44b6_amd64",
            "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:535d709bdad2bde570f12c57c221421d23b73a8420d976f0c862bad423bca1f5_amd64",
            "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:562b2f2e1d00f97313f190c09615fcc52b5e802d8c37c7896f0afeab8b2c25e4_s390x",
            "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:8a2a813a0aee981e926b55159b755698cfe8e484e3cb4357592b7fc7c00a5efc_ppc64le",
            "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:a7f85d47be6fe60ccd15828d02a42247912a43a7cea1ef76d59331694b4dfd8d_arm64",
            "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:283a60c18eb74254b1d800423810d3c87f6f9f0677ce4aaadf6fd62f66ad0cb1_arm64",
            "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:3bcfb82d07c988c545471598282e490b902a12f5be43ba3cf95e2d937b44ef46_s390x",
            "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:9b37bf06847fda902597ff9bfc13b14e08146124e83dd2f036ab22d846f96ee5_ppc64le",
            "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:ae2d401c861113c1dabfe821ef66513772ad85fd72667aa3fe23007357bb2096_amd64",
            "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:19e2703546d0c732af8a1d79c29f84285b610cd7541ff563fbb3ebdcbc902456_arm64",
            "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:1d64f60509d10a5c7bb17a2b207d0ff588a5f3a15047ab58d53638896daeeca4_amd64",
            "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:8c29bbb5e7564ae0acd52d68c9c3e933c93113b25f1804e34ade65fac0340ae2_s390x",
            "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:df57f684021c4327ff0ad2818f97cf00625c9685994a80436e4e1135a860bef7_ppc64le",
            "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:11c3516e7aeabe8bb16f7a164be8aca5d16bd2a07bd18e6c1bcc284b80069195_arm64",
            "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:2718608c60999bd5eed6cb89ce6de263e5bc7ac9aef573e118d9c2751b3de40a_ppc64le",
            "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:2a3ec2d7767c104d0d40acfa8824b4f792fbf89aa94d78faa56aa907b501eed2_amd64",
            "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:c77719d9b0b077f5b951581400536ba667610088d55ab710a7e18ff167dd3fb8_s390x",
            "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:53529d6c74b698d18bfbab0f66b467300a6b3b249d907c3275fdf8be296a8a1e_amd64",
            "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:584d2b817585cb4886565da4d64cb2670dd9e54ccecfba158548639f6760246a_arm64",
            "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:5b48a3273c3321ebba69955b29d7727745c21bd2880e0bd6be86470da8d55707_s390x",
            "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:dcd4011c6311ed8eedf703eb80db604757dac663aca700147cb219387fd2ee5c_ppc64le",
            "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:60b348215ba58d730f5df014e3dc8ac0a0b6c320b01c371cae028c4cdff64a61_ppc64le",
            "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:73a85eb0c6e42b2aa7c53b688eb057d77bc7ad5572f97a231243619110f55b53_s390x",
            "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:8dfda1a9e5c29f0a17ee3c5b4e65acd8b10670bc5233a3f601d0497a9b3f3628_arm64",
            "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:f84b71656bf927b5a51e6ed080d549910a077a2bc5beb31b1e90f8ce932fad91_amd64",
            "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:029a9e26ac0db2ee7f37b9e907d14fef9e1f64891c84a8391831dbe5250f35ba_s390x",
            "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:58db7e9e23ae88b839591dea6ae5eb2cd870ce7bd31f76ef080e8eedf4d21932_arm64",
            "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:b021ac90dbd2bace189d1863c1a0586be25789e7726b165479c7f9b2c275052b_ppc64le",
            "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:ec72b2196cfb602fb4951054eaea51b2940428257b946201067aa589640d1e49_amd64"
          ]
        }
      ],
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2350190"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in Jinja. In affected versions, an oversight in how the Jinja sandboxed environment interacts with the `|attr` filter allows an attacker who controls the content of a template to execute arbitrary Python code. To exploit the vulnerability, an attacker needs to control the content of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications that execute untrusted templates. Jinja\u0027s sandbox does catch calls to `str.format` and ensures they don\u0027t escape the sandbox. However, it\u0027s possible to use the `|attr` filter to get a reference to a string\u0027s plain format method, bypassing the sandbox.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "jinja2: Jinja sandbox breakout through attr filter selecting format method",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "This vulnerability is rated as important severity due to the potential for an attacker to bypass Jinja\u0027s sandbox by exploiting the |attr filter, by controlling template content, an attacker can execute arbitrary Python code, impacting the integrity, confidentiality, and availability of the system. While the attack requires user interaction to trigger untrusted templates, the risk is significant in applications that allow such templates to be executed.",
          "title": "Statement"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:08e4410d77bdc3299ee064948601c9eac4dfee5813635c3534757093e581242c_amd64",
          "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:4c9de1e621e199ad12cef77579038cdcfbaa75b8c91c197efb7010dab8a1da7a_ppc64le",
          "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:e21646a127efef995f1a03dc1f214ebfb3e1949d2dd3ae13543346b1af3993b8_s390x",
          "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:e4020c3f704b5e5a5f23712f3eacb7cbad1265de43cfb3deb74081583d828e18_arm64"
        ],
        "known_not_affected": [
          "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:175997b050c0ce905dfcdfcc9fc6478aae9a23f0b7f759d108dd630e8dd5763b_arm64",
          "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:9b106f61f0253d184de95b4f666da80eb99115ee9c11310cac69f3eee43268a5_amd64",
          "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:b9b4f922ffeaad65147c8fb9ddeea76f7696031a72341c9753839f75d47987ec_ppc64le",
          "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:f419c6eccd1bb38ca254b611e0e3971ccbfc50ade29f967814137b455dc56c02_s390x",
          "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:76a34d80d68724c46687530b0ed6479a385775541f623274b43b0a0f67196107_s390x",
          "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:7dbe73d379698464f6a5bba1a5bbb3b7d0ea13afab2c2a33c6684248de148de2_arm64",
          "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:a68f58ec3ccdc4eae0ef77b09a1ee89811b2acb6f9dd726a8ec3dc3ab0297a1d_ppc64le",
          "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:c9ce006256260a9060d68eec4172a29adc0564f32231a1f388024bd1f86c75ef_amd64",
          "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:150e47073b1f007046e9279c85a4c88abc30185946c3801c062ba30f8414713d_ppc64le",
          "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:85fab43c777d723711d31b23b5d4577d49b8081b17c8e6777ca589826da2d7af_arm64",
          "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:a32242398df6ea22e63be19984bca55a15de03354dff9a94b7a25fce5ae2ed2f_amd64",
          "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:b228f146c2c49d36a251e14f0638ae4d1f1e62eb49d163deaa55f19d88310a1d_s390x",
          "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:26060b6658053da556455a6843ea069e0db73238bfe4083ff82217cab66d4ed4_ppc64le",
          "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:2b95b7c2515a3fd6b91286a72df7cd53e9358fd0e421c932fa57d8a69645f96e_s390x",
          "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:64fb0ad4287c9c552a4152d13ebd40a923d28673eae091ab1e8117fb7f3c83d3_amd64",
          "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:ee99471a288b1355f1aeb00ba6f4bc99bd1ca9107c03045fc15c3cad3eef007d_arm64",
          "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:19e9dd53a6f91c8d3bc92ae4d658bd0f1eacf9560d922d27b83fc5a63fed0409_arm64",
          "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:8dc7beb377cdab171c1f6e51ef21114c35c406bcaaae9b070d2815114ec4cc50_ppc64le",
          "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:a6feae9e051083a937661ca3a589edcd1472d667488791f5b17c89e7bd1af2c0_amd64",
          "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:a8d0123c786781b99dfebe6e87aeb036e42bef50c3dd8906f156335a3a238b87_s390x",
          "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:00a84c100bf7a2f60341181560b80d96bb9cc435a50d61c4c13b05f7e5adf82d_amd64",
          "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:1b413036dc71426dd5c7f6d0b830e27d4a202044b925f72526d61a256e975406_arm64",
          "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:a3d1aea21deacab09b65ab6f437c20c9d222a3e22b19c574aef3f65567b1b033_ppc64le",
          "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:dcadfefa105080126298e761bb5f54aa97d569e3eaa78ff3ce29d3a996d3b4c1_s390x",
          "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:08c6f85602587525861c598c526c0790fa323c32d4c2c9c052d82061186da107_s390x",
          "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:2cdb9459ef1853543e1348917f31c9b14097a4379cbdbb19535c09284167b9b3_ppc64le",
          "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:9f36a96bc736e80354ee6ab87bca6a0b0a7bc889eb052f2f232ed80eec87d218_arm64",
          "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:f1edc00f6ee42fb4c9d9168a62eeb5f9804445e1b00cac6f92cecc7033b1db96_amd64",
          "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:120d59119d25292a03f1f283aa1b4a23d8d5bec601632072e984202db3899297_ppc64le",
          "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:12d6b119ce24c68a9b41ca8e905f8fc259634f468d5f1a226b7f5fc477b2058b_arm64",
          "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:aec2982d51aab2102388b44bc4d25bca852ce74d77708110394e78064d4994f0_amd64",
          "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:be377376ddc03a9ad80842945cd377781b180d0c7fa133e53c927221fea88079_s390x",
          "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:5e5d62ee3682de9617e15d42630cb5d9b3c377d2e9f012dc5a2a1ae6b3241ccb_s390x",
          "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:63f91b6281c890f4265d5bb2e8dc169777d6f32e80f586382172290eb2acc3e0_amd64",
          "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:adf09787e6b255956c0958f87eea7b6f8322f9b5ebab603abcb45db132e17e1b_arm64",
          "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:ff0a308684fa06d170f6fccff04a2895580f3c9a8a774e2129f87b5f229baad2_ppc64le",
          "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:0fa29b82ac5eab63cdde38734ab28697eb6995c1c3ac6ba7f7e3c968019bd566_ppc64le",
          "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:8ce106fced0e031665b33a194fb601719e83c1b8d97adba2831e1acfa6831315_amd64",
          "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:99d50b0d60640b8552fe84e2a30ac47b6c4a9d9783052211b57ffaa3a5dc3f29_arm64",
          "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:e20241abb9675a6a27e195a59aaad07fbe2be93b0accd08bb557b3a45b484b01_s390x",
          "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:1164e83b9c43417596a18c5ca36182472cb12e60bdc24443f749db6e4847af02_arm64",
          "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:4a2fd70ad0157b39a3bd33c83c2f7ab4ccb7f9af7323e2e5bab543ef164d90d4_ppc64le",
          "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:79d9fa1054b6a75541f7bb11cd86cbd4cc25c51be09a850a542bfd105ee5be61_amd64",
          "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:8068c6da0876a04c21c759b16cf61b4ba92f8a0efca799e1e5cc202d3a282e90_s390x",
          "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-29-rhel8@sha256:f023a6fdaf0aae33025874c24ca718402fda4cdaa8f3b95694af4da835722b74_amd64",
          "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:194be8cb5127032f555d7c61b9f38cde74992d0ea589970e3ef96297ece4c713_amd64",
          "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:6fb7b072472d96acc7ecfcaa40d30f00ddcc18ca0d11e7770029231b0163d6ed_ppc64le",
          "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:ae75d1cfe5ed341478c049c94ad64c88c4e5119a4e2ce233a11e4b65d8f40a94_s390x",
          "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:d066a0bb60e85208c0e69f4d072c18a14ae2d7d6a0817df82fede5ea3312d2cd_arm64",
          "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:2278e675e0d2a7cfc9d0fa58ec9381c378322496b86095be384aa45f2e5f9813_amd64",
          "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:702410cb51f6df9681f7ec5b746f14ff4bec7a32ff37316b1d8225e7ba3d3b3f_s390x",
          "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:bc4af402b83de1584ab30efc9dce4eb0628974305aa96013ef16e6411acc2a1e_arm64",
          "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:f751ae8a07b6e5476f3615f0fa8ff9548cba94b5b3c54f3d5d3dd9c525246b33_ppc64le",
          "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:45f748dd3fd09b9986b92391c7fa9b8095ce49f66a23540ff8cdb31b5cc47271_amd64",
          "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:9612c87f0d5ce3e3bb401d225d01dc724886be417df191cca5a87c5f9addcfa1_ppc64le",
          "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:affe302de57fb45ad587adac8195b5f33c16f8c65a7f664a01464f9603f1af7a_arm64",
          "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:ef9bb7378eacaac44eeced3e7b35ae209877661e3724ea31033bb0b6a2822f36_s390x",
          "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:219254682fbbe979780a33b19be328f9653feb06285edb1020d58cf7997f0f06_ppc64le",
          "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:5859ef9a0cbc29b0ede9b485a4d66454126e107ee4596fcffe2a403e6f8db4d8_amd64",
          "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:5d4a78b4490d470f27a917283201233f74c3a3b774ae8b212e1b9c6a2ad9d376_arm64",
          "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:ae63675fe15a73e8fd07689e92fadc49a6e954530646b38048aaa619b3acbe5e_s390x",
          "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:0eab31728b3cc3b6b9e9ff59ec39dc275fa38cb6a4917dc12c605d006b5d3ea4_amd64",
          "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:160000b77422a27f729bc7a216e5e6c16ef49391e411c0f13da086db92bbe8d1_s390x",
          "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:5758ef097903a860df75fbc2a1d2ccda49754c2d9193a9f7d7524af16458f9ca_ppc64le",
          "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:adbc3add0992fa6e1dd295df4f2e99ef36c3ba478c9400a99ec97de1bba87f6a_arm64",
          "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:1a49c080789ab89d5a0daac07caa5c29a9938e07c9b07d8fd93b711941ab3952_ppc64le",
          "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:35e5b8d8da92c13098c0a715f98ce1ea702ac08ea224f2569bfb63219e46c21f_amd64",
          "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:4afe50971e61351f94cce593854a0805cc42efac09682427a025bd9a56808b39_s390x",
          "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:fcdaba560aee75a9e8621fa7bc3a3263b1058e427f32f3beef0e0535a4abb599_arm64",
          "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:02a7e2135f6aaa9f2e1133f000464929b1324fc4e03201f634fc363af018512c_s390x",
          "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:0cd85c6741c622b87744fbcc6533acca824928ed48b561773bedf911912465c5_arm64",
          "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:36246b439fdb96d3f22d3b44261e1a7945fcf037cd4e40d5cc41aff236164df9_amd64",
          "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:37a3aafb2431a8e7cc62b183ab1eb9cdec1793a296062ad55bdbfd86cd2dcd7d_ppc64le",
          "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:1b404fcc871159b2e2456d5469a2a23d2da69afc3a7033b705f7a717b5d7f24b_s390x",
          "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:21ee32cf4311f623479ed7a3eba076998208dab49ff0eb85dd54c09c70a506f5_amd64",
          "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:a593cba488cbcfd0ccbad879f1b5e40752daa1d1a1ea7393e9c81f1e38dc87c9_ppc64le",
          "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:c2a4f56118fca5316d48d81bdd789b9263f6cf0744680920f71c3544a251e638_arm64",
          "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/ee-containerized-installer-rhel8@sha256:80f2bb7e4da17de008be5cf8ac7304038ddd2837d6c7f2a01d94ec32649fb8b6_amd64",
          "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/ee-containerized-installer-rhel8@sha256:a28db9c543c32fdd35ac651836fe6aaf1e3efa281b0c449677cc3ff272c1ec08_arm64",
          "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:18e5cef6d77dc2846a555e4f378816dd78671622039dafef68aaa82b17ba54ef_arm64",
          "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:1c64e706694c26c7ace611385014d85688056f4473181422b81a109b7bd7dadf_s390x",
          "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:55e5df1c56672ff1a010184bd8c9c1120f9f320b399463dc499270f2413568bc_ppc64le",
          "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:be3660e6656b4d5fce4a0dad97b6cd86ef2cc501697bb91477f1b5b49d2c44b6_amd64",
          "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:535d709bdad2bde570f12c57c221421d23b73a8420d976f0c862bad423bca1f5_amd64",
          "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:562b2f2e1d00f97313f190c09615fcc52b5e802d8c37c7896f0afeab8b2c25e4_s390x",
          "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:8a2a813a0aee981e926b55159b755698cfe8e484e3cb4357592b7fc7c00a5efc_ppc64le",
          "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:a7f85d47be6fe60ccd15828d02a42247912a43a7cea1ef76d59331694b4dfd8d_arm64",
          "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:283a60c18eb74254b1d800423810d3c87f6f9f0677ce4aaadf6fd62f66ad0cb1_arm64",
          "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:3bcfb82d07c988c545471598282e490b902a12f5be43ba3cf95e2d937b44ef46_s390x",
          "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:9b37bf06847fda902597ff9bfc13b14e08146124e83dd2f036ab22d846f96ee5_ppc64le",
          "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:ae2d401c861113c1dabfe821ef66513772ad85fd72667aa3fe23007357bb2096_amd64",
          "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:19e2703546d0c732af8a1d79c29f84285b610cd7541ff563fbb3ebdcbc902456_arm64",
          "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:1d64f60509d10a5c7bb17a2b207d0ff588a5f3a15047ab58d53638896daeeca4_amd64",
          "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:8c29bbb5e7564ae0acd52d68c9c3e933c93113b25f1804e34ade65fac0340ae2_s390x",
          "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:df57f684021c4327ff0ad2818f97cf00625c9685994a80436e4e1135a860bef7_ppc64le",
          "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:11c3516e7aeabe8bb16f7a164be8aca5d16bd2a07bd18e6c1bcc284b80069195_arm64",
          "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:2718608c60999bd5eed6cb89ce6de263e5bc7ac9aef573e118d9c2751b3de40a_ppc64le",
          "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:2a3ec2d7767c104d0d40acfa8824b4f792fbf89aa94d78faa56aa907b501eed2_amd64",
          "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:c77719d9b0b077f5b951581400536ba667610088d55ab710a7e18ff167dd3fb8_s390x",
          "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:53529d6c74b698d18bfbab0f66b467300a6b3b249d907c3275fdf8be296a8a1e_amd64",
          "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:584d2b817585cb4886565da4d64cb2670dd9e54ccecfba158548639f6760246a_arm64",
          "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:5b48a3273c3321ebba69955b29d7727745c21bd2880e0bd6be86470da8d55707_s390x",
          "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:dcd4011c6311ed8eedf703eb80db604757dac663aca700147cb219387fd2ee5c_ppc64le",
          "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:60b348215ba58d730f5df014e3dc8ac0a0b6c320b01c371cae028c4cdff64a61_ppc64le",
          "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:73a85eb0c6e42b2aa7c53b688eb057d77bc7ad5572f97a231243619110f55b53_s390x",
          "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:8dfda1a9e5c29f0a17ee3c5b4e65acd8b10670bc5233a3f601d0497a9b3f3628_arm64",
          "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:f84b71656bf927b5a51e6ed080d549910a077a2bc5beb31b1e90f8ce932fad91_amd64",
          "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:029a9e26ac0db2ee7f37b9e907d14fef9e1f64891c84a8391831dbe5250f35ba_s390x",
          "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:58db7e9e23ae88b839591dea6ae5eb2cd870ce7bd31f76ef080e8eedf4d21932_arm64",
          "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:b021ac90dbd2bace189d1863c1a0586be25789e7726b165479c7f9b2c275052b_ppc64le",
          "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:ec72b2196cfb602fb4951054eaea51b2940428257b946201067aa589640d1e49_amd64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2025-27516"
        },
        {
          "category": "external",
          "summary": "RHBZ#2350190",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2350190"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2025-27516",
          "url": "https://www.cve.org/CVERecord?id=CVE-2025-27516"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-27516",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-27516"
        },
        {
          "category": "external",
          "summary": "https://github.com/pallets/jinja/commit/90457bbf33b8662926ae65cdde4c4c32e756e403",
          "url": "https://github.com/pallets/jinja/commit/90457bbf33b8662926ae65cdde4c4c32e756e403"
        },
        {
          "category": "external",
          "summary": "https://github.com/pallets/jinja/security/advisories/GHSA-cpwx-vrp4-4pq7",
          "url": "https://github.com/pallets/jinja/security/advisories/GHSA-cpwx-vrp4-4pq7"
        }
      ],
      "release_date": "2025-03-05T20:40:06.568000+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2025-03-24T23:57:44+00:00",
          "details": "Red Hat Ansible Automation Platform",
          "product_ids": [
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:08e4410d77bdc3299ee064948601c9eac4dfee5813635c3534757093e581242c_amd64",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:4c9de1e621e199ad12cef77579038cdcfbaa75b8c91c197efb7010dab8a1da7a_ppc64le",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:e21646a127efef995f1a03dc1f214ebfb3e1949d2dd3ae13543346b1af3993b8_s390x",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:e4020c3f704b5e5a5f23712f3eacb7cbad1265de43cfb3deb74081583d828e18_arm64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2025:3124"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "LOCAL",
            "availabilityImpact": "HIGH",
            "baseScore": 7.3,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "HIGH",
            "privilegesRequired": "LOW",
            "scope": "UNCHANGED",
            "userInteraction": "REQUIRED",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:175997b050c0ce905dfcdfcc9fc6478aae9a23f0b7f759d108dd630e8dd5763b_arm64",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:9b106f61f0253d184de95b4f666da80eb99115ee9c11310cac69f3eee43268a5_amd64",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:b9b4f922ffeaad65147c8fb9ddeea76f7696031a72341c9753839f75d47987ec_ppc64le",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:f419c6eccd1bb38ca254b611e0e3971ccbfc50ade29f967814137b455dc56c02_s390x",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:76a34d80d68724c46687530b0ed6479a385775541f623274b43b0a0f67196107_s390x",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:7dbe73d379698464f6a5bba1a5bbb3b7d0ea13afab2c2a33c6684248de148de2_arm64",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:a68f58ec3ccdc4eae0ef77b09a1ee89811b2acb6f9dd726a8ec3dc3ab0297a1d_ppc64le",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:c9ce006256260a9060d68eec4172a29adc0564f32231a1f388024bd1f86c75ef_amd64",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:150e47073b1f007046e9279c85a4c88abc30185946c3801c062ba30f8414713d_ppc64le",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:85fab43c777d723711d31b23b5d4577d49b8081b17c8e6777ca589826da2d7af_arm64",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:a32242398df6ea22e63be19984bca55a15de03354dff9a94b7a25fce5ae2ed2f_amd64",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:b228f146c2c49d36a251e14f0638ae4d1f1e62eb49d163deaa55f19d88310a1d_s390x",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:26060b6658053da556455a6843ea069e0db73238bfe4083ff82217cab66d4ed4_ppc64le",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:2b95b7c2515a3fd6b91286a72df7cd53e9358fd0e421c932fa57d8a69645f96e_s390x",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:64fb0ad4287c9c552a4152d13ebd40a923d28673eae091ab1e8117fb7f3c83d3_amd64",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:ee99471a288b1355f1aeb00ba6f4bc99bd1ca9107c03045fc15c3cad3eef007d_arm64",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:19e9dd53a6f91c8d3bc92ae4d658bd0f1eacf9560d922d27b83fc5a63fed0409_arm64",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:8dc7beb377cdab171c1f6e51ef21114c35c406bcaaae9b070d2815114ec4cc50_ppc64le",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:a6feae9e051083a937661ca3a589edcd1472d667488791f5b17c89e7bd1af2c0_amd64",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:a8d0123c786781b99dfebe6e87aeb036e42bef50c3dd8906f156335a3a238b87_s390x",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:00a84c100bf7a2f60341181560b80d96bb9cc435a50d61c4c13b05f7e5adf82d_amd64",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:1b413036dc71426dd5c7f6d0b830e27d4a202044b925f72526d61a256e975406_arm64",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:a3d1aea21deacab09b65ab6f437c20c9d222a3e22b19c574aef3f65567b1b033_ppc64le",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:dcadfefa105080126298e761bb5f54aa97d569e3eaa78ff3ce29d3a996d3b4c1_s390x",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:08c6f85602587525861c598c526c0790fa323c32d4c2c9c052d82061186da107_s390x",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:2cdb9459ef1853543e1348917f31c9b14097a4379cbdbb19535c09284167b9b3_ppc64le",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:9f36a96bc736e80354ee6ab87bca6a0b0a7bc889eb052f2f232ed80eec87d218_arm64",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:f1edc00f6ee42fb4c9d9168a62eeb5f9804445e1b00cac6f92cecc7033b1db96_amd64",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:120d59119d25292a03f1f283aa1b4a23d8d5bec601632072e984202db3899297_ppc64le",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:12d6b119ce24c68a9b41ca8e905f8fc259634f468d5f1a226b7f5fc477b2058b_arm64",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:aec2982d51aab2102388b44bc4d25bca852ce74d77708110394e78064d4994f0_amd64",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:be377376ddc03a9ad80842945cd377781b180d0c7fa133e53c927221fea88079_s390x",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:5e5d62ee3682de9617e15d42630cb5d9b3c377d2e9f012dc5a2a1ae6b3241ccb_s390x",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:63f91b6281c890f4265d5bb2e8dc169777d6f32e80f586382172290eb2acc3e0_amd64",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:adf09787e6b255956c0958f87eea7b6f8322f9b5ebab603abcb45db132e17e1b_arm64",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:ff0a308684fa06d170f6fccff04a2895580f3c9a8a774e2129f87b5f229baad2_ppc64le",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:0fa29b82ac5eab63cdde38734ab28697eb6995c1c3ac6ba7f7e3c968019bd566_ppc64le",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:8ce106fced0e031665b33a194fb601719e83c1b8d97adba2831e1acfa6831315_amd64",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:99d50b0d60640b8552fe84e2a30ac47b6c4a9d9783052211b57ffaa3a5dc3f29_arm64",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:e20241abb9675a6a27e195a59aaad07fbe2be93b0accd08bb557b3a45b484b01_s390x",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:1164e83b9c43417596a18c5ca36182472cb12e60bdc24443f749db6e4847af02_arm64",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:4a2fd70ad0157b39a3bd33c83c2f7ab4ccb7f9af7323e2e5bab543ef164d90d4_ppc64le",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:79d9fa1054b6a75541f7bb11cd86cbd4cc25c51be09a850a542bfd105ee5be61_amd64",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:8068c6da0876a04c21c759b16cf61b4ba92f8a0efca799e1e5cc202d3a282e90_s390x",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-29-rhel8@sha256:f023a6fdaf0aae33025874c24ca718402fda4cdaa8f3b95694af4da835722b74_amd64",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:194be8cb5127032f555d7c61b9f38cde74992d0ea589970e3ef96297ece4c713_amd64",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:6fb7b072472d96acc7ecfcaa40d30f00ddcc18ca0d11e7770029231b0163d6ed_ppc64le",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:ae75d1cfe5ed341478c049c94ad64c88c4e5119a4e2ce233a11e4b65d8f40a94_s390x",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:d066a0bb60e85208c0e69f4d072c18a14ae2d7d6a0817df82fede5ea3312d2cd_arm64",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:2278e675e0d2a7cfc9d0fa58ec9381c378322496b86095be384aa45f2e5f9813_amd64",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:702410cb51f6df9681f7ec5b746f14ff4bec7a32ff37316b1d8225e7ba3d3b3f_s390x",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:bc4af402b83de1584ab30efc9dce4eb0628974305aa96013ef16e6411acc2a1e_arm64",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:f751ae8a07b6e5476f3615f0fa8ff9548cba94b5b3c54f3d5d3dd9c525246b33_ppc64le",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:45f748dd3fd09b9986b92391c7fa9b8095ce49f66a23540ff8cdb31b5cc47271_amd64",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:9612c87f0d5ce3e3bb401d225d01dc724886be417df191cca5a87c5f9addcfa1_ppc64le",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:affe302de57fb45ad587adac8195b5f33c16f8c65a7f664a01464f9603f1af7a_arm64",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:ef9bb7378eacaac44eeced3e7b35ae209877661e3724ea31033bb0b6a2822f36_s390x",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:219254682fbbe979780a33b19be328f9653feb06285edb1020d58cf7997f0f06_ppc64le",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:5859ef9a0cbc29b0ede9b485a4d66454126e107ee4596fcffe2a403e6f8db4d8_amd64",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:5d4a78b4490d470f27a917283201233f74c3a3b774ae8b212e1b9c6a2ad9d376_arm64",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:ae63675fe15a73e8fd07689e92fadc49a6e954530646b38048aaa619b3acbe5e_s390x",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:0eab31728b3cc3b6b9e9ff59ec39dc275fa38cb6a4917dc12c605d006b5d3ea4_amd64",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:160000b77422a27f729bc7a216e5e6c16ef49391e411c0f13da086db92bbe8d1_s390x",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:5758ef097903a860df75fbc2a1d2ccda49754c2d9193a9f7d7524af16458f9ca_ppc64le",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:adbc3add0992fa6e1dd295df4f2e99ef36c3ba478c9400a99ec97de1bba87f6a_arm64",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:1a49c080789ab89d5a0daac07caa5c29a9938e07c9b07d8fd93b711941ab3952_ppc64le",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:35e5b8d8da92c13098c0a715f98ce1ea702ac08ea224f2569bfb63219e46c21f_amd64",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:4afe50971e61351f94cce593854a0805cc42efac09682427a025bd9a56808b39_s390x",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:fcdaba560aee75a9e8621fa7bc3a3263b1058e427f32f3beef0e0535a4abb599_arm64",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:08e4410d77bdc3299ee064948601c9eac4dfee5813635c3534757093e581242c_amd64",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:4c9de1e621e199ad12cef77579038cdcfbaa75b8c91c197efb7010dab8a1da7a_ppc64le",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:e21646a127efef995f1a03dc1f214ebfb3e1949d2dd3ae13543346b1af3993b8_s390x",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:e4020c3f704b5e5a5f23712f3eacb7cbad1265de43cfb3deb74081583d828e18_arm64",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:02a7e2135f6aaa9f2e1133f000464929b1324fc4e03201f634fc363af018512c_s390x",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:0cd85c6741c622b87744fbcc6533acca824928ed48b561773bedf911912465c5_arm64",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:36246b439fdb96d3f22d3b44261e1a7945fcf037cd4e40d5cc41aff236164df9_amd64",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:37a3aafb2431a8e7cc62b183ab1eb9cdec1793a296062ad55bdbfd86cd2dcd7d_ppc64le",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:1b404fcc871159b2e2456d5469a2a23d2da69afc3a7033b705f7a717b5d7f24b_s390x",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:21ee32cf4311f623479ed7a3eba076998208dab49ff0eb85dd54c09c70a506f5_amd64",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:a593cba488cbcfd0ccbad879f1b5e40752daa1d1a1ea7393e9c81f1e38dc87c9_ppc64le",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:c2a4f56118fca5316d48d81bdd789b9263f6cf0744680920f71c3544a251e638_arm64",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/ee-containerized-installer-rhel8@sha256:80f2bb7e4da17de008be5cf8ac7304038ddd2837d6c7f2a01d94ec32649fb8b6_amd64",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/ee-containerized-installer-rhel8@sha256:a28db9c543c32fdd35ac651836fe6aaf1e3efa281b0c449677cc3ff272c1ec08_arm64",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:18e5cef6d77dc2846a555e4f378816dd78671622039dafef68aaa82b17ba54ef_arm64",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:1c64e706694c26c7ace611385014d85688056f4473181422b81a109b7bd7dadf_s390x",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:55e5df1c56672ff1a010184bd8c9c1120f9f320b399463dc499270f2413568bc_ppc64le",
            "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:be3660e6656b4d5fce4a0dad97b6cd86ef2cc501697bb91477f1b5b49d2c44b6_amd64",
            "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:535d709bdad2bde570f12c57c221421d23b73a8420d976f0c862bad423bca1f5_amd64",
            "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:562b2f2e1d00f97313f190c09615fcc52b5e802d8c37c7896f0afeab8b2c25e4_s390x",
            "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:8a2a813a0aee981e926b55159b755698cfe8e484e3cb4357592b7fc7c00a5efc_ppc64le",
            "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:a7f85d47be6fe60ccd15828d02a42247912a43a7cea1ef76d59331694b4dfd8d_arm64",
            "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:283a60c18eb74254b1d800423810d3c87f6f9f0677ce4aaadf6fd62f66ad0cb1_arm64",
            "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:3bcfb82d07c988c545471598282e490b902a12f5be43ba3cf95e2d937b44ef46_s390x",
            "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:9b37bf06847fda902597ff9bfc13b14e08146124e83dd2f036ab22d846f96ee5_ppc64le",
            "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:ae2d401c861113c1dabfe821ef66513772ad85fd72667aa3fe23007357bb2096_amd64",
            "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:19e2703546d0c732af8a1d79c29f84285b610cd7541ff563fbb3ebdcbc902456_arm64",
            "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:1d64f60509d10a5c7bb17a2b207d0ff588a5f3a15047ab58d53638896daeeca4_amd64",
            "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:8c29bbb5e7564ae0acd52d68c9c3e933c93113b25f1804e34ade65fac0340ae2_s390x",
            "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:df57f684021c4327ff0ad2818f97cf00625c9685994a80436e4e1135a860bef7_ppc64le",
            "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:11c3516e7aeabe8bb16f7a164be8aca5d16bd2a07bd18e6c1bcc284b80069195_arm64",
            "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:2718608c60999bd5eed6cb89ce6de263e5bc7ac9aef573e118d9c2751b3de40a_ppc64le",
            "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:2a3ec2d7767c104d0d40acfa8824b4f792fbf89aa94d78faa56aa907b501eed2_amd64",
            "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:c77719d9b0b077f5b951581400536ba667610088d55ab710a7e18ff167dd3fb8_s390x",
            "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:53529d6c74b698d18bfbab0f66b467300a6b3b249d907c3275fdf8be296a8a1e_amd64",
            "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:584d2b817585cb4886565da4d64cb2670dd9e54ccecfba158548639f6760246a_arm64",
            "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:5b48a3273c3321ebba69955b29d7727745c21bd2880e0bd6be86470da8d55707_s390x",
            "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:dcd4011c6311ed8eedf703eb80db604757dac663aca700147cb219387fd2ee5c_ppc64le",
            "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:60b348215ba58d730f5df014e3dc8ac0a0b6c320b01c371cae028c4cdff64a61_ppc64le",
            "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:73a85eb0c6e42b2aa7c53b688eb057d77bc7ad5572f97a231243619110f55b53_s390x",
            "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:8dfda1a9e5c29f0a17ee3c5b4e65acd8b10670bc5233a3f601d0497a9b3f3628_arm64",
            "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:f84b71656bf927b5a51e6ed080d549910a077a2bc5beb31b1e90f8ce932fad91_amd64",
            "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:029a9e26ac0db2ee7f37b9e907d14fef9e1f64891c84a8391831dbe5250f35ba_s390x",
            "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:58db7e9e23ae88b839591dea6ae5eb2cd870ce7bd31f76ef080e8eedf4d21932_arm64",
            "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:b021ac90dbd2bace189d1863c1a0586be25789e7726b165479c7f9b2c275052b_ppc64le",
            "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:ec72b2196cfb602fb4951054eaea51b2940428257b946201067aa589640d1e49_amd64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Important"
        }
      ],
      "title": "jinja2: Jinja sandbox breakout through attr filter selecting format method"
    }
  ]
}
  rhsa-2025:3111
Vulnerability from csaf_redhat
Notes
{
  "document": {
    "aggregate_severity": {
      "namespace": "https://access.redhat.com/security/updates/classification/",
      "text": "Important"
    },
    "category": "csaf_security_advisory",
    "csaf_version": "2.0",
    "distribution": {
      "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
      "tlp": {
        "label": "WHITE",
        "url": "https://www.first.org/tlp/"
      }
    },
    "lang": "en",
    "notes": [
      {
        "category": "summary",
        "text": "An update for fence-agents is now available for Red Hat Enterprise Linux 9.2 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
        "title": "Topic"
      },
      {
        "category": "general",
        "text": "The fence-agents packages provide a collection of scripts for handling remote power management for cluster devices. They allow failed or unreachable nodes to be forcibly restarted and removed from the cluster. \n\nSecurity Fix(es):\n\n* jinja2: Jinja sandbox breakout through attr filter selecting format method (CVE-2025-27516)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
        "title": "Details"
      },
      {
        "category": "legal_disclaimer",
        "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
        "title": "Terms of Use"
      }
    ],
    "publisher": {
      "category": "vendor",
      "contact_details": "https://access.redhat.com/security/team/contact/",
      "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
      "name": "Red Hat Product Security",
      "namespace": "https://www.redhat.com"
    },
    "references": [
      {
        "category": "self",
        "summary": "https://access.redhat.com/errata/RHSA-2025:3111",
        "url": "https://access.redhat.com/errata/RHSA-2025:3111"
      },
      {
        "category": "external",
        "summary": "https://access.redhat.com/security/updates/classification/#important",
        "url": "https://access.redhat.com/security/updates/classification/#important"
      },
      {
        "category": "external",
        "summary": "2350190",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2350190"
      },
      {
        "category": "self",
        "summary": "Canonical URL",
        "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_3111.json"
      }
    ],
    "title": "Red Hat Security Advisory: fence-agents security update",
    "tracking": {
      "current_release_date": "2025-10-28T19:42:39+00:00",
      "generator": {
        "date": "2025-10-28T19:42:39+00:00",
        "engine": {
          "name": "Red Hat SDEngine",
          "version": "4.6.10"
        }
      },
      "id": "RHSA-2025:3111",
      "initial_release_date": "2025-03-24T10:53:59+00:00",
      "revision_history": [
        {
          "date": "2025-03-24T10:53:59+00:00",
          "number": "1",
          "summary": "Initial version"
        },
        {
          "date": "2025-03-24T10:53:59+00:00",
          "number": "2",
          "summary": "Last updated version"
        },
        {
          "date": "2025-10-28T19:42:39+00:00",
          "number": "3",
          "summary": "Last generated version"
        }
      ],
      "status": "final",
      "version": "3"
    }
  },
  "product_tree": {
    "branches": [
      {
        "branches": [
          {
            "branches": [
              {
                "category": "product_name",
                "name": "Red Hat Enterprise Linux AppStream EUS (v.9.2)",
                "product": {
                  "name": "Red Hat Enterprise Linux AppStream EUS (v.9.2)",
                  "product_id": "AppStream-9.2.0.Z.EUS",
                  "product_identification_helper": {
                    "cpe": "cpe:/a:redhat:rhel_eus:9.2::appstream"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "Red Hat Enterprise Linux High Availability EUS (v.9.2)",
                "product": {
                  "name": "Red Hat Enterprise Linux High Availability EUS (v.9.2)",
                  "product_id": "HighAvailability-9.2.0.Z.EUS",
                  "product_identification_helper": {
                    "cpe": "cpe:/a:redhat:rhel_eus:9.2::highavailability"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
                "product": {
                  "name": "Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
                  "product_id": "ResilientStorage-9.2.0.Z.EUS",
                  "product_identification_helper": {
                    "cpe": "cpe:/a:redhat:rhel_eus:9.2::resilientstorage"
                  }
                }
              }
            ],
            "category": "product_family",
            "name": "Red Hat Enterprise Linux"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "fence-agents-aliyun-0:4.10.0-43.el9_2.12.x86_64",
                "product": {
                  "name": "fence-agents-aliyun-0:4.10.0-43.el9_2.12.x86_64",
                  "product_id": "fence-agents-aliyun-0:4.10.0-43.el9_2.12.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-aliyun@4.10.0-43.el9_2.12?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-all-0:4.10.0-43.el9_2.12.x86_64",
                "product": {
                  "name": "fence-agents-all-0:4.10.0-43.el9_2.12.x86_64",
                  "product_id": "fence-agents-all-0:4.10.0-43.el9_2.12.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-all@4.10.0-43.el9_2.12?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-aws-0:4.10.0-43.el9_2.12.x86_64",
                "product": {
                  "name": "fence-agents-aws-0:4.10.0-43.el9_2.12.x86_64",
                  "product_id": "fence-agents-aws-0:4.10.0-43.el9_2.12.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-aws@4.10.0-43.el9_2.12?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-azure-arm-0:4.10.0-43.el9_2.12.x86_64",
                "product": {
                  "name": "fence-agents-azure-arm-0:4.10.0-43.el9_2.12.x86_64",
                  "product_id": "fence-agents-azure-arm-0:4.10.0-43.el9_2.12.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-azure-arm@4.10.0-43.el9_2.12?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-gce-0:4.10.0-43.el9_2.12.x86_64",
                "product": {
                  "name": "fence-agents-gce-0:4.10.0-43.el9_2.12.x86_64",
                  "product_id": "fence-agents-gce-0:4.10.0-43.el9_2.12.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-gce@4.10.0-43.el9_2.12?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-kdump-0:4.10.0-43.el9_2.12.x86_64",
                "product": {
                  "name": "fence-agents-kdump-0:4.10.0-43.el9_2.12.x86_64",
                  "product_id": "fence-agents-kdump-0:4.10.0-43.el9_2.12.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-kdump@4.10.0-43.el9_2.12?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-openstack-0:4.10.0-43.el9_2.12.x86_64",
                "product": {
                  "name": "fence-agents-openstack-0:4.10.0-43.el9_2.12.x86_64",
                  "product_id": "fence-agents-openstack-0:4.10.0-43.el9_2.12.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-openstack@4.10.0-43.el9_2.12?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-redfish-0:4.10.0-43.el9_2.12.x86_64",
                "product": {
                  "name": "fence-agents-redfish-0:4.10.0-43.el9_2.12.x86_64",
                  "product_id": "fence-agents-redfish-0:4.10.0-43.el9_2.12.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-redfish@4.10.0-43.el9_2.12?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ha-cloud-support-0:4.10.0-43.el9_2.12.x86_64",
                "product": {
                  "name": "ha-cloud-support-0:4.10.0-43.el9_2.12.x86_64",
                  "product_id": "ha-cloud-support-0:4.10.0-43.el9_2.12.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/ha-cloud-support@4.10.0-43.el9_2.12?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-debugsource-0:4.10.0-43.el9_2.12.x86_64",
                "product": {
                  "name": "fence-agents-debugsource-0:4.10.0-43.el9_2.12.x86_64",
                  "product_id": "fence-agents-debugsource-0:4.10.0-43.el9_2.12.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-debugsource@4.10.0-43.el9_2.12?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
                "product": {
                  "name": "fence-agents-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
                  "product_id": "fence-agents-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-debuginfo@4.10.0-43.el9_2.12?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
                "product": {
                  "name": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
                  "product_id": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-kdump-debuginfo@4.10.0-43.el9_2.12?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
                "product": {
                  "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
                  "product_id": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-kubevirt-debuginfo@4.10.0-43.el9_2.12?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-virt-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
                "product": {
                  "name": "fence-virt-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
                  "product_id": "fence-virt-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-virt-debuginfo@4.10.0-43.el9_2.12?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-virtd-cpg-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
                "product": {
                  "name": "fence-virtd-cpg-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
                  "product_id": "fence-virtd-cpg-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-virtd-cpg-debuginfo@4.10.0-43.el9_2.12?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-virtd-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
                "product": {
                  "name": "fence-virtd-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
                  "product_id": "fence-virtd-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-virtd-debuginfo@4.10.0-43.el9_2.12?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-virtd-libvirt-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
                "product": {
                  "name": "fence-virtd-libvirt-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
                  "product_id": "fence-virtd-libvirt-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-virtd-libvirt-debuginfo@4.10.0-43.el9_2.12?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-virtd-multicast-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
                "product": {
                  "name": "fence-virtd-multicast-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
                  "product_id": "fence-virtd-multicast-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-virtd-multicast-debuginfo@4.10.0-43.el9_2.12?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-virtd-serial-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
                "product": {
                  "name": "fence-virtd-serial-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
                  "product_id": "fence-virtd-serial-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-virtd-serial-debuginfo@4.10.0-43.el9_2.12?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-virtd-tcp-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
                "product": {
                  "name": "fence-virtd-tcp-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
                  "product_id": "fence-virtd-tcp-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-virtd-tcp-debuginfo@4.10.0-43.el9_2.12?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ha-cloud-support-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
                "product": {
                  "name": "ha-cloud-support-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
                  "product_id": "ha-cloud-support-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/ha-cloud-support-debuginfo@4.10.0-43.el9_2.12?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-compute-0:4.10.0-43.el9_2.12.x86_64",
                "product": {
                  "name": "fence-agents-compute-0:4.10.0-43.el9_2.12.x86_64",
                  "product_id": "fence-agents-compute-0:4.10.0-43.el9_2.12.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-compute@4.10.0-43.el9_2.12?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-kubevirt-0:4.10.0-43.el9_2.12.x86_64",
                "product": {
                  "name": "fence-agents-kubevirt-0:4.10.0-43.el9_2.12.x86_64",
                  "product_id": "fence-agents-kubevirt-0:4.10.0-43.el9_2.12.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-kubevirt@4.10.0-43.el9_2.12?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-virt-0:4.10.0-43.el9_2.12.x86_64",
                "product": {
                  "name": "fence-virt-0:4.10.0-43.el9_2.12.x86_64",
                  "product_id": "fence-virt-0:4.10.0-43.el9_2.12.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-virt@4.10.0-43.el9_2.12?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-virtd-0:4.10.0-43.el9_2.12.x86_64",
                "product": {
                  "name": "fence-virtd-0:4.10.0-43.el9_2.12.x86_64",
                  "product_id": "fence-virtd-0:4.10.0-43.el9_2.12.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-virtd@4.10.0-43.el9_2.12?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-virtd-cpg-0:4.10.0-43.el9_2.12.x86_64",
                "product": {
                  "name": "fence-virtd-cpg-0:4.10.0-43.el9_2.12.x86_64",
                  "product_id": "fence-virtd-cpg-0:4.10.0-43.el9_2.12.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-virtd-cpg@4.10.0-43.el9_2.12?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-virtd-libvirt-0:4.10.0-43.el9_2.12.x86_64",
                "product": {
                  "name": "fence-virtd-libvirt-0:4.10.0-43.el9_2.12.x86_64",
                  "product_id": "fence-virtd-libvirt-0:4.10.0-43.el9_2.12.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-virtd-libvirt@4.10.0-43.el9_2.12?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-virtd-multicast-0:4.10.0-43.el9_2.12.x86_64",
                "product": {
                  "name": "fence-virtd-multicast-0:4.10.0-43.el9_2.12.x86_64",
                  "product_id": "fence-virtd-multicast-0:4.10.0-43.el9_2.12.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-virtd-multicast@4.10.0-43.el9_2.12?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-virtd-serial-0:4.10.0-43.el9_2.12.x86_64",
                "product": {
                  "name": "fence-virtd-serial-0:4.10.0-43.el9_2.12.x86_64",
                  "product_id": "fence-virtd-serial-0:4.10.0-43.el9_2.12.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-virtd-serial@4.10.0-43.el9_2.12?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-virtd-tcp-0:4.10.0-43.el9_2.12.x86_64",
                "product": {
                  "name": "fence-virtd-tcp-0:4.10.0-43.el9_2.12.x86_64",
                  "product_id": "fence-virtd-tcp-0:4.10.0-43.el9_2.12.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-virtd-tcp@4.10.0-43.el9_2.12?arch=x86_64"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "x86_64"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "fence-agents-all-0:4.10.0-43.el9_2.12.aarch64",
                "product": {
                  "name": "fence-agents-all-0:4.10.0-43.el9_2.12.aarch64",
                  "product_id": "fence-agents-all-0:4.10.0-43.el9_2.12.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-all@4.10.0-43.el9_2.12?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-kdump-0:4.10.0-43.el9_2.12.aarch64",
                "product": {
                  "name": "fence-agents-kdump-0:4.10.0-43.el9_2.12.aarch64",
                  "product_id": "fence-agents-kdump-0:4.10.0-43.el9_2.12.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-kdump@4.10.0-43.el9_2.12?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-redfish-0:4.10.0-43.el9_2.12.aarch64",
                "product": {
                  "name": "fence-agents-redfish-0:4.10.0-43.el9_2.12.aarch64",
                  "product_id": "fence-agents-redfish-0:4.10.0-43.el9_2.12.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-redfish@4.10.0-43.el9_2.12?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-debugsource-0:4.10.0-43.el9_2.12.aarch64",
                "product": {
                  "name": "fence-agents-debugsource-0:4.10.0-43.el9_2.12.aarch64",
                  "product_id": "fence-agents-debugsource-0:4.10.0-43.el9_2.12.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-debugsource@4.10.0-43.el9_2.12?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-debuginfo-0:4.10.0-43.el9_2.12.aarch64",
                "product": {
                  "name": "fence-agents-debuginfo-0:4.10.0-43.el9_2.12.aarch64",
                  "product_id": "fence-agents-debuginfo-0:4.10.0-43.el9_2.12.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-debuginfo@4.10.0-43.el9_2.12?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.aarch64",
                "product": {
                  "name": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.aarch64",
                  "product_id": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-kdump-debuginfo@4.10.0-43.el9_2.12?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.aarch64",
                "product": {
                  "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.aarch64",
                  "product_id": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-kubevirt-debuginfo@4.10.0-43.el9_2.12?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-kubevirt-0:4.10.0-43.el9_2.12.aarch64",
                "product": {
                  "name": "fence-agents-kubevirt-0:4.10.0-43.el9_2.12.aarch64",
                  "product_id": "fence-agents-kubevirt-0:4.10.0-43.el9_2.12.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-kubevirt@4.10.0-43.el9_2.12?arch=aarch64"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "aarch64"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "fence-agents-all-0:4.10.0-43.el9_2.12.ppc64le",
                "product": {
                  "name": "fence-agents-all-0:4.10.0-43.el9_2.12.ppc64le",
                  "product_id": "fence-agents-all-0:4.10.0-43.el9_2.12.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-all@4.10.0-43.el9_2.12?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-kdump-0:4.10.0-43.el9_2.12.ppc64le",
                "product": {
                  "name": "fence-agents-kdump-0:4.10.0-43.el9_2.12.ppc64le",
                  "product_id": "fence-agents-kdump-0:4.10.0-43.el9_2.12.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-kdump@4.10.0-43.el9_2.12?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-openstack-0:4.10.0-43.el9_2.12.ppc64le",
                "product": {
                  "name": "fence-agents-openstack-0:4.10.0-43.el9_2.12.ppc64le",
                  "product_id": "fence-agents-openstack-0:4.10.0-43.el9_2.12.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-openstack@4.10.0-43.el9_2.12?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-redfish-0:4.10.0-43.el9_2.12.ppc64le",
                "product": {
                  "name": "fence-agents-redfish-0:4.10.0-43.el9_2.12.ppc64le",
                  "product_id": "fence-agents-redfish-0:4.10.0-43.el9_2.12.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-redfish@4.10.0-43.el9_2.12?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-debugsource-0:4.10.0-43.el9_2.12.ppc64le",
                "product": {
                  "name": "fence-agents-debugsource-0:4.10.0-43.el9_2.12.ppc64le",
                  "product_id": "fence-agents-debugsource-0:4.10.0-43.el9_2.12.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-debugsource@4.10.0-43.el9_2.12?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-debuginfo-0:4.10.0-43.el9_2.12.ppc64le",
                "product": {
                  "name": "fence-agents-debuginfo-0:4.10.0-43.el9_2.12.ppc64le",
                  "product_id": "fence-agents-debuginfo-0:4.10.0-43.el9_2.12.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-debuginfo@4.10.0-43.el9_2.12?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.ppc64le",
                "product": {
                  "name": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.ppc64le",
                  "product_id": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-kdump-debuginfo@4.10.0-43.el9_2.12?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.ppc64le",
                "product": {
                  "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.ppc64le",
                  "product_id": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-kubevirt-debuginfo@4.10.0-43.el9_2.12?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-compute-0:4.10.0-43.el9_2.12.ppc64le",
                "product": {
                  "name": "fence-agents-compute-0:4.10.0-43.el9_2.12.ppc64le",
                  "product_id": "fence-agents-compute-0:4.10.0-43.el9_2.12.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-compute@4.10.0-43.el9_2.12?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-kubevirt-0:4.10.0-43.el9_2.12.ppc64le",
                "product": {
                  "name": "fence-agents-kubevirt-0:4.10.0-43.el9_2.12.ppc64le",
                  "product_id": "fence-agents-kubevirt-0:4.10.0-43.el9_2.12.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-kubevirt@4.10.0-43.el9_2.12?arch=ppc64le"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "ppc64le"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "fence-agents-all-0:4.10.0-43.el9_2.12.s390x",
                "product": {
                  "name": "fence-agents-all-0:4.10.0-43.el9_2.12.s390x",
                  "product_id": "fence-agents-all-0:4.10.0-43.el9_2.12.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-all@4.10.0-43.el9_2.12?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-kdump-0:4.10.0-43.el9_2.12.s390x",
                "product": {
                  "name": "fence-agents-kdump-0:4.10.0-43.el9_2.12.s390x",
                  "product_id": "fence-agents-kdump-0:4.10.0-43.el9_2.12.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-kdump@4.10.0-43.el9_2.12?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-redfish-0:4.10.0-43.el9_2.12.s390x",
                "product": {
                  "name": "fence-agents-redfish-0:4.10.0-43.el9_2.12.s390x",
                  "product_id": "fence-agents-redfish-0:4.10.0-43.el9_2.12.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-redfish@4.10.0-43.el9_2.12?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-zvm-0:4.10.0-43.el9_2.12.s390x",
                "product": {
                  "name": "fence-agents-zvm-0:4.10.0-43.el9_2.12.s390x",
                  "product_id": "fence-agents-zvm-0:4.10.0-43.el9_2.12.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-zvm@4.10.0-43.el9_2.12?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-debugsource-0:4.10.0-43.el9_2.12.s390x",
                "product": {
                  "name": "fence-agents-debugsource-0:4.10.0-43.el9_2.12.s390x",
                  "product_id": "fence-agents-debugsource-0:4.10.0-43.el9_2.12.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-debugsource@4.10.0-43.el9_2.12?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-debuginfo-0:4.10.0-43.el9_2.12.s390x",
                "product": {
                  "name": "fence-agents-debuginfo-0:4.10.0-43.el9_2.12.s390x",
                  "product_id": "fence-agents-debuginfo-0:4.10.0-43.el9_2.12.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-debuginfo@4.10.0-43.el9_2.12?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.s390x",
                "product": {
                  "name": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.s390x",
                  "product_id": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-kdump-debuginfo@4.10.0-43.el9_2.12?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.s390x",
                "product": {
                  "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.s390x",
                  "product_id": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-kubevirt-debuginfo@4.10.0-43.el9_2.12?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-kubevirt-0:4.10.0-43.el9_2.12.s390x",
                "product": {
                  "name": "fence-agents-kubevirt-0:4.10.0-43.el9_2.12.s390x",
                  "product_id": "fence-agents-kubevirt-0:4.10.0-43.el9_2.12.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-kubevirt@4.10.0-43.el9_2.12?arch=s390x"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "s390x"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "fence-agents-amt-ws-0:4.10.0-43.el9_2.12.noarch",
                "product": {
                  "name": "fence-agents-amt-ws-0:4.10.0-43.el9_2.12.noarch",
                  "product_id": "fence-agents-amt-ws-0:4.10.0-43.el9_2.12.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-amt-ws@4.10.0-43.el9_2.12?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-apc-0:4.10.0-43.el9_2.12.noarch",
                "product": {
                  "name": "fence-agents-apc-0:4.10.0-43.el9_2.12.noarch",
                  "product_id": "fence-agents-apc-0:4.10.0-43.el9_2.12.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-apc@4.10.0-43.el9_2.12?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-apc-snmp-0:4.10.0-43.el9_2.12.noarch",
                "product": {
                  "name": "fence-agents-apc-snmp-0:4.10.0-43.el9_2.12.noarch",
                  "product_id": "fence-agents-apc-snmp-0:4.10.0-43.el9_2.12.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-apc-snmp@4.10.0-43.el9_2.12?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-bladecenter-0:4.10.0-43.el9_2.12.noarch",
                "product": {
                  "name": "fence-agents-bladecenter-0:4.10.0-43.el9_2.12.noarch",
                  "product_id": "fence-agents-bladecenter-0:4.10.0-43.el9_2.12.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-bladecenter@4.10.0-43.el9_2.12?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-brocade-0:4.10.0-43.el9_2.12.noarch",
                "product": {
                  "name": "fence-agents-brocade-0:4.10.0-43.el9_2.12.noarch",
                  "product_id": "fence-agents-brocade-0:4.10.0-43.el9_2.12.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-brocade@4.10.0-43.el9_2.12?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-cisco-mds-0:4.10.0-43.el9_2.12.noarch",
                "product": {
                  "name": "fence-agents-cisco-mds-0:4.10.0-43.el9_2.12.noarch",
                  "product_id": "fence-agents-cisco-mds-0:4.10.0-43.el9_2.12.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-cisco-mds@4.10.0-43.el9_2.12?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-cisco-ucs-0:4.10.0-43.el9_2.12.noarch",
                "product": {
                  "name": "fence-agents-cisco-ucs-0:4.10.0-43.el9_2.12.noarch",
                  "product_id": "fence-agents-cisco-ucs-0:4.10.0-43.el9_2.12.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-cisco-ucs@4.10.0-43.el9_2.12?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-drac5-0:4.10.0-43.el9_2.12.noarch",
                "product": {
                  "name": "fence-agents-drac5-0:4.10.0-43.el9_2.12.noarch",
                  "product_id": "fence-agents-drac5-0:4.10.0-43.el9_2.12.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-drac5@4.10.0-43.el9_2.12?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-eaton-snmp-0:4.10.0-43.el9_2.12.noarch",
                "product": {
                  "name": "fence-agents-eaton-snmp-0:4.10.0-43.el9_2.12.noarch",
                  "product_id": "fence-agents-eaton-snmp-0:4.10.0-43.el9_2.12.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-eaton-snmp@4.10.0-43.el9_2.12?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-emerson-0:4.10.0-43.el9_2.12.noarch",
                "product": {
                  "name": "fence-agents-emerson-0:4.10.0-43.el9_2.12.noarch",
                  "product_id": "fence-agents-emerson-0:4.10.0-43.el9_2.12.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-emerson@4.10.0-43.el9_2.12?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-eps-0:4.10.0-43.el9_2.12.noarch",
                "product": {
                  "name": "fence-agents-eps-0:4.10.0-43.el9_2.12.noarch",
                  "product_id": "fence-agents-eps-0:4.10.0-43.el9_2.12.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-eps@4.10.0-43.el9_2.12?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-heuristics-ping-0:4.10.0-43.el9_2.12.noarch",
                "product": {
                  "name": "fence-agents-heuristics-ping-0:4.10.0-43.el9_2.12.noarch",
                  "product_id": "fence-agents-heuristics-ping-0:4.10.0-43.el9_2.12.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-heuristics-ping@4.10.0-43.el9_2.12?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-hpblade-0:4.10.0-43.el9_2.12.noarch",
                "product": {
                  "name": "fence-agents-hpblade-0:4.10.0-43.el9_2.12.noarch",
                  "product_id": "fence-agents-hpblade-0:4.10.0-43.el9_2.12.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-hpblade@4.10.0-43.el9_2.12?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-ibmblade-0:4.10.0-43.el9_2.12.noarch",
                "product": {
                  "name": "fence-agents-ibmblade-0:4.10.0-43.el9_2.12.noarch",
                  "product_id": "fence-agents-ibmblade-0:4.10.0-43.el9_2.12.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-ibmblade@4.10.0-43.el9_2.12?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-ifmib-0:4.10.0-43.el9_2.12.noarch",
                "product": {
                  "name": "fence-agents-ifmib-0:4.10.0-43.el9_2.12.noarch",
                  "product_id": "fence-agents-ifmib-0:4.10.0-43.el9_2.12.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-ifmib@4.10.0-43.el9_2.12?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-ilo-moonshot-0:4.10.0-43.el9_2.12.noarch",
                "product": {
                  "name": "fence-agents-ilo-moonshot-0:4.10.0-43.el9_2.12.noarch",
                  "product_id": "fence-agents-ilo-moonshot-0:4.10.0-43.el9_2.12.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-ilo-moonshot@4.10.0-43.el9_2.12?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-ilo-mp-0:4.10.0-43.el9_2.12.noarch",
                "product": {
                  "name": "fence-agents-ilo-mp-0:4.10.0-43.el9_2.12.noarch",
                  "product_id": "fence-agents-ilo-mp-0:4.10.0-43.el9_2.12.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-ilo-mp@4.10.0-43.el9_2.12?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-ilo-ssh-0:4.10.0-43.el9_2.12.noarch",
                "product": {
                  "name": "fence-agents-ilo-ssh-0:4.10.0-43.el9_2.12.noarch",
                  "product_id": "fence-agents-ilo-ssh-0:4.10.0-43.el9_2.12.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-ilo-ssh@4.10.0-43.el9_2.12?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-ilo2-0:4.10.0-43.el9_2.12.noarch",
                "product": {
                  "name": "fence-agents-ilo2-0:4.10.0-43.el9_2.12.noarch",
                  "product_id": "fence-agents-ilo2-0:4.10.0-43.el9_2.12.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-ilo2@4.10.0-43.el9_2.12?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-intelmodular-0:4.10.0-43.el9_2.12.noarch",
                "product": {
                  "name": "fence-agents-intelmodular-0:4.10.0-43.el9_2.12.noarch",
                  "product_id": "fence-agents-intelmodular-0:4.10.0-43.el9_2.12.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-intelmodular@4.10.0-43.el9_2.12?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-ipdu-0:4.10.0-43.el9_2.12.noarch",
                "product": {
                  "name": "fence-agents-ipdu-0:4.10.0-43.el9_2.12.noarch",
                  "product_id": "fence-agents-ipdu-0:4.10.0-43.el9_2.12.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-ipdu@4.10.0-43.el9_2.12?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-ipmilan-0:4.10.0-43.el9_2.12.noarch",
                "product": {
                  "name": "fence-agents-ipmilan-0:4.10.0-43.el9_2.12.noarch",
                  "product_id": "fence-agents-ipmilan-0:4.10.0-43.el9_2.12.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-ipmilan@4.10.0-43.el9_2.12?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-lpar-0:4.10.0-43.el9_2.12.noarch",
                "product": {
                  "name": "fence-agents-lpar-0:4.10.0-43.el9_2.12.noarch",
                  "product_id": "fence-agents-lpar-0:4.10.0-43.el9_2.12.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-lpar@4.10.0-43.el9_2.12?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-mpath-0:4.10.0-43.el9_2.12.noarch",
                "product": {
                  "name": "fence-agents-mpath-0:4.10.0-43.el9_2.12.noarch",
                  "product_id": "fence-agents-mpath-0:4.10.0-43.el9_2.12.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-mpath@4.10.0-43.el9_2.12?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-rhevm-0:4.10.0-43.el9_2.12.noarch",
                "product": {
                  "name": "fence-agents-rhevm-0:4.10.0-43.el9_2.12.noarch",
                  "product_id": "fence-agents-rhevm-0:4.10.0-43.el9_2.12.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-rhevm@4.10.0-43.el9_2.12?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-rsa-0:4.10.0-43.el9_2.12.noarch",
                "product": {
                  "name": "fence-agents-rsa-0:4.10.0-43.el9_2.12.noarch",
                  "product_id": "fence-agents-rsa-0:4.10.0-43.el9_2.12.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-rsa@4.10.0-43.el9_2.12?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-rsb-0:4.10.0-43.el9_2.12.noarch",
                "product": {
                  "name": "fence-agents-rsb-0:4.10.0-43.el9_2.12.noarch",
                  "product_id": "fence-agents-rsb-0:4.10.0-43.el9_2.12.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-rsb@4.10.0-43.el9_2.12?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-sbd-0:4.10.0-43.el9_2.12.noarch",
                "product": {
                  "name": "fence-agents-sbd-0:4.10.0-43.el9_2.12.noarch",
                  "product_id": "fence-agents-sbd-0:4.10.0-43.el9_2.12.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-sbd@4.10.0-43.el9_2.12?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-scsi-0:4.10.0-43.el9_2.12.noarch",
                "product": {
                  "name": "fence-agents-scsi-0:4.10.0-43.el9_2.12.noarch",
                  "product_id": "fence-agents-scsi-0:4.10.0-43.el9_2.12.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-scsi@4.10.0-43.el9_2.12?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-vmware-rest-0:4.10.0-43.el9_2.12.noarch",
                "product": {
                  "name": "fence-agents-vmware-rest-0:4.10.0-43.el9_2.12.noarch",
                  "product_id": "fence-agents-vmware-rest-0:4.10.0-43.el9_2.12.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-vmware-rest@4.10.0-43.el9_2.12?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-vmware-soap-0:4.10.0-43.el9_2.12.noarch",
                "product": {
                  "name": "fence-agents-vmware-soap-0:4.10.0-43.el9_2.12.noarch",
                  "product_id": "fence-agents-vmware-soap-0:4.10.0-43.el9_2.12.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-vmware-soap@4.10.0-43.el9_2.12?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-wti-0:4.10.0-43.el9_2.12.noarch",
                "product": {
                  "name": "fence-agents-wti-0:4.10.0-43.el9_2.12.noarch",
                  "product_id": "fence-agents-wti-0:4.10.0-43.el9_2.12.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-wti@4.10.0-43.el9_2.12?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-common-0:4.10.0-43.el9_2.12.noarch",
                "product": {
                  "name": "fence-agents-common-0:4.10.0-43.el9_2.12.noarch",
                  "product_id": "fence-agents-common-0:4.10.0-43.el9_2.12.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-common@4.10.0-43.el9_2.12?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-ibm-powervs-0:4.10.0-43.el9_2.12.noarch",
                "product": {
                  "name": "fence-agents-ibm-powervs-0:4.10.0-43.el9_2.12.noarch",
                  "product_id": "fence-agents-ibm-powervs-0:4.10.0-43.el9_2.12.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-ibm-powervs@4.10.0-43.el9_2.12?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-ibm-vpc-0:4.10.0-43.el9_2.12.noarch",
                "product": {
                  "name": "fence-agents-ibm-vpc-0:4.10.0-43.el9_2.12.noarch",
                  "product_id": "fence-agents-ibm-vpc-0:4.10.0-43.el9_2.12.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-ibm-vpc@4.10.0-43.el9_2.12?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-virsh-0:4.10.0-43.el9_2.12.noarch",
                "product": {
                  "name": "fence-agents-virsh-0:4.10.0-43.el9_2.12.noarch",
                  "product_id": "fence-agents-virsh-0:4.10.0-43.el9_2.12.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-virsh@4.10.0-43.el9_2.12?arch=noarch"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "noarch"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "fence-agents-0:4.10.0-43.el9_2.12.src",
                "product": {
                  "name": "fence-agents-0:4.10.0-43.el9_2.12.src",
                  "product_id": "fence-agents-0:4.10.0-43.el9_2.12.src",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents@4.10.0-43.el9_2.12?arch=src"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "src"
          }
        ],
        "category": "vendor",
        "name": "Red Hat"
      }
    ],
    "relationships": [
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-0:4.10.0-43.el9_2.12.src as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-0:4.10.0-43.el9_2.12.src"
        },
        "product_reference": "fence-agents-0:4.10.0-43.el9_2.12.src",
        "relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-aliyun-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-aliyun-0:4.10.0-43.el9_2.12.x86_64"
        },
        "product_reference": "fence-agents-aliyun-0:4.10.0-43.el9_2.12.x86_64",
        "relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-all-0:4.10.0-43.el9_2.12.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.12.aarch64"
        },
        "product_reference": "fence-agents-all-0:4.10.0-43.el9_2.12.aarch64",
        "relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-all-0:4.10.0-43.el9_2.12.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.12.ppc64le"
        },
        "product_reference": "fence-agents-all-0:4.10.0-43.el9_2.12.ppc64le",
        "relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-all-0:4.10.0-43.el9_2.12.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.12.s390x"
        },
        "product_reference": "fence-agents-all-0:4.10.0-43.el9_2.12.s390x",
        "relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-all-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.12.x86_64"
        },
        "product_reference": "fence-agents-all-0:4.10.0-43.el9_2.12.x86_64",
        "relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-amt-ws-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-amt-ws-0:4.10.0-43.el9_2.12.noarch"
        },
        "product_reference": "fence-agents-amt-ws-0:4.10.0-43.el9_2.12.noarch",
        "relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-apc-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-apc-0:4.10.0-43.el9_2.12.noarch"
        },
        "product_reference": "fence-agents-apc-0:4.10.0-43.el9_2.12.noarch",
        "relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-apc-snmp-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-apc-snmp-0:4.10.0-43.el9_2.12.noarch"
        },
        "product_reference": "fence-agents-apc-snmp-0:4.10.0-43.el9_2.12.noarch",
        "relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-aws-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-aws-0:4.10.0-43.el9_2.12.x86_64"
        },
        "product_reference": "fence-agents-aws-0:4.10.0-43.el9_2.12.x86_64",
        "relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-azure-arm-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-azure-arm-0:4.10.0-43.el9_2.12.x86_64"
        },
        "product_reference": "fence-agents-azure-arm-0:4.10.0-43.el9_2.12.x86_64",
        "relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-bladecenter-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-bladecenter-0:4.10.0-43.el9_2.12.noarch"
        },
        "product_reference": "fence-agents-bladecenter-0:4.10.0-43.el9_2.12.noarch",
        "relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-brocade-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-brocade-0:4.10.0-43.el9_2.12.noarch"
        },
        "product_reference": "fence-agents-brocade-0:4.10.0-43.el9_2.12.noarch",
        "relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-cisco-mds-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-cisco-mds-0:4.10.0-43.el9_2.12.noarch"
        },
        "product_reference": "fence-agents-cisco-mds-0:4.10.0-43.el9_2.12.noarch",
        "relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-cisco-ucs-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-cisco-ucs-0:4.10.0-43.el9_2.12.noarch"
        },
        "product_reference": "fence-agents-cisco-ucs-0:4.10.0-43.el9_2.12.noarch",
        "relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-common-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-common-0:4.10.0-43.el9_2.12.noarch"
        },
        "product_reference": "fence-agents-common-0:4.10.0-43.el9_2.12.noarch",
        "relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-compute-0:4.10.0-43.el9_2.12.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.12.ppc64le"
        },
        "product_reference": "fence-agents-compute-0:4.10.0-43.el9_2.12.ppc64le",
        "relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-compute-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.12.x86_64"
        },
        "product_reference": "fence-agents-compute-0:4.10.0-43.el9_2.12.x86_64",
        "relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-debuginfo-0:4.10.0-43.el9_2.12.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.12.aarch64"
        },
        "product_reference": "fence-agents-debuginfo-0:4.10.0-43.el9_2.12.aarch64",
        "relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-debuginfo-0:4.10.0-43.el9_2.12.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.12.ppc64le"
        },
        "product_reference": "fence-agents-debuginfo-0:4.10.0-43.el9_2.12.ppc64le",
        "relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-debuginfo-0:4.10.0-43.el9_2.12.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.12.s390x"
        },
        "product_reference": "fence-agents-debuginfo-0:4.10.0-43.el9_2.12.s390x",
        "relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-debuginfo-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.12.x86_64"
        },
        "product_reference": "fence-agents-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
        "relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-debugsource-0:4.10.0-43.el9_2.12.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.12.aarch64"
        },
        "product_reference": "fence-agents-debugsource-0:4.10.0-43.el9_2.12.aarch64",
        "relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-debugsource-0:4.10.0-43.el9_2.12.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.12.ppc64le"
        },
        "product_reference": "fence-agents-debugsource-0:4.10.0-43.el9_2.12.ppc64le",
        "relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-debugsource-0:4.10.0-43.el9_2.12.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.12.s390x"
        },
        "product_reference": "fence-agents-debugsource-0:4.10.0-43.el9_2.12.s390x",
        "relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-debugsource-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.12.x86_64"
        },
        "product_reference": "fence-agents-debugsource-0:4.10.0-43.el9_2.12.x86_64",
        "relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-drac5-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-drac5-0:4.10.0-43.el9_2.12.noarch"
        },
        "product_reference": "fence-agents-drac5-0:4.10.0-43.el9_2.12.noarch",
        "relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-eaton-snmp-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-eaton-snmp-0:4.10.0-43.el9_2.12.noarch"
        },
        "product_reference": "fence-agents-eaton-snmp-0:4.10.0-43.el9_2.12.noarch",
        "relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-emerson-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-emerson-0:4.10.0-43.el9_2.12.noarch"
        },
        "product_reference": "fence-agents-emerson-0:4.10.0-43.el9_2.12.noarch",
        "relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-eps-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-eps-0:4.10.0-43.el9_2.12.noarch"
        },
        "product_reference": "fence-agents-eps-0:4.10.0-43.el9_2.12.noarch",
        "relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-gce-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-gce-0:4.10.0-43.el9_2.12.x86_64"
        },
        "product_reference": "fence-agents-gce-0:4.10.0-43.el9_2.12.x86_64",
        "relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-heuristics-ping-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-heuristics-ping-0:4.10.0-43.el9_2.12.noarch"
        },
        "product_reference": "fence-agents-heuristics-ping-0:4.10.0-43.el9_2.12.noarch",
        "relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-hpblade-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-hpblade-0:4.10.0-43.el9_2.12.noarch"
        },
        "product_reference": "fence-agents-hpblade-0:4.10.0-43.el9_2.12.noarch",
        "relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-ibm-powervs-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-ibm-powervs-0:4.10.0-43.el9_2.12.noarch"
        },
        "product_reference": "fence-agents-ibm-powervs-0:4.10.0-43.el9_2.12.noarch",
        "relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-ibm-vpc-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-ibm-vpc-0:4.10.0-43.el9_2.12.noarch"
        },
        "product_reference": "fence-agents-ibm-vpc-0:4.10.0-43.el9_2.12.noarch",
        "relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-ibmblade-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-ibmblade-0:4.10.0-43.el9_2.12.noarch"
        },
        "product_reference": "fence-agents-ibmblade-0:4.10.0-43.el9_2.12.noarch",
        "relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-ifmib-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-ifmib-0:4.10.0-43.el9_2.12.noarch"
        },
        "product_reference": "fence-agents-ifmib-0:4.10.0-43.el9_2.12.noarch",
        "relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-ilo-moonshot-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-ilo-moonshot-0:4.10.0-43.el9_2.12.noarch"
        },
        "product_reference": "fence-agents-ilo-moonshot-0:4.10.0-43.el9_2.12.noarch",
        "relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-ilo-mp-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-ilo-mp-0:4.10.0-43.el9_2.12.noarch"
        },
        "product_reference": "fence-agents-ilo-mp-0:4.10.0-43.el9_2.12.noarch",
        "relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-ilo-ssh-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-ilo-ssh-0:4.10.0-43.el9_2.12.noarch"
        },
        "product_reference": "fence-agents-ilo-ssh-0:4.10.0-43.el9_2.12.noarch",
        "relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-ilo2-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-ilo2-0:4.10.0-43.el9_2.12.noarch"
        },
        "product_reference": "fence-agents-ilo2-0:4.10.0-43.el9_2.12.noarch",
        "relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-intelmodular-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-intelmodular-0:4.10.0-43.el9_2.12.noarch"
        },
        "product_reference": "fence-agents-intelmodular-0:4.10.0-43.el9_2.12.noarch",
        "relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-ipdu-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-ipdu-0:4.10.0-43.el9_2.12.noarch"
        },
        "product_reference": "fence-agents-ipdu-0:4.10.0-43.el9_2.12.noarch",
        "relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-ipmilan-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-ipmilan-0:4.10.0-43.el9_2.12.noarch"
        },
        "product_reference": "fence-agents-ipmilan-0:4.10.0-43.el9_2.12.noarch",
        "relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kdump-0:4.10.0-43.el9_2.12.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.12.aarch64"
        },
        "product_reference": "fence-agents-kdump-0:4.10.0-43.el9_2.12.aarch64",
        "relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kdump-0:4.10.0-43.el9_2.12.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.12.ppc64le"
        },
        "product_reference": "fence-agents-kdump-0:4.10.0-43.el9_2.12.ppc64le",
        "relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kdump-0:4.10.0-43.el9_2.12.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.12.s390x"
        },
        "product_reference": "fence-agents-kdump-0:4.10.0-43.el9_2.12.s390x",
        "relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kdump-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.12.x86_64"
        },
        "product_reference": "fence-agents-kdump-0:4.10.0-43.el9_2.12.x86_64",
        "relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.aarch64"
        },
        "product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.aarch64",
        "relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.ppc64le"
        },
        "product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.ppc64le",
        "relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.s390x"
        },
        "product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.s390x",
        "relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.x86_64"
        },
        "product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
        "relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kubevirt-0:4.10.0-43.el9_2.12.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.12.aarch64"
        },
        "product_reference": "fence-agents-kubevirt-0:4.10.0-43.el9_2.12.aarch64",
        "relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kubevirt-0:4.10.0-43.el9_2.12.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.12.ppc64le"
        },
        "product_reference": "fence-agents-kubevirt-0:4.10.0-43.el9_2.12.ppc64le",
        "relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kubevirt-0:4.10.0-43.el9_2.12.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.12.s390x"
        },
        "product_reference": "fence-agents-kubevirt-0:4.10.0-43.el9_2.12.s390x",
        "relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kubevirt-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.12.x86_64"
        },
        "product_reference": "fence-agents-kubevirt-0:4.10.0-43.el9_2.12.x86_64",
        "relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.aarch64"
        },
        "product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.aarch64",
        "relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.ppc64le"
        },
        "product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.ppc64le",
        "relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.s390x"
        },
        "product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.s390x",
        "relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.x86_64"
        },
        "product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
        "relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-lpar-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-lpar-0:4.10.0-43.el9_2.12.noarch"
        },
        "product_reference": "fence-agents-lpar-0:4.10.0-43.el9_2.12.noarch",
        "relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-mpath-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-mpath-0:4.10.0-43.el9_2.12.noarch"
        },
        "product_reference": "fence-agents-mpath-0:4.10.0-43.el9_2.12.noarch",
        "relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-openstack-0:4.10.0-43.el9_2.12.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.12.ppc64le"
        },
        "product_reference": "fence-agents-openstack-0:4.10.0-43.el9_2.12.ppc64le",
        "relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-openstack-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.12.x86_64"
        },
        "product_reference": "fence-agents-openstack-0:4.10.0-43.el9_2.12.x86_64",
        "relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-redfish-0:4.10.0-43.el9_2.12.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.12.aarch64"
        },
        "product_reference": "fence-agents-redfish-0:4.10.0-43.el9_2.12.aarch64",
        "relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-redfish-0:4.10.0-43.el9_2.12.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.12.ppc64le"
        },
        "product_reference": "fence-agents-redfish-0:4.10.0-43.el9_2.12.ppc64le",
        "relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-redfish-0:4.10.0-43.el9_2.12.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.12.s390x"
        },
        "product_reference": "fence-agents-redfish-0:4.10.0-43.el9_2.12.s390x",
        "relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-redfish-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.12.x86_64"
        },
        "product_reference": "fence-agents-redfish-0:4.10.0-43.el9_2.12.x86_64",
        "relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-rhevm-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-rhevm-0:4.10.0-43.el9_2.12.noarch"
        },
        "product_reference": "fence-agents-rhevm-0:4.10.0-43.el9_2.12.noarch",
        "relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-rsa-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-rsa-0:4.10.0-43.el9_2.12.noarch"
        },
        "product_reference": "fence-agents-rsa-0:4.10.0-43.el9_2.12.noarch",
        "relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-rsb-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-rsb-0:4.10.0-43.el9_2.12.noarch"
        },
        "product_reference": "fence-agents-rsb-0:4.10.0-43.el9_2.12.noarch",
        "relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-sbd-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-sbd-0:4.10.0-43.el9_2.12.noarch"
        },
        "product_reference": "fence-agents-sbd-0:4.10.0-43.el9_2.12.noarch",
        "relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-scsi-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-scsi-0:4.10.0-43.el9_2.12.noarch"
        },
        "product_reference": "fence-agents-scsi-0:4.10.0-43.el9_2.12.noarch",
        "relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-virsh-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-virsh-0:4.10.0-43.el9_2.12.noarch"
        },
        "product_reference": "fence-agents-virsh-0:4.10.0-43.el9_2.12.noarch",
        "relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-vmware-rest-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-vmware-rest-0:4.10.0-43.el9_2.12.noarch"
        },
        "product_reference": "fence-agents-vmware-rest-0:4.10.0-43.el9_2.12.noarch",
        "relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-vmware-soap-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-vmware-soap-0:4.10.0-43.el9_2.12.noarch"
        },
        "product_reference": "fence-agents-vmware-soap-0:4.10.0-43.el9_2.12.noarch",
        "relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-wti-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-wti-0:4.10.0-43.el9_2.12.noarch"
        },
        "product_reference": "fence-agents-wti-0:4.10.0-43.el9_2.12.noarch",
        "relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-zvm-0:4.10.0-43.el9_2.12.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-zvm-0:4.10.0-43.el9_2.12.s390x"
        },
        "product_reference": "fence-agents-zvm-0:4.10.0-43.el9_2.12.s390x",
        "relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virt-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.EUS:fence-virt-0:4.10.0-43.el9_2.12.x86_64"
        },
        "product_reference": "fence-virt-0:4.10.0-43.el9_2.12.x86_64",
        "relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virt-debuginfo-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.EUS:fence-virt-debuginfo-0:4.10.0-43.el9_2.12.x86_64"
        },
        "product_reference": "fence-virt-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
        "relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virtd-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.EUS:fence-virtd-0:4.10.0-43.el9_2.12.x86_64"
        },
        "product_reference": "fence-virtd-0:4.10.0-43.el9_2.12.x86_64",
        "relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virtd-cpg-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.EUS:fence-virtd-cpg-0:4.10.0-43.el9_2.12.x86_64"
        },
        "product_reference": "fence-virtd-cpg-0:4.10.0-43.el9_2.12.x86_64",
        "relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virtd-cpg-debuginfo-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-43.el9_2.12.x86_64"
        },
        "product_reference": "fence-virtd-cpg-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
        "relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virtd-debuginfo-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.EUS:fence-virtd-debuginfo-0:4.10.0-43.el9_2.12.x86_64"
        },
        "product_reference": "fence-virtd-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
        "relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virtd-libvirt-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.EUS:fence-virtd-libvirt-0:4.10.0-43.el9_2.12.x86_64"
        },
        "product_reference": "fence-virtd-libvirt-0:4.10.0-43.el9_2.12.x86_64",
        "relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virtd-libvirt-debuginfo-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-43.el9_2.12.x86_64"
        },
        "product_reference": "fence-virtd-libvirt-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
        "relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virtd-multicast-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.EUS:fence-virtd-multicast-0:4.10.0-43.el9_2.12.x86_64"
        },
        "product_reference": "fence-virtd-multicast-0:4.10.0-43.el9_2.12.x86_64",
        "relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virtd-multicast-debuginfo-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-43.el9_2.12.x86_64"
        },
        "product_reference": "fence-virtd-multicast-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
        "relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virtd-serial-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.EUS:fence-virtd-serial-0:4.10.0-43.el9_2.12.x86_64"
        },
        "product_reference": "fence-virtd-serial-0:4.10.0-43.el9_2.12.x86_64",
        "relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virtd-serial-debuginfo-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.EUS:fence-virtd-serial-debuginfo-0:4.10.0-43.el9_2.12.x86_64"
        },
        "product_reference": "fence-virtd-serial-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
        "relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virtd-tcp-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.EUS:fence-virtd-tcp-0:4.10.0-43.el9_2.12.x86_64"
        },
        "product_reference": "fence-virtd-tcp-0:4.10.0-43.el9_2.12.x86_64",
        "relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virtd-tcp-debuginfo-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-43.el9_2.12.x86_64"
        },
        "product_reference": "fence-virtd-tcp-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
        "relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ha-cloud-support-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.EUS:ha-cloud-support-0:4.10.0-43.el9_2.12.x86_64"
        },
        "product_reference": "ha-cloud-support-0:4.10.0-43.el9_2.12.x86_64",
        "relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ha-cloud-support-debuginfo-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.EUS:ha-cloud-support-debuginfo-0:4.10.0-43.el9_2.12.x86_64"
        },
        "product_reference": "ha-cloud-support-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
        "relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-0:4.10.0-43.el9_2.12.src as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
          "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-0:4.10.0-43.el9_2.12.src"
        },
        "product_reference": "fence-agents-0:4.10.0-43.el9_2.12.src",
        "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-aliyun-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
          "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-aliyun-0:4.10.0-43.el9_2.12.x86_64"
        },
        "product_reference": "fence-agents-aliyun-0:4.10.0-43.el9_2.12.x86_64",
        "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-all-0:4.10.0-43.el9_2.12.aarch64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
          "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.12.aarch64"
        },
        "product_reference": "fence-agents-all-0:4.10.0-43.el9_2.12.aarch64",
        "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-all-0:4.10.0-43.el9_2.12.ppc64le as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
          "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.12.ppc64le"
        },
        "product_reference": "fence-agents-all-0:4.10.0-43.el9_2.12.ppc64le",
        "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-all-0:4.10.0-43.el9_2.12.s390x as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
          "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.12.s390x"
        },
        "product_reference": "fence-agents-all-0:4.10.0-43.el9_2.12.s390x",
        "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-all-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
          "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.12.x86_64"
        },
        "product_reference": "fence-agents-all-0:4.10.0-43.el9_2.12.x86_64",
        "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-amt-ws-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
          "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-amt-ws-0:4.10.0-43.el9_2.12.noarch"
        },
        "product_reference": "fence-agents-amt-ws-0:4.10.0-43.el9_2.12.noarch",
        "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-apc-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
          "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-apc-0:4.10.0-43.el9_2.12.noarch"
        },
        "product_reference": "fence-agents-apc-0:4.10.0-43.el9_2.12.noarch",
        "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-apc-snmp-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
          "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-apc-snmp-0:4.10.0-43.el9_2.12.noarch"
        },
        "product_reference": "fence-agents-apc-snmp-0:4.10.0-43.el9_2.12.noarch",
        "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-aws-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
          "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-aws-0:4.10.0-43.el9_2.12.x86_64"
        },
        "product_reference": "fence-agents-aws-0:4.10.0-43.el9_2.12.x86_64",
        "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-azure-arm-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
          "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-azure-arm-0:4.10.0-43.el9_2.12.x86_64"
        },
        "product_reference": "fence-agents-azure-arm-0:4.10.0-43.el9_2.12.x86_64",
        "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-bladecenter-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
          "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-bladecenter-0:4.10.0-43.el9_2.12.noarch"
        },
        "product_reference": "fence-agents-bladecenter-0:4.10.0-43.el9_2.12.noarch",
        "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-brocade-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
          "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-brocade-0:4.10.0-43.el9_2.12.noarch"
        },
        "product_reference": "fence-agents-brocade-0:4.10.0-43.el9_2.12.noarch",
        "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-cisco-mds-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
          "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-cisco-mds-0:4.10.0-43.el9_2.12.noarch"
        },
        "product_reference": "fence-agents-cisco-mds-0:4.10.0-43.el9_2.12.noarch",
        "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-cisco-ucs-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
          "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-cisco-ucs-0:4.10.0-43.el9_2.12.noarch"
        },
        "product_reference": "fence-agents-cisco-ucs-0:4.10.0-43.el9_2.12.noarch",
        "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-common-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
          "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-common-0:4.10.0-43.el9_2.12.noarch"
        },
        "product_reference": "fence-agents-common-0:4.10.0-43.el9_2.12.noarch",
        "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-compute-0:4.10.0-43.el9_2.12.ppc64le as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
          "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.12.ppc64le"
        },
        "product_reference": "fence-agents-compute-0:4.10.0-43.el9_2.12.ppc64le",
        "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-compute-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
          "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.12.x86_64"
        },
        "product_reference": "fence-agents-compute-0:4.10.0-43.el9_2.12.x86_64",
        "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-debuginfo-0:4.10.0-43.el9_2.12.aarch64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
          "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.12.aarch64"
        },
        "product_reference": "fence-agents-debuginfo-0:4.10.0-43.el9_2.12.aarch64",
        "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-debuginfo-0:4.10.0-43.el9_2.12.ppc64le as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
          "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.12.ppc64le"
        },
        "product_reference": "fence-agents-debuginfo-0:4.10.0-43.el9_2.12.ppc64le",
        "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-debuginfo-0:4.10.0-43.el9_2.12.s390x as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
          "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.12.s390x"
        },
        "product_reference": "fence-agents-debuginfo-0:4.10.0-43.el9_2.12.s390x",
        "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-debuginfo-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
          "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.12.x86_64"
        },
        "product_reference": "fence-agents-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
        "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-debugsource-0:4.10.0-43.el9_2.12.aarch64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
          "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.12.aarch64"
        },
        "product_reference": "fence-agents-debugsource-0:4.10.0-43.el9_2.12.aarch64",
        "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-debugsource-0:4.10.0-43.el9_2.12.ppc64le as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
          "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.12.ppc64le"
        },
        "product_reference": "fence-agents-debugsource-0:4.10.0-43.el9_2.12.ppc64le",
        "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-debugsource-0:4.10.0-43.el9_2.12.s390x as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
          "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.12.s390x"
        },
        "product_reference": "fence-agents-debugsource-0:4.10.0-43.el9_2.12.s390x",
        "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-debugsource-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
          "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.12.x86_64"
        },
        "product_reference": "fence-agents-debugsource-0:4.10.0-43.el9_2.12.x86_64",
        "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-drac5-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
          "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-drac5-0:4.10.0-43.el9_2.12.noarch"
        },
        "product_reference": "fence-agents-drac5-0:4.10.0-43.el9_2.12.noarch",
        "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-eaton-snmp-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
          "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-eaton-snmp-0:4.10.0-43.el9_2.12.noarch"
        },
        "product_reference": "fence-agents-eaton-snmp-0:4.10.0-43.el9_2.12.noarch",
        "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-emerson-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
          "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-emerson-0:4.10.0-43.el9_2.12.noarch"
        },
        "product_reference": "fence-agents-emerson-0:4.10.0-43.el9_2.12.noarch",
        "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-eps-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
          "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-eps-0:4.10.0-43.el9_2.12.noarch"
        },
        "product_reference": "fence-agents-eps-0:4.10.0-43.el9_2.12.noarch",
        "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-gce-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
          "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-gce-0:4.10.0-43.el9_2.12.x86_64"
        },
        "product_reference": "fence-agents-gce-0:4.10.0-43.el9_2.12.x86_64",
        "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-heuristics-ping-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
          "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-heuristics-ping-0:4.10.0-43.el9_2.12.noarch"
        },
        "product_reference": "fence-agents-heuristics-ping-0:4.10.0-43.el9_2.12.noarch",
        "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-hpblade-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
          "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-hpblade-0:4.10.0-43.el9_2.12.noarch"
        },
        "product_reference": "fence-agents-hpblade-0:4.10.0-43.el9_2.12.noarch",
        "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-ibm-powervs-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
          "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-ibm-powervs-0:4.10.0-43.el9_2.12.noarch"
        },
        "product_reference": "fence-agents-ibm-powervs-0:4.10.0-43.el9_2.12.noarch",
        "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-ibm-vpc-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
          "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-ibm-vpc-0:4.10.0-43.el9_2.12.noarch"
        },
        "product_reference": "fence-agents-ibm-vpc-0:4.10.0-43.el9_2.12.noarch",
        "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-ibmblade-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
          "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-ibmblade-0:4.10.0-43.el9_2.12.noarch"
        },
        "product_reference": "fence-agents-ibmblade-0:4.10.0-43.el9_2.12.noarch",
        "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-ifmib-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
          "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-ifmib-0:4.10.0-43.el9_2.12.noarch"
        },
        "product_reference": "fence-agents-ifmib-0:4.10.0-43.el9_2.12.noarch",
        "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-ilo-moonshot-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
          "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-ilo-moonshot-0:4.10.0-43.el9_2.12.noarch"
        },
        "product_reference": "fence-agents-ilo-moonshot-0:4.10.0-43.el9_2.12.noarch",
        "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-ilo-mp-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
          "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-ilo-mp-0:4.10.0-43.el9_2.12.noarch"
        },
        "product_reference": "fence-agents-ilo-mp-0:4.10.0-43.el9_2.12.noarch",
        "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-ilo-ssh-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
          "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-ilo-ssh-0:4.10.0-43.el9_2.12.noarch"
        },
        "product_reference": "fence-agents-ilo-ssh-0:4.10.0-43.el9_2.12.noarch",
        "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-ilo2-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
          "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-ilo2-0:4.10.0-43.el9_2.12.noarch"
        },
        "product_reference": "fence-agents-ilo2-0:4.10.0-43.el9_2.12.noarch",
        "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-intelmodular-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
          "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-intelmodular-0:4.10.0-43.el9_2.12.noarch"
        },
        "product_reference": "fence-agents-intelmodular-0:4.10.0-43.el9_2.12.noarch",
        "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-ipdu-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
          "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-ipdu-0:4.10.0-43.el9_2.12.noarch"
        },
        "product_reference": "fence-agents-ipdu-0:4.10.0-43.el9_2.12.noarch",
        "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-ipmilan-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
          "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-ipmilan-0:4.10.0-43.el9_2.12.noarch"
        },
        "product_reference": "fence-agents-ipmilan-0:4.10.0-43.el9_2.12.noarch",
        "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kdump-0:4.10.0-43.el9_2.12.aarch64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
          "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.12.aarch64"
        },
        "product_reference": "fence-agents-kdump-0:4.10.0-43.el9_2.12.aarch64",
        "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kdump-0:4.10.0-43.el9_2.12.ppc64le as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
          "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.12.ppc64le"
        },
        "product_reference": "fence-agents-kdump-0:4.10.0-43.el9_2.12.ppc64le",
        "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kdump-0:4.10.0-43.el9_2.12.s390x as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
          "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.12.s390x"
        },
        "product_reference": "fence-agents-kdump-0:4.10.0-43.el9_2.12.s390x",
        "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kdump-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
          "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.12.x86_64"
        },
        "product_reference": "fence-agents-kdump-0:4.10.0-43.el9_2.12.x86_64",
        "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.aarch64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
          "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.aarch64"
        },
        "product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.aarch64",
        "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.ppc64le as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
          "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.ppc64le"
        },
        "product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.ppc64le",
        "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.s390x as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
          "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.s390x"
        },
        "product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.s390x",
        "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
          "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.x86_64"
        },
        "product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
        "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kubevirt-0:4.10.0-43.el9_2.12.aarch64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
          "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.12.aarch64"
        },
        "product_reference": "fence-agents-kubevirt-0:4.10.0-43.el9_2.12.aarch64",
        "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kubevirt-0:4.10.0-43.el9_2.12.ppc64le as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
          "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.12.ppc64le"
        },
        "product_reference": "fence-agents-kubevirt-0:4.10.0-43.el9_2.12.ppc64le",
        "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kubevirt-0:4.10.0-43.el9_2.12.s390x as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
          "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.12.s390x"
        },
        "product_reference": "fence-agents-kubevirt-0:4.10.0-43.el9_2.12.s390x",
        "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kubevirt-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
          "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.12.x86_64"
        },
        "product_reference": "fence-agents-kubevirt-0:4.10.0-43.el9_2.12.x86_64",
        "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.aarch64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
          "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.aarch64"
        },
        "product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.aarch64",
        "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.ppc64le as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
          "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.ppc64le"
        },
        "product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.ppc64le",
        "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.s390x as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
          "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.s390x"
        },
        "product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.s390x",
        "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
          "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.x86_64"
        },
        "product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
        "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-lpar-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
          "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-lpar-0:4.10.0-43.el9_2.12.noarch"
        },
        "product_reference": "fence-agents-lpar-0:4.10.0-43.el9_2.12.noarch",
        "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-mpath-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
          "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-mpath-0:4.10.0-43.el9_2.12.noarch"
        },
        "product_reference": "fence-agents-mpath-0:4.10.0-43.el9_2.12.noarch",
        "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-openstack-0:4.10.0-43.el9_2.12.ppc64le as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
          "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.12.ppc64le"
        },
        "product_reference": "fence-agents-openstack-0:4.10.0-43.el9_2.12.ppc64le",
        "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-openstack-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
          "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.12.x86_64"
        },
        "product_reference": "fence-agents-openstack-0:4.10.0-43.el9_2.12.x86_64",
        "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-redfish-0:4.10.0-43.el9_2.12.aarch64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
          "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.12.aarch64"
        },
        "product_reference": "fence-agents-redfish-0:4.10.0-43.el9_2.12.aarch64",
        "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-redfish-0:4.10.0-43.el9_2.12.ppc64le as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
          "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.12.ppc64le"
        },
        "product_reference": "fence-agents-redfish-0:4.10.0-43.el9_2.12.ppc64le",
        "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-redfish-0:4.10.0-43.el9_2.12.s390x as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
          "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.12.s390x"
        },
        "product_reference": "fence-agents-redfish-0:4.10.0-43.el9_2.12.s390x",
        "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-redfish-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
          "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.12.x86_64"
        },
        "product_reference": "fence-agents-redfish-0:4.10.0-43.el9_2.12.x86_64",
        "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-rhevm-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
          "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-rhevm-0:4.10.0-43.el9_2.12.noarch"
        },
        "product_reference": "fence-agents-rhevm-0:4.10.0-43.el9_2.12.noarch",
        "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-rsa-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
          "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-rsa-0:4.10.0-43.el9_2.12.noarch"
        },
        "product_reference": "fence-agents-rsa-0:4.10.0-43.el9_2.12.noarch",
        "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-rsb-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
          "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-rsb-0:4.10.0-43.el9_2.12.noarch"
        },
        "product_reference": "fence-agents-rsb-0:4.10.0-43.el9_2.12.noarch",
        "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-sbd-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
          "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-sbd-0:4.10.0-43.el9_2.12.noarch"
        },
        "product_reference": "fence-agents-sbd-0:4.10.0-43.el9_2.12.noarch",
        "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-scsi-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
          "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-scsi-0:4.10.0-43.el9_2.12.noarch"
        },
        "product_reference": "fence-agents-scsi-0:4.10.0-43.el9_2.12.noarch",
        "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-virsh-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
          "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-virsh-0:4.10.0-43.el9_2.12.noarch"
        },
        "product_reference": "fence-agents-virsh-0:4.10.0-43.el9_2.12.noarch",
        "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-vmware-rest-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
          "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-vmware-rest-0:4.10.0-43.el9_2.12.noarch"
        },
        "product_reference": "fence-agents-vmware-rest-0:4.10.0-43.el9_2.12.noarch",
        "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-vmware-soap-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
          "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-vmware-soap-0:4.10.0-43.el9_2.12.noarch"
        },
        "product_reference": "fence-agents-vmware-soap-0:4.10.0-43.el9_2.12.noarch",
        "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-wti-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
          "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-wti-0:4.10.0-43.el9_2.12.noarch"
        },
        "product_reference": "fence-agents-wti-0:4.10.0-43.el9_2.12.noarch",
        "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-zvm-0:4.10.0-43.el9_2.12.s390x as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
          "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-zvm-0:4.10.0-43.el9_2.12.s390x"
        },
        "product_reference": "fence-agents-zvm-0:4.10.0-43.el9_2.12.s390x",
        "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virt-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
          "product_id": "HighAvailability-9.2.0.Z.EUS:fence-virt-0:4.10.0-43.el9_2.12.x86_64"
        },
        "product_reference": "fence-virt-0:4.10.0-43.el9_2.12.x86_64",
        "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virt-debuginfo-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
          "product_id": "HighAvailability-9.2.0.Z.EUS:fence-virt-debuginfo-0:4.10.0-43.el9_2.12.x86_64"
        },
        "product_reference": "fence-virt-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
        "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virtd-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
          "product_id": "HighAvailability-9.2.0.Z.EUS:fence-virtd-0:4.10.0-43.el9_2.12.x86_64"
        },
        "product_reference": "fence-virtd-0:4.10.0-43.el9_2.12.x86_64",
        "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virtd-cpg-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
          "product_id": "HighAvailability-9.2.0.Z.EUS:fence-virtd-cpg-0:4.10.0-43.el9_2.12.x86_64"
        },
        "product_reference": "fence-virtd-cpg-0:4.10.0-43.el9_2.12.x86_64",
        "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virtd-cpg-debuginfo-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
          "product_id": "HighAvailability-9.2.0.Z.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-43.el9_2.12.x86_64"
        },
        "product_reference": "fence-virtd-cpg-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
        "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virtd-debuginfo-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
          "product_id": "HighAvailability-9.2.0.Z.EUS:fence-virtd-debuginfo-0:4.10.0-43.el9_2.12.x86_64"
        },
        "product_reference": "fence-virtd-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
        "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virtd-libvirt-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
          "product_id": "HighAvailability-9.2.0.Z.EUS:fence-virtd-libvirt-0:4.10.0-43.el9_2.12.x86_64"
        },
        "product_reference": "fence-virtd-libvirt-0:4.10.0-43.el9_2.12.x86_64",
        "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virtd-libvirt-debuginfo-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
          "product_id": "HighAvailability-9.2.0.Z.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-43.el9_2.12.x86_64"
        },
        "product_reference": "fence-virtd-libvirt-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
        "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virtd-multicast-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
          "product_id": "HighAvailability-9.2.0.Z.EUS:fence-virtd-multicast-0:4.10.0-43.el9_2.12.x86_64"
        },
        "product_reference": "fence-virtd-multicast-0:4.10.0-43.el9_2.12.x86_64",
        "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virtd-multicast-debuginfo-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
          "product_id": "HighAvailability-9.2.0.Z.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-43.el9_2.12.x86_64"
        },
        "product_reference": "fence-virtd-multicast-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
        "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virtd-serial-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
          "product_id": "HighAvailability-9.2.0.Z.EUS:fence-virtd-serial-0:4.10.0-43.el9_2.12.x86_64"
        },
        "product_reference": "fence-virtd-serial-0:4.10.0-43.el9_2.12.x86_64",
        "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virtd-serial-debuginfo-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
          "product_id": "HighAvailability-9.2.0.Z.EUS:fence-virtd-serial-debuginfo-0:4.10.0-43.el9_2.12.x86_64"
        },
        "product_reference": "fence-virtd-serial-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
        "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virtd-tcp-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
          "product_id": "HighAvailability-9.2.0.Z.EUS:fence-virtd-tcp-0:4.10.0-43.el9_2.12.x86_64"
        },
        "product_reference": "fence-virtd-tcp-0:4.10.0-43.el9_2.12.x86_64",
        "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virtd-tcp-debuginfo-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
          "product_id": "HighAvailability-9.2.0.Z.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-43.el9_2.12.x86_64"
        },
        "product_reference": "fence-virtd-tcp-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
        "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ha-cloud-support-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
          "product_id": "HighAvailability-9.2.0.Z.EUS:ha-cloud-support-0:4.10.0-43.el9_2.12.x86_64"
        },
        "product_reference": "ha-cloud-support-0:4.10.0-43.el9_2.12.x86_64",
        "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ha-cloud-support-debuginfo-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
          "product_id": "HighAvailability-9.2.0.Z.EUS:ha-cloud-support-debuginfo-0:4.10.0-43.el9_2.12.x86_64"
        },
        "product_reference": "ha-cloud-support-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
        "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-0:4.10.0-43.el9_2.12.src as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
          "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-0:4.10.0-43.el9_2.12.src"
        },
        "product_reference": "fence-agents-0:4.10.0-43.el9_2.12.src",
        "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-aliyun-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
          "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-aliyun-0:4.10.0-43.el9_2.12.x86_64"
        },
        "product_reference": "fence-agents-aliyun-0:4.10.0-43.el9_2.12.x86_64",
        "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-all-0:4.10.0-43.el9_2.12.aarch64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
          "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.12.aarch64"
        },
        "product_reference": "fence-agents-all-0:4.10.0-43.el9_2.12.aarch64",
        "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-all-0:4.10.0-43.el9_2.12.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
          "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.12.ppc64le"
        },
        "product_reference": "fence-agents-all-0:4.10.0-43.el9_2.12.ppc64le",
        "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-all-0:4.10.0-43.el9_2.12.s390x as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
          "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.12.s390x"
        },
        "product_reference": "fence-agents-all-0:4.10.0-43.el9_2.12.s390x",
        "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-all-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
          "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.12.x86_64"
        },
        "product_reference": "fence-agents-all-0:4.10.0-43.el9_2.12.x86_64",
        "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-amt-ws-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
          "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-amt-ws-0:4.10.0-43.el9_2.12.noarch"
        },
        "product_reference": "fence-agents-amt-ws-0:4.10.0-43.el9_2.12.noarch",
        "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-apc-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
          "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-apc-0:4.10.0-43.el9_2.12.noarch"
        },
        "product_reference": "fence-agents-apc-0:4.10.0-43.el9_2.12.noarch",
        "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-apc-snmp-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
          "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-apc-snmp-0:4.10.0-43.el9_2.12.noarch"
        },
        "product_reference": "fence-agents-apc-snmp-0:4.10.0-43.el9_2.12.noarch",
        "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-aws-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
          "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-aws-0:4.10.0-43.el9_2.12.x86_64"
        },
        "product_reference": "fence-agents-aws-0:4.10.0-43.el9_2.12.x86_64",
        "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-azure-arm-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
          "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-azure-arm-0:4.10.0-43.el9_2.12.x86_64"
        },
        "product_reference": "fence-agents-azure-arm-0:4.10.0-43.el9_2.12.x86_64",
        "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-bladecenter-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
          "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-bladecenter-0:4.10.0-43.el9_2.12.noarch"
        },
        "product_reference": "fence-agents-bladecenter-0:4.10.0-43.el9_2.12.noarch",
        "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-brocade-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
          "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-brocade-0:4.10.0-43.el9_2.12.noarch"
        },
        "product_reference": "fence-agents-brocade-0:4.10.0-43.el9_2.12.noarch",
        "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-cisco-mds-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
          "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-cisco-mds-0:4.10.0-43.el9_2.12.noarch"
        },
        "product_reference": "fence-agents-cisco-mds-0:4.10.0-43.el9_2.12.noarch",
        "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-cisco-ucs-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
          "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-cisco-ucs-0:4.10.0-43.el9_2.12.noarch"
        },
        "product_reference": "fence-agents-cisco-ucs-0:4.10.0-43.el9_2.12.noarch",
        "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-common-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
          "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-common-0:4.10.0-43.el9_2.12.noarch"
        },
        "product_reference": "fence-agents-common-0:4.10.0-43.el9_2.12.noarch",
        "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-compute-0:4.10.0-43.el9_2.12.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
          "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.12.ppc64le"
        },
        "product_reference": "fence-agents-compute-0:4.10.0-43.el9_2.12.ppc64le",
        "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-compute-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
          "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.12.x86_64"
        },
        "product_reference": "fence-agents-compute-0:4.10.0-43.el9_2.12.x86_64",
        "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-debuginfo-0:4.10.0-43.el9_2.12.aarch64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
          "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.12.aarch64"
        },
        "product_reference": "fence-agents-debuginfo-0:4.10.0-43.el9_2.12.aarch64",
        "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-debuginfo-0:4.10.0-43.el9_2.12.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
          "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.12.ppc64le"
        },
        "product_reference": "fence-agents-debuginfo-0:4.10.0-43.el9_2.12.ppc64le",
        "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-debuginfo-0:4.10.0-43.el9_2.12.s390x as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
          "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.12.s390x"
        },
        "product_reference": "fence-agents-debuginfo-0:4.10.0-43.el9_2.12.s390x",
        "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-debuginfo-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
          "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.12.x86_64"
        },
        "product_reference": "fence-agents-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
        "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-debugsource-0:4.10.0-43.el9_2.12.aarch64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
          "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.12.aarch64"
        },
        "product_reference": "fence-agents-debugsource-0:4.10.0-43.el9_2.12.aarch64",
        "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-debugsource-0:4.10.0-43.el9_2.12.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
          "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.12.ppc64le"
        },
        "product_reference": "fence-agents-debugsource-0:4.10.0-43.el9_2.12.ppc64le",
        "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-debugsource-0:4.10.0-43.el9_2.12.s390x as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
          "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.12.s390x"
        },
        "product_reference": "fence-agents-debugsource-0:4.10.0-43.el9_2.12.s390x",
        "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-debugsource-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
          "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.12.x86_64"
        },
        "product_reference": "fence-agents-debugsource-0:4.10.0-43.el9_2.12.x86_64",
        "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-drac5-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
          "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-drac5-0:4.10.0-43.el9_2.12.noarch"
        },
        "product_reference": "fence-agents-drac5-0:4.10.0-43.el9_2.12.noarch",
        "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-eaton-snmp-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
          "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-eaton-snmp-0:4.10.0-43.el9_2.12.noarch"
        },
        "product_reference": "fence-agents-eaton-snmp-0:4.10.0-43.el9_2.12.noarch",
        "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-emerson-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
          "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-emerson-0:4.10.0-43.el9_2.12.noarch"
        },
        "product_reference": "fence-agents-emerson-0:4.10.0-43.el9_2.12.noarch",
        "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-eps-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
          "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-eps-0:4.10.0-43.el9_2.12.noarch"
        },
        "product_reference": "fence-agents-eps-0:4.10.0-43.el9_2.12.noarch",
        "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-gce-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
          "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-gce-0:4.10.0-43.el9_2.12.x86_64"
        },
        "product_reference": "fence-agents-gce-0:4.10.0-43.el9_2.12.x86_64",
        "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-heuristics-ping-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
          "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-heuristics-ping-0:4.10.0-43.el9_2.12.noarch"
        },
        "product_reference": "fence-agents-heuristics-ping-0:4.10.0-43.el9_2.12.noarch",
        "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-hpblade-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
          "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-hpblade-0:4.10.0-43.el9_2.12.noarch"
        },
        "product_reference": "fence-agents-hpblade-0:4.10.0-43.el9_2.12.noarch",
        "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-ibm-powervs-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
          "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-ibm-powervs-0:4.10.0-43.el9_2.12.noarch"
        },
        "product_reference": "fence-agents-ibm-powervs-0:4.10.0-43.el9_2.12.noarch",
        "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-ibm-vpc-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
          "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-ibm-vpc-0:4.10.0-43.el9_2.12.noarch"
        },
        "product_reference": "fence-agents-ibm-vpc-0:4.10.0-43.el9_2.12.noarch",
        "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-ibmblade-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
          "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-ibmblade-0:4.10.0-43.el9_2.12.noarch"
        },
        "product_reference": "fence-agents-ibmblade-0:4.10.0-43.el9_2.12.noarch",
        "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-ifmib-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
          "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-ifmib-0:4.10.0-43.el9_2.12.noarch"
        },
        "product_reference": "fence-agents-ifmib-0:4.10.0-43.el9_2.12.noarch",
        "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-ilo-moonshot-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
          "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-ilo-moonshot-0:4.10.0-43.el9_2.12.noarch"
        },
        "product_reference": "fence-agents-ilo-moonshot-0:4.10.0-43.el9_2.12.noarch",
        "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-ilo-mp-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
          "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-ilo-mp-0:4.10.0-43.el9_2.12.noarch"
        },
        "product_reference": "fence-agents-ilo-mp-0:4.10.0-43.el9_2.12.noarch",
        "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-ilo-ssh-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
          "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-ilo-ssh-0:4.10.0-43.el9_2.12.noarch"
        },
        "product_reference": "fence-agents-ilo-ssh-0:4.10.0-43.el9_2.12.noarch",
        "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-ilo2-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
          "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-ilo2-0:4.10.0-43.el9_2.12.noarch"
        },
        "product_reference": "fence-agents-ilo2-0:4.10.0-43.el9_2.12.noarch",
        "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-intelmodular-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
          "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-intelmodular-0:4.10.0-43.el9_2.12.noarch"
        },
        "product_reference": "fence-agents-intelmodular-0:4.10.0-43.el9_2.12.noarch",
        "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-ipdu-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
          "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-ipdu-0:4.10.0-43.el9_2.12.noarch"
        },
        "product_reference": "fence-agents-ipdu-0:4.10.0-43.el9_2.12.noarch",
        "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-ipmilan-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
          "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-ipmilan-0:4.10.0-43.el9_2.12.noarch"
        },
        "product_reference": "fence-agents-ipmilan-0:4.10.0-43.el9_2.12.noarch",
        "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kdump-0:4.10.0-43.el9_2.12.aarch64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
          "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.12.aarch64"
        },
        "product_reference": "fence-agents-kdump-0:4.10.0-43.el9_2.12.aarch64",
        "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kdump-0:4.10.0-43.el9_2.12.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
          "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.12.ppc64le"
        },
        "product_reference": "fence-agents-kdump-0:4.10.0-43.el9_2.12.ppc64le",
        "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kdump-0:4.10.0-43.el9_2.12.s390x as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
          "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.12.s390x"
        },
        "product_reference": "fence-agents-kdump-0:4.10.0-43.el9_2.12.s390x",
        "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kdump-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
          "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.12.x86_64"
        },
        "product_reference": "fence-agents-kdump-0:4.10.0-43.el9_2.12.x86_64",
        "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.aarch64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
          "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.aarch64"
        },
        "product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.aarch64",
        "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
          "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.ppc64le"
        },
        "product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.ppc64le",
        "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.s390x as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
          "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.s390x"
        },
        "product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.s390x",
        "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
          "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.x86_64"
        },
        "product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
        "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kubevirt-0:4.10.0-43.el9_2.12.aarch64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
          "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.12.aarch64"
        },
        "product_reference": "fence-agents-kubevirt-0:4.10.0-43.el9_2.12.aarch64",
        "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kubevirt-0:4.10.0-43.el9_2.12.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
          "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.12.ppc64le"
        },
        "product_reference": "fence-agents-kubevirt-0:4.10.0-43.el9_2.12.ppc64le",
        "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kubevirt-0:4.10.0-43.el9_2.12.s390x as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
          "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.12.s390x"
        },
        "product_reference": "fence-agents-kubevirt-0:4.10.0-43.el9_2.12.s390x",
        "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kubevirt-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
          "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.12.x86_64"
        },
        "product_reference": "fence-agents-kubevirt-0:4.10.0-43.el9_2.12.x86_64",
        "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.aarch64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
          "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.aarch64"
        },
        "product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.aarch64",
        "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
          "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.ppc64le"
        },
        "product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.ppc64le",
        "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.s390x as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
          "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.s390x"
        },
        "product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.s390x",
        "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
          "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.x86_64"
        },
        "product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
        "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-lpar-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
          "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-lpar-0:4.10.0-43.el9_2.12.noarch"
        },
        "product_reference": "fence-agents-lpar-0:4.10.0-43.el9_2.12.noarch",
        "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-mpath-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
          "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-mpath-0:4.10.0-43.el9_2.12.noarch"
        },
        "product_reference": "fence-agents-mpath-0:4.10.0-43.el9_2.12.noarch",
        "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-openstack-0:4.10.0-43.el9_2.12.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
          "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.12.ppc64le"
        },
        "product_reference": "fence-agents-openstack-0:4.10.0-43.el9_2.12.ppc64le",
        "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-openstack-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
          "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.12.x86_64"
        },
        "product_reference": "fence-agents-openstack-0:4.10.0-43.el9_2.12.x86_64",
        "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-redfish-0:4.10.0-43.el9_2.12.aarch64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
          "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.12.aarch64"
        },
        "product_reference": "fence-agents-redfish-0:4.10.0-43.el9_2.12.aarch64",
        "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-redfish-0:4.10.0-43.el9_2.12.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
          "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.12.ppc64le"
        },
        "product_reference": "fence-agents-redfish-0:4.10.0-43.el9_2.12.ppc64le",
        "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-redfish-0:4.10.0-43.el9_2.12.s390x as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
          "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.12.s390x"
        },
        "product_reference": "fence-agents-redfish-0:4.10.0-43.el9_2.12.s390x",
        "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-redfish-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
          "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.12.x86_64"
        },
        "product_reference": "fence-agents-redfish-0:4.10.0-43.el9_2.12.x86_64",
        "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-rhevm-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
          "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-rhevm-0:4.10.0-43.el9_2.12.noarch"
        },
        "product_reference": "fence-agents-rhevm-0:4.10.0-43.el9_2.12.noarch",
        "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-rsa-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
          "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-rsa-0:4.10.0-43.el9_2.12.noarch"
        },
        "product_reference": "fence-agents-rsa-0:4.10.0-43.el9_2.12.noarch",
        "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-rsb-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
          "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-rsb-0:4.10.0-43.el9_2.12.noarch"
        },
        "product_reference": "fence-agents-rsb-0:4.10.0-43.el9_2.12.noarch",
        "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-sbd-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
          "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-sbd-0:4.10.0-43.el9_2.12.noarch"
        },
        "product_reference": "fence-agents-sbd-0:4.10.0-43.el9_2.12.noarch",
        "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-scsi-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
          "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-scsi-0:4.10.0-43.el9_2.12.noarch"
        },
        "product_reference": "fence-agents-scsi-0:4.10.0-43.el9_2.12.noarch",
        "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-virsh-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
          "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-virsh-0:4.10.0-43.el9_2.12.noarch"
        },
        "product_reference": "fence-agents-virsh-0:4.10.0-43.el9_2.12.noarch",
        "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-vmware-rest-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
          "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-vmware-rest-0:4.10.0-43.el9_2.12.noarch"
        },
        "product_reference": "fence-agents-vmware-rest-0:4.10.0-43.el9_2.12.noarch",
        "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-vmware-soap-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
          "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-vmware-soap-0:4.10.0-43.el9_2.12.noarch"
        },
        "product_reference": "fence-agents-vmware-soap-0:4.10.0-43.el9_2.12.noarch",
        "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-wti-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
          "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-wti-0:4.10.0-43.el9_2.12.noarch"
        },
        "product_reference": "fence-agents-wti-0:4.10.0-43.el9_2.12.noarch",
        "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-zvm-0:4.10.0-43.el9_2.12.s390x as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
          "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-zvm-0:4.10.0-43.el9_2.12.s390x"
        },
        "product_reference": "fence-agents-zvm-0:4.10.0-43.el9_2.12.s390x",
        "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virt-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
          "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-virt-0:4.10.0-43.el9_2.12.x86_64"
        },
        "product_reference": "fence-virt-0:4.10.0-43.el9_2.12.x86_64",
        "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virt-debuginfo-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
          "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-virt-debuginfo-0:4.10.0-43.el9_2.12.x86_64"
        },
        "product_reference": "fence-virt-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
        "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virtd-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
          "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-virtd-0:4.10.0-43.el9_2.12.x86_64"
        },
        "product_reference": "fence-virtd-0:4.10.0-43.el9_2.12.x86_64",
        "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virtd-cpg-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
          "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-virtd-cpg-0:4.10.0-43.el9_2.12.x86_64"
        },
        "product_reference": "fence-virtd-cpg-0:4.10.0-43.el9_2.12.x86_64",
        "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virtd-cpg-debuginfo-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
          "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-43.el9_2.12.x86_64"
        },
        "product_reference": "fence-virtd-cpg-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
        "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virtd-debuginfo-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
          "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-virtd-debuginfo-0:4.10.0-43.el9_2.12.x86_64"
        },
        "product_reference": "fence-virtd-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
        "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virtd-libvirt-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
          "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-virtd-libvirt-0:4.10.0-43.el9_2.12.x86_64"
        },
        "product_reference": "fence-virtd-libvirt-0:4.10.0-43.el9_2.12.x86_64",
        "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virtd-libvirt-debuginfo-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
          "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-43.el9_2.12.x86_64"
        },
        "product_reference": "fence-virtd-libvirt-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
        "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virtd-multicast-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
          "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-virtd-multicast-0:4.10.0-43.el9_2.12.x86_64"
        },
        "product_reference": "fence-virtd-multicast-0:4.10.0-43.el9_2.12.x86_64",
        "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virtd-multicast-debuginfo-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
          "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-43.el9_2.12.x86_64"
        },
        "product_reference": "fence-virtd-multicast-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
        "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virtd-serial-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
          "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-virtd-serial-0:4.10.0-43.el9_2.12.x86_64"
        },
        "product_reference": "fence-virtd-serial-0:4.10.0-43.el9_2.12.x86_64",
        "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virtd-serial-debuginfo-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
          "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-virtd-serial-debuginfo-0:4.10.0-43.el9_2.12.x86_64"
        },
        "product_reference": "fence-virtd-serial-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
        "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virtd-tcp-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
          "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-virtd-tcp-0:4.10.0-43.el9_2.12.x86_64"
        },
        "product_reference": "fence-virtd-tcp-0:4.10.0-43.el9_2.12.x86_64",
        "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virtd-tcp-debuginfo-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
          "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-43.el9_2.12.x86_64"
        },
        "product_reference": "fence-virtd-tcp-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
        "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ha-cloud-support-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
          "product_id": "ResilientStorage-9.2.0.Z.EUS:ha-cloud-support-0:4.10.0-43.el9_2.12.x86_64"
        },
        "product_reference": "ha-cloud-support-0:4.10.0-43.el9_2.12.x86_64",
        "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ha-cloud-support-debuginfo-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
          "product_id": "ResilientStorage-9.2.0.Z.EUS:ha-cloud-support-debuginfo-0:4.10.0-43.el9_2.12.x86_64"
        },
        "product_reference": "ha-cloud-support-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
        "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
      }
    ]
  },
  "vulnerabilities": [
    {
      "cve": "CVE-2025-27516",
      "cwe": {
        "id": "CWE-1336",
        "name": "Improper Neutralization of Special Elements Used in a Template Engine"
      },
      "discovery_date": "2025-03-05T21:01:07.674606+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2350190"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in Jinja. In affected versions, an oversight in how the Jinja sandboxed environment interacts with the `|attr` filter allows an attacker who controls the content of a template to execute arbitrary Python code. To exploit the vulnerability, an attacker needs to control the content of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications that execute untrusted templates. Jinja\u0027s sandbox does catch calls to `str.format` and ensures they don\u0027t escape the sandbox. However, it\u0027s possible to use the `|attr` filter to get a reference to a string\u0027s plain format method, bypassing the sandbox.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "jinja2: Jinja sandbox breakout through attr filter selecting format method",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "This vulnerability is rated as important severity due to the potential for an attacker to bypass Jinja\u0027s sandbox by exploiting the |attr filter, by controlling template content, an attacker can execute arbitrary Python code, impacting the integrity, confidentiality, and availability of the system. While the attack requires user interaction to trigger untrusted templates, the risk is significant in applications that allow such templates to be executed.",
          "title": "Statement"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "AppStream-9.2.0.Z.EUS:fence-agents-0:4.10.0-43.el9_2.12.src",
          "AppStream-9.2.0.Z.EUS:fence-agents-aliyun-0:4.10.0-43.el9_2.12.x86_64",
          "AppStream-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.12.aarch64",
          "AppStream-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.12.ppc64le",
          "AppStream-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.12.s390x",
          "AppStream-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.12.x86_64",
          "AppStream-9.2.0.Z.EUS:fence-agents-amt-ws-0:4.10.0-43.el9_2.12.noarch",
          "AppStream-9.2.0.Z.EUS:fence-agents-apc-0:4.10.0-43.el9_2.12.noarch",
          "AppStream-9.2.0.Z.EUS:fence-agents-apc-snmp-0:4.10.0-43.el9_2.12.noarch",
          "AppStream-9.2.0.Z.EUS:fence-agents-aws-0:4.10.0-43.el9_2.12.x86_64",
          "AppStream-9.2.0.Z.EUS:fence-agents-azure-arm-0:4.10.0-43.el9_2.12.x86_64",
          "AppStream-9.2.0.Z.EUS:fence-agents-bladecenter-0:4.10.0-43.el9_2.12.noarch",
          "AppStream-9.2.0.Z.EUS:fence-agents-brocade-0:4.10.0-43.el9_2.12.noarch",
          "AppStream-9.2.0.Z.EUS:fence-agents-cisco-mds-0:4.10.0-43.el9_2.12.noarch",
          "AppStream-9.2.0.Z.EUS:fence-agents-cisco-ucs-0:4.10.0-43.el9_2.12.noarch",
          "AppStream-9.2.0.Z.EUS:fence-agents-common-0:4.10.0-43.el9_2.12.noarch",
          "AppStream-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.12.ppc64le",
          "AppStream-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.12.x86_64",
          "AppStream-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.12.aarch64",
          "AppStream-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.12.ppc64le",
          "AppStream-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.12.s390x",
          "AppStream-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
          "AppStream-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.12.aarch64",
          "AppStream-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.12.ppc64le",
          "AppStream-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.12.s390x",
          "AppStream-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.12.x86_64",
          "AppStream-9.2.0.Z.EUS:fence-agents-drac5-0:4.10.0-43.el9_2.12.noarch",
          "AppStream-9.2.0.Z.EUS:fence-agents-eaton-snmp-0:4.10.0-43.el9_2.12.noarch",
          "AppStream-9.2.0.Z.EUS:fence-agents-emerson-0:4.10.0-43.el9_2.12.noarch",
          "AppStream-9.2.0.Z.EUS:fence-agents-eps-0:4.10.0-43.el9_2.12.noarch",
          "AppStream-9.2.0.Z.EUS:fence-agents-gce-0:4.10.0-43.el9_2.12.x86_64",
          "AppStream-9.2.0.Z.EUS:fence-agents-heuristics-ping-0:4.10.0-43.el9_2.12.noarch",
          "AppStream-9.2.0.Z.EUS:fence-agents-hpblade-0:4.10.0-43.el9_2.12.noarch",
          "AppStream-9.2.0.Z.EUS:fence-agents-ibm-powervs-0:4.10.0-43.el9_2.12.noarch",
          "AppStream-9.2.0.Z.EUS:fence-agents-ibm-vpc-0:4.10.0-43.el9_2.12.noarch",
          "AppStream-9.2.0.Z.EUS:fence-agents-ibmblade-0:4.10.0-43.el9_2.12.noarch",
          "AppStream-9.2.0.Z.EUS:fence-agents-ifmib-0:4.10.0-43.el9_2.12.noarch",
          "AppStream-9.2.0.Z.EUS:fence-agents-ilo-moonshot-0:4.10.0-43.el9_2.12.noarch",
          "AppStream-9.2.0.Z.EUS:fence-agents-ilo-mp-0:4.10.0-43.el9_2.12.noarch",
          "AppStream-9.2.0.Z.EUS:fence-agents-ilo-ssh-0:4.10.0-43.el9_2.12.noarch",
          "AppStream-9.2.0.Z.EUS:fence-agents-ilo2-0:4.10.0-43.el9_2.12.noarch",
          "AppStream-9.2.0.Z.EUS:fence-agents-intelmodular-0:4.10.0-43.el9_2.12.noarch",
          "AppStream-9.2.0.Z.EUS:fence-agents-ipdu-0:4.10.0-43.el9_2.12.noarch",
          "AppStream-9.2.0.Z.EUS:fence-agents-ipmilan-0:4.10.0-43.el9_2.12.noarch",
          "AppStream-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.12.aarch64",
          "AppStream-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.12.ppc64le",
          "AppStream-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.12.s390x",
          "AppStream-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.12.x86_64",
          "AppStream-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.aarch64",
          "AppStream-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.ppc64le",
          "AppStream-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.s390x",
          "AppStream-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
          "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.12.aarch64",
          "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.12.ppc64le",
          "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.12.s390x",
          "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.12.x86_64",
          "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.aarch64",
          "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.ppc64le",
          "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.s390x",
          "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
          "AppStream-9.2.0.Z.EUS:fence-agents-lpar-0:4.10.0-43.el9_2.12.noarch",
          "AppStream-9.2.0.Z.EUS:fence-agents-mpath-0:4.10.0-43.el9_2.12.noarch",
          "AppStream-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.12.ppc64le",
          "AppStream-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.12.x86_64",
          "AppStream-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.12.aarch64",
          "AppStream-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.12.ppc64le",
          "AppStream-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.12.s390x",
          "AppStream-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.12.x86_64",
          "AppStream-9.2.0.Z.EUS:fence-agents-rhevm-0:4.10.0-43.el9_2.12.noarch",
          "AppStream-9.2.0.Z.EUS:fence-agents-rsa-0:4.10.0-43.el9_2.12.noarch",
          "AppStream-9.2.0.Z.EUS:fence-agents-rsb-0:4.10.0-43.el9_2.12.noarch",
          "AppStream-9.2.0.Z.EUS:fence-agents-sbd-0:4.10.0-43.el9_2.12.noarch",
          "AppStream-9.2.0.Z.EUS:fence-agents-scsi-0:4.10.0-43.el9_2.12.noarch",
          "AppStream-9.2.0.Z.EUS:fence-agents-virsh-0:4.10.0-43.el9_2.12.noarch",
          "AppStream-9.2.0.Z.EUS:fence-agents-vmware-rest-0:4.10.0-43.el9_2.12.noarch",
          "AppStream-9.2.0.Z.EUS:fence-agents-vmware-soap-0:4.10.0-43.el9_2.12.noarch",
          "AppStream-9.2.0.Z.EUS:fence-agents-wti-0:4.10.0-43.el9_2.12.noarch",
          "AppStream-9.2.0.Z.EUS:fence-agents-zvm-0:4.10.0-43.el9_2.12.s390x",
          "AppStream-9.2.0.Z.EUS:fence-virt-0:4.10.0-43.el9_2.12.x86_64",
          "AppStream-9.2.0.Z.EUS:fence-virt-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
          "AppStream-9.2.0.Z.EUS:fence-virtd-0:4.10.0-43.el9_2.12.x86_64",
          "AppStream-9.2.0.Z.EUS:fence-virtd-cpg-0:4.10.0-43.el9_2.12.x86_64",
          "AppStream-9.2.0.Z.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
          "AppStream-9.2.0.Z.EUS:fence-virtd-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
          "AppStream-9.2.0.Z.EUS:fence-virtd-libvirt-0:4.10.0-43.el9_2.12.x86_64",
          "AppStream-9.2.0.Z.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
          "AppStream-9.2.0.Z.EUS:fence-virtd-multicast-0:4.10.0-43.el9_2.12.x86_64",
          "AppStream-9.2.0.Z.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
          "AppStream-9.2.0.Z.EUS:fence-virtd-serial-0:4.10.0-43.el9_2.12.x86_64",
          "AppStream-9.2.0.Z.EUS:fence-virtd-serial-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
          "AppStream-9.2.0.Z.EUS:fence-virtd-tcp-0:4.10.0-43.el9_2.12.x86_64",
          "AppStream-9.2.0.Z.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
          "AppStream-9.2.0.Z.EUS:ha-cloud-support-0:4.10.0-43.el9_2.12.x86_64",
          "AppStream-9.2.0.Z.EUS:ha-cloud-support-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
          "HighAvailability-9.2.0.Z.EUS:fence-agents-0:4.10.0-43.el9_2.12.src",
          "HighAvailability-9.2.0.Z.EUS:fence-agents-aliyun-0:4.10.0-43.el9_2.12.x86_64",
          "HighAvailability-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.12.aarch64",
          "HighAvailability-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.12.ppc64le",
          "HighAvailability-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.12.s390x",
          "HighAvailability-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.12.x86_64",
          "HighAvailability-9.2.0.Z.EUS:fence-agents-amt-ws-0:4.10.0-43.el9_2.12.noarch",
          "HighAvailability-9.2.0.Z.EUS:fence-agents-apc-0:4.10.0-43.el9_2.12.noarch",
          "HighAvailability-9.2.0.Z.EUS:fence-agents-apc-snmp-0:4.10.0-43.el9_2.12.noarch",
          "HighAvailability-9.2.0.Z.EUS:fence-agents-aws-0:4.10.0-43.el9_2.12.x86_64",
          "HighAvailability-9.2.0.Z.EUS:fence-agents-azure-arm-0:4.10.0-43.el9_2.12.x86_64",
          "HighAvailability-9.2.0.Z.EUS:fence-agents-bladecenter-0:4.10.0-43.el9_2.12.noarch",
          "HighAvailability-9.2.0.Z.EUS:fence-agents-brocade-0:4.10.0-43.el9_2.12.noarch",
          "HighAvailability-9.2.0.Z.EUS:fence-agents-cisco-mds-0:4.10.0-43.el9_2.12.noarch",
          "HighAvailability-9.2.0.Z.EUS:fence-agents-cisco-ucs-0:4.10.0-43.el9_2.12.noarch",
          "HighAvailability-9.2.0.Z.EUS:fence-agents-common-0:4.10.0-43.el9_2.12.noarch",
          "HighAvailability-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.12.ppc64le",
          "HighAvailability-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.12.x86_64",
          "HighAvailability-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.12.aarch64",
          "HighAvailability-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.12.ppc64le",
          "HighAvailability-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.12.s390x",
          "HighAvailability-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
          "HighAvailability-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.12.aarch64",
          "HighAvailability-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.12.ppc64le",
          "HighAvailability-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.12.s390x",
          "HighAvailability-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.12.x86_64",
          "HighAvailability-9.2.0.Z.EUS:fence-agents-drac5-0:4.10.0-43.el9_2.12.noarch",
          "HighAvailability-9.2.0.Z.EUS:fence-agents-eaton-snmp-0:4.10.0-43.el9_2.12.noarch",
          "HighAvailability-9.2.0.Z.EUS:fence-agents-emerson-0:4.10.0-43.el9_2.12.noarch",
          "HighAvailability-9.2.0.Z.EUS:fence-agents-eps-0:4.10.0-43.el9_2.12.noarch",
          "HighAvailability-9.2.0.Z.EUS:fence-agents-gce-0:4.10.0-43.el9_2.12.x86_64",
          "HighAvailability-9.2.0.Z.EUS:fence-agents-heuristics-ping-0:4.10.0-43.el9_2.12.noarch",
          "HighAvailability-9.2.0.Z.EUS:fence-agents-hpblade-0:4.10.0-43.el9_2.12.noarch",
          "HighAvailability-9.2.0.Z.EUS:fence-agents-ibm-powervs-0:4.10.0-43.el9_2.12.noarch",
          "HighAvailability-9.2.0.Z.EUS:fence-agents-ibm-vpc-0:4.10.0-43.el9_2.12.noarch",
          "HighAvailability-9.2.0.Z.EUS:fence-agents-ibmblade-0:4.10.0-43.el9_2.12.noarch",
          "HighAvailability-9.2.0.Z.EUS:fence-agents-ifmib-0:4.10.0-43.el9_2.12.noarch",
          "HighAvailability-9.2.0.Z.EUS:fence-agents-ilo-moonshot-0:4.10.0-43.el9_2.12.noarch",
          "HighAvailability-9.2.0.Z.EUS:fence-agents-ilo-mp-0:4.10.0-43.el9_2.12.noarch",
          "HighAvailability-9.2.0.Z.EUS:fence-agents-ilo-ssh-0:4.10.0-43.el9_2.12.noarch",
          "HighAvailability-9.2.0.Z.EUS:fence-agents-ilo2-0:4.10.0-43.el9_2.12.noarch",
          "HighAvailability-9.2.0.Z.EUS:fence-agents-intelmodular-0:4.10.0-43.el9_2.12.noarch",
          "HighAvailability-9.2.0.Z.EUS:fence-agents-ipdu-0:4.10.0-43.el9_2.12.noarch",
          "HighAvailability-9.2.0.Z.EUS:fence-agents-ipmilan-0:4.10.0-43.el9_2.12.noarch",
          "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.12.aarch64",
          "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.12.ppc64le",
          "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.12.s390x",
          "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.12.x86_64",
          "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.aarch64",
          "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.ppc64le",
          "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.s390x",
          "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
          "HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.12.aarch64",
          "HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.12.ppc64le",
          "HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.12.s390x",
          "HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.12.x86_64",
          "HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.aarch64",
          "HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.ppc64le",
          "HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.s390x",
          "HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
          "HighAvailability-9.2.0.Z.EUS:fence-agents-lpar-0:4.10.0-43.el9_2.12.noarch",
          "HighAvailability-9.2.0.Z.EUS:fence-agents-mpath-0:4.10.0-43.el9_2.12.noarch",
          "HighAvailability-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.12.ppc64le",
          "HighAvailability-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.12.x86_64",
          "HighAvailability-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.12.aarch64",
          "HighAvailability-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.12.ppc64le",
          "HighAvailability-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.12.s390x",
          "HighAvailability-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.12.x86_64",
          "HighAvailability-9.2.0.Z.EUS:fence-agents-rhevm-0:4.10.0-43.el9_2.12.noarch",
          "HighAvailability-9.2.0.Z.EUS:fence-agents-rsa-0:4.10.0-43.el9_2.12.noarch",
          "HighAvailability-9.2.0.Z.EUS:fence-agents-rsb-0:4.10.0-43.el9_2.12.noarch",
          "HighAvailability-9.2.0.Z.EUS:fence-agents-sbd-0:4.10.0-43.el9_2.12.noarch",
          "HighAvailability-9.2.0.Z.EUS:fence-agents-scsi-0:4.10.0-43.el9_2.12.noarch",
          "HighAvailability-9.2.0.Z.EUS:fence-agents-virsh-0:4.10.0-43.el9_2.12.noarch",
          "HighAvailability-9.2.0.Z.EUS:fence-agents-vmware-rest-0:4.10.0-43.el9_2.12.noarch",
          "HighAvailability-9.2.0.Z.EUS:fence-agents-vmware-soap-0:4.10.0-43.el9_2.12.noarch",
          "HighAvailability-9.2.0.Z.EUS:fence-agents-wti-0:4.10.0-43.el9_2.12.noarch",
          "HighAvailability-9.2.0.Z.EUS:fence-agents-zvm-0:4.10.0-43.el9_2.12.s390x",
          "HighAvailability-9.2.0.Z.EUS:fence-virt-0:4.10.0-43.el9_2.12.x86_64",
          "HighAvailability-9.2.0.Z.EUS:fence-virt-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
          "HighAvailability-9.2.0.Z.EUS:fence-virtd-0:4.10.0-43.el9_2.12.x86_64",
          "HighAvailability-9.2.0.Z.EUS:fence-virtd-cpg-0:4.10.0-43.el9_2.12.x86_64",
          "HighAvailability-9.2.0.Z.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
          "HighAvailability-9.2.0.Z.EUS:fence-virtd-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
          "HighAvailability-9.2.0.Z.EUS:fence-virtd-libvirt-0:4.10.0-43.el9_2.12.x86_64",
          "HighAvailability-9.2.0.Z.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
          "HighAvailability-9.2.0.Z.EUS:fence-virtd-multicast-0:4.10.0-43.el9_2.12.x86_64",
          "HighAvailability-9.2.0.Z.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
          "HighAvailability-9.2.0.Z.EUS:fence-virtd-serial-0:4.10.0-43.el9_2.12.x86_64",
          "HighAvailability-9.2.0.Z.EUS:fence-virtd-serial-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
          "HighAvailability-9.2.0.Z.EUS:fence-virtd-tcp-0:4.10.0-43.el9_2.12.x86_64",
          "HighAvailability-9.2.0.Z.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
          "HighAvailability-9.2.0.Z.EUS:ha-cloud-support-0:4.10.0-43.el9_2.12.x86_64",
          "HighAvailability-9.2.0.Z.EUS:ha-cloud-support-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
          "ResilientStorage-9.2.0.Z.EUS:fence-agents-0:4.10.0-43.el9_2.12.src",
          "ResilientStorage-9.2.0.Z.EUS:fence-agents-aliyun-0:4.10.0-43.el9_2.12.x86_64",
          "ResilientStorage-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.12.aarch64",
          "ResilientStorage-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.12.ppc64le",
          "ResilientStorage-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.12.s390x",
          "ResilientStorage-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.12.x86_64",
          "ResilientStorage-9.2.0.Z.EUS:fence-agents-amt-ws-0:4.10.0-43.el9_2.12.noarch",
          "ResilientStorage-9.2.0.Z.EUS:fence-agents-apc-0:4.10.0-43.el9_2.12.noarch",
          "ResilientStorage-9.2.0.Z.EUS:fence-agents-apc-snmp-0:4.10.0-43.el9_2.12.noarch",
          "ResilientStorage-9.2.0.Z.EUS:fence-agents-aws-0:4.10.0-43.el9_2.12.x86_64",
          "ResilientStorage-9.2.0.Z.EUS:fence-agents-azure-arm-0:4.10.0-43.el9_2.12.x86_64",
          "ResilientStorage-9.2.0.Z.EUS:fence-agents-bladecenter-0:4.10.0-43.el9_2.12.noarch",
          "ResilientStorage-9.2.0.Z.EUS:fence-agents-brocade-0:4.10.0-43.el9_2.12.noarch",
          "ResilientStorage-9.2.0.Z.EUS:fence-agents-cisco-mds-0:4.10.0-43.el9_2.12.noarch",
          "ResilientStorage-9.2.0.Z.EUS:fence-agents-cisco-ucs-0:4.10.0-43.el9_2.12.noarch",
          "ResilientStorage-9.2.0.Z.EUS:fence-agents-common-0:4.10.0-43.el9_2.12.noarch",
          "ResilientStorage-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.12.ppc64le",
          "ResilientStorage-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.12.x86_64",
          "ResilientStorage-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.12.aarch64",
          "ResilientStorage-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.12.ppc64le",
          "ResilientStorage-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.12.s390x",
          "ResilientStorage-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
          "ResilientStorage-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.12.aarch64",
          "ResilientStorage-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.12.ppc64le",
          "ResilientStorage-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.12.s390x",
          "ResilientStorage-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.12.x86_64",
          "ResilientStorage-9.2.0.Z.EUS:fence-agents-drac5-0:4.10.0-43.el9_2.12.noarch",
          "ResilientStorage-9.2.0.Z.EUS:fence-agents-eaton-snmp-0:4.10.0-43.el9_2.12.noarch",
          "ResilientStorage-9.2.0.Z.EUS:fence-agents-emerson-0:4.10.0-43.el9_2.12.noarch",
          "ResilientStorage-9.2.0.Z.EUS:fence-agents-eps-0:4.10.0-43.el9_2.12.noarch",
          "ResilientStorage-9.2.0.Z.EUS:fence-agents-gce-0:4.10.0-43.el9_2.12.x86_64",
          "ResilientStorage-9.2.0.Z.EUS:fence-agents-heuristics-ping-0:4.10.0-43.el9_2.12.noarch",
          "ResilientStorage-9.2.0.Z.EUS:fence-agents-hpblade-0:4.10.0-43.el9_2.12.noarch",
          "ResilientStorage-9.2.0.Z.EUS:fence-agents-ibm-powervs-0:4.10.0-43.el9_2.12.noarch",
          "ResilientStorage-9.2.0.Z.EUS:fence-agents-ibm-vpc-0:4.10.0-43.el9_2.12.noarch",
          "ResilientStorage-9.2.0.Z.EUS:fence-agents-ibmblade-0:4.10.0-43.el9_2.12.noarch",
          "ResilientStorage-9.2.0.Z.EUS:fence-agents-ifmib-0:4.10.0-43.el9_2.12.noarch",
          "ResilientStorage-9.2.0.Z.EUS:fence-agents-ilo-moonshot-0:4.10.0-43.el9_2.12.noarch",
          "ResilientStorage-9.2.0.Z.EUS:fence-agents-ilo-mp-0:4.10.0-43.el9_2.12.noarch",
          "ResilientStorage-9.2.0.Z.EUS:fence-agents-ilo-ssh-0:4.10.0-43.el9_2.12.noarch",
          "ResilientStorage-9.2.0.Z.EUS:fence-agents-ilo2-0:4.10.0-43.el9_2.12.noarch",
          "ResilientStorage-9.2.0.Z.EUS:fence-agents-intelmodular-0:4.10.0-43.el9_2.12.noarch",
          "ResilientStorage-9.2.0.Z.EUS:fence-agents-ipdu-0:4.10.0-43.el9_2.12.noarch",
          "ResilientStorage-9.2.0.Z.EUS:fence-agents-ipmilan-0:4.10.0-43.el9_2.12.noarch",
          "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.12.aarch64",
          "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.12.ppc64le",
          "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.12.s390x",
          "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.12.x86_64",
          "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.aarch64",
          "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.ppc64le",
          "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.s390x",
          "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
          "ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.12.aarch64",
          "ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.12.ppc64le",
          "ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.12.s390x",
          "ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.12.x86_64",
          "ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.aarch64",
          "ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.ppc64le",
          "ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.s390x",
          "ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
          "ResilientStorage-9.2.0.Z.EUS:fence-agents-lpar-0:4.10.0-43.el9_2.12.noarch",
          "ResilientStorage-9.2.0.Z.EUS:fence-agents-mpath-0:4.10.0-43.el9_2.12.noarch",
          "ResilientStorage-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.12.ppc64le",
          "ResilientStorage-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.12.x86_64",
          "ResilientStorage-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.12.aarch64",
          "ResilientStorage-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.12.ppc64le",
          "ResilientStorage-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.12.s390x",
          "ResilientStorage-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.12.x86_64",
          "ResilientStorage-9.2.0.Z.EUS:fence-agents-rhevm-0:4.10.0-43.el9_2.12.noarch",
          "ResilientStorage-9.2.0.Z.EUS:fence-agents-rsa-0:4.10.0-43.el9_2.12.noarch",
          "ResilientStorage-9.2.0.Z.EUS:fence-agents-rsb-0:4.10.0-43.el9_2.12.noarch",
          "ResilientStorage-9.2.0.Z.EUS:fence-agents-sbd-0:4.10.0-43.el9_2.12.noarch",
          "ResilientStorage-9.2.0.Z.EUS:fence-agents-scsi-0:4.10.0-43.el9_2.12.noarch",
          "ResilientStorage-9.2.0.Z.EUS:fence-agents-virsh-0:4.10.0-43.el9_2.12.noarch",
          "ResilientStorage-9.2.0.Z.EUS:fence-agents-vmware-rest-0:4.10.0-43.el9_2.12.noarch",
          "ResilientStorage-9.2.0.Z.EUS:fence-agents-vmware-soap-0:4.10.0-43.el9_2.12.noarch",
          "ResilientStorage-9.2.0.Z.EUS:fence-agents-wti-0:4.10.0-43.el9_2.12.noarch",
          "ResilientStorage-9.2.0.Z.EUS:fence-agents-zvm-0:4.10.0-43.el9_2.12.s390x",
          "ResilientStorage-9.2.0.Z.EUS:fence-virt-0:4.10.0-43.el9_2.12.x86_64",
          "ResilientStorage-9.2.0.Z.EUS:fence-virt-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
          "ResilientStorage-9.2.0.Z.EUS:fence-virtd-0:4.10.0-43.el9_2.12.x86_64",
          "ResilientStorage-9.2.0.Z.EUS:fence-virtd-cpg-0:4.10.0-43.el9_2.12.x86_64",
          "ResilientStorage-9.2.0.Z.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
          "ResilientStorage-9.2.0.Z.EUS:fence-virtd-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
          "ResilientStorage-9.2.0.Z.EUS:fence-virtd-libvirt-0:4.10.0-43.el9_2.12.x86_64",
          "ResilientStorage-9.2.0.Z.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
          "ResilientStorage-9.2.0.Z.EUS:fence-virtd-multicast-0:4.10.0-43.el9_2.12.x86_64",
          "ResilientStorage-9.2.0.Z.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
          "ResilientStorage-9.2.0.Z.EUS:fence-virtd-serial-0:4.10.0-43.el9_2.12.x86_64",
          "ResilientStorage-9.2.0.Z.EUS:fence-virtd-serial-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
          "ResilientStorage-9.2.0.Z.EUS:fence-virtd-tcp-0:4.10.0-43.el9_2.12.x86_64",
          "ResilientStorage-9.2.0.Z.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
          "ResilientStorage-9.2.0.Z.EUS:ha-cloud-support-0:4.10.0-43.el9_2.12.x86_64",
          "ResilientStorage-9.2.0.Z.EUS:ha-cloud-support-debuginfo-0:4.10.0-43.el9_2.12.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2025-27516"
        },
        {
          "category": "external",
          "summary": "RHBZ#2350190",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2350190"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2025-27516",
          "url": "https://www.cve.org/CVERecord?id=CVE-2025-27516"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-27516",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-27516"
        },
        {
          "category": "external",
          "summary": "https://github.com/pallets/jinja/commit/90457bbf33b8662926ae65cdde4c4c32e756e403",
          "url": "https://github.com/pallets/jinja/commit/90457bbf33b8662926ae65cdde4c4c32e756e403"
        },
        {
          "category": "external",
          "summary": "https://github.com/pallets/jinja/security/advisories/GHSA-cpwx-vrp4-4pq7",
          "url": "https://github.com/pallets/jinja/security/advisories/GHSA-cpwx-vrp4-4pq7"
        }
      ],
      "release_date": "2025-03-05T20:40:06.568000+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2025-03-24T10:53:59+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "AppStream-9.2.0.Z.EUS:fence-agents-0:4.10.0-43.el9_2.12.src",
            "AppStream-9.2.0.Z.EUS:fence-agents-aliyun-0:4.10.0-43.el9_2.12.x86_64",
            "AppStream-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.12.aarch64",
            "AppStream-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.12.ppc64le",
            "AppStream-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.12.s390x",
            "AppStream-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.12.x86_64",
            "AppStream-9.2.0.Z.EUS:fence-agents-amt-ws-0:4.10.0-43.el9_2.12.noarch",
            "AppStream-9.2.0.Z.EUS:fence-agents-apc-0:4.10.0-43.el9_2.12.noarch",
            "AppStream-9.2.0.Z.EUS:fence-agents-apc-snmp-0:4.10.0-43.el9_2.12.noarch",
            "AppStream-9.2.0.Z.EUS:fence-agents-aws-0:4.10.0-43.el9_2.12.x86_64",
            "AppStream-9.2.0.Z.EUS:fence-agents-azure-arm-0:4.10.0-43.el9_2.12.x86_64",
            "AppStream-9.2.0.Z.EUS:fence-agents-bladecenter-0:4.10.0-43.el9_2.12.noarch",
            "AppStream-9.2.0.Z.EUS:fence-agents-brocade-0:4.10.0-43.el9_2.12.noarch",
            "AppStream-9.2.0.Z.EUS:fence-agents-cisco-mds-0:4.10.0-43.el9_2.12.noarch",
            "AppStream-9.2.0.Z.EUS:fence-agents-cisco-ucs-0:4.10.0-43.el9_2.12.noarch",
            "AppStream-9.2.0.Z.EUS:fence-agents-common-0:4.10.0-43.el9_2.12.noarch",
            "AppStream-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.12.ppc64le",
            "AppStream-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.12.x86_64",
            "AppStream-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.12.aarch64",
            "AppStream-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.12.ppc64le",
            "AppStream-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.12.s390x",
            "AppStream-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
            "AppStream-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.12.aarch64",
            "AppStream-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.12.ppc64le",
            "AppStream-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.12.s390x",
            "AppStream-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.12.x86_64",
            "AppStream-9.2.0.Z.EUS:fence-agents-drac5-0:4.10.0-43.el9_2.12.noarch",
            "AppStream-9.2.0.Z.EUS:fence-agents-eaton-snmp-0:4.10.0-43.el9_2.12.noarch",
            "AppStream-9.2.0.Z.EUS:fence-agents-emerson-0:4.10.0-43.el9_2.12.noarch",
            "AppStream-9.2.0.Z.EUS:fence-agents-eps-0:4.10.0-43.el9_2.12.noarch",
            "AppStream-9.2.0.Z.EUS:fence-agents-gce-0:4.10.0-43.el9_2.12.x86_64",
            "AppStream-9.2.0.Z.EUS:fence-agents-heuristics-ping-0:4.10.0-43.el9_2.12.noarch",
            "AppStream-9.2.0.Z.EUS:fence-agents-hpblade-0:4.10.0-43.el9_2.12.noarch",
            "AppStream-9.2.0.Z.EUS:fence-agents-ibm-powervs-0:4.10.0-43.el9_2.12.noarch",
            "AppStream-9.2.0.Z.EUS:fence-agents-ibm-vpc-0:4.10.0-43.el9_2.12.noarch",
            "AppStream-9.2.0.Z.EUS:fence-agents-ibmblade-0:4.10.0-43.el9_2.12.noarch",
            "AppStream-9.2.0.Z.EUS:fence-agents-ifmib-0:4.10.0-43.el9_2.12.noarch",
            "AppStream-9.2.0.Z.EUS:fence-agents-ilo-moonshot-0:4.10.0-43.el9_2.12.noarch",
            "AppStream-9.2.0.Z.EUS:fence-agents-ilo-mp-0:4.10.0-43.el9_2.12.noarch",
            "AppStream-9.2.0.Z.EUS:fence-agents-ilo-ssh-0:4.10.0-43.el9_2.12.noarch",
            "AppStream-9.2.0.Z.EUS:fence-agents-ilo2-0:4.10.0-43.el9_2.12.noarch",
            "AppStream-9.2.0.Z.EUS:fence-agents-intelmodular-0:4.10.0-43.el9_2.12.noarch",
            "AppStream-9.2.0.Z.EUS:fence-agents-ipdu-0:4.10.0-43.el9_2.12.noarch",
            "AppStream-9.2.0.Z.EUS:fence-agents-ipmilan-0:4.10.0-43.el9_2.12.noarch",
            "AppStream-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.12.aarch64",
            "AppStream-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.12.ppc64le",
            "AppStream-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.12.s390x",
            "AppStream-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.12.x86_64",
            "AppStream-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.aarch64",
            "AppStream-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.ppc64le",
            "AppStream-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.s390x",
            "AppStream-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
            "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.12.aarch64",
            "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.12.ppc64le",
            "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.12.s390x",
            "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.12.x86_64",
            "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.aarch64",
            "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.ppc64le",
            "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.s390x",
            "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
            "AppStream-9.2.0.Z.EUS:fence-agents-lpar-0:4.10.0-43.el9_2.12.noarch",
            "AppStream-9.2.0.Z.EUS:fence-agents-mpath-0:4.10.0-43.el9_2.12.noarch",
            "AppStream-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.12.ppc64le",
            "AppStream-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.12.x86_64",
            "AppStream-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.12.aarch64",
            "AppStream-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.12.ppc64le",
            "AppStream-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.12.s390x",
            "AppStream-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.12.x86_64",
            "AppStream-9.2.0.Z.EUS:fence-agents-rhevm-0:4.10.0-43.el9_2.12.noarch",
            "AppStream-9.2.0.Z.EUS:fence-agents-rsa-0:4.10.0-43.el9_2.12.noarch",
            "AppStream-9.2.0.Z.EUS:fence-agents-rsb-0:4.10.0-43.el9_2.12.noarch",
            "AppStream-9.2.0.Z.EUS:fence-agents-sbd-0:4.10.0-43.el9_2.12.noarch",
            "AppStream-9.2.0.Z.EUS:fence-agents-scsi-0:4.10.0-43.el9_2.12.noarch",
            "AppStream-9.2.0.Z.EUS:fence-agents-virsh-0:4.10.0-43.el9_2.12.noarch",
            "AppStream-9.2.0.Z.EUS:fence-agents-vmware-rest-0:4.10.0-43.el9_2.12.noarch",
            "AppStream-9.2.0.Z.EUS:fence-agents-vmware-soap-0:4.10.0-43.el9_2.12.noarch",
            "AppStream-9.2.0.Z.EUS:fence-agents-wti-0:4.10.0-43.el9_2.12.noarch",
            "AppStream-9.2.0.Z.EUS:fence-agents-zvm-0:4.10.0-43.el9_2.12.s390x",
            "AppStream-9.2.0.Z.EUS:fence-virt-0:4.10.0-43.el9_2.12.x86_64",
            "AppStream-9.2.0.Z.EUS:fence-virt-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
            "AppStream-9.2.0.Z.EUS:fence-virtd-0:4.10.0-43.el9_2.12.x86_64",
            "AppStream-9.2.0.Z.EUS:fence-virtd-cpg-0:4.10.0-43.el9_2.12.x86_64",
            "AppStream-9.2.0.Z.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
            "AppStream-9.2.0.Z.EUS:fence-virtd-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
            "AppStream-9.2.0.Z.EUS:fence-virtd-libvirt-0:4.10.0-43.el9_2.12.x86_64",
            "AppStream-9.2.0.Z.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
            "AppStream-9.2.0.Z.EUS:fence-virtd-multicast-0:4.10.0-43.el9_2.12.x86_64",
            "AppStream-9.2.0.Z.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
            "AppStream-9.2.0.Z.EUS:fence-virtd-serial-0:4.10.0-43.el9_2.12.x86_64",
            "AppStream-9.2.0.Z.EUS:fence-virtd-serial-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
            "AppStream-9.2.0.Z.EUS:fence-virtd-tcp-0:4.10.0-43.el9_2.12.x86_64",
            "AppStream-9.2.0.Z.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
            "AppStream-9.2.0.Z.EUS:ha-cloud-support-0:4.10.0-43.el9_2.12.x86_64",
            "AppStream-9.2.0.Z.EUS:ha-cloud-support-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-0:4.10.0-43.el9_2.12.src",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-aliyun-0:4.10.0-43.el9_2.12.x86_64",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.12.aarch64",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.12.ppc64le",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.12.s390x",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.12.x86_64",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-amt-ws-0:4.10.0-43.el9_2.12.noarch",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-apc-0:4.10.0-43.el9_2.12.noarch",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-apc-snmp-0:4.10.0-43.el9_2.12.noarch",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-aws-0:4.10.0-43.el9_2.12.x86_64",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-azure-arm-0:4.10.0-43.el9_2.12.x86_64",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-bladecenter-0:4.10.0-43.el9_2.12.noarch",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-brocade-0:4.10.0-43.el9_2.12.noarch",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-cisco-mds-0:4.10.0-43.el9_2.12.noarch",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-cisco-ucs-0:4.10.0-43.el9_2.12.noarch",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-common-0:4.10.0-43.el9_2.12.noarch",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.12.ppc64le",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.12.x86_64",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.12.aarch64",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.12.ppc64le",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.12.s390x",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.12.aarch64",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.12.ppc64le",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.12.s390x",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.12.x86_64",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-drac5-0:4.10.0-43.el9_2.12.noarch",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-eaton-snmp-0:4.10.0-43.el9_2.12.noarch",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-emerson-0:4.10.0-43.el9_2.12.noarch",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-eps-0:4.10.0-43.el9_2.12.noarch",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-gce-0:4.10.0-43.el9_2.12.x86_64",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-heuristics-ping-0:4.10.0-43.el9_2.12.noarch",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-hpblade-0:4.10.0-43.el9_2.12.noarch",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-ibm-powervs-0:4.10.0-43.el9_2.12.noarch",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-ibm-vpc-0:4.10.0-43.el9_2.12.noarch",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-ibmblade-0:4.10.0-43.el9_2.12.noarch",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-ifmib-0:4.10.0-43.el9_2.12.noarch",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-ilo-moonshot-0:4.10.0-43.el9_2.12.noarch",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-ilo-mp-0:4.10.0-43.el9_2.12.noarch",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-ilo-ssh-0:4.10.0-43.el9_2.12.noarch",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-ilo2-0:4.10.0-43.el9_2.12.noarch",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-intelmodular-0:4.10.0-43.el9_2.12.noarch",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-ipdu-0:4.10.0-43.el9_2.12.noarch",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-ipmilan-0:4.10.0-43.el9_2.12.noarch",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.12.aarch64",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.12.ppc64le",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.12.s390x",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.12.x86_64",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.aarch64",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.ppc64le",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.s390x",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.12.aarch64",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.12.ppc64le",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.12.s390x",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.12.x86_64",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.aarch64",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.ppc64le",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.s390x",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-lpar-0:4.10.0-43.el9_2.12.noarch",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-mpath-0:4.10.0-43.el9_2.12.noarch",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.12.ppc64le",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.12.x86_64",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.12.aarch64",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.12.ppc64le",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.12.s390x",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.12.x86_64",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-rhevm-0:4.10.0-43.el9_2.12.noarch",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-rsa-0:4.10.0-43.el9_2.12.noarch",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-rsb-0:4.10.0-43.el9_2.12.noarch",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-sbd-0:4.10.0-43.el9_2.12.noarch",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-scsi-0:4.10.0-43.el9_2.12.noarch",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-virsh-0:4.10.0-43.el9_2.12.noarch",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-vmware-rest-0:4.10.0-43.el9_2.12.noarch",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-vmware-soap-0:4.10.0-43.el9_2.12.noarch",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-wti-0:4.10.0-43.el9_2.12.noarch",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-zvm-0:4.10.0-43.el9_2.12.s390x",
            "HighAvailability-9.2.0.Z.EUS:fence-virt-0:4.10.0-43.el9_2.12.x86_64",
            "HighAvailability-9.2.0.Z.EUS:fence-virt-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
            "HighAvailability-9.2.0.Z.EUS:fence-virtd-0:4.10.0-43.el9_2.12.x86_64",
            "HighAvailability-9.2.0.Z.EUS:fence-virtd-cpg-0:4.10.0-43.el9_2.12.x86_64",
            "HighAvailability-9.2.0.Z.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
            "HighAvailability-9.2.0.Z.EUS:fence-virtd-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
            "HighAvailability-9.2.0.Z.EUS:fence-virtd-libvirt-0:4.10.0-43.el9_2.12.x86_64",
            "HighAvailability-9.2.0.Z.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
            "HighAvailability-9.2.0.Z.EUS:fence-virtd-multicast-0:4.10.0-43.el9_2.12.x86_64",
            "HighAvailability-9.2.0.Z.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
            "HighAvailability-9.2.0.Z.EUS:fence-virtd-serial-0:4.10.0-43.el9_2.12.x86_64",
            "HighAvailability-9.2.0.Z.EUS:fence-virtd-serial-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
            "HighAvailability-9.2.0.Z.EUS:fence-virtd-tcp-0:4.10.0-43.el9_2.12.x86_64",
            "HighAvailability-9.2.0.Z.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
            "HighAvailability-9.2.0.Z.EUS:ha-cloud-support-0:4.10.0-43.el9_2.12.x86_64",
            "HighAvailability-9.2.0.Z.EUS:ha-cloud-support-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-0:4.10.0-43.el9_2.12.src",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-aliyun-0:4.10.0-43.el9_2.12.x86_64",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.12.aarch64",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.12.ppc64le",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.12.s390x",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.12.x86_64",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-amt-ws-0:4.10.0-43.el9_2.12.noarch",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-apc-0:4.10.0-43.el9_2.12.noarch",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-apc-snmp-0:4.10.0-43.el9_2.12.noarch",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-aws-0:4.10.0-43.el9_2.12.x86_64",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-azure-arm-0:4.10.0-43.el9_2.12.x86_64",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-bladecenter-0:4.10.0-43.el9_2.12.noarch",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-brocade-0:4.10.0-43.el9_2.12.noarch",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-cisco-mds-0:4.10.0-43.el9_2.12.noarch",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-cisco-ucs-0:4.10.0-43.el9_2.12.noarch",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-common-0:4.10.0-43.el9_2.12.noarch",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.12.ppc64le",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.12.x86_64",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.12.aarch64",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.12.ppc64le",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.12.s390x",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.12.aarch64",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.12.ppc64le",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.12.s390x",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.12.x86_64",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-drac5-0:4.10.0-43.el9_2.12.noarch",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-eaton-snmp-0:4.10.0-43.el9_2.12.noarch",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-emerson-0:4.10.0-43.el9_2.12.noarch",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-eps-0:4.10.0-43.el9_2.12.noarch",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-gce-0:4.10.0-43.el9_2.12.x86_64",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-heuristics-ping-0:4.10.0-43.el9_2.12.noarch",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-hpblade-0:4.10.0-43.el9_2.12.noarch",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-ibm-powervs-0:4.10.0-43.el9_2.12.noarch",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-ibm-vpc-0:4.10.0-43.el9_2.12.noarch",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-ibmblade-0:4.10.0-43.el9_2.12.noarch",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-ifmib-0:4.10.0-43.el9_2.12.noarch",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-ilo-moonshot-0:4.10.0-43.el9_2.12.noarch",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-ilo-mp-0:4.10.0-43.el9_2.12.noarch",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-ilo-ssh-0:4.10.0-43.el9_2.12.noarch",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-ilo2-0:4.10.0-43.el9_2.12.noarch",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-intelmodular-0:4.10.0-43.el9_2.12.noarch",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-ipdu-0:4.10.0-43.el9_2.12.noarch",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-ipmilan-0:4.10.0-43.el9_2.12.noarch",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.12.aarch64",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.12.ppc64le",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.12.s390x",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.12.x86_64",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.aarch64",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.ppc64le",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.s390x",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.12.aarch64",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.12.ppc64le",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.12.s390x",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.12.x86_64",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.aarch64",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.ppc64le",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.s390x",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-lpar-0:4.10.0-43.el9_2.12.noarch",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-mpath-0:4.10.0-43.el9_2.12.noarch",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.12.ppc64le",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.12.x86_64",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.12.aarch64",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.12.ppc64le",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.12.s390x",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.12.x86_64",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-rhevm-0:4.10.0-43.el9_2.12.noarch",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-rsa-0:4.10.0-43.el9_2.12.noarch",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-rsb-0:4.10.0-43.el9_2.12.noarch",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-sbd-0:4.10.0-43.el9_2.12.noarch",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-scsi-0:4.10.0-43.el9_2.12.noarch",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-virsh-0:4.10.0-43.el9_2.12.noarch",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-vmware-rest-0:4.10.0-43.el9_2.12.noarch",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-vmware-soap-0:4.10.0-43.el9_2.12.noarch",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-wti-0:4.10.0-43.el9_2.12.noarch",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-zvm-0:4.10.0-43.el9_2.12.s390x",
            "ResilientStorage-9.2.0.Z.EUS:fence-virt-0:4.10.0-43.el9_2.12.x86_64",
            "ResilientStorage-9.2.0.Z.EUS:fence-virt-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
            "ResilientStorage-9.2.0.Z.EUS:fence-virtd-0:4.10.0-43.el9_2.12.x86_64",
            "ResilientStorage-9.2.0.Z.EUS:fence-virtd-cpg-0:4.10.0-43.el9_2.12.x86_64",
            "ResilientStorage-9.2.0.Z.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
            "ResilientStorage-9.2.0.Z.EUS:fence-virtd-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
            "ResilientStorage-9.2.0.Z.EUS:fence-virtd-libvirt-0:4.10.0-43.el9_2.12.x86_64",
            "ResilientStorage-9.2.0.Z.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
            "ResilientStorage-9.2.0.Z.EUS:fence-virtd-multicast-0:4.10.0-43.el9_2.12.x86_64",
            "ResilientStorage-9.2.0.Z.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
            "ResilientStorage-9.2.0.Z.EUS:fence-virtd-serial-0:4.10.0-43.el9_2.12.x86_64",
            "ResilientStorage-9.2.0.Z.EUS:fence-virtd-serial-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
            "ResilientStorage-9.2.0.Z.EUS:fence-virtd-tcp-0:4.10.0-43.el9_2.12.x86_64",
            "ResilientStorage-9.2.0.Z.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
            "ResilientStorage-9.2.0.Z.EUS:ha-cloud-support-0:4.10.0-43.el9_2.12.x86_64",
            "ResilientStorage-9.2.0.Z.EUS:ha-cloud-support-debuginfo-0:4.10.0-43.el9_2.12.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2025:3111"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "LOCAL",
            "availabilityImpact": "HIGH",
            "baseScore": 7.3,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "HIGH",
            "privilegesRequired": "LOW",
            "scope": "UNCHANGED",
            "userInteraction": "REQUIRED",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "AppStream-9.2.0.Z.EUS:fence-agents-0:4.10.0-43.el9_2.12.src",
            "AppStream-9.2.0.Z.EUS:fence-agents-aliyun-0:4.10.0-43.el9_2.12.x86_64",
            "AppStream-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.12.aarch64",
            "AppStream-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.12.ppc64le",
            "AppStream-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.12.s390x",
            "AppStream-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.12.x86_64",
            "AppStream-9.2.0.Z.EUS:fence-agents-amt-ws-0:4.10.0-43.el9_2.12.noarch",
            "AppStream-9.2.0.Z.EUS:fence-agents-apc-0:4.10.0-43.el9_2.12.noarch",
            "AppStream-9.2.0.Z.EUS:fence-agents-apc-snmp-0:4.10.0-43.el9_2.12.noarch",
            "AppStream-9.2.0.Z.EUS:fence-agents-aws-0:4.10.0-43.el9_2.12.x86_64",
            "AppStream-9.2.0.Z.EUS:fence-agents-azure-arm-0:4.10.0-43.el9_2.12.x86_64",
            "AppStream-9.2.0.Z.EUS:fence-agents-bladecenter-0:4.10.0-43.el9_2.12.noarch",
            "AppStream-9.2.0.Z.EUS:fence-agents-brocade-0:4.10.0-43.el9_2.12.noarch",
            "AppStream-9.2.0.Z.EUS:fence-agents-cisco-mds-0:4.10.0-43.el9_2.12.noarch",
            "AppStream-9.2.0.Z.EUS:fence-agents-cisco-ucs-0:4.10.0-43.el9_2.12.noarch",
            "AppStream-9.2.0.Z.EUS:fence-agents-common-0:4.10.0-43.el9_2.12.noarch",
            "AppStream-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.12.ppc64le",
            "AppStream-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.12.x86_64",
            "AppStream-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.12.aarch64",
            "AppStream-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.12.ppc64le",
            "AppStream-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.12.s390x",
            "AppStream-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
            "AppStream-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.12.aarch64",
            "AppStream-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.12.ppc64le",
            "AppStream-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.12.s390x",
            "AppStream-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.12.x86_64",
            "AppStream-9.2.0.Z.EUS:fence-agents-drac5-0:4.10.0-43.el9_2.12.noarch",
            "AppStream-9.2.0.Z.EUS:fence-agents-eaton-snmp-0:4.10.0-43.el9_2.12.noarch",
            "AppStream-9.2.0.Z.EUS:fence-agents-emerson-0:4.10.0-43.el9_2.12.noarch",
            "AppStream-9.2.0.Z.EUS:fence-agents-eps-0:4.10.0-43.el9_2.12.noarch",
            "AppStream-9.2.0.Z.EUS:fence-agents-gce-0:4.10.0-43.el9_2.12.x86_64",
            "AppStream-9.2.0.Z.EUS:fence-agents-heuristics-ping-0:4.10.0-43.el9_2.12.noarch",
            "AppStream-9.2.0.Z.EUS:fence-agents-hpblade-0:4.10.0-43.el9_2.12.noarch",
            "AppStream-9.2.0.Z.EUS:fence-agents-ibm-powervs-0:4.10.0-43.el9_2.12.noarch",
            "AppStream-9.2.0.Z.EUS:fence-agents-ibm-vpc-0:4.10.0-43.el9_2.12.noarch",
            "AppStream-9.2.0.Z.EUS:fence-agents-ibmblade-0:4.10.0-43.el9_2.12.noarch",
            "AppStream-9.2.0.Z.EUS:fence-agents-ifmib-0:4.10.0-43.el9_2.12.noarch",
            "AppStream-9.2.0.Z.EUS:fence-agents-ilo-moonshot-0:4.10.0-43.el9_2.12.noarch",
            "AppStream-9.2.0.Z.EUS:fence-agents-ilo-mp-0:4.10.0-43.el9_2.12.noarch",
            "AppStream-9.2.0.Z.EUS:fence-agents-ilo-ssh-0:4.10.0-43.el9_2.12.noarch",
            "AppStream-9.2.0.Z.EUS:fence-agents-ilo2-0:4.10.0-43.el9_2.12.noarch",
            "AppStream-9.2.0.Z.EUS:fence-agents-intelmodular-0:4.10.0-43.el9_2.12.noarch",
            "AppStream-9.2.0.Z.EUS:fence-agents-ipdu-0:4.10.0-43.el9_2.12.noarch",
            "AppStream-9.2.0.Z.EUS:fence-agents-ipmilan-0:4.10.0-43.el9_2.12.noarch",
            "AppStream-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.12.aarch64",
            "AppStream-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.12.ppc64le",
            "AppStream-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.12.s390x",
            "AppStream-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.12.x86_64",
            "AppStream-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.aarch64",
            "AppStream-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.ppc64le",
            "AppStream-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.s390x",
            "AppStream-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
            "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.12.aarch64",
            "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.12.ppc64le",
            "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.12.s390x",
            "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.12.x86_64",
            "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.aarch64",
            "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.ppc64le",
            "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.s390x",
            "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
            "AppStream-9.2.0.Z.EUS:fence-agents-lpar-0:4.10.0-43.el9_2.12.noarch",
            "AppStream-9.2.0.Z.EUS:fence-agents-mpath-0:4.10.0-43.el9_2.12.noarch",
            "AppStream-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.12.ppc64le",
            "AppStream-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.12.x86_64",
            "AppStream-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.12.aarch64",
            "AppStream-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.12.ppc64le",
            "AppStream-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.12.s390x",
            "AppStream-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.12.x86_64",
            "AppStream-9.2.0.Z.EUS:fence-agents-rhevm-0:4.10.0-43.el9_2.12.noarch",
            "AppStream-9.2.0.Z.EUS:fence-agents-rsa-0:4.10.0-43.el9_2.12.noarch",
            "AppStream-9.2.0.Z.EUS:fence-agents-rsb-0:4.10.0-43.el9_2.12.noarch",
            "AppStream-9.2.0.Z.EUS:fence-agents-sbd-0:4.10.0-43.el9_2.12.noarch",
            "AppStream-9.2.0.Z.EUS:fence-agents-scsi-0:4.10.0-43.el9_2.12.noarch",
            "AppStream-9.2.0.Z.EUS:fence-agents-virsh-0:4.10.0-43.el9_2.12.noarch",
            "AppStream-9.2.0.Z.EUS:fence-agents-vmware-rest-0:4.10.0-43.el9_2.12.noarch",
            "AppStream-9.2.0.Z.EUS:fence-agents-vmware-soap-0:4.10.0-43.el9_2.12.noarch",
            "AppStream-9.2.0.Z.EUS:fence-agents-wti-0:4.10.0-43.el9_2.12.noarch",
            "AppStream-9.2.0.Z.EUS:fence-agents-zvm-0:4.10.0-43.el9_2.12.s390x",
            "AppStream-9.2.0.Z.EUS:fence-virt-0:4.10.0-43.el9_2.12.x86_64",
            "AppStream-9.2.0.Z.EUS:fence-virt-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
            "AppStream-9.2.0.Z.EUS:fence-virtd-0:4.10.0-43.el9_2.12.x86_64",
            "AppStream-9.2.0.Z.EUS:fence-virtd-cpg-0:4.10.0-43.el9_2.12.x86_64",
            "AppStream-9.2.0.Z.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
            "AppStream-9.2.0.Z.EUS:fence-virtd-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
            "AppStream-9.2.0.Z.EUS:fence-virtd-libvirt-0:4.10.0-43.el9_2.12.x86_64",
            "AppStream-9.2.0.Z.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
            "AppStream-9.2.0.Z.EUS:fence-virtd-multicast-0:4.10.0-43.el9_2.12.x86_64",
            "AppStream-9.2.0.Z.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
            "AppStream-9.2.0.Z.EUS:fence-virtd-serial-0:4.10.0-43.el9_2.12.x86_64",
            "AppStream-9.2.0.Z.EUS:fence-virtd-serial-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
            "AppStream-9.2.0.Z.EUS:fence-virtd-tcp-0:4.10.0-43.el9_2.12.x86_64",
            "AppStream-9.2.0.Z.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
            "AppStream-9.2.0.Z.EUS:ha-cloud-support-0:4.10.0-43.el9_2.12.x86_64",
            "AppStream-9.2.0.Z.EUS:ha-cloud-support-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-0:4.10.0-43.el9_2.12.src",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-aliyun-0:4.10.0-43.el9_2.12.x86_64",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.12.aarch64",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.12.ppc64le",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.12.s390x",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.12.x86_64",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-amt-ws-0:4.10.0-43.el9_2.12.noarch",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-apc-0:4.10.0-43.el9_2.12.noarch",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-apc-snmp-0:4.10.0-43.el9_2.12.noarch",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-aws-0:4.10.0-43.el9_2.12.x86_64",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-azure-arm-0:4.10.0-43.el9_2.12.x86_64",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-bladecenter-0:4.10.0-43.el9_2.12.noarch",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-brocade-0:4.10.0-43.el9_2.12.noarch",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-cisco-mds-0:4.10.0-43.el9_2.12.noarch",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-cisco-ucs-0:4.10.0-43.el9_2.12.noarch",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-common-0:4.10.0-43.el9_2.12.noarch",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.12.ppc64le",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.12.x86_64",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.12.aarch64",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.12.ppc64le",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.12.s390x",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.12.aarch64",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.12.ppc64le",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.12.s390x",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.12.x86_64",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-drac5-0:4.10.0-43.el9_2.12.noarch",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-eaton-snmp-0:4.10.0-43.el9_2.12.noarch",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-emerson-0:4.10.0-43.el9_2.12.noarch",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-eps-0:4.10.0-43.el9_2.12.noarch",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-gce-0:4.10.0-43.el9_2.12.x86_64",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-heuristics-ping-0:4.10.0-43.el9_2.12.noarch",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-hpblade-0:4.10.0-43.el9_2.12.noarch",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-ibm-powervs-0:4.10.0-43.el9_2.12.noarch",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-ibm-vpc-0:4.10.0-43.el9_2.12.noarch",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-ibmblade-0:4.10.0-43.el9_2.12.noarch",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-ifmib-0:4.10.0-43.el9_2.12.noarch",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-ilo-moonshot-0:4.10.0-43.el9_2.12.noarch",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-ilo-mp-0:4.10.0-43.el9_2.12.noarch",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-ilo-ssh-0:4.10.0-43.el9_2.12.noarch",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-ilo2-0:4.10.0-43.el9_2.12.noarch",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-intelmodular-0:4.10.0-43.el9_2.12.noarch",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-ipdu-0:4.10.0-43.el9_2.12.noarch",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-ipmilan-0:4.10.0-43.el9_2.12.noarch",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.12.aarch64",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.12.ppc64le",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.12.s390x",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.12.x86_64",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.aarch64",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.ppc64le",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.s390x",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.12.aarch64",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.12.ppc64le",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.12.s390x",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.12.x86_64",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.aarch64",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.ppc64le",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.s390x",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-lpar-0:4.10.0-43.el9_2.12.noarch",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-mpath-0:4.10.0-43.el9_2.12.noarch",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.12.ppc64le",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.12.x86_64",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.12.aarch64",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.12.ppc64le",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.12.s390x",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.12.x86_64",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-rhevm-0:4.10.0-43.el9_2.12.noarch",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-rsa-0:4.10.0-43.el9_2.12.noarch",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-rsb-0:4.10.0-43.el9_2.12.noarch",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-sbd-0:4.10.0-43.el9_2.12.noarch",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-scsi-0:4.10.0-43.el9_2.12.noarch",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-virsh-0:4.10.0-43.el9_2.12.noarch",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-vmware-rest-0:4.10.0-43.el9_2.12.noarch",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-vmware-soap-0:4.10.0-43.el9_2.12.noarch",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-wti-0:4.10.0-43.el9_2.12.noarch",
            "HighAvailability-9.2.0.Z.EUS:fence-agents-zvm-0:4.10.0-43.el9_2.12.s390x",
            "HighAvailability-9.2.0.Z.EUS:fence-virt-0:4.10.0-43.el9_2.12.x86_64",
            "HighAvailability-9.2.0.Z.EUS:fence-virt-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
            "HighAvailability-9.2.0.Z.EUS:fence-virtd-0:4.10.0-43.el9_2.12.x86_64",
            "HighAvailability-9.2.0.Z.EUS:fence-virtd-cpg-0:4.10.0-43.el9_2.12.x86_64",
            "HighAvailability-9.2.0.Z.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
            "HighAvailability-9.2.0.Z.EUS:fence-virtd-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
            "HighAvailability-9.2.0.Z.EUS:fence-virtd-libvirt-0:4.10.0-43.el9_2.12.x86_64",
            "HighAvailability-9.2.0.Z.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
            "HighAvailability-9.2.0.Z.EUS:fence-virtd-multicast-0:4.10.0-43.el9_2.12.x86_64",
            "HighAvailability-9.2.0.Z.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
            "HighAvailability-9.2.0.Z.EUS:fence-virtd-serial-0:4.10.0-43.el9_2.12.x86_64",
            "HighAvailability-9.2.0.Z.EUS:fence-virtd-serial-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
            "HighAvailability-9.2.0.Z.EUS:fence-virtd-tcp-0:4.10.0-43.el9_2.12.x86_64",
            "HighAvailability-9.2.0.Z.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
            "HighAvailability-9.2.0.Z.EUS:ha-cloud-support-0:4.10.0-43.el9_2.12.x86_64",
            "HighAvailability-9.2.0.Z.EUS:ha-cloud-support-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-0:4.10.0-43.el9_2.12.src",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-aliyun-0:4.10.0-43.el9_2.12.x86_64",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.12.aarch64",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.12.ppc64le",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.12.s390x",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.12.x86_64",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-amt-ws-0:4.10.0-43.el9_2.12.noarch",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-apc-0:4.10.0-43.el9_2.12.noarch",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-apc-snmp-0:4.10.0-43.el9_2.12.noarch",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-aws-0:4.10.0-43.el9_2.12.x86_64",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-azure-arm-0:4.10.0-43.el9_2.12.x86_64",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-bladecenter-0:4.10.0-43.el9_2.12.noarch",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-brocade-0:4.10.0-43.el9_2.12.noarch",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-cisco-mds-0:4.10.0-43.el9_2.12.noarch",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-cisco-ucs-0:4.10.0-43.el9_2.12.noarch",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-common-0:4.10.0-43.el9_2.12.noarch",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.12.ppc64le",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.12.x86_64",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.12.aarch64",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.12.ppc64le",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.12.s390x",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.12.aarch64",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.12.ppc64le",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.12.s390x",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.12.x86_64",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-drac5-0:4.10.0-43.el9_2.12.noarch",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-eaton-snmp-0:4.10.0-43.el9_2.12.noarch",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-emerson-0:4.10.0-43.el9_2.12.noarch",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-eps-0:4.10.0-43.el9_2.12.noarch",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-gce-0:4.10.0-43.el9_2.12.x86_64",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-heuristics-ping-0:4.10.0-43.el9_2.12.noarch",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-hpblade-0:4.10.0-43.el9_2.12.noarch",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-ibm-powervs-0:4.10.0-43.el9_2.12.noarch",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-ibm-vpc-0:4.10.0-43.el9_2.12.noarch",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-ibmblade-0:4.10.0-43.el9_2.12.noarch",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-ifmib-0:4.10.0-43.el9_2.12.noarch",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-ilo-moonshot-0:4.10.0-43.el9_2.12.noarch",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-ilo-mp-0:4.10.0-43.el9_2.12.noarch",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-ilo-ssh-0:4.10.0-43.el9_2.12.noarch",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-ilo2-0:4.10.0-43.el9_2.12.noarch",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-intelmodular-0:4.10.0-43.el9_2.12.noarch",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-ipdu-0:4.10.0-43.el9_2.12.noarch",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-ipmilan-0:4.10.0-43.el9_2.12.noarch",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.12.aarch64",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.12.ppc64le",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.12.s390x",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.12.x86_64",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.aarch64",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.ppc64le",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.s390x",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.12.aarch64",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.12.ppc64le",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.12.s390x",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.12.x86_64",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.aarch64",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.ppc64le",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.s390x",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-lpar-0:4.10.0-43.el9_2.12.noarch",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-mpath-0:4.10.0-43.el9_2.12.noarch",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.12.ppc64le",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.12.x86_64",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.12.aarch64",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.12.ppc64le",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.12.s390x",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.12.x86_64",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-rhevm-0:4.10.0-43.el9_2.12.noarch",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-rsa-0:4.10.0-43.el9_2.12.noarch",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-rsb-0:4.10.0-43.el9_2.12.noarch",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-sbd-0:4.10.0-43.el9_2.12.noarch",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-scsi-0:4.10.0-43.el9_2.12.noarch",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-virsh-0:4.10.0-43.el9_2.12.noarch",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-vmware-rest-0:4.10.0-43.el9_2.12.noarch",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-vmware-soap-0:4.10.0-43.el9_2.12.noarch",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-wti-0:4.10.0-43.el9_2.12.noarch",
            "ResilientStorage-9.2.0.Z.EUS:fence-agents-zvm-0:4.10.0-43.el9_2.12.s390x",
            "ResilientStorage-9.2.0.Z.EUS:fence-virt-0:4.10.0-43.el9_2.12.x86_64",
            "ResilientStorage-9.2.0.Z.EUS:fence-virt-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
            "ResilientStorage-9.2.0.Z.EUS:fence-virtd-0:4.10.0-43.el9_2.12.x86_64",
            "ResilientStorage-9.2.0.Z.EUS:fence-virtd-cpg-0:4.10.0-43.el9_2.12.x86_64",
            "ResilientStorage-9.2.0.Z.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
            "ResilientStorage-9.2.0.Z.EUS:fence-virtd-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
            "ResilientStorage-9.2.0.Z.EUS:fence-virtd-libvirt-0:4.10.0-43.el9_2.12.x86_64",
            "ResilientStorage-9.2.0.Z.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
            "ResilientStorage-9.2.0.Z.EUS:fence-virtd-multicast-0:4.10.0-43.el9_2.12.x86_64",
            "ResilientStorage-9.2.0.Z.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
            "ResilientStorage-9.2.0.Z.EUS:fence-virtd-serial-0:4.10.0-43.el9_2.12.x86_64",
            "ResilientStorage-9.2.0.Z.EUS:fence-virtd-serial-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
            "ResilientStorage-9.2.0.Z.EUS:fence-virtd-tcp-0:4.10.0-43.el9_2.12.x86_64",
            "ResilientStorage-9.2.0.Z.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
            "ResilientStorage-9.2.0.Z.EUS:ha-cloud-support-0:4.10.0-43.el9_2.12.x86_64",
            "ResilientStorage-9.2.0.Z.EUS:ha-cloud-support-debuginfo-0:4.10.0-43.el9_2.12.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Important"
        }
      ],
      "title": "jinja2: Jinja sandbox breakout through attr filter selecting format method"
    }
  ]
}
  rhsa-2025:4018
Vulnerability from csaf_redhat
Notes
{
  "document": {
    "aggregate_severity": {
      "namespace": "https://access.redhat.com/security/updates/classification/",
      "text": "Important"
    },
    "category": "csaf_security_advisory",
    "csaf_version": "2.0",
    "distribution": {
      "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
      "tlp": {
        "label": "WHITE",
        "url": "https://www.first.org/tlp/"
      }
    },
    "lang": "en",
    "notes": [
      {
        "category": "summary",
        "text": "Red Hat OpenShift Container Platform release 4.18.10 is now available with updates to packages and images that fix several bugs.\n\nThis release includes a security update for Red Hat OpenShift Container Platform 4.18.\n\nRed Hat Product Security has rated this update as having a security impact of important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
        "title": "Topic"
      },
      {
        "category": "general",
        "text": "Red Hat OpenShift Container Platform is Red Hat\u0027s cloud computing Kubernetes application platform solution designed for on-premise or private cloud deployments.\n\nThis advisory contains the RPM packages for Red Hat OpenShift Container Platform 4.18.10. See the following advisory for the container images for this release:\n\nhttps://access.redhat.com/errata/RHSA-2025:4019\n\nSecurity Fix(es):\n\n* jinja2: Jinja sandbox breakout through attr filter selecting format\nmethod (CVE-2025-27516)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAll OpenShift Container Platform 4.18 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.18/html-single/updating_clusters/index#updating-cluster-cli.",
        "title": "Details"
      },
      {
        "category": "legal_disclaimer",
        "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
        "title": "Terms of Use"
      }
    ],
    "publisher": {
      "category": "vendor",
      "contact_details": "https://access.redhat.com/security/team/contact/",
      "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
      "name": "Red Hat Product Security",
      "namespace": "https://www.redhat.com"
    },
    "references": [
      {
        "category": "self",
        "summary": "https://access.redhat.com/errata/RHSA-2025:4018",
        "url": "https://access.redhat.com/errata/RHSA-2025:4018"
      },
      {
        "category": "external",
        "summary": "https://access.redhat.com/security/updates/classification/#important",
        "url": "https://access.redhat.com/security/updates/classification/#important"
      },
      {
        "category": "external",
        "summary": "2350190",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2350190"
      },
      {
        "category": "external",
        "summary": "OCPBUGS-54958",
        "url": "https://issues.redhat.com/browse/OCPBUGS-54958"
      },
      {
        "category": "self",
        "summary": "Canonical URL",
        "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_4018.json"
      }
    ],
    "title": "Red Hat Security Advisory: OpenShift Container Platform 4.18.10 security and extras update",
    "tracking": {
      "current_release_date": "2025-10-28T19:42:49+00:00",
      "generator": {
        "date": "2025-10-28T19:42:49+00:00",
        "engine": {
          "name": "Red Hat SDEngine",
          "version": "4.6.10"
        }
      },
      "id": "RHSA-2025:4018",
      "initial_release_date": "2025-04-22T14:51:20+00:00",
      "revision_history": [
        {
          "date": "2025-04-22T14:51:20+00:00",
          "number": "1",
          "summary": "Initial version"
        },
        {
          "date": "2025-04-22T14:51:20+00:00",
          "number": "2",
          "summary": "Last updated version"
        },
        {
          "date": "2025-10-28T19:42:49+00:00",
          "number": "3",
          "summary": "Last generated version"
        }
      ],
      "status": "final",
      "version": "3"
    }
  },
  "product_tree": {
    "branches": [
      {
        "branches": [
          {
            "branches": [
              {
                "category": "product_name",
                "name": "Red Hat OpenShift Container Platform 4.18",
                "product": {
                  "name": "Red Hat OpenShift Container Platform 4.18",
                  "product_id": "9Base-RHOSE-4.18",
                  "product_identification_helper": {
                    "cpe": "cpe:/a:redhat:openshift:4.18::el9"
                  }
                }
              }
            ],
            "category": "product_family",
            "name": "Red Hat OpenShift Enterprise"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "openshift4/ose-cloud-event-proxy-rhel9@sha256:c27150745dadce797773c0bd85701fbedc02b6277cec0f6e3366b092e06c024f_amd64",
                "product": {
                  "name": "openshift4/ose-cloud-event-proxy-rhel9@sha256:c27150745dadce797773c0bd85701fbedc02b6277cec0f6e3366b092e06c024f_amd64",
                  "product_id": "openshift4/ose-cloud-event-proxy-rhel9@sha256:c27150745dadce797773c0bd85701fbedc02b6277cec0f6e3366b092e06c024f_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cloud-event-proxy-rhel9@sha256:c27150745dadce797773c0bd85701fbedc02b6277cec0f6e3366b092e06c024f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9\u0026tag=v4.18.0-202504170406.p0.g15bc9b7.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-nfd-rhel9-operator@sha256:2b989411c269cb2167a19c59a013b2cf166eb98f70110acc209ea32c11c554fc_amd64",
                "product": {
                  "name": "openshift4/ose-cluster-nfd-rhel9-operator@sha256:2b989411c269cb2167a19c59a013b2cf166eb98f70110acc209ea32c11c554fc_amd64",
                  "product_id": "openshift4/ose-cluster-nfd-rhel9-operator@sha256:2b989411c269cb2167a19c59a013b2cf166eb98f70110acc209ea32c11c554fc_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-nfd-rhel9-operator@sha256:2b989411c269cb2167a19c59a013b2cf166eb98f70110acc209ea32c11c554fc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator\u0026tag=v4.18.0-202504151633.p0.g81dbe28.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-dpu-cni-rhel9@sha256:28b3ffe8a562cd543cd5fa9d6a2229861e414d0da4b12f43ff45aebc2d3ad10a_amd64",
                "product": {
                  "name": "openshift4/ose-dpu-cni-rhel9@sha256:28b3ffe8a562cd543cd5fa9d6a2229861e414d0da4b12f43ff45aebc2d3ad10a_amd64",
                  "product_id": "openshift4/ose-dpu-cni-rhel9@sha256:28b3ffe8a562cd543cd5fa9d6a2229861e414d0da4b12f43ff45aebc2d3ad10a_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-dpu-cni-rhel9@sha256:28b3ffe8a562cd543cd5fa9d6a2229861e414d0da4b12f43ff45aebc2d3ad10a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-cni-rhel9\u0026tag=v4.18.0-202504151633.p0.g99f3e30.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-dpu-daemon-rhel9@sha256:2eabecda53b5892047bc2baa5dd88e65a0c7ba99ccc2b6a236ae728472eac148_amd64",
                "product": {
                  "name": "openshift4/ose-dpu-daemon-rhel9@sha256:2eabecda53b5892047bc2baa5dd88e65a0c7ba99ccc2b6a236ae728472eac148_amd64",
                  "product_id": "openshift4/ose-dpu-daemon-rhel9@sha256:2eabecda53b5892047bc2baa5dd88e65a0c7ba99ccc2b6a236ae728472eac148_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-dpu-daemon-rhel9@sha256:2eabecda53b5892047bc2baa5dd88e65a0c7ba99ccc2b6a236ae728472eac148?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-daemon-rhel9\u0026tag=v4.18.0-202504151633.p0.g99f3e30.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-dpu-rhel9-operator@sha256:d6411c3ce3b422c518d6971900fe2dcc17aa81cb133e05b9e695411a80de71da_amd64",
                "product": {
                  "name": "openshift4/ose-dpu-rhel9-operator@sha256:d6411c3ce3b422c518d6971900fe2dcc17aa81cb133e05b9e695411a80de71da_amd64",
                  "product_id": "openshift4/ose-dpu-rhel9-operator@sha256:d6411c3ce3b422c518d6971900fe2dcc17aa81cb133e05b9e695411a80de71da_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-dpu-rhel9-operator@sha256:d6411c3ce3b422c518d6971900fe2dcc17aa81cb133e05b9e695411a80de71da?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-rhel9-operator\u0026tag=v4.18.0-202504151633.p0.g99f3e30.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-sriov-infiniband-cni-rhel9@sha256:aed25799a0809f3d32b79e630727fb633ca3071bb42197c3d128528bd7074ea3_amd64",
                "product": {
                  "name": "openshift4/ose-sriov-infiniband-cni-rhel9@sha256:aed25799a0809f3d32b79e630727fb633ca3071bb42197c3d128528bd7074ea3_amd64",
                  "product_id": "openshift4/ose-sriov-infiniband-cni-rhel9@sha256:aed25799a0809f3d32b79e630727fb633ca3071bb42197c3d128528bd7074ea3_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-sriov-infiniband-cni-rhel9@sha256:aed25799a0809f3d32b79e630727fb633ca3071bb42197c3d128528bd7074ea3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9\u0026tag=v4.18.0-202504151633.p0.gc0d7e06.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ingress-node-firewall-rhel9@sha256:bd8a2458c2ee30a78d6268a0315dce62922a76fd9b0db985cb7b18591276407c_amd64",
                "product": {
                  "name": "openshift4/ingress-node-firewall-rhel9@sha256:bd8a2458c2ee30a78d6268a0315dce62922a76fd9b0db985cb7b18591276407c_amd64",
                  "product_id": "openshift4/ingress-node-firewall-rhel9@sha256:bd8a2458c2ee30a78d6268a0315dce62922a76fd9b0db985cb7b18591276407c_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ingress-node-firewall-rhel9@sha256:bd8a2458c2ee30a78d6268a0315dce62922a76fd9b0db985cb7b18591276407c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ingress-node-firewall-rhel9\u0026tag=v4.18.0-202504151633.p0.g1e43b4c.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ingress-node-firewall-rhel9-operator@sha256:af8eb2d51f10afa50ae2645d6abe0ab66e90de8bb9be5c27da435790afc2d616_amd64",
                "product": {
                  "name": "openshift4/ingress-node-firewall-rhel9-operator@sha256:af8eb2d51f10afa50ae2645d6abe0ab66e90de8bb9be5c27da435790afc2d616_amd64",
                  "product_id": "openshift4/ingress-node-firewall-rhel9-operator@sha256:af8eb2d51f10afa50ae2645d6abe0ab66e90de8bb9be5c27da435790afc2d616_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ingress-node-firewall-rhel9-operator@sha256:af8eb2d51f10afa50ae2645d6abe0ab66e90de8bb9be5c27da435790afc2d616?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator\u0026tag=v4.18.0-202504151633.p0.g1e43b4c.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/kube-compare-artifacts-rhel9@sha256:d381c53e8a8e7414ec7877bdbb882c9d95bbdd1811e44a43fc122912e4864019_amd64",
                "product": {
                  "name": "openshift4/kube-compare-artifacts-rhel9@sha256:d381c53e8a8e7414ec7877bdbb882c9d95bbdd1811e44a43fc122912e4864019_amd64",
                  "product_id": "openshift4/kube-compare-artifacts-rhel9@sha256:d381c53e8a8e7414ec7877bdbb882c9d95bbdd1811e44a43fc122912e4864019_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/kube-compare-artifacts-rhel9@sha256:d381c53e8a8e7414ec7877bdbb882c9d95bbdd1811e44a43fc122912e4864019?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/kube-compare-artifacts-rhel9\u0026tag=v4.18.0-202504151633.p0.g5f72471.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-local-storage-diskmaker-rhel9@sha256:3cd2d4f81dba702d04e5adba9907503f837eef358c0f7d8d0fa2a6cbeb4cdcf0_amd64",
                "product": {
                  "name": "openshift4/ose-local-storage-diskmaker-rhel9@sha256:3cd2d4f81dba702d04e5adba9907503f837eef358c0f7d8d0fa2a6cbeb4cdcf0_amd64",
                  "product_id": "openshift4/ose-local-storage-diskmaker-rhel9@sha256:3cd2d4f81dba702d04e5adba9907503f837eef358c0f7d8d0fa2a6cbeb4cdcf0_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-local-storage-diskmaker-rhel9@sha256:3cd2d4f81dba702d04e5adba9907503f837eef358c0f7d8d0fa2a6cbeb4cdcf0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9\u0026tag=v4.18.0-202504151633.p0.g90b710f.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-local-storage-rhel9-operator@sha256:e31ee5fa2e6cc1d964031c6e9b8d872634368bbcaebff2cf3d775cf073c6b0f7_amd64",
                "product": {
                  "name": "openshift4/ose-local-storage-rhel9-operator@sha256:e31ee5fa2e6cc1d964031c6e9b8d872634368bbcaebff2cf3d775cf073c6b0f7_amd64",
                  "product_id": "openshift4/ose-local-storage-rhel9-operator@sha256:e31ee5fa2e6cc1d964031c6e9b8d872634368bbcaebff2cf3d775cf073c6b0f7_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-local-storage-rhel9-operator@sha256:e31ee5fa2e6cc1d964031c6e9b8d872634368bbcaebff2cf3d775cf073c6b0f7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-rhel9-operator\u0026tag=v4.18.0-202504151633.p0.g90b710f.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/nmstate-console-plugin-rhel9@sha256:1dc19095c278fb5ea023654c4402006b9e33f482f052dd9d2edfe235b1304035_amd64",
                "product": {
                  "name": "openshift4/nmstate-console-plugin-rhel9@sha256:1dc19095c278fb5ea023654c4402006b9e33f482f052dd9d2edfe235b1304035_amd64",
                  "product_id": "openshift4/nmstate-console-plugin-rhel9@sha256:1dc19095c278fb5ea023654c4402006b9e33f482f052dd9d2edfe235b1304035_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/nmstate-console-plugin-rhel9@sha256:1dc19095c278fb5ea023654c4402006b9e33f482f052dd9d2edfe235b1304035?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/nmstate-console-plugin-rhel9\u0026tag=v4.18.0-202504160308.p0.g9f866a2.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-node-feature-discovery-rhel9@sha256:c898cbac54339c401233fcda8e7add6032102d44bd1403a9a051570fc3a341a7_amd64",
                "product": {
                  "name": "openshift4/ose-node-feature-discovery-rhel9@sha256:c898cbac54339c401233fcda8e7add6032102d44bd1403a9a051570fc3a341a7_amd64",
                  "product_id": "openshift4/ose-node-feature-discovery-rhel9@sha256:c898cbac54339c401233fcda8e7add6032102d44bd1403a9a051570fc3a341a7_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-node-feature-discovery-rhel9@sha256:c898cbac54339c401233fcda8e7add6032102d44bd1403a9a051570fc3a341a7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9\u0026tag=v4.18.0-202504151633.p0.g939df7b.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-ansible-rhel9-operator@sha256:3f6e91a46c35427bcf93bb5bdac2e129f1708ac65d0c25f3a02034f9d37a5f1f_amd64",
                "product": {
                  "name": "openshift4/ose-ansible-rhel9-operator@sha256:3f6e91a46c35427bcf93bb5bdac2e129f1708ac65d0c25f3a02034f9d37a5f1f_amd64",
                  "product_id": "openshift4/ose-ansible-rhel9-operator@sha256:3f6e91a46c35427bcf93bb5bdac2e129f1708ac65d0c25f3a02034f9d37a5f1f_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-ansible-rhel9-operator@sha256:3f6e91a46c35427bcf93bb5bdac2e129f1708ac65d0c25f3a02034f9d37a5f1f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ansible-rhel9-operator\u0026tag=v4.18.0-202504160934.p0.gb276665.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-capacity-rhel9@sha256:3623a4f1f65e683d6d4c297c11e4523a118438c04e6edbc7e8ee8bbaf2d18d39_amd64",
                "product": {
                  "name": "openshift4/ose-cluster-capacity-rhel9@sha256:3623a4f1f65e683d6d4c297c11e4523a118438c04e6edbc7e8ee8bbaf2d18d39_amd64",
                  "product_id": "openshift4/ose-cluster-capacity-rhel9@sha256:3623a4f1f65e683d6d4c297c11e4523a118438c04e6edbc7e8ee8bbaf2d18d39_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-capacity-rhel9@sha256:3623a4f1f65e683d6d4c297c11e4523a118438c04e6edbc7e8ee8bbaf2d18d39?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capacity-rhel9\u0026tag=v4.18.0-202504151633.p0.gbe5401d.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-helm-rhel9-operator@sha256:d9e1c0661b52a53f5e65c4191ad05d6010daa1c76345d3f6b57ad626d6bf262c_amd64",
                "product": {
                  "name": "openshift4/ose-helm-rhel9-operator@sha256:d9e1c0661b52a53f5e65c4191ad05d6010daa1c76345d3f6b57ad626d6bf262c_amd64",
                  "product_id": "openshift4/ose-helm-rhel9-operator@sha256:d9e1c0661b52a53f5e65c4191ad05d6010daa1c76345d3f6b57ad626d6bf262c_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-helm-rhel9-operator@sha256:d9e1c0661b52a53f5e65c4191ad05d6010daa1c76345d3f6b57ad626d6bf262c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-helm-rhel9-operator\u0026tag=v4.18.0-202504151633.p0.gce80aa9.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-operator-sdk-rhel9@sha256:7742ffdcc96c16eb233771edc501027694d044abdfbc9dea5eacf2c9bce2713f_amd64",
                "product": {
                  "name": "openshift4/ose-operator-sdk-rhel9@sha256:7742ffdcc96c16eb233771edc501027694d044abdfbc9dea5eacf2c9bce2713f_amd64",
                  "product_id": "openshift4/ose-operator-sdk-rhel9@sha256:7742ffdcc96c16eb233771edc501027694d044abdfbc9dea5eacf2c9bce2713f_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-operator-sdk-rhel9@sha256:7742ffdcc96c16eb233771edc501027694d044abdfbc9dea5eacf2c9bce2713f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-sdk-rhel9\u0026tag=v4.18.0-202504160308.p0.gce80aa9.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:483ff979fe0e5e84322bf9f9705ea9b13e015bf2bfc663bfa2b99614cd186a89_amd64",
                "product": {
                  "name": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:483ff979fe0e5e84322bf9f9705ea9b13e015bf2bfc663bfa2b99614cd186a89_amd64",
                  "product_id": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:483ff979fe0e5e84322bf9f9705ea9b13e015bf2bfc663bfa2b99614cd186a89_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-kubernetes-nmstate-handler-rhel9@sha256:483ff979fe0e5e84322bf9f9705ea9b13e015bf2bfc663bfa2b99614cd186a89?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9\u0026tag=v4.18.0-202504151633.p0.g2179860.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:82ba7dd5eb72b5494a304b2581921f1d204b775a37409ba5f74476ac5bc0e905_amd64",
                "product": {
                  "name": "openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:82ba7dd5eb72b5494a304b2581921f1d204b775a37409ba5f74476ac5bc0e905_amd64",
                  "product_id": "openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:82ba7dd5eb72b5494a304b2581921f1d204b775a37409ba5f74476ac5bc0e905_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-aws-efs-csi-driver-container-rhel9@sha256:82ba7dd5eb72b5494a304b2581921f1d204b775a37409ba5f74476ac5bc0e905?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9\u0026tag=v4.18.0-202504151633.p0.gcaf6889.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:e780e01a2b82e5f68497c4d80c1595002824de29c12ef41f39a0b63504d7ac18_amd64",
                "product": {
                  "name": "openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:e780e01a2b82e5f68497c4d80c1595002824de29c12ef41f39a0b63504d7ac18_amd64",
                  "product_id": "openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:e780e01a2b82e5f68497c4d80c1595002824de29c12ef41f39a0b63504d7ac18_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-aws-efs-csi-driver-rhel9-operator@sha256:e780e01a2b82e5f68497c4d80c1595002824de29c12ef41f39a0b63504d7ac18?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator\u0026tag=v4.18.0-202504160308.p0.gcdc9d64.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-clusterresourceoverride-rhel9@sha256:b6aa2501b7b5411c24686a9032192530cd10167f1b633982f6ca2710c7f260b5_amd64",
                "product": {
                  "name": "openshift4/ose-clusterresourceoverride-rhel9@sha256:b6aa2501b7b5411c24686a9032192530cd10167f1b633982f6ca2710c7f260b5_amd64",
                  "product_id": "openshift4/ose-clusterresourceoverride-rhel9@sha256:b6aa2501b7b5411c24686a9032192530cd10167f1b633982f6ca2710c7f260b5_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-clusterresourceoverride-rhel9@sha256:b6aa2501b7b5411c24686a9032192530cd10167f1b633982f6ca2710c7f260b5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9\u0026tag=v4.18.0-202504151633.p0.g513e458.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:062a8464642c3b7d7294cf14e8edd137b1695eef29314f98af458940458dbf57_amd64",
                "product": {
                  "name": "openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:062a8464642c3b7d7294cf14e8edd137b1695eef29314f98af458940458dbf57_amd64",
                  "product_id": "openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:062a8464642c3b7d7294cf14e8edd137b1695eef29314f98af458940458dbf57_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-clusterresourceoverride-rhel9-operator@sha256:062a8464642c3b7d7294cf14e8edd137b1695eef29314f98af458940458dbf57?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator\u0026tag=v4.18.0-202504151633.p0.g1777e1b.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:b43096db3c8648eeaa6d76c6ec20380a01a8385c8f0af003f8fe269e5538c05c_amd64",
                "product": {
                  "name": "openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:b43096db3c8648eeaa6d76c6ec20380a01a8385c8f0af003f8fe269e5538c05c_amd64",
                  "product_id": "openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:b43096db3c8648eeaa6d76c6ec20380a01a8385c8f0af003f8fe269e5538c05c_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-gcp-filestore-csi-driver-rhel9@sha256:b43096db3c8648eeaa6d76c6ec20380a01a8385c8f0af003f8fe269e5538c05c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9\u0026tag=v4.18.0-202504151633.p0.g38ef2d6.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:30925d5267a0c88f9331f30e84a8a8eef56ab75114c04793249b43b468eb4ca2_amd64",
                "product": {
                  "name": "openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:30925d5267a0c88f9331f30e84a8a8eef56ab75114c04793249b43b468eb4ca2_amd64",
                  "product_id": "openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:30925d5267a0c88f9331f30e84a8a8eef56ab75114c04793249b43b468eb4ca2_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:30925d5267a0c88f9331f30e84a8a8eef56ab75114c04793249b43b468eb4ca2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator\u0026tag=v4.18.0-202504151633.p0.g3a8419f.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:bcbf8ae25f9614bd839369c82e4244584dbea2619f05007fcb9f3a08ffe21d56_amd64",
                "product": {
                  "name": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:bcbf8ae25f9614bd839369c82e4244584dbea2619f05007fcb9f3a08ffe21d56_amd64",
                  "product_id": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:bcbf8ae25f9614bd839369c82e4244584dbea2619f05007fcb9f3a08ffe21d56_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/kubernetes-nmstate-rhel9-operator@sha256:bcbf8ae25f9614bd839369c82e4244584dbea2619f05007fcb9f3a08ffe21d56?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator\u0026tag=v4.18.0-202504160308.p0.g2179860.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-ptp-rhel9@sha256:fd8c3b77dfdae4f5430fe50cd71a49884c11ccdb3f98cc9946e4dd3eff63596f_amd64",
                "product": {
                  "name": "openshift4/ose-ptp-rhel9@sha256:fd8c3b77dfdae4f5430fe50cd71a49884c11ccdb3f98cc9946e4dd3eff63596f_amd64",
                  "product_id": "openshift4/ose-ptp-rhel9@sha256:fd8c3b77dfdae4f5430fe50cd71a49884c11ccdb3f98cc9946e4dd3eff63596f_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-ptp-rhel9@sha256:fd8c3b77dfdae4f5430fe50cd71a49884c11ccdb3f98cc9946e4dd3eff63596f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ptp-rhel9\u0026tag=v4.18.0-202504151633.p0.ge9fbf09.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-local-storage-mustgather-rhel9@sha256:71af9fafc264595d1fa6d69620ba6917483d96ecfdbc526a943f51b47aeff452_amd64",
                "product": {
                  "name": "openshift4/ose-local-storage-mustgather-rhel9@sha256:71af9fafc264595d1fa6d69620ba6917483d96ecfdbc526a943f51b47aeff452_amd64",
                  "product_id": "openshift4/ose-local-storage-mustgather-rhel9@sha256:71af9fafc264595d1fa6d69620ba6917483d96ecfdbc526a943f51b47aeff452_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-local-storage-mustgather-rhel9@sha256:71af9fafc264595d1fa6d69620ba6917483d96ecfdbc526a943f51b47aeff452?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9\u0026tag=v4.18.0-202504151633.p0.g90b710f.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/metallb-rhel9@sha256:85e241056ecf9c39855d0c6e84533d6c3399a3bb95caa78f48b600ff3064ed21_amd64",
                "product": {
                  "name": "openshift4/metallb-rhel9@sha256:85e241056ecf9c39855d0c6e84533d6c3399a3bb95caa78f48b600ff3064ed21_amd64",
                  "product_id": "openshift4/metallb-rhel9@sha256:85e241056ecf9c39855d0c6e84533d6c3399a3bb95caa78f48b600ff3064ed21_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/metallb-rhel9@sha256:85e241056ecf9c39855d0c6e84533d6c3399a3bb95caa78f48b600ff3064ed21?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel9\u0026tag=v4.18.0-202504151633.p0.gc216036.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/metallb-rhel9-operator@sha256:fbb4181fd14ebc003422ec6e7b4ef60668ef2058db133d46fadc30b893bc5d4a_amd64",
                "product": {
                  "name": "openshift4/metallb-rhel9-operator@sha256:fbb4181fd14ebc003422ec6e7b4ef60668ef2058db133d46fadc30b893bc5d4a_amd64",
                  "product_id": "openshift4/metallb-rhel9-operator@sha256:fbb4181fd14ebc003422ec6e7b4ef60668ef2058db133d46fadc30b893bc5d4a_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/metallb-rhel9-operator@sha256:fbb4181fd14ebc003422ec6e7b4ef60668ef2058db133d46fadc30b893bc5d4a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel9-operator\u0026tag=v4.18.0-202504151633.p0.gff92846.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-ptp-rhel9-operator@sha256:b678a4cdcd0330bee6a805bb091b9a833fb2283efd6ae15dc1ddea95483d2c2c_amd64",
                "product": {
                  "name": "openshift4/ose-ptp-rhel9-operator@sha256:b678a4cdcd0330bee6a805bb091b9a833fb2283efd6ae15dc1ddea95483d2c2c_amd64",
                  "product_id": "openshift4/ose-ptp-rhel9-operator@sha256:b678a4cdcd0330bee6a805bb091b9a833fb2283efd6ae15dc1ddea95483d2c2c_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-ptp-rhel9-operator@sha256:b678a4cdcd0330bee6a805bb091b9a833fb2283efd6ae15dc1ddea95483d2c2c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ptp-rhel9-operator\u0026tag=v4.18.0-202504170406.p0.gd47aaca.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-secrets-store-csi-driver-rhel9@sha256:d56f803687b759e2bfd00c5c7c010164f3ac2a4b8c410f7c9d8a90c63f289ac2_amd64",
                "product": {
                  "name": "openshift4/ose-secrets-store-csi-driver-rhel9@sha256:d56f803687b759e2bfd00c5c7c010164f3ac2a4b8c410f7c9d8a90c63f289ac2_amd64",
                  "product_id": "openshift4/ose-secrets-store-csi-driver-rhel9@sha256:d56f803687b759e2bfd00c5c7c010164f3ac2a4b8c410f7c9d8a90c63f289ac2_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-secrets-store-csi-driver-rhel9@sha256:d56f803687b759e2bfd00c5c7c010164f3ac2a4b8c410f7c9d8a90c63f289ac2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9\u0026tag=v4.18.0-202504151633.p0.gad04a75.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:66c32dd1e8c0efdc1f144540c7aaa3870838964023d2bbbe3d2f7ad499b6d9d5_amd64",
                "product": {
                  "name": "openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:66c32dd1e8c0efdc1f144540c7aaa3870838964023d2bbbe3d2f7ad499b6d9d5_amd64",
                  "product_id": "openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:66c32dd1e8c0efdc1f144540c7aaa3870838964023d2bbbe3d2f7ad499b6d9d5_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-secrets-store-csi-driver-rhel9-operator@sha256:66c32dd1e8c0efdc1f144540c7aaa3870838964023d2bbbe3d2f7ad499b6d9d5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator\u0026tag=v4.18.0-202504151633.p0.g2aac830.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:757264af60bccd14324449a927c6eb8658051dfeb32942b178fccc6d47b4d084_amd64",
                "product": {
                  "name": "openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:757264af60bccd14324449a927c6eb8658051dfeb32942b178fccc6d47b4d084_amd64",
                  "product_id": "openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:757264af60bccd14324449a927c6eb8658051dfeb32942b178fccc6d47b4d084_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-secrets-store-csi-mustgather-rhel9@sha256:757264af60bccd14324449a927c6eb8658051dfeb32942b178fccc6d47b4d084?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9\u0026tag=v4.18.0-202504151633.p0.g2aac830.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-smb-csi-driver-rhel9@sha256:c3da101719a01fb410f03fcf10319c59b22ed2dfb366ca751ebd467dc5cff748_amd64",
                "product": {
                  "name": "openshift4/ose-smb-csi-driver-rhel9@sha256:c3da101719a01fb410f03fcf10319c59b22ed2dfb366ca751ebd467dc5cff748_amd64",
                  "product_id": "openshift4/ose-smb-csi-driver-rhel9@sha256:c3da101719a01fb410f03fcf10319c59b22ed2dfb366ca751ebd467dc5cff748_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-smb-csi-driver-rhel9@sha256:c3da101719a01fb410f03fcf10319c59b22ed2dfb366ca751ebd467dc5cff748?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9\u0026tag=v4.18.0-202504151633.p0.gf54b02e.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-smb-csi-driver-rhel9-operator@sha256:6f2278fdf413136644ce55d84d4214872753d427bfccf165fd414c4bf6988007_amd64",
                "product": {
                  "name": "openshift4/ose-smb-csi-driver-rhel9-operator@sha256:6f2278fdf413136644ce55d84d4214872753d427bfccf165fd414c4bf6988007_amd64",
                  "product_id": "openshift4/ose-smb-csi-driver-rhel9-operator@sha256:6f2278fdf413136644ce55d84d4214872753d427bfccf165fd414c4bf6988007_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-smb-csi-driver-rhel9-operator@sha256:6f2278fdf413136644ce55d84d4214872753d427bfccf165fd414c4bf6988007?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator\u0026tag=v4.18.0-202504151633.p0.gcdc9d64.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/sriov-network-metrics-exporter-rhel9@sha256:64d839608d5a61e3a5148e718c7cbf51261f7b24757811d08e43d71172cfb9b1_amd64",
                "product": {
                  "name": "openshift4/sriov-network-metrics-exporter-rhel9@sha256:64d839608d5a61e3a5148e718c7cbf51261f7b24757811d08e43d71172cfb9b1_amd64",
                  "product_id": "openshift4/sriov-network-metrics-exporter-rhel9@sha256:64d839608d5a61e3a5148e718c7cbf51261f7b24757811d08e43d71172cfb9b1_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/sriov-network-metrics-exporter-rhel9@sha256:64d839608d5a61e3a5148e718c7cbf51261f7b24757811d08e43d71172cfb9b1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9\u0026tag=v4.18.0-202504151633.p0.gf54736e.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:64d839608d5a61e3a5148e718c7cbf51261f7b24757811d08e43d71172cfb9b1_amd64",
                "product": {
                  "name": "openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:64d839608d5a61e3a5148e718c7cbf51261f7b24757811d08e43d71172cfb9b1_amd64",
                  "product_id": "openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:64d839608d5a61e3a5148e718c7cbf51261f7b24757811d08e43d71172cfb9b1_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-sriov-network-metrics-exporter-rhel9@sha256:64d839608d5a61e3a5148e718c7cbf51261f7b24757811d08e43d71172cfb9b1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9\u0026tag=v4.18.0-202504151633.p0.gf54736e.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/rdma-cni-rhel9@sha256:cdc637bebc96ee47ab4dd1d716af98e6900f5218c35989ad27380732b2e8f5e3_amd64",
                "product": {
                  "name": "openshift4/rdma-cni-rhel9@sha256:cdc637bebc96ee47ab4dd1d716af98e6900f5218c35989ad27380732b2e8f5e3_amd64",
                  "product_id": "openshift4/rdma-cni-rhel9@sha256:cdc637bebc96ee47ab4dd1d716af98e6900f5218c35989ad27380732b2e8f5e3_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/rdma-cni-rhel9@sha256:cdc637bebc96ee47ab4dd1d716af98e6900f5218c35989ad27380732b2e8f5e3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/rdma-cni-rhel9\u0026tag=v4.18.0-202504151633.p0.gf8e5d55.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-sriov-rdma-cni-rhel9@sha256:cdc637bebc96ee47ab4dd1d716af98e6900f5218c35989ad27380732b2e8f5e3_amd64",
                "product": {
                  "name": "openshift4/ose-sriov-rdma-cni-rhel9@sha256:cdc637bebc96ee47ab4dd1d716af98e6900f5218c35989ad27380732b2e8f5e3_amd64",
                  "product_id": "openshift4/ose-sriov-rdma-cni-rhel9@sha256:cdc637bebc96ee47ab4dd1d716af98e6900f5218c35989ad27380732b2e8f5e3_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-sriov-rdma-cni-rhel9@sha256:cdc637bebc96ee47ab4dd1d716af98e6900f5218c35989ad27380732b2e8f5e3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9\u0026tag=v4.18.0-202504151633.p0.gf8e5d55.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:b5d3586f4a3a18faa243c7b06c0153385e6160847924177f91ac7964572b95ad_amd64",
                "product": {
                  "name": "openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:b5d3586f4a3a18faa243c7b06c0153385e6160847924177f91ac7964572b95ad_amd64",
                  "product_id": "openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:b5d3586f4a3a18faa243c7b06c0153385e6160847924177f91ac7964572b95ad_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-vertical-pod-autoscaler-rhel9@sha256:b5d3586f4a3a18faa243c7b06c0153385e6160847924177f91ac7964572b95ad?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9\u0026tag=v4.18.0-202504151633.p0.gd1afaf4.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:b17f6714183690e91d17d4f22520858b393ea53cd6e52240dd9ec77d441e06a4_amd64",
                "product": {
                  "name": "openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:b17f6714183690e91d17d4f22520858b393ea53cd6e52240dd9ec77d441e06a4_amd64",
                  "product_id": "openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:b17f6714183690e91d17d4f22520858b393ea53cd6e52240dd9ec77d441e06a4_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-vertical-pod-autoscaler-rhel9-operator@sha256:b17f6714183690e91d17d4f22520858b393ea53cd6e52240dd9ec77d441e06a4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator\u0026tag=v4.18.0-202504151633.p0.g4966916.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/pf-status-relay-rhel9@sha256:0a4b7bf51ba1cfa4939196b81923318dd35f2c487c997260ceb210351b742cfb_amd64",
                "product": {
                  "name": "openshift4/pf-status-relay-rhel9@sha256:0a4b7bf51ba1cfa4939196b81923318dd35f2c487c997260ceb210351b742cfb_amd64",
                  "product_id": "openshift4/pf-status-relay-rhel9@sha256:0a4b7bf51ba1cfa4939196b81923318dd35f2c487c997260ceb210351b742cfb_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/pf-status-relay-rhel9@sha256:0a4b7bf51ba1cfa4939196b81923318dd35f2c487c997260ceb210351b742cfb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/pf-status-relay-rhel9\u0026tag=v4.18.0-202504151633.p0.g8b14c8e.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/pf-status-relay-rhel9-operator@sha256:d8479313e4a86f7858cd4248f227522f83f1ff733c471be3e4006aedb385209d_amd64",
                "product": {
                  "name": "openshift4/pf-status-relay-rhel9-operator@sha256:d8479313e4a86f7858cd4248f227522f83f1ff733c471be3e4006aedb385209d_amd64",
                  "product_id": "openshift4/pf-status-relay-rhel9-operator@sha256:d8479313e4a86f7858cd4248f227522f83f1ff733c471be3e4006aedb385209d_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/pf-status-relay-rhel9-operator@sha256:d8479313e4a86f7858cd4248f227522f83f1ff733c471be3e4006aedb385209d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/pf-status-relay-rhel9-operator\u0026tag=v4.18.0-202504151633.p0.gc20e0b7.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ptp-must-gather-rhel9@sha256:a4b2fa90f56e921035fdfc21c9e64716dbcef54e96cd332c968a556909f2bede_amd64",
                "product": {
                  "name": "openshift4/ptp-must-gather-rhel9@sha256:a4b2fa90f56e921035fdfc21c9e64716dbcef54e96cd332c968a556909f2bede_amd64",
                  "product_id": "openshift4/ptp-must-gather-rhel9@sha256:a4b2fa90f56e921035fdfc21c9e64716dbcef54e96cd332c968a556909f2bede_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ptp-must-gather-rhel9@sha256:a4b2fa90f56e921035fdfc21c9e64716dbcef54e96cd332c968a556909f2bede?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ptp-must-gather-rhel9\u0026tag=v4.18.0-202504151633.p0.gd47aaca.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/sriov-cni-rhel9@sha256:04288754b279dcc7a2d84028eb26729a33df94ef0f12bead45a27d987721a094_amd64",
                "product": {
                  "name": "openshift4/sriov-cni-rhel9@sha256:04288754b279dcc7a2d84028eb26729a33df94ef0f12bead45a27d987721a094_amd64",
                  "product_id": "openshift4/sriov-cni-rhel9@sha256:04288754b279dcc7a2d84028eb26729a33df94ef0f12bead45a27d987721a094_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/sriov-cni-rhel9@sha256:04288754b279dcc7a2d84028eb26729a33df94ef0f12bead45a27d987721a094?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/sriov-cni-rhel9\u0026tag=v4.18.0-202504151633.p0.gde7e135.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:5145879238b2d7330a70b0923ca1d9b65555ccf83202bf863483596776290716_amd64",
                "product": {
                  "name": "openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:5145879238b2d7330a70b0923ca1d9b65555ccf83202bf863483596776290716_amd64",
                  "product_id": "openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:5145879238b2d7330a70b0923ca1d9b65555ccf83202bf863483596776290716_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-sriov-dp-admission-controller-rhel9@sha256:5145879238b2d7330a70b0923ca1d9b65555ccf83202bf863483596776290716?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9\u0026tag=v4.18.0-202504151633.p0.ga55be06.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-sriov-network-config-daemon-rhel9@sha256:b37744b369a6745743f84cd4e8a2e59c7e595bfdb666b7ae16f33dc8625c1b42_amd64",
                "product": {
                  "name": "openshift4/ose-sriov-network-config-daemon-rhel9@sha256:b37744b369a6745743f84cd4e8a2e59c7e595bfdb666b7ae16f33dc8625c1b42_amd64",
                  "product_id": "openshift4/ose-sriov-network-config-daemon-rhel9@sha256:b37744b369a6745743f84cd4e8a2e59c7e595bfdb666b7ae16f33dc8625c1b42_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-sriov-network-config-daemon-rhel9@sha256:b37744b369a6745743f84cd4e8a2e59c7e595bfdb666b7ae16f33dc8625c1b42?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9\u0026tag=v4.18.0-202504160002.p0.gb1572f4.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-sriov-network-device-plugin-rhel9@sha256:c6dd56ec3142d54ed13a525fb5167652bae2842617ab063820f2c83686b97008_amd64",
                "product": {
                  "name": "openshift4/ose-sriov-network-device-plugin-rhel9@sha256:c6dd56ec3142d54ed13a525fb5167652bae2842617ab063820f2c83686b97008_amd64",
                  "product_id": "openshift4/ose-sriov-network-device-plugin-rhel9@sha256:c6dd56ec3142d54ed13a525fb5167652bae2842617ab063820f2c83686b97008_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-sriov-network-device-plugin-rhel9@sha256:c6dd56ec3142d54ed13a525fb5167652bae2842617ab063820f2c83686b97008?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9\u0026tag=v4.18.0-202504151633.p0.g33b394e.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-sriov-network-rhel9-operator@sha256:d5356e7a65ee3ee4020ec61897a9fd6fb4ab7b460e93c7246706d4aec9ff9a3a_amd64",
                "product": {
                  "name": "openshift4/ose-sriov-network-rhel9-operator@sha256:d5356e7a65ee3ee4020ec61897a9fd6fb4ab7b460e93c7246706d4aec9ff9a3a_amd64",
                  "product_id": "openshift4/ose-sriov-network-rhel9-operator@sha256:d5356e7a65ee3ee4020ec61897a9fd6fb4ab7b460e93c7246706d4aec9ff9a3a_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-sriov-network-rhel9-operator@sha256:d5356e7a65ee3ee4020ec61897a9fd6fb4ab7b460e93c7246706d4aec9ff9a3a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator\u0026tag=v4.18.0-202504160002.p0.gb1572f4.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-sriov-network-webhook-rhel9@sha256:84021c1c138886140bd1f4cf93973cbf0d0849354ae331404370e93552eb95a1_amd64",
                "product": {
                  "name": "openshift4/ose-sriov-network-webhook-rhel9@sha256:84021c1c138886140bd1f4cf93973cbf0d0849354ae331404370e93552eb95a1_amd64",
                  "product_id": "openshift4/ose-sriov-network-webhook-rhel9@sha256:84021c1c138886140bd1f4cf93973cbf0d0849354ae331404370e93552eb95a1_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-sriov-network-webhook-rhel9@sha256:84021c1c138886140bd1f4cf93973cbf0d0849354ae331404370e93552eb95a1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9\u0026tag=v4.18.0-202504160002.p0.gb1572f4.assembly.stream.el9"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "amd64"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "openshift4/ose-cloud-event-proxy-rhel9@sha256:d1fb17664f2e7aa4ad09d3802b33e4d9b8c7d7f476ec9d1ee35db634ecaa0bc5_ppc64le",
                "product": {
                  "name": "openshift4/ose-cloud-event-proxy-rhel9@sha256:d1fb17664f2e7aa4ad09d3802b33e4d9b8c7d7f476ec9d1ee35db634ecaa0bc5_ppc64le",
                  "product_id": "openshift4/ose-cloud-event-proxy-rhel9@sha256:d1fb17664f2e7aa4ad09d3802b33e4d9b8c7d7f476ec9d1ee35db634ecaa0bc5_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cloud-event-proxy-rhel9@sha256:d1fb17664f2e7aa4ad09d3802b33e4d9b8c7d7f476ec9d1ee35db634ecaa0bc5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9\u0026tag=v4.18.0-202504170406.p0.g15bc9b7.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-nfd-rhel9-operator@sha256:35567384ec0ebb339da4c0bba4348b379c214f78d0798a9193f57cd2e173a9b7_ppc64le",
                "product": {
                  "name": "openshift4/ose-cluster-nfd-rhel9-operator@sha256:35567384ec0ebb339da4c0bba4348b379c214f78d0798a9193f57cd2e173a9b7_ppc64le",
                  "product_id": "openshift4/ose-cluster-nfd-rhel9-operator@sha256:35567384ec0ebb339da4c0bba4348b379c214f78d0798a9193f57cd2e173a9b7_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-nfd-rhel9-operator@sha256:35567384ec0ebb339da4c0bba4348b379c214f78d0798a9193f57cd2e173a9b7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator\u0026tag=v4.18.0-202504151633.p0.g81dbe28.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-dpu-cni-rhel9@sha256:3eb72559e5078e618e9410cc5924a9c9aef3b255c926b55f13fc72f031d3c5f7_ppc64le",
                "product": {
                  "name": "openshift4/ose-dpu-cni-rhel9@sha256:3eb72559e5078e618e9410cc5924a9c9aef3b255c926b55f13fc72f031d3c5f7_ppc64le",
                  "product_id": "openshift4/ose-dpu-cni-rhel9@sha256:3eb72559e5078e618e9410cc5924a9c9aef3b255c926b55f13fc72f031d3c5f7_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-dpu-cni-rhel9@sha256:3eb72559e5078e618e9410cc5924a9c9aef3b255c926b55f13fc72f031d3c5f7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-cni-rhel9\u0026tag=v4.18.0-202504151633.p0.g99f3e30.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-dpu-daemon-rhel9@sha256:80815e7d7e70d822290260f9b3f48c942c7c8af7e7379f8fccd697ccf21fead5_ppc64le",
                "product": {
                  "name": "openshift4/ose-dpu-daemon-rhel9@sha256:80815e7d7e70d822290260f9b3f48c942c7c8af7e7379f8fccd697ccf21fead5_ppc64le",
                  "product_id": "openshift4/ose-dpu-daemon-rhel9@sha256:80815e7d7e70d822290260f9b3f48c942c7c8af7e7379f8fccd697ccf21fead5_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-dpu-daemon-rhel9@sha256:80815e7d7e70d822290260f9b3f48c942c7c8af7e7379f8fccd697ccf21fead5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-daemon-rhel9\u0026tag=v4.18.0-202504151633.p0.g99f3e30.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-dpu-rhel9-operator@sha256:0ab8cbc9a9eebe6b61066329ec6e425e0a74d808f563bde619e948a55f669827_ppc64le",
                "product": {
                  "name": "openshift4/ose-dpu-rhel9-operator@sha256:0ab8cbc9a9eebe6b61066329ec6e425e0a74d808f563bde619e948a55f669827_ppc64le",
                  "product_id": "openshift4/ose-dpu-rhel9-operator@sha256:0ab8cbc9a9eebe6b61066329ec6e425e0a74d808f563bde619e948a55f669827_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-dpu-rhel9-operator@sha256:0ab8cbc9a9eebe6b61066329ec6e425e0a74d808f563bde619e948a55f669827?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-rhel9-operator\u0026tag=v4.18.0-202504151633.p0.g99f3e30.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-sriov-infiniband-cni-rhel9@sha256:e87e43dc905065adb57f4542e0928708c975e3e6a2370bda7d37ed670a73521d_ppc64le",
                "product": {
                  "name": "openshift4/ose-sriov-infiniband-cni-rhel9@sha256:e87e43dc905065adb57f4542e0928708c975e3e6a2370bda7d37ed670a73521d_ppc64le",
                  "product_id": "openshift4/ose-sriov-infiniband-cni-rhel9@sha256:e87e43dc905065adb57f4542e0928708c975e3e6a2370bda7d37ed670a73521d_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-sriov-infiniband-cni-rhel9@sha256:e87e43dc905065adb57f4542e0928708c975e3e6a2370bda7d37ed670a73521d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9\u0026tag=v4.18.0-202504151633.p0.gc0d7e06.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ingress-node-firewall-rhel9@sha256:57484b5146c170974355c2096aa9a5b909ac0e0dc58a38025d9b732fc8f2f5d3_ppc64le",
                "product": {
                  "name": "openshift4/ingress-node-firewall-rhel9@sha256:57484b5146c170974355c2096aa9a5b909ac0e0dc58a38025d9b732fc8f2f5d3_ppc64le",
                  "product_id": "openshift4/ingress-node-firewall-rhel9@sha256:57484b5146c170974355c2096aa9a5b909ac0e0dc58a38025d9b732fc8f2f5d3_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ingress-node-firewall-rhel9@sha256:57484b5146c170974355c2096aa9a5b909ac0e0dc58a38025d9b732fc8f2f5d3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ingress-node-firewall-rhel9\u0026tag=v4.18.0-202504151633.p0.g1e43b4c.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ingress-node-firewall-rhel9-operator@sha256:7bb4a6dd575717002660f33b8bfdaf0a4af677016d059447fff05d4909f3704a_ppc64le",
                "product": {
                  "name": "openshift4/ingress-node-firewall-rhel9-operator@sha256:7bb4a6dd575717002660f33b8bfdaf0a4af677016d059447fff05d4909f3704a_ppc64le",
                  "product_id": "openshift4/ingress-node-firewall-rhel9-operator@sha256:7bb4a6dd575717002660f33b8bfdaf0a4af677016d059447fff05d4909f3704a_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ingress-node-firewall-rhel9-operator@sha256:7bb4a6dd575717002660f33b8bfdaf0a4af677016d059447fff05d4909f3704a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator\u0026tag=v4.18.0-202504151633.p0.g1e43b4c.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/kube-compare-artifacts-rhel9@sha256:7b860d1226e0143567bd55138df71862ecfc0b7367c8d51911f949b64dc91b04_ppc64le",
                "product": {
                  "name": "openshift4/kube-compare-artifacts-rhel9@sha256:7b860d1226e0143567bd55138df71862ecfc0b7367c8d51911f949b64dc91b04_ppc64le",
                  "product_id": "openshift4/kube-compare-artifacts-rhel9@sha256:7b860d1226e0143567bd55138df71862ecfc0b7367c8d51911f949b64dc91b04_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/kube-compare-artifacts-rhel9@sha256:7b860d1226e0143567bd55138df71862ecfc0b7367c8d51911f949b64dc91b04?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/kube-compare-artifacts-rhel9\u0026tag=v4.18.0-202504151633.p0.g5f72471.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-local-storage-diskmaker-rhel9@sha256:b903eff8a81be90819a0a5c2801ab65d587c2c4c173d341ddb90c75a5bbac395_ppc64le",
                "product": {
                  "name": "openshift4/ose-local-storage-diskmaker-rhel9@sha256:b903eff8a81be90819a0a5c2801ab65d587c2c4c173d341ddb90c75a5bbac395_ppc64le",
                  "product_id": "openshift4/ose-local-storage-diskmaker-rhel9@sha256:b903eff8a81be90819a0a5c2801ab65d587c2c4c173d341ddb90c75a5bbac395_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-local-storage-diskmaker-rhel9@sha256:b903eff8a81be90819a0a5c2801ab65d587c2c4c173d341ddb90c75a5bbac395?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9\u0026tag=v4.18.0-202504151633.p0.g90b710f.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-local-storage-rhel9-operator@sha256:28bca20cab3cd2da6030e52d1b7c815e77341e27cd8c785ed16ba3e62ec01a5e_ppc64le",
                "product": {
                  "name": "openshift4/ose-local-storage-rhel9-operator@sha256:28bca20cab3cd2da6030e52d1b7c815e77341e27cd8c785ed16ba3e62ec01a5e_ppc64le",
                  "product_id": "openshift4/ose-local-storage-rhel9-operator@sha256:28bca20cab3cd2da6030e52d1b7c815e77341e27cd8c785ed16ba3e62ec01a5e_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-local-storage-rhel9-operator@sha256:28bca20cab3cd2da6030e52d1b7c815e77341e27cd8c785ed16ba3e62ec01a5e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-rhel9-operator\u0026tag=v4.18.0-202504151633.p0.g90b710f.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/nmstate-console-plugin-rhel9@sha256:78c1a8befdb612279ce5ab0d4b282695b88029ed312ccbe1d43edc2101c409e0_ppc64le",
                "product": {
                  "name": "openshift4/nmstate-console-plugin-rhel9@sha256:78c1a8befdb612279ce5ab0d4b282695b88029ed312ccbe1d43edc2101c409e0_ppc64le",
                  "product_id": "openshift4/nmstate-console-plugin-rhel9@sha256:78c1a8befdb612279ce5ab0d4b282695b88029ed312ccbe1d43edc2101c409e0_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/nmstate-console-plugin-rhel9@sha256:78c1a8befdb612279ce5ab0d4b282695b88029ed312ccbe1d43edc2101c409e0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/nmstate-console-plugin-rhel9\u0026tag=v4.18.0-202504160308.p0.g9f866a2.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-node-feature-discovery-rhel9@sha256:126e1cf6ea4a024bb40a0e3ad88e6822c46a7a1c7d11391926e7c1fd70bbcf77_ppc64le",
                "product": {
                  "name": "openshift4/ose-node-feature-discovery-rhel9@sha256:126e1cf6ea4a024bb40a0e3ad88e6822c46a7a1c7d11391926e7c1fd70bbcf77_ppc64le",
                  "product_id": "openshift4/ose-node-feature-discovery-rhel9@sha256:126e1cf6ea4a024bb40a0e3ad88e6822c46a7a1c7d11391926e7c1fd70bbcf77_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-node-feature-discovery-rhel9@sha256:126e1cf6ea4a024bb40a0e3ad88e6822c46a7a1c7d11391926e7c1fd70bbcf77?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9\u0026tag=v4.18.0-202504151633.p0.g939df7b.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-ansible-rhel9-operator@sha256:03b7936b372f2a2db7829a977a9f01c6f3d345652b165396d04a196aa8eb993d_ppc64le",
                "product": {
                  "name": "openshift4/ose-ansible-rhel9-operator@sha256:03b7936b372f2a2db7829a977a9f01c6f3d345652b165396d04a196aa8eb993d_ppc64le",
                  "product_id": "openshift4/ose-ansible-rhel9-operator@sha256:03b7936b372f2a2db7829a977a9f01c6f3d345652b165396d04a196aa8eb993d_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-ansible-rhel9-operator@sha256:03b7936b372f2a2db7829a977a9f01c6f3d345652b165396d04a196aa8eb993d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ansible-rhel9-operator\u0026tag=v4.18.0-202504160934.p0.gb276665.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-capacity-rhel9@sha256:a40cf0b1dccd442dd35d4d3aaa93affc9bc00fce9f36dd294faefcba27cd4dfb_ppc64le",
                "product": {
                  "name": "openshift4/ose-cluster-capacity-rhel9@sha256:a40cf0b1dccd442dd35d4d3aaa93affc9bc00fce9f36dd294faefcba27cd4dfb_ppc64le",
                  "product_id": "openshift4/ose-cluster-capacity-rhel9@sha256:a40cf0b1dccd442dd35d4d3aaa93affc9bc00fce9f36dd294faefcba27cd4dfb_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-capacity-rhel9@sha256:a40cf0b1dccd442dd35d4d3aaa93affc9bc00fce9f36dd294faefcba27cd4dfb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capacity-rhel9\u0026tag=v4.18.0-202504151633.p0.gbe5401d.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-helm-rhel9-operator@sha256:54106f4650d9887ee4ba4baf40c7d37f0d4b90bec3f054beff5cb0bed20f8e51_ppc64le",
                "product": {
                  "name": "openshift4/ose-helm-rhel9-operator@sha256:54106f4650d9887ee4ba4baf40c7d37f0d4b90bec3f054beff5cb0bed20f8e51_ppc64le",
                  "product_id": "openshift4/ose-helm-rhel9-operator@sha256:54106f4650d9887ee4ba4baf40c7d37f0d4b90bec3f054beff5cb0bed20f8e51_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-helm-rhel9-operator@sha256:54106f4650d9887ee4ba4baf40c7d37f0d4b90bec3f054beff5cb0bed20f8e51?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-helm-rhel9-operator\u0026tag=v4.18.0-202504151633.p0.gce80aa9.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-operator-sdk-rhel9@sha256:86d402a644f6d1dc6cc691976e6f3a1d2392aac2183a4bd31c0a3aa2cc34707d_ppc64le",
                "product": {
                  "name": "openshift4/ose-operator-sdk-rhel9@sha256:86d402a644f6d1dc6cc691976e6f3a1d2392aac2183a4bd31c0a3aa2cc34707d_ppc64le",
                  "product_id": "openshift4/ose-operator-sdk-rhel9@sha256:86d402a644f6d1dc6cc691976e6f3a1d2392aac2183a4bd31c0a3aa2cc34707d_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-operator-sdk-rhel9@sha256:86d402a644f6d1dc6cc691976e6f3a1d2392aac2183a4bd31c0a3aa2cc34707d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-operator-sdk-rhel9\u0026tag=v4.18.0-202504160308.p0.gce80aa9.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:78db9afd9e712a0b604a01863b2d9a3c4be8b67e03ff8b466dfd1a942a689a69_ppc64le",
                "product": {
                  "name": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:78db9afd9e712a0b604a01863b2d9a3c4be8b67e03ff8b466dfd1a942a689a69_ppc64le",
                  "product_id": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:78db9afd9e712a0b604a01863b2d9a3c4be8b67e03ff8b466dfd1a942a689a69_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-kubernetes-nmstate-handler-rhel9@sha256:78db9afd9e712a0b604a01863b2d9a3c4be8b67e03ff8b466dfd1a942a689a69?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9\u0026tag=v4.18.0-202504151633.p0.g2179860.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-clusterresourceoverride-rhel9@sha256:a2f214a4d69cc4c64ba345a848c3a85693c37eefca434c3258887c7f9dd536f6_ppc64le",
                "product": {
                  "name": "openshift4/ose-clusterresourceoverride-rhel9@sha256:a2f214a4d69cc4c64ba345a848c3a85693c37eefca434c3258887c7f9dd536f6_ppc64le",
                  "product_id": "openshift4/ose-clusterresourceoverride-rhel9@sha256:a2f214a4d69cc4c64ba345a848c3a85693c37eefca434c3258887c7f9dd536f6_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-clusterresourceoverride-rhel9@sha256:a2f214a4d69cc4c64ba345a848c3a85693c37eefca434c3258887c7f9dd536f6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9\u0026tag=v4.18.0-202504151633.p0.g513e458.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:908dd190ffc18772722e762d4f72547d642bb208c7514f4ea76ba9a2c23c1c31_ppc64le",
                "product": {
                  "name": "openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:908dd190ffc18772722e762d4f72547d642bb208c7514f4ea76ba9a2c23c1c31_ppc64le",
                  "product_id": "openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:908dd190ffc18772722e762d4f72547d642bb208c7514f4ea76ba9a2c23c1c31_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-clusterresourceoverride-rhel9-operator@sha256:908dd190ffc18772722e762d4f72547d642bb208c7514f4ea76ba9a2c23c1c31?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator\u0026tag=v4.18.0-202504151633.p0.g1777e1b.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:9ad6af69cd6582d2983900ebe6d07a3c84c7d7020b1c21ce938f1a1418c02d73_ppc64le",
                "product": {
                  "name": "openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:9ad6af69cd6582d2983900ebe6d07a3c84c7d7020b1c21ce938f1a1418c02d73_ppc64le",
                  "product_id": "openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:9ad6af69cd6582d2983900ebe6d07a3c84c7d7020b1c21ce938f1a1418c02d73_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-gcp-filestore-csi-driver-rhel9@sha256:9ad6af69cd6582d2983900ebe6d07a3c84c7d7020b1c21ce938f1a1418c02d73?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9\u0026tag=v4.18.0-202504151633.p0.g38ef2d6.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:a19d7130113a4232750fa5ba4be00ee5cd4b7e1353d3f47acaa6462ad1771ce6_ppc64le",
                "product": {
                  "name": "openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:a19d7130113a4232750fa5ba4be00ee5cd4b7e1353d3f47acaa6462ad1771ce6_ppc64le",
                  "product_id": "openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:a19d7130113a4232750fa5ba4be00ee5cd4b7e1353d3f47acaa6462ad1771ce6_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:a19d7130113a4232750fa5ba4be00ee5cd4b7e1353d3f47acaa6462ad1771ce6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator\u0026tag=v4.18.0-202504151633.p0.g3a8419f.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:6827c0cd60f8579b51753124547c3fc6d79b205377527a3c5c93bc245d877ff8_ppc64le",
                "product": {
                  "name": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:6827c0cd60f8579b51753124547c3fc6d79b205377527a3c5c93bc245d877ff8_ppc64le",
                  "product_id": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:6827c0cd60f8579b51753124547c3fc6d79b205377527a3c5c93bc245d877ff8_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/kubernetes-nmstate-rhel9-operator@sha256:6827c0cd60f8579b51753124547c3fc6d79b205377527a3c5c93bc245d877ff8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator\u0026tag=v4.18.0-202504160308.p0.g2179860.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-ptp-rhel9@sha256:8fff8a07137ef8a09d90a10e1e557ffcd70d8984d036f9a6241449ad7c9cef28_ppc64le",
                "product": {
                  "name": "openshift4/ose-ptp-rhel9@sha256:8fff8a07137ef8a09d90a10e1e557ffcd70d8984d036f9a6241449ad7c9cef28_ppc64le",
                  "product_id": "openshift4/ose-ptp-rhel9@sha256:8fff8a07137ef8a09d90a10e1e557ffcd70d8984d036f9a6241449ad7c9cef28_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-ptp-rhel9@sha256:8fff8a07137ef8a09d90a10e1e557ffcd70d8984d036f9a6241449ad7c9cef28?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ptp-rhel9\u0026tag=v4.18.0-202504151633.p0.ge9fbf09.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-local-storage-mustgather-rhel9@sha256:8fa6b817de354b66a088a82a179747761f3da08fcb0ac08832ec149c9071944d_ppc64le",
                "product": {
                  "name": "openshift4/ose-local-storage-mustgather-rhel9@sha256:8fa6b817de354b66a088a82a179747761f3da08fcb0ac08832ec149c9071944d_ppc64le",
                  "product_id": "openshift4/ose-local-storage-mustgather-rhel9@sha256:8fa6b817de354b66a088a82a179747761f3da08fcb0ac08832ec149c9071944d_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-local-storage-mustgather-rhel9@sha256:8fa6b817de354b66a088a82a179747761f3da08fcb0ac08832ec149c9071944d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9\u0026tag=v4.18.0-202504151633.p0.g90b710f.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/metallb-rhel9@sha256:5fc9395514c6e4ea22011a0c727bbe2322190bd041feefbcbc806bc7c33f6b02_ppc64le",
                "product": {
                  "name": "openshift4/metallb-rhel9@sha256:5fc9395514c6e4ea22011a0c727bbe2322190bd041feefbcbc806bc7c33f6b02_ppc64le",
                  "product_id": "openshift4/metallb-rhel9@sha256:5fc9395514c6e4ea22011a0c727bbe2322190bd041feefbcbc806bc7c33f6b02_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/metallb-rhel9@sha256:5fc9395514c6e4ea22011a0c727bbe2322190bd041feefbcbc806bc7c33f6b02?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel9\u0026tag=v4.18.0-202504151633.p0.gc216036.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/metallb-rhel9-operator@sha256:b1313a5c7b058c8a6865661311f747a8a756a65d9cda2fb2e7c4f6ccf2a13c6d_ppc64le",
                "product": {
                  "name": "openshift4/metallb-rhel9-operator@sha256:b1313a5c7b058c8a6865661311f747a8a756a65d9cda2fb2e7c4f6ccf2a13c6d_ppc64le",
                  "product_id": "openshift4/metallb-rhel9-operator@sha256:b1313a5c7b058c8a6865661311f747a8a756a65d9cda2fb2e7c4f6ccf2a13c6d_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/metallb-rhel9-operator@sha256:b1313a5c7b058c8a6865661311f747a8a756a65d9cda2fb2e7c4f6ccf2a13c6d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel9-operator\u0026tag=v4.18.0-202504151633.p0.gff92846.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-ptp-rhel9-operator@sha256:7a7c9b866935b6e2e644659b75e1cdff2c3adf265b86b4d58220126147aaf7df_ppc64le",
                "product": {
                  "name": "openshift4/ose-ptp-rhel9-operator@sha256:7a7c9b866935b6e2e644659b75e1cdff2c3adf265b86b4d58220126147aaf7df_ppc64le",
                  "product_id": "openshift4/ose-ptp-rhel9-operator@sha256:7a7c9b866935b6e2e644659b75e1cdff2c3adf265b86b4d58220126147aaf7df_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-ptp-rhel9-operator@sha256:7a7c9b866935b6e2e644659b75e1cdff2c3adf265b86b4d58220126147aaf7df?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ptp-rhel9-operator\u0026tag=v4.18.0-202504170406.p0.gd47aaca.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-secrets-store-csi-driver-rhel9@sha256:72f54856b7940aa186ba42431833bb8a48e16f2eacdd4255c525a53538df5fe8_ppc64le",
                "product": {
                  "name": "openshift4/ose-secrets-store-csi-driver-rhel9@sha256:72f54856b7940aa186ba42431833bb8a48e16f2eacdd4255c525a53538df5fe8_ppc64le",
                  "product_id": "openshift4/ose-secrets-store-csi-driver-rhel9@sha256:72f54856b7940aa186ba42431833bb8a48e16f2eacdd4255c525a53538df5fe8_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-secrets-store-csi-driver-rhel9@sha256:72f54856b7940aa186ba42431833bb8a48e16f2eacdd4255c525a53538df5fe8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9\u0026tag=v4.18.0-202504151633.p0.gad04a75.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:f269155600267d857964378b12dcd9449eff6deea91c36ad97aaa8776cafd0d3_ppc64le",
                "product": {
                  "name": "openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:f269155600267d857964378b12dcd9449eff6deea91c36ad97aaa8776cafd0d3_ppc64le",
                  "product_id": "openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:f269155600267d857964378b12dcd9449eff6deea91c36ad97aaa8776cafd0d3_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-secrets-store-csi-driver-rhel9-operator@sha256:f269155600267d857964378b12dcd9449eff6deea91c36ad97aaa8776cafd0d3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator\u0026tag=v4.18.0-202504151633.p0.g2aac830.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:72d0d7c286f72c2c7b8d01ab800a7484338f896bda8cdc8f3aceec8bc9b4cb20_ppc64le",
                "product": {
                  "name": "openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:72d0d7c286f72c2c7b8d01ab800a7484338f896bda8cdc8f3aceec8bc9b4cb20_ppc64le",
                  "product_id": "openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:72d0d7c286f72c2c7b8d01ab800a7484338f896bda8cdc8f3aceec8bc9b4cb20_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-secrets-store-csi-mustgather-rhel9@sha256:72d0d7c286f72c2c7b8d01ab800a7484338f896bda8cdc8f3aceec8bc9b4cb20?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9\u0026tag=v4.18.0-202504151633.p0.g2aac830.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-smb-csi-driver-rhel9@sha256:bd8978f967473419966e8920b57bfb7c0268b1c97a500720f2efde7e6b3f96db_ppc64le",
                "product": {
                  "name": "openshift4/ose-smb-csi-driver-rhel9@sha256:bd8978f967473419966e8920b57bfb7c0268b1c97a500720f2efde7e6b3f96db_ppc64le",
                  "product_id": "openshift4/ose-smb-csi-driver-rhel9@sha256:bd8978f967473419966e8920b57bfb7c0268b1c97a500720f2efde7e6b3f96db_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-smb-csi-driver-rhel9@sha256:bd8978f967473419966e8920b57bfb7c0268b1c97a500720f2efde7e6b3f96db?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9\u0026tag=v4.18.0-202504151633.p0.gf54b02e.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-smb-csi-driver-rhel9-operator@sha256:6509e7913e2dab9296435e6d269ecccd5f625545ec754d05f202c4e60e255c51_ppc64le",
                "product": {
                  "name": "openshift4/ose-smb-csi-driver-rhel9-operator@sha256:6509e7913e2dab9296435e6d269ecccd5f625545ec754d05f202c4e60e255c51_ppc64le",
                  "product_id": "openshift4/ose-smb-csi-driver-rhel9-operator@sha256:6509e7913e2dab9296435e6d269ecccd5f625545ec754d05f202c4e60e255c51_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-smb-csi-driver-rhel9-operator@sha256:6509e7913e2dab9296435e6d269ecccd5f625545ec754d05f202c4e60e255c51?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator\u0026tag=v4.18.0-202504151633.p0.gcdc9d64.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/sriov-network-metrics-exporter-rhel9@sha256:67b4fe7618774fc9fffcf6764992a1cc205858666a0880318a0446ddb5d95497_ppc64le",
                "product": {
                  "name": "openshift4/sriov-network-metrics-exporter-rhel9@sha256:67b4fe7618774fc9fffcf6764992a1cc205858666a0880318a0446ddb5d95497_ppc64le",
                  "product_id": "openshift4/sriov-network-metrics-exporter-rhel9@sha256:67b4fe7618774fc9fffcf6764992a1cc205858666a0880318a0446ddb5d95497_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/sriov-network-metrics-exporter-rhel9@sha256:67b4fe7618774fc9fffcf6764992a1cc205858666a0880318a0446ddb5d95497?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9\u0026tag=v4.18.0-202504151633.p0.gf54736e.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:67b4fe7618774fc9fffcf6764992a1cc205858666a0880318a0446ddb5d95497_ppc64le",
                "product": {
                  "name": "openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:67b4fe7618774fc9fffcf6764992a1cc205858666a0880318a0446ddb5d95497_ppc64le",
                  "product_id": "openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:67b4fe7618774fc9fffcf6764992a1cc205858666a0880318a0446ddb5d95497_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-sriov-network-metrics-exporter-rhel9@sha256:67b4fe7618774fc9fffcf6764992a1cc205858666a0880318a0446ddb5d95497?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9\u0026tag=v4.18.0-202504151633.p0.gf54736e.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/rdma-cni-rhel9@sha256:15cd287c8cd35c91c13194d6e060691bdcfc0c77655a114247105ea68e481aba_ppc64le",
                "product": {
                  "name": "openshift4/rdma-cni-rhel9@sha256:15cd287c8cd35c91c13194d6e060691bdcfc0c77655a114247105ea68e481aba_ppc64le",
                  "product_id": "openshift4/rdma-cni-rhel9@sha256:15cd287c8cd35c91c13194d6e060691bdcfc0c77655a114247105ea68e481aba_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/rdma-cni-rhel9@sha256:15cd287c8cd35c91c13194d6e060691bdcfc0c77655a114247105ea68e481aba?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/rdma-cni-rhel9\u0026tag=v4.18.0-202504151633.p0.gf8e5d55.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-sriov-rdma-cni-rhel9@sha256:15cd287c8cd35c91c13194d6e060691bdcfc0c77655a114247105ea68e481aba_ppc64le",
                "product": {
                  "name": "openshift4/ose-sriov-rdma-cni-rhel9@sha256:15cd287c8cd35c91c13194d6e060691bdcfc0c77655a114247105ea68e481aba_ppc64le",
                  "product_id": "openshift4/ose-sriov-rdma-cni-rhel9@sha256:15cd287c8cd35c91c13194d6e060691bdcfc0c77655a114247105ea68e481aba_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-sriov-rdma-cni-rhel9@sha256:15cd287c8cd35c91c13194d6e060691bdcfc0c77655a114247105ea68e481aba?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9\u0026tag=v4.18.0-202504151633.p0.gf8e5d55.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:e8c0d0ef01360f4da02aff7d6ad924e1b72c0640a4bbe98b89a69d9c15f40f05_ppc64le",
                "product": {
                  "name": "openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:e8c0d0ef01360f4da02aff7d6ad924e1b72c0640a4bbe98b89a69d9c15f40f05_ppc64le",
                  "product_id": "openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:e8c0d0ef01360f4da02aff7d6ad924e1b72c0640a4bbe98b89a69d9c15f40f05_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-vertical-pod-autoscaler-rhel9@sha256:e8c0d0ef01360f4da02aff7d6ad924e1b72c0640a4bbe98b89a69d9c15f40f05?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9\u0026tag=v4.18.0-202504151633.p0.gd1afaf4.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:870285885aae35239885bf97903296da9509f0c2ab1336fb983496d78e13b4d3_ppc64le",
                "product": {
                  "name": "openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:870285885aae35239885bf97903296da9509f0c2ab1336fb983496d78e13b4d3_ppc64le",
                  "product_id": "openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:870285885aae35239885bf97903296da9509f0c2ab1336fb983496d78e13b4d3_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-vertical-pod-autoscaler-rhel9-operator@sha256:870285885aae35239885bf97903296da9509f0c2ab1336fb983496d78e13b4d3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator\u0026tag=v4.18.0-202504151633.p0.g4966916.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/pf-status-relay-rhel9@sha256:613a20e735469d0044704f88815cf3a6205242a8e4f696aba50bb3abc38a034b_ppc64le",
                "product": {
                  "name": "openshift4/pf-status-relay-rhel9@sha256:613a20e735469d0044704f88815cf3a6205242a8e4f696aba50bb3abc38a034b_ppc64le",
                  "product_id": "openshift4/pf-status-relay-rhel9@sha256:613a20e735469d0044704f88815cf3a6205242a8e4f696aba50bb3abc38a034b_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/pf-status-relay-rhel9@sha256:613a20e735469d0044704f88815cf3a6205242a8e4f696aba50bb3abc38a034b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/pf-status-relay-rhel9\u0026tag=v4.18.0-202504151633.p0.g8b14c8e.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/pf-status-relay-rhel9-operator@sha256:2ddbca0af65204ffdc63839e17607c60e1e3a2afa4794c75b75b9a63cbd495e1_ppc64le",
                "product": {
                  "name": "openshift4/pf-status-relay-rhel9-operator@sha256:2ddbca0af65204ffdc63839e17607c60e1e3a2afa4794c75b75b9a63cbd495e1_ppc64le",
                  "product_id": "openshift4/pf-status-relay-rhel9-operator@sha256:2ddbca0af65204ffdc63839e17607c60e1e3a2afa4794c75b75b9a63cbd495e1_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/pf-status-relay-rhel9-operator@sha256:2ddbca0af65204ffdc63839e17607c60e1e3a2afa4794c75b75b9a63cbd495e1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/pf-status-relay-rhel9-operator\u0026tag=v4.18.0-202504151633.p0.gc20e0b7.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ptp-must-gather-rhel9@sha256:73b4a77ad83ef3b2f3f973cc6549f2f1a993cc38f7e8affa66f709ba07d6b5ad_ppc64le",
                "product": {
                  "name": "openshift4/ptp-must-gather-rhel9@sha256:73b4a77ad83ef3b2f3f973cc6549f2f1a993cc38f7e8affa66f709ba07d6b5ad_ppc64le",
                  "product_id": "openshift4/ptp-must-gather-rhel9@sha256:73b4a77ad83ef3b2f3f973cc6549f2f1a993cc38f7e8affa66f709ba07d6b5ad_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ptp-must-gather-rhel9@sha256:73b4a77ad83ef3b2f3f973cc6549f2f1a993cc38f7e8affa66f709ba07d6b5ad?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ptp-must-gather-rhel9\u0026tag=v4.18.0-202504151633.p0.gd47aaca.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/sriov-cni-rhel9@sha256:a6b2196931220fd8a714ddcb6d39da993e8af4a32b81f9ec09f8ce91fae913c6_ppc64le",
                "product": {
                  "name": "openshift4/sriov-cni-rhel9@sha256:a6b2196931220fd8a714ddcb6d39da993e8af4a32b81f9ec09f8ce91fae913c6_ppc64le",
                  "product_id": "openshift4/sriov-cni-rhel9@sha256:a6b2196931220fd8a714ddcb6d39da993e8af4a32b81f9ec09f8ce91fae913c6_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/sriov-cni-rhel9@sha256:a6b2196931220fd8a714ddcb6d39da993e8af4a32b81f9ec09f8ce91fae913c6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/sriov-cni-rhel9\u0026tag=v4.18.0-202504151633.p0.gde7e135.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:1412015a6cd1ece431c733ea1f52c972e31302790557f1f7e2e06de2a36d665e_ppc64le",
                "product": {
                  "name": "openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:1412015a6cd1ece431c733ea1f52c972e31302790557f1f7e2e06de2a36d665e_ppc64le",
                  "product_id": "openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:1412015a6cd1ece431c733ea1f52c972e31302790557f1f7e2e06de2a36d665e_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-sriov-dp-admission-controller-rhel9@sha256:1412015a6cd1ece431c733ea1f52c972e31302790557f1f7e2e06de2a36d665e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9\u0026tag=v4.18.0-202504151633.p0.ga55be06.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-sriov-network-config-daemon-rhel9@sha256:c89ef72be7e1f1e8135b1ed671bc9daa3719dc6364dd5111c7c9d94a2dd4d558_ppc64le",
                "product": {
                  "name": "openshift4/ose-sriov-network-config-daemon-rhel9@sha256:c89ef72be7e1f1e8135b1ed671bc9daa3719dc6364dd5111c7c9d94a2dd4d558_ppc64le",
                  "product_id": "openshift4/ose-sriov-network-config-daemon-rhel9@sha256:c89ef72be7e1f1e8135b1ed671bc9daa3719dc6364dd5111c7c9d94a2dd4d558_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-sriov-network-config-daemon-rhel9@sha256:c89ef72be7e1f1e8135b1ed671bc9daa3719dc6364dd5111c7c9d94a2dd4d558?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9\u0026tag=v4.18.0-202504160002.p0.gb1572f4.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-sriov-network-device-plugin-rhel9@sha256:1c1f8b93bf7b8917545139618f32a3d1389f534e345512c1abcfe06d83464610_ppc64le",
                "product": {
                  "name": "openshift4/ose-sriov-network-device-plugin-rhel9@sha256:1c1f8b93bf7b8917545139618f32a3d1389f534e345512c1abcfe06d83464610_ppc64le",
                  "product_id": "openshift4/ose-sriov-network-device-plugin-rhel9@sha256:1c1f8b93bf7b8917545139618f32a3d1389f534e345512c1abcfe06d83464610_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-sriov-network-device-plugin-rhel9@sha256:1c1f8b93bf7b8917545139618f32a3d1389f534e345512c1abcfe06d83464610?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9\u0026tag=v4.18.0-202504151633.p0.g33b394e.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-sriov-network-rhel9-operator@sha256:81e7bb6c5a916bbfe1d647b7428622ddf417cb9e528bcbaf8b5c0bdedd2b05e6_ppc64le",
                "product": {
                  "name": "openshift4/ose-sriov-network-rhel9-operator@sha256:81e7bb6c5a916bbfe1d647b7428622ddf417cb9e528bcbaf8b5c0bdedd2b05e6_ppc64le",
                  "product_id": "openshift4/ose-sriov-network-rhel9-operator@sha256:81e7bb6c5a916bbfe1d647b7428622ddf417cb9e528bcbaf8b5c0bdedd2b05e6_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-sriov-network-rhel9-operator@sha256:81e7bb6c5a916bbfe1d647b7428622ddf417cb9e528bcbaf8b5c0bdedd2b05e6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator\u0026tag=v4.18.0-202504160002.p0.gb1572f4.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-sriov-network-webhook-rhel9@sha256:304ffdebc5da1b271b17b75095fc792c8d1ca9cc271fa30a87704848a5f26715_ppc64le",
                "product": {
                  "name": "openshift4/ose-sriov-network-webhook-rhel9@sha256:304ffdebc5da1b271b17b75095fc792c8d1ca9cc271fa30a87704848a5f26715_ppc64le",
                  "product_id": "openshift4/ose-sriov-network-webhook-rhel9@sha256:304ffdebc5da1b271b17b75095fc792c8d1ca9cc271fa30a87704848a5f26715_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-sriov-network-webhook-rhel9@sha256:304ffdebc5da1b271b17b75095fc792c8d1ca9cc271fa30a87704848a5f26715?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9\u0026tag=v4.18.0-202504160002.p0.gb1572f4.assembly.stream.el9"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "ppc64le"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "openshift4/ose-cloud-event-proxy-rhel9@sha256:6508bc80ef97eec09d5ae0606d7d6d6ae288cbb9b1219db7ef164d20e779aa35_arm64",
                "product": {
                  "name": "openshift4/ose-cloud-event-proxy-rhel9@sha256:6508bc80ef97eec09d5ae0606d7d6d6ae288cbb9b1219db7ef164d20e779aa35_arm64",
                  "product_id": "openshift4/ose-cloud-event-proxy-rhel9@sha256:6508bc80ef97eec09d5ae0606d7d6d6ae288cbb9b1219db7ef164d20e779aa35_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cloud-event-proxy-rhel9@sha256:6508bc80ef97eec09d5ae0606d7d6d6ae288cbb9b1219db7ef164d20e779aa35?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9\u0026tag=v4.18.0-202504170406.p0.g15bc9b7.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-nfd-rhel9-operator@sha256:3f9a1510d75e85906a068e183f933c46ef5ad110d84b2f36ce8b05b6c4859cd7_arm64",
                "product": {
                  "name": "openshift4/ose-cluster-nfd-rhel9-operator@sha256:3f9a1510d75e85906a068e183f933c46ef5ad110d84b2f36ce8b05b6c4859cd7_arm64",
                  "product_id": "openshift4/ose-cluster-nfd-rhel9-operator@sha256:3f9a1510d75e85906a068e183f933c46ef5ad110d84b2f36ce8b05b6c4859cd7_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-nfd-rhel9-operator@sha256:3f9a1510d75e85906a068e183f933c46ef5ad110d84b2f36ce8b05b6c4859cd7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator\u0026tag=v4.18.0-202504151633.p0.g81dbe28.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-dpu-cni-rhel9@sha256:4eb1626ba6602ccec8ccb2f4cfa69c5301512e519c48908eab56d24e29a1fb5e_arm64",
                "product": {
                  "name": "openshift4/ose-dpu-cni-rhel9@sha256:4eb1626ba6602ccec8ccb2f4cfa69c5301512e519c48908eab56d24e29a1fb5e_arm64",
                  "product_id": "openshift4/ose-dpu-cni-rhel9@sha256:4eb1626ba6602ccec8ccb2f4cfa69c5301512e519c48908eab56d24e29a1fb5e_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-dpu-cni-rhel9@sha256:4eb1626ba6602ccec8ccb2f4cfa69c5301512e519c48908eab56d24e29a1fb5e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-cni-rhel9\u0026tag=v4.18.0-202504151633.p0.g99f3e30.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-dpu-daemon-rhel9@sha256:87e032ec0b7a027dd35d32fdbbee72ca8f1795e10c4407556b01a215dd71d16f_arm64",
                "product": {
                  "name": "openshift4/ose-dpu-daemon-rhel9@sha256:87e032ec0b7a027dd35d32fdbbee72ca8f1795e10c4407556b01a215dd71d16f_arm64",
                  "product_id": "openshift4/ose-dpu-daemon-rhel9@sha256:87e032ec0b7a027dd35d32fdbbee72ca8f1795e10c4407556b01a215dd71d16f_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-dpu-daemon-rhel9@sha256:87e032ec0b7a027dd35d32fdbbee72ca8f1795e10c4407556b01a215dd71d16f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-daemon-rhel9\u0026tag=v4.18.0-202504151633.p0.g99f3e30.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-dpu-rhel9-operator@sha256:ae08418fa7d5ab0fc797796e75f5ab5fa285b044f1b91c02df33b647c03ee8e7_arm64",
                "product": {
                  "name": "openshift4/ose-dpu-rhel9-operator@sha256:ae08418fa7d5ab0fc797796e75f5ab5fa285b044f1b91c02df33b647c03ee8e7_arm64",
                  "product_id": "openshift4/ose-dpu-rhel9-operator@sha256:ae08418fa7d5ab0fc797796e75f5ab5fa285b044f1b91c02df33b647c03ee8e7_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-dpu-rhel9-operator@sha256:ae08418fa7d5ab0fc797796e75f5ab5fa285b044f1b91c02df33b647c03ee8e7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-rhel9-operator\u0026tag=v4.18.0-202504151633.p0.g99f3e30.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-sriov-infiniband-cni-rhel9@sha256:4d9005e983793a11670264dc9acc291af9688984e4d34971a75ad2680043b609_arm64",
                "product": {
                  "name": "openshift4/ose-sriov-infiniband-cni-rhel9@sha256:4d9005e983793a11670264dc9acc291af9688984e4d34971a75ad2680043b609_arm64",
                  "product_id": "openshift4/ose-sriov-infiniband-cni-rhel9@sha256:4d9005e983793a11670264dc9acc291af9688984e4d34971a75ad2680043b609_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-sriov-infiniband-cni-rhel9@sha256:4d9005e983793a11670264dc9acc291af9688984e4d34971a75ad2680043b609?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9\u0026tag=v4.18.0-202504151633.p0.gc0d7e06.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ingress-node-firewall-rhel9@sha256:91499aeb1822bece80b673711bae7a34919bd23215a52d77569cf1ab4bd171c4_arm64",
                "product": {
                  "name": "openshift4/ingress-node-firewall-rhel9@sha256:91499aeb1822bece80b673711bae7a34919bd23215a52d77569cf1ab4bd171c4_arm64",
                  "product_id": "openshift4/ingress-node-firewall-rhel9@sha256:91499aeb1822bece80b673711bae7a34919bd23215a52d77569cf1ab4bd171c4_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ingress-node-firewall-rhel9@sha256:91499aeb1822bece80b673711bae7a34919bd23215a52d77569cf1ab4bd171c4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ingress-node-firewall-rhel9\u0026tag=v4.18.0-202504151633.p0.g1e43b4c.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ingress-node-firewall-rhel9-operator@sha256:b99451e30305b6532f7767f929e7f9184081f29bb054d84c90228d54ede42dac_arm64",
                "product": {
                  "name": "openshift4/ingress-node-firewall-rhel9-operator@sha256:b99451e30305b6532f7767f929e7f9184081f29bb054d84c90228d54ede42dac_arm64",
                  "product_id": "openshift4/ingress-node-firewall-rhel9-operator@sha256:b99451e30305b6532f7767f929e7f9184081f29bb054d84c90228d54ede42dac_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ingress-node-firewall-rhel9-operator@sha256:b99451e30305b6532f7767f929e7f9184081f29bb054d84c90228d54ede42dac?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator\u0026tag=v4.18.0-202504151633.p0.g1e43b4c.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/kube-compare-artifacts-rhel9@sha256:0c8a0643707c03812a12f85639806b74a946627cd9a5d197c991f0e353ccc6e9_arm64",
                "product": {
                  "name": "openshift4/kube-compare-artifacts-rhel9@sha256:0c8a0643707c03812a12f85639806b74a946627cd9a5d197c991f0e353ccc6e9_arm64",
                  "product_id": "openshift4/kube-compare-artifacts-rhel9@sha256:0c8a0643707c03812a12f85639806b74a946627cd9a5d197c991f0e353ccc6e9_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/kube-compare-artifacts-rhel9@sha256:0c8a0643707c03812a12f85639806b74a946627cd9a5d197c991f0e353ccc6e9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/kube-compare-artifacts-rhel9\u0026tag=v4.18.0-202504151633.p0.g5f72471.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-local-storage-diskmaker-rhel9@sha256:ab17487ffe29e238feb7622562682e7e2c8e2c5f60c27b0950c51d5f0498775f_arm64",
                "product": {
                  "name": "openshift4/ose-local-storage-diskmaker-rhel9@sha256:ab17487ffe29e238feb7622562682e7e2c8e2c5f60c27b0950c51d5f0498775f_arm64",
                  "product_id": "openshift4/ose-local-storage-diskmaker-rhel9@sha256:ab17487ffe29e238feb7622562682e7e2c8e2c5f60c27b0950c51d5f0498775f_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-local-storage-diskmaker-rhel9@sha256:ab17487ffe29e238feb7622562682e7e2c8e2c5f60c27b0950c51d5f0498775f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9\u0026tag=v4.18.0-202504151633.p0.g90b710f.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-local-storage-rhel9-operator@sha256:3d8532e15be431cf55c3f863f4d7a2d2c2c9c07003d36e17350571198039cfd6_arm64",
                "product": {
                  "name": "openshift4/ose-local-storage-rhel9-operator@sha256:3d8532e15be431cf55c3f863f4d7a2d2c2c9c07003d36e17350571198039cfd6_arm64",
                  "product_id": "openshift4/ose-local-storage-rhel9-operator@sha256:3d8532e15be431cf55c3f863f4d7a2d2c2c9c07003d36e17350571198039cfd6_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-local-storage-rhel9-operator@sha256:3d8532e15be431cf55c3f863f4d7a2d2c2c9c07003d36e17350571198039cfd6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-rhel9-operator\u0026tag=v4.18.0-202504151633.p0.g90b710f.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/nmstate-console-plugin-rhel9@sha256:226ac79140c3ed46760992e0002bb5612532f558e0653204bceae984820b0fe9_arm64",
                "product": {
                  "name": "openshift4/nmstate-console-plugin-rhel9@sha256:226ac79140c3ed46760992e0002bb5612532f558e0653204bceae984820b0fe9_arm64",
                  "product_id": "openshift4/nmstate-console-plugin-rhel9@sha256:226ac79140c3ed46760992e0002bb5612532f558e0653204bceae984820b0fe9_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/nmstate-console-plugin-rhel9@sha256:226ac79140c3ed46760992e0002bb5612532f558e0653204bceae984820b0fe9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/nmstate-console-plugin-rhel9\u0026tag=v4.18.0-202504160308.p0.g9f866a2.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-node-feature-discovery-rhel9@sha256:472500f1c8ede3f231c73e4a4c0b721e5722fc7a2b3fcad5207282ab7fe55e42_arm64",
                "product": {
                  "name": "openshift4/ose-node-feature-discovery-rhel9@sha256:472500f1c8ede3f231c73e4a4c0b721e5722fc7a2b3fcad5207282ab7fe55e42_arm64",
                  "product_id": "openshift4/ose-node-feature-discovery-rhel9@sha256:472500f1c8ede3f231c73e4a4c0b721e5722fc7a2b3fcad5207282ab7fe55e42_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-node-feature-discovery-rhel9@sha256:472500f1c8ede3f231c73e4a4c0b721e5722fc7a2b3fcad5207282ab7fe55e42?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9\u0026tag=v4.18.0-202504151633.p0.g939df7b.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-ansible-rhel9-operator@sha256:7135cba0305f366b4460335ad9c707b939ca218e3e82b09592b937ef7f269d25_arm64",
                "product": {
                  "name": "openshift4/ose-ansible-rhel9-operator@sha256:7135cba0305f366b4460335ad9c707b939ca218e3e82b09592b937ef7f269d25_arm64",
                  "product_id": "openshift4/ose-ansible-rhel9-operator@sha256:7135cba0305f366b4460335ad9c707b939ca218e3e82b09592b937ef7f269d25_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-ansible-rhel9-operator@sha256:7135cba0305f366b4460335ad9c707b939ca218e3e82b09592b937ef7f269d25?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ansible-rhel9-operator\u0026tag=v4.18.0-202504160934.p0.gb276665.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-capacity-rhel9@sha256:cf4ba584c83989874297a53e59d950d2d25b7555da1d7acca5c3bce53b7b24e8_arm64",
                "product": {
                  "name": "openshift4/ose-cluster-capacity-rhel9@sha256:cf4ba584c83989874297a53e59d950d2d25b7555da1d7acca5c3bce53b7b24e8_arm64",
                  "product_id": "openshift4/ose-cluster-capacity-rhel9@sha256:cf4ba584c83989874297a53e59d950d2d25b7555da1d7acca5c3bce53b7b24e8_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-capacity-rhel9@sha256:cf4ba584c83989874297a53e59d950d2d25b7555da1d7acca5c3bce53b7b24e8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capacity-rhel9\u0026tag=v4.18.0-202504151633.p0.gbe5401d.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-helm-rhel9-operator@sha256:fffd1130495ae0c11622208983660653010cdb945715b757c8b40f53bf22a1d7_arm64",
                "product": {
                  "name": "openshift4/ose-helm-rhel9-operator@sha256:fffd1130495ae0c11622208983660653010cdb945715b757c8b40f53bf22a1d7_arm64",
                  "product_id": "openshift4/ose-helm-rhel9-operator@sha256:fffd1130495ae0c11622208983660653010cdb945715b757c8b40f53bf22a1d7_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-helm-rhel9-operator@sha256:fffd1130495ae0c11622208983660653010cdb945715b757c8b40f53bf22a1d7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-helm-rhel9-operator\u0026tag=v4.18.0-202504151633.p0.gce80aa9.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-operator-sdk-rhel9@sha256:a32833f36b0c3659b4e37bef509724de9bb1fc6e0cd4d2f5df9b14720dd13dfd_arm64",
                "product": {
                  "name": "openshift4/ose-operator-sdk-rhel9@sha256:a32833f36b0c3659b4e37bef509724de9bb1fc6e0cd4d2f5df9b14720dd13dfd_arm64",
                  "product_id": "openshift4/ose-operator-sdk-rhel9@sha256:a32833f36b0c3659b4e37bef509724de9bb1fc6e0cd4d2f5df9b14720dd13dfd_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-operator-sdk-rhel9@sha256:a32833f36b0c3659b4e37bef509724de9bb1fc6e0cd4d2f5df9b14720dd13dfd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-sdk-rhel9\u0026tag=v4.18.0-202504160308.p0.gce80aa9.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:18abffacc7410d5cf969d291779de58dd9383e45b9e18715a79f5b270ae097ec_arm64",
                "product": {
                  "name": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:18abffacc7410d5cf969d291779de58dd9383e45b9e18715a79f5b270ae097ec_arm64",
                  "product_id": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:18abffacc7410d5cf969d291779de58dd9383e45b9e18715a79f5b270ae097ec_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-kubernetes-nmstate-handler-rhel9@sha256:18abffacc7410d5cf969d291779de58dd9383e45b9e18715a79f5b270ae097ec?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9\u0026tag=v4.18.0-202504151633.p0.g2179860.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:c5e3933bf8a9257126675475dca4fbaddaeaf774b11d694424a9e0abcb051256_arm64",
                "product": {
                  "name": "openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:c5e3933bf8a9257126675475dca4fbaddaeaf774b11d694424a9e0abcb051256_arm64",
                  "product_id": "openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:c5e3933bf8a9257126675475dca4fbaddaeaf774b11d694424a9e0abcb051256_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-aws-efs-csi-driver-container-rhel9@sha256:c5e3933bf8a9257126675475dca4fbaddaeaf774b11d694424a9e0abcb051256?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9\u0026tag=v4.18.0-202504151633.p0.gcaf6889.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:0e89f6b867c0c7b1b72ae30df65305a9da63ce730abdaabfdd41c66adab3e32a_arm64",
                "product": {
                  "name": "openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:0e89f6b867c0c7b1b72ae30df65305a9da63ce730abdaabfdd41c66adab3e32a_arm64",
                  "product_id": "openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:0e89f6b867c0c7b1b72ae30df65305a9da63ce730abdaabfdd41c66adab3e32a_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-aws-efs-csi-driver-rhel9-operator@sha256:0e89f6b867c0c7b1b72ae30df65305a9da63ce730abdaabfdd41c66adab3e32a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator\u0026tag=v4.18.0-202504160308.p0.gcdc9d64.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-clusterresourceoverride-rhel9@sha256:01044933efde7c86dd40ca08440ab74db5b68c1fb79919b50f40de6ed90706d3_arm64",
                "product": {
                  "name": "openshift4/ose-clusterresourceoverride-rhel9@sha256:01044933efde7c86dd40ca08440ab74db5b68c1fb79919b50f40de6ed90706d3_arm64",
                  "product_id": "openshift4/ose-clusterresourceoverride-rhel9@sha256:01044933efde7c86dd40ca08440ab74db5b68c1fb79919b50f40de6ed90706d3_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-clusterresourceoverride-rhel9@sha256:01044933efde7c86dd40ca08440ab74db5b68c1fb79919b50f40de6ed90706d3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9\u0026tag=v4.18.0-202504151633.p0.g513e458.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:53cafe9e5a0600bc74a0ec3d129acd7b8c36c44f70d435a1ff9737c8bbb1530d_arm64",
                "product": {
                  "name": "openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:53cafe9e5a0600bc74a0ec3d129acd7b8c36c44f70d435a1ff9737c8bbb1530d_arm64",
                  "product_id": "openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:53cafe9e5a0600bc74a0ec3d129acd7b8c36c44f70d435a1ff9737c8bbb1530d_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-clusterresourceoverride-rhel9-operator@sha256:53cafe9e5a0600bc74a0ec3d129acd7b8c36c44f70d435a1ff9737c8bbb1530d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator\u0026tag=v4.18.0-202504151633.p0.g1777e1b.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:1f9cc39b4f27e4b67549f8fe444ed596ab0622a857ce96585090e44593c86892_arm64",
                "product": {
                  "name": "openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:1f9cc39b4f27e4b67549f8fe444ed596ab0622a857ce96585090e44593c86892_arm64",
                  "product_id": "openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:1f9cc39b4f27e4b67549f8fe444ed596ab0622a857ce96585090e44593c86892_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-gcp-filestore-csi-driver-rhel9@sha256:1f9cc39b4f27e4b67549f8fe444ed596ab0622a857ce96585090e44593c86892?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9\u0026tag=v4.18.0-202504151633.p0.g38ef2d6.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:cc3b9dc678956908fe898125660f0d8ffafce92b404797e76bc3308d849382ed_arm64",
                "product": {
                  "name": "openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:cc3b9dc678956908fe898125660f0d8ffafce92b404797e76bc3308d849382ed_arm64",
                  "product_id": "openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:cc3b9dc678956908fe898125660f0d8ffafce92b404797e76bc3308d849382ed_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:cc3b9dc678956908fe898125660f0d8ffafce92b404797e76bc3308d849382ed?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator\u0026tag=v4.18.0-202504151633.p0.g3a8419f.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:a3acf8b24294753b5d1c69cd6ba3e0aa557c8ca274e04494d179d296cbe8ad20_arm64",
                "product": {
                  "name": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:a3acf8b24294753b5d1c69cd6ba3e0aa557c8ca274e04494d179d296cbe8ad20_arm64",
                  "product_id": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:a3acf8b24294753b5d1c69cd6ba3e0aa557c8ca274e04494d179d296cbe8ad20_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/kubernetes-nmstate-rhel9-operator@sha256:a3acf8b24294753b5d1c69cd6ba3e0aa557c8ca274e04494d179d296cbe8ad20?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator\u0026tag=v4.18.0-202504160308.p0.g2179860.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-ptp-rhel9@sha256:5e85daf1ae3ee62239bac15c1c88de4c88df6ce5ab398c47321e131ef7d4b1f6_arm64",
                "product": {
                  "name": "openshift4/ose-ptp-rhel9@sha256:5e85daf1ae3ee62239bac15c1c88de4c88df6ce5ab398c47321e131ef7d4b1f6_arm64",
                  "product_id": "openshift4/ose-ptp-rhel9@sha256:5e85daf1ae3ee62239bac15c1c88de4c88df6ce5ab398c47321e131ef7d4b1f6_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-ptp-rhel9@sha256:5e85daf1ae3ee62239bac15c1c88de4c88df6ce5ab398c47321e131ef7d4b1f6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ptp-rhel9\u0026tag=v4.18.0-202504151633.p0.ge9fbf09.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-local-storage-mustgather-rhel9@sha256:3aafc7aa7bcb16888b8ca0df2ecea58706e927dcc9d754bed94fed4e6c9f85b1_arm64",
                "product": {
                  "name": "openshift4/ose-local-storage-mustgather-rhel9@sha256:3aafc7aa7bcb16888b8ca0df2ecea58706e927dcc9d754bed94fed4e6c9f85b1_arm64",
                  "product_id": "openshift4/ose-local-storage-mustgather-rhel9@sha256:3aafc7aa7bcb16888b8ca0df2ecea58706e927dcc9d754bed94fed4e6c9f85b1_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-local-storage-mustgather-rhel9@sha256:3aafc7aa7bcb16888b8ca0df2ecea58706e927dcc9d754bed94fed4e6c9f85b1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9\u0026tag=v4.18.0-202504151633.p0.g90b710f.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/metallb-rhel9@sha256:fd160bd13169fd3765c27e4ff5c9ff83e4f62c6f77a493a14c454f4551e2fe35_arm64",
                "product": {
                  "name": "openshift4/metallb-rhel9@sha256:fd160bd13169fd3765c27e4ff5c9ff83e4f62c6f77a493a14c454f4551e2fe35_arm64",
                  "product_id": "openshift4/metallb-rhel9@sha256:fd160bd13169fd3765c27e4ff5c9ff83e4f62c6f77a493a14c454f4551e2fe35_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/metallb-rhel9@sha256:fd160bd13169fd3765c27e4ff5c9ff83e4f62c6f77a493a14c454f4551e2fe35?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel9\u0026tag=v4.18.0-202504151633.p0.gc216036.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/metallb-rhel9-operator@sha256:be440963421246d8882c6b62a827d2fe1aa5708bbf368038fea5dd835cd47d45_arm64",
                "product": {
                  "name": "openshift4/metallb-rhel9-operator@sha256:be440963421246d8882c6b62a827d2fe1aa5708bbf368038fea5dd835cd47d45_arm64",
                  "product_id": "openshift4/metallb-rhel9-operator@sha256:be440963421246d8882c6b62a827d2fe1aa5708bbf368038fea5dd835cd47d45_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/metallb-rhel9-operator@sha256:be440963421246d8882c6b62a827d2fe1aa5708bbf368038fea5dd835cd47d45?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel9-operator\u0026tag=v4.18.0-202504151633.p0.gff92846.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-ptp-rhel9-operator@sha256:45c052ce4efc384e290ebc482878d705a08ea54fba0d49adf30022bec5ca6ed2_arm64",
                "product": {
                  "name": "openshift4/ose-ptp-rhel9-operator@sha256:45c052ce4efc384e290ebc482878d705a08ea54fba0d49adf30022bec5ca6ed2_arm64",
                  "product_id": "openshift4/ose-ptp-rhel9-operator@sha256:45c052ce4efc384e290ebc482878d705a08ea54fba0d49adf30022bec5ca6ed2_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-ptp-rhel9-operator@sha256:45c052ce4efc384e290ebc482878d705a08ea54fba0d49adf30022bec5ca6ed2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ptp-rhel9-operator\u0026tag=v4.18.0-202504170406.p0.gd47aaca.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-secrets-store-csi-driver-rhel9@sha256:073fd527853fa10904e582534a5f5fc9f429dae6e2ff74014f6c7b4ee3d69225_arm64",
                "product": {
                  "name": "openshift4/ose-secrets-store-csi-driver-rhel9@sha256:073fd527853fa10904e582534a5f5fc9f429dae6e2ff74014f6c7b4ee3d69225_arm64",
                  "product_id": "openshift4/ose-secrets-store-csi-driver-rhel9@sha256:073fd527853fa10904e582534a5f5fc9f429dae6e2ff74014f6c7b4ee3d69225_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-secrets-store-csi-driver-rhel9@sha256:073fd527853fa10904e582534a5f5fc9f429dae6e2ff74014f6c7b4ee3d69225?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9\u0026tag=v4.18.0-202504151633.p0.gad04a75.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b92eaba8167fb669ca84431502ee89be12994c3bf1848d1fcc4bdbf551ed985d_arm64",
                "product": {
                  "name": "openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b92eaba8167fb669ca84431502ee89be12994c3bf1848d1fcc4bdbf551ed985d_arm64",
                  "product_id": "openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b92eaba8167fb669ca84431502ee89be12994c3bf1848d1fcc4bdbf551ed985d_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-secrets-store-csi-driver-rhel9-operator@sha256:b92eaba8167fb669ca84431502ee89be12994c3bf1848d1fcc4bdbf551ed985d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator\u0026tag=v4.18.0-202504151633.p0.g2aac830.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:ab2a82ed367fc56f717b917ac25143fab4cb5b6c41e080b1ded5e54c87d77a97_arm64",
                "product": {
                  "name": "openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:ab2a82ed367fc56f717b917ac25143fab4cb5b6c41e080b1ded5e54c87d77a97_arm64",
                  "product_id": "openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:ab2a82ed367fc56f717b917ac25143fab4cb5b6c41e080b1ded5e54c87d77a97_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-secrets-store-csi-mustgather-rhel9@sha256:ab2a82ed367fc56f717b917ac25143fab4cb5b6c41e080b1ded5e54c87d77a97?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9\u0026tag=v4.18.0-202504151633.p0.g2aac830.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-smb-csi-driver-rhel9@sha256:b1038bddfe856f4883a75412f97521f914f4498535579ea5f24ef12825e4f3eb_arm64",
                "product": {
                  "name": "openshift4/ose-smb-csi-driver-rhel9@sha256:b1038bddfe856f4883a75412f97521f914f4498535579ea5f24ef12825e4f3eb_arm64",
                  "product_id": "openshift4/ose-smb-csi-driver-rhel9@sha256:b1038bddfe856f4883a75412f97521f914f4498535579ea5f24ef12825e4f3eb_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-smb-csi-driver-rhel9@sha256:b1038bddfe856f4883a75412f97521f914f4498535579ea5f24ef12825e4f3eb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9\u0026tag=v4.18.0-202504151633.p0.gf54b02e.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-smb-csi-driver-rhel9-operator@sha256:6b55236b12572d41797ea69fbc696cc4609e5edb53978dcda255bf40e293712e_arm64",
                "product": {
                  "name": "openshift4/ose-smb-csi-driver-rhel9-operator@sha256:6b55236b12572d41797ea69fbc696cc4609e5edb53978dcda255bf40e293712e_arm64",
                  "product_id": "openshift4/ose-smb-csi-driver-rhel9-operator@sha256:6b55236b12572d41797ea69fbc696cc4609e5edb53978dcda255bf40e293712e_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-smb-csi-driver-rhel9-operator@sha256:6b55236b12572d41797ea69fbc696cc4609e5edb53978dcda255bf40e293712e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator\u0026tag=v4.18.0-202504151633.p0.gcdc9d64.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/sriov-network-metrics-exporter-rhel9@sha256:44d82a06d7c58bc45ddfcb28b31a426fd8e920980a816935b8efe98d55359228_arm64",
                "product": {
                  "name": "openshift4/sriov-network-metrics-exporter-rhel9@sha256:44d82a06d7c58bc45ddfcb28b31a426fd8e920980a816935b8efe98d55359228_arm64",
                  "product_id": "openshift4/sriov-network-metrics-exporter-rhel9@sha256:44d82a06d7c58bc45ddfcb28b31a426fd8e920980a816935b8efe98d55359228_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/sriov-network-metrics-exporter-rhel9@sha256:44d82a06d7c58bc45ddfcb28b31a426fd8e920980a816935b8efe98d55359228?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9\u0026tag=v4.18.0-202504151633.p0.gf54736e.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:44d82a06d7c58bc45ddfcb28b31a426fd8e920980a816935b8efe98d55359228_arm64",
                "product": {
                  "name": "openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:44d82a06d7c58bc45ddfcb28b31a426fd8e920980a816935b8efe98d55359228_arm64",
                  "product_id": "openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:44d82a06d7c58bc45ddfcb28b31a426fd8e920980a816935b8efe98d55359228_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-sriov-network-metrics-exporter-rhel9@sha256:44d82a06d7c58bc45ddfcb28b31a426fd8e920980a816935b8efe98d55359228?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9\u0026tag=v4.18.0-202504151633.p0.gf54736e.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/rdma-cni-rhel9@sha256:d460bb57b75c1534b0becde14e1bd9640a21b0b356fc1f05d2511de1e475ac34_arm64",
                "product": {
                  "name": "openshift4/rdma-cni-rhel9@sha256:d460bb57b75c1534b0becde14e1bd9640a21b0b356fc1f05d2511de1e475ac34_arm64",
                  "product_id": "openshift4/rdma-cni-rhel9@sha256:d460bb57b75c1534b0becde14e1bd9640a21b0b356fc1f05d2511de1e475ac34_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/rdma-cni-rhel9@sha256:d460bb57b75c1534b0becde14e1bd9640a21b0b356fc1f05d2511de1e475ac34?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/rdma-cni-rhel9\u0026tag=v4.18.0-202504151633.p0.gf8e5d55.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-sriov-rdma-cni-rhel9@sha256:d460bb57b75c1534b0becde14e1bd9640a21b0b356fc1f05d2511de1e475ac34_arm64",
                "product": {
                  "name": "openshift4/ose-sriov-rdma-cni-rhel9@sha256:d460bb57b75c1534b0becde14e1bd9640a21b0b356fc1f05d2511de1e475ac34_arm64",
                  "product_id": "openshift4/ose-sriov-rdma-cni-rhel9@sha256:d460bb57b75c1534b0becde14e1bd9640a21b0b356fc1f05d2511de1e475ac34_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-sriov-rdma-cni-rhel9@sha256:d460bb57b75c1534b0becde14e1bd9640a21b0b356fc1f05d2511de1e475ac34?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9\u0026tag=v4.18.0-202504151633.p0.gf8e5d55.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:fdf25ec4be0745c5b2c29f06f9c58ab600bc46ed376013b9dda7a8d6482388aa_arm64",
                "product": {
                  "name": "openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:fdf25ec4be0745c5b2c29f06f9c58ab600bc46ed376013b9dda7a8d6482388aa_arm64",
                  "product_id": "openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:fdf25ec4be0745c5b2c29f06f9c58ab600bc46ed376013b9dda7a8d6482388aa_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-vertical-pod-autoscaler-rhel9@sha256:fdf25ec4be0745c5b2c29f06f9c58ab600bc46ed376013b9dda7a8d6482388aa?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9\u0026tag=v4.18.0-202504151633.p0.gd1afaf4.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:febb7ae4170023bae15637c00faf793f1cc9196371fba8f9377c3a99cc56b008_arm64",
                "product": {
                  "name": "openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:febb7ae4170023bae15637c00faf793f1cc9196371fba8f9377c3a99cc56b008_arm64",
                  "product_id": "openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:febb7ae4170023bae15637c00faf793f1cc9196371fba8f9377c3a99cc56b008_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-vertical-pod-autoscaler-rhel9-operator@sha256:febb7ae4170023bae15637c00faf793f1cc9196371fba8f9377c3a99cc56b008?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator\u0026tag=v4.18.0-202504151633.p0.g4966916.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/pf-status-relay-rhel9@sha256:08fe66b8edeadbc8f3e5f6b18d85ce376099e8e37124e91792bdd8b4a8d99255_arm64",
                "product": {
                  "name": "openshift4/pf-status-relay-rhel9@sha256:08fe66b8edeadbc8f3e5f6b18d85ce376099e8e37124e91792bdd8b4a8d99255_arm64",
                  "product_id": "openshift4/pf-status-relay-rhel9@sha256:08fe66b8edeadbc8f3e5f6b18d85ce376099e8e37124e91792bdd8b4a8d99255_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/pf-status-relay-rhel9@sha256:08fe66b8edeadbc8f3e5f6b18d85ce376099e8e37124e91792bdd8b4a8d99255?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/pf-status-relay-rhel9\u0026tag=v4.18.0-202504151633.p0.g8b14c8e.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/pf-status-relay-rhel9-operator@sha256:0c60745b09928fb70cfc97a3023ab9e9e767349ecf03a251d6dc4c655c972dd8_arm64",
                "product": {
                  "name": "openshift4/pf-status-relay-rhel9-operator@sha256:0c60745b09928fb70cfc97a3023ab9e9e767349ecf03a251d6dc4c655c972dd8_arm64",
                  "product_id": "openshift4/pf-status-relay-rhel9-operator@sha256:0c60745b09928fb70cfc97a3023ab9e9e767349ecf03a251d6dc4c655c972dd8_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/pf-status-relay-rhel9-operator@sha256:0c60745b09928fb70cfc97a3023ab9e9e767349ecf03a251d6dc4c655c972dd8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/pf-status-relay-rhel9-operator\u0026tag=v4.18.0-202504151633.p0.gc20e0b7.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ptp-must-gather-rhel9@sha256:c6878bd19ab454e926c946f7c9e9ef52fd82473d57599be33da9637ae702c2b1_arm64",
                "product": {
                  "name": "openshift4/ptp-must-gather-rhel9@sha256:c6878bd19ab454e926c946f7c9e9ef52fd82473d57599be33da9637ae702c2b1_arm64",
                  "product_id": "openshift4/ptp-must-gather-rhel9@sha256:c6878bd19ab454e926c946f7c9e9ef52fd82473d57599be33da9637ae702c2b1_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ptp-must-gather-rhel9@sha256:c6878bd19ab454e926c946f7c9e9ef52fd82473d57599be33da9637ae702c2b1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ptp-must-gather-rhel9\u0026tag=v4.18.0-202504151633.p0.gd47aaca.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/sriov-cni-rhel9@sha256:ac3ce3096cf4e7ef01907b86635a6c315a92a51815d371908742ad88056126b3_arm64",
                "product": {
                  "name": "openshift4/sriov-cni-rhel9@sha256:ac3ce3096cf4e7ef01907b86635a6c315a92a51815d371908742ad88056126b3_arm64",
                  "product_id": "openshift4/sriov-cni-rhel9@sha256:ac3ce3096cf4e7ef01907b86635a6c315a92a51815d371908742ad88056126b3_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/sriov-cni-rhel9@sha256:ac3ce3096cf4e7ef01907b86635a6c315a92a51815d371908742ad88056126b3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/sriov-cni-rhel9\u0026tag=v4.18.0-202504151633.p0.gde7e135.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:9e6b509d60438cc12dfc35aded249ac63e665a2a4da9b71d63daef7dbd31ec00_arm64",
                "product": {
                  "name": "openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:9e6b509d60438cc12dfc35aded249ac63e665a2a4da9b71d63daef7dbd31ec00_arm64",
                  "product_id": "openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:9e6b509d60438cc12dfc35aded249ac63e665a2a4da9b71d63daef7dbd31ec00_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-sriov-dp-admission-controller-rhel9@sha256:9e6b509d60438cc12dfc35aded249ac63e665a2a4da9b71d63daef7dbd31ec00?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9\u0026tag=v4.18.0-202504151633.p0.ga55be06.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-sriov-network-config-daemon-rhel9@sha256:76929b73478e88a422cd6a70a5ca5f2a7f5a99675717f444f4ea977254a21467_arm64",
                "product": {
                  "name": "openshift4/ose-sriov-network-config-daemon-rhel9@sha256:76929b73478e88a422cd6a70a5ca5f2a7f5a99675717f444f4ea977254a21467_arm64",
                  "product_id": "openshift4/ose-sriov-network-config-daemon-rhel9@sha256:76929b73478e88a422cd6a70a5ca5f2a7f5a99675717f444f4ea977254a21467_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-sriov-network-config-daemon-rhel9@sha256:76929b73478e88a422cd6a70a5ca5f2a7f5a99675717f444f4ea977254a21467?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9\u0026tag=v4.18.0-202504160002.p0.gb1572f4.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-sriov-network-device-plugin-rhel9@sha256:53bdf293bb2e0d1eeb60e1cae2c58bfc49dc423529c2107a9a865fa900fe3b06_arm64",
                "product": {
                  "name": "openshift4/ose-sriov-network-device-plugin-rhel9@sha256:53bdf293bb2e0d1eeb60e1cae2c58bfc49dc423529c2107a9a865fa900fe3b06_arm64",
                  "product_id": "openshift4/ose-sriov-network-device-plugin-rhel9@sha256:53bdf293bb2e0d1eeb60e1cae2c58bfc49dc423529c2107a9a865fa900fe3b06_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-sriov-network-device-plugin-rhel9@sha256:53bdf293bb2e0d1eeb60e1cae2c58bfc49dc423529c2107a9a865fa900fe3b06?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9\u0026tag=v4.18.0-202504151633.p0.g33b394e.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-sriov-network-rhel9-operator@sha256:6cbfc71a0075f7a132579e46917509165560599b4e2fe38e2de99f92649b786f_arm64",
                "product": {
                  "name": "openshift4/ose-sriov-network-rhel9-operator@sha256:6cbfc71a0075f7a132579e46917509165560599b4e2fe38e2de99f92649b786f_arm64",
                  "product_id": "openshift4/ose-sriov-network-rhel9-operator@sha256:6cbfc71a0075f7a132579e46917509165560599b4e2fe38e2de99f92649b786f_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-sriov-network-rhel9-operator@sha256:6cbfc71a0075f7a132579e46917509165560599b4e2fe38e2de99f92649b786f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator\u0026tag=v4.18.0-202504160002.p0.gb1572f4.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-sriov-network-webhook-rhel9@sha256:f90c0697a4b25238db935e9a7163fced0c9b44f0b9d759c5f67aadb032d93386_arm64",
                "product": {
                  "name": "openshift4/ose-sriov-network-webhook-rhel9@sha256:f90c0697a4b25238db935e9a7163fced0c9b44f0b9d759c5f67aadb032d93386_arm64",
                  "product_id": "openshift4/ose-sriov-network-webhook-rhel9@sha256:f90c0697a4b25238db935e9a7163fced0c9b44f0b9d759c5f67aadb032d93386_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-sriov-network-webhook-rhel9@sha256:f90c0697a4b25238db935e9a7163fced0c9b44f0b9d759c5f67aadb032d93386?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9\u0026tag=v4.18.0-202504160002.p0.gb1572f4.assembly.stream.el9"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "arm64"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-nfd-rhel9-operator@sha256:763b78dd96fe06f74cb7c544b73f767fd3e16bbd4de03d5a8f0b703df3f41b9b_s390x",
                "product": {
                  "name": "openshift4/ose-cluster-nfd-rhel9-operator@sha256:763b78dd96fe06f74cb7c544b73f767fd3e16bbd4de03d5a8f0b703df3f41b9b_s390x",
                  "product_id": "openshift4/ose-cluster-nfd-rhel9-operator@sha256:763b78dd96fe06f74cb7c544b73f767fd3e16bbd4de03d5a8f0b703df3f41b9b_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-nfd-rhel9-operator@sha256:763b78dd96fe06f74cb7c544b73f767fd3e16bbd4de03d5a8f0b703df3f41b9b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator\u0026tag=v4.18.0-202504151633.p0.g81dbe28.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-dpu-cni-rhel9@sha256:eeffab3c3df2e79e56f9f1e89b056cf7dcf3caca330cac6e3d8e74e1b383617f_s390x",
                "product": {
                  "name": "openshift4/ose-dpu-cni-rhel9@sha256:eeffab3c3df2e79e56f9f1e89b056cf7dcf3caca330cac6e3d8e74e1b383617f_s390x",
                  "product_id": "openshift4/ose-dpu-cni-rhel9@sha256:eeffab3c3df2e79e56f9f1e89b056cf7dcf3caca330cac6e3d8e74e1b383617f_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-dpu-cni-rhel9@sha256:eeffab3c3df2e79e56f9f1e89b056cf7dcf3caca330cac6e3d8e74e1b383617f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-cni-rhel9\u0026tag=v4.18.0-202504151633.p0.g99f3e30.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-dpu-daemon-rhel9@sha256:38a3b71dd683316557a868527cd71ee0c3d60c9b5bdb69c8eddaf85a6cce9362_s390x",
                "product": {
                  "name": "openshift4/ose-dpu-daemon-rhel9@sha256:38a3b71dd683316557a868527cd71ee0c3d60c9b5bdb69c8eddaf85a6cce9362_s390x",
                  "product_id": "openshift4/ose-dpu-daemon-rhel9@sha256:38a3b71dd683316557a868527cd71ee0c3d60c9b5bdb69c8eddaf85a6cce9362_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-dpu-daemon-rhel9@sha256:38a3b71dd683316557a868527cd71ee0c3d60c9b5bdb69c8eddaf85a6cce9362?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-daemon-rhel9\u0026tag=v4.18.0-202504151633.p0.g99f3e30.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-dpu-rhel9-operator@sha256:74388a8f28c9ed2e0bfe9764ab33635a57139fb7c32e61fc27a1b61daee7d55a_s390x",
                "product": {
                  "name": "openshift4/ose-dpu-rhel9-operator@sha256:74388a8f28c9ed2e0bfe9764ab33635a57139fb7c32e61fc27a1b61daee7d55a_s390x",
                  "product_id": "openshift4/ose-dpu-rhel9-operator@sha256:74388a8f28c9ed2e0bfe9764ab33635a57139fb7c32e61fc27a1b61daee7d55a_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-dpu-rhel9-operator@sha256:74388a8f28c9ed2e0bfe9764ab33635a57139fb7c32e61fc27a1b61daee7d55a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-rhel9-operator\u0026tag=v4.18.0-202504151633.p0.g99f3e30.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ingress-node-firewall-rhel9@sha256:6c87fbb575f991f92d4ce6c77e3e672299cbe180f4fe4ff8499142adb96e175a_s390x",
                "product": {
                  "name": "openshift4/ingress-node-firewall-rhel9@sha256:6c87fbb575f991f92d4ce6c77e3e672299cbe180f4fe4ff8499142adb96e175a_s390x",
                  "product_id": "openshift4/ingress-node-firewall-rhel9@sha256:6c87fbb575f991f92d4ce6c77e3e672299cbe180f4fe4ff8499142adb96e175a_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ingress-node-firewall-rhel9@sha256:6c87fbb575f991f92d4ce6c77e3e672299cbe180f4fe4ff8499142adb96e175a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ingress-node-firewall-rhel9\u0026tag=v4.18.0-202504151633.p0.g1e43b4c.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ingress-node-firewall-rhel9-operator@sha256:2310739e0aa651e07916255bdc4524fc968a0c4e476f91478a774438ca2804db_s390x",
                "product": {
                  "name": "openshift4/ingress-node-firewall-rhel9-operator@sha256:2310739e0aa651e07916255bdc4524fc968a0c4e476f91478a774438ca2804db_s390x",
                  "product_id": "openshift4/ingress-node-firewall-rhel9-operator@sha256:2310739e0aa651e07916255bdc4524fc968a0c4e476f91478a774438ca2804db_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ingress-node-firewall-rhel9-operator@sha256:2310739e0aa651e07916255bdc4524fc968a0c4e476f91478a774438ca2804db?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator\u0026tag=v4.18.0-202504151633.p0.g1e43b4c.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/kube-compare-artifacts-rhel9@sha256:c0a81af23b8ae5b818ee18835fdfd18891eb549e93d35e79a561c4feb02dfe9b_s390x",
                "product": {
                  "name": "openshift4/kube-compare-artifacts-rhel9@sha256:c0a81af23b8ae5b818ee18835fdfd18891eb549e93d35e79a561c4feb02dfe9b_s390x",
                  "product_id": "openshift4/kube-compare-artifacts-rhel9@sha256:c0a81af23b8ae5b818ee18835fdfd18891eb549e93d35e79a561c4feb02dfe9b_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/kube-compare-artifacts-rhel9@sha256:c0a81af23b8ae5b818ee18835fdfd18891eb549e93d35e79a561c4feb02dfe9b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/kube-compare-artifacts-rhel9\u0026tag=v4.18.0-202504151633.p0.g5f72471.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-local-storage-diskmaker-rhel9@sha256:12b2db11aadfa65e00bf874c93c672931187d80827734a4c12c340b77aa7dceb_s390x",
                "product": {
                  "name": "openshift4/ose-local-storage-diskmaker-rhel9@sha256:12b2db11aadfa65e00bf874c93c672931187d80827734a4c12c340b77aa7dceb_s390x",
                  "product_id": "openshift4/ose-local-storage-diskmaker-rhel9@sha256:12b2db11aadfa65e00bf874c93c672931187d80827734a4c12c340b77aa7dceb_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-local-storage-diskmaker-rhel9@sha256:12b2db11aadfa65e00bf874c93c672931187d80827734a4c12c340b77aa7dceb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9\u0026tag=v4.18.0-202504151633.p0.g90b710f.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-local-storage-rhel9-operator@sha256:ea8db743d7432105949633b1fc88c245b110c1ee73c224377c875bcc59457a8e_s390x",
                "product": {
                  "name": "openshift4/ose-local-storage-rhel9-operator@sha256:ea8db743d7432105949633b1fc88c245b110c1ee73c224377c875bcc59457a8e_s390x",
                  "product_id": "openshift4/ose-local-storage-rhel9-operator@sha256:ea8db743d7432105949633b1fc88c245b110c1ee73c224377c875bcc59457a8e_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-local-storage-rhel9-operator@sha256:ea8db743d7432105949633b1fc88c245b110c1ee73c224377c875bcc59457a8e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-rhel9-operator\u0026tag=v4.18.0-202504151633.p0.g90b710f.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/nmstate-console-plugin-rhel9@sha256:19ebff56c0fb0a0b12e904bde5634b9f05a37484a9a10b4cd5f93c062ae333b8_s390x",
                "product": {
                  "name": "openshift4/nmstate-console-plugin-rhel9@sha256:19ebff56c0fb0a0b12e904bde5634b9f05a37484a9a10b4cd5f93c062ae333b8_s390x",
                  "product_id": "openshift4/nmstate-console-plugin-rhel9@sha256:19ebff56c0fb0a0b12e904bde5634b9f05a37484a9a10b4cd5f93c062ae333b8_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/nmstate-console-plugin-rhel9@sha256:19ebff56c0fb0a0b12e904bde5634b9f05a37484a9a10b4cd5f93c062ae333b8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/nmstate-console-plugin-rhel9\u0026tag=v4.18.0-202504160308.p0.g9f866a2.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-node-feature-discovery-rhel9@sha256:2d7387723270d5d6a756a745de8ca4ae79df2f374c6e2c69766707655b0e05fc_s390x",
                "product": {
                  "name": "openshift4/ose-node-feature-discovery-rhel9@sha256:2d7387723270d5d6a756a745de8ca4ae79df2f374c6e2c69766707655b0e05fc_s390x",
                  "product_id": "openshift4/ose-node-feature-discovery-rhel9@sha256:2d7387723270d5d6a756a745de8ca4ae79df2f374c6e2c69766707655b0e05fc_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-node-feature-discovery-rhel9@sha256:2d7387723270d5d6a756a745de8ca4ae79df2f374c6e2c69766707655b0e05fc?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9\u0026tag=v4.18.0-202504151633.p0.g939df7b.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-ansible-rhel9-operator@sha256:8123cc2f225a7d1f2a3d85d5e3625051970fafcce5f8b107a561d8166ee132ed_s390x",
                "product": {
                  "name": "openshift4/ose-ansible-rhel9-operator@sha256:8123cc2f225a7d1f2a3d85d5e3625051970fafcce5f8b107a561d8166ee132ed_s390x",
                  "product_id": "openshift4/ose-ansible-rhel9-operator@sha256:8123cc2f225a7d1f2a3d85d5e3625051970fafcce5f8b107a561d8166ee132ed_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-ansible-rhel9-operator@sha256:8123cc2f225a7d1f2a3d85d5e3625051970fafcce5f8b107a561d8166ee132ed?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ansible-rhel9-operator\u0026tag=v4.18.0-202504160934.p0.gb276665.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-capacity-rhel9@sha256:cf2e6c0c94ed42138350103b09f0e85d1c889fdcc60c329df0f5cca4e8984f8a_s390x",
                "product": {
                  "name": "openshift4/ose-cluster-capacity-rhel9@sha256:cf2e6c0c94ed42138350103b09f0e85d1c889fdcc60c329df0f5cca4e8984f8a_s390x",
                  "product_id": "openshift4/ose-cluster-capacity-rhel9@sha256:cf2e6c0c94ed42138350103b09f0e85d1c889fdcc60c329df0f5cca4e8984f8a_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-capacity-rhel9@sha256:cf2e6c0c94ed42138350103b09f0e85d1c889fdcc60c329df0f5cca4e8984f8a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capacity-rhel9\u0026tag=v4.18.0-202504151633.p0.gbe5401d.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-helm-rhel9-operator@sha256:eb199e6196f19aa8d1268cb15f1a6b9627b881d09a69d8ca3b9fe3318847aaec_s390x",
                "product": {
                  "name": "openshift4/ose-helm-rhel9-operator@sha256:eb199e6196f19aa8d1268cb15f1a6b9627b881d09a69d8ca3b9fe3318847aaec_s390x",
                  "product_id": "openshift4/ose-helm-rhel9-operator@sha256:eb199e6196f19aa8d1268cb15f1a6b9627b881d09a69d8ca3b9fe3318847aaec_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-helm-rhel9-operator@sha256:eb199e6196f19aa8d1268cb15f1a6b9627b881d09a69d8ca3b9fe3318847aaec?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-helm-rhel9-operator\u0026tag=v4.18.0-202504151633.p0.gce80aa9.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-operator-sdk-rhel9@sha256:23d49502535b137e350ad49093966780c212047e6242b831a397e8ff69a99499_s390x",
                "product": {
                  "name": "openshift4/ose-operator-sdk-rhel9@sha256:23d49502535b137e350ad49093966780c212047e6242b831a397e8ff69a99499_s390x",
                  "product_id": "openshift4/ose-operator-sdk-rhel9@sha256:23d49502535b137e350ad49093966780c212047e6242b831a397e8ff69a99499_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-operator-sdk-rhel9@sha256:23d49502535b137e350ad49093966780c212047e6242b831a397e8ff69a99499?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-operator-sdk-rhel9\u0026tag=v4.18.0-202504160308.p0.gce80aa9.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:bd1225cba9b2dc22ef7ce7861edcd98cffead70fc73d4b92d864ea267260e5df_s390x",
                "product": {
                  "name": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:bd1225cba9b2dc22ef7ce7861edcd98cffead70fc73d4b92d864ea267260e5df_s390x",
                  "product_id": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:bd1225cba9b2dc22ef7ce7861edcd98cffead70fc73d4b92d864ea267260e5df_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-kubernetes-nmstate-handler-rhel9@sha256:bd1225cba9b2dc22ef7ce7861edcd98cffead70fc73d4b92d864ea267260e5df?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9\u0026tag=v4.18.0-202504151633.p0.g2179860.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-clusterresourceoverride-rhel9@sha256:a1693406802a85c0e37f62760023fb75cd99161711486514a3634635fb2cde97_s390x",
                "product": {
                  "name": "openshift4/ose-clusterresourceoverride-rhel9@sha256:a1693406802a85c0e37f62760023fb75cd99161711486514a3634635fb2cde97_s390x",
                  "product_id": "openshift4/ose-clusterresourceoverride-rhel9@sha256:a1693406802a85c0e37f62760023fb75cd99161711486514a3634635fb2cde97_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-clusterresourceoverride-rhel9@sha256:a1693406802a85c0e37f62760023fb75cd99161711486514a3634635fb2cde97?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9\u0026tag=v4.18.0-202504151633.p0.g513e458.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b97e494abed604599c37843ae4ae387d9c7bb4aafa64e792554ffae5d871af71_s390x",
                "product": {
                  "name": "openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b97e494abed604599c37843ae4ae387d9c7bb4aafa64e792554ffae5d871af71_s390x",
                  "product_id": "openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b97e494abed604599c37843ae4ae387d9c7bb4aafa64e792554ffae5d871af71_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-clusterresourceoverride-rhel9-operator@sha256:b97e494abed604599c37843ae4ae387d9c7bb4aafa64e792554ffae5d871af71?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator\u0026tag=v4.18.0-202504151633.p0.g1777e1b.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:e22cf9a215d0923c22d15cd49bd614ffed63cd8b61c39d697d19989a0a673cd6_s390x",
                "product": {
                  "name": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:e22cf9a215d0923c22d15cd49bd614ffed63cd8b61c39d697d19989a0a673cd6_s390x",
                  "product_id": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:e22cf9a215d0923c22d15cd49bd614ffed63cd8b61c39d697d19989a0a673cd6_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/kubernetes-nmstate-rhel9-operator@sha256:e22cf9a215d0923c22d15cd49bd614ffed63cd8b61c39d697d19989a0a673cd6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator\u0026tag=v4.18.0-202504160308.p0.g2179860.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-local-storage-mustgather-rhel9@sha256:03f0f231d25e5268422543413929f0f9d4a9cd901e5a065737df4d491242dcab_s390x",
                "product": {
                  "name": "openshift4/ose-local-storage-mustgather-rhel9@sha256:03f0f231d25e5268422543413929f0f9d4a9cd901e5a065737df4d491242dcab_s390x",
                  "product_id": "openshift4/ose-local-storage-mustgather-rhel9@sha256:03f0f231d25e5268422543413929f0f9d4a9cd901e5a065737df4d491242dcab_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-local-storage-mustgather-rhel9@sha256:03f0f231d25e5268422543413929f0f9d4a9cd901e5a065737df4d491242dcab?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9\u0026tag=v4.18.0-202504151633.p0.g90b710f.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/metallb-rhel9@sha256:b149f6807f07c66fc3e639d87c1e4433e4de40152082b06bd572b4083baa4471_s390x",
                "product": {
                  "name": "openshift4/metallb-rhel9@sha256:b149f6807f07c66fc3e639d87c1e4433e4de40152082b06bd572b4083baa4471_s390x",
                  "product_id": "openshift4/metallb-rhel9@sha256:b149f6807f07c66fc3e639d87c1e4433e4de40152082b06bd572b4083baa4471_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/metallb-rhel9@sha256:b149f6807f07c66fc3e639d87c1e4433e4de40152082b06bd572b4083baa4471?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel9\u0026tag=v4.18.0-202504151633.p0.gc216036.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/metallb-rhel9-operator@sha256:5888158026a71004d6505cf29127078acd8d85811597b6bfce48eb7659464ea5_s390x",
                "product": {
                  "name": "openshift4/metallb-rhel9-operator@sha256:5888158026a71004d6505cf29127078acd8d85811597b6bfce48eb7659464ea5_s390x",
                  "product_id": "openshift4/metallb-rhel9-operator@sha256:5888158026a71004d6505cf29127078acd8d85811597b6bfce48eb7659464ea5_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/metallb-rhel9-operator@sha256:5888158026a71004d6505cf29127078acd8d85811597b6bfce48eb7659464ea5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel9-operator\u0026tag=v4.18.0-202504151633.p0.gff92846.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-secrets-store-csi-driver-rhel9@sha256:d4ca1c056a0a8ddc91dba799dfa8ee571efaa156d87117a1938d18bc9df8f67e_s390x",
                "product": {
                  "name": "openshift4/ose-secrets-store-csi-driver-rhel9@sha256:d4ca1c056a0a8ddc91dba799dfa8ee571efaa156d87117a1938d18bc9df8f67e_s390x",
                  "product_id": "openshift4/ose-secrets-store-csi-driver-rhel9@sha256:d4ca1c056a0a8ddc91dba799dfa8ee571efaa156d87117a1938d18bc9df8f67e_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-secrets-store-csi-driver-rhel9@sha256:d4ca1c056a0a8ddc91dba799dfa8ee571efaa156d87117a1938d18bc9df8f67e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9\u0026tag=v4.18.0-202504151633.p0.gad04a75.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:ad29b9990c09063cd6b63d21eae702e7f80fb28129d494b089b38388a569d731_s390x",
                "product": {
                  "name": "openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:ad29b9990c09063cd6b63d21eae702e7f80fb28129d494b089b38388a569d731_s390x",
                  "product_id": "openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:ad29b9990c09063cd6b63d21eae702e7f80fb28129d494b089b38388a569d731_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-secrets-store-csi-driver-rhel9-operator@sha256:ad29b9990c09063cd6b63d21eae702e7f80fb28129d494b089b38388a569d731?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator\u0026tag=v4.18.0-202504151633.p0.g2aac830.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:488c2a00254a14642a4e176bce804a9b44f3c303c641958da7819faea139d8d1_s390x",
                "product": {
                  "name": "openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:488c2a00254a14642a4e176bce804a9b44f3c303c641958da7819faea139d8d1_s390x",
                  "product_id": "openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:488c2a00254a14642a4e176bce804a9b44f3c303c641958da7819faea139d8d1_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-secrets-store-csi-mustgather-rhel9@sha256:488c2a00254a14642a4e176bce804a9b44f3c303c641958da7819faea139d8d1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9\u0026tag=v4.18.0-202504151633.p0.g2aac830.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-smb-csi-driver-rhel9@sha256:2c3e1ea8933a57608c2ca51f72587580a7a333563ed14adb0d78c0dccca31bdd_s390x",
                "product": {
                  "name": "openshift4/ose-smb-csi-driver-rhel9@sha256:2c3e1ea8933a57608c2ca51f72587580a7a333563ed14adb0d78c0dccca31bdd_s390x",
                  "product_id": "openshift4/ose-smb-csi-driver-rhel9@sha256:2c3e1ea8933a57608c2ca51f72587580a7a333563ed14adb0d78c0dccca31bdd_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-smb-csi-driver-rhel9@sha256:2c3e1ea8933a57608c2ca51f72587580a7a333563ed14adb0d78c0dccca31bdd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9\u0026tag=v4.18.0-202504151633.p0.gf54b02e.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-smb-csi-driver-rhel9-operator@sha256:a886d85eb37232ff120075f2dcdddab791fdee987391ad5db60d33560b75dbde_s390x",
                "product": {
                  "name": "openshift4/ose-smb-csi-driver-rhel9-operator@sha256:a886d85eb37232ff120075f2dcdddab791fdee987391ad5db60d33560b75dbde_s390x",
                  "product_id": "openshift4/ose-smb-csi-driver-rhel9-operator@sha256:a886d85eb37232ff120075f2dcdddab791fdee987391ad5db60d33560b75dbde_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-smb-csi-driver-rhel9-operator@sha256:a886d85eb37232ff120075f2dcdddab791fdee987391ad5db60d33560b75dbde?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator\u0026tag=v4.18.0-202504151633.p0.gcdc9d64.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:ed71a2966bcdb29f0b3c61af9fbf79fb9520bb904263fc373d7f46f703798904_s390x",
                "product": {
                  "name": "openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:ed71a2966bcdb29f0b3c61af9fbf79fb9520bb904263fc373d7f46f703798904_s390x",
                  "product_id": "openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:ed71a2966bcdb29f0b3c61af9fbf79fb9520bb904263fc373d7f46f703798904_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-vertical-pod-autoscaler-rhel9@sha256:ed71a2966bcdb29f0b3c61af9fbf79fb9520bb904263fc373d7f46f703798904?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9\u0026tag=v4.18.0-202504151633.p0.gd1afaf4.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:f75cd61a74453c948fc21fc5c59723838585f28d6bdaa7e06477391c667036d7_s390x",
                "product": {
                  "name": "openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:f75cd61a74453c948fc21fc5c59723838585f28d6bdaa7e06477391c667036d7_s390x",
                  "product_id": "openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:f75cd61a74453c948fc21fc5c59723838585f28d6bdaa7e06477391c667036d7_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-vertical-pod-autoscaler-rhel9-operator@sha256:f75cd61a74453c948fc21fc5c59723838585f28d6bdaa7e06477391c667036d7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator\u0026tag=v4.18.0-202504151633.p0.g4966916.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/pf-status-relay-rhel9@sha256:1f5ab7af2136148949b736e6216e1950c763eb25c230622f8352cc8b22499c2b_s390x",
                "product": {
                  "name": "openshift4/pf-status-relay-rhel9@sha256:1f5ab7af2136148949b736e6216e1950c763eb25c230622f8352cc8b22499c2b_s390x",
                  "product_id": "openshift4/pf-status-relay-rhel9@sha256:1f5ab7af2136148949b736e6216e1950c763eb25c230622f8352cc8b22499c2b_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/pf-status-relay-rhel9@sha256:1f5ab7af2136148949b736e6216e1950c763eb25c230622f8352cc8b22499c2b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/pf-status-relay-rhel9\u0026tag=v4.18.0-202504151633.p0.g8b14c8e.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/pf-status-relay-rhel9-operator@sha256:cc2ce71ce8ea9dc2ac85cb8bf47a2c68ab977536e41f0f0be005ffc5e520d32b_s390x",
                "product": {
                  "name": "openshift4/pf-status-relay-rhel9-operator@sha256:cc2ce71ce8ea9dc2ac85cb8bf47a2c68ab977536e41f0f0be005ffc5e520d32b_s390x",
                  "product_id": "openshift4/pf-status-relay-rhel9-operator@sha256:cc2ce71ce8ea9dc2ac85cb8bf47a2c68ab977536e41f0f0be005ffc5e520d32b_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/pf-status-relay-rhel9-operator@sha256:cc2ce71ce8ea9dc2ac85cb8bf47a2c68ab977536e41f0f0be005ffc5e520d32b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/pf-status-relay-rhel9-operator\u0026tag=v4.18.0-202504151633.p0.gc20e0b7.assembly.stream.el9"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "s390x"
          }
        ],
        "category": "vendor",
        "name": "Red Hat"
      }
    ],
    "relationships": [
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ingress-node-firewall-rhel9-operator@sha256:2310739e0aa651e07916255bdc4524fc968a0c4e476f91478a774438ca2804db_s390x as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/ingress-node-firewall-rhel9-operator@sha256:2310739e0aa651e07916255bdc4524fc968a0c4e476f91478a774438ca2804db_s390x"
        },
        "product_reference": "openshift4/ingress-node-firewall-rhel9-operator@sha256:2310739e0aa651e07916255bdc4524fc968a0c4e476f91478a774438ca2804db_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ingress-node-firewall-rhel9-operator@sha256:7bb4a6dd575717002660f33b8bfdaf0a4af677016d059447fff05d4909f3704a_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/ingress-node-firewall-rhel9-operator@sha256:7bb4a6dd575717002660f33b8bfdaf0a4af677016d059447fff05d4909f3704a_ppc64le"
        },
        "product_reference": "openshift4/ingress-node-firewall-rhel9-operator@sha256:7bb4a6dd575717002660f33b8bfdaf0a4af677016d059447fff05d4909f3704a_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ingress-node-firewall-rhel9-operator@sha256:af8eb2d51f10afa50ae2645d6abe0ab66e90de8bb9be5c27da435790afc2d616_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/ingress-node-firewall-rhel9-operator@sha256:af8eb2d51f10afa50ae2645d6abe0ab66e90de8bb9be5c27da435790afc2d616_amd64"
        },
        "product_reference": "openshift4/ingress-node-firewall-rhel9-operator@sha256:af8eb2d51f10afa50ae2645d6abe0ab66e90de8bb9be5c27da435790afc2d616_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ingress-node-firewall-rhel9-operator@sha256:b99451e30305b6532f7767f929e7f9184081f29bb054d84c90228d54ede42dac_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/ingress-node-firewall-rhel9-operator@sha256:b99451e30305b6532f7767f929e7f9184081f29bb054d84c90228d54ede42dac_arm64"
        },
        "product_reference": "openshift4/ingress-node-firewall-rhel9-operator@sha256:b99451e30305b6532f7767f929e7f9184081f29bb054d84c90228d54ede42dac_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ingress-node-firewall-rhel9@sha256:57484b5146c170974355c2096aa9a5b909ac0e0dc58a38025d9b732fc8f2f5d3_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/ingress-node-firewall-rhel9@sha256:57484b5146c170974355c2096aa9a5b909ac0e0dc58a38025d9b732fc8f2f5d3_ppc64le"
        },
        "product_reference": "openshift4/ingress-node-firewall-rhel9@sha256:57484b5146c170974355c2096aa9a5b909ac0e0dc58a38025d9b732fc8f2f5d3_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ingress-node-firewall-rhel9@sha256:6c87fbb575f991f92d4ce6c77e3e672299cbe180f4fe4ff8499142adb96e175a_s390x as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/ingress-node-firewall-rhel9@sha256:6c87fbb575f991f92d4ce6c77e3e672299cbe180f4fe4ff8499142adb96e175a_s390x"
        },
        "product_reference": "openshift4/ingress-node-firewall-rhel9@sha256:6c87fbb575f991f92d4ce6c77e3e672299cbe180f4fe4ff8499142adb96e175a_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ingress-node-firewall-rhel9@sha256:91499aeb1822bece80b673711bae7a34919bd23215a52d77569cf1ab4bd171c4_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/ingress-node-firewall-rhel9@sha256:91499aeb1822bece80b673711bae7a34919bd23215a52d77569cf1ab4bd171c4_arm64"
        },
        "product_reference": "openshift4/ingress-node-firewall-rhel9@sha256:91499aeb1822bece80b673711bae7a34919bd23215a52d77569cf1ab4bd171c4_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ingress-node-firewall-rhel9@sha256:bd8a2458c2ee30a78d6268a0315dce62922a76fd9b0db985cb7b18591276407c_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/ingress-node-firewall-rhel9@sha256:bd8a2458c2ee30a78d6268a0315dce62922a76fd9b0db985cb7b18591276407c_amd64"
        },
        "product_reference": "openshift4/ingress-node-firewall-rhel9@sha256:bd8a2458c2ee30a78d6268a0315dce62922a76fd9b0db985cb7b18591276407c_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/kube-compare-artifacts-rhel9@sha256:0c8a0643707c03812a12f85639806b74a946627cd9a5d197c991f0e353ccc6e9_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/kube-compare-artifacts-rhel9@sha256:0c8a0643707c03812a12f85639806b74a946627cd9a5d197c991f0e353ccc6e9_arm64"
        },
        "product_reference": "openshift4/kube-compare-artifacts-rhel9@sha256:0c8a0643707c03812a12f85639806b74a946627cd9a5d197c991f0e353ccc6e9_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/kube-compare-artifacts-rhel9@sha256:7b860d1226e0143567bd55138df71862ecfc0b7367c8d51911f949b64dc91b04_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/kube-compare-artifacts-rhel9@sha256:7b860d1226e0143567bd55138df71862ecfc0b7367c8d51911f949b64dc91b04_ppc64le"
        },
        "product_reference": "openshift4/kube-compare-artifacts-rhel9@sha256:7b860d1226e0143567bd55138df71862ecfc0b7367c8d51911f949b64dc91b04_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/kube-compare-artifacts-rhel9@sha256:c0a81af23b8ae5b818ee18835fdfd18891eb549e93d35e79a561c4feb02dfe9b_s390x as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/kube-compare-artifacts-rhel9@sha256:c0a81af23b8ae5b818ee18835fdfd18891eb549e93d35e79a561c4feb02dfe9b_s390x"
        },
        "product_reference": "openshift4/kube-compare-artifacts-rhel9@sha256:c0a81af23b8ae5b818ee18835fdfd18891eb549e93d35e79a561c4feb02dfe9b_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/kube-compare-artifacts-rhel9@sha256:d381c53e8a8e7414ec7877bdbb882c9d95bbdd1811e44a43fc122912e4864019_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/kube-compare-artifacts-rhel9@sha256:d381c53e8a8e7414ec7877bdbb882c9d95bbdd1811e44a43fc122912e4864019_amd64"
        },
        "product_reference": "openshift4/kube-compare-artifacts-rhel9@sha256:d381c53e8a8e7414ec7877bdbb882c9d95bbdd1811e44a43fc122912e4864019_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:6827c0cd60f8579b51753124547c3fc6d79b205377527a3c5c93bc245d877ff8_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/kubernetes-nmstate-rhel9-operator@sha256:6827c0cd60f8579b51753124547c3fc6d79b205377527a3c5c93bc245d877ff8_ppc64le"
        },
        "product_reference": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:6827c0cd60f8579b51753124547c3fc6d79b205377527a3c5c93bc245d877ff8_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:a3acf8b24294753b5d1c69cd6ba3e0aa557c8ca274e04494d179d296cbe8ad20_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/kubernetes-nmstate-rhel9-operator@sha256:a3acf8b24294753b5d1c69cd6ba3e0aa557c8ca274e04494d179d296cbe8ad20_arm64"
        },
        "product_reference": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:a3acf8b24294753b5d1c69cd6ba3e0aa557c8ca274e04494d179d296cbe8ad20_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:bcbf8ae25f9614bd839369c82e4244584dbea2619f05007fcb9f3a08ffe21d56_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/kubernetes-nmstate-rhel9-operator@sha256:bcbf8ae25f9614bd839369c82e4244584dbea2619f05007fcb9f3a08ffe21d56_amd64"
        },
        "product_reference": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:bcbf8ae25f9614bd839369c82e4244584dbea2619f05007fcb9f3a08ffe21d56_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:e22cf9a215d0923c22d15cd49bd614ffed63cd8b61c39d697d19989a0a673cd6_s390x as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/kubernetes-nmstate-rhel9-operator@sha256:e22cf9a215d0923c22d15cd49bd614ffed63cd8b61c39d697d19989a0a673cd6_s390x"
        },
        "product_reference": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:e22cf9a215d0923c22d15cd49bd614ffed63cd8b61c39d697d19989a0a673cd6_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/metallb-rhel9-operator@sha256:5888158026a71004d6505cf29127078acd8d85811597b6bfce48eb7659464ea5_s390x as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/metallb-rhel9-operator@sha256:5888158026a71004d6505cf29127078acd8d85811597b6bfce48eb7659464ea5_s390x"
        },
        "product_reference": "openshift4/metallb-rhel9-operator@sha256:5888158026a71004d6505cf29127078acd8d85811597b6bfce48eb7659464ea5_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/metallb-rhel9-operator@sha256:b1313a5c7b058c8a6865661311f747a8a756a65d9cda2fb2e7c4f6ccf2a13c6d_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/metallb-rhel9-operator@sha256:b1313a5c7b058c8a6865661311f747a8a756a65d9cda2fb2e7c4f6ccf2a13c6d_ppc64le"
        },
        "product_reference": "openshift4/metallb-rhel9-operator@sha256:b1313a5c7b058c8a6865661311f747a8a756a65d9cda2fb2e7c4f6ccf2a13c6d_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/metallb-rhel9-operator@sha256:be440963421246d8882c6b62a827d2fe1aa5708bbf368038fea5dd835cd47d45_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/metallb-rhel9-operator@sha256:be440963421246d8882c6b62a827d2fe1aa5708bbf368038fea5dd835cd47d45_arm64"
        },
        "product_reference": "openshift4/metallb-rhel9-operator@sha256:be440963421246d8882c6b62a827d2fe1aa5708bbf368038fea5dd835cd47d45_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/metallb-rhel9-operator@sha256:fbb4181fd14ebc003422ec6e7b4ef60668ef2058db133d46fadc30b893bc5d4a_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/metallb-rhel9-operator@sha256:fbb4181fd14ebc003422ec6e7b4ef60668ef2058db133d46fadc30b893bc5d4a_amd64"
        },
        "product_reference": "openshift4/metallb-rhel9-operator@sha256:fbb4181fd14ebc003422ec6e7b4ef60668ef2058db133d46fadc30b893bc5d4a_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/metallb-rhel9@sha256:5fc9395514c6e4ea22011a0c727bbe2322190bd041feefbcbc806bc7c33f6b02_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/metallb-rhel9@sha256:5fc9395514c6e4ea22011a0c727bbe2322190bd041feefbcbc806bc7c33f6b02_ppc64le"
        },
        "product_reference": "openshift4/metallb-rhel9@sha256:5fc9395514c6e4ea22011a0c727bbe2322190bd041feefbcbc806bc7c33f6b02_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/metallb-rhel9@sha256:85e241056ecf9c39855d0c6e84533d6c3399a3bb95caa78f48b600ff3064ed21_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/metallb-rhel9@sha256:85e241056ecf9c39855d0c6e84533d6c3399a3bb95caa78f48b600ff3064ed21_amd64"
        },
        "product_reference": "openshift4/metallb-rhel9@sha256:85e241056ecf9c39855d0c6e84533d6c3399a3bb95caa78f48b600ff3064ed21_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/metallb-rhel9@sha256:b149f6807f07c66fc3e639d87c1e4433e4de40152082b06bd572b4083baa4471_s390x as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/metallb-rhel9@sha256:b149f6807f07c66fc3e639d87c1e4433e4de40152082b06bd572b4083baa4471_s390x"
        },
        "product_reference": "openshift4/metallb-rhel9@sha256:b149f6807f07c66fc3e639d87c1e4433e4de40152082b06bd572b4083baa4471_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/metallb-rhel9@sha256:fd160bd13169fd3765c27e4ff5c9ff83e4f62c6f77a493a14c454f4551e2fe35_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/metallb-rhel9@sha256:fd160bd13169fd3765c27e4ff5c9ff83e4f62c6f77a493a14c454f4551e2fe35_arm64"
        },
        "product_reference": "openshift4/metallb-rhel9@sha256:fd160bd13169fd3765c27e4ff5c9ff83e4f62c6f77a493a14c454f4551e2fe35_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/nmstate-console-plugin-rhel9@sha256:19ebff56c0fb0a0b12e904bde5634b9f05a37484a9a10b4cd5f93c062ae333b8_s390x as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/nmstate-console-plugin-rhel9@sha256:19ebff56c0fb0a0b12e904bde5634b9f05a37484a9a10b4cd5f93c062ae333b8_s390x"
        },
        "product_reference": "openshift4/nmstate-console-plugin-rhel9@sha256:19ebff56c0fb0a0b12e904bde5634b9f05a37484a9a10b4cd5f93c062ae333b8_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/nmstate-console-plugin-rhel9@sha256:1dc19095c278fb5ea023654c4402006b9e33f482f052dd9d2edfe235b1304035_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/nmstate-console-plugin-rhel9@sha256:1dc19095c278fb5ea023654c4402006b9e33f482f052dd9d2edfe235b1304035_amd64"
        },
        "product_reference": "openshift4/nmstate-console-plugin-rhel9@sha256:1dc19095c278fb5ea023654c4402006b9e33f482f052dd9d2edfe235b1304035_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/nmstate-console-plugin-rhel9@sha256:226ac79140c3ed46760992e0002bb5612532f558e0653204bceae984820b0fe9_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/nmstate-console-plugin-rhel9@sha256:226ac79140c3ed46760992e0002bb5612532f558e0653204bceae984820b0fe9_arm64"
        },
        "product_reference": "openshift4/nmstate-console-plugin-rhel9@sha256:226ac79140c3ed46760992e0002bb5612532f558e0653204bceae984820b0fe9_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/nmstate-console-plugin-rhel9@sha256:78c1a8befdb612279ce5ab0d4b282695b88029ed312ccbe1d43edc2101c409e0_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/nmstate-console-plugin-rhel9@sha256:78c1a8befdb612279ce5ab0d4b282695b88029ed312ccbe1d43edc2101c409e0_ppc64le"
        },
        "product_reference": "openshift4/nmstate-console-plugin-rhel9@sha256:78c1a8befdb612279ce5ab0d4b282695b88029ed312ccbe1d43edc2101c409e0_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-ansible-rhel9-operator@sha256:03b7936b372f2a2db7829a977a9f01c6f3d345652b165396d04a196aa8eb993d_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/ose-ansible-rhel9-operator@sha256:03b7936b372f2a2db7829a977a9f01c6f3d345652b165396d04a196aa8eb993d_ppc64le"
        },
        "product_reference": "openshift4/ose-ansible-rhel9-operator@sha256:03b7936b372f2a2db7829a977a9f01c6f3d345652b165396d04a196aa8eb993d_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-ansible-rhel9-operator@sha256:3f6e91a46c35427bcf93bb5bdac2e129f1708ac65d0c25f3a02034f9d37a5f1f_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/ose-ansible-rhel9-operator@sha256:3f6e91a46c35427bcf93bb5bdac2e129f1708ac65d0c25f3a02034f9d37a5f1f_amd64"
        },
        "product_reference": "openshift4/ose-ansible-rhel9-operator@sha256:3f6e91a46c35427bcf93bb5bdac2e129f1708ac65d0c25f3a02034f9d37a5f1f_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-ansible-rhel9-operator@sha256:7135cba0305f366b4460335ad9c707b939ca218e3e82b09592b937ef7f269d25_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/ose-ansible-rhel9-operator@sha256:7135cba0305f366b4460335ad9c707b939ca218e3e82b09592b937ef7f269d25_arm64"
        },
        "product_reference": "openshift4/ose-ansible-rhel9-operator@sha256:7135cba0305f366b4460335ad9c707b939ca218e3e82b09592b937ef7f269d25_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-ansible-rhel9-operator@sha256:8123cc2f225a7d1f2a3d85d5e3625051970fafcce5f8b107a561d8166ee132ed_s390x as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/ose-ansible-rhel9-operator@sha256:8123cc2f225a7d1f2a3d85d5e3625051970fafcce5f8b107a561d8166ee132ed_s390x"
        },
        "product_reference": "openshift4/ose-ansible-rhel9-operator@sha256:8123cc2f225a7d1f2a3d85d5e3625051970fafcce5f8b107a561d8166ee132ed_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:82ba7dd5eb72b5494a304b2581921f1d204b775a37409ba5f74476ac5bc0e905_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:82ba7dd5eb72b5494a304b2581921f1d204b775a37409ba5f74476ac5bc0e905_amd64"
        },
        "product_reference": "openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:82ba7dd5eb72b5494a304b2581921f1d204b775a37409ba5f74476ac5bc0e905_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:c5e3933bf8a9257126675475dca4fbaddaeaf774b11d694424a9e0abcb051256_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:c5e3933bf8a9257126675475dca4fbaddaeaf774b11d694424a9e0abcb051256_arm64"
        },
        "product_reference": "openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:c5e3933bf8a9257126675475dca4fbaddaeaf774b11d694424a9e0abcb051256_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:0e89f6b867c0c7b1b72ae30df65305a9da63ce730abdaabfdd41c66adab3e32a_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:0e89f6b867c0c7b1b72ae30df65305a9da63ce730abdaabfdd41c66adab3e32a_arm64"
        },
        "product_reference": "openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:0e89f6b867c0c7b1b72ae30df65305a9da63ce730abdaabfdd41c66adab3e32a_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:e780e01a2b82e5f68497c4d80c1595002824de29c12ef41f39a0b63504d7ac18_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:e780e01a2b82e5f68497c4d80c1595002824de29c12ef41f39a0b63504d7ac18_amd64"
        },
        "product_reference": "openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:e780e01a2b82e5f68497c4d80c1595002824de29c12ef41f39a0b63504d7ac18_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cloud-event-proxy-rhel9@sha256:6508bc80ef97eec09d5ae0606d7d6d6ae288cbb9b1219db7ef164d20e779aa35_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/ose-cloud-event-proxy-rhel9@sha256:6508bc80ef97eec09d5ae0606d7d6d6ae288cbb9b1219db7ef164d20e779aa35_arm64"
        },
        "product_reference": "openshift4/ose-cloud-event-proxy-rhel9@sha256:6508bc80ef97eec09d5ae0606d7d6d6ae288cbb9b1219db7ef164d20e779aa35_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cloud-event-proxy-rhel9@sha256:c27150745dadce797773c0bd85701fbedc02b6277cec0f6e3366b092e06c024f_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/ose-cloud-event-proxy-rhel9@sha256:c27150745dadce797773c0bd85701fbedc02b6277cec0f6e3366b092e06c024f_amd64"
        },
        "product_reference": "openshift4/ose-cloud-event-proxy-rhel9@sha256:c27150745dadce797773c0bd85701fbedc02b6277cec0f6e3366b092e06c024f_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cloud-event-proxy-rhel9@sha256:d1fb17664f2e7aa4ad09d3802b33e4d9b8c7d7f476ec9d1ee35db634ecaa0bc5_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/ose-cloud-event-proxy-rhel9@sha256:d1fb17664f2e7aa4ad09d3802b33e4d9b8c7d7f476ec9d1ee35db634ecaa0bc5_ppc64le"
        },
        "product_reference": "openshift4/ose-cloud-event-proxy-rhel9@sha256:d1fb17664f2e7aa4ad09d3802b33e4d9b8c7d7f476ec9d1ee35db634ecaa0bc5_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-capacity-rhel9@sha256:3623a4f1f65e683d6d4c297c11e4523a118438c04e6edbc7e8ee8bbaf2d18d39_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/ose-cluster-capacity-rhel9@sha256:3623a4f1f65e683d6d4c297c11e4523a118438c04e6edbc7e8ee8bbaf2d18d39_amd64"
        },
        "product_reference": "openshift4/ose-cluster-capacity-rhel9@sha256:3623a4f1f65e683d6d4c297c11e4523a118438c04e6edbc7e8ee8bbaf2d18d39_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-capacity-rhel9@sha256:a40cf0b1dccd442dd35d4d3aaa93affc9bc00fce9f36dd294faefcba27cd4dfb_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/ose-cluster-capacity-rhel9@sha256:a40cf0b1dccd442dd35d4d3aaa93affc9bc00fce9f36dd294faefcba27cd4dfb_ppc64le"
        },
        "product_reference": "openshift4/ose-cluster-capacity-rhel9@sha256:a40cf0b1dccd442dd35d4d3aaa93affc9bc00fce9f36dd294faefcba27cd4dfb_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-capacity-rhel9@sha256:cf2e6c0c94ed42138350103b09f0e85d1c889fdcc60c329df0f5cca4e8984f8a_s390x as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/ose-cluster-capacity-rhel9@sha256:cf2e6c0c94ed42138350103b09f0e85d1c889fdcc60c329df0f5cca4e8984f8a_s390x"
        },
        "product_reference": "openshift4/ose-cluster-capacity-rhel9@sha256:cf2e6c0c94ed42138350103b09f0e85d1c889fdcc60c329df0f5cca4e8984f8a_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-capacity-rhel9@sha256:cf4ba584c83989874297a53e59d950d2d25b7555da1d7acca5c3bce53b7b24e8_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/ose-cluster-capacity-rhel9@sha256:cf4ba584c83989874297a53e59d950d2d25b7555da1d7acca5c3bce53b7b24e8_arm64"
        },
        "product_reference": "openshift4/ose-cluster-capacity-rhel9@sha256:cf4ba584c83989874297a53e59d950d2d25b7555da1d7acca5c3bce53b7b24e8_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-nfd-rhel9-operator@sha256:2b989411c269cb2167a19c59a013b2cf166eb98f70110acc209ea32c11c554fc_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/ose-cluster-nfd-rhel9-operator@sha256:2b989411c269cb2167a19c59a013b2cf166eb98f70110acc209ea32c11c554fc_amd64"
        },
        "product_reference": "openshift4/ose-cluster-nfd-rhel9-operator@sha256:2b989411c269cb2167a19c59a013b2cf166eb98f70110acc209ea32c11c554fc_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-nfd-rhel9-operator@sha256:35567384ec0ebb339da4c0bba4348b379c214f78d0798a9193f57cd2e173a9b7_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/ose-cluster-nfd-rhel9-operator@sha256:35567384ec0ebb339da4c0bba4348b379c214f78d0798a9193f57cd2e173a9b7_ppc64le"
        },
        "product_reference": "openshift4/ose-cluster-nfd-rhel9-operator@sha256:35567384ec0ebb339da4c0bba4348b379c214f78d0798a9193f57cd2e173a9b7_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-nfd-rhel9-operator@sha256:3f9a1510d75e85906a068e183f933c46ef5ad110d84b2f36ce8b05b6c4859cd7_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/ose-cluster-nfd-rhel9-operator@sha256:3f9a1510d75e85906a068e183f933c46ef5ad110d84b2f36ce8b05b6c4859cd7_arm64"
        },
        "product_reference": "openshift4/ose-cluster-nfd-rhel9-operator@sha256:3f9a1510d75e85906a068e183f933c46ef5ad110d84b2f36ce8b05b6c4859cd7_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-nfd-rhel9-operator@sha256:763b78dd96fe06f74cb7c544b73f767fd3e16bbd4de03d5a8f0b703df3f41b9b_s390x as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/ose-cluster-nfd-rhel9-operator@sha256:763b78dd96fe06f74cb7c544b73f767fd3e16bbd4de03d5a8f0b703df3f41b9b_s390x"
        },
        "product_reference": "openshift4/ose-cluster-nfd-rhel9-operator@sha256:763b78dd96fe06f74cb7c544b73f767fd3e16bbd4de03d5a8f0b703df3f41b9b_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:062a8464642c3b7d7294cf14e8edd137b1695eef29314f98af458940458dbf57_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:062a8464642c3b7d7294cf14e8edd137b1695eef29314f98af458940458dbf57_amd64"
        },
        "product_reference": "openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:062a8464642c3b7d7294cf14e8edd137b1695eef29314f98af458940458dbf57_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:53cafe9e5a0600bc74a0ec3d129acd7b8c36c44f70d435a1ff9737c8bbb1530d_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:53cafe9e5a0600bc74a0ec3d129acd7b8c36c44f70d435a1ff9737c8bbb1530d_arm64"
        },
        "product_reference": "openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:53cafe9e5a0600bc74a0ec3d129acd7b8c36c44f70d435a1ff9737c8bbb1530d_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:908dd190ffc18772722e762d4f72547d642bb208c7514f4ea76ba9a2c23c1c31_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:908dd190ffc18772722e762d4f72547d642bb208c7514f4ea76ba9a2c23c1c31_ppc64le"
        },
        "product_reference": "openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:908dd190ffc18772722e762d4f72547d642bb208c7514f4ea76ba9a2c23c1c31_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b97e494abed604599c37843ae4ae387d9c7bb4aafa64e792554ffae5d871af71_s390x as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b97e494abed604599c37843ae4ae387d9c7bb4aafa64e792554ffae5d871af71_s390x"
        },
        "product_reference": "openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b97e494abed604599c37843ae4ae387d9c7bb4aafa64e792554ffae5d871af71_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-clusterresourceoverride-rhel9@sha256:01044933efde7c86dd40ca08440ab74db5b68c1fb79919b50f40de6ed90706d3_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/ose-clusterresourceoverride-rhel9@sha256:01044933efde7c86dd40ca08440ab74db5b68c1fb79919b50f40de6ed90706d3_arm64"
        },
        "product_reference": "openshift4/ose-clusterresourceoverride-rhel9@sha256:01044933efde7c86dd40ca08440ab74db5b68c1fb79919b50f40de6ed90706d3_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-clusterresourceoverride-rhel9@sha256:a1693406802a85c0e37f62760023fb75cd99161711486514a3634635fb2cde97_s390x as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/ose-clusterresourceoverride-rhel9@sha256:a1693406802a85c0e37f62760023fb75cd99161711486514a3634635fb2cde97_s390x"
        },
        "product_reference": "openshift4/ose-clusterresourceoverride-rhel9@sha256:a1693406802a85c0e37f62760023fb75cd99161711486514a3634635fb2cde97_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-clusterresourceoverride-rhel9@sha256:a2f214a4d69cc4c64ba345a848c3a85693c37eefca434c3258887c7f9dd536f6_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/ose-clusterresourceoverride-rhel9@sha256:a2f214a4d69cc4c64ba345a848c3a85693c37eefca434c3258887c7f9dd536f6_ppc64le"
        },
        "product_reference": "openshift4/ose-clusterresourceoverride-rhel9@sha256:a2f214a4d69cc4c64ba345a848c3a85693c37eefca434c3258887c7f9dd536f6_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-clusterresourceoverride-rhel9@sha256:b6aa2501b7b5411c24686a9032192530cd10167f1b633982f6ca2710c7f260b5_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/ose-clusterresourceoverride-rhel9@sha256:b6aa2501b7b5411c24686a9032192530cd10167f1b633982f6ca2710c7f260b5_amd64"
        },
        "product_reference": "openshift4/ose-clusterresourceoverride-rhel9@sha256:b6aa2501b7b5411c24686a9032192530cd10167f1b633982f6ca2710c7f260b5_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-dpu-cni-rhel9@sha256:28b3ffe8a562cd543cd5fa9d6a2229861e414d0da4b12f43ff45aebc2d3ad10a_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/ose-dpu-cni-rhel9@sha256:28b3ffe8a562cd543cd5fa9d6a2229861e414d0da4b12f43ff45aebc2d3ad10a_amd64"
        },
        "product_reference": "openshift4/ose-dpu-cni-rhel9@sha256:28b3ffe8a562cd543cd5fa9d6a2229861e414d0da4b12f43ff45aebc2d3ad10a_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-dpu-cni-rhel9@sha256:3eb72559e5078e618e9410cc5924a9c9aef3b255c926b55f13fc72f031d3c5f7_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/ose-dpu-cni-rhel9@sha256:3eb72559e5078e618e9410cc5924a9c9aef3b255c926b55f13fc72f031d3c5f7_ppc64le"
        },
        "product_reference": "openshift4/ose-dpu-cni-rhel9@sha256:3eb72559e5078e618e9410cc5924a9c9aef3b255c926b55f13fc72f031d3c5f7_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-dpu-cni-rhel9@sha256:4eb1626ba6602ccec8ccb2f4cfa69c5301512e519c48908eab56d24e29a1fb5e_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/ose-dpu-cni-rhel9@sha256:4eb1626ba6602ccec8ccb2f4cfa69c5301512e519c48908eab56d24e29a1fb5e_arm64"
        },
        "product_reference": "openshift4/ose-dpu-cni-rhel9@sha256:4eb1626ba6602ccec8ccb2f4cfa69c5301512e519c48908eab56d24e29a1fb5e_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-dpu-cni-rhel9@sha256:eeffab3c3df2e79e56f9f1e89b056cf7dcf3caca330cac6e3d8e74e1b383617f_s390x as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/ose-dpu-cni-rhel9@sha256:eeffab3c3df2e79e56f9f1e89b056cf7dcf3caca330cac6e3d8e74e1b383617f_s390x"
        },
        "product_reference": "openshift4/ose-dpu-cni-rhel9@sha256:eeffab3c3df2e79e56f9f1e89b056cf7dcf3caca330cac6e3d8e74e1b383617f_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-dpu-daemon-rhel9@sha256:2eabecda53b5892047bc2baa5dd88e65a0c7ba99ccc2b6a236ae728472eac148_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/ose-dpu-daemon-rhel9@sha256:2eabecda53b5892047bc2baa5dd88e65a0c7ba99ccc2b6a236ae728472eac148_amd64"
        },
        "product_reference": "openshift4/ose-dpu-daemon-rhel9@sha256:2eabecda53b5892047bc2baa5dd88e65a0c7ba99ccc2b6a236ae728472eac148_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-dpu-daemon-rhel9@sha256:38a3b71dd683316557a868527cd71ee0c3d60c9b5bdb69c8eddaf85a6cce9362_s390x as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/ose-dpu-daemon-rhel9@sha256:38a3b71dd683316557a868527cd71ee0c3d60c9b5bdb69c8eddaf85a6cce9362_s390x"
        },
        "product_reference": "openshift4/ose-dpu-daemon-rhel9@sha256:38a3b71dd683316557a868527cd71ee0c3d60c9b5bdb69c8eddaf85a6cce9362_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-dpu-daemon-rhel9@sha256:80815e7d7e70d822290260f9b3f48c942c7c8af7e7379f8fccd697ccf21fead5_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/ose-dpu-daemon-rhel9@sha256:80815e7d7e70d822290260f9b3f48c942c7c8af7e7379f8fccd697ccf21fead5_ppc64le"
        },
        "product_reference": "openshift4/ose-dpu-daemon-rhel9@sha256:80815e7d7e70d822290260f9b3f48c942c7c8af7e7379f8fccd697ccf21fead5_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-dpu-daemon-rhel9@sha256:87e032ec0b7a027dd35d32fdbbee72ca8f1795e10c4407556b01a215dd71d16f_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/ose-dpu-daemon-rhel9@sha256:87e032ec0b7a027dd35d32fdbbee72ca8f1795e10c4407556b01a215dd71d16f_arm64"
        },
        "product_reference": "openshift4/ose-dpu-daemon-rhel9@sha256:87e032ec0b7a027dd35d32fdbbee72ca8f1795e10c4407556b01a215dd71d16f_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-dpu-rhel9-operator@sha256:0ab8cbc9a9eebe6b61066329ec6e425e0a74d808f563bde619e948a55f669827_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/ose-dpu-rhel9-operator@sha256:0ab8cbc9a9eebe6b61066329ec6e425e0a74d808f563bde619e948a55f669827_ppc64le"
        },
        "product_reference": "openshift4/ose-dpu-rhel9-operator@sha256:0ab8cbc9a9eebe6b61066329ec6e425e0a74d808f563bde619e948a55f669827_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-dpu-rhel9-operator@sha256:74388a8f28c9ed2e0bfe9764ab33635a57139fb7c32e61fc27a1b61daee7d55a_s390x as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/ose-dpu-rhel9-operator@sha256:74388a8f28c9ed2e0bfe9764ab33635a57139fb7c32e61fc27a1b61daee7d55a_s390x"
        },
        "product_reference": "openshift4/ose-dpu-rhel9-operator@sha256:74388a8f28c9ed2e0bfe9764ab33635a57139fb7c32e61fc27a1b61daee7d55a_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-dpu-rhel9-operator@sha256:ae08418fa7d5ab0fc797796e75f5ab5fa285b044f1b91c02df33b647c03ee8e7_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/ose-dpu-rhel9-operator@sha256:ae08418fa7d5ab0fc797796e75f5ab5fa285b044f1b91c02df33b647c03ee8e7_arm64"
        },
        "product_reference": "openshift4/ose-dpu-rhel9-operator@sha256:ae08418fa7d5ab0fc797796e75f5ab5fa285b044f1b91c02df33b647c03ee8e7_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-dpu-rhel9-operator@sha256:d6411c3ce3b422c518d6971900fe2dcc17aa81cb133e05b9e695411a80de71da_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/ose-dpu-rhel9-operator@sha256:d6411c3ce3b422c518d6971900fe2dcc17aa81cb133e05b9e695411a80de71da_amd64"
        },
        "product_reference": "openshift4/ose-dpu-rhel9-operator@sha256:d6411c3ce3b422c518d6971900fe2dcc17aa81cb133e05b9e695411a80de71da_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:30925d5267a0c88f9331f30e84a8a8eef56ab75114c04793249b43b468eb4ca2_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:30925d5267a0c88f9331f30e84a8a8eef56ab75114c04793249b43b468eb4ca2_amd64"
        },
        "product_reference": "openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:30925d5267a0c88f9331f30e84a8a8eef56ab75114c04793249b43b468eb4ca2_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:a19d7130113a4232750fa5ba4be00ee5cd4b7e1353d3f47acaa6462ad1771ce6_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:a19d7130113a4232750fa5ba4be00ee5cd4b7e1353d3f47acaa6462ad1771ce6_ppc64le"
        },
        "product_reference": "openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:a19d7130113a4232750fa5ba4be00ee5cd4b7e1353d3f47acaa6462ad1771ce6_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:cc3b9dc678956908fe898125660f0d8ffafce92b404797e76bc3308d849382ed_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:cc3b9dc678956908fe898125660f0d8ffafce92b404797e76bc3308d849382ed_arm64"
        },
        "product_reference": "openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:cc3b9dc678956908fe898125660f0d8ffafce92b404797e76bc3308d849382ed_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:1f9cc39b4f27e4b67549f8fe444ed596ab0622a857ce96585090e44593c86892_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:1f9cc39b4f27e4b67549f8fe444ed596ab0622a857ce96585090e44593c86892_arm64"
        },
        "product_reference": "openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:1f9cc39b4f27e4b67549f8fe444ed596ab0622a857ce96585090e44593c86892_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:9ad6af69cd6582d2983900ebe6d07a3c84c7d7020b1c21ce938f1a1418c02d73_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:9ad6af69cd6582d2983900ebe6d07a3c84c7d7020b1c21ce938f1a1418c02d73_ppc64le"
        },
        "product_reference": "openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:9ad6af69cd6582d2983900ebe6d07a3c84c7d7020b1c21ce938f1a1418c02d73_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:b43096db3c8648eeaa6d76c6ec20380a01a8385c8f0af003f8fe269e5538c05c_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:b43096db3c8648eeaa6d76c6ec20380a01a8385c8f0af003f8fe269e5538c05c_amd64"
        },
        "product_reference": "openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:b43096db3c8648eeaa6d76c6ec20380a01a8385c8f0af003f8fe269e5538c05c_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-helm-rhel9-operator@sha256:54106f4650d9887ee4ba4baf40c7d37f0d4b90bec3f054beff5cb0bed20f8e51_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/ose-helm-rhel9-operator@sha256:54106f4650d9887ee4ba4baf40c7d37f0d4b90bec3f054beff5cb0bed20f8e51_ppc64le"
        },
        "product_reference": "openshift4/ose-helm-rhel9-operator@sha256:54106f4650d9887ee4ba4baf40c7d37f0d4b90bec3f054beff5cb0bed20f8e51_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-helm-rhel9-operator@sha256:d9e1c0661b52a53f5e65c4191ad05d6010daa1c76345d3f6b57ad626d6bf262c_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/ose-helm-rhel9-operator@sha256:d9e1c0661b52a53f5e65c4191ad05d6010daa1c76345d3f6b57ad626d6bf262c_amd64"
        },
        "product_reference": "openshift4/ose-helm-rhel9-operator@sha256:d9e1c0661b52a53f5e65c4191ad05d6010daa1c76345d3f6b57ad626d6bf262c_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-helm-rhel9-operator@sha256:eb199e6196f19aa8d1268cb15f1a6b9627b881d09a69d8ca3b9fe3318847aaec_s390x as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/ose-helm-rhel9-operator@sha256:eb199e6196f19aa8d1268cb15f1a6b9627b881d09a69d8ca3b9fe3318847aaec_s390x"
        },
        "product_reference": "openshift4/ose-helm-rhel9-operator@sha256:eb199e6196f19aa8d1268cb15f1a6b9627b881d09a69d8ca3b9fe3318847aaec_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-helm-rhel9-operator@sha256:fffd1130495ae0c11622208983660653010cdb945715b757c8b40f53bf22a1d7_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/ose-helm-rhel9-operator@sha256:fffd1130495ae0c11622208983660653010cdb945715b757c8b40f53bf22a1d7_arm64"
        },
        "product_reference": "openshift4/ose-helm-rhel9-operator@sha256:fffd1130495ae0c11622208983660653010cdb945715b757c8b40f53bf22a1d7_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:18abffacc7410d5cf969d291779de58dd9383e45b9e18715a79f5b270ae097ec_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:18abffacc7410d5cf969d291779de58dd9383e45b9e18715a79f5b270ae097ec_arm64"
        },
        "product_reference": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:18abffacc7410d5cf969d291779de58dd9383e45b9e18715a79f5b270ae097ec_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:483ff979fe0e5e84322bf9f9705ea9b13e015bf2bfc663bfa2b99614cd186a89_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:483ff979fe0e5e84322bf9f9705ea9b13e015bf2bfc663bfa2b99614cd186a89_amd64"
        },
        "product_reference": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:483ff979fe0e5e84322bf9f9705ea9b13e015bf2bfc663bfa2b99614cd186a89_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:78db9afd9e712a0b604a01863b2d9a3c4be8b67e03ff8b466dfd1a942a689a69_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:78db9afd9e712a0b604a01863b2d9a3c4be8b67e03ff8b466dfd1a942a689a69_ppc64le"
        },
        "product_reference": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:78db9afd9e712a0b604a01863b2d9a3c4be8b67e03ff8b466dfd1a942a689a69_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:bd1225cba9b2dc22ef7ce7861edcd98cffead70fc73d4b92d864ea267260e5df_s390x as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:bd1225cba9b2dc22ef7ce7861edcd98cffead70fc73d4b92d864ea267260e5df_s390x"
        },
        "product_reference": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:bd1225cba9b2dc22ef7ce7861edcd98cffead70fc73d4b92d864ea267260e5df_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-local-storage-diskmaker-rhel9@sha256:12b2db11aadfa65e00bf874c93c672931187d80827734a4c12c340b77aa7dceb_s390x as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/ose-local-storage-diskmaker-rhel9@sha256:12b2db11aadfa65e00bf874c93c672931187d80827734a4c12c340b77aa7dceb_s390x"
        },
        "product_reference": "openshift4/ose-local-storage-diskmaker-rhel9@sha256:12b2db11aadfa65e00bf874c93c672931187d80827734a4c12c340b77aa7dceb_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-local-storage-diskmaker-rhel9@sha256:3cd2d4f81dba702d04e5adba9907503f837eef358c0f7d8d0fa2a6cbeb4cdcf0_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/ose-local-storage-diskmaker-rhel9@sha256:3cd2d4f81dba702d04e5adba9907503f837eef358c0f7d8d0fa2a6cbeb4cdcf0_amd64"
        },
        "product_reference": "openshift4/ose-local-storage-diskmaker-rhel9@sha256:3cd2d4f81dba702d04e5adba9907503f837eef358c0f7d8d0fa2a6cbeb4cdcf0_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-local-storage-diskmaker-rhel9@sha256:ab17487ffe29e238feb7622562682e7e2c8e2c5f60c27b0950c51d5f0498775f_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/ose-local-storage-diskmaker-rhel9@sha256:ab17487ffe29e238feb7622562682e7e2c8e2c5f60c27b0950c51d5f0498775f_arm64"
        },
        "product_reference": "openshift4/ose-local-storage-diskmaker-rhel9@sha256:ab17487ffe29e238feb7622562682e7e2c8e2c5f60c27b0950c51d5f0498775f_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-local-storage-diskmaker-rhel9@sha256:b903eff8a81be90819a0a5c2801ab65d587c2c4c173d341ddb90c75a5bbac395_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/ose-local-storage-diskmaker-rhel9@sha256:b903eff8a81be90819a0a5c2801ab65d587c2c4c173d341ddb90c75a5bbac395_ppc64le"
        },
        "product_reference": "openshift4/ose-local-storage-diskmaker-rhel9@sha256:b903eff8a81be90819a0a5c2801ab65d587c2c4c173d341ddb90c75a5bbac395_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-local-storage-mustgather-rhel9@sha256:03f0f231d25e5268422543413929f0f9d4a9cd901e5a065737df4d491242dcab_s390x as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/ose-local-storage-mustgather-rhel9@sha256:03f0f231d25e5268422543413929f0f9d4a9cd901e5a065737df4d491242dcab_s390x"
        },
        "product_reference": "openshift4/ose-local-storage-mustgather-rhel9@sha256:03f0f231d25e5268422543413929f0f9d4a9cd901e5a065737df4d491242dcab_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-local-storage-mustgather-rhel9@sha256:3aafc7aa7bcb16888b8ca0df2ecea58706e927dcc9d754bed94fed4e6c9f85b1_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/ose-local-storage-mustgather-rhel9@sha256:3aafc7aa7bcb16888b8ca0df2ecea58706e927dcc9d754bed94fed4e6c9f85b1_arm64"
        },
        "product_reference": "openshift4/ose-local-storage-mustgather-rhel9@sha256:3aafc7aa7bcb16888b8ca0df2ecea58706e927dcc9d754bed94fed4e6c9f85b1_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-local-storage-mustgather-rhel9@sha256:71af9fafc264595d1fa6d69620ba6917483d96ecfdbc526a943f51b47aeff452_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/ose-local-storage-mustgather-rhel9@sha256:71af9fafc264595d1fa6d69620ba6917483d96ecfdbc526a943f51b47aeff452_amd64"
        },
        "product_reference": "openshift4/ose-local-storage-mustgather-rhel9@sha256:71af9fafc264595d1fa6d69620ba6917483d96ecfdbc526a943f51b47aeff452_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-local-storage-mustgather-rhel9@sha256:8fa6b817de354b66a088a82a179747761f3da08fcb0ac08832ec149c9071944d_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/ose-local-storage-mustgather-rhel9@sha256:8fa6b817de354b66a088a82a179747761f3da08fcb0ac08832ec149c9071944d_ppc64le"
        },
        "product_reference": "openshift4/ose-local-storage-mustgather-rhel9@sha256:8fa6b817de354b66a088a82a179747761f3da08fcb0ac08832ec149c9071944d_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-local-storage-rhel9-operator@sha256:28bca20cab3cd2da6030e52d1b7c815e77341e27cd8c785ed16ba3e62ec01a5e_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/ose-local-storage-rhel9-operator@sha256:28bca20cab3cd2da6030e52d1b7c815e77341e27cd8c785ed16ba3e62ec01a5e_ppc64le"
        },
        "product_reference": "openshift4/ose-local-storage-rhel9-operator@sha256:28bca20cab3cd2da6030e52d1b7c815e77341e27cd8c785ed16ba3e62ec01a5e_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-local-storage-rhel9-operator@sha256:3d8532e15be431cf55c3f863f4d7a2d2c2c9c07003d36e17350571198039cfd6_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/ose-local-storage-rhel9-operator@sha256:3d8532e15be431cf55c3f863f4d7a2d2c2c9c07003d36e17350571198039cfd6_arm64"
        },
        "product_reference": "openshift4/ose-local-storage-rhel9-operator@sha256:3d8532e15be431cf55c3f863f4d7a2d2c2c9c07003d36e17350571198039cfd6_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-local-storage-rhel9-operator@sha256:e31ee5fa2e6cc1d964031c6e9b8d872634368bbcaebff2cf3d775cf073c6b0f7_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/ose-local-storage-rhel9-operator@sha256:e31ee5fa2e6cc1d964031c6e9b8d872634368bbcaebff2cf3d775cf073c6b0f7_amd64"
        },
        "product_reference": "openshift4/ose-local-storage-rhel9-operator@sha256:e31ee5fa2e6cc1d964031c6e9b8d872634368bbcaebff2cf3d775cf073c6b0f7_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-local-storage-rhel9-operator@sha256:ea8db743d7432105949633b1fc88c245b110c1ee73c224377c875bcc59457a8e_s390x as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/ose-local-storage-rhel9-operator@sha256:ea8db743d7432105949633b1fc88c245b110c1ee73c224377c875bcc59457a8e_s390x"
        },
        "product_reference": "openshift4/ose-local-storage-rhel9-operator@sha256:ea8db743d7432105949633b1fc88c245b110c1ee73c224377c875bcc59457a8e_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-node-feature-discovery-rhel9@sha256:126e1cf6ea4a024bb40a0e3ad88e6822c46a7a1c7d11391926e7c1fd70bbcf77_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/ose-node-feature-discovery-rhel9@sha256:126e1cf6ea4a024bb40a0e3ad88e6822c46a7a1c7d11391926e7c1fd70bbcf77_ppc64le"
        },
        "product_reference": "openshift4/ose-node-feature-discovery-rhel9@sha256:126e1cf6ea4a024bb40a0e3ad88e6822c46a7a1c7d11391926e7c1fd70bbcf77_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-node-feature-discovery-rhel9@sha256:2d7387723270d5d6a756a745de8ca4ae79df2f374c6e2c69766707655b0e05fc_s390x as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/ose-node-feature-discovery-rhel9@sha256:2d7387723270d5d6a756a745de8ca4ae79df2f374c6e2c69766707655b0e05fc_s390x"
        },
        "product_reference": "openshift4/ose-node-feature-discovery-rhel9@sha256:2d7387723270d5d6a756a745de8ca4ae79df2f374c6e2c69766707655b0e05fc_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-node-feature-discovery-rhel9@sha256:472500f1c8ede3f231c73e4a4c0b721e5722fc7a2b3fcad5207282ab7fe55e42_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/ose-node-feature-discovery-rhel9@sha256:472500f1c8ede3f231c73e4a4c0b721e5722fc7a2b3fcad5207282ab7fe55e42_arm64"
        },
        "product_reference": "openshift4/ose-node-feature-discovery-rhel9@sha256:472500f1c8ede3f231c73e4a4c0b721e5722fc7a2b3fcad5207282ab7fe55e42_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-node-feature-discovery-rhel9@sha256:c898cbac54339c401233fcda8e7add6032102d44bd1403a9a051570fc3a341a7_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/ose-node-feature-discovery-rhel9@sha256:c898cbac54339c401233fcda8e7add6032102d44bd1403a9a051570fc3a341a7_amd64"
        },
        "product_reference": "openshift4/ose-node-feature-discovery-rhel9@sha256:c898cbac54339c401233fcda8e7add6032102d44bd1403a9a051570fc3a341a7_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-operator-sdk-rhel9@sha256:23d49502535b137e350ad49093966780c212047e6242b831a397e8ff69a99499_s390x as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/ose-operator-sdk-rhel9@sha256:23d49502535b137e350ad49093966780c212047e6242b831a397e8ff69a99499_s390x"
        },
        "product_reference": "openshift4/ose-operator-sdk-rhel9@sha256:23d49502535b137e350ad49093966780c212047e6242b831a397e8ff69a99499_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-operator-sdk-rhel9@sha256:7742ffdcc96c16eb233771edc501027694d044abdfbc9dea5eacf2c9bce2713f_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/ose-operator-sdk-rhel9@sha256:7742ffdcc96c16eb233771edc501027694d044abdfbc9dea5eacf2c9bce2713f_amd64"
        },
        "product_reference": "openshift4/ose-operator-sdk-rhel9@sha256:7742ffdcc96c16eb233771edc501027694d044abdfbc9dea5eacf2c9bce2713f_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-operator-sdk-rhel9@sha256:86d402a644f6d1dc6cc691976e6f3a1d2392aac2183a4bd31c0a3aa2cc34707d_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/ose-operator-sdk-rhel9@sha256:86d402a644f6d1dc6cc691976e6f3a1d2392aac2183a4bd31c0a3aa2cc34707d_ppc64le"
        },
        "product_reference": "openshift4/ose-operator-sdk-rhel9@sha256:86d402a644f6d1dc6cc691976e6f3a1d2392aac2183a4bd31c0a3aa2cc34707d_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-operator-sdk-rhel9@sha256:a32833f36b0c3659b4e37bef509724de9bb1fc6e0cd4d2f5df9b14720dd13dfd_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/ose-operator-sdk-rhel9@sha256:a32833f36b0c3659b4e37bef509724de9bb1fc6e0cd4d2f5df9b14720dd13dfd_arm64"
        },
        "product_reference": "openshift4/ose-operator-sdk-rhel9@sha256:a32833f36b0c3659b4e37bef509724de9bb1fc6e0cd4d2f5df9b14720dd13dfd_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-ptp-rhel9-operator@sha256:45c052ce4efc384e290ebc482878d705a08ea54fba0d49adf30022bec5ca6ed2_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/ose-ptp-rhel9-operator@sha256:45c052ce4efc384e290ebc482878d705a08ea54fba0d49adf30022bec5ca6ed2_arm64"
        },
        "product_reference": "openshift4/ose-ptp-rhel9-operator@sha256:45c052ce4efc384e290ebc482878d705a08ea54fba0d49adf30022bec5ca6ed2_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-ptp-rhel9-operator@sha256:7a7c9b866935b6e2e644659b75e1cdff2c3adf265b86b4d58220126147aaf7df_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/ose-ptp-rhel9-operator@sha256:7a7c9b866935b6e2e644659b75e1cdff2c3adf265b86b4d58220126147aaf7df_ppc64le"
        },
        "product_reference": "openshift4/ose-ptp-rhel9-operator@sha256:7a7c9b866935b6e2e644659b75e1cdff2c3adf265b86b4d58220126147aaf7df_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-ptp-rhel9-operator@sha256:b678a4cdcd0330bee6a805bb091b9a833fb2283efd6ae15dc1ddea95483d2c2c_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/ose-ptp-rhel9-operator@sha256:b678a4cdcd0330bee6a805bb091b9a833fb2283efd6ae15dc1ddea95483d2c2c_amd64"
        },
        "product_reference": "openshift4/ose-ptp-rhel9-operator@sha256:b678a4cdcd0330bee6a805bb091b9a833fb2283efd6ae15dc1ddea95483d2c2c_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-ptp-rhel9@sha256:5e85daf1ae3ee62239bac15c1c88de4c88df6ce5ab398c47321e131ef7d4b1f6_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/ose-ptp-rhel9@sha256:5e85daf1ae3ee62239bac15c1c88de4c88df6ce5ab398c47321e131ef7d4b1f6_arm64"
        },
        "product_reference": "openshift4/ose-ptp-rhel9@sha256:5e85daf1ae3ee62239bac15c1c88de4c88df6ce5ab398c47321e131ef7d4b1f6_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-ptp-rhel9@sha256:8fff8a07137ef8a09d90a10e1e557ffcd70d8984d036f9a6241449ad7c9cef28_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/ose-ptp-rhel9@sha256:8fff8a07137ef8a09d90a10e1e557ffcd70d8984d036f9a6241449ad7c9cef28_ppc64le"
        },
        "product_reference": "openshift4/ose-ptp-rhel9@sha256:8fff8a07137ef8a09d90a10e1e557ffcd70d8984d036f9a6241449ad7c9cef28_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-ptp-rhel9@sha256:fd8c3b77dfdae4f5430fe50cd71a49884c11ccdb3f98cc9946e4dd3eff63596f_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/ose-ptp-rhel9@sha256:fd8c3b77dfdae4f5430fe50cd71a49884c11ccdb3f98cc9946e4dd3eff63596f_amd64"
        },
        "product_reference": "openshift4/ose-ptp-rhel9@sha256:fd8c3b77dfdae4f5430fe50cd71a49884c11ccdb3f98cc9946e4dd3eff63596f_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:66c32dd1e8c0efdc1f144540c7aaa3870838964023d2bbbe3d2f7ad499b6d9d5_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:66c32dd1e8c0efdc1f144540c7aaa3870838964023d2bbbe3d2f7ad499b6d9d5_amd64"
        },
        "product_reference": "openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:66c32dd1e8c0efdc1f144540c7aaa3870838964023d2bbbe3d2f7ad499b6d9d5_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:ad29b9990c09063cd6b63d21eae702e7f80fb28129d494b089b38388a569d731_s390x as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:ad29b9990c09063cd6b63d21eae702e7f80fb28129d494b089b38388a569d731_s390x"
        },
        "product_reference": "openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:ad29b9990c09063cd6b63d21eae702e7f80fb28129d494b089b38388a569d731_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b92eaba8167fb669ca84431502ee89be12994c3bf1848d1fcc4bdbf551ed985d_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b92eaba8167fb669ca84431502ee89be12994c3bf1848d1fcc4bdbf551ed985d_arm64"
        },
        "product_reference": "openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b92eaba8167fb669ca84431502ee89be12994c3bf1848d1fcc4bdbf551ed985d_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:f269155600267d857964378b12dcd9449eff6deea91c36ad97aaa8776cafd0d3_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:f269155600267d857964378b12dcd9449eff6deea91c36ad97aaa8776cafd0d3_ppc64le"
        },
        "product_reference": "openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:f269155600267d857964378b12dcd9449eff6deea91c36ad97aaa8776cafd0d3_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-secrets-store-csi-driver-rhel9@sha256:073fd527853fa10904e582534a5f5fc9f429dae6e2ff74014f6c7b4ee3d69225_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:073fd527853fa10904e582534a5f5fc9f429dae6e2ff74014f6c7b4ee3d69225_arm64"
        },
        "product_reference": "openshift4/ose-secrets-store-csi-driver-rhel9@sha256:073fd527853fa10904e582534a5f5fc9f429dae6e2ff74014f6c7b4ee3d69225_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-secrets-store-csi-driver-rhel9@sha256:72f54856b7940aa186ba42431833bb8a48e16f2eacdd4255c525a53538df5fe8_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:72f54856b7940aa186ba42431833bb8a48e16f2eacdd4255c525a53538df5fe8_ppc64le"
        },
        "product_reference": "openshift4/ose-secrets-store-csi-driver-rhel9@sha256:72f54856b7940aa186ba42431833bb8a48e16f2eacdd4255c525a53538df5fe8_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-secrets-store-csi-driver-rhel9@sha256:d4ca1c056a0a8ddc91dba799dfa8ee571efaa156d87117a1938d18bc9df8f67e_s390x as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:d4ca1c056a0a8ddc91dba799dfa8ee571efaa156d87117a1938d18bc9df8f67e_s390x"
        },
        "product_reference": "openshift4/ose-secrets-store-csi-driver-rhel9@sha256:d4ca1c056a0a8ddc91dba799dfa8ee571efaa156d87117a1938d18bc9df8f67e_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-secrets-store-csi-driver-rhel9@sha256:d56f803687b759e2bfd00c5c7c010164f3ac2a4b8c410f7c9d8a90c63f289ac2_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:d56f803687b759e2bfd00c5c7c010164f3ac2a4b8c410f7c9d8a90c63f289ac2_amd64"
        },
        "product_reference": "openshift4/ose-secrets-store-csi-driver-rhel9@sha256:d56f803687b759e2bfd00c5c7c010164f3ac2a4b8c410f7c9d8a90c63f289ac2_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:488c2a00254a14642a4e176bce804a9b44f3c303c641958da7819faea139d8d1_s390x as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:488c2a00254a14642a4e176bce804a9b44f3c303c641958da7819faea139d8d1_s390x"
        },
        "product_reference": "openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:488c2a00254a14642a4e176bce804a9b44f3c303c641958da7819faea139d8d1_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:72d0d7c286f72c2c7b8d01ab800a7484338f896bda8cdc8f3aceec8bc9b4cb20_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:72d0d7c286f72c2c7b8d01ab800a7484338f896bda8cdc8f3aceec8bc9b4cb20_ppc64le"
        },
        "product_reference": "openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:72d0d7c286f72c2c7b8d01ab800a7484338f896bda8cdc8f3aceec8bc9b4cb20_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:757264af60bccd14324449a927c6eb8658051dfeb32942b178fccc6d47b4d084_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:757264af60bccd14324449a927c6eb8658051dfeb32942b178fccc6d47b4d084_amd64"
        },
        "product_reference": "openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:757264af60bccd14324449a927c6eb8658051dfeb32942b178fccc6d47b4d084_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:ab2a82ed367fc56f717b917ac25143fab4cb5b6c41e080b1ded5e54c87d77a97_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:ab2a82ed367fc56f717b917ac25143fab4cb5b6c41e080b1ded5e54c87d77a97_arm64"
        },
        "product_reference": "openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:ab2a82ed367fc56f717b917ac25143fab4cb5b6c41e080b1ded5e54c87d77a97_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-smb-csi-driver-rhel9-operator@sha256:6509e7913e2dab9296435e6d269ecccd5f625545ec754d05f202c4e60e255c51_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:6509e7913e2dab9296435e6d269ecccd5f625545ec754d05f202c4e60e255c51_ppc64le"
        },
        "product_reference": "openshift4/ose-smb-csi-driver-rhel9-operator@sha256:6509e7913e2dab9296435e6d269ecccd5f625545ec754d05f202c4e60e255c51_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-smb-csi-driver-rhel9-operator@sha256:6b55236b12572d41797ea69fbc696cc4609e5edb53978dcda255bf40e293712e_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:6b55236b12572d41797ea69fbc696cc4609e5edb53978dcda255bf40e293712e_arm64"
        },
        "product_reference": "openshift4/ose-smb-csi-driver-rhel9-operator@sha256:6b55236b12572d41797ea69fbc696cc4609e5edb53978dcda255bf40e293712e_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-smb-csi-driver-rhel9-operator@sha256:6f2278fdf413136644ce55d84d4214872753d427bfccf165fd414c4bf6988007_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:6f2278fdf413136644ce55d84d4214872753d427bfccf165fd414c4bf6988007_amd64"
        },
        "product_reference": "openshift4/ose-smb-csi-driver-rhel9-operator@sha256:6f2278fdf413136644ce55d84d4214872753d427bfccf165fd414c4bf6988007_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-smb-csi-driver-rhel9-operator@sha256:a886d85eb37232ff120075f2dcdddab791fdee987391ad5db60d33560b75dbde_s390x as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:a886d85eb37232ff120075f2dcdddab791fdee987391ad5db60d33560b75dbde_s390x"
        },
        "product_reference": "openshift4/ose-smb-csi-driver-rhel9-operator@sha256:a886d85eb37232ff120075f2dcdddab791fdee987391ad5db60d33560b75dbde_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-smb-csi-driver-rhel9@sha256:2c3e1ea8933a57608c2ca51f72587580a7a333563ed14adb0d78c0dccca31bdd_s390x as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/ose-smb-csi-driver-rhel9@sha256:2c3e1ea8933a57608c2ca51f72587580a7a333563ed14adb0d78c0dccca31bdd_s390x"
        },
        "product_reference": "openshift4/ose-smb-csi-driver-rhel9@sha256:2c3e1ea8933a57608c2ca51f72587580a7a333563ed14adb0d78c0dccca31bdd_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-smb-csi-driver-rhel9@sha256:b1038bddfe856f4883a75412f97521f914f4498535579ea5f24ef12825e4f3eb_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/ose-smb-csi-driver-rhel9@sha256:b1038bddfe856f4883a75412f97521f914f4498535579ea5f24ef12825e4f3eb_arm64"
        },
        "product_reference": "openshift4/ose-smb-csi-driver-rhel9@sha256:b1038bddfe856f4883a75412f97521f914f4498535579ea5f24ef12825e4f3eb_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-smb-csi-driver-rhel9@sha256:bd8978f967473419966e8920b57bfb7c0268b1c97a500720f2efde7e6b3f96db_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/ose-smb-csi-driver-rhel9@sha256:bd8978f967473419966e8920b57bfb7c0268b1c97a500720f2efde7e6b3f96db_ppc64le"
        },
        "product_reference": "openshift4/ose-smb-csi-driver-rhel9@sha256:bd8978f967473419966e8920b57bfb7c0268b1c97a500720f2efde7e6b3f96db_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-smb-csi-driver-rhel9@sha256:c3da101719a01fb410f03fcf10319c59b22ed2dfb366ca751ebd467dc5cff748_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/ose-smb-csi-driver-rhel9@sha256:c3da101719a01fb410f03fcf10319c59b22ed2dfb366ca751ebd467dc5cff748_amd64"
        },
        "product_reference": "openshift4/ose-smb-csi-driver-rhel9@sha256:c3da101719a01fb410f03fcf10319c59b22ed2dfb366ca751ebd467dc5cff748_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:1412015a6cd1ece431c733ea1f52c972e31302790557f1f7e2e06de2a36d665e_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:1412015a6cd1ece431c733ea1f52c972e31302790557f1f7e2e06de2a36d665e_ppc64le"
        },
        "product_reference": "openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:1412015a6cd1ece431c733ea1f52c972e31302790557f1f7e2e06de2a36d665e_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:5145879238b2d7330a70b0923ca1d9b65555ccf83202bf863483596776290716_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:5145879238b2d7330a70b0923ca1d9b65555ccf83202bf863483596776290716_amd64"
        },
        "product_reference": "openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:5145879238b2d7330a70b0923ca1d9b65555ccf83202bf863483596776290716_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:9e6b509d60438cc12dfc35aded249ac63e665a2a4da9b71d63daef7dbd31ec00_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:9e6b509d60438cc12dfc35aded249ac63e665a2a4da9b71d63daef7dbd31ec00_arm64"
        },
        "product_reference": "openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:9e6b509d60438cc12dfc35aded249ac63e665a2a4da9b71d63daef7dbd31ec00_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-sriov-infiniband-cni-rhel9@sha256:4d9005e983793a11670264dc9acc291af9688984e4d34971a75ad2680043b609_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:4d9005e983793a11670264dc9acc291af9688984e4d34971a75ad2680043b609_arm64"
        },
        "product_reference": "openshift4/ose-sriov-infiniband-cni-rhel9@sha256:4d9005e983793a11670264dc9acc291af9688984e4d34971a75ad2680043b609_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-sriov-infiniband-cni-rhel9@sha256:aed25799a0809f3d32b79e630727fb633ca3071bb42197c3d128528bd7074ea3_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:aed25799a0809f3d32b79e630727fb633ca3071bb42197c3d128528bd7074ea3_amd64"
        },
        "product_reference": "openshift4/ose-sriov-infiniband-cni-rhel9@sha256:aed25799a0809f3d32b79e630727fb633ca3071bb42197c3d128528bd7074ea3_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-sriov-infiniband-cni-rhel9@sha256:e87e43dc905065adb57f4542e0928708c975e3e6a2370bda7d37ed670a73521d_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:e87e43dc905065adb57f4542e0928708c975e3e6a2370bda7d37ed670a73521d_ppc64le"
        },
        "product_reference": "openshift4/ose-sriov-infiniband-cni-rhel9@sha256:e87e43dc905065adb57f4542e0928708c975e3e6a2370bda7d37ed670a73521d_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-sriov-network-config-daemon-rhel9@sha256:76929b73478e88a422cd6a70a5ca5f2a7f5a99675717f444f4ea977254a21467_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:76929b73478e88a422cd6a70a5ca5f2a7f5a99675717f444f4ea977254a21467_arm64"
        },
        "product_reference": "openshift4/ose-sriov-network-config-daemon-rhel9@sha256:76929b73478e88a422cd6a70a5ca5f2a7f5a99675717f444f4ea977254a21467_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-sriov-network-config-daemon-rhel9@sha256:b37744b369a6745743f84cd4e8a2e59c7e595bfdb666b7ae16f33dc8625c1b42_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:b37744b369a6745743f84cd4e8a2e59c7e595bfdb666b7ae16f33dc8625c1b42_amd64"
        },
        "product_reference": "openshift4/ose-sriov-network-config-daemon-rhel9@sha256:b37744b369a6745743f84cd4e8a2e59c7e595bfdb666b7ae16f33dc8625c1b42_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-sriov-network-config-daemon-rhel9@sha256:c89ef72be7e1f1e8135b1ed671bc9daa3719dc6364dd5111c7c9d94a2dd4d558_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:c89ef72be7e1f1e8135b1ed671bc9daa3719dc6364dd5111c7c9d94a2dd4d558_ppc64le"
        },
        "product_reference": "openshift4/ose-sriov-network-config-daemon-rhel9@sha256:c89ef72be7e1f1e8135b1ed671bc9daa3719dc6364dd5111c7c9d94a2dd4d558_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-sriov-network-device-plugin-rhel9@sha256:1c1f8b93bf7b8917545139618f32a3d1389f534e345512c1abcfe06d83464610_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:1c1f8b93bf7b8917545139618f32a3d1389f534e345512c1abcfe06d83464610_ppc64le"
        },
        "product_reference": "openshift4/ose-sriov-network-device-plugin-rhel9@sha256:1c1f8b93bf7b8917545139618f32a3d1389f534e345512c1abcfe06d83464610_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-sriov-network-device-plugin-rhel9@sha256:53bdf293bb2e0d1eeb60e1cae2c58bfc49dc423529c2107a9a865fa900fe3b06_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:53bdf293bb2e0d1eeb60e1cae2c58bfc49dc423529c2107a9a865fa900fe3b06_arm64"
        },
        "product_reference": "openshift4/ose-sriov-network-device-plugin-rhel9@sha256:53bdf293bb2e0d1eeb60e1cae2c58bfc49dc423529c2107a9a865fa900fe3b06_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-sriov-network-device-plugin-rhel9@sha256:c6dd56ec3142d54ed13a525fb5167652bae2842617ab063820f2c83686b97008_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:c6dd56ec3142d54ed13a525fb5167652bae2842617ab063820f2c83686b97008_amd64"
        },
        "product_reference": "openshift4/ose-sriov-network-device-plugin-rhel9@sha256:c6dd56ec3142d54ed13a525fb5167652bae2842617ab063820f2c83686b97008_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:44d82a06d7c58bc45ddfcb28b31a426fd8e920980a816935b8efe98d55359228_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:44d82a06d7c58bc45ddfcb28b31a426fd8e920980a816935b8efe98d55359228_arm64"
        },
        "product_reference": "openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:44d82a06d7c58bc45ddfcb28b31a426fd8e920980a816935b8efe98d55359228_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:64d839608d5a61e3a5148e718c7cbf51261f7b24757811d08e43d71172cfb9b1_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:64d839608d5a61e3a5148e718c7cbf51261f7b24757811d08e43d71172cfb9b1_amd64"
        },
        "product_reference": "openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:64d839608d5a61e3a5148e718c7cbf51261f7b24757811d08e43d71172cfb9b1_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:67b4fe7618774fc9fffcf6764992a1cc205858666a0880318a0446ddb5d95497_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:67b4fe7618774fc9fffcf6764992a1cc205858666a0880318a0446ddb5d95497_ppc64le"
        },
        "product_reference": "openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:67b4fe7618774fc9fffcf6764992a1cc205858666a0880318a0446ddb5d95497_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-sriov-network-rhel9-operator@sha256:6cbfc71a0075f7a132579e46917509165560599b4e2fe38e2de99f92649b786f_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/ose-sriov-network-rhel9-operator@sha256:6cbfc71a0075f7a132579e46917509165560599b4e2fe38e2de99f92649b786f_arm64"
        },
        "product_reference": "openshift4/ose-sriov-network-rhel9-operator@sha256:6cbfc71a0075f7a132579e46917509165560599b4e2fe38e2de99f92649b786f_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-sriov-network-rhel9-operator@sha256:81e7bb6c5a916bbfe1d647b7428622ddf417cb9e528bcbaf8b5c0bdedd2b05e6_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/ose-sriov-network-rhel9-operator@sha256:81e7bb6c5a916bbfe1d647b7428622ddf417cb9e528bcbaf8b5c0bdedd2b05e6_ppc64le"
        },
        "product_reference": "openshift4/ose-sriov-network-rhel9-operator@sha256:81e7bb6c5a916bbfe1d647b7428622ddf417cb9e528bcbaf8b5c0bdedd2b05e6_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-sriov-network-rhel9-operator@sha256:d5356e7a65ee3ee4020ec61897a9fd6fb4ab7b460e93c7246706d4aec9ff9a3a_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/ose-sriov-network-rhel9-operator@sha256:d5356e7a65ee3ee4020ec61897a9fd6fb4ab7b460e93c7246706d4aec9ff9a3a_amd64"
        },
        "product_reference": "openshift4/ose-sriov-network-rhel9-operator@sha256:d5356e7a65ee3ee4020ec61897a9fd6fb4ab7b460e93c7246706d4aec9ff9a3a_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-sriov-network-webhook-rhel9@sha256:304ffdebc5da1b271b17b75095fc792c8d1ca9cc271fa30a87704848a5f26715_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/ose-sriov-network-webhook-rhel9@sha256:304ffdebc5da1b271b17b75095fc792c8d1ca9cc271fa30a87704848a5f26715_ppc64le"
        },
        "product_reference": "openshift4/ose-sriov-network-webhook-rhel9@sha256:304ffdebc5da1b271b17b75095fc792c8d1ca9cc271fa30a87704848a5f26715_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-sriov-network-webhook-rhel9@sha256:84021c1c138886140bd1f4cf93973cbf0d0849354ae331404370e93552eb95a1_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/ose-sriov-network-webhook-rhel9@sha256:84021c1c138886140bd1f4cf93973cbf0d0849354ae331404370e93552eb95a1_amd64"
        },
        "product_reference": "openshift4/ose-sriov-network-webhook-rhel9@sha256:84021c1c138886140bd1f4cf93973cbf0d0849354ae331404370e93552eb95a1_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-sriov-network-webhook-rhel9@sha256:f90c0697a4b25238db935e9a7163fced0c9b44f0b9d759c5f67aadb032d93386_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/ose-sriov-network-webhook-rhel9@sha256:f90c0697a4b25238db935e9a7163fced0c9b44f0b9d759c5f67aadb032d93386_arm64"
        },
        "product_reference": "openshift4/ose-sriov-network-webhook-rhel9@sha256:f90c0697a4b25238db935e9a7163fced0c9b44f0b9d759c5f67aadb032d93386_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-sriov-rdma-cni-rhel9@sha256:15cd287c8cd35c91c13194d6e060691bdcfc0c77655a114247105ea68e481aba_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/ose-sriov-rdma-cni-rhel9@sha256:15cd287c8cd35c91c13194d6e060691bdcfc0c77655a114247105ea68e481aba_ppc64le"
        },
        "product_reference": "openshift4/ose-sriov-rdma-cni-rhel9@sha256:15cd287c8cd35c91c13194d6e060691bdcfc0c77655a114247105ea68e481aba_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-sriov-rdma-cni-rhel9@sha256:cdc637bebc96ee47ab4dd1d716af98e6900f5218c35989ad27380732b2e8f5e3_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/ose-sriov-rdma-cni-rhel9@sha256:cdc637bebc96ee47ab4dd1d716af98e6900f5218c35989ad27380732b2e8f5e3_amd64"
        },
        "product_reference": "openshift4/ose-sriov-rdma-cni-rhel9@sha256:cdc637bebc96ee47ab4dd1d716af98e6900f5218c35989ad27380732b2e8f5e3_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-sriov-rdma-cni-rhel9@sha256:d460bb57b75c1534b0becde14e1bd9640a21b0b356fc1f05d2511de1e475ac34_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/ose-sriov-rdma-cni-rhel9@sha256:d460bb57b75c1534b0becde14e1bd9640a21b0b356fc1f05d2511de1e475ac34_arm64"
        },
        "product_reference": "openshift4/ose-sriov-rdma-cni-rhel9@sha256:d460bb57b75c1534b0becde14e1bd9640a21b0b356fc1f05d2511de1e475ac34_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:870285885aae35239885bf97903296da9509f0c2ab1336fb983496d78e13b4d3_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:870285885aae35239885bf97903296da9509f0c2ab1336fb983496d78e13b4d3_ppc64le"
        },
        "product_reference": "openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:870285885aae35239885bf97903296da9509f0c2ab1336fb983496d78e13b4d3_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:b17f6714183690e91d17d4f22520858b393ea53cd6e52240dd9ec77d441e06a4_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:b17f6714183690e91d17d4f22520858b393ea53cd6e52240dd9ec77d441e06a4_amd64"
        },
        "product_reference": "openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:b17f6714183690e91d17d4f22520858b393ea53cd6e52240dd9ec77d441e06a4_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:f75cd61a74453c948fc21fc5c59723838585f28d6bdaa7e06477391c667036d7_s390x as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:f75cd61a74453c948fc21fc5c59723838585f28d6bdaa7e06477391c667036d7_s390x"
        },
        "product_reference": "openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:f75cd61a74453c948fc21fc5c59723838585f28d6bdaa7e06477391c667036d7_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:febb7ae4170023bae15637c00faf793f1cc9196371fba8f9377c3a99cc56b008_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:febb7ae4170023bae15637c00faf793f1cc9196371fba8f9377c3a99cc56b008_arm64"
        },
        "product_reference": "openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:febb7ae4170023bae15637c00faf793f1cc9196371fba8f9377c3a99cc56b008_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:b5d3586f4a3a18faa243c7b06c0153385e6160847924177f91ac7964572b95ad_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:b5d3586f4a3a18faa243c7b06c0153385e6160847924177f91ac7964572b95ad_amd64"
        },
        "product_reference": "openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:b5d3586f4a3a18faa243c7b06c0153385e6160847924177f91ac7964572b95ad_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:e8c0d0ef01360f4da02aff7d6ad924e1b72c0640a4bbe98b89a69d9c15f40f05_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:e8c0d0ef01360f4da02aff7d6ad924e1b72c0640a4bbe98b89a69d9c15f40f05_ppc64le"
        },
        "product_reference": "openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:e8c0d0ef01360f4da02aff7d6ad924e1b72c0640a4bbe98b89a69d9c15f40f05_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:ed71a2966bcdb29f0b3c61af9fbf79fb9520bb904263fc373d7f46f703798904_s390x as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:ed71a2966bcdb29f0b3c61af9fbf79fb9520bb904263fc373d7f46f703798904_s390x"
        },
        "product_reference": "openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:ed71a2966bcdb29f0b3c61af9fbf79fb9520bb904263fc373d7f46f703798904_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:fdf25ec4be0745c5b2c29f06f9c58ab600bc46ed376013b9dda7a8d6482388aa_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:fdf25ec4be0745c5b2c29f06f9c58ab600bc46ed376013b9dda7a8d6482388aa_arm64"
        },
        "product_reference": "openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:fdf25ec4be0745c5b2c29f06f9c58ab600bc46ed376013b9dda7a8d6482388aa_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/pf-status-relay-rhel9-operator@sha256:0c60745b09928fb70cfc97a3023ab9e9e767349ecf03a251d6dc4c655c972dd8_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/pf-status-relay-rhel9-operator@sha256:0c60745b09928fb70cfc97a3023ab9e9e767349ecf03a251d6dc4c655c972dd8_arm64"
        },
        "product_reference": "openshift4/pf-status-relay-rhel9-operator@sha256:0c60745b09928fb70cfc97a3023ab9e9e767349ecf03a251d6dc4c655c972dd8_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/pf-status-relay-rhel9-operator@sha256:2ddbca0af65204ffdc63839e17607c60e1e3a2afa4794c75b75b9a63cbd495e1_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/pf-status-relay-rhel9-operator@sha256:2ddbca0af65204ffdc63839e17607c60e1e3a2afa4794c75b75b9a63cbd495e1_ppc64le"
        },
        "product_reference": "openshift4/pf-status-relay-rhel9-operator@sha256:2ddbca0af65204ffdc63839e17607c60e1e3a2afa4794c75b75b9a63cbd495e1_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/pf-status-relay-rhel9-operator@sha256:cc2ce71ce8ea9dc2ac85cb8bf47a2c68ab977536e41f0f0be005ffc5e520d32b_s390x as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/pf-status-relay-rhel9-operator@sha256:cc2ce71ce8ea9dc2ac85cb8bf47a2c68ab977536e41f0f0be005ffc5e520d32b_s390x"
        },
        "product_reference": "openshift4/pf-status-relay-rhel9-operator@sha256:cc2ce71ce8ea9dc2ac85cb8bf47a2c68ab977536e41f0f0be005ffc5e520d32b_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/pf-status-relay-rhel9-operator@sha256:d8479313e4a86f7858cd4248f227522f83f1ff733c471be3e4006aedb385209d_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/pf-status-relay-rhel9-operator@sha256:d8479313e4a86f7858cd4248f227522f83f1ff733c471be3e4006aedb385209d_amd64"
        },
        "product_reference": "openshift4/pf-status-relay-rhel9-operator@sha256:d8479313e4a86f7858cd4248f227522f83f1ff733c471be3e4006aedb385209d_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/pf-status-relay-rhel9@sha256:08fe66b8edeadbc8f3e5f6b18d85ce376099e8e37124e91792bdd8b4a8d99255_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/pf-status-relay-rhel9@sha256:08fe66b8edeadbc8f3e5f6b18d85ce376099e8e37124e91792bdd8b4a8d99255_arm64"
        },
        "product_reference": "openshift4/pf-status-relay-rhel9@sha256:08fe66b8edeadbc8f3e5f6b18d85ce376099e8e37124e91792bdd8b4a8d99255_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/pf-status-relay-rhel9@sha256:0a4b7bf51ba1cfa4939196b81923318dd35f2c487c997260ceb210351b742cfb_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/pf-status-relay-rhel9@sha256:0a4b7bf51ba1cfa4939196b81923318dd35f2c487c997260ceb210351b742cfb_amd64"
        },
        "product_reference": "openshift4/pf-status-relay-rhel9@sha256:0a4b7bf51ba1cfa4939196b81923318dd35f2c487c997260ceb210351b742cfb_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/pf-status-relay-rhel9@sha256:1f5ab7af2136148949b736e6216e1950c763eb25c230622f8352cc8b22499c2b_s390x as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/pf-status-relay-rhel9@sha256:1f5ab7af2136148949b736e6216e1950c763eb25c230622f8352cc8b22499c2b_s390x"
        },
        "product_reference": "openshift4/pf-status-relay-rhel9@sha256:1f5ab7af2136148949b736e6216e1950c763eb25c230622f8352cc8b22499c2b_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/pf-status-relay-rhel9@sha256:613a20e735469d0044704f88815cf3a6205242a8e4f696aba50bb3abc38a034b_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/pf-status-relay-rhel9@sha256:613a20e735469d0044704f88815cf3a6205242a8e4f696aba50bb3abc38a034b_ppc64le"
        },
        "product_reference": "openshift4/pf-status-relay-rhel9@sha256:613a20e735469d0044704f88815cf3a6205242a8e4f696aba50bb3abc38a034b_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ptp-must-gather-rhel9@sha256:73b4a77ad83ef3b2f3f973cc6549f2f1a993cc38f7e8affa66f709ba07d6b5ad_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/ptp-must-gather-rhel9@sha256:73b4a77ad83ef3b2f3f973cc6549f2f1a993cc38f7e8affa66f709ba07d6b5ad_ppc64le"
        },
        "product_reference": "openshift4/ptp-must-gather-rhel9@sha256:73b4a77ad83ef3b2f3f973cc6549f2f1a993cc38f7e8affa66f709ba07d6b5ad_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ptp-must-gather-rhel9@sha256:a4b2fa90f56e921035fdfc21c9e64716dbcef54e96cd332c968a556909f2bede_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/ptp-must-gather-rhel9@sha256:a4b2fa90f56e921035fdfc21c9e64716dbcef54e96cd332c968a556909f2bede_amd64"
        },
        "product_reference": "openshift4/ptp-must-gather-rhel9@sha256:a4b2fa90f56e921035fdfc21c9e64716dbcef54e96cd332c968a556909f2bede_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ptp-must-gather-rhel9@sha256:c6878bd19ab454e926c946f7c9e9ef52fd82473d57599be33da9637ae702c2b1_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/ptp-must-gather-rhel9@sha256:c6878bd19ab454e926c946f7c9e9ef52fd82473d57599be33da9637ae702c2b1_arm64"
        },
        "product_reference": "openshift4/ptp-must-gather-rhel9@sha256:c6878bd19ab454e926c946f7c9e9ef52fd82473d57599be33da9637ae702c2b1_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/rdma-cni-rhel9@sha256:15cd287c8cd35c91c13194d6e060691bdcfc0c77655a114247105ea68e481aba_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/rdma-cni-rhel9@sha256:15cd287c8cd35c91c13194d6e060691bdcfc0c77655a114247105ea68e481aba_ppc64le"
        },
        "product_reference": "openshift4/rdma-cni-rhel9@sha256:15cd287c8cd35c91c13194d6e060691bdcfc0c77655a114247105ea68e481aba_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/rdma-cni-rhel9@sha256:cdc637bebc96ee47ab4dd1d716af98e6900f5218c35989ad27380732b2e8f5e3_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/rdma-cni-rhel9@sha256:cdc637bebc96ee47ab4dd1d716af98e6900f5218c35989ad27380732b2e8f5e3_amd64"
        },
        "product_reference": "openshift4/rdma-cni-rhel9@sha256:cdc637bebc96ee47ab4dd1d716af98e6900f5218c35989ad27380732b2e8f5e3_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/rdma-cni-rhel9@sha256:d460bb57b75c1534b0becde14e1bd9640a21b0b356fc1f05d2511de1e475ac34_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/rdma-cni-rhel9@sha256:d460bb57b75c1534b0becde14e1bd9640a21b0b356fc1f05d2511de1e475ac34_arm64"
        },
        "product_reference": "openshift4/rdma-cni-rhel9@sha256:d460bb57b75c1534b0becde14e1bd9640a21b0b356fc1f05d2511de1e475ac34_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/sriov-cni-rhel9@sha256:04288754b279dcc7a2d84028eb26729a33df94ef0f12bead45a27d987721a094_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/sriov-cni-rhel9@sha256:04288754b279dcc7a2d84028eb26729a33df94ef0f12bead45a27d987721a094_amd64"
        },
        "product_reference": "openshift4/sriov-cni-rhel9@sha256:04288754b279dcc7a2d84028eb26729a33df94ef0f12bead45a27d987721a094_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/sriov-cni-rhel9@sha256:a6b2196931220fd8a714ddcb6d39da993e8af4a32b81f9ec09f8ce91fae913c6_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/sriov-cni-rhel9@sha256:a6b2196931220fd8a714ddcb6d39da993e8af4a32b81f9ec09f8ce91fae913c6_ppc64le"
        },
        "product_reference": "openshift4/sriov-cni-rhel9@sha256:a6b2196931220fd8a714ddcb6d39da993e8af4a32b81f9ec09f8ce91fae913c6_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/sriov-cni-rhel9@sha256:ac3ce3096cf4e7ef01907b86635a6c315a92a51815d371908742ad88056126b3_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/sriov-cni-rhel9@sha256:ac3ce3096cf4e7ef01907b86635a6c315a92a51815d371908742ad88056126b3_arm64"
        },
        "product_reference": "openshift4/sriov-cni-rhel9@sha256:ac3ce3096cf4e7ef01907b86635a6c315a92a51815d371908742ad88056126b3_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/sriov-network-metrics-exporter-rhel9@sha256:44d82a06d7c58bc45ddfcb28b31a426fd8e920980a816935b8efe98d55359228_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/sriov-network-metrics-exporter-rhel9@sha256:44d82a06d7c58bc45ddfcb28b31a426fd8e920980a816935b8efe98d55359228_arm64"
        },
        "product_reference": "openshift4/sriov-network-metrics-exporter-rhel9@sha256:44d82a06d7c58bc45ddfcb28b31a426fd8e920980a816935b8efe98d55359228_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/sriov-network-metrics-exporter-rhel9@sha256:64d839608d5a61e3a5148e718c7cbf51261f7b24757811d08e43d71172cfb9b1_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/sriov-network-metrics-exporter-rhel9@sha256:64d839608d5a61e3a5148e718c7cbf51261f7b24757811d08e43d71172cfb9b1_amd64"
        },
        "product_reference": "openshift4/sriov-network-metrics-exporter-rhel9@sha256:64d839608d5a61e3a5148e718c7cbf51261f7b24757811d08e43d71172cfb9b1_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/sriov-network-metrics-exporter-rhel9@sha256:67b4fe7618774fc9fffcf6764992a1cc205858666a0880318a0446ddb5d95497_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
          "product_id": "9Base-RHOSE-4.18:openshift4/sriov-network-metrics-exporter-rhel9@sha256:67b4fe7618774fc9fffcf6764992a1cc205858666a0880318a0446ddb5d95497_ppc64le"
        },
        "product_reference": "openshift4/sriov-network-metrics-exporter-rhel9@sha256:67b4fe7618774fc9fffcf6764992a1cc205858666a0880318a0446ddb5d95497_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.18"
      }
    ]
  },
  "vulnerabilities": [
    {
      "cve": "CVE-2025-27516",
      "cwe": {
        "id": "CWE-1336",
        "name": "Improper Neutralization of Special Elements Used in a Template Engine"
      },
      "discovery_date": "2025-03-05T21:01:07.674606+00:00",
      "flags": [
        {
          "label": "vulnerable_code_not_present",
          "product_ids": [
            "9Base-RHOSE-4.18:openshift4/ingress-node-firewall-rhel9-operator@sha256:2310739e0aa651e07916255bdc4524fc968a0c4e476f91478a774438ca2804db_s390x",
            "9Base-RHOSE-4.18:openshift4/ingress-node-firewall-rhel9-operator@sha256:7bb4a6dd575717002660f33b8bfdaf0a4af677016d059447fff05d4909f3704a_ppc64le",
            "9Base-RHOSE-4.18:openshift4/ingress-node-firewall-rhel9-operator@sha256:af8eb2d51f10afa50ae2645d6abe0ab66e90de8bb9be5c27da435790afc2d616_amd64",
            "9Base-RHOSE-4.18:openshift4/ingress-node-firewall-rhel9-operator@sha256:b99451e30305b6532f7767f929e7f9184081f29bb054d84c90228d54ede42dac_arm64",
            "9Base-RHOSE-4.18:openshift4/ingress-node-firewall-rhel9@sha256:57484b5146c170974355c2096aa9a5b909ac0e0dc58a38025d9b732fc8f2f5d3_ppc64le",
            "9Base-RHOSE-4.18:openshift4/ingress-node-firewall-rhel9@sha256:6c87fbb575f991f92d4ce6c77e3e672299cbe180f4fe4ff8499142adb96e175a_s390x",
            "9Base-RHOSE-4.18:openshift4/ingress-node-firewall-rhel9@sha256:91499aeb1822bece80b673711bae7a34919bd23215a52d77569cf1ab4bd171c4_arm64",
            "9Base-RHOSE-4.18:openshift4/ingress-node-firewall-rhel9@sha256:bd8a2458c2ee30a78d6268a0315dce62922a76fd9b0db985cb7b18591276407c_amd64",
            "9Base-RHOSE-4.18:openshift4/kube-compare-artifacts-rhel9@sha256:0c8a0643707c03812a12f85639806b74a946627cd9a5d197c991f0e353ccc6e9_arm64",
            "9Base-RHOSE-4.18:openshift4/kube-compare-artifacts-rhel9@sha256:7b860d1226e0143567bd55138df71862ecfc0b7367c8d51911f949b64dc91b04_ppc64le",
            "9Base-RHOSE-4.18:openshift4/kube-compare-artifacts-rhel9@sha256:c0a81af23b8ae5b818ee18835fdfd18891eb549e93d35e79a561c4feb02dfe9b_s390x",
            "9Base-RHOSE-4.18:openshift4/kube-compare-artifacts-rhel9@sha256:d381c53e8a8e7414ec7877bdbb882c9d95bbdd1811e44a43fc122912e4864019_amd64",
            "9Base-RHOSE-4.18:openshift4/kubernetes-nmstate-rhel9-operator@sha256:6827c0cd60f8579b51753124547c3fc6d79b205377527a3c5c93bc245d877ff8_ppc64le",
            "9Base-RHOSE-4.18:openshift4/kubernetes-nmstate-rhel9-operator@sha256:a3acf8b24294753b5d1c69cd6ba3e0aa557c8ca274e04494d179d296cbe8ad20_arm64",
            "9Base-RHOSE-4.18:openshift4/kubernetes-nmstate-rhel9-operator@sha256:bcbf8ae25f9614bd839369c82e4244584dbea2619f05007fcb9f3a08ffe21d56_amd64",
            "9Base-RHOSE-4.18:openshift4/kubernetes-nmstate-rhel9-operator@sha256:e22cf9a215d0923c22d15cd49bd614ffed63cd8b61c39d697d19989a0a673cd6_s390x",
            "9Base-RHOSE-4.18:openshift4/metallb-rhel9-operator@sha256:5888158026a71004d6505cf29127078acd8d85811597b6bfce48eb7659464ea5_s390x",
            "9Base-RHOSE-4.18:openshift4/metallb-rhel9-operator@sha256:b1313a5c7b058c8a6865661311f747a8a756a65d9cda2fb2e7c4f6ccf2a13c6d_ppc64le",
            "9Base-RHOSE-4.18:openshift4/metallb-rhel9-operator@sha256:be440963421246d8882c6b62a827d2fe1aa5708bbf368038fea5dd835cd47d45_arm64",
            "9Base-RHOSE-4.18:openshift4/metallb-rhel9-operator@sha256:fbb4181fd14ebc003422ec6e7b4ef60668ef2058db133d46fadc30b893bc5d4a_amd64",
            "9Base-RHOSE-4.18:openshift4/metallb-rhel9@sha256:5fc9395514c6e4ea22011a0c727bbe2322190bd041feefbcbc806bc7c33f6b02_ppc64le",
            "9Base-RHOSE-4.18:openshift4/metallb-rhel9@sha256:85e241056ecf9c39855d0c6e84533d6c3399a3bb95caa78f48b600ff3064ed21_amd64",
            "9Base-RHOSE-4.18:openshift4/metallb-rhel9@sha256:b149f6807f07c66fc3e639d87c1e4433e4de40152082b06bd572b4083baa4471_s390x",
            "9Base-RHOSE-4.18:openshift4/metallb-rhel9@sha256:fd160bd13169fd3765c27e4ff5c9ff83e4f62c6f77a493a14c454f4551e2fe35_arm64",
            "9Base-RHOSE-4.18:openshift4/nmstate-console-plugin-rhel9@sha256:19ebff56c0fb0a0b12e904bde5634b9f05a37484a9a10b4cd5f93c062ae333b8_s390x",
            "9Base-RHOSE-4.18:openshift4/nmstate-console-plugin-rhel9@sha256:1dc19095c278fb5ea023654c4402006b9e33f482f052dd9d2edfe235b1304035_amd64",
            "9Base-RHOSE-4.18:openshift4/nmstate-console-plugin-rhel9@sha256:226ac79140c3ed46760992e0002bb5612532f558e0653204bceae984820b0fe9_arm64",
            "9Base-RHOSE-4.18:openshift4/nmstate-console-plugin-rhel9@sha256:78c1a8befdb612279ce5ab0d4b282695b88029ed312ccbe1d43edc2101c409e0_ppc64le",
            "9Base-RHOSE-4.18:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:82ba7dd5eb72b5494a304b2581921f1d204b775a37409ba5f74476ac5bc0e905_amd64",
            "9Base-RHOSE-4.18:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:c5e3933bf8a9257126675475dca4fbaddaeaf774b11d694424a9e0abcb051256_arm64",
            "9Base-RHOSE-4.18:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:0e89f6b867c0c7b1b72ae30df65305a9da63ce730abdaabfdd41c66adab3e32a_arm64",
            "9Base-RHOSE-4.18:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:e780e01a2b82e5f68497c4d80c1595002824de29c12ef41f39a0b63504d7ac18_amd64",
            "9Base-RHOSE-4.18:openshift4/ose-cloud-event-proxy-rhel9@sha256:6508bc80ef97eec09d5ae0606d7d6d6ae288cbb9b1219db7ef164d20e779aa35_arm64",
            "9Base-RHOSE-4.18:openshift4/ose-cloud-event-proxy-rhel9@sha256:c27150745dadce797773c0bd85701fbedc02b6277cec0f6e3366b092e06c024f_amd64",
            "9Base-RHOSE-4.18:openshift4/ose-cloud-event-proxy-rhel9@sha256:d1fb17664f2e7aa4ad09d3802b33e4d9b8c7d7f476ec9d1ee35db634ecaa0bc5_ppc64le",
            "9Base-RHOSE-4.18:openshift4/ose-cluster-capacity-rhel9@sha256:3623a4f1f65e683d6d4c297c11e4523a118438c04e6edbc7e8ee8bbaf2d18d39_amd64",
            "9Base-RHOSE-4.18:openshift4/ose-cluster-capacity-rhel9@sha256:a40cf0b1dccd442dd35d4d3aaa93affc9bc00fce9f36dd294faefcba27cd4dfb_ppc64le",
            "9Base-RHOSE-4.18:openshift4/ose-cluster-capacity-rhel9@sha256:cf2e6c0c94ed42138350103b09f0e85d1c889fdcc60c329df0f5cca4e8984f8a_s390x",
            "9Base-RHOSE-4.18:openshift4/ose-cluster-capacity-rhel9@sha256:cf4ba584c83989874297a53e59d950d2d25b7555da1d7acca5c3bce53b7b24e8_arm64",
            "9Base-RHOSE-4.18:openshift4/ose-cluster-nfd-rhel9-operator@sha256:2b989411c269cb2167a19c59a013b2cf166eb98f70110acc209ea32c11c554fc_amd64",
            "9Base-RHOSE-4.18:openshift4/ose-cluster-nfd-rhel9-operator@sha256:35567384ec0ebb339da4c0bba4348b379c214f78d0798a9193f57cd2e173a9b7_ppc64le",
            "9Base-RHOSE-4.18:openshift4/ose-cluster-nfd-rhel9-operator@sha256:3f9a1510d75e85906a068e183f933c46ef5ad110d84b2f36ce8b05b6c4859cd7_arm64",
            "9Base-RHOSE-4.18:openshift4/ose-cluster-nfd-rhel9-operator@sha256:763b78dd96fe06f74cb7c544b73f767fd3e16bbd4de03d5a8f0b703df3f41b9b_s390x",
            "9Base-RHOSE-4.18:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:062a8464642c3b7d7294cf14e8edd137b1695eef29314f98af458940458dbf57_amd64",
            "9Base-RHOSE-4.18:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:53cafe9e5a0600bc74a0ec3d129acd7b8c36c44f70d435a1ff9737c8bbb1530d_arm64",
            "9Base-RHOSE-4.18:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:908dd190ffc18772722e762d4f72547d642bb208c7514f4ea76ba9a2c23c1c31_ppc64le",
            "9Base-RHOSE-4.18:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b97e494abed604599c37843ae4ae387d9c7bb4aafa64e792554ffae5d871af71_s390x",
            "9Base-RHOSE-4.18:openshift4/ose-clusterresourceoverride-rhel9@sha256:01044933efde7c86dd40ca08440ab74db5b68c1fb79919b50f40de6ed90706d3_arm64",
            "9Base-RHOSE-4.18:openshift4/ose-clusterresourceoverride-rhel9@sha256:a1693406802a85c0e37f62760023fb75cd99161711486514a3634635fb2cde97_s390x",
            "9Base-RHOSE-4.18:openshift4/ose-clusterresourceoverride-rhel9@sha256:a2f214a4d69cc4c64ba345a848c3a85693c37eefca434c3258887c7f9dd536f6_ppc64le",
            "9Base-RHOSE-4.18:openshift4/ose-clusterresourceoverride-rhel9@sha256:b6aa2501b7b5411c24686a9032192530cd10167f1b633982f6ca2710c7f260b5_amd64",
            "9Base-RHOSE-4.18:openshift4/ose-dpu-cni-rhel9@sha256:28b3ffe8a562cd543cd5fa9d6a2229861e414d0da4b12f43ff45aebc2d3ad10a_amd64",
            "9Base-RHOSE-4.18:openshift4/ose-dpu-cni-rhel9@sha256:3eb72559e5078e618e9410cc5924a9c9aef3b255c926b55f13fc72f031d3c5f7_ppc64le",
            "9Base-RHOSE-4.18:openshift4/ose-dpu-cni-rhel9@sha256:4eb1626ba6602ccec8ccb2f4cfa69c5301512e519c48908eab56d24e29a1fb5e_arm64",
            "9Base-RHOSE-4.18:openshift4/ose-dpu-cni-rhel9@sha256:eeffab3c3df2e79e56f9f1e89b056cf7dcf3caca330cac6e3d8e74e1b383617f_s390x",
            "9Base-RHOSE-4.18:openshift4/ose-dpu-daemon-rhel9@sha256:2eabecda53b5892047bc2baa5dd88e65a0c7ba99ccc2b6a236ae728472eac148_amd64",
            "9Base-RHOSE-4.18:openshift4/ose-dpu-daemon-rhel9@sha256:38a3b71dd683316557a868527cd71ee0c3d60c9b5bdb69c8eddaf85a6cce9362_s390x",
            "9Base-RHOSE-4.18:openshift4/ose-dpu-daemon-rhel9@sha256:80815e7d7e70d822290260f9b3f48c942c7c8af7e7379f8fccd697ccf21fead5_ppc64le",
            "9Base-RHOSE-4.18:openshift4/ose-dpu-daemon-rhel9@sha256:87e032ec0b7a027dd35d32fdbbee72ca8f1795e10c4407556b01a215dd71d16f_arm64",
            "9Base-RHOSE-4.18:openshift4/ose-dpu-rhel9-operator@sha256:0ab8cbc9a9eebe6b61066329ec6e425e0a74d808f563bde619e948a55f669827_ppc64le",
            "9Base-RHOSE-4.18:openshift4/ose-dpu-rhel9-operator@sha256:74388a8f28c9ed2e0bfe9764ab33635a57139fb7c32e61fc27a1b61daee7d55a_s390x",
            "9Base-RHOSE-4.18:openshift4/ose-dpu-rhel9-operator@sha256:ae08418fa7d5ab0fc797796e75f5ab5fa285b044f1b91c02df33b647c03ee8e7_arm64",
            "9Base-RHOSE-4.18:openshift4/ose-dpu-rhel9-operator@sha256:d6411c3ce3b422c518d6971900fe2dcc17aa81cb133e05b9e695411a80de71da_amd64",
            "9Base-RHOSE-4.18:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:30925d5267a0c88f9331f30e84a8a8eef56ab75114c04793249b43b468eb4ca2_amd64",
            "9Base-RHOSE-4.18:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:a19d7130113a4232750fa5ba4be00ee5cd4b7e1353d3f47acaa6462ad1771ce6_ppc64le",
            "9Base-RHOSE-4.18:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:cc3b9dc678956908fe898125660f0d8ffafce92b404797e76bc3308d849382ed_arm64",
            "9Base-RHOSE-4.18:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:1f9cc39b4f27e4b67549f8fe444ed596ab0622a857ce96585090e44593c86892_arm64",
            "9Base-RHOSE-4.18:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:9ad6af69cd6582d2983900ebe6d07a3c84c7d7020b1c21ce938f1a1418c02d73_ppc64le",
            "9Base-RHOSE-4.18:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:b43096db3c8648eeaa6d76c6ec20380a01a8385c8f0af003f8fe269e5538c05c_amd64",
            "9Base-RHOSE-4.18:openshift4/ose-helm-rhel9-operator@sha256:54106f4650d9887ee4ba4baf40c7d37f0d4b90bec3f054beff5cb0bed20f8e51_ppc64le",
            "9Base-RHOSE-4.18:openshift4/ose-helm-rhel9-operator@sha256:d9e1c0661b52a53f5e65c4191ad05d6010daa1c76345d3f6b57ad626d6bf262c_amd64",
            "9Base-RHOSE-4.18:openshift4/ose-helm-rhel9-operator@sha256:eb199e6196f19aa8d1268cb15f1a6b9627b881d09a69d8ca3b9fe3318847aaec_s390x",
            "9Base-RHOSE-4.18:openshift4/ose-helm-rhel9-operator@sha256:fffd1130495ae0c11622208983660653010cdb945715b757c8b40f53bf22a1d7_arm64",
            "9Base-RHOSE-4.18:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:18abffacc7410d5cf969d291779de58dd9383e45b9e18715a79f5b270ae097ec_arm64",
            "9Base-RHOSE-4.18:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:483ff979fe0e5e84322bf9f9705ea9b13e015bf2bfc663bfa2b99614cd186a89_amd64",
            "9Base-RHOSE-4.18:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:78db9afd9e712a0b604a01863b2d9a3c4be8b67e03ff8b466dfd1a942a689a69_ppc64le",
            "9Base-RHOSE-4.18:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:bd1225cba9b2dc22ef7ce7861edcd98cffead70fc73d4b92d864ea267260e5df_s390x",
            "9Base-RHOSE-4.18:openshift4/ose-local-storage-diskmaker-rhel9@sha256:12b2db11aadfa65e00bf874c93c672931187d80827734a4c12c340b77aa7dceb_s390x",
            "9Base-RHOSE-4.18:openshift4/ose-local-storage-diskmaker-rhel9@sha256:3cd2d4f81dba702d04e5adba9907503f837eef358c0f7d8d0fa2a6cbeb4cdcf0_amd64",
            "9Base-RHOSE-4.18:openshift4/ose-local-storage-diskmaker-rhel9@sha256:ab17487ffe29e238feb7622562682e7e2c8e2c5f60c27b0950c51d5f0498775f_arm64",
            "9Base-RHOSE-4.18:openshift4/ose-local-storage-diskmaker-rhel9@sha256:b903eff8a81be90819a0a5c2801ab65d587c2c4c173d341ddb90c75a5bbac395_ppc64le",
            "9Base-RHOSE-4.18:openshift4/ose-local-storage-mustgather-rhel9@sha256:03f0f231d25e5268422543413929f0f9d4a9cd901e5a065737df4d491242dcab_s390x",
            "9Base-RHOSE-4.18:openshift4/ose-local-storage-mustgather-rhel9@sha256:3aafc7aa7bcb16888b8ca0df2ecea58706e927dcc9d754bed94fed4e6c9f85b1_arm64",
            "9Base-RHOSE-4.18:openshift4/ose-local-storage-mustgather-rhel9@sha256:71af9fafc264595d1fa6d69620ba6917483d96ecfdbc526a943f51b47aeff452_amd64",
            "9Base-RHOSE-4.18:openshift4/ose-local-storage-mustgather-rhel9@sha256:8fa6b817de354b66a088a82a179747761f3da08fcb0ac08832ec149c9071944d_ppc64le",
            "9Base-RHOSE-4.18:openshift4/ose-local-storage-rhel9-operator@sha256:28bca20cab3cd2da6030e52d1b7c815e77341e27cd8c785ed16ba3e62ec01a5e_ppc64le",
            "9Base-RHOSE-4.18:openshift4/ose-local-storage-rhel9-operator@sha256:3d8532e15be431cf55c3f863f4d7a2d2c2c9c07003d36e17350571198039cfd6_arm64",
            "9Base-RHOSE-4.18:openshift4/ose-local-storage-rhel9-operator@sha256:e31ee5fa2e6cc1d964031c6e9b8d872634368bbcaebff2cf3d775cf073c6b0f7_amd64",
            "9Base-RHOSE-4.18:openshift4/ose-local-storage-rhel9-operator@sha256:ea8db743d7432105949633b1fc88c245b110c1ee73c224377c875bcc59457a8e_s390x",
            "9Base-RHOSE-4.18:openshift4/ose-node-feature-discovery-rhel9@sha256:126e1cf6ea4a024bb40a0e3ad88e6822c46a7a1c7d11391926e7c1fd70bbcf77_ppc64le",
            "9Base-RHOSE-4.18:openshift4/ose-node-feature-discovery-rhel9@sha256:2d7387723270d5d6a756a745de8ca4ae79df2f374c6e2c69766707655b0e05fc_s390x",
            "9Base-RHOSE-4.18:openshift4/ose-node-feature-discovery-rhel9@sha256:472500f1c8ede3f231c73e4a4c0b721e5722fc7a2b3fcad5207282ab7fe55e42_arm64",
            "9Base-RHOSE-4.18:openshift4/ose-node-feature-discovery-rhel9@sha256:c898cbac54339c401233fcda8e7add6032102d44bd1403a9a051570fc3a341a7_amd64",
            "9Base-RHOSE-4.18:openshift4/ose-operator-sdk-rhel9@sha256:23d49502535b137e350ad49093966780c212047e6242b831a397e8ff69a99499_s390x",
            "9Base-RHOSE-4.18:openshift4/ose-operator-sdk-rhel9@sha256:7742ffdcc96c16eb233771edc501027694d044abdfbc9dea5eacf2c9bce2713f_amd64",
            "9Base-RHOSE-4.18:openshift4/ose-operator-sdk-rhel9@sha256:86d402a644f6d1dc6cc691976e6f3a1d2392aac2183a4bd31c0a3aa2cc34707d_ppc64le",
            "9Base-RHOSE-4.18:openshift4/ose-operator-sdk-rhel9@sha256:a32833f36b0c3659b4e37bef509724de9bb1fc6e0cd4d2f5df9b14720dd13dfd_arm64",
            "9Base-RHOSE-4.18:openshift4/ose-ptp-rhel9-operator@sha256:45c052ce4efc384e290ebc482878d705a08ea54fba0d49adf30022bec5ca6ed2_arm64",
            "9Base-RHOSE-4.18:openshift4/ose-ptp-rhel9-operator@sha256:7a7c9b866935b6e2e644659b75e1cdff2c3adf265b86b4d58220126147aaf7df_ppc64le",
            "9Base-RHOSE-4.18:openshift4/ose-ptp-rhel9-operator@sha256:b678a4cdcd0330bee6a805bb091b9a833fb2283efd6ae15dc1ddea95483d2c2c_amd64",
            "9Base-RHOSE-4.18:openshift4/ose-ptp-rhel9@sha256:5e85daf1ae3ee62239bac15c1c88de4c88df6ce5ab398c47321e131ef7d4b1f6_arm64",
            "9Base-RHOSE-4.18:openshift4/ose-ptp-rhel9@sha256:8fff8a07137ef8a09d90a10e1e557ffcd70d8984d036f9a6241449ad7c9cef28_ppc64le",
            "9Base-RHOSE-4.18:openshift4/ose-ptp-rhel9@sha256:fd8c3b77dfdae4f5430fe50cd71a49884c11ccdb3f98cc9946e4dd3eff63596f_amd64",
            "9Base-RHOSE-4.18:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:66c32dd1e8c0efdc1f144540c7aaa3870838964023d2bbbe3d2f7ad499b6d9d5_amd64",
            "9Base-RHOSE-4.18:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:ad29b9990c09063cd6b63d21eae702e7f80fb28129d494b089b38388a569d731_s390x",
            "9Base-RHOSE-4.18:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b92eaba8167fb669ca84431502ee89be12994c3bf1848d1fcc4bdbf551ed985d_arm64",
            "9Base-RHOSE-4.18:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:f269155600267d857964378b12dcd9449eff6deea91c36ad97aaa8776cafd0d3_ppc64le",
            "9Base-RHOSE-4.18:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:073fd527853fa10904e582534a5f5fc9f429dae6e2ff74014f6c7b4ee3d69225_arm64",
            "9Base-RHOSE-4.18:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:72f54856b7940aa186ba42431833bb8a48e16f2eacdd4255c525a53538df5fe8_ppc64le",
            "9Base-RHOSE-4.18:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:d4ca1c056a0a8ddc91dba799dfa8ee571efaa156d87117a1938d18bc9df8f67e_s390x",
            "9Base-RHOSE-4.18:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:d56f803687b759e2bfd00c5c7c010164f3ac2a4b8c410f7c9d8a90c63f289ac2_amd64",
            "9Base-RHOSE-4.18:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:488c2a00254a14642a4e176bce804a9b44f3c303c641958da7819faea139d8d1_s390x",
            "9Base-RHOSE-4.18:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:72d0d7c286f72c2c7b8d01ab800a7484338f896bda8cdc8f3aceec8bc9b4cb20_ppc64le",
            "9Base-RHOSE-4.18:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:757264af60bccd14324449a927c6eb8658051dfeb32942b178fccc6d47b4d084_amd64",
            "9Base-RHOSE-4.18:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:ab2a82ed367fc56f717b917ac25143fab4cb5b6c41e080b1ded5e54c87d77a97_arm64",
            "9Base-RHOSE-4.18:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:6509e7913e2dab9296435e6d269ecccd5f625545ec754d05f202c4e60e255c51_ppc64le",
            "9Base-RHOSE-4.18:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:6b55236b12572d41797ea69fbc696cc4609e5edb53978dcda255bf40e293712e_arm64",
            "9Base-RHOSE-4.18:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:6f2278fdf413136644ce55d84d4214872753d427bfccf165fd414c4bf6988007_amd64",
            "9Base-RHOSE-4.18:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:a886d85eb37232ff120075f2dcdddab791fdee987391ad5db60d33560b75dbde_s390x",
            "9Base-RHOSE-4.18:openshift4/ose-smb-csi-driver-rhel9@sha256:2c3e1ea8933a57608c2ca51f72587580a7a333563ed14adb0d78c0dccca31bdd_s390x",
            "9Base-RHOSE-4.18:openshift4/ose-smb-csi-driver-rhel9@sha256:b1038bddfe856f4883a75412f97521f914f4498535579ea5f24ef12825e4f3eb_arm64",
            "9Base-RHOSE-4.18:openshift4/ose-smb-csi-driver-rhel9@sha256:bd8978f967473419966e8920b57bfb7c0268b1c97a500720f2efde7e6b3f96db_ppc64le",
            "9Base-RHOSE-4.18:openshift4/ose-smb-csi-driver-rhel9@sha256:c3da101719a01fb410f03fcf10319c59b22ed2dfb366ca751ebd467dc5cff748_amd64",
            "9Base-RHOSE-4.18:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:1412015a6cd1ece431c733ea1f52c972e31302790557f1f7e2e06de2a36d665e_ppc64le",
            "9Base-RHOSE-4.18:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:5145879238b2d7330a70b0923ca1d9b65555ccf83202bf863483596776290716_amd64",
            "9Base-RHOSE-4.18:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:9e6b509d60438cc12dfc35aded249ac63e665a2a4da9b71d63daef7dbd31ec00_arm64",
            "9Base-RHOSE-4.18:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:4d9005e983793a11670264dc9acc291af9688984e4d34971a75ad2680043b609_arm64",
            "9Base-RHOSE-4.18:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:aed25799a0809f3d32b79e630727fb633ca3071bb42197c3d128528bd7074ea3_amd64",
            "9Base-RHOSE-4.18:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:e87e43dc905065adb57f4542e0928708c975e3e6a2370bda7d37ed670a73521d_ppc64le",
            "9Base-RHOSE-4.18:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:76929b73478e88a422cd6a70a5ca5f2a7f5a99675717f444f4ea977254a21467_arm64",
            "9Base-RHOSE-4.18:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:b37744b369a6745743f84cd4e8a2e59c7e595bfdb666b7ae16f33dc8625c1b42_amd64",
            "9Base-RHOSE-4.18:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:c89ef72be7e1f1e8135b1ed671bc9daa3719dc6364dd5111c7c9d94a2dd4d558_ppc64le",
            "9Base-RHOSE-4.18:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:1c1f8b93bf7b8917545139618f32a3d1389f534e345512c1abcfe06d83464610_ppc64le",
            "9Base-RHOSE-4.18:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:53bdf293bb2e0d1eeb60e1cae2c58bfc49dc423529c2107a9a865fa900fe3b06_arm64",
            "9Base-RHOSE-4.18:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:c6dd56ec3142d54ed13a525fb5167652bae2842617ab063820f2c83686b97008_amd64",
            "9Base-RHOSE-4.18:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:44d82a06d7c58bc45ddfcb28b31a426fd8e920980a816935b8efe98d55359228_arm64",
            "9Base-RHOSE-4.18:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:64d839608d5a61e3a5148e718c7cbf51261f7b24757811d08e43d71172cfb9b1_amd64",
            "9Base-RHOSE-4.18:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:67b4fe7618774fc9fffcf6764992a1cc205858666a0880318a0446ddb5d95497_ppc64le",
            "9Base-RHOSE-4.18:openshift4/ose-sriov-network-rhel9-operator@sha256:6cbfc71a0075f7a132579e46917509165560599b4e2fe38e2de99f92649b786f_arm64",
            "9Base-RHOSE-4.18:openshift4/ose-sriov-network-rhel9-operator@sha256:81e7bb6c5a916bbfe1d647b7428622ddf417cb9e528bcbaf8b5c0bdedd2b05e6_ppc64le",
            "9Base-RHOSE-4.18:openshift4/ose-sriov-network-rhel9-operator@sha256:d5356e7a65ee3ee4020ec61897a9fd6fb4ab7b460e93c7246706d4aec9ff9a3a_amd64",
            "9Base-RHOSE-4.18:openshift4/ose-sriov-network-webhook-rhel9@sha256:304ffdebc5da1b271b17b75095fc792c8d1ca9cc271fa30a87704848a5f26715_ppc64le",
            "9Base-RHOSE-4.18:openshift4/ose-sriov-network-webhook-rhel9@sha256:84021c1c138886140bd1f4cf93973cbf0d0849354ae331404370e93552eb95a1_amd64",
            "9Base-RHOSE-4.18:openshift4/ose-sriov-network-webhook-rhel9@sha256:f90c0697a4b25238db935e9a7163fced0c9b44f0b9d759c5f67aadb032d93386_arm64",
            "9Base-RHOSE-4.18:openshift4/ose-sriov-rdma-cni-rhel9@sha256:15cd287c8cd35c91c13194d6e060691bdcfc0c77655a114247105ea68e481aba_ppc64le",
            "9Base-RHOSE-4.18:openshift4/ose-sriov-rdma-cni-rhel9@sha256:cdc637bebc96ee47ab4dd1d716af98e6900f5218c35989ad27380732b2e8f5e3_amd64",
            "9Base-RHOSE-4.18:openshift4/ose-sriov-rdma-cni-rhel9@sha256:d460bb57b75c1534b0becde14e1bd9640a21b0b356fc1f05d2511de1e475ac34_arm64",
            "9Base-RHOSE-4.18:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:870285885aae35239885bf97903296da9509f0c2ab1336fb983496d78e13b4d3_ppc64le",
            "9Base-RHOSE-4.18:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:b17f6714183690e91d17d4f22520858b393ea53cd6e52240dd9ec77d441e06a4_amd64",
            "9Base-RHOSE-4.18:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:f75cd61a74453c948fc21fc5c59723838585f28d6bdaa7e06477391c667036d7_s390x",
            "9Base-RHOSE-4.18:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:febb7ae4170023bae15637c00faf793f1cc9196371fba8f9377c3a99cc56b008_arm64",
            "9Base-RHOSE-4.18:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:b5d3586f4a3a18faa243c7b06c0153385e6160847924177f91ac7964572b95ad_amd64",
            "9Base-RHOSE-4.18:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:e8c0d0ef01360f4da02aff7d6ad924e1b72c0640a4bbe98b89a69d9c15f40f05_ppc64le",
            "9Base-RHOSE-4.18:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:ed71a2966bcdb29f0b3c61af9fbf79fb9520bb904263fc373d7f46f703798904_s390x",
            "9Base-RHOSE-4.18:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:fdf25ec4be0745c5b2c29f06f9c58ab600bc46ed376013b9dda7a8d6482388aa_arm64",
            "9Base-RHOSE-4.18:openshift4/pf-status-relay-rhel9-operator@sha256:0c60745b09928fb70cfc97a3023ab9e9e767349ecf03a251d6dc4c655c972dd8_arm64",
            "9Base-RHOSE-4.18:openshift4/pf-status-relay-rhel9-operator@sha256:2ddbca0af65204ffdc63839e17607c60e1e3a2afa4794c75b75b9a63cbd495e1_ppc64le",
            "9Base-RHOSE-4.18:openshift4/pf-status-relay-rhel9-operator@sha256:cc2ce71ce8ea9dc2ac85cb8bf47a2c68ab977536e41f0f0be005ffc5e520d32b_s390x",
            "9Base-RHOSE-4.18:openshift4/pf-status-relay-rhel9-operator@sha256:d8479313e4a86f7858cd4248f227522f83f1ff733c471be3e4006aedb385209d_amd64",
            "9Base-RHOSE-4.18:openshift4/pf-status-relay-rhel9@sha256:08fe66b8edeadbc8f3e5f6b18d85ce376099e8e37124e91792bdd8b4a8d99255_arm64",
            "9Base-RHOSE-4.18:openshift4/pf-status-relay-rhel9@sha256:0a4b7bf51ba1cfa4939196b81923318dd35f2c487c997260ceb210351b742cfb_amd64",
            "9Base-RHOSE-4.18:openshift4/pf-status-relay-rhel9@sha256:1f5ab7af2136148949b736e6216e1950c763eb25c230622f8352cc8b22499c2b_s390x",
            "9Base-RHOSE-4.18:openshift4/pf-status-relay-rhel9@sha256:613a20e735469d0044704f88815cf3a6205242a8e4f696aba50bb3abc38a034b_ppc64le",
            "9Base-RHOSE-4.18:openshift4/ptp-must-gather-rhel9@sha256:73b4a77ad83ef3b2f3f973cc6549f2f1a993cc38f7e8affa66f709ba07d6b5ad_ppc64le",
            "9Base-RHOSE-4.18:openshift4/ptp-must-gather-rhel9@sha256:a4b2fa90f56e921035fdfc21c9e64716dbcef54e96cd332c968a556909f2bede_amd64",
            "9Base-RHOSE-4.18:openshift4/ptp-must-gather-rhel9@sha256:c6878bd19ab454e926c946f7c9e9ef52fd82473d57599be33da9637ae702c2b1_arm64",
            "9Base-RHOSE-4.18:openshift4/rdma-cni-rhel9@sha256:15cd287c8cd35c91c13194d6e060691bdcfc0c77655a114247105ea68e481aba_ppc64le",
            "9Base-RHOSE-4.18:openshift4/rdma-cni-rhel9@sha256:cdc637bebc96ee47ab4dd1d716af98e6900f5218c35989ad27380732b2e8f5e3_amd64",
            "9Base-RHOSE-4.18:openshift4/rdma-cni-rhel9@sha256:d460bb57b75c1534b0becde14e1bd9640a21b0b356fc1f05d2511de1e475ac34_arm64",
            "9Base-RHOSE-4.18:openshift4/sriov-cni-rhel9@sha256:04288754b279dcc7a2d84028eb26729a33df94ef0f12bead45a27d987721a094_amd64",
            "9Base-RHOSE-4.18:openshift4/sriov-cni-rhel9@sha256:a6b2196931220fd8a714ddcb6d39da993e8af4a32b81f9ec09f8ce91fae913c6_ppc64le",
            "9Base-RHOSE-4.18:openshift4/sriov-cni-rhel9@sha256:ac3ce3096cf4e7ef01907b86635a6c315a92a51815d371908742ad88056126b3_arm64",
            "9Base-RHOSE-4.18:openshift4/sriov-network-metrics-exporter-rhel9@sha256:44d82a06d7c58bc45ddfcb28b31a426fd8e920980a816935b8efe98d55359228_arm64",
            "9Base-RHOSE-4.18:openshift4/sriov-network-metrics-exporter-rhel9@sha256:64d839608d5a61e3a5148e718c7cbf51261f7b24757811d08e43d71172cfb9b1_amd64",
            "9Base-RHOSE-4.18:openshift4/sriov-network-metrics-exporter-rhel9@sha256:67b4fe7618774fc9fffcf6764992a1cc205858666a0880318a0446ddb5d95497_ppc64le"
          ]
        }
      ],
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2350190"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in Jinja. In affected versions, an oversight in how the Jinja sandboxed environment interacts with the `|attr` filter allows an attacker who controls the content of a template to execute arbitrary Python code. To exploit the vulnerability, an attacker needs to control the content of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications that execute untrusted templates. Jinja\u0027s sandbox does catch calls to `str.format` and ensures they don\u0027t escape the sandbox. However, it\u0027s possible to use the `|attr` filter to get a reference to a string\u0027s plain format method, bypassing the sandbox.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "jinja2: Jinja sandbox breakout through attr filter selecting format method",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "This vulnerability is rated as important severity due to the potential for an attacker to bypass Jinja\u0027s sandbox by exploiting the |attr filter, by controlling template content, an attacker can execute arbitrary Python code, impacting the integrity, confidentiality, and availability of the system. While the attack requires user interaction to trigger untrusted templates, the risk is significant in applications that allow such templates to be executed.",
          "title": "Statement"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "9Base-RHOSE-4.18:openshift4/ose-ansible-rhel9-operator@sha256:03b7936b372f2a2db7829a977a9f01c6f3d345652b165396d04a196aa8eb993d_ppc64le",
          "9Base-RHOSE-4.18:openshift4/ose-ansible-rhel9-operator@sha256:3f6e91a46c35427bcf93bb5bdac2e129f1708ac65d0c25f3a02034f9d37a5f1f_amd64",
          "9Base-RHOSE-4.18:openshift4/ose-ansible-rhel9-operator@sha256:7135cba0305f366b4460335ad9c707b939ca218e3e82b09592b937ef7f269d25_arm64",
          "9Base-RHOSE-4.18:openshift4/ose-ansible-rhel9-operator@sha256:8123cc2f225a7d1f2a3d85d5e3625051970fafcce5f8b107a561d8166ee132ed_s390x"
        ],
        "known_not_affected": [
          "9Base-RHOSE-4.18:openshift4/ingress-node-firewall-rhel9-operator@sha256:2310739e0aa651e07916255bdc4524fc968a0c4e476f91478a774438ca2804db_s390x",
          "9Base-RHOSE-4.18:openshift4/ingress-node-firewall-rhel9-operator@sha256:7bb4a6dd575717002660f33b8bfdaf0a4af677016d059447fff05d4909f3704a_ppc64le",
          "9Base-RHOSE-4.18:openshift4/ingress-node-firewall-rhel9-operator@sha256:af8eb2d51f10afa50ae2645d6abe0ab66e90de8bb9be5c27da435790afc2d616_amd64",
          "9Base-RHOSE-4.18:openshift4/ingress-node-firewall-rhel9-operator@sha256:b99451e30305b6532f7767f929e7f9184081f29bb054d84c90228d54ede42dac_arm64",
          "9Base-RHOSE-4.18:openshift4/ingress-node-firewall-rhel9@sha256:57484b5146c170974355c2096aa9a5b909ac0e0dc58a38025d9b732fc8f2f5d3_ppc64le",
          "9Base-RHOSE-4.18:openshift4/ingress-node-firewall-rhel9@sha256:6c87fbb575f991f92d4ce6c77e3e672299cbe180f4fe4ff8499142adb96e175a_s390x",
          "9Base-RHOSE-4.18:openshift4/ingress-node-firewall-rhel9@sha256:91499aeb1822bece80b673711bae7a34919bd23215a52d77569cf1ab4bd171c4_arm64",
          "9Base-RHOSE-4.18:openshift4/ingress-node-firewall-rhel9@sha256:bd8a2458c2ee30a78d6268a0315dce62922a76fd9b0db985cb7b18591276407c_amd64",
          "9Base-RHOSE-4.18:openshift4/kube-compare-artifacts-rhel9@sha256:0c8a0643707c03812a12f85639806b74a946627cd9a5d197c991f0e353ccc6e9_arm64",
          "9Base-RHOSE-4.18:openshift4/kube-compare-artifacts-rhel9@sha256:7b860d1226e0143567bd55138df71862ecfc0b7367c8d51911f949b64dc91b04_ppc64le",
          "9Base-RHOSE-4.18:openshift4/kube-compare-artifacts-rhel9@sha256:c0a81af23b8ae5b818ee18835fdfd18891eb549e93d35e79a561c4feb02dfe9b_s390x",
          "9Base-RHOSE-4.18:openshift4/kube-compare-artifacts-rhel9@sha256:d381c53e8a8e7414ec7877bdbb882c9d95bbdd1811e44a43fc122912e4864019_amd64",
          "9Base-RHOSE-4.18:openshift4/kubernetes-nmstate-rhel9-operator@sha256:6827c0cd60f8579b51753124547c3fc6d79b205377527a3c5c93bc245d877ff8_ppc64le",
          "9Base-RHOSE-4.18:openshift4/kubernetes-nmstate-rhel9-operator@sha256:a3acf8b24294753b5d1c69cd6ba3e0aa557c8ca274e04494d179d296cbe8ad20_arm64",
          "9Base-RHOSE-4.18:openshift4/kubernetes-nmstate-rhel9-operator@sha256:bcbf8ae25f9614bd839369c82e4244584dbea2619f05007fcb9f3a08ffe21d56_amd64",
          "9Base-RHOSE-4.18:openshift4/kubernetes-nmstate-rhel9-operator@sha256:e22cf9a215d0923c22d15cd49bd614ffed63cd8b61c39d697d19989a0a673cd6_s390x",
          "9Base-RHOSE-4.18:openshift4/metallb-rhel9-operator@sha256:5888158026a71004d6505cf29127078acd8d85811597b6bfce48eb7659464ea5_s390x",
          "9Base-RHOSE-4.18:openshift4/metallb-rhel9-operator@sha256:b1313a5c7b058c8a6865661311f747a8a756a65d9cda2fb2e7c4f6ccf2a13c6d_ppc64le",
          "9Base-RHOSE-4.18:openshift4/metallb-rhel9-operator@sha256:be440963421246d8882c6b62a827d2fe1aa5708bbf368038fea5dd835cd47d45_arm64",
          "9Base-RHOSE-4.18:openshift4/metallb-rhel9-operator@sha256:fbb4181fd14ebc003422ec6e7b4ef60668ef2058db133d46fadc30b893bc5d4a_amd64",
          "9Base-RHOSE-4.18:openshift4/metallb-rhel9@sha256:5fc9395514c6e4ea22011a0c727bbe2322190bd041feefbcbc806bc7c33f6b02_ppc64le",
          "9Base-RHOSE-4.18:openshift4/metallb-rhel9@sha256:85e241056ecf9c39855d0c6e84533d6c3399a3bb95caa78f48b600ff3064ed21_amd64",
          "9Base-RHOSE-4.18:openshift4/metallb-rhel9@sha256:b149f6807f07c66fc3e639d87c1e4433e4de40152082b06bd572b4083baa4471_s390x",
          "9Base-RHOSE-4.18:openshift4/metallb-rhel9@sha256:fd160bd13169fd3765c27e4ff5c9ff83e4f62c6f77a493a14c454f4551e2fe35_arm64",
          "9Base-RHOSE-4.18:openshift4/nmstate-console-plugin-rhel9@sha256:19ebff56c0fb0a0b12e904bde5634b9f05a37484a9a10b4cd5f93c062ae333b8_s390x",
          "9Base-RHOSE-4.18:openshift4/nmstate-console-plugin-rhel9@sha256:1dc19095c278fb5ea023654c4402006b9e33f482f052dd9d2edfe235b1304035_amd64",
          "9Base-RHOSE-4.18:openshift4/nmstate-console-plugin-rhel9@sha256:226ac79140c3ed46760992e0002bb5612532f558e0653204bceae984820b0fe9_arm64",
          "9Base-RHOSE-4.18:openshift4/nmstate-console-plugin-rhel9@sha256:78c1a8befdb612279ce5ab0d4b282695b88029ed312ccbe1d43edc2101c409e0_ppc64le",
          "9Base-RHOSE-4.18:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:82ba7dd5eb72b5494a304b2581921f1d204b775a37409ba5f74476ac5bc0e905_amd64",
          "9Base-RHOSE-4.18:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:c5e3933bf8a9257126675475dca4fbaddaeaf774b11d694424a9e0abcb051256_arm64",
          "9Base-RHOSE-4.18:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:0e89f6b867c0c7b1b72ae30df65305a9da63ce730abdaabfdd41c66adab3e32a_arm64",
          "9Base-RHOSE-4.18:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:e780e01a2b82e5f68497c4d80c1595002824de29c12ef41f39a0b63504d7ac18_amd64",
          "9Base-RHOSE-4.18:openshift4/ose-cloud-event-proxy-rhel9@sha256:6508bc80ef97eec09d5ae0606d7d6d6ae288cbb9b1219db7ef164d20e779aa35_arm64",
          "9Base-RHOSE-4.18:openshift4/ose-cloud-event-proxy-rhel9@sha256:c27150745dadce797773c0bd85701fbedc02b6277cec0f6e3366b092e06c024f_amd64",
          "9Base-RHOSE-4.18:openshift4/ose-cloud-event-proxy-rhel9@sha256:d1fb17664f2e7aa4ad09d3802b33e4d9b8c7d7f476ec9d1ee35db634ecaa0bc5_ppc64le",
          "9Base-RHOSE-4.18:openshift4/ose-cluster-capacity-rhel9@sha256:3623a4f1f65e683d6d4c297c11e4523a118438c04e6edbc7e8ee8bbaf2d18d39_amd64",
          "9Base-RHOSE-4.18:openshift4/ose-cluster-capacity-rhel9@sha256:a40cf0b1dccd442dd35d4d3aaa93affc9bc00fce9f36dd294faefcba27cd4dfb_ppc64le",
          "9Base-RHOSE-4.18:openshift4/ose-cluster-capacity-rhel9@sha256:cf2e6c0c94ed42138350103b09f0e85d1c889fdcc60c329df0f5cca4e8984f8a_s390x",
          "9Base-RHOSE-4.18:openshift4/ose-cluster-capacity-rhel9@sha256:cf4ba584c83989874297a53e59d950d2d25b7555da1d7acca5c3bce53b7b24e8_arm64",
          "9Base-RHOSE-4.18:openshift4/ose-cluster-nfd-rhel9-operator@sha256:2b989411c269cb2167a19c59a013b2cf166eb98f70110acc209ea32c11c554fc_amd64",
          "9Base-RHOSE-4.18:openshift4/ose-cluster-nfd-rhel9-operator@sha256:35567384ec0ebb339da4c0bba4348b379c214f78d0798a9193f57cd2e173a9b7_ppc64le",
          "9Base-RHOSE-4.18:openshift4/ose-cluster-nfd-rhel9-operator@sha256:3f9a1510d75e85906a068e183f933c46ef5ad110d84b2f36ce8b05b6c4859cd7_arm64",
          "9Base-RHOSE-4.18:openshift4/ose-cluster-nfd-rhel9-operator@sha256:763b78dd96fe06f74cb7c544b73f767fd3e16bbd4de03d5a8f0b703df3f41b9b_s390x",
          "9Base-RHOSE-4.18:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:062a8464642c3b7d7294cf14e8edd137b1695eef29314f98af458940458dbf57_amd64",
          "9Base-RHOSE-4.18:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:53cafe9e5a0600bc74a0ec3d129acd7b8c36c44f70d435a1ff9737c8bbb1530d_arm64",
          "9Base-RHOSE-4.18:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:908dd190ffc18772722e762d4f72547d642bb208c7514f4ea76ba9a2c23c1c31_ppc64le",
          "9Base-RHOSE-4.18:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b97e494abed604599c37843ae4ae387d9c7bb4aafa64e792554ffae5d871af71_s390x",
          "9Base-RHOSE-4.18:openshift4/ose-clusterresourceoverride-rhel9@sha256:01044933efde7c86dd40ca08440ab74db5b68c1fb79919b50f40de6ed90706d3_arm64",
          "9Base-RHOSE-4.18:openshift4/ose-clusterresourceoverride-rhel9@sha256:a1693406802a85c0e37f62760023fb75cd99161711486514a3634635fb2cde97_s390x",
          "9Base-RHOSE-4.18:openshift4/ose-clusterresourceoverride-rhel9@sha256:a2f214a4d69cc4c64ba345a848c3a85693c37eefca434c3258887c7f9dd536f6_ppc64le",
          "9Base-RHOSE-4.18:openshift4/ose-clusterresourceoverride-rhel9@sha256:b6aa2501b7b5411c24686a9032192530cd10167f1b633982f6ca2710c7f260b5_amd64",
          "9Base-RHOSE-4.18:openshift4/ose-dpu-cni-rhel9@sha256:28b3ffe8a562cd543cd5fa9d6a2229861e414d0da4b12f43ff45aebc2d3ad10a_amd64",
          "9Base-RHOSE-4.18:openshift4/ose-dpu-cni-rhel9@sha256:3eb72559e5078e618e9410cc5924a9c9aef3b255c926b55f13fc72f031d3c5f7_ppc64le",
          "9Base-RHOSE-4.18:openshift4/ose-dpu-cni-rhel9@sha256:4eb1626ba6602ccec8ccb2f4cfa69c5301512e519c48908eab56d24e29a1fb5e_arm64",
          "9Base-RHOSE-4.18:openshift4/ose-dpu-cni-rhel9@sha256:eeffab3c3df2e79e56f9f1e89b056cf7dcf3caca330cac6e3d8e74e1b383617f_s390x",
          "9Base-RHOSE-4.18:openshift4/ose-dpu-daemon-rhel9@sha256:2eabecda53b5892047bc2baa5dd88e65a0c7ba99ccc2b6a236ae728472eac148_amd64",
          "9Base-RHOSE-4.18:openshift4/ose-dpu-daemon-rhel9@sha256:38a3b71dd683316557a868527cd71ee0c3d60c9b5bdb69c8eddaf85a6cce9362_s390x",
          "9Base-RHOSE-4.18:openshift4/ose-dpu-daemon-rhel9@sha256:80815e7d7e70d822290260f9b3f48c942c7c8af7e7379f8fccd697ccf21fead5_ppc64le",
          "9Base-RHOSE-4.18:openshift4/ose-dpu-daemon-rhel9@sha256:87e032ec0b7a027dd35d32fdbbee72ca8f1795e10c4407556b01a215dd71d16f_arm64",
          "9Base-RHOSE-4.18:openshift4/ose-dpu-rhel9-operator@sha256:0ab8cbc9a9eebe6b61066329ec6e425e0a74d808f563bde619e948a55f669827_ppc64le",
          "9Base-RHOSE-4.18:openshift4/ose-dpu-rhel9-operator@sha256:74388a8f28c9ed2e0bfe9764ab33635a57139fb7c32e61fc27a1b61daee7d55a_s390x",
          "9Base-RHOSE-4.18:openshift4/ose-dpu-rhel9-operator@sha256:ae08418fa7d5ab0fc797796e75f5ab5fa285b044f1b91c02df33b647c03ee8e7_arm64",
          "9Base-RHOSE-4.18:openshift4/ose-dpu-rhel9-operator@sha256:d6411c3ce3b422c518d6971900fe2dcc17aa81cb133e05b9e695411a80de71da_amd64",
          "9Base-RHOSE-4.18:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:30925d5267a0c88f9331f30e84a8a8eef56ab75114c04793249b43b468eb4ca2_amd64",
          "9Base-RHOSE-4.18:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:a19d7130113a4232750fa5ba4be00ee5cd4b7e1353d3f47acaa6462ad1771ce6_ppc64le",
          "9Base-RHOSE-4.18:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:cc3b9dc678956908fe898125660f0d8ffafce92b404797e76bc3308d849382ed_arm64",
          "9Base-RHOSE-4.18:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:1f9cc39b4f27e4b67549f8fe444ed596ab0622a857ce96585090e44593c86892_arm64",
          "9Base-RHOSE-4.18:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:9ad6af69cd6582d2983900ebe6d07a3c84c7d7020b1c21ce938f1a1418c02d73_ppc64le",
          "9Base-RHOSE-4.18:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:b43096db3c8648eeaa6d76c6ec20380a01a8385c8f0af003f8fe269e5538c05c_amd64",
          "9Base-RHOSE-4.18:openshift4/ose-helm-rhel9-operator@sha256:54106f4650d9887ee4ba4baf40c7d37f0d4b90bec3f054beff5cb0bed20f8e51_ppc64le",
          "9Base-RHOSE-4.18:openshift4/ose-helm-rhel9-operator@sha256:d9e1c0661b52a53f5e65c4191ad05d6010daa1c76345d3f6b57ad626d6bf262c_amd64",
          "9Base-RHOSE-4.18:openshift4/ose-helm-rhel9-operator@sha256:eb199e6196f19aa8d1268cb15f1a6b9627b881d09a69d8ca3b9fe3318847aaec_s390x",
          "9Base-RHOSE-4.18:openshift4/ose-helm-rhel9-operator@sha256:fffd1130495ae0c11622208983660653010cdb945715b757c8b40f53bf22a1d7_arm64",
          "9Base-RHOSE-4.18:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:18abffacc7410d5cf969d291779de58dd9383e45b9e18715a79f5b270ae097ec_arm64",
          "9Base-RHOSE-4.18:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:483ff979fe0e5e84322bf9f9705ea9b13e015bf2bfc663bfa2b99614cd186a89_amd64",
          "9Base-RHOSE-4.18:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:78db9afd9e712a0b604a01863b2d9a3c4be8b67e03ff8b466dfd1a942a689a69_ppc64le",
          "9Base-RHOSE-4.18:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:bd1225cba9b2dc22ef7ce7861edcd98cffead70fc73d4b92d864ea267260e5df_s390x",
          "9Base-RHOSE-4.18:openshift4/ose-local-storage-diskmaker-rhel9@sha256:12b2db11aadfa65e00bf874c93c672931187d80827734a4c12c340b77aa7dceb_s390x",
          "9Base-RHOSE-4.18:openshift4/ose-local-storage-diskmaker-rhel9@sha256:3cd2d4f81dba702d04e5adba9907503f837eef358c0f7d8d0fa2a6cbeb4cdcf0_amd64",
          "9Base-RHOSE-4.18:openshift4/ose-local-storage-diskmaker-rhel9@sha256:ab17487ffe29e238feb7622562682e7e2c8e2c5f60c27b0950c51d5f0498775f_arm64",
          "9Base-RHOSE-4.18:openshift4/ose-local-storage-diskmaker-rhel9@sha256:b903eff8a81be90819a0a5c2801ab65d587c2c4c173d341ddb90c75a5bbac395_ppc64le",
          "9Base-RHOSE-4.18:openshift4/ose-local-storage-mustgather-rhel9@sha256:03f0f231d25e5268422543413929f0f9d4a9cd901e5a065737df4d491242dcab_s390x",
          "9Base-RHOSE-4.18:openshift4/ose-local-storage-mustgather-rhel9@sha256:3aafc7aa7bcb16888b8ca0df2ecea58706e927dcc9d754bed94fed4e6c9f85b1_arm64",
          "9Base-RHOSE-4.18:openshift4/ose-local-storage-mustgather-rhel9@sha256:71af9fafc264595d1fa6d69620ba6917483d96ecfdbc526a943f51b47aeff452_amd64",
          "9Base-RHOSE-4.18:openshift4/ose-local-storage-mustgather-rhel9@sha256:8fa6b817de354b66a088a82a179747761f3da08fcb0ac08832ec149c9071944d_ppc64le",
          "9Base-RHOSE-4.18:openshift4/ose-local-storage-rhel9-operator@sha256:28bca20cab3cd2da6030e52d1b7c815e77341e27cd8c785ed16ba3e62ec01a5e_ppc64le",
          "9Base-RHOSE-4.18:openshift4/ose-local-storage-rhel9-operator@sha256:3d8532e15be431cf55c3f863f4d7a2d2c2c9c07003d36e17350571198039cfd6_arm64",
          "9Base-RHOSE-4.18:openshift4/ose-local-storage-rhel9-operator@sha256:e31ee5fa2e6cc1d964031c6e9b8d872634368bbcaebff2cf3d775cf073c6b0f7_amd64",
          "9Base-RHOSE-4.18:openshift4/ose-local-storage-rhel9-operator@sha256:ea8db743d7432105949633b1fc88c245b110c1ee73c224377c875bcc59457a8e_s390x",
          "9Base-RHOSE-4.18:openshift4/ose-node-feature-discovery-rhel9@sha256:126e1cf6ea4a024bb40a0e3ad88e6822c46a7a1c7d11391926e7c1fd70bbcf77_ppc64le",
          "9Base-RHOSE-4.18:openshift4/ose-node-feature-discovery-rhel9@sha256:2d7387723270d5d6a756a745de8ca4ae79df2f374c6e2c69766707655b0e05fc_s390x",
          "9Base-RHOSE-4.18:openshift4/ose-node-feature-discovery-rhel9@sha256:472500f1c8ede3f231c73e4a4c0b721e5722fc7a2b3fcad5207282ab7fe55e42_arm64",
          "9Base-RHOSE-4.18:openshift4/ose-node-feature-discovery-rhel9@sha256:c898cbac54339c401233fcda8e7add6032102d44bd1403a9a051570fc3a341a7_amd64",
          "9Base-RHOSE-4.18:openshift4/ose-operator-sdk-rhel9@sha256:23d49502535b137e350ad49093966780c212047e6242b831a397e8ff69a99499_s390x",
          "9Base-RHOSE-4.18:openshift4/ose-operator-sdk-rhel9@sha256:7742ffdcc96c16eb233771edc501027694d044abdfbc9dea5eacf2c9bce2713f_amd64",
          "9Base-RHOSE-4.18:openshift4/ose-operator-sdk-rhel9@sha256:86d402a644f6d1dc6cc691976e6f3a1d2392aac2183a4bd31c0a3aa2cc34707d_ppc64le",
          "9Base-RHOSE-4.18:openshift4/ose-operator-sdk-rhel9@sha256:a32833f36b0c3659b4e37bef509724de9bb1fc6e0cd4d2f5df9b14720dd13dfd_arm64",
          "9Base-RHOSE-4.18:openshift4/ose-ptp-rhel9-operator@sha256:45c052ce4efc384e290ebc482878d705a08ea54fba0d49adf30022bec5ca6ed2_arm64",
          "9Base-RHOSE-4.18:openshift4/ose-ptp-rhel9-operator@sha256:7a7c9b866935b6e2e644659b75e1cdff2c3adf265b86b4d58220126147aaf7df_ppc64le",
          "9Base-RHOSE-4.18:openshift4/ose-ptp-rhel9-operator@sha256:b678a4cdcd0330bee6a805bb091b9a833fb2283efd6ae15dc1ddea95483d2c2c_amd64",
          "9Base-RHOSE-4.18:openshift4/ose-ptp-rhel9@sha256:5e85daf1ae3ee62239bac15c1c88de4c88df6ce5ab398c47321e131ef7d4b1f6_arm64",
          "9Base-RHOSE-4.18:openshift4/ose-ptp-rhel9@sha256:8fff8a07137ef8a09d90a10e1e557ffcd70d8984d036f9a6241449ad7c9cef28_ppc64le",
          "9Base-RHOSE-4.18:openshift4/ose-ptp-rhel9@sha256:fd8c3b77dfdae4f5430fe50cd71a49884c11ccdb3f98cc9946e4dd3eff63596f_amd64",
          "9Base-RHOSE-4.18:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:66c32dd1e8c0efdc1f144540c7aaa3870838964023d2bbbe3d2f7ad499b6d9d5_amd64",
          "9Base-RHOSE-4.18:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:ad29b9990c09063cd6b63d21eae702e7f80fb28129d494b089b38388a569d731_s390x",
          "9Base-RHOSE-4.18:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b92eaba8167fb669ca84431502ee89be12994c3bf1848d1fcc4bdbf551ed985d_arm64",
          "9Base-RHOSE-4.18:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:f269155600267d857964378b12dcd9449eff6deea91c36ad97aaa8776cafd0d3_ppc64le",
          "9Base-RHOSE-4.18:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:073fd527853fa10904e582534a5f5fc9f429dae6e2ff74014f6c7b4ee3d69225_arm64",
          "9Base-RHOSE-4.18:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:72f54856b7940aa186ba42431833bb8a48e16f2eacdd4255c525a53538df5fe8_ppc64le",
          "9Base-RHOSE-4.18:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:d4ca1c056a0a8ddc91dba799dfa8ee571efaa156d87117a1938d18bc9df8f67e_s390x",
          "9Base-RHOSE-4.18:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:d56f803687b759e2bfd00c5c7c010164f3ac2a4b8c410f7c9d8a90c63f289ac2_amd64",
          "9Base-RHOSE-4.18:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:488c2a00254a14642a4e176bce804a9b44f3c303c641958da7819faea139d8d1_s390x",
          "9Base-RHOSE-4.18:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:72d0d7c286f72c2c7b8d01ab800a7484338f896bda8cdc8f3aceec8bc9b4cb20_ppc64le",
          "9Base-RHOSE-4.18:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:757264af60bccd14324449a927c6eb8658051dfeb32942b178fccc6d47b4d084_amd64",
          "9Base-RHOSE-4.18:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:ab2a82ed367fc56f717b917ac25143fab4cb5b6c41e080b1ded5e54c87d77a97_arm64",
          "9Base-RHOSE-4.18:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:6509e7913e2dab9296435e6d269ecccd5f625545ec754d05f202c4e60e255c51_ppc64le",
          "9Base-RHOSE-4.18:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:6b55236b12572d41797ea69fbc696cc4609e5edb53978dcda255bf40e293712e_arm64",
          "9Base-RHOSE-4.18:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:6f2278fdf413136644ce55d84d4214872753d427bfccf165fd414c4bf6988007_amd64",
          "9Base-RHOSE-4.18:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:a886d85eb37232ff120075f2dcdddab791fdee987391ad5db60d33560b75dbde_s390x",
          "9Base-RHOSE-4.18:openshift4/ose-smb-csi-driver-rhel9@sha256:2c3e1ea8933a57608c2ca51f72587580a7a333563ed14adb0d78c0dccca31bdd_s390x",
          "9Base-RHOSE-4.18:openshift4/ose-smb-csi-driver-rhel9@sha256:b1038bddfe856f4883a75412f97521f914f4498535579ea5f24ef12825e4f3eb_arm64",
          "9Base-RHOSE-4.18:openshift4/ose-smb-csi-driver-rhel9@sha256:bd8978f967473419966e8920b57bfb7c0268b1c97a500720f2efde7e6b3f96db_ppc64le",
          "9Base-RHOSE-4.18:openshift4/ose-smb-csi-driver-rhel9@sha256:c3da101719a01fb410f03fcf10319c59b22ed2dfb366ca751ebd467dc5cff748_amd64",
          "9Base-RHOSE-4.18:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:1412015a6cd1ece431c733ea1f52c972e31302790557f1f7e2e06de2a36d665e_ppc64le",
          "9Base-RHOSE-4.18:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:5145879238b2d7330a70b0923ca1d9b65555ccf83202bf863483596776290716_amd64",
          "9Base-RHOSE-4.18:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:9e6b509d60438cc12dfc35aded249ac63e665a2a4da9b71d63daef7dbd31ec00_arm64",
          "9Base-RHOSE-4.18:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:4d9005e983793a11670264dc9acc291af9688984e4d34971a75ad2680043b609_arm64",
          "9Base-RHOSE-4.18:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:aed25799a0809f3d32b79e630727fb633ca3071bb42197c3d128528bd7074ea3_amd64",
          "9Base-RHOSE-4.18:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:e87e43dc905065adb57f4542e0928708c975e3e6a2370bda7d37ed670a73521d_ppc64le",
          "9Base-RHOSE-4.18:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:76929b73478e88a422cd6a70a5ca5f2a7f5a99675717f444f4ea977254a21467_arm64",
          "9Base-RHOSE-4.18:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:b37744b369a6745743f84cd4e8a2e59c7e595bfdb666b7ae16f33dc8625c1b42_amd64",
          "9Base-RHOSE-4.18:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:c89ef72be7e1f1e8135b1ed671bc9daa3719dc6364dd5111c7c9d94a2dd4d558_ppc64le",
          "9Base-RHOSE-4.18:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:1c1f8b93bf7b8917545139618f32a3d1389f534e345512c1abcfe06d83464610_ppc64le",
          "9Base-RHOSE-4.18:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:53bdf293bb2e0d1eeb60e1cae2c58bfc49dc423529c2107a9a865fa900fe3b06_arm64",
          "9Base-RHOSE-4.18:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:c6dd56ec3142d54ed13a525fb5167652bae2842617ab063820f2c83686b97008_amd64",
          "9Base-RHOSE-4.18:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:44d82a06d7c58bc45ddfcb28b31a426fd8e920980a816935b8efe98d55359228_arm64",
          "9Base-RHOSE-4.18:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:64d839608d5a61e3a5148e718c7cbf51261f7b24757811d08e43d71172cfb9b1_amd64",
          "9Base-RHOSE-4.18:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:67b4fe7618774fc9fffcf6764992a1cc205858666a0880318a0446ddb5d95497_ppc64le",
          "9Base-RHOSE-4.18:openshift4/ose-sriov-network-rhel9-operator@sha256:6cbfc71a0075f7a132579e46917509165560599b4e2fe38e2de99f92649b786f_arm64",
          "9Base-RHOSE-4.18:openshift4/ose-sriov-network-rhel9-operator@sha256:81e7bb6c5a916bbfe1d647b7428622ddf417cb9e528bcbaf8b5c0bdedd2b05e6_ppc64le",
          "9Base-RHOSE-4.18:openshift4/ose-sriov-network-rhel9-operator@sha256:d5356e7a65ee3ee4020ec61897a9fd6fb4ab7b460e93c7246706d4aec9ff9a3a_amd64",
          "9Base-RHOSE-4.18:openshift4/ose-sriov-network-webhook-rhel9@sha256:304ffdebc5da1b271b17b75095fc792c8d1ca9cc271fa30a87704848a5f26715_ppc64le",
          "9Base-RHOSE-4.18:openshift4/ose-sriov-network-webhook-rhel9@sha256:84021c1c138886140bd1f4cf93973cbf0d0849354ae331404370e93552eb95a1_amd64",
          "9Base-RHOSE-4.18:openshift4/ose-sriov-network-webhook-rhel9@sha256:f90c0697a4b25238db935e9a7163fced0c9b44f0b9d759c5f67aadb032d93386_arm64",
          "9Base-RHOSE-4.18:openshift4/ose-sriov-rdma-cni-rhel9@sha256:15cd287c8cd35c91c13194d6e060691bdcfc0c77655a114247105ea68e481aba_ppc64le",
          "9Base-RHOSE-4.18:openshift4/ose-sriov-rdma-cni-rhel9@sha256:cdc637bebc96ee47ab4dd1d716af98e6900f5218c35989ad27380732b2e8f5e3_amd64",
          "9Base-RHOSE-4.18:openshift4/ose-sriov-rdma-cni-rhel9@sha256:d460bb57b75c1534b0becde14e1bd9640a21b0b356fc1f05d2511de1e475ac34_arm64",
          "9Base-RHOSE-4.18:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:870285885aae35239885bf97903296da9509f0c2ab1336fb983496d78e13b4d3_ppc64le",
          "9Base-RHOSE-4.18:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:b17f6714183690e91d17d4f22520858b393ea53cd6e52240dd9ec77d441e06a4_amd64",
          "9Base-RHOSE-4.18:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:f75cd61a74453c948fc21fc5c59723838585f28d6bdaa7e06477391c667036d7_s390x",
          "9Base-RHOSE-4.18:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:febb7ae4170023bae15637c00faf793f1cc9196371fba8f9377c3a99cc56b008_arm64",
          "9Base-RHOSE-4.18:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:b5d3586f4a3a18faa243c7b06c0153385e6160847924177f91ac7964572b95ad_amd64",
          "9Base-RHOSE-4.18:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:e8c0d0ef01360f4da02aff7d6ad924e1b72c0640a4bbe98b89a69d9c15f40f05_ppc64le",
          "9Base-RHOSE-4.18:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:ed71a2966bcdb29f0b3c61af9fbf79fb9520bb904263fc373d7f46f703798904_s390x",
          "9Base-RHOSE-4.18:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:fdf25ec4be0745c5b2c29f06f9c58ab600bc46ed376013b9dda7a8d6482388aa_arm64",
          "9Base-RHOSE-4.18:openshift4/pf-status-relay-rhel9-operator@sha256:0c60745b09928fb70cfc97a3023ab9e9e767349ecf03a251d6dc4c655c972dd8_arm64",
          "9Base-RHOSE-4.18:openshift4/pf-status-relay-rhel9-operator@sha256:2ddbca0af65204ffdc63839e17607c60e1e3a2afa4794c75b75b9a63cbd495e1_ppc64le",
          "9Base-RHOSE-4.18:openshift4/pf-status-relay-rhel9-operator@sha256:cc2ce71ce8ea9dc2ac85cb8bf47a2c68ab977536e41f0f0be005ffc5e520d32b_s390x",
          "9Base-RHOSE-4.18:openshift4/pf-status-relay-rhel9-operator@sha256:d8479313e4a86f7858cd4248f227522f83f1ff733c471be3e4006aedb385209d_amd64",
          "9Base-RHOSE-4.18:openshift4/pf-status-relay-rhel9@sha256:08fe66b8edeadbc8f3e5f6b18d85ce376099e8e37124e91792bdd8b4a8d99255_arm64",
          "9Base-RHOSE-4.18:openshift4/pf-status-relay-rhel9@sha256:0a4b7bf51ba1cfa4939196b81923318dd35f2c487c997260ceb210351b742cfb_amd64",
          "9Base-RHOSE-4.18:openshift4/pf-status-relay-rhel9@sha256:1f5ab7af2136148949b736e6216e1950c763eb25c230622f8352cc8b22499c2b_s390x",
          "9Base-RHOSE-4.18:openshift4/pf-status-relay-rhel9@sha256:613a20e735469d0044704f88815cf3a6205242a8e4f696aba50bb3abc38a034b_ppc64le",
          "9Base-RHOSE-4.18:openshift4/ptp-must-gather-rhel9@sha256:73b4a77ad83ef3b2f3f973cc6549f2f1a993cc38f7e8affa66f709ba07d6b5ad_ppc64le",
          "9Base-RHOSE-4.18:openshift4/ptp-must-gather-rhel9@sha256:a4b2fa90f56e921035fdfc21c9e64716dbcef54e96cd332c968a556909f2bede_amd64",
          "9Base-RHOSE-4.18:openshift4/ptp-must-gather-rhel9@sha256:c6878bd19ab454e926c946f7c9e9ef52fd82473d57599be33da9637ae702c2b1_arm64",
          "9Base-RHOSE-4.18:openshift4/rdma-cni-rhel9@sha256:15cd287c8cd35c91c13194d6e060691bdcfc0c77655a114247105ea68e481aba_ppc64le",
          "9Base-RHOSE-4.18:openshift4/rdma-cni-rhel9@sha256:cdc637bebc96ee47ab4dd1d716af98e6900f5218c35989ad27380732b2e8f5e3_amd64",
          "9Base-RHOSE-4.18:openshift4/rdma-cni-rhel9@sha256:d460bb57b75c1534b0becde14e1bd9640a21b0b356fc1f05d2511de1e475ac34_arm64",
          "9Base-RHOSE-4.18:openshift4/sriov-cni-rhel9@sha256:04288754b279dcc7a2d84028eb26729a33df94ef0f12bead45a27d987721a094_amd64",
          "9Base-RHOSE-4.18:openshift4/sriov-cni-rhel9@sha256:a6b2196931220fd8a714ddcb6d39da993e8af4a32b81f9ec09f8ce91fae913c6_ppc64le",
          "9Base-RHOSE-4.18:openshift4/sriov-cni-rhel9@sha256:ac3ce3096cf4e7ef01907b86635a6c315a92a51815d371908742ad88056126b3_arm64",
          "9Base-RHOSE-4.18:openshift4/sriov-network-metrics-exporter-rhel9@sha256:44d82a06d7c58bc45ddfcb28b31a426fd8e920980a816935b8efe98d55359228_arm64",
          "9Base-RHOSE-4.18:openshift4/sriov-network-metrics-exporter-rhel9@sha256:64d839608d5a61e3a5148e718c7cbf51261f7b24757811d08e43d71172cfb9b1_amd64",
          "9Base-RHOSE-4.18:openshift4/sriov-network-metrics-exporter-rhel9@sha256:67b4fe7618774fc9fffcf6764992a1cc205858666a0880318a0446ddb5d95497_ppc64le"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2025-27516"
        },
        {
          "category": "external",
          "summary": "RHBZ#2350190",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2350190"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2025-27516",
          "url": "https://www.cve.org/CVERecord?id=CVE-2025-27516"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-27516",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-27516"
        },
        {
          "category": "external",
          "summary": "https://github.com/pallets/jinja/commit/90457bbf33b8662926ae65cdde4c4c32e756e403",
          "url": "https://github.com/pallets/jinja/commit/90457bbf33b8662926ae65cdde4c4c32e756e403"
        },
        {
          "category": "external",
          "summary": "https://github.com/pallets/jinja/security/advisories/GHSA-cpwx-vrp4-4pq7",
          "url": "https://github.com/pallets/jinja/security/advisories/GHSA-cpwx-vrp4-4pq7"
        }
      ],
      "release_date": "2025-03-05T20:40:06.568000+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2025-04-22T14:51:20+00:00",
          "details": "For OpenShift Container Platform 4.18 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.18/html/release_notes/",
          "product_ids": [
            "9Base-RHOSE-4.18:openshift4/ose-ansible-rhel9-operator@sha256:03b7936b372f2a2db7829a977a9f01c6f3d345652b165396d04a196aa8eb993d_ppc64le",
            "9Base-RHOSE-4.18:openshift4/ose-ansible-rhel9-operator@sha256:3f6e91a46c35427bcf93bb5bdac2e129f1708ac65d0c25f3a02034f9d37a5f1f_amd64",
            "9Base-RHOSE-4.18:openshift4/ose-ansible-rhel9-operator@sha256:7135cba0305f366b4460335ad9c707b939ca218e3e82b09592b937ef7f269d25_arm64",
            "9Base-RHOSE-4.18:openshift4/ose-ansible-rhel9-operator@sha256:8123cc2f225a7d1f2a3d85d5e3625051970fafcce5f8b107a561d8166ee132ed_s390x"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2025:4018"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "LOCAL",
            "availabilityImpact": "HIGH",
            "baseScore": 7.3,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "HIGH",
            "privilegesRequired": "LOW",
            "scope": "UNCHANGED",
            "userInteraction": "REQUIRED",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "9Base-RHOSE-4.18:openshift4/ingress-node-firewall-rhel9-operator@sha256:2310739e0aa651e07916255bdc4524fc968a0c4e476f91478a774438ca2804db_s390x",
            "9Base-RHOSE-4.18:openshift4/ingress-node-firewall-rhel9-operator@sha256:7bb4a6dd575717002660f33b8bfdaf0a4af677016d059447fff05d4909f3704a_ppc64le",
            "9Base-RHOSE-4.18:openshift4/ingress-node-firewall-rhel9-operator@sha256:af8eb2d51f10afa50ae2645d6abe0ab66e90de8bb9be5c27da435790afc2d616_amd64",
            "9Base-RHOSE-4.18:openshift4/ingress-node-firewall-rhel9-operator@sha256:b99451e30305b6532f7767f929e7f9184081f29bb054d84c90228d54ede42dac_arm64",
            "9Base-RHOSE-4.18:openshift4/ingress-node-firewall-rhel9@sha256:57484b5146c170974355c2096aa9a5b909ac0e0dc58a38025d9b732fc8f2f5d3_ppc64le",
            "9Base-RHOSE-4.18:openshift4/ingress-node-firewall-rhel9@sha256:6c87fbb575f991f92d4ce6c77e3e672299cbe180f4fe4ff8499142adb96e175a_s390x",
            "9Base-RHOSE-4.18:openshift4/ingress-node-firewall-rhel9@sha256:91499aeb1822bece80b673711bae7a34919bd23215a52d77569cf1ab4bd171c4_arm64",
            "9Base-RHOSE-4.18:openshift4/ingress-node-firewall-rhel9@sha256:bd8a2458c2ee30a78d6268a0315dce62922a76fd9b0db985cb7b18591276407c_amd64",
            "9Base-RHOSE-4.18:openshift4/kube-compare-artifacts-rhel9@sha256:0c8a0643707c03812a12f85639806b74a946627cd9a5d197c991f0e353ccc6e9_arm64",
            "9Base-RHOSE-4.18:openshift4/kube-compare-artifacts-rhel9@sha256:7b860d1226e0143567bd55138df71862ecfc0b7367c8d51911f949b64dc91b04_ppc64le",
            "9Base-RHOSE-4.18:openshift4/kube-compare-artifacts-rhel9@sha256:c0a81af23b8ae5b818ee18835fdfd18891eb549e93d35e79a561c4feb02dfe9b_s390x",
            "9Base-RHOSE-4.18:openshift4/kube-compare-artifacts-rhel9@sha256:d381c53e8a8e7414ec7877bdbb882c9d95bbdd1811e44a43fc122912e4864019_amd64",
            "9Base-RHOSE-4.18:openshift4/kubernetes-nmstate-rhel9-operator@sha256:6827c0cd60f8579b51753124547c3fc6d79b205377527a3c5c93bc245d877ff8_ppc64le",
            "9Base-RHOSE-4.18:openshift4/kubernetes-nmstate-rhel9-operator@sha256:a3acf8b24294753b5d1c69cd6ba3e0aa557c8ca274e04494d179d296cbe8ad20_arm64",
            "9Base-RHOSE-4.18:openshift4/kubernetes-nmstate-rhel9-operator@sha256:bcbf8ae25f9614bd839369c82e4244584dbea2619f05007fcb9f3a08ffe21d56_amd64",
            "9Base-RHOSE-4.18:openshift4/kubernetes-nmstate-rhel9-operator@sha256:e22cf9a215d0923c22d15cd49bd614ffed63cd8b61c39d697d19989a0a673cd6_s390x",
            "9Base-RHOSE-4.18:openshift4/metallb-rhel9-operator@sha256:5888158026a71004d6505cf29127078acd8d85811597b6bfce48eb7659464ea5_s390x",
            "9Base-RHOSE-4.18:openshift4/metallb-rhel9-operator@sha256:b1313a5c7b058c8a6865661311f747a8a756a65d9cda2fb2e7c4f6ccf2a13c6d_ppc64le",
            "9Base-RHOSE-4.18:openshift4/metallb-rhel9-operator@sha256:be440963421246d8882c6b62a827d2fe1aa5708bbf368038fea5dd835cd47d45_arm64",
            "9Base-RHOSE-4.18:openshift4/metallb-rhel9-operator@sha256:fbb4181fd14ebc003422ec6e7b4ef60668ef2058db133d46fadc30b893bc5d4a_amd64",
            "9Base-RHOSE-4.18:openshift4/metallb-rhel9@sha256:5fc9395514c6e4ea22011a0c727bbe2322190bd041feefbcbc806bc7c33f6b02_ppc64le",
            "9Base-RHOSE-4.18:openshift4/metallb-rhel9@sha256:85e241056ecf9c39855d0c6e84533d6c3399a3bb95caa78f48b600ff3064ed21_amd64",
            "9Base-RHOSE-4.18:openshift4/metallb-rhel9@sha256:b149f6807f07c66fc3e639d87c1e4433e4de40152082b06bd572b4083baa4471_s390x",
            "9Base-RHOSE-4.18:openshift4/metallb-rhel9@sha256:fd160bd13169fd3765c27e4ff5c9ff83e4f62c6f77a493a14c454f4551e2fe35_arm64",
            "9Base-RHOSE-4.18:openshift4/nmstate-console-plugin-rhel9@sha256:19ebff56c0fb0a0b12e904bde5634b9f05a37484a9a10b4cd5f93c062ae333b8_s390x",
            "9Base-RHOSE-4.18:openshift4/nmstate-console-plugin-rhel9@sha256:1dc19095c278fb5ea023654c4402006b9e33f482f052dd9d2edfe235b1304035_amd64",
            "9Base-RHOSE-4.18:openshift4/nmstate-console-plugin-rhel9@sha256:226ac79140c3ed46760992e0002bb5612532f558e0653204bceae984820b0fe9_arm64",
            "9Base-RHOSE-4.18:openshift4/nmstate-console-plugin-rhel9@sha256:78c1a8befdb612279ce5ab0d4b282695b88029ed312ccbe1d43edc2101c409e0_ppc64le",
            "9Base-RHOSE-4.18:openshift4/ose-ansible-rhel9-operator@sha256:03b7936b372f2a2db7829a977a9f01c6f3d345652b165396d04a196aa8eb993d_ppc64le",
            "9Base-RHOSE-4.18:openshift4/ose-ansible-rhel9-operator@sha256:3f6e91a46c35427bcf93bb5bdac2e129f1708ac65d0c25f3a02034f9d37a5f1f_amd64",
            "9Base-RHOSE-4.18:openshift4/ose-ansible-rhel9-operator@sha256:7135cba0305f366b4460335ad9c707b939ca218e3e82b09592b937ef7f269d25_arm64",
            "9Base-RHOSE-4.18:openshift4/ose-ansible-rhel9-operator@sha256:8123cc2f225a7d1f2a3d85d5e3625051970fafcce5f8b107a561d8166ee132ed_s390x",
            "9Base-RHOSE-4.18:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:82ba7dd5eb72b5494a304b2581921f1d204b775a37409ba5f74476ac5bc0e905_amd64",
            "9Base-RHOSE-4.18:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:c5e3933bf8a9257126675475dca4fbaddaeaf774b11d694424a9e0abcb051256_arm64",
            "9Base-RHOSE-4.18:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:0e89f6b867c0c7b1b72ae30df65305a9da63ce730abdaabfdd41c66adab3e32a_arm64",
            "9Base-RHOSE-4.18:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:e780e01a2b82e5f68497c4d80c1595002824de29c12ef41f39a0b63504d7ac18_amd64",
            "9Base-RHOSE-4.18:openshift4/ose-cloud-event-proxy-rhel9@sha256:6508bc80ef97eec09d5ae0606d7d6d6ae288cbb9b1219db7ef164d20e779aa35_arm64",
            "9Base-RHOSE-4.18:openshift4/ose-cloud-event-proxy-rhel9@sha256:c27150745dadce797773c0bd85701fbedc02b6277cec0f6e3366b092e06c024f_amd64",
            "9Base-RHOSE-4.18:openshift4/ose-cloud-event-proxy-rhel9@sha256:d1fb17664f2e7aa4ad09d3802b33e4d9b8c7d7f476ec9d1ee35db634ecaa0bc5_ppc64le",
            "9Base-RHOSE-4.18:openshift4/ose-cluster-capacity-rhel9@sha256:3623a4f1f65e683d6d4c297c11e4523a118438c04e6edbc7e8ee8bbaf2d18d39_amd64",
            "9Base-RHOSE-4.18:openshift4/ose-cluster-capacity-rhel9@sha256:a40cf0b1dccd442dd35d4d3aaa93affc9bc00fce9f36dd294faefcba27cd4dfb_ppc64le",
            "9Base-RHOSE-4.18:openshift4/ose-cluster-capacity-rhel9@sha256:cf2e6c0c94ed42138350103b09f0e85d1c889fdcc60c329df0f5cca4e8984f8a_s390x",
            "9Base-RHOSE-4.18:openshift4/ose-cluster-capacity-rhel9@sha256:cf4ba584c83989874297a53e59d950d2d25b7555da1d7acca5c3bce53b7b24e8_arm64",
            "9Base-RHOSE-4.18:openshift4/ose-cluster-nfd-rhel9-operator@sha256:2b989411c269cb2167a19c59a013b2cf166eb98f70110acc209ea32c11c554fc_amd64",
            "9Base-RHOSE-4.18:openshift4/ose-cluster-nfd-rhel9-operator@sha256:35567384ec0ebb339da4c0bba4348b379c214f78d0798a9193f57cd2e173a9b7_ppc64le",
            "9Base-RHOSE-4.18:openshift4/ose-cluster-nfd-rhel9-operator@sha256:3f9a1510d75e85906a068e183f933c46ef5ad110d84b2f36ce8b05b6c4859cd7_arm64",
            "9Base-RHOSE-4.18:openshift4/ose-cluster-nfd-rhel9-operator@sha256:763b78dd96fe06f74cb7c544b73f767fd3e16bbd4de03d5a8f0b703df3f41b9b_s390x",
            "9Base-RHOSE-4.18:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:062a8464642c3b7d7294cf14e8edd137b1695eef29314f98af458940458dbf57_amd64",
            "9Base-RHOSE-4.18:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:53cafe9e5a0600bc74a0ec3d129acd7b8c36c44f70d435a1ff9737c8bbb1530d_arm64",
            "9Base-RHOSE-4.18:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:908dd190ffc18772722e762d4f72547d642bb208c7514f4ea76ba9a2c23c1c31_ppc64le",
            "9Base-RHOSE-4.18:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b97e494abed604599c37843ae4ae387d9c7bb4aafa64e792554ffae5d871af71_s390x",
            "9Base-RHOSE-4.18:openshift4/ose-clusterresourceoverride-rhel9@sha256:01044933efde7c86dd40ca08440ab74db5b68c1fb79919b50f40de6ed90706d3_arm64",
            "9Base-RHOSE-4.18:openshift4/ose-clusterresourceoverride-rhel9@sha256:a1693406802a85c0e37f62760023fb75cd99161711486514a3634635fb2cde97_s390x",
            "9Base-RHOSE-4.18:openshift4/ose-clusterresourceoverride-rhel9@sha256:a2f214a4d69cc4c64ba345a848c3a85693c37eefca434c3258887c7f9dd536f6_ppc64le",
            "9Base-RHOSE-4.18:openshift4/ose-clusterresourceoverride-rhel9@sha256:b6aa2501b7b5411c24686a9032192530cd10167f1b633982f6ca2710c7f260b5_amd64",
            "9Base-RHOSE-4.18:openshift4/ose-dpu-cni-rhel9@sha256:28b3ffe8a562cd543cd5fa9d6a2229861e414d0da4b12f43ff45aebc2d3ad10a_amd64",
            "9Base-RHOSE-4.18:openshift4/ose-dpu-cni-rhel9@sha256:3eb72559e5078e618e9410cc5924a9c9aef3b255c926b55f13fc72f031d3c5f7_ppc64le",
            "9Base-RHOSE-4.18:openshift4/ose-dpu-cni-rhel9@sha256:4eb1626ba6602ccec8ccb2f4cfa69c5301512e519c48908eab56d24e29a1fb5e_arm64",
            "9Base-RHOSE-4.18:openshift4/ose-dpu-cni-rhel9@sha256:eeffab3c3df2e79e56f9f1e89b056cf7dcf3caca330cac6e3d8e74e1b383617f_s390x",
            "9Base-RHOSE-4.18:openshift4/ose-dpu-daemon-rhel9@sha256:2eabecda53b5892047bc2baa5dd88e65a0c7ba99ccc2b6a236ae728472eac148_amd64",
            "9Base-RHOSE-4.18:openshift4/ose-dpu-daemon-rhel9@sha256:38a3b71dd683316557a868527cd71ee0c3d60c9b5bdb69c8eddaf85a6cce9362_s390x",
            "9Base-RHOSE-4.18:openshift4/ose-dpu-daemon-rhel9@sha256:80815e7d7e70d822290260f9b3f48c942c7c8af7e7379f8fccd697ccf21fead5_ppc64le",
            "9Base-RHOSE-4.18:openshift4/ose-dpu-daemon-rhel9@sha256:87e032ec0b7a027dd35d32fdbbee72ca8f1795e10c4407556b01a215dd71d16f_arm64",
            "9Base-RHOSE-4.18:openshift4/ose-dpu-rhel9-operator@sha256:0ab8cbc9a9eebe6b61066329ec6e425e0a74d808f563bde619e948a55f669827_ppc64le",
            "9Base-RHOSE-4.18:openshift4/ose-dpu-rhel9-operator@sha256:74388a8f28c9ed2e0bfe9764ab33635a57139fb7c32e61fc27a1b61daee7d55a_s390x",
            "9Base-RHOSE-4.18:openshift4/ose-dpu-rhel9-operator@sha256:ae08418fa7d5ab0fc797796e75f5ab5fa285b044f1b91c02df33b647c03ee8e7_arm64",
            "9Base-RHOSE-4.18:openshift4/ose-dpu-rhel9-operator@sha256:d6411c3ce3b422c518d6971900fe2dcc17aa81cb133e05b9e695411a80de71da_amd64",
            "9Base-RHOSE-4.18:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:30925d5267a0c88f9331f30e84a8a8eef56ab75114c04793249b43b468eb4ca2_amd64",
            "9Base-RHOSE-4.18:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:a19d7130113a4232750fa5ba4be00ee5cd4b7e1353d3f47acaa6462ad1771ce6_ppc64le",
            "9Base-RHOSE-4.18:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:cc3b9dc678956908fe898125660f0d8ffafce92b404797e76bc3308d849382ed_arm64",
            "9Base-RHOSE-4.18:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:1f9cc39b4f27e4b67549f8fe444ed596ab0622a857ce96585090e44593c86892_arm64",
            "9Base-RHOSE-4.18:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:9ad6af69cd6582d2983900ebe6d07a3c84c7d7020b1c21ce938f1a1418c02d73_ppc64le",
            "9Base-RHOSE-4.18:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:b43096db3c8648eeaa6d76c6ec20380a01a8385c8f0af003f8fe269e5538c05c_amd64",
            "9Base-RHOSE-4.18:openshift4/ose-helm-rhel9-operator@sha256:54106f4650d9887ee4ba4baf40c7d37f0d4b90bec3f054beff5cb0bed20f8e51_ppc64le",
            "9Base-RHOSE-4.18:openshift4/ose-helm-rhel9-operator@sha256:d9e1c0661b52a53f5e65c4191ad05d6010daa1c76345d3f6b57ad626d6bf262c_amd64",
            "9Base-RHOSE-4.18:openshift4/ose-helm-rhel9-operator@sha256:eb199e6196f19aa8d1268cb15f1a6b9627b881d09a69d8ca3b9fe3318847aaec_s390x",
            "9Base-RHOSE-4.18:openshift4/ose-helm-rhel9-operator@sha256:fffd1130495ae0c11622208983660653010cdb945715b757c8b40f53bf22a1d7_arm64",
            "9Base-RHOSE-4.18:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:18abffacc7410d5cf969d291779de58dd9383e45b9e18715a79f5b270ae097ec_arm64",
            "9Base-RHOSE-4.18:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:483ff979fe0e5e84322bf9f9705ea9b13e015bf2bfc663bfa2b99614cd186a89_amd64",
            "9Base-RHOSE-4.18:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:78db9afd9e712a0b604a01863b2d9a3c4be8b67e03ff8b466dfd1a942a689a69_ppc64le",
            "9Base-RHOSE-4.18:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:bd1225cba9b2dc22ef7ce7861edcd98cffead70fc73d4b92d864ea267260e5df_s390x",
            "9Base-RHOSE-4.18:openshift4/ose-local-storage-diskmaker-rhel9@sha256:12b2db11aadfa65e00bf874c93c672931187d80827734a4c12c340b77aa7dceb_s390x",
            "9Base-RHOSE-4.18:openshift4/ose-local-storage-diskmaker-rhel9@sha256:3cd2d4f81dba702d04e5adba9907503f837eef358c0f7d8d0fa2a6cbeb4cdcf0_amd64",
            "9Base-RHOSE-4.18:openshift4/ose-local-storage-diskmaker-rhel9@sha256:ab17487ffe29e238feb7622562682e7e2c8e2c5f60c27b0950c51d5f0498775f_arm64",
            "9Base-RHOSE-4.18:openshift4/ose-local-storage-diskmaker-rhel9@sha256:b903eff8a81be90819a0a5c2801ab65d587c2c4c173d341ddb90c75a5bbac395_ppc64le",
            "9Base-RHOSE-4.18:openshift4/ose-local-storage-mustgather-rhel9@sha256:03f0f231d25e5268422543413929f0f9d4a9cd901e5a065737df4d491242dcab_s390x",
            "9Base-RHOSE-4.18:openshift4/ose-local-storage-mustgather-rhel9@sha256:3aafc7aa7bcb16888b8ca0df2ecea58706e927dcc9d754bed94fed4e6c9f85b1_arm64",
            "9Base-RHOSE-4.18:openshift4/ose-local-storage-mustgather-rhel9@sha256:71af9fafc264595d1fa6d69620ba6917483d96ecfdbc526a943f51b47aeff452_amd64",
            "9Base-RHOSE-4.18:openshift4/ose-local-storage-mustgather-rhel9@sha256:8fa6b817de354b66a088a82a179747761f3da08fcb0ac08832ec149c9071944d_ppc64le",
            "9Base-RHOSE-4.18:openshift4/ose-local-storage-rhel9-operator@sha256:28bca20cab3cd2da6030e52d1b7c815e77341e27cd8c785ed16ba3e62ec01a5e_ppc64le",
            "9Base-RHOSE-4.18:openshift4/ose-local-storage-rhel9-operator@sha256:3d8532e15be431cf55c3f863f4d7a2d2c2c9c07003d36e17350571198039cfd6_arm64",
            "9Base-RHOSE-4.18:openshift4/ose-local-storage-rhel9-operator@sha256:e31ee5fa2e6cc1d964031c6e9b8d872634368bbcaebff2cf3d775cf073c6b0f7_amd64",
            "9Base-RHOSE-4.18:openshift4/ose-local-storage-rhel9-operator@sha256:ea8db743d7432105949633b1fc88c245b110c1ee73c224377c875bcc59457a8e_s390x",
            "9Base-RHOSE-4.18:openshift4/ose-node-feature-discovery-rhel9@sha256:126e1cf6ea4a024bb40a0e3ad88e6822c46a7a1c7d11391926e7c1fd70bbcf77_ppc64le",
            "9Base-RHOSE-4.18:openshift4/ose-node-feature-discovery-rhel9@sha256:2d7387723270d5d6a756a745de8ca4ae79df2f374c6e2c69766707655b0e05fc_s390x",
            "9Base-RHOSE-4.18:openshift4/ose-node-feature-discovery-rhel9@sha256:472500f1c8ede3f231c73e4a4c0b721e5722fc7a2b3fcad5207282ab7fe55e42_arm64",
            "9Base-RHOSE-4.18:openshift4/ose-node-feature-discovery-rhel9@sha256:c898cbac54339c401233fcda8e7add6032102d44bd1403a9a051570fc3a341a7_amd64",
            "9Base-RHOSE-4.18:openshift4/ose-operator-sdk-rhel9@sha256:23d49502535b137e350ad49093966780c212047e6242b831a397e8ff69a99499_s390x",
            "9Base-RHOSE-4.18:openshift4/ose-operator-sdk-rhel9@sha256:7742ffdcc96c16eb233771edc501027694d044abdfbc9dea5eacf2c9bce2713f_amd64",
            "9Base-RHOSE-4.18:openshift4/ose-operator-sdk-rhel9@sha256:86d402a644f6d1dc6cc691976e6f3a1d2392aac2183a4bd31c0a3aa2cc34707d_ppc64le",
            "9Base-RHOSE-4.18:openshift4/ose-operator-sdk-rhel9@sha256:a32833f36b0c3659b4e37bef509724de9bb1fc6e0cd4d2f5df9b14720dd13dfd_arm64",
            "9Base-RHOSE-4.18:openshift4/ose-ptp-rhel9-operator@sha256:45c052ce4efc384e290ebc482878d705a08ea54fba0d49adf30022bec5ca6ed2_arm64",
            "9Base-RHOSE-4.18:openshift4/ose-ptp-rhel9-operator@sha256:7a7c9b866935b6e2e644659b75e1cdff2c3adf265b86b4d58220126147aaf7df_ppc64le",
            "9Base-RHOSE-4.18:openshift4/ose-ptp-rhel9-operator@sha256:b678a4cdcd0330bee6a805bb091b9a833fb2283efd6ae15dc1ddea95483d2c2c_amd64",
            "9Base-RHOSE-4.18:openshift4/ose-ptp-rhel9@sha256:5e85daf1ae3ee62239bac15c1c88de4c88df6ce5ab398c47321e131ef7d4b1f6_arm64",
            "9Base-RHOSE-4.18:openshift4/ose-ptp-rhel9@sha256:8fff8a07137ef8a09d90a10e1e557ffcd70d8984d036f9a6241449ad7c9cef28_ppc64le",
            "9Base-RHOSE-4.18:openshift4/ose-ptp-rhel9@sha256:fd8c3b77dfdae4f5430fe50cd71a49884c11ccdb3f98cc9946e4dd3eff63596f_amd64",
            "9Base-RHOSE-4.18:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:66c32dd1e8c0efdc1f144540c7aaa3870838964023d2bbbe3d2f7ad499b6d9d5_amd64",
            "9Base-RHOSE-4.18:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:ad29b9990c09063cd6b63d21eae702e7f80fb28129d494b089b38388a569d731_s390x",
            "9Base-RHOSE-4.18:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b92eaba8167fb669ca84431502ee89be12994c3bf1848d1fcc4bdbf551ed985d_arm64",
            "9Base-RHOSE-4.18:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:f269155600267d857964378b12dcd9449eff6deea91c36ad97aaa8776cafd0d3_ppc64le",
            "9Base-RHOSE-4.18:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:073fd527853fa10904e582534a5f5fc9f429dae6e2ff74014f6c7b4ee3d69225_arm64",
            "9Base-RHOSE-4.18:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:72f54856b7940aa186ba42431833bb8a48e16f2eacdd4255c525a53538df5fe8_ppc64le",
            "9Base-RHOSE-4.18:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:d4ca1c056a0a8ddc91dba799dfa8ee571efaa156d87117a1938d18bc9df8f67e_s390x",
            "9Base-RHOSE-4.18:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:d56f803687b759e2bfd00c5c7c010164f3ac2a4b8c410f7c9d8a90c63f289ac2_amd64",
            "9Base-RHOSE-4.18:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:488c2a00254a14642a4e176bce804a9b44f3c303c641958da7819faea139d8d1_s390x",
            "9Base-RHOSE-4.18:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:72d0d7c286f72c2c7b8d01ab800a7484338f896bda8cdc8f3aceec8bc9b4cb20_ppc64le",
            "9Base-RHOSE-4.18:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:757264af60bccd14324449a927c6eb8658051dfeb32942b178fccc6d47b4d084_amd64",
            "9Base-RHOSE-4.18:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:ab2a82ed367fc56f717b917ac25143fab4cb5b6c41e080b1ded5e54c87d77a97_arm64",
            "9Base-RHOSE-4.18:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:6509e7913e2dab9296435e6d269ecccd5f625545ec754d05f202c4e60e255c51_ppc64le",
            "9Base-RHOSE-4.18:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:6b55236b12572d41797ea69fbc696cc4609e5edb53978dcda255bf40e293712e_arm64",
            "9Base-RHOSE-4.18:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:6f2278fdf413136644ce55d84d4214872753d427bfccf165fd414c4bf6988007_amd64",
            "9Base-RHOSE-4.18:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:a886d85eb37232ff120075f2dcdddab791fdee987391ad5db60d33560b75dbde_s390x",
            "9Base-RHOSE-4.18:openshift4/ose-smb-csi-driver-rhel9@sha256:2c3e1ea8933a57608c2ca51f72587580a7a333563ed14adb0d78c0dccca31bdd_s390x",
            "9Base-RHOSE-4.18:openshift4/ose-smb-csi-driver-rhel9@sha256:b1038bddfe856f4883a75412f97521f914f4498535579ea5f24ef12825e4f3eb_arm64",
            "9Base-RHOSE-4.18:openshift4/ose-smb-csi-driver-rhel9@sha256:bd8978f967473419966e8920b57bfb7c0268b1c97a500720f2efde7e6b3f96db_ppc64le",
            "9Base-RHOSE-4.18:openshift4/ose-smb-csi-driver-rhel9@sha256:c3da101719a01fb410f03fcf10319c59b22ed2dfb366ca751ebd467dc5cff748_amd64",
            "9Base-RHOSE-4.18:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:1412015a6cd1ece431c733ea1f52c972e31302790557f1f7e2e06de2a36d665e_ppc64le",
            "9Base-RHOSE-4.18:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:5145879238b2d7330a70b0923ca1d9b65555ccf83202bf863483596776290716_amd64",
            "9Base-RHOSE-4.18:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:9e6b509d60438cc12dfc35aded249ac63e665a2a4da9b71d63daef7dbd31ec00_arm64",
            "9Base-RHOSE-4.18:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:4d9005e983793a11670264dc9acc291af9688984e4d34971a75ad2680043b609_arm64",
            "9Base-RHOSE-4.18:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:aed25799a0809f3d32b79e630727fb633ca3071bb42197c3d128528bd7074ea3_amd64",
            "9Base-RHOSE-4.18:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:e87e43dc905065adb57f4542e0928708c975e3e6a2370bda7d37ed670a73521d_ppc64le",
            "9Base-RHOSE-4.18:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:76929b73478e88a422cd6a70a5ca5f2a7f5a99675717f444f4ea977254a21467_arm64",
            "9Base-RHOSE-4.18:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:b37744b369a6745743f84cd4e8a2e59c7e595bfdb666b7ae16f33dc8625c1b42_amd64",
            "9Base-RHOSE-4.18:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:c89ef72be7e1f1e8135b1ed671bc9daa3719dc6364dd5111c7c9d94a2dd4d558_ppc64le",
            "9Base-RHOSE-4.18:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:1c1f8b93bf7b8917545139618f32a3d1389f534e345512c1abcfe06d83464610_ppc64le",
            "9Base-RHOSE-4.18:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:53bdf293bb2e0d1eeb60e1cae2c58bfc49dc423529c2107a9a865fa900fe3b06_arm64",
            "9Base-RHOSE-4.18:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:c6dd56ec3142d54ed13a525fb5167652bae2842617ab063820f2c83686b97008_amd64",
            "9Base-RHOSE-4.18:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:44d82a06d7c58bc45ddfcb28b31a426fd8e920980a816935b8efe98d55359228_arm64",
            "9Base-RHOSE-4.18:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:64d839608d5a61e3a5148e718c7cbf51261f7b24757811d08e43d71172cfb9b1_amd64",
            "9Base-RHOSE-4.18:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:67b4fe7618774fc9fffcf6764992a1cc205858666a0880318a0446ddb5d95497_ppc64le",
            "9Base-RHOSE-4.18:openshift4/ose-sriov-network-rhel9-operator@sha256:6cbfc71a0075f7a132579e46917509165560599b4e2fe38e2de99f92649b786f_arm64",
            "9Base-RHOSE-4.18:openshift4/ose-sriov-network-rhel9-operator@sha256:81e7bb6c5a916bbfe1d647b7428622ddf417cb9e528bcbaf8b5c0bdedd2b05e6_ppc64le",
            "9Base-RHOSE-4.18:openshift4/ose-sriov-network-rhel9-operator@sha256:d5356e7a65ee3ee4020ec61897a9fd6fb4ab7b460e93c7246706d4aec9ff9a3a_amd64",
            "9Base-RHOSE-4.18:openshift4/ose-sriov-network-webhook-rhel9@sha256:304ffdebc5da1b271b17b75095fc792c8d1ca9cc271fa30a87704848a5f26715_ppc64le",
            "9Base-RHOSE-4.18:openshift4/ose-sriov-network-webhook-rhel9@sha256:84021c1c138886140bd1f4cf93973cbf0d0849354ae331404370e93552eb95a1_amd64",
            "9Base-RHOSE-4.18:openshift4/ose-sriov-network-webhook-rhel9@sha256:f90c0697a4b25238db935e9a7163fced0c9b44f0b9d759c5f67aadb032d93386_arm64",
            "9Base-RHOSE-4.18:openshift4/ose-sriov-rdma-cni-rhel9@sha256:15cd287c8cd35c91c13194d6e060691bdcfc0c77655a114247105ea68e481aba_ppc64le",
            "9Base-RHOSE-4.18:openshift4/ose-sriov-rdma-cni-rhel9@sha256:cdc637bebc96ee47ab4dd1d716af98e6900f5218c35989ad27380732b2e8f5e3_amd64",
            "9Base-RHOSE-4.18:openshift4/ose-sriov-rdma-cni-rhel9@sha256:d460bb57b75c1534b0becde14e1bd9640a21b0b356fc1f05d2511de1e475ac34_arm64",
            "9Base-RHOSE-4.18:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:870285885aae35239885bf97903296da9509f0c2ab1336fb983496d78e13b4d3_ppc64le",
            "9Base-RHOSE-4.18:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:b17f6714183690e91d17d4f22520858b393ea53cd6e52240dd9ec77d441e06a4_amd64",
            "9Base-RHOSE-4.18:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:f75cd61a74453c948fc21fc5c59723838585f28d6bdaa7e06477391c667036d7_s390x",
            "9Base-RHOSE-4.18:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:febb7ae4170023bae15637c00faf793f1cc9196371fba8f9377c3a99cc56b008_arm64",
            "9Base-RHOSE-4.18:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:b5d3586f4a3a18faa243c7b06c0153385e6160847924177f91ac7964572b95ad_amd64",
            "9Base-RHOSE-4.18:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:e8c0d0ef01360f4da02aff7d6ad924e1b72c0640a4bbe98b89a69d9c15f40f05_ppc64le",
            "9Base-RHOSE-4.18:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:ed71a2966bcdb29f0b3c61af9fbf79fb9520bb904263fc373d7f46f703798904_s390x",
            "9Base-RHOSE-4.18:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:fdf25ec4be0745c5b2c29f06f9c58ab600bc46ed376013b9dda7a8d6482388aa_arm64",
            "9Base-RHOSE-4.18:openshift4/pf-status-relay-rhel9-operator@sha256:0c60745b09928fb70cfc97a3023ab9e9e767349ecf03a251d6dc4c655c972dd8_arm64",
            "9Base-RHOSE-4.18:openshift4/pf-status-relay-rhel9-operator@sha256:2ddbca0af65204ffdc63839e17607c60e1e3a2afa4794c75b75b9a63cbd495e1_ppc64le",
            "9Base-RHOSE-4.18:openshift4/pf-status-relay-rhel9-operator@sha256:cc2ce71ce8ea9dc2ac85cb8bf47a2c68ab977536e41f0f0be005ffc5e520d32b_s390x",
            "9Base-RHOSE-4.18:openshift4/pf-status-relay-rhel9-operator@sha256:d8479313e4a86f7858cd4248f227522f83f1ff733c471be3e4006aedb385209d_amd64",
            "9Base-RHOSE-4.18:openshift4/pf-status-relay-rhel9@sha256:08fe66b8edeadbc8f3e5f6b18d85ce376099e8e37124e91792bdd8b4a8d99255_arm64",
            "9Base-RHOSE-4.18:openshift4/pf-status-relay-rhel9@sha256:0a4b7bf51ba1cfa4939196b81923318dd35f2c487c997260ceb210351b742cfb_amd64",
            "9Base-RHOSE-4.18:openshift4/pf-status-relay-rhel9@sha256:1f5ab7af2136148949b736e6216e1950c763eb25c230622f8352cc8b22499c2b_s390x",
            "9Base-RHOSE-4.18:openshift4/pf-status-relay-rhel9@sha256:613a20e735469d0044704f88815cf3a6205242a8e4f696aba50bb3abc38a034b_ppc64le",
            "9Base-RHOSE-4.18:openshift4/ptp-must-gather-rhel9@sha256:73b4a77ad83ef3b2f3f973cc6549f2f1a993cc38f7e8affa66f709ba07d6b5ad_ppc64le",
            "9Base-RHOSE-4.18:openshift4/ptp-must-gather-rhel9@sha256:a4b2fa90f56e921035fdfc21c9e64716dbcef54e96cd332c968a556909f2bede_amd64",
            "9Base-RHOSE-4.18:openshift4/ptp-must-gather-rhel9@sha256:c6878bd19ab454e926c946f7c9e9ef52fd82473d57599be33da9637ae702c2b1_arm64",
            "9Base-RHOSE-4.18:openshift4/rdma-cni-rhel9@sha256:15cd287c8cd35c91c13194d6e060691bdcfc0c77655a114247105ea68e481aba_ppc64le",
            "9Base-RHOSE-4.18:openshift4/rdma-cni-rhel9@sha256:cdc637bebc96ee47ab4dd1d716af98e6900f5218c35989ad27380732b2e8f5e3_amd64",
            "9Base-RHOSE-4.18:openshift4/rdma-cni-rhel9@sha256:d460bb57b75c1534b0becde14e1bd9640a21b0b356fc1f05d2511de1e475ac34_arm64",
            "9Base-RHOSE-4.18:openshift4/sriov-cni-rhel9@sha256:04288754b279dcc7a2d84028eb26729a33df94ef0f12bead45a27d987721a094_amd64",
            "9Base-RHOSE-4.18:openshift4/sriov-cni-rhel9@sha256:a6b2196931220fd8a714ddcb6d39da993e8af4a32b81f9ec09f8ce91fae913c6_ppc64le",
            "9Base-RHOSE-4.18:openshift4/sriov-cni-rhel9@sha256:ac3ce3096cf4e7ef01907b86635a6c315a92a51815d371908742ad88056126b3_arm64",
            "9Base-RHOSE-4.18:openshift4/sriov-network-metrics-exporter-rhel9@sha256:44d82a06d7c58bc45ddfcb28b31a426fd8e920980a816935b8efe98d55359228_arm64",
            "9Base-RHOSE-4.18:openshift4/sriov-network-metrics-exporter-rhel9@sha256:64d839608d5a61e3a5148e718c7cbf51261f7b24757811d08e43d71172cfb9b1_amd64",
            "9Base-RHOSE-4.18:openshift4/sriov-network-metrics-exporter-rhel9@sha256:67b4fe7618774fc9fffcf6764992a1cc205858666a0880318a0446ddb5d95497_ppc64le"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Important"
        }
      ],
      "title": "jinja2: Jinja sandbox breakout through attr filter selecting format method"
    }
  ]
}
  rhsa-2025:3588
Vulnerability from csaf_redhat
Notes
{
  "document": {
    "aggregate_severity": {
      "namespace": "https://access.redhat.com/security/updates/classification/",
      "text": "Important"
    },
    "category": "csaf_security_advisory",
    "csaf_version": "2.0",
    "distribution": {
      "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
      "tlp": {
        "label": "WHITE",
        "url": "https://www.first.org/tlp/"
      }
    },
    "lang": "en",
    "notes": [
      {
        "category": "summary",
        "text": "An update for python-jinja2 is now available for Red Hat Enterprise Linux 9.0 Update Services for SAP Solutions.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
        "title": "Topic"
      },
      {
        "category": "general",
        "text": "Python is an interpreted, interactive, object-oriented programming language, which includes modules, classes, exceptions, very high level dynamic data types and dynamic typing. Python supports interfaces to many system calls and libraries, as well as to various windowing systems.\n\nSecurity Fix(es):\n\n* jinja2: Jinja sandbox breakout through attr filter selecting format method (CVE-2025-27516)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
        "title": "Details"
      },
      {
        "category": "legal_disclaimer",
        "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
        "title": "Terms of Use"
      }
    ],
    "publisher": {
      "category": "vendor",
      "contact_details": "https://access.redhat.com/security/team/contact/",
      "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
      "name": "Red Hat Product Security",
      "namespace": "https://www.redhat.com"
    },
    "references": [
      {
        "category": "self",
        "summary": "https://access.redhat.com/errata/RHSA-2025:3588",
        "url": "https://access.redhat.com/errata/RHSA-2025:3588"
      },
      {
        "category": "external",
        "summary": "https://access.redhat.com/security/updates/classification/#important",
        "url": "https://access.redhat.com/security/updates/classification/#important"
      },
      {
        "category": "external",
        "summary": "2350190",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2350190"
      },
      {
        "category": "self",
        "summary": "Canonical URL",
        "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_3588.json"
      }
    ],
    "title": "Red Hat Security Advisory: python-jinja2 security update",
    "tracking": {
      "current_release_date": "2025-10-28T19:42:47+00:00",
      "generator": {
        "date": "2025-10-28T19:42:47+00:00",
        "engine": {
          "name": "Red Hat SDEngine",
          "version": "4.6.10"
        }
      },
      "id": "RHSA-2025:3588",
      "initial_release_date": "2025-04-03T10:46:30+00:00",
      "revision_history": [
        {
          "date": "2025-04-03T10:46:30+00:00",
          "number": "1",
          "summary": "Initial version"
        },
        {
          "date": "2025-04-03T10:46:30+00:00",
          "number": "2",
          "summary": "Last updated version"
        },
        {
          "date": "2025-10-28T19:42:47+00:00",
          "number": "3",
          "summary": "Last generated version"
        }
      ],
      "status": "final",
      "version": "3"
    }
  },
  "product_tree": {
    "branches": [
      {
        "branches": [
          {
            "branches": [
              {
                "category": "product_name",
                "name": "Red Hat Enterprise Linux AppStream E4S (v.9.0)",
                "product": {
                  "name": "Red Hat Enterprise Linux AppStream E4S (v.9.0)",
                  "product_id": "AppStream-9.0.0.Z.E4S",
                  "product_identification_helper": {
                    "cpe": "cpe:/a:redhat:rhel_e4s:9.0::appstream"
                  }
                }
              }
            ],
            "category": "product_family",
            "name": "Red Hat Enterprise Linux"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "python-jinja2-0:2.11.3-5.el9_0.src",
                "product": {
                  "name": "python-jinja2-0:2.11.3-5.el9_0.src",
                  "product_id": "python-jinja2-0:2.11.3-5.el9_0.src",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python-jinja2@2.11.3-5.el9_0?arch=src"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "src"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "python3-jinja2-0:2.11.3-5.el9_0.noarch",
                "product": {
                  "name": "python3-jinja2-0:2.11.3-5.el9_0.noarch",
                  "product_id": "python3-jinja2-0:2.11.3-5.el9_0.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python3-jinja2@2.11.3-5.el9_0?arch=noarch"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "noarch"
          }
        ],
        "category": "vendor",
        "name": "Red Hat"
      }
    ],
    "relationships": [
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-jinja2-0:2.11.3-5.el9_0.src as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
          "product_id": "AppStream-9.0.0.Z.E4S:python-jinja2-0:2.11.3-5.el9_0.src"
        },
        "product_reference": "python-jinja2-0:2.11.3-5.el9_0.src",
        "relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-jinja2-0:2.11.3-5.el9_0.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
          "product_id": "AppStream-9.0.0.Z.E4S:python3-jinja2-0:2.11.3-5.el9_0.noarch"
        },
        "product_reference": "python3-jinja2-0:2.11.3-5.el9_0.noarch",
        "relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
      }
    ]
  },
  "vulnerabilities": [
    {
      "cve": "CVE-2025-27516",
      "cwe": {
        "id": "CWE-1336",
        "name": "Improper Neutralization of Special Elements Used in a Template Engine"
      },
      "discovery_date": "2025-03-05T21:01:07.674606+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2350190"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in Jinja. In affected versions, an oversight in how the Jinja sandboxed environment interacts with the `|attr` filter allows an attacker who controls the content of a template to execute arbitrary Python code. To exploit the vulnerability, an attacker needs to control the content of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications that execute untrusted templates. Jinja\u0027s sandbox does catch calls to `str.format` and ensures they don\u0027t escape the sandbox. However, it\u0027s possible to use the `|attr` filter to get a reference to a string\u0027s plain format method, bypassing the sandbox.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "jinja2: Jinja sandbox breakout through attr filter selecting format method",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "This vulnerability is rated as important severity due to the potential for an attacker to bypass Jinja\u0027s sandbox by exploiting the |attr filter, by controlling template content, an attacker can execute arbitrary Python code, impacting the integrity, confidentiality, and availability of the system. While the attack requires user interaction to trigger untrusted templates, the risk is significant in applications that allow such templates to be executed.",
          "title": "Statement"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "AppStream-9.0.0.Z.E4S:python-jinja2-0:2.11.3-5.el9_0.src",
          "AppStream-9.0.0.Z.E4S:python3-jinja2-0:2.11.3-5.el9_0.noarch"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2025-27516"
        },
        {
          "category": "external",
          "summary": "RHBZ#2350190",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2350190"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2025-27516",
          "url": "https://www.cve.org/CVERecord?id=CVE-2025-27516"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-27516",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-27516"
        },
        {
          "category": "external",
          "summary": "https://github.com/pallets/jinja/commit/90457bbf33b8662926ae65cdde4c4c32e756e403",
          "url": "https://github.com/pallets/jinja/commit/90457bbf33b8662926ae65cdde4c4c32e756e403"
        },
        {
          "category": "external",
          "summary": "https://github.com/pallets/jinja/security/advisories/GHSA-cpwx-vrp4-4pq7",
          "url": "https://github.com/pallets/jinja/security/advisories/GHSA-cpwx-vrp4-4pq7"
        }
      ],
      "release_date": "2025-03-05T20:40:06.568000+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2025-04-03T10:46:30+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "AppStream-9.0.0.Z.E4S:python-jinja2-0:2.11.3-5.el9_0.src",
            "AppStream-9.0.0.Z.E4S:python3-jinja2-0:2.11.3-5.el9_0.noarch"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2025:3588"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "LOCAL",
            "availabilityImpact": "HIGH",
            "baseScore": 7.3,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "HIGH",
            "privilegesRequired": "LOW",
            "scope": "UNCHANGED",
            "userInteraction": "REQUIRED",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "AppStream-9.0.0.Z.E4S:python-jinja2-0:2.11.3-5.el9_0.src",
            "AppStream-9.0.0.Z.E4S:python3-jinja2-0:2.11.3-5.el9_0.noarch"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Important"
        }
      ],
      "title": "jinja2: Jinja sandbox breakout through attr filter selecting format method"
    }
  ]
}
  rhsa-2025:3371
Vulnerability from csaf_redhat
Notes
{
  "document": {
    "aggregate_severity": {
      "namespace": "https://access.redhat.com/security/updates/classification/",
      "text": "Important"
    },
    "category": "csaf_security_advisory",
    "csaf_version": "2.0",
    "distribution": {
      "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
      "tlp": {
        "label": "WHITE",
        "url": "https://www.first.org/tlp/"
      }
    },
    "lang": "en",
    "notes": [
      {
        "category": "summary",
        "text": "An update for openstack-ansible-core is now available for Red Hat OpenStack\nPlatform 17.1 (Wallaby).\n\nRed Hat Product Security has rated this update as having a security impact\nof Important. A Common Vulnerability Scoring System (CVSS) base score,\nwhich gives a detailed severity rating, is available for each vulnerability\nfrom the CVE link(s) in the References section.",
        "title": "Topic"
      },
      {
        "category": "general",
        "text": "An ansible-core rebuild for OpenStack based on python 3.9.\n\nSecurity Fix(es):\n\n* Jinja sandbox breakout through attr filter selecting format method\n(CVE-2025-27516)\n\nFor more details about the security issue(s), including the impact, a CVSS\nscore, acknowledgments, and other related information, refer to the CVE\npage listed in the References section.",
        "title": "Details"
      },
      {
        "category": "legal_disclaimer",
        "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
        "title": "Terms of Use"
      }
    ],
    "publisher": {
      "category": "vendor",
      "contact_details": "https://access.redhat.com/security/team/contact/",
      "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
      "name": "Red Hat Product Security",
      "namespace": "https://www.redhat.com"
    },
    "references": [
      {
        "category": "self",
        "summary": "https://access.redhat.com/errata/RHSA-2025:3371",
        "url": "https://access.redhat.com/errata/RHSA-2025:3371"
      },
      {
        "category": "external",
        "summary": "https://access.redhat.com/security/updates/classification/#important",
        "url": "https://access.redhat.com/security/updates/classification/#important"
      },
      {
        "category": "external",
        "summary": "2350190",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2350190"
      },
      {
        "category": "self",
        "summary": "Canonical URL",
        "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_3371.json"
      }
    ],
    "title": "Red Hat Security Advisory: Red Hat OpenStack Platform 17.1 (openstack-ansible-core) security update",
    "tracking": {
      "current_release_date": "2025-10-28T19:42:43+00:00",
      "generator": {
        "date": "2025-10-28T19:42:43+00:00",
        "engine": {
          "name": "Red Hat SDEngine",
          "version": "4.6.10"
        }
      },
      "id": "RHSA-2025:3371",
      "initial_release_date": "2025-03-27T18:40:48+00:00",
      "revision_history": [
        {
          "date": "2025-03-27T18:40:48+00:00",
          "number": "1",
          "summary": "Initial version"
        },
        {
          "date": "2025-03-27T18:40:48+00:00",
          "number": "2",
          "summary": "Last updated version"
        },
        {
          "date": "2025-10-28T19:42:43+00:00",
          "number": "3",
          "summary": "Last generated version"
        }
      ],
      "status": "final",
      "version": "3"
    }
  },
  "product_tree": {
    "branches": [
      {
        "branches": [
          {
            "branches": [
              {
                "category": "product_name",
                "name": "Red Hat OpenStack Platform 17.1",
                "product": {
                  "name": "Red Hat OpenStack Platform 17.1",
                  "product_id": "9Base-RHOS-17.1",
                  "product_identification_helper": {
                    "cpe": "cpe:/a:redhat:openstack:17.1::el9"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "Red Hat OpenStack Platform 17.1",
                "product": {
                  "name": "Red Hat OpenStack Platform 17.1",
                  "product_id": "9Base-RHOS-DEPLOYMENT-TOOLS-17.1",
                  "product_identification_helper": {
                    "cpe": "cpe:/a:redhat:openstack:17.1::el9"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "Red Hat OpenStack Platform 17.1",
                "product": {
                  "name": "Red Hat OpenStack Platform 17.1",
                  "product_id": "9Base-RHOS-TOOLS-17.1",
                  "product_identification_helper": {
                    "cpe": "cpe:/a:redhat:openstack:17.1::el9"
                  }
                }
              }
            ],
            "category": "product_family",
            "name": "Red Hat OpenStack Platform"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "openstack-ansible-core-0:2.14.2-4.7.el9ost.src",
                "product": {
                  "name": "openstack-ansible-core-0:2.14.2-4.7.el9ost.src",
                  "product_id": "openstack-ansible-core-0:2.14.2-4.7.el9ost.src",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/openstack-ansible-core@2.14.2-4.7.el9ost?arch=src"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "src"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "openstack-ansible-core-0:2.14.2-4.7.el9ost.x86_64",
                "product": {
                  "name": "openstack-ansible-core-0:2.14.2-4.7.el9ost.x86_64",
                  "product_id": "openstack-ansible-core-0:2.14.2-4.7.el9ost.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/openstack-ansible-core@2.14.2-4.7.el9ost?arch=x86_64"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "x86_64"
          }
        ],
        "category": "vendor",
        "name": "Red Hat"
      }
    ],
    "relationships": [
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openstack-ansible-core-0:2.14.2-4.7.el9ost.src as a component of Red Hat OpenStack Platform 17.1",
          "product_id": "9Base-RHOS-17.1:openstack-ansible-core-0:2.14.2-4.7.el9ost.src"
        },
        "product_reference": "openstack-ansible-core-0:2.14.2-4.7.el9ost.src",
        "relates_to_product_reference": "9Base-RHOS-17.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openstack-ansible-core-0:2.14.2-4.7.el9ost.x86_64 as a component of Red Hat OpenStack Platform 17.1",
          "product_id": "9Base-RHOS-17.1:openstack-ansible-core-0:2.14.2-4.7.el9ost.x86_64"
        },
        "product_reference": "openstack-ansible-core-0:2.14.2-4.7.el9ost.x86_64",
        "relates_to_product_reference": "9Base-RHOS-17.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openstack-ansible-core-0:2.14.2-4.7.el9ost.src as a component of Red Hat OpenStack Platform 17.1",
          "product_id": "9Base-RHOS-DEPLOYMENT-TOOLS-17.1:openstack-ansible-core-0:2.14.2-4.7.el9ost.src"
        },
        "product_reference": "openstack-ansible-core-0:2.14.2-4.7.el9ost.src",
        "relates_to_product_reference": "9Base-RHOS-DEPLOYMENT-TOOLS-17.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openstack-ansible-core-0:2.14.2-4.7.el9ost.x86_64 as a component of Red Hat OpenStack Platform 17.1",
          "product_id": "9Base-RHOS-DEPLOYMENT-TOOLS-17.1:openstack-ansible-core-0:2.14.2-4.7.el9ost.x86_64"
        },
        "product_reference": "openstack-ansible-core-0:2.14.2-4.7.el9ost.x86_64",
        "relates_to_product_reference": "9Base-RHOS-DEPLOYMENT-TOOLS-17.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openstack-ansible-core-0:2.14.2-4.7.el9ost.src as a component of Red Hat OpenStack Platform 17.1",
          "product_id": "9Base-RHOS-TOOLS-17.1:openstack-ansible-core-0:2.14.2-4.7.el9ost.src"
        },
        "product_reference": "openstack-ansible-core-0:2.14.2-4.7.el9ost.src",
        "relates_to_product_reference": "9Base-RHOS-TOOLS-17.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openstack-ansible-core-0:2.14.2-4.7.el9ost.x86_64 as a component of Red Hat OpenStack Platform 17.1",
          "product_id": "9Base-RHOS-TOOLS-17.1:openstack-ansible-core-0:2.14.2-4.7.el9ost.x86_64"
        },
        "product_reference": "openstack-ansible-core-0:2.14.2-4.7.el9ost.x86_64",
        "relates_to_product_reference": "9Base-RHOS-TOOLS-17.1"
      }
    ]
  },
  "vulnerabilities": [
    {
      "cve": "CVE-2025-27516",
      "cwe": {
        "id": "CWE-1336",
        "name": "Improper Neutralization of Special Elements Used in a Template Engine"
      },
      "discovery_date": "2025-03-05T21:01:07.674606+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2350190"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in Jinja. In affected versions, an oversight in how the Jinja sandboxed environment interacts with the `|attr` filter allows an attacker who controls the content of a template to execute arbitrary Python code. To exploit the vulnerability, an attacker needs to control the content of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications that execute untrusted templates. Jinja\u0027s sandbox does catch calls to `str.format` and ensures they don\u0027t escape the sandbox. However, it\u0027s possible to use the `|attr` filter to get a reference to a string\u0027s plain format method, bypassing the sandbox.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "jinja2: Jinja sandbox breakout through attr filter selecting format method",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "This vulnerability is rated as important severity due to the potential for an attacker to bypass Jinja\u0027s sandbox by exploiting the |attr filter, by controlling template content, an attacker can execute arbitrary Python code, impacting the integrity, confidentiality, and availability of the system. While the attack requires user interaction to trigger untrusted templates, the risk is significant in applications that allow such templates to be executed.",
          "title": "Statement"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "9Base-RHOS-17.1:openstack-ansible-core-0:2.14.2-4.7.el9ost.src",
          "9Base-RHOS-17.1:openstack-ansible-core-0:2.14.2-4.7.el9ost.x86_64",
          "9Base-RHOS-DEPLOYMENT-TOOLS-17.1:openstack-ansible-core-0:2.14.2-4.7.el9ost.src",
          "9Base-RHOS-DEPLOYMENT-TOOLS-17.1:openstack-ansible-core-0:2.14.2-4.7.el9ost.x86_64",
          "9Base-RHOS-TOOLS-17.1:openstack-ansible-core-0:2.14.2-4.7.el9ost.src",
          "9Base-RHOS-TOOLS-17.1:openstack-ansible-core-0:2.14.2-4.7.el9ost.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2025-27516"
        },
        {
          "category": "external",
          "summary": "RHBZ#2350190",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2350190"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2025-27516",
          "url": "https://www.cve.org/CVERecord?id=CVE-2025-27516"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-27516",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-27516"
        },
        {
          "category": "external",
          "summary": "https://github.com/pallets/jinja/commit/90457bbf33b8662926ae65cdde4c4c32e756e403",
          "url": "https://github.com/pallets/jinja/commit/90457bbf33b8662926ae65cdde4c4c32e756e403"
        },
        {
          "category": "external",
          "summary": "https://github.com/pallets/jinja/security/advisories/GHSA-cpwx-vrp4-4pq7",
          "url": "https://github.com/pallets/jinja/security/advisories/GHSA-cpwx-vrp4-4pq7"
        }
      ],
      "release_date": "2025-03-05T20:40:06.568000+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2025-03-27T18:40:48+00:00",
          "details": "For details on how to apply this update, which includes the changes\ndescribed in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "9Base-RHOS-17.1:openstack-ansible-core-0:2.14.2-4.7.el9ost.src",
            "9Base-RHOS-17.1:openstack-ansible-core-0:2.14.2-4.7.el9ost.x86_64",
            "9Base-RHOS-DEPLOYMENT-TOOLS-17.1:openstack-ansible-core-0:2.14.2-4.7.el9ost.src",
            "9Base-RHOS-DEPLOYMENT-TOOLS-17.1:openstack-ansible-core-0:2.14.2-4.7.el9ost.x86_64",
            "9Base-RHOS-TOOLS-17.1:openstack-ansible-core-0:2.14.2-4.7.el9ost.src",
            "9Base-RHOS-TOOLS-17.1:openstack-ansible-core-0:2.14.2-4.7.el9ost.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2025:3371"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "LOCAL",
            "availabilityImpact": "HIGH",
            "baseScore": 7.3,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "HIGH",
            "privilegesRequired": "LOW",
            "scope": "UNCHANGED",
            "userInteraction": "REQUIRED",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "9Base-RHOS-17.1:openstack-ansible-core-0:2.14.2-4.7.el9ost.src",
            "9Base-RHOS-17.1:openstack-ansible-core-0:2.14.2-4.7.el9ost.x86_64",
            "9Base-RHOS-DEPLOYMENT-TOOLS-17.1:openstack-ansible-core-0:2.14.2-4.7.el9ost.src",
            "9Base-RHOS-DEPLOYMENT-TOOLS-17.1:openstack-ansible-core-0:2.14.2-4.7.el9ost.x86_64",
            "9Base-RHOS-TOOLS-17.1:openstack-ansible-core-0:2.14.2-4.7.el9ost.src",
            "9Base-RHOS-TOOLS-17.1:openstack-ansible-core-0:2.14.2-4.7.el9ost.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Important"
        }
      ],
      "title": "jinja2: Jinja sandbox breakout through attr filter selecting format method"
    }
  ]
}
  rhsa-2025:3580
Vulnerability from csaf_redhat
Notes
{
  "document": {
    "aggregate_severity": {
      "namespace": "https://access.redhat.com/security/updates/classification/",
      "text": "Important"
    },
    "category": "csaf_security_advisory",
    "csaf_version": "2.0",
    "distribution": {
      "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
      "tlp": {
        "label": "WHITE",
        "url": "https://www.first.org/tlp/"
      }
    },
    "lang": "en",
    "notes": [
      {
        "category": "summary",
        "text": "An update for python-jinja2 is now available for Red Hat Enterprise Linux 8.8 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
        "title": "Topic"
      },
      {
        "category": "general",
        "text": "Python is an interpreted, interactive, object-oriented programming language, which includes modules, classes, exceptions, very high level dynamic data types and dynamic typing. Python supports interfaces to many system calls and libraries, as well as to various windowing systems.\n\nSecurity Fix(es):\n\n* jinja2: Jinja sandbox breakout through attr filter selecting format method (CVE-2025-27516)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
        "title": "Details"
      },
      {
        "category": "legal_disclaimer",
        "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
        "title": "Terms of Use"
      }
    ],
    "publisher": {
      "category": "vendor",
      "contact_details": "https://access.redhat.com/security/team/contact/",
      "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
      "name": "Red Hat Product Security",
      "namespace": "https://www.redhat.com"
    },
    "references": [
      {
        "category": "self",
        "summary": "https://access.redhat.com/errata/RHSA-2025:3580",
        "url": "https://access.redhat.com/errata/RHSA-2025:3580"
      },
      {
        "category": "external",
        "summary": "https://access.redhat.com/security/updates/classification/#important",
        "url": "https://access.redhat.com/security/updates/classification/#important"
      },
      {
        "category": "external",
        "summary": "2350190",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2350190"
      },
      {
        "category": "self",
        "summary": "Canonical URL",
        "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_3580.json"
      }
    ],
    "title": "Red Hat Security Advisory: python-jinja2 security update",
    "tracking": {
      "current_release_date": "2025-10-28T19:42:47+00:00",
      "generator": {
        "date": "2025-10-28T19:42:47+00:00",
        "engine": {
          "name": "Red Hat SDEngine",
          "version": "4.6.10"
        }
      },
      "id": "RHSA-2025:3580",
      "initial_release_date": "2025-04-03T09:49:20+00:00",
      "revision_history": [
        {
          "date": "2025-04-03T09:49:20+00:00",
          "number": "1",
          "summary": "Initial version"
        },
        {
          "date": "2025-04-03T09:49:20+00:00",
          "number": "2",
          "summary": "Last updated version"
        },
        {
          "date": "2025-10-28T19:42:47+00:00",
          "number": "3",
          "summary": "Last generated version"
        }
      ],
      "status": "final",
      "version": "3"
    }
  },
  "product_tree": {
    "branches": [
      {
        "branches": [
          {
            "branches": [
              {
                "category": "product_name",
                "name": "Red Hat Enterprise Linux AppStream EUS (v.8.8)",
                "product": {
                  "name": "Red Hat Enterprise Linux AppStream EUS (v.8.8)",
                  "product_id": "AppStream-8.8.0.Z.EUS",
                  "product_identification_helper": {
                    "cpe": "cpe:/a:redhat:rhel_eus:8.8::appstream"
                  }
                }
              }
            ],
            "category": "product_family",
            "name": "Red Hat Enterprise Linux"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "python-jinja2-0:2.10.1-5.el8_8.src",
                "product": {
                  "name": "python-jinja2-0:2.10.1-5.el8_8.src",
                  "product_id": "python-jinja2-0:2.10.1-5.el8_8.src",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python-jinja2@2.10.1-5.el8_8?arch=src"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "src"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "python3-jinja2-0:2.10.1-5.el8_8.noarch",
                "product": {
                  "name": "python3-jinja2-0:2.10.1-5.el8_8.noarch",
                  "product_id": "python3-jinja2-0:2.10.1-5.el8_8.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python3-jinja2@2.10.1-5.el8_8?arch=noarch"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "noarch"
          }
        ],
        "category": "vendor",
        "name": "Red Hat"
      }
    ],
    "relationships": [
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-jinja2-0:2.10.1-5.el8_8.src as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
          "product_id": "AppStream-8.8.0.Z.EUS:python-jinja2-0:2.10.1-5.el8_8.src"
        },
        "product_reference": "python-jinja2-0:2.10.1-5.el8_8.src",
        "relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-jinja2-0:2.10.1-5.el8_8.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
          "product_id": "AppStream-8.8.0.Z.EUS:python3-jinja2-0:2.10.1-5.el8_8.noarch"
        },
        "product_reference": "python3-jinja2-0:2.10.1-5.el8_8.noarch",
        "relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
      }
    ]
  },
  "vulnerabilities": [
    {
      "cve": "CVE-2025-27516",
      "cwe": {
        "id": "CWE-1336",
        "name": "Improper Neutralization of Special Elements Used in a Template Engine"
      },
      "discovery_date": "2025-03-05T21:01:07.674606+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2350190"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in Jinja. In affected versions, an oversight in how the Jinja sandboxed environment interacts with the `|attr` filter allows an attacker who controls the content of a template to execute arbitrary Python code. To exploit the vulnerability, an attacker needs to control the content of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications that execute untrusted templates. Jinja\u0027s sandbox does catch calls to `str.format` and ensures they don\u0027t escape the sandbox. However, it\u0027s possible to use the `|attr` filter to get a reference to a string\u0027s plain format method, bypassing the sandbox.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "jinja2: Jinja sandbox breakout through attr filter selecting format method",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "This vulnerability is rated as important severity due to the potential for an attacker to bypass Jinja\u0027s sandbox by exploiting the |attr filter, by controlling template content, an attacker can execute arbitrary Python code, impacting the integrity, confidentiality, and availability of the system. While the attack requires user interaction to trigger untrusted templates, the risk is significant in applications that allow such templates to be executed.",
          "title": "Statement"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "AppStream-8.8.0.Z.EUS:python-jinja2-0:2.10.1-5.el8_8.src",
          "AppStream-8.8.0.Z.EUS:python3-jinja2-0:2.10.1-5.el8_8.noarch"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2025-27516"
        },
        {
          "category": "external",
          "summary": "RHBZ#2350190",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2350190"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2025-27516",
          "url": "https://www.cve.org/CVERecord?id=CVE-2025-27516"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-27516",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-27516"
        },
        {
          "category": "external",
          "summary": "https://github.com/pallets/jinja/commit/90457bbf33b8662926ae65cdde4c4c32e756e403",
          "url": "https://github.com/pallets/jinja/commit/90457bbf33b8662926ae65cdde4c4c32e756e403"
        },
        {
          "category": "external",
          "summary": "https://github.com/pallets/jinja/security/advisories/GHSA-cpwx-vrp4-4pq7",
          "url": "https://github.com/pallets/jinja/security/advisories/GHSA-cpwx-vrp4-4pq7"
        }
      ],
      "release_date": "2025-03-05T20:40:06.568000+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2025-04-03T09:49:20+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "AppStream-8.8.0.Z.EUS:python-jinja2-0:2.10.1-5.el8_8.src",
            "AppStream-8.8.0.Z.EUS:python3-jinja2-0:2.10.1-5.el8_8.noarch"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2025:3580"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "LOCAL",
            "availabilityImpact": "HIGH",
            "baseScore": 7.3,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "HIGH",
            "privilegesRequired": "LOW",
            "scope": "UNCHANGED",
            "userInteraction": "REQUIRED",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "AppStream-8.8.0.Z.EUS:python-jinja2-0:2.10.1-5.el8_8.src",
            "AppStream-8.8.0.Z.EUS:python3-jinja2-0:2.10.1-5.el8_8.noarch"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Important"
        }
      ],
      "title": "jinja2: Jinja sandbox breakout through attr filter selecting format method"
    }
  ]
}
  rhsa-2025:3585
Vulnerability from csaf_redhat
Notes
{
  "document": {
    "aggregate_severity": {
      "namespace": "https://access.redhat.com/security/updates/classification/",
      "text": "Important"
    },
    "category": "csaf_security_advisory",
    "csaf_version": "2.0",
    "distribution": {
      "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
      "tlp": {
        "label": "WHITE",
        "url": "https://www.first.org/tlp/"
      }
    },
    "lang": "en",
    "notes": [
      {
        "category": "summary",
        "text": "An update for python-jinja2 is now available for Red Hat Enterprise Linux 9.2 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
        "title": "Topic"
      },
      {
        "category": "general",
        "text": "Python is an interpreted, interactive, object-oriented programming language, which includes modules, classes, exceptions, very high level dynamic data types and dynamic typing. Python supports interfaces to many system calls and libraries, as well as to various windowing systems.\n\nSecurity Fix(es):\n\n* jinja2: Jinja sandbox breakout through attr filter selecting format method (CVE-2025-27516)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
        "title": "Details"
      },
      {
        "category": "legal_disclaimer",
        "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
        "title": "Terms of Use"
      }
    ],
    "publisher": {
      "category": "vendor",
      "contact_details": "https://access.redhat.com/security/team/contact/",
      "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
      "name": "Red Hat Product Security",
      "namespace": "https://www.redhat.com"
    },
    "references": [
      {
        "category": "self",
        "summary": "https://access.redhat.com/errata/RHSA-2025:3585",
        "url": "https://access.redhat.com/errata/RHSA-2025:3585"
      },
      {
        "category": "external",
        "summary": "https://access.redhat.com/security/updates/classification/#important",
        "url": "https://access.redhat.com/security/updates/classification/#important"
      },
      {
        "category": "external",
        "summary": "2350190",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2350190"
      },
      {
        "category": "self",
        "summary": "Canonical URL",
        "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_3585.json"
      }
    ],
    "title": "Red Hat Security Advisory: python-jinja2 security update",
    "tracking": {
      "current_release_date": "2025-10-28T19:42:47+00:00",
      "generator": {
        "date": "2025-10-28T19:42:47+00:00",
        "engine": {
          "name": "Red Hat SDEngine",
          "version": "4.6.10"
        }
      },
      "id": "RHSA-2025:3585",
      "initial_release_date": "2025-04-03T10:35:05+00:00",
      "revision_history": [
        {
          "date": "2025-04-03T10:35:05+00:00",
          "number": "1",
          "summary": "Initial version"
        },
        {
          "date": "2025-04-03T10:35:05+00:00",
          "number": "2",
          "summary": "Last updated version"
        },
        {
          "date": "2025-10-28T19:42:47+00:00",
          "number": "3",
          "summary": "Last generated version"
        }
      ],
      "status": "final",
      "version": "3"
    }
  },
  "product_tree": {
    "branches": [
      {
        "branches": [
          {
            "branches": [
              {
                "category": "product_name",
                "name": "Red Hat Enterprise Linux AppStream EUS (v.9.2)",
                "product": {
                  "name": "Red Hat Enterprise Linux AppStream EUS (v.9.2)",
                  "product_id": "AppStream-9.2.0.Z.EUS",
                  "product_identification_helper": {
                    "cpe": "cpe:/a:redhat:rhel_eus:9.2::appstream"
                  }
                }
              }
            ],
            "category": "product_family",
            "name": "Red Hat Enterprise Linux"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "python-jinja2-0:2.11.3-5.el9_2.src",
                "product": {
                  "name": "python-jinja2-0:2.11.3-5.el9_2.src",
                  "product_id": "python-jinja2-0:2.11.3-5.el9_2.src",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python-jinja2@2.11.3-5.el9_2?arch=src"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "src"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "python3-jinja2-0:2.11.3-5.el9_2.noarch",
                "product": {
                  "name": "python3-jinja2-0:2.11.3-5.el9_2.noarch",
                  "product_id": "python3-jinja2-0:2.11.3-5.el9_2.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python3-jinja2@2.11.3-5.el9_2?arch=noarch"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "noarch"
          }
        ],
        "category": "vendor",
        "name": "Red Hat"
      }
    ],
    "relationships": [
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-jinja2-0:2.11.3-5.el9_2.src as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.EUS:python-jinja2-0:2.11.3-5.el9_2.src"
        },
        "product_reference": "python-jinja2-0:2.11.3-5.el9_2.src",
        "relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-jinja2-0:2.11.3-5.el9_2.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.EUS:python3-jinja2-0:2.11.3-5.el9_2.noarch"
        },
        "product_reference": "python3-jinja2-0:2.11.3-5.el9_2.noarch",
        "relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
      }
    ]
  },
  "vulnerabilities": [
    {
      "cve": "CVE-2025-27516",
      "cwe": {
        "id": "CWE-1336",
        "name": "Improper Neutralization of Special Elements Used in a Template Engine"
      },
      "discovery_date": "2025-03-05T21:01:07.674606+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2350190"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in Jinja. In affected versions, an oversight in how the Jinja sandboxed environment interacts with the `|attr` filter allows an attacker who controls the content of a template to execute arbitrary Python code. To exploit the vulnerability, an attacker needs to control the content of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications that execute untrusted templates. Jinja\u0027s sandbox does catch calls to `str.format` and ensures they don\u0027t escape the sandbox. However, it\u0027s possible to use the `|attr` filter to get a reference to a string\u0027s plain format method, bypassing the sandbox.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "jinja2: Jinja sandbox breakout through attr filter selecting format method",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "This vulnerability is rated as important severity due to the potential for an attacker to bypass Jinja\u0027s sandbox by exploiting the |attr filter, by controlling template content, an attacker can execute arbitrary Python code, impacting the integrity, confidentiality, and availability of the system. While the attack requires user interaction to trigger untrusted templates, the risk is significant in applications that allow such templates to be executed.",
          "title": "Statement"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "AppStream-9.2.0.Z.EUS:python-jinja2-0:2.11.3-5.el9_2.src",
          "AppStream-9.2.0.Z.EUS:python3-jinja2-0:2.11.3-5.el9_2.noarch"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2025-27516"
        },
        {
          "category": "external",
          "summary": "RHBZ#2350190",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2350190"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2025-27516",
          "url": "https://www.cve.org/CVERecord?id=CVE-2025-27516"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-27516",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-27516"
        },
        {
          "category": "external",
          "summary": "https://github.com/pallets/jinja/commit/90457bbf33b8662926ae65cdde4c4c32e756e403",
          "url": "https://github.com/pallets/jinja/commit/90457bbf33b8662926ae65cdde4c4c32e756e403"
        },
        {
          "category": "external",
          "summary": "https://github.com/pallets/jinja/security/advisories/GHSA-cpwx-vrp4-4pq7",
          "url": "https://github.com/pallets/jinja/security/advisories/GHSA-cpwx-vrp4-4pq7"
        }
      ],
      "release_date": "2025-03-05T20:40:06.568000+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2025-04-03T10:35:05+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "AppStream-9.2.0.Z.EUS:python-jinja2-0:2.11.3-5.el9_2.src",
            "AppStream-9.2.0.Z.EUS:python3-jinja2-0:2.11.3-5.el9_2.noarch"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2025:3585"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "LOCAL",
            "availabilityImpact": "HIGH",
            "baseScore": 7.3,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "HIGH",
            "privilegesRequired": "LOW",
            "scope": "UNCHANGED",
            "userInteraction": "REQUIRED",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "AppStream-9.2.0.Z.EUS:python-jinja2-0:2.11.3-5.el9_2.src",
            "AppStream-9.2.0.Z.EUS:python3-jinja2-0:2.11.3-5.el9_2.noarch"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Important"
        }
      ],
      "title": "jinja2: Jinja sandbox breakout through attr filter selecting format method"
    }
  ]
}
  rhsa-2025:4203
Vulnerability from csaf_redhat
Notes
{
  "document": {
    "aggregate_severity": {
      "namespace": "https://access.redhat.com/security/updates/classification/",
      "text": "Important"
    },
    "category": "csaf_security_advisory",
    "csaf_version": "2.0",
    "distribution": {
      "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
      "tlp": {
        "label": "WHITE",
        "url": "https://www.first.org/tlp/"
      }
    },
    "lang": "en",
    "notes": [
      {
        "category": "summary",
        "text": "Red Hat OpenShift Container Platform release 4.17.27 is now available with updates to packages and images that fix several bugs.\n\nThis release includes a security update for Red Hat OpenShift Container Platform 4.17.\n\nRed Hat Product Security has rated this update as having a security impact of  Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
        "title": "Topic"
      },
      {
        "category": "general",
        "text": "Red Hat OpenShift Container Platform is Red Hat\u0027s cloud computing Kubernetes application platform solution designed for on-premise or private cloud deployments.\n\nThis advisory contains the RPM packages for Red Hat OpenShift Container Platform 4.17.27. See the following advisory for the container images for this release:\n\nhttps://access.redhat.com/errata/RHSA-2025:4204\n\nSecurity Fix(es):\n\n* jinja2: Jinja sandbox breakout through attr filter selecting format method (CVE-2025-27516)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAll OpenShift Container Platform 4.17 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.17/html-single/updating_clusters/index#updating-cluster-cli.",
        "title": "Details"
      },
      {
        "category": "legal_disclaimer",
        "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
        "title": "Terms of Use"
      }
    ],
    "publisher": {
      "category": "vendor",
      "contact_details": "https://access.redhat.com/security/team/contact/",
      "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
      "name": "Red Hat Product Security",
      "namespace": "https://www.redhat.com"
    },
    "references": [
      {
        "category": "self",
        "summary": "https://access.redhat.com/errata/RHSA-2025:4203",
        "url": "https://access.redhat.com/errata/RHSA-2025:4203"
      },
      {
        "category": "external",
        "summary": "https://access.redhat.com/security/updates/classification/#important",
        "url": "https://access.redhat.com/security/updates/classification/#important"
      },
      {
        "category": "external",
        "summary": "2350190",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2350190"
      },
      {
        "category": "external",
        "summary": "OCPBUGS-54392",
        "url": "https://issues.redhat.com/browse/OCPBUGS-54392"
      },
      {
        "category": "external",
        "summary": "OCPBUGS-54964",
        "url": "https://issues.redhat.com/browse/OCPBUGS-54964"
      },
      {
        "category": "self",
        "summary": "Canonical URL",
        "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_4203.json"
      }
    ],
    "title": "Red Hat Security Advisory: OpenShift Container Platform 4.17.27 security and extras update",
    "tracking": {
      "current_release_date": "2025-10-28T19:42:50+00:00",
      "generator": {
        "date": "2025-10-28T19:42:50+00:00",
        "engine": {
          "name": "Red Hat SDEngine",
          "version": "4.6.10"
        }
      },
      "id": "RHSA-2025:4203",
      "initial_release_date": "2025-04-30T01:25:50+00:00",
      "revision_history": [
        {
          "date": "2025-04-30T01:25:50+00:00",
          "number": "1",
          "summary": "Initial version"
        },
        {
          "date": "2025-04-30T01:25:50+00:00",
          "number": "2",
          "summary": "Last updated version"
        },
        {
          "date": "2025-10-28T19:42:50+00:00",
          "number": "3",
          "summary": "Last generated version"
        }
      ],
      "status": "final",
      "version": "3"
    }
  },
  "product_tree": {
    "branches": [
      {
        "branches": [
          {
            "branches": [
              {
                "category": "product_name",
                "name": "Red Hat OpenShift Container Platform 4.17",
                "product": {
                  "name": "Red Hat OpenShift Container Platform 4.17",
                  "product_id": "9Base-RHOSE-4.17",
                  "product_identification_helper": {
                    "cpe": "cpe:/a:redhat:openshift:4.17::el9"
                  }
                }
              }
            ],
            "category": "product_family",
            "name": "Red Hat OpenShift Enterprise"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "openshift4/ose-cloud-event-proxy-rhel9@sha256:adc592fa6f869225bafc1a915f28d23d2bc5ff64991cc35ad121d164fff52a63_arm64",
                "product": {
                  "name": "openshift4/ose-cloud-event-proxy-rhel9@sha256:adc592fa6f869225bafc1a915f28d23d2bc5ff64991cc35ad121d164fff52a63_arm64",
                  "product_id": "openshift4/ose-cloud-event-proxy-rhel9@sha256:adc592fa6f869225bafc1a915f28d23d2bc5ff64991cc35ad121d164fff52a63_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cloud-event-proxy-rhel9@sha256:adc592fa6f869225bafc1a915f28d23d2bc5ff64991cc35ad121d164fff52a63?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9\u0026tag=v4.17.0-202504170407.p0.g00d9c5c.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/nmstate-console-plugin-rhel9@sha256:0254acaa01c0e901921a961f139ffcc226bef9e0aa10cccdf3880750a3e2c793_arm64",
                "product": {
                  "name": "openshift4/nmstate-console-plugin-rhel9@sha256:0254acaa01c0e901921a961f139ffcc226bef9e0aa10cccdf3880750a3e2c793_arm64",
                  "product_id": "openshift4/nmstate-console-plugin-rhel9@sha256:0254acaa01c0e901921a961f139ffcc226bef9e0aa10cccdf3880750a3e2c793_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/nmstate-console-plugin-rhel9@sha256:0254acaa01c0e901921a961f139ffcc226bef9e0aa10cccdf3880750a3e2c793?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/nmstate-console-plugin-rhel9\u0026tag=v4.17.0-202504160404.p0.gcffdc60.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-ansible-rhel9-operator@sha256:d4c914bb677da5d18833896e058c59643ea9ff08f825407a556f57e35370f8ec_arm64",
                "product": {
                  "name": "openshift4/ose-ansible-rhel9-operator@sha256:d4c914bb677da5d18833896e058c59643ea9ff08f825407a556f57e35370f8ec_arm64",
                  "product_id": "openshift4/ose-ansible-rhel9-operator@sha256:d4c914bb677da5d18833896e058c59643ea9ff08f825407a556f57e35370f8ec_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-ansible-rhel9-operator@sha256:d4c914bb677da5d18833896e058c59643ea9ff08f825407a556f57e35370f8ec?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ansible-rhel9-operator\u0026tag=v4.17.0-202504231305.p0.gc649d73.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-operator-sdk-rhel9@sha256:190a85cda9ab26ad5366a590d95db1796084c9a7445be4d48cce72cd17ea723c_arm64",
                "product": {
                  "name": "openshift4/ose-operator-sdk-rhel9@sha256:190a85cda9ab26ad5366a590d95db1796084c9a7445be4d48cce72cd17ea723c_arm64",
                  "product_id": "openshift4/ose-operator-sdk-rhel9@sha256:190a85cda9ab26ad5366a590d95db1796084c9a7445be4d48cce72cd17ea723c_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-operator-sdk-rhel9@sha256:190a85cda9ab26ad5366a590d95db1796084c9a7445be4d48cce72cd17ea723c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-sdk-rhel9\u0026tag=v4.17.0-202504160404.p0.g61a705e.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:d799de0364f1c2a36bd9ee5cd806a8a3ef51d509fcd13b91183334170ac01cbf_arm64",
                "product": {
                  "name": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:d799de0364f1c2a36bd9ee5cd806a8a3ef51d509fcd13b91183334170ac01cbf_arm64",
                  "product_id": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:d799de0364f1c2a36bd9ee5cd806a8a3ef51d509fcd13b91183334170ac01cbf_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-kubernetes-nmstate-handler-rhel9@sha256:d799de0364f1c2a36bd9ee5cd806a8a3ef51d509fcd13b91183334170ac01cbf?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9\u0026tag=v4.17.0-202504231305.p0.g1076547.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:63ba7944343e50e1977d1ce8c718041029148f1b720257d32f18bbc5f43eaba2_arm64",
                "product": {
                  "name": "openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:63ba7944343e50e1977d1ce8c718041029148f1b720257d32f18bbc5f43eaba2_arm64",
                  "product_id": "openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:63ba7944343e50e1977d1ce8c718041029148f1b720257d32f18bbc5f43eaba2_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-aws-efs-csi-driver-rhel9-operator@sha256:63ba7944343e50e1977d1ce8c718041029148f1b720257d32f18bbc5f43eaba2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator\u0026tag=v4.17.0-202504160404.p0.gcc86210.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:564ccb6ae5988cec21f7d440df19807b8a695c60affbbadae7a7b928d9c24084_arm64",
                "product": {
                  "name": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:564ccb6ae5988cec21f7d440df19807b8a695c60affbbadae7a7b928d9c24084_arm64",
                  "product_id": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:564ccb6ae5988cec21f7d440df19807b8a695c60affbbadae7a7b928d9c24084_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/kubernetes-nmstate-rhel9-operator@sha256:564ccb6ae5988cec21f7d440df19807b8a695c60affbbadae7a7b928d9c24084?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator\u0026tag=v4.17.0-202504231305.p0.g1076547.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-ptp-rhel9@sha256:9caa892ca79586958a7beee422afa93ab011b6795dbe75c93d4cd00726a40048_arm64",
                "product": {
                  "name": "openshift4/ose-ptp-rhel9@sha256:9caa892ca79586958a7beee422afa93ab011b6795dbe75c93d4cd00726a40048_arm64",
                  "product_id": "openshift4/ose-ptp-rhel9@sha256:9caa892ca79586958a7beee422afa93ab011b6795dbe75c93d4cd00726a40048_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-ptp-rhel9@sha256:9caa892ca79586958a7beee422afa93ab011b6795dbe75c93d4cd00726a40048?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ptp-rhel9\u0026tag=v4.17.0-202504211340.p0.gcc4922c.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/metallb-rhel9-operator@sha256:f704d61e0e1ebc1896eb29bb99438fff9c589105a9b8253963d67a9353fa55fe_arm64",
                "product": {
                  "name": "openshift4/metallb-rhel9-operator@sha256:f704d61e0e1ebc1896eb29bb99438fff9c589105a9b8253963d67a9353fa55fe_arm64",
                  "product_id": "openshift4/metallb-rhel9-operator@sha256:f704d61e0e1ebc1896eb29bb99438fff9c589105a9b8253963d67a9353fa55fe_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/metallb-rhel9-operator@sha256:f704d61e0e1ebc1896eb29bb99438fff9c589105a9b8253963d67a9353fa55fe?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel9-operator\u0026tag=v4.17.0-202504231305.p0.g309d4b9.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-ptp-rhel9-operator@sha256:386f10681b5b5daa524364e852339a2bb2151b758fe536d137dc3ad877fe91b7_arm64",
                "product": {
                  "name": "openshift4/ose-ptp-rhel9-operator@sha256:386f10681b5b5daa524364e852339a2bb2151b758fe536d137dc3ad877fe91b7_arm64",
                  "product_id": "openshift4/ose-ptp-rhel9-operator@sha256:386f10681b5b5daa524364e852339a2bb2151b758fe536d137dc3ad877fe91b7_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-ptp-rhel9-operator@sha256:386f10681b5b5daa524364e852339a2bb2151b758fe536d137dc3ad877fe91b7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ptp-rhel9-operator\u0026tag=v4.17.0-202504211340.p0.g2027652.assembly.stream.el9"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "arm64"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "openshift4/ose-cloud-event-proxy-rhel9@sha256:471e36579c682df238b7c800a2367d4d21496c69def35719aabe394c55694247_amd64",
                "product": {
                  "name": "openshift4/ose-cloud-event-proxy-rhel9@sha256:471e36579c682df238b7c800a2367d4d21496c69def35719aabe394c55694247_amd64",
                  "product_id": "openshift4/ose-cloud-event-proxy-rhel9@sha256:471e36579c682df238b7c800a2367d4d21496c69def35719aabe394c55694247_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cloud-event-proxy-rhel9@sha256:471e36579c682df238b7c800a2367d4d21496c69def35719aabe394c55694247?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9\u0026tag=v4.17.0-202504170407.p0.g00d9c5c.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/nmstate-console-plugin-rhel9@sha256:c12fded37f086ffee761870ea055e07d908acf8f17cba743ce917ed17ff5402d_amd64",
                "product": {
                  "name": "openshift4/nmstate-console-plugin-rhel9@sha256:c12fded37f086ffee761870ea055e07d908acf8f17cba743ce917ed17ff5402d_amd64",
                  "product_id": "openshift4/nmstate-console-plugin-rhel9@sha256:c12fded37f086ffee761870ea055e07d908acf8f17cba743ce917ed17ff5402d_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/nmstate-console-plugin-rhel9@sha256:c12fded37f086ffee761870ea055e07d908acf8f17cba743ce917ed17ff5402d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/nmstate-console-plugin-rhel9\u0026tag=v4.17.0-202504160404.p0.gcffdc60.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-ansible-rhel9-operator@sha256:c196aad71954d2ae47da355e1013c40d9453c395be3cef3d3f59f4ff9ab4f249_amd64",
                "product": {
                  "name": "openshift4/ose-ansible-rhel9-operator@sha256:c196aad71954d2ae47da355e1013c40d9453c395be3cef3d3f59f4ff9ab4f249_amd64",
                  "product_id": "openshift4/ose-ansible-rhel9-operator@sha256:c196aad71954d2ae47da355e1013c40d9453c395be3cef3d3f59f4ff9ab4f249_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-ansible-rhel9-operator@sha256:c196aad71954d2ae47da355e1013c40d9453c395be3cef3d3f59f4ff9ab4f249?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ansible-rhel9-operator\u0026tag=v4.17.0-202504231305.p0.gc649d73.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-operator-sdk-rhel9@sha256:2b077b7b58c6d2b89f71644f99ebdafa250b8cee0b75d1bc5e4654ad414b709b_amd64",
                "product": {
                  "name": "openshift4/ose-operator-sdk-rhel9@sha256:2b077b7b58c6d2b89f71644f99ebdafa250b8cee0b75d1bc5e4654ad414b709b_amd64",
                  "product_id": "openshift4/ose-operator-sdk-rhel9@sha256:2b077b7b58c6d2b89f71644f99ebdafa250b8cee0b75d1bc5e4654ad414b709b_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-operator-sdk-rhel9@sha256:2b077b7b58c6d2b89f71644f99ebdafa250b8cee0b75d1bc5e4654ad414b709b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-sdk-rhel9\u0026tag=v4.17.0-202504160404.p0.g61a705e.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:0ec024e56439f73d9cb068aa44540f391c6f6cbe6d0da09e61ee98db6dd0c761_amd64",
                "product": {
                  "name": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:0ec024e56439f73d9cb068aa44540f391c6f6cbe6d0da09e61ee98db6dd0c761_amd64",
                  "product_id": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:0ec024e56439f73d9cb068aa44540f391c6f6cbe6d0da09e61ee98db6dd0c761_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-kubernetes-nmstate-handler-rhel9@sha256:0ec024e56439f73d9cb068aa44540f391c6f6cbe6d0da09e61ee98db6dd0c761?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9\u0026tag=v4.17.0-202504231305.p0.g1076547.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:6460c9c1b8f099c5bc2177f7fde0736441a761efe967c6309024b6240ad0282a_amd64",
                "product": {
                  "name": "openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:6460c9c1b8f099c5bc2177f7fde0736441a761efe967c6309024b6240ad0282a_amd64",
                  "product_id": "openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:6460c9c1b8f099c5bc2177f7fde0736441a761efe967c6309024b6240ad0282a_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-aws-efs-csi-driver-rhel9-operator@sha256:6460c9c1b8f099c5bc2177f7fde0736441a761efe967c6309024b6240ad0282a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator\u0026tag=v4.17.0-202504160404.p0.gcc86210.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:4d75d6614dcfb069e33a727c538cb77c8da9417de33064e2216c458f99ff315c_amd64",
                "product": {
                  "name": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:4d75d6614dcfb069e33a727c538cb77c8da9417de33064e2216c458f99ff315c_amd64",
                  "product_id": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:4d75d6614dcfb069e33a727c538cb77c8da9417de33064e2216c458f99ff315c_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/kubernetes-nmstate-rhel9-operator@sha256:4d75d6614dcfb069e33a727c538cb77c8da9417de33064e2216c458f99ff315c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator\u0026tag=v4.17.0-202504231305.p0.g1076547.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-ptp-rhel9@sha256:8b734f3ca74b4295c5010dbfbf51862e287da219aa6ad7b1eb11a103aafa7de8_amd64",
                "product": {
                  "name": "openshift4/ose-ptp-rhel9@sha256:8b734f3ca74b4295c5010dbfbf51862e287da219aa6ad7b1eb11a103aafa7de8_amd64",
                  "product_id": "openshift4/ose-ptp-rhel9@sha256:8b734f3ca74b4295c5010dbfbf51862e287da219aa6ad7b1eb11a103aafa7de8_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-ptp-rhel9@sha256:8b734f3ca74b4295c5010dbfbf51862e287da219aa6ad7b1eb11a103aafa7de8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ptp-rhel9\u0026tag=v4.17.0-202504211340.p0.gcc4922c.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/metallb-rhel9-operator@sha256:85dee959650e12edf9b7baba1c906101d234257e218c236ef0a497097e133e6b_amd64",
                "product": {
                  "name": "openshift4/metallb-rhel9-operator@sha256:85dee959650e12edf9b7baba1c906101d234257e218c236ef0a497097e133e6b_amd64",
                  "product_id": "openshift4/metallb-rhel9-operator@sha256:85dee959650e12edf9b7baba1c906101d234257e218c236ef0a497097e133e6b_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/metallb-rhel9-operator@sha256:85dee959650e12edf9b7baba1c906101d234257e218c236ef0a497097e133e6b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel9-operator\u0026tag=v4.17.0-202504231305.p0.g309d4b9.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-ptp-rhel9-operator@sha256:c40b1671279de7e896cfca3bc5b5020d8e4e72c7dd9dbc507dcbf13574ceb625_amd64",
                "product": {
                  "name": "openshift4/ose-ptp-rhel9-operator@sha256:c40b1671279de7e896cfca3bc5b5020d8e4e72c7dd9dbc507dcbf13574ceb625_amd64",
                  "product_id": "openshift4/ose-ptp-rhel9-operator@sha256:c40b1671279de7e896cfca3bc5b5020d8e4e72c7dd9dbc507dcbf13574ceb625_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-ptp-rhel9-operator@sha256:c40b1671279de7e896cfca3bc5b5020d8e4e72c7dd9dbc507dcbf13574ceb625?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ptp-rhel9-operator\u0026tag=v4.17.0-202504211340.p0.g2027652.assembly.stream.el9"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "amd64"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "openshift4/ose-cloud-event-proxy-rhel9@sha256:6e2d6cc787c7ce9fbaf61b5e7079bb5c6d38fe8e0878c85076d6b131b0e5abd0_ppc64le",
                "product": {
                  "name": "openshift4/ose-cloud-event-proxy-rhel9@sha256:6e2d6cc787c7ce9fbaf61b5e7079bb5c6d38fe8e0878c85076d6b131b0e5abd0_ppc64le",
                  "product_id": "openshift4/ose-cloud-event-proxy-rhel9@sha256:6e2d6cc787c7ce9fbaf61b5e7079bb5c6d38fe8e0878c85076d6b131b0e5abd0_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cloud-event-proxy-rhel9@sha256:6e2d6cc787c7ce9fbaf61b5e7079bb5c6d38fe8e0878c85076d6b131b0e5abd0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9\u0026tag=v4.17.0-202504170407.p0.g00d9c5c.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/nmstate-console-plugin-rhel9@sha256:f3f486d980e820a71ff0f5e543f582b5c2f3412dd488fc9b03c777e353d963f4_ppc64le",
                "product": {
                  "name": "openshift4/nmstate-console-plugin-rhel9@sha256:f3f486d980e820a71ff0f5e543f582b5c2f3412dd488fc9b03c777e353d963f4_ppc64le",
                  "product_id": "openshift4/nmstate-console-plugin-rhel9@sha256:f3f486d980e820a71ff0f5e543f582b5c2f3412dd488fc9b03c777e353d963f4_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/nmstate-console-plugin-rhel9@sha256:f3f486d980e820a71ff0f5e543f582b5c2f3412dd488fc9b03c777e353d963f4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/nmstate-console-plugin-rhel9\u0026tag=v4.17.0-202504160404.p0.gcffdc60.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-ansible-rhel9-operator@sha256:c6f48de043c20355f315e39fa17fb2e2fd2c4aa8e889c0956100a058f67e162e_ppc64le",
                "product": {
                  "name": "openshift4/ose-ansible-rhel9-operator@sha256:c6f48de043c20355f315e39fa17fb2e2fd2c4aa8e889c0956100a058f67e162e_ppc64le",
                  "product_id": "openshift4/ose-ansible-rhel9-operator@sha256:c6f48de043c20355f315e39fa17fb2e2fd2c4aa8e889c0956100a058f67e162e_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-ansible-rhel9-operator@sha256:c6f48de043c20355f315e39fa17fb2e2fd2c4aa8e889c0956100a058f67e162e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ansible-rhel9-operator\u0026tag=v4.17.0-202504231305.p0.gc649d73.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-operator-sdk-rhel9@sha256:1a8ad4845587536a134383de670b6a71f12231e5feed4e45f0539acced8e065c_ppc64le",
                "product": {
                  "name": "openshift4/ose-operator-sdk-rhel9@sha256:1a8ad4845587536a134383de670b6a71f12231e5feed4e45f0539acced8e065c_ppc64le",
                  "product_id": "openshift4/ose-operator-sdk-rhel9@sha256:1a8ad4845587536a134383de670b6a71f12231e5feed4e45f0539acced8e065c_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-operator-sdk-rhel9@sha256:1a8ad4845587536a134383de670b6a71f12231e5feed4e45f0539acced8e065c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-operator-sdk-rhel9\u0026tag=v4.17.0-202504160404.p0.g61a705e.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:e7662eb5e94cddccc57d0d2aed9cdf4cc754727ee8c90fe9dc265983806baf76_ppc64le",
                "product": {
                  "name": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:e7662eb5e94cddccc57d0d2aed9cdf4cc754727ee8c90fe9dc265983806baf76_ppc64le",
                  "product_id": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:e7662eb5e94cddccc57d0d2aed9cdf4cc754727ee8c90fe9dc265983806baf76_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-kubernetes-nmstate-handler-rhel9@sha256:e7662eb5e94cddccc57d0d2aed9cdf4cc754727ee8c90fe9dc265983806baf76?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9\u0026tag=v4.17.0-202504231305.p0.g1076547.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:8168f0e4e5f859e7b409fcec67f397bcc4de8b46185f30b7dd1dec3c9fc0885c_ppc64le",
                "product": {
                  "name": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:8168f0e4e5f859e7b409fcec67f397bcc4de8b46185f30b7dd1dec3c9fc0885c_ppc64le",
                  "product_id": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:8168f0e4e5f859e7b409fcec67f397bcc4de8b46185f30b7dd1dec3c9fc0885c_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/kubernetes-nmstate-rhel9-operator@sha256:8168f0e4e5f859e7b409fcec67f397bcc4de8b46185f30b7dd1dec3c9fc0885c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator\u0026tag=v4.17.0-202504231305.p0.g1076547.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-ptp-rhel9@sha256:db23e0fa1c9e290ae47745ad27fd1c11c44964bdf3dcf0b8403936bac30c64f1_ppc64le",
                "product": {
                  "name": "openshift4/ose-ptp-rhel9@sha256:db23e0fa1c9e290ae47745ad27fd1c11c44964bdf3dcf0b8403936bac30c64f1_ppc64le",
                  "product_id": "openshift4/ose-ptp-rhel9@sha256:db23e0fa1c9e290ae47745ad27fd1c11c44964bdf3dcf0b8403936bac30c64f1_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-ptp-rhel9@sha256:db23e0fa1c9e290ae47745ad27fd1c11c44964bdf3dcf0b8403936bac30c64f1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ptp-rhel9\u0026tag=v4.17.0-202504211340.p0.gcc4922c.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/metallb-rhel9-operator@sha256:c5ab6ed9ed193d50749272a7987bb9b51e3bda870c6dfe41714c7cad5952f888_ppc64le",
                "product": {
                  "name": "openshift4/metallb-rhel9-operator@sha256:c5ab6ed9ed193d50749272a7987bb9b51e3bda870c6dfe41714c7cad5952f888_ppc64le",
                  "product_id": "openshift4/metallb-rhel9-operator@sha256:c5ab6ed9ed193d50749272a7987bb9b51e3bda870c6dfe41714c7cad5952f888_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/metallb-rhel9-operator@sha256:c5ab6ed9ed193d50749272a7987bb9b51e3bda870c6dfe41714c7cad5952f888?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel9-operator\u0026tag=v4.17.0-202504231305.p0.g309d4b9.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-ptp-rhel9-operator@sha256:7db587869eb010847b78f8fa9d40225e5065d8594182e8f0e967af2998bcd0ee_ppc64le",
                "product": {
                  "name": "openshift4/ose-ptp-rhel9-operator@sha256:7db587869eb010847b78f8fa9d40225e5065d8594182e8f0e967af2998bcd0ee_ppc64le",
                  "product_id": "openshift4/ose-ptp-rhel9-operator@sha256:7db587869eb010847b78f8fa9d40225e5065d8594182e8f0e967af2998bcd0ee_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-ptp-rhel9-operator@sha256:7db587869eb010847b78f8fa9d40225e5065d8594182e8f0e967af2998bcd0ee?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ptp-rhel9-operator\u0026tag=v4.17.0-202504211340.p0.g2027652.assembly.stream.el9"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "ppc64le"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "openshift4/nmstate-console-plugin-rhel9@sha256:d7341fc62df8f4c57b6969a1b9eb99cb45f8581c65554b0900a7126756b9ad36_s390x",
                "product": {
                  "name": "openshift4/nmstate-console-plugin-rhel9@sha256:d7341fc62df8f4c57b6969a1b9eb99cb45f8581c65554b0900a7126756b9ad36_s390x",
                  "product_id": "openshift4/nmstate-console-plugin-rhel9@sha256:d7341fc62df8f4c57b6969a1b9eb99cb45f8581c65554b0900a7126756b9ad36_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/nmstate-console-plugin-rhel9@sha256:d7341fc62df8f4c57b6969a1b9eb99cb45f8581c65554b0900a7126756b9ad36?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/nmstate-console-plugin-rhel9\u0026tag=v4.17.0-202504160404.p0.gcffdc60.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-ansible-rhel9-operator@sha256:d527d6a2d6f598ac1aeeacf22672d35cb0f0039c213f665f1e3b1400071fcac0_s390x",
                "product": {
                  "name": "openshift4/ose-ansible-rhel9-operator@sha256:d527d6a2d6f598ac1aeeacf22672d35cb0f0039c213f665f1e3b1400071fcac0_s390x",
                  "product_id": "openshift4/ose-ansible-rhel9-operator@sha256:d527d6a2d6f598ac1aeeacf22672d35cb0f0039c213f665f1e3b1400071fcac0_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-ansible-rhel9-operator@sha256:d527d6a2d6f598ac1aeeacf22672d35cb0f0039c213f665f1e3b1400071fcac0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ansible-rhel9-operator\u0026tag=v4.17.0-202504231305.p0.gc649d73.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-operator-sdk-rhel9@sha256:f1d2966aa2cc4edd597b1e53aac269375ce907eccf5150786c210e4ccdc09f83_s390x",
                "product": {
                  "name": "openshift4/ose-operator-sdk-rhel9@sha256:f1d2966aa2cc4edd597b1e53aac269375ce907eccf5150786c210e4ccdc09f83_s390x",
                  "product_id": "openshift4/ose-operator-sdk-rhel9@sha256:f1d2966aa2cc4edd597b1e53aac269375ce907eccf5150786c210e4ccdc09f83_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-operator-sdk-rhel9@sha256:f1d2966aa2cc4edd597b1e53aac269375ce907eccf5150786c210e4ccdc09f83?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-operator-sdk-rhel9\u0026tag=v4.17.0-202504160404.p0.g61a705e.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:965933f2d6cda891280d0300b3c0776162b9ecc2676323d93fd8444b39515f42_s390x",
                "product": {
                  "name": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:965933f2d6cda891280d0300b3c0776162b9ecc2676323d93fd8444b39515f42_s390x",
                  "product_id": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:965933f2d6cda891280d0300b3c0776162b9ecc2676323d93fd8444b39515f42_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-kubernetes-nmstate-handler-rhel9@sha256:965933f2d6cda891280d0300b3c0776162b9ecc2676323d93fd8444b39515f42?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9\u0026tag=v4.17.0-202504231305.p0.g1076547.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:199e55f587650ab4b9fcf320f49c9066355a56f549c582e722a750ccc75e2748_s390x",
                "product": {
                  "name": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:199e55f587650ab4b9fcf320f49c9066355a56f549c582e722a750ccc75e2748_s390x",
                  "product_id": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:199e55f587650ab4b9fcf320f49c9066355a56f549c582e722a750ccc75e2748_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/kubernetes-nmstate-rhel9-operator@sha256:199e55f587650ab4b9fcf320f49c9066355a56f549c582e722a750ccc75e2748?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator\u0026tag=v4.17.0-202504231305.p0.g1076547.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/metallb-rhel9-operator@sha256:2bbaf42b80e50bb1ecf2aaa5270cb2c493475fc9555fa6cc000a84cd7514b145_s390x",
                "product": {
                  "name": "openshift4/metallb-rhel9-operator@sha256:2bbaf42b80e50bb1ecf2aaa5270cb2c493475fc9555fa6cc000a84cd7514b145_s390x",
                  "product_id": "openshift4/metallb-rhel9-operator@sha256:2bbaf42b80e50bb1ecf2aaa5270cb2c493475fc9555fa6cc000a84cd7514b145_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/metallb-rhel9-operator@sha256:2bbaf42b80e50bb1ecf2aaa5270cb2c493475fc9555fa6cc000a84cd7514b145?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel9-operator\u0026tag=v4.17.0-202504231305.p0.g309d4b9.assembly.stream.el9"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "s390x"
          }
        ],
        "category": "vendor",
        "name": "Red Hat"
      }
    ],
    "relationships": [
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:199e55f587650ab4b9fcf320f49c9066355a56f549c582e722a750ccc75e2748_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:199e55f587650ab4b9fcf320f49c9066355a56f549c582e722a750ccc75e2748_s390x"
        },
        "product_reference": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:199e55f587650ab4b9fcf320f49c9066355a56f549c582e722a750ccc75e2748_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:4d75d6614dcfb069e33a727c538cb77c8da9417de33064e2216c458f99ff315c_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:4d75d6614dcfb069e33a727c538cb77c8da9417de33064e2216c458f99ff315c_amd64"
        },
        "product_reference": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:4d75d6614dcfb069e33a727c538cb77c8da9417de33064e2216c458f99ff315c_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:564ccb6ae5988cec21f7d440df19807b8a695c60affbbadae7a7b928d9c24084_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:564ccb6ae5988cec21f7d440df19807b8a695c60affbbadae7a7b928d9c24084_arm64"
        },
        "product_reference": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:564ccb6ae5988cec21f7d440df19807b8a695c60affbbadae7a7b928d9c24084_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:8168f0e4e5f859e7b409fcec67f397bcc4de8b46185f30b7dd1dec3c9fc0885c_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:8168f0e4e5f859e7b409fcec67f397bcc4de8b46185f30b7dd1dec3c9fc0885c_ppc64le"
        },
        "product_reference": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:8168f0e4e5f859e7b409fcec67f397bcc4de8b46185f30b7dd1dec3c9fc0885c_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/metallb-rhel9-operator@sha256:2bbaf42b80e50bb1ecf2aaa5270cb2c493475fc9555fa6cc000a84cd7514b145_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:2bbaf42b80e50bb1ecf2aaa5270cb2c493475fc9555fa6cc000a84cd7514b145_s390x"
        },
        "product_reference": "openshift4/metallb-rhel9-operator@sha256:2bbaf42b80e50bb1ecf2aaa5270cb2c493475fc9555fa6cc000a84cd7514b145_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/metallb-rhel9-operator@sha256:85dee959650e12edf9b7baba1c906101d234257e218c236ef0a497097e133e6b_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:85dee959650e12edf9b7baba1c906101d234257e218c236ef0a497097e133e6b_amd64"
        },
        "product_reference": "openshift4/metallb-rhel9-operator@sha256:85dee959650e12edf9b7baba1c906101d234257e218c236ef0a497097e133e6b_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/metallb-rhel9-operator@sha256:c5ab6ed9ed193d50749272a7987bb9b51e3bda870c6dfe41714c7cad5952f888_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:c5ab6ed9ed193d50749272a7987bb9b51e3bda870c6dfe41714c7cad5952f888_ppc64le"
        },
        "product_reference": "openshift4/metallb-rhel9-operator@sha256:c5ab6ed9ed193d50749272a7987bb9b51e3bda870c6dfe41714c7cad5952f888_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/metallb-rhel9-operator@sha256:f704d61e0e1ebc1896eb29bb99438fff9c589105a9b8253963d67a9353fa55fe_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:f704d61e0e1ebc1896eb29bb99438fff9c589105a9b8253963d67a9353fa55fe_arm64"
        },
        "product_reference": "openshift4/metallb-rhel9-operator@sha256:f704d61e0e1ebc1896eb29bb99438fff9c589105a9b8253963d67a9353fa55fe_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/nmstate-console-plugin-rhel9@sha256:0254acaa01c0e901921a961f139ffcc226bef9e0aa10cccdf3880750a3e2c793_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:0254acaa01c0e901921a961f139ffcc226bef9e0aa10cccdf3880750a3e2c793_arm64"
        },
        "product_reference": "openshift4/nmstate-console-plugin-rhel9@sha256:0254acaa01c0e901921a961f139ffcc226bef9e0aa10cccdf3880750a3e2c793_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/nmstate-console-plugin-rhel9@sha256:c12fded37f086ffee761870ea055e07d908acf8f17cba743ce917ed17ff5402d_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:c12fded37f086ffee761870ea055e07d908acf8f17cba743ce917ed17ff5402d_amd64"
        },
        "product_reference": "openshift4/nmstate-console-plugin-rhel9@sha256:c12fded37f086ffee761870ea055e07d908acf8f17cba743ce917ed17ff5402d_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/nmstate-console-plugin-rhel9@sha256:d7341fc62df8f4c57b6969a1b9eb99cb45f8581c65554b0900a7126756b9ad36_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:d7341fc62df8f4c57b6969a1b9eb99cb45f8581c65554b0900a7126756b9ad36_s390x"
        },
        "product_reference": "openshift4/nmstate-console-plugin-rhel9@sha256:d7341fc62df8f4c57b6969a1b9eb99cb45f8581c65554b0900a7126756b9ad36_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/nmstate-console-plugin-rhel9@sha256:f3f486d980e820a71ff0f5e543f582b5c2f3412dd488fc9b03c777e353d963f4_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:f3f486d980e820a71ff0f5e543f582b5c2f3412dd488fc9b03c777e353d963f4_ppc64le"
        },
        "product_reference": "openshift4/nmstate-console-plugin-rhel9@sha256:f3f486d980e820a71ff0f5e543f582b5c2f3412dd488fc9b03c777e353d963f4_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-ansible-rhel9-operator@sha256:c196aad71954d2ae47da355e1013c40d9453c395be3cef3d3f59f4ff9ab4f249_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:c196aad71954d2ae47da355e1013c40d9453c395be3cef3d3f59f4ff9ab4f249_amd64"
        },
        "product_reference": "openshift4/ose-ansible-rhel9-operator@sha256:c196aad71954d2ae47da355e1013c40d9453c395be3cef3d3f59f4ff9ab4f249_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-ansible-rhel9-operator@sha256:c6f48de043c20355f315e39fa17fb2e2fd2c4aa8e889c0956100a058f67e162e_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:c6f48de043c20355f315e39fa17fb2e2fd2c4aa8e889c0956100a058f67e162e_ppc64le"
        },
        "product_reference": "openshift4/ose-ansible-rhel9-operator@sha256:c6f48de043c20355f315e39fa17fb2e2fd2c4aa8e889c0956100a058f67e162e_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-ansible-rhel9-operator@sha256:d4c914bb677da5d18833896e058c59643ea9ff08f825407a556f57e35370f8ec_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:d4c914bb677da5d18833896e058c59643ea9ff08f825407a556f57e35370f8ec_arm64"
        },
        "product_reference": "openshift4/ose-ansible-rhel9-operator@sha256:d4c914bb677da5d18833896e058c59643ea9ff08f825407a556f57e35370f8ec_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-ansible-rhel9-operator@sha256:d527d6a2d6f598ac1aeeacf22672d35cb0f0039c213f665f1e3b1400071fcac0_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:d527d6a2d6f598ac1aeeacf22672d35cb0f0039c213f665f1e3b1400071fcac0_s390x"
        },
        "product_reference": "openshift4/ose-ansible-rhel9-operator@sha256:d527d6a2d6f598ac1aeeacf22672d35cb0f0039c213f665f1e3b1400071fcac0_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:63ba7944343e50e1977d1ce8c718041029148f1b720257d32f18bbc5f43eaba2_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:63ba7944343e50e1977d1ce8c718041029148f1b720257d32f18bbc5f43eaba2_arm64"
        },
        "product_reference": "openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:63ba7944343e50e1977d1ce8c718041029148f1b720257d32f18bbc5f43eaba2_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:6460c9c1b8f099c5bc2177f7fde0736441a761efe967c6309024b6240ad0282a_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:6460c9c1b8f099c5bc2177f7fde0736441a761efe967c6309024b6240ad0282a_amd64"
        },
        "product_reference": "openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:6460c9c1b8f099c5bc2177f7fde0736441a761efe967c6309024b6240ad0282a_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cloud-event-proxy-rhel9@sha256:471e36579c682df238b7c800a2367d4d21496c69def35719aabe394c55694247_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:471e36579c682df238b7c800a2367d4d21496c69def35719aabe394c55694247_amd64"
        },
        "product_reference": "openshift4/ose-cloud-event-proxy-rhel9@sha256:471e36579c682df238b7c800a2367d4d21496c69def35719aabe394c55694247_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cloud-event-proxy-rhel9@sha256:6e2d6cc787c7ce9fbaf61b5e7079bb5c6d38fe8e0878c85076d6b131b0e5abd0_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:6e2d6cc787c7ce9fbaf61b5e7079bb5c6d38fe8e0878c85076d6b131b0e5abd0_ppc64le"
        },
        "product_reference": "openshift4/ose-cloud-event-proxy-rhel9@sha256:6e2d6cc787c7ce9fbaf61b5e7079bb5c6d38fe8e0878c85076d6b131b0e5abd0_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cloud-event-proxy-rhel9@sha256:adc592fa6f869225bafc1a915f28d23d2bc5ff64991cc35ad121d164fff52a63_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:adc592fa6f869225bafc1a915f28d23d2bc5ff64991cc35ad121d164fff52a63_arm64"
        },
        "product_reference": "openshift4/ose-cloud-event-proxy-rhel9@sha256:adc592fa6f869225bafc1a915f28d23d2bc5ff64991cc35ad121d164fff52a63_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:0ec024e56439f73d9cb068aa44540f391c6f6cbe6d0da09e61ee98db6dd0c761_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:0ec024e56439f73d9cb068aa44540f391c6f6cbe6d0da09e61ee98db6dd0c761_amd64"
        },
        "product_reference": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:0ec024e56439f73d9cb068aa44540f391c6f6cbe6d0da09e61ee98db6dd0c761_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:965933f2d6cda891280d0300b3c0776162b9ecc2676323d93fd8444b39515f42_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:965933f2d6cda891280d0300b3c0776162b9ecc2676323d93fd8444b39515f42_s390x"
        },
        "product_reference": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:965933f2d6cda891280d0300b3c0776162b9ecc2676323d93fd8444b39515f42_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:d799de0364f1c2a36bd9ee5cd806a8a3ef51d509fcd13b91183334170ac01cbf_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:d799de0364f1c2a36bd9ee5cd806a8a3ef51d509fcd13b91183334170ac01cbf_arm64"
        },
        "product_reference": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:d799de0364f1c2a36bd9ee5cd806a8a3ef51d509fcd13b91183334170ac01cbf_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:e7662eb5e94cddccc57d0d2aed9cdf4cc754727ee8c90fe9dc265983806baf76_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:e7662eb5e94cddccc57d0d2aed9cdf4cc754727ee8c90fe9dc265983806baf76_ppc64le"
        },
        "product_reference": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:e7662eb5e94cddccc57d0d2aed9cdf4cc754727ee8c90fe9dc265983806baf76_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-operator-sdk-rhel9@sha256:190a85cda9ab26ad5366a590d95db1796084c9a7445be4d48cce72cd17ea723c_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:190a85cda9ab26ad5366a590d95db1796084c9a7445be4d48cce72cd17ea723c_arm64"
        },
        "product_reference": "openshift4/ose-operator-sdk-rhel9@sha256:190a85cda9ab26ad5366a590d95db1796084c9a7445be4d48cce72cd17ea723c_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-operator-sdk-rhel9@sha256:1a8ad4845587536a134383de670b6a71f12231e5feed4e45f0539acced8e065c_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:1a8ad4845587536a134383de670b6a71f12231e5feed4e45f0539acced8e065c_ppc64le"
        },
        "product_reference": "openshift4/ose-operator-sdk-rhel9@sha256:1a8ad4845587536a134383de670b6a71f12231e5feed4e45f0539acced8e065c_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-operator-sdk-rhel9@sha256:2b077b7b58c6d2b89f71644f99ebdafa250b8cee0b75d1bc5e4654ad414b709b_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:2b077b7b58c6d2b89f71644f99ebdafa250b8cee0b75d1bc5e4654ad414b709b_amd64"
        },
        "product_reference": "openshift4/ose-operator-sdk-rhel9@sha256:2b077b7b58c6d2b89f71644f99ebdafa250b8cee0b75d1bc5e4654ad414b709b_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-operator-sdk-rhel9@sha256:f1d2966aa2cc4edd597b1e53aac269375ce907eccf5150786c210e4ccdc09f83_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:f1d2966aa2cc4edd597b1e53aac269375ce907eccf5150786c210e4ccdc09f83_s390x"
        },
        "product_reference": "openshift4/ose-operator-sdk-rhel9@sha256:f1d2966aa2cc4edd597b1e53aac269375ce907eccf5150786c210e4ccdc09f83_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-ptp-rhel9-operator@sha256:386f10681b5b5daa524364e852339a2bb2151b758fe536d137dc3ad877fe91b7_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:386f10681b5b5daa524364e852339a2bb2151b758fe536d137dc3ad877fe91b7_arm64"
        },
        "product_reference": "openshift4/ose-ptp-rhel9-operator@sha256:386f10681b5b5daa524364e852339a2bb2151b758fe536d137dc3ad877fe91b7_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-ptp-rhel9-operator@sha256:7db587869eb010847b78f8fa9d40225e5065d8594182e8f0e967af2998bcd0ee_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:7db587869eb010847b78f8fa9d40225e5065d8594182e8f0e967af2998bcd0ee_ppc64le"
        },
        "product_reference": "openshift4/ose-ptp-rhel9-operator@sha256:7db587869eb010847b78f8fa9d40225e5065d8594182e8f0e967af2998bcd0ee_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-ptp-rhel9-operator@sha256:c40b1671279de7e896cfca3bc5b5020d8e4e72c7dd9dbc507dcbf13574ceb625_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:c40b1671279de7e896cfca3bc5b5020d8e4e72c7dd9dbc507dcbf13574ceb625_amd64"
        },
        "product_reference": "openshift4/ose-ptp-rhel9-operator@sha256:c40b1671279de7e896cfca3bc5b5020d8e4e72c7dd9dbc507dcbf13574ceb625_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-ptp-rhel9@sha256:8b734f3ca74b4295c5010dbfbf51862e287da219aa6ad7b1eb11a103aafa7de8_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:8b734f3ca74b4295c5010dbfbf51862e287da219aa6ad7b1eb11a103aafa7de8_amd64"
        },
        "product_reference": "openshift4/ose-ptp-rhel9@sha256:8b734f3ca74b4295c5010dbfbf51862e287da219aa6ad7b1eb11a103aafa7de8_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-ptp-rhel9@sha256:9caa892ca79586958a7beee422afa93ab011b6795dbe75c93d4cd00726a40048_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:9caa892ca79586958a7beee422afa93ab011b6795dbe75c93d4cd00726a40048_arm64"
        },
        "product_reference": "openshift4/ose-ptp-rhel9@sha256:9caa892ca79586958a7beee422afa93ab011b6795dbe75c93d4cd00726a40048_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-ptp-rhel9@sha256:db23e0fa1c9e290ae47745ad27fd1c11c44964bdf3dcf0b8403936bac30c64f1_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:db23e0fa1c9e290ae47745ad27fd1c11c44964bdf3dcf0b8403936bac30c64f1_ppc64le"
        },
        "product_reference": "openshift4/ose-ptp-rhel9@sha256:db23e0fa1c9e290ae47745ad27fd1c11c44964bdf3dcf0b8403936bac30c64f1_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      }
    ]
  },
  "vulnerabilities": [
    {
      "cve": "CVE-2025-27516",
      "cwe": {
        "id": "CWE-1336",
        "name": "Improper Neutralization of Special Elements Used in a Template Engine"
      },
      "discovery_date": "2025-03-05T21:01:07.674606+00:00",
      "flags": [
        {
          "label": "vulnerable_code_not_present",
          "product_ids": [
            "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:199e55f587650ab4b9fcf320f49c9066355a56f549c582e722a750ccc75e2748_s390x",
            "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:4d75d6614dcfb069e33a727c538cb77c8da9417de33064e2216c458f99ff315c_amd64",
            "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:564ccb6ae5988cec21f7d440df19807b8a695c60affbbadae7a7b928d9c24084_arm64",
            "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:8168f0e4e5f859e7b409fcec67f397bcc4de8b46185f30b7dd1dec3c9fc0885c_ppc64le",
            "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:2bbaf42b80e50bb1ecf2aaa5270cb2c493475fc9555fa6cc000a84cd7514b145_s390x",
            "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:85dee959650e12edf9b7baba1c906101d234257e218c236ef0a497097e133e6b_amd64",
            "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:c5ab6ed9ed193d50749272a7987bb9b51e3bda870c6dfe41714c7cad5952f888_ppc64le",
            "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:f704d61e0e1ebc1896eb29bb99438fff9c589105a9b8253963d67a9353fa55fe_arm64",
            "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:0254acaa01c0e901921a961f139ffcc226bef9e0aa10cccdf3880750a3e2c793_arm64",
            "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:c12fded37f086ffee761870ea055e07d908acf8f17cba743ce917ed17ff5402d_amd64",
            "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:d7341fc62df8f4c57b6969a1b9eb99cb45f8581c65554b0900a7126756b9ad36_s390x",
            "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:f3f486d980e820a71ff0f5e543f582b5c2f3412dd488fc9b03c777e353d963f4_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:63ba7944343e50e1977d1ce8c718041029148f1b720257d32f18bbc5f43eaba2_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:6460c9c1b8f099c5bc2177f7fde0736441a761efe967c6309024b6240ad0282a_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:471e36579c682df238b7c800a2367d4d21496c69def35719aabe394c55694247_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:6e2d6cc787c7ce9fbaf61b5e7079bb5c6d38fe8e0878c85076d6b131b0e5abd0_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:adc592fa6f869225bafc1a915f28d23d2bc5ff64991cc35ad121d164fff52a63_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:0ec024e56439f73d9cb068aa44540f391c6f6cbe6d0da09e61ee98db6dd0c761_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:965933f2d6cda891280d0300b3c0776162b9ecc2676323d93fd8444b39515f42_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:d799de0364f1c2a36bd9ee5cd806a8a3ef51d509fcd13b91183334170ac01cbf_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:e7662eb5e94cddccc57d0d2aed9cdf4cc754727ee8c90fe9dc265983806baf76_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:190a85cda9ab26ad5366a590d95db1796084c9a7445be4d48cce72cd17ea723c_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:1a8ad4845587536a134383de670b6a71f12231e5feed4e45f0539acced8e065c_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:2b077b7b58c6d2b89f71644f99ebdafa250b8cee0b75d1bc5e4654ad414b709b_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:f1d2966aa2cc4edd597b1e53aac269375ce907eccf5150786c210e4ccdc09f83_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:386f10681b5b5daa524364e852339a2bb2151b758fe536d137dc3ad877fe91b7_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:7db587869eb010847b78f8fa9d40225e5065d8594182e8f0e967af2998bcd0ee_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:c40b1671279de7e896cfca3bc5b5020d8e4e72c7dd9dbc507dcbf13574ceb625_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:8b734f3ca74b4295c5010dbfbf51862e287da219aa6ad7b1eb11a103aafa7de8_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:9caa892ca79586958a7beee422afa93ab011b6795dbe75c93d4cd00726a40048_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:db23e0fa1c9e290ae47745ad27fd1c11c44964bdf3dcf0b8403936bac30c64f1_ppc64le"
          ]
        }
      ],
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2350190"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in Jinja. In affected versions, an oversight in how the Jinja sandboxed environment interacts with the `|attr` filter allows an attacker who controls the content of a template to execute arbitrary Python code. To exploit the vulnerability, an attacker needs to control the content of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications that execute untrusted templates. Jinja\u0027s sandbox does catch calls to `str.format` and ensures they don\u0027t escape the sandbox. However, it\u0027s possible to use the `|attr` filter to get a reference to a string\u0027s plain format method, bypassing the sandbox.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "jinja2: Jinja sandbox breakout through attr filter selecting format method",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "This vulnerability is rated as important severity due to the potential for an attacker to bypass Jinja\u0027s sandbox by exploiting the |attr filter, by controlling template content, an attacker can execute arbitrary Python code, impacting the integrity, confidentiality, and availability of the system. While the attack requires user interaction to trigger untrusted templates, the risk is significant in applications that allow such templates to be executed.",
          "title": "Statement"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:c196aad71954d2ae47da355e1013c40d9453c395be3cef3d3f59f4ff9ab4f249_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:c6f48de043c20355f315e39fa17fb2e2fd2c4aa8e889c0956100a058f67e162e_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:d4c914bb677da5d18833896e058c59643ea9ff08f825407a556f57e35370f8ec_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:d527d6a2d6f598ac1aeeacf22672d35cb0f0039c213f665f1e3b1400071fcac0_s390x"
        ],
        "known_not_affected": [
          "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:199e55f587650ab4b9fcf320f49c9066355a56f549c582e722a750ccc75e2748_s390x",
          "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:4d75d6614dcfb069e33a727c538cb77c8da9417de33064e2216c458f99ff315c_amd64",
          "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:564ccb6ae5988cec21f7d440df19807b8a695c60affbbadae7a7b928d9c24084_arm64",
          "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:8168f0e4e5f859e7b409fcec67f397bcc4de8b46185f30b7dd1dec3c9fc0885c_ppc64le",
          "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:2bbaf42b80e50bb1ecf2aaa5270cb2c493475fc9555fa6cc000a84cd7514b145_s390x",
          "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:85dee959650e12edf9b7baba1c906101d234257e218c236ef0a497097e133e6b_amd64",
          "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:c5ab6ed9ed193d50749272a7987bb9b51e3bda870c6dfe41714c7cad5952f888_ppc64le",
          "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:f704d61e0e1ebc1896eb29bb99438fff9c589105a9b8253963d67a9353fa55fe_arm64",
          "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:0254acaa01c0e901921a961f139ffcc226bef9e0aa10cccdf3880750a3e2c793_arm64",
          "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:c12fded37f086ffee761870ea055e07d908acf8f17cba743ce917ed17ff5402d_amd64",
          "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:d7341fc62df8f4c57b6969a1b9eb99cb45f8581c65554b0900a7126756b9ad36_s390x",
          "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:f3f486d980e820a71ff0f5e543f582b5c2f3412dd488fc9b03c777e353d963f4_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:63ba7944343e50e1977d1ce8c718041029148f1b720257d32f18bbc5f43eaba2_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:6460c9c1b8f099c5bc2177f7fde0736441a761efe967c6309024b6240ad0282a_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:471e36579c682df238b7c800a2367d4d21496c69def35719aabe394c55694247_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:6e2d6cc787c7ce9fbaf61b5e7079bb5c6d38fe8e0878c85076d6b131b0e5abd0_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:adc592fa6f869225bafc1a915f28d23d2bc5ff64991cc35ad121d164fff52a63_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:0ec024e56439f73d9cb068aa44540f391c6f6cbe6d0da09e61ee98db6dd0c761_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:965933f2d6cda891280d0300b3c0776162b9ecc2676323d93fd8444b39515f42_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:d799de0364f1c2a36bd9ee5cd806a8a3ef51d509fcd13b91183334170ac01cbf_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:e7662eb5e94cddccc57d0d2aed9cdf4cc754727ee8c90fe9dc265983806baf76_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:190a85cda9ab26ad5366a590d95db1796084c9a7445be4d48cce72cd17ea723c_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:1a8ad4845587536a134383de670b6a71f12231e5feed4e45f0539acced8e065c_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:2b077b7b58c6d2b89f71644f99ebdafa250b8cee0b75d1bc5e4654ad414b709b_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:f1d2966aa2cc4edd597b1e53aac269375ce907eccf5150786c210e4ccdc09f83_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:386f10681b5b5daa524364e852339a2bb2151b758fe536d137dc3ad877fe91b7_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:7db587869eb010847b78f8fa9d40225e5065d8594182e8f0e967af2998bcd0ee_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:c40b1671279de7e896cfca3bc5b5020d8e4e72c7dd9dbc507dcbf13574ceb625_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:8b734f3ca74b4295c5010dbfbf51862e287da219aa6ad7b1eb11a103aafa7de8_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:9caa892ca79586958a7beee422afa93ab011b6795dbe75c93d4cd00726a40048_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:db23e0fa1c9e290ae47745ad27fd1c11c44964bdf3dcf0b8403936bac30c64f1_ppc64le"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2025-27516"
        },
        {
          "category": "external",
          "summary": "RHBZ#2350190",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2350190"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2025-27516",
          "url": "https://www.cve.org/CVERecord?id=CVE-2025-27516"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-27516",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-27516"
        },
        {
          "category": "external",
          "summary": "https://github.com/pallets/jinja/commit/90457bbf33b8662926ae65cdde4c4c32e756e403",
          "url": "https://github.com/pallets/jinja/commit/90457bbf33b8662926ae65cdde4c4c32e756e403"
        },
        {
          "category": "external",
          "summary": "https://github.com/pallets/jinja/security/advisories/GHSA-cpwx-vrp4-4pq7",
          "url": "https://github.com/pallets/jinja/security/advisories/GHSA-cpwx-vrp4-4pq7"
        }
      ],
      "release_date": "2025-03-05T20:40:06.568000+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2025-04-30T01:25:50+00:00",
          "details": "See the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.17/release_notes/ocp-4-17-release-notes.html\n\nDetails on how to access this content are available at https://docs.openshift.com/container-platform/4.17/updating/updating-cluster-cli.html",
          "product_ids": [
            "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:c196aad71954d2ae47da355e1013c40d9453c395be3cef3d3f59f4ff9ab4f249_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:c6f48de043c20355f315e39fa17fb2e2fd2c4aa8e889c0956100a058f67e162e_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:d4c914bb677da5d18833896e058c59643ea9ff08f825407a556f57e35370f8ec_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:d527d6a2d6f598ac1aeeacf22672d35cb0f0039c213f665f1e3b1400071fcac0_s390x"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2025:4203"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "LOCAL",
            "availabilityImpact": "HIGH",
            "baseScore": 7.3,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "HIGH",
            "privilegesRequired": "LOW",
            "scope": "UNCHANGED",
            "userInteraction": "REQUIRED",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:199e55f587650ab4b9fcf320f49c9066355a56f549c582e722a750ccc75e2748_s390x",
            "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:4d75d6614dcfb069e33a727c538cb77c8da9417de33064e2216c458f99ff315c_amd64",
            "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:564ccb6ae5988cec21f7d440df19807b8a695c60affbbadae7a7b928d9c24084_arm64",
            "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:8168f0e4e5f859e7b409fcec67f397bcc4de8b46185f30b7dd1dec3c9fc0885c_ppc64le",
            "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:2bbaf42b80e50bb1ecf2aaa5270cb2c493475fc9555fa6cc000a84cd7514b145_s390x",
            "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:85dee959650e12edf9b7baba1c906101d234257e218c236ef0a497097e133e6b_amd64",
            "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:c5ab6ed9ed193d50749272a7987bb9b51e3bda870c6dfe41714c7cad5952f888_ppc64le",
            "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:f704d61e0e1ebc1896eb29bb99438fff9c589105a9b8253963d67a9353fa55fe_arm64",
            "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:0254acaa01c0e901921a961f139ffcc226bef9e0aa10cccdf3880750a3e2c793_arm64",
            "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:c12fded37f086ffee761870ea055e07d908acf8f17cba743ce917ed17ff5402d_amd64",
            "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:d7341fc62df8f4c57b6969a1b9eb99cb45f8581c65554b0900a7126756b9ad36_s390x",
            "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:f3f486d980e820a71ff0f5e543f582b5c2f3412dd488fc9b03c777e353d963f4_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:c196aad71954d2ae47da355e1013c40d9453c395be3cef3d3f59f4ff9ab4f249_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:c6f48de043c20355f315e39fa17fb2e2fd2c4aa8e889c0956100a058f67e162e_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:d4c914bb677da5d18833896e058c59643ea9ff08f825407a556f57e35370f8ec_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:d527d6a2d6f598ac1aeeacf22672d35cb0f0039c213f665f1e3b1400071fcac0_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:63ba7944343e50e1977d1ce8c718041029148f1b720257d32f18bbc5f43eaba2_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:6460c9c1b8f099c5bc2177f7fde0736441a761efe967c6309024b6240ad0282a_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:471e36579c682df238b7c800a2367d4d21496c69def35719aabe394c55694247_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:6e2d6cc787c7ce9fbaf61b5e7079bb5c6d38fe8e0878c85076d6b131b0e5abd0_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:adc592fa6f869225bafc1a915f28d23d2bc5ff64991cc35ad121d164fff52a63_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:0ec024e56439f73d9cb068aa44540f391c6f6cbe6d0da09e61ee98db6dd0c761_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:965933f2d6cda891280d0300b3c0776162b9ecc2676323d93fd8444b39515f42_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:d799de0364f1c2a36bd9ee5cd806a8a3ef51d509fcd13b91183334170ac01cbf_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:e7662eb5e94cddccc57d0d2aed9cdf4cc754727ee8c90fe9dc265983806baf76_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:190a85cda9ab26ad5366a590d95db1796084c9a7445be4d48cce72cd17ea723c_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:1a8ad4845587536a134383de670b6a71f12231e5feed4e45f0539acced8e065c_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:2b077b7b58c6d2b89f71644f99ebdafa250b8cee0b75d1bc5e4654ad414b709b_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:f1d2966aa2cc4edd597b1e53aac269375ce907eccf5150786c210e4ccdc09f83_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:386f10681b5b5daa524364e852339a2bb2151b758fe536d137dc3ad877fe91b7_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:7db587869eb010847b78f8fa9d40225e5065d8594182e8f0e967af2998bcd0ee_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:c40b1671279de7e896cfca3bc5b5020d8e4e72c7dd9dbc507dcbf13574ceb625_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:8b734f3ca74b4295c5010dbfbf51862e287da219aa6ad7b1eb11a103aafa7de8_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:9caa892ca79586958a7beee422afa93ab011b6795dbe75c93d4cd00726a40048_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:db23e0fa1c9e290ae47745ad27fd1c11c44964bdf3dcf0b8403936bac30c64f1_ppc64le"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Important"
        }
      ],
      "title": "jinja2: Jinja sandbox breakout through attr filter selecting format method"
    }
  ]
}
  rhsa-2025:3388
Vulnerability from csaf_redhat
Notes
{
  "document": {
    "aggregate_severity": {
      "namespace": "https://access.redhat.com/security/updates/classification/",
      "text": "Important"
    },
    "category": "csaf_security_advisory",
    "csaf_version": "2.0",
    "distribution": {
      "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
      "tlp": {
        "label": "WHITE",
        "url": "https://www.first.org/tlp/"
      }
    },
    "lang": "en",
    "notes": [
      {
        "category": "summary",
        "text": "An update for python-jinja2 is now available for Red Hat Enterprise Linux 8.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
        "title": "Topic"
      },
      {
        "category": "general",
        "text": "Python is an interpreted, interactive, object-oriented programming language, which includes modules, classes, exceptions, very high level dynamic data types and dynamic typing. Python supports interfaces to many system calls and libraries, as well as to various windowing systems.\n\nSecurity Fix(es):\n\n* jinja2: Jinja sandbox breakout through attr filter selecting format method (CVE-2025-27516)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
        "title": "Details"
      },
      {
        "category": "legal_disclaimer",
        "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
        "title": "Terms of Use"
      }
    ],
    "publisher": {
      "category": "vendor",
      "contact_details": "https://access.redhat.com/security/team/contact/",
      "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
      "name": "Red Hat Product Security",
      "namespace": "https://www.redhat.com"
    },
    "references": [
      {
        "category": "self",
        "summary": "https://access.redhat.com/errata/RHSA-2025:3388",
        "url": "https://access.redhat.com/errata/RHSA-2025:3388"
      },
      {
        "category": "external",
        "summary": "https://access.redhat.com/security/updates/classification/#important",
        "url": "https://access.redhat.com/security/updates/classification/#important"
      },
      {
        "category": "external",
        "summary": "2350190",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2350190"
      },
      {
        "category": "self",
        "summary": "Canonical URL",
        "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_3388.json"
      }
    ],
    "title": "Red Hat Security Advisory: python-jinja2 security update",
    "tracking": {
      "current_release_date": "2025-10-28T19:42:43+00:00",
      "generator": {
        "date": "2025-10-28T19:42:43+00:00",
        "engine": {
          "name": "Red Hat SDEngine",
          "version": "4.6.10"
        }
      },
      "id": "RHSA-2025:3388",
      "initial_release_date": "2025-03-31T02:09:23+00:00",
      "revision_history": [
        {
          "date": "2025-03-31T02:09:23+00:00",
          "number": "1",
          "summary": "Initial version"
        },
        {
          "date": "2025-03-31T02:09:23+00:00",
          "number": "2",
          "summary": "Last updated version"
        },
        {
          "date": "2025-10-28T19:42:43+00:00",
          "number": "3",
          "summary": "Last generated version"
        }
      ],
      "status": "final",
      "version": "3"
    }
  },
  "product_tree": {
    "branches": [
      {
        "branches": [
          {
            "branches": [
              {
                "category": "product_name",
                "name": "Red Hat Enterprise Linux AppStream (v. 8)",
                "product": {
                  "name": "Red Hat Enterprise Linux AppStream (v. 8)",
                  "product_id": "AppStream-8.10.0.Z.MAIN.EUS",
                  "product_identification_helper": {
                    "cpe": "cpe:/a:redhat:enterprise_linux:8::appstream"
                  }
                }
              }
            ],
            "category": "product_family",
            "name": "Red Hat Enterprise Linux"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "python-jinja2-0:2.10.1-7.el8_10.src",
                "product": {
                  "name": "python-jinja2-0:2.10.1-7.el8_10.src",
                  "product_id": "python-jinja2-0:2.10.1-7.el8_10.src",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python-jinja2@2.10.1-7.el8_10?arch=src"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "src"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "python3-jinja2-0:2.10.1-7.el8_10.noarch",
                "product": {
                  "name": "python3-jinja2-0:2.10.1-7.el8_10.noarch",
                  "product_id": "python3-jinja2-0:2.10.1-7.el8_10.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python3-jinja2@2.10.1-7.el8_10?arch=noarch"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "noarch"
          }
        ],
        "category": "vendor",
        "name": "Red Hat"
      }
    ],
    "relationships": [
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-jinja2-0:2.10.1-7.el8_10.src as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python-jinja2-0:2.10.1-7.el8_10.src"
        },
        "product_reference": "python-jinja2-0:2.10.1-7.el8_10.src",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-jinja2-0:2.10.1-7.el8_10.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-jinja2-0:2.10.1-7.el8_10.noarch"
        },
        "product_reference": "python3-jinja2-0:2.10.1-7.el8_10.noarch",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      }
    ]
  },
  "vulnerabilities": [
    {
      "cve": "CVE-2025-27516",
      "cwe": {
        "id": "CWE-1336",
        "name": "Improper Neutralization of Special Elements Used in a Template Engine"
      },
      "discovery_date": "2025-03-05T21:01:07.674606+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2350190"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in Jinja. In affected versions, an oversight in how the Jinja sandboxed environment interacts with the `|attr` filter allows an attacker who controls the content of a template to execute arbitrary Python code. To exploit the vulnerability, an attacker needs to control the content of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications that execute untrusted templates. Jinja\u0027s sandbox does catch calls to `str.format` and ensures they don\u0027t escape the sandbox. However, it\u0027s possible to use the `|attr` filter to get a reference to a string\u0027s plain format method, bypassing the sandbox.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "jinja2: Jinja sandbox breakout through attr filter selecting format method",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "This vulnerability is rated as important severity due to the potential for an attacker to bypass Jinja\u0027s sandbox by exploiting the |attr filter, by controlling template content, an attacker can execute arbitrary Python code, impacting the integrity, confidentiality, and availability of the system. While the attack requires user interaction to trigger untrusted templates, the risk is significant in applications that allow such templates to be executed.",
          "title": "Statement"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "AppStream-8.10.0.Z.MAIN.EUS:python-jinja2-0:2.10.1-7.el8_10.src",
          "AppStream-8.10.0.Z.MAIN.EUS:python3-jinja2-0:2.10.1-7.el8_10.noarch"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2025-27516"
        },
        {
          "category": "external",
          "summary": "RHBZ#2350190",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2350190"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2025-27516",
          "url": "https://www.cve.org/CVERecord?id=CVE-2025-27516"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-27516",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-27516"
        },
        {
          "category": "external",
          "summary": "https://github.com/pallets/jinja/commit/90457bbf33b8662926ae65cdde4c4c32e756e403",
          "url": "https://github.com/pallets/jinja/commit/90457bbf33b8662926ae65cdde4c4c32e756e403"
        },
        {
          "category": "external",
          "summary": "https://github.com/pallets/jinja/security/advisories/GHSA-cpwx-vrp4-4pq7",
          "url": "https://github.com/pallets/jinja/security/advisories/GHSA-cpwx-vrp4-4pq7"
        }
      ],
      "release_date": "2025-03-05T20:40:06.568000+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2025-03-31T02:09:23+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "AppStream-8.10.0.Z.MAIN.EUS:python-jinja2-0:2.10.1-7.el8_10.src",
            "AppStream-8.10.0.Z.MAIN.EUS:python3-jinja2-0:2.10.1-7.el8_10.noarch"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2025:3388"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "LOCAL",
            "availabilityImpact": "HIGH",
            "baseScore": 7.3,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "HIGH",
            "privilegesRequired": "LOW",
            "scope": "UNCHANGED",
            "userInteraction": "REQUIRED",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "AppStream-8.10.0.Z.MAIN.EUS:python-jinja2-0:2.10.1-7.el8_10.src",
            "AppStream-8.10.0.Z.MAIN.EUS:python3-jinja2-0:2.10.1-7.el8_10.noarch"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Important"
        }
      ],
      "title": "jinja2: Jinja sandbox breakout through attr filter selecting format method"
    }
  ]
}
  rhsa-2025:3562
Vulnerability from csaf_redhat
Notes
{
  "document": {
    "aggregate_severity": {
      "namespace": "https://access.redhat.com/security/updates/classification/",
      "text": "Important"
    },
    "category": "csaf_security_advisory",
    "csaf_version": "2.0",
    "distribution": {
      "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
      "tlp": {
        "label": "WHITE",
        "url": "https://www.first.org/tlp/"
      }
    },
    "lang": "en",
    "notes": [
      {
        "category": "summary",
        "text": "An update for python-jinja2 is now available for Red Hat Enterprise Linux 8.4 Advanced Mission Critical Update Support, Red Hat Enterprise Linux 8.4 Telecommunications Update Service, and Red Hat Enterprise Linux 8.4 Update Services for SAP Solutions.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
        "title": "Topic"
      },
      {
        "category": "general",
        "text": "Python is an interpreted, interactive, object-oriented programming language, which includes modules, classes, exceptions, very high level dynamic data types and dynamic typing. Python supports interfaces to many system calls and libraries, as well as to various windowing systems.\n\nSecurity Fix(es):\n\n* jinja2: Jinja sandbox breakout through attr filter selecting format method (CVE-2025-27516)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
        "title": "Details"
      },
      {
        "category": "legal_disclaimer",
        "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
        "title": "Terms of Use"
      }
    ],
    "publisher": {
      "category": "vendor",
      "contact_details": "https://access.redhat.com/security/team/contact/",
      "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
      "name": "Red Hat Product Security",
      "namespace": "https://www.redhat.com"
    },
    "references": [
      {
        "category": "self",
        "summary": "https://access.redhat.com/errata/RHSA-2025:3562",
        "url": "https://access.redhat.com/errata/RHSA-2025:3562"
      },
      {
        "category": "external",
        "summary": "https://access.redhat.com/security/updates/classification/#important",
        "url": "https://access.redhat.com/security/updates/classification/#important"
      },
      {
        "category": "external",
        "summary": "2350190",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2350190"
      },
      {
        "category": "self",
        "summary": "Canonical URL",
        "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_3562.json"
      }
    ],
    "title": "Red Hat Security Advisory: python-jinja2 security update",
    "tracking": {
      "current_release_date": "2025-10-28T19:42:45+00:00",
      "generator": {
        "date": "2025-10-28T19:42:45+00:00",
        "engine": {
          "name": "Red Hat SDEngine",
          "version": "4.6.10"
        }
      },
      "id": "RHSA-2025:3562",
      "initial_release_date": "2025-04-03T06:05:14+00:00",
      "revision_history": [
        {
          "date": "2025-04-03T06:05:14+00:00",
          "number": "1",
          "summary": "Initial version"
        },
        {
          "date": "2025-04-03T06:05:14+00:00",
          "number": "2",
          "summary": "Last updated version"
        },
        {
          "date": "2025-10-28T19:42:45+00:00",
          "number": "3",
          "summary": "Last generated version"
        }
      ],
      "status": "final",
      "version": "3"
    }
  },
  "product_tree": {
    "branches": [
      {
        "branches": [
          {
            "branches": [
              {
                "category": "product_name",
                "name": "Red Hat Enterprise Linux AppStream AUS (v.8.4)",
                "product": {
                  "name": "Red Hat Enterprise Linux AppStream AUS (v.8.4)",
                  "product_id": "AppStream-8.4.0.Z.AUS",
                  "product_identification_helper": {
                    "cpe": "cpe:/a:redhat:rhel_aus:8.4::appstream"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "Red Hat Enterprise Linux AppStream TUS (v.8.4)",
                "product": {
                  "name": "Red Hat Enterprise Linux AppStream TUS (v.8.4)",
                  "product_id": "AppStream-8.4.0.Z.TUS",
                  "product_identification_helper": {
                    "cpe": "cpe:/a:redhat:rhel_tus:8.4::appstream"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "Red Hat Enterprise Linux AppStream E4S (v.8.4)",
                "product": {
                  "name": "Red Hat Enterprise Linux AppStream E4S (v.8.4)",
                  "product_id": "AppStream-8.4.0.Z.E4S",
                  "product_identification_helper": {
                    "cpe": "cpe:/a:redhat:rhel_e4s:8.4::appstream"
                  }
                }
              }
            ],
            "category": "product_family",
            "name": "Red Hat Enterprise Linux"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "python-jinja2-0:2.10.1-2.el8_4.2.src",
                "product": {
                  "name": "python-jinja2-0:2.10.1-2.el8_4.2.src",
                  "product_id": "python-jinja2-0:2.10.1-2.el8_4.2.src",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python-jinja2@2.10.1-2.el8_4.2?arch=src"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "src"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "python3-jinja2-0:2.10.1-2.el8_4.2.noarch",
                "product": {
                  "name": "python3-jinja2-0:2.10.1-2.el8_4.2.noarch",
                  "product_id": "python3-jinja2-0:2.10.1-2.el8_4.2.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python3-jinja2@2.10.1-2.el8_4.2?arch=noarch"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "noarch"
          }
        ],
        "category": "vendor",
        "name": "Red Hat"
      }
    ],
    "relationships": [
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-jinja2-0:2.10.1-2.el8_4.2.src as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
          "product_id": "AppStream-8.4.0.Z.AUS:python-jinja2-0:2.10.1-2.el8_4.2.src"
        },
        "product_reference": "python-jinja2-0:2.10.1-2.el8_4.2.src",
        "relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-jinja2-0:2.10.1-2.el8_4.2.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
          "product_id": "AppStream-8.4.0.Z.AUS:python3-jinja2-0:2.10.1-2.el8_4.2.noarch"
        },
        "product_reference": "python3-jinja2-0:2.10.1-2.el8_4.2.noarch",
        "relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-jinja2-0:2.10.1-2.el8_4.2.src as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
          "product_id": "AppStream-8.4.0.Z.E4S:python-jinja2-0:2.10.1-2.el8_4.2.src"
        },
        "product_reference": "python-jinja2-0:2.10.1-2.el8_4.2.src",
        "relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-jinja2-0:2.10.1-2.el8_4.2.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
          "product_id": "AppStream-8.4.0.Z.E4S:python3-jinja2-0:2.10.1-2.el8_4.2.noarch"
        },
        "product_reference": "python3-jinja2-0:2.10.1-2.el8_4.2.noarch",
        "relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-jinja2-0:2.10.1-2.el8_4.2.src as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
          "product_id": "AppStream-8.4.0.Z.TUS:python-jinja2-0:2.10.1-2.el8_4.2.src"
        },
        "product_reference": "python-jinja2-0:2.10.1-2.el8_4.2.src",
        "relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-jinja2-0:2.10.1-2.el8_4.2.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
          "product_id": "AppStream-8.4.0.Z.TUS:python3-jinja2-0:2.10.1-2.el8_4.2.noarch"
        },
        "product_reference": "python3-jinja2-0:2.10.1-2.el8_4.2.noarch",
        "relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
      }
    ]
  },
  "vulnerabilities": [
    {
      "cve": "CVE-2025-27516",
      "cwe": {
        "id": "CWE-1336",
        "name": "Improper Neutralization of Special Elements Used in a Template Engine"
      },
      "discovery_date": "2025-03-05T21:01:07.674606+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2350190"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in Jinja. In affected versions, an oversight in how the Jinja sandboxed environment interacts with the `|attr` filter allows an attacker who controls the content of a template to execute arbitrary Python code. To exploit the vulnerability, an attacker needs to control the content of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications that execute untrusted templates. Jinja\u0027s sandbox does catch calls to `str.format` and ensures they don\u0027t escape the sandbox. However, it\u0027s possible to use the `|attr` filter to get a reference to a string\u0027s plain format method, bypassing the sandbox.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "jinja2: Jinja sandbox breakout through attr filter selecting format method",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "This vulnerability is rated as important severity due to the potential for an attacker to bypass Jinja\u0027s sandbox by exploiting the |attr filter, by controlling template content, an attacker can execute arbitrary Python code, impacting the integrity, confidentiality, and availability of the system. While the attack requires user interaction to trigger untrusted templates, the risk is significant in applications that allow such templates to be executed.",
          "title": "Statement"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "AppStream-8.4.0.Z.AUS:python-jinja2-0:2.10.1-2.el8_4.2.src",
          "AppStream-8.4.0.Z.AUS:python3-jinja2-0:2.10.1-2.el8_4.2.noarch",
          "AppStream-8.4.0.Z.E4S:python-jinja2-0:2.10.1-2.el8_4.2.src",
          "AppStream-8.4.0.Z.E4S:python3-jinja2-0:2.10.1-2.el8_4.2.noarch",
          "AppStream-8.4.0.Z.TUS:python-jinja2-0:2.10.1-2.el8_4.2.src",
          "AppStream-8.4.0.Z.TUS:python3-jinja2-0:2.10.1-2.el8_4.2.noarch"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2025-27516"
        },
        {
          "category": "external",
          "summary": "RHBZ#2350190",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2350190"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2025-27516",
          "url": "https://www.cve.org/CVERecord?id=CVE-2025-27516"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-27516",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-27516"
        },
        {
          "category": "external",
          "summary": "https://github.com/pallets/jinja/commit/90457bbf33b8662926ae65cdde4c4c32e756e403",
          "url": "https://github.com/pallets/jinja/commit/90457bbf33b8662926ae65cdde4c4c32e756e403"
        },
        {
          "category": "external",
          "summary": "https://github.com/pallets/jinja/security/advisories/GHSA-cpwx-vrp4-4pq7",
          "url": "https://github.com/pallets/jinja/security/advisories/GHSA-cpwx-vrp4-4pq7"
        }
      ],
      "release_date": "2025-03-05T20:40:06.568000+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2025-04-03T06:05:14+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "AppStream-8.4.0.Z.AUS:python-jinja2-0:2.10.1-2.el8_4.2.src",
            "AppStream-8.4.0.Z.AUS:python3-jinja2-0:2.10.1-2.el8_4.2.noarch",
            "AppStream-8.4.0.Z.E4S:python-jinja2-0:2.10.1-2.el8_4.2.src",
            "AppStream-8.4.0.Z.E4S:python3-jinja2-0:2.10.1-2.el8_4.2.noarch",
            "AppStream-8.4.0.Z.TUS:python-jinja2-0:2.10.1-2.el8_4.2.src",
            "AppStream-8.4.0.Z.TUS:python3-jinja2-0:2.10.1-2.el8_4.2.noarch"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2025:3562"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "LOCAL",
            "availabilityImpact": "HIGH",
            "baseScore": 7.3,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "HIGH",
            "privilegesRequired": "LOW",
            "scope": "UNCHANGED",
            "userInteraction": "REQUIRED",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "AppStream-8.4.0.Z.AUS:python-jinja2-0:2.10.1-2.el8_4.2.src",
            "AppStream-8.4.0.Z.AUS:python3-jinja2-0:2.10.1-2.el8_4.2.noarch",
            "AppStream-8.4.0.Z.E4S:python-jinja2-0:2.10.1-2.el8_4.2.src",
            "AppStream-8.4.0.Z.E4S:python3-jinja2-0:2.10.1-2.el8_4.2.noarch",
            "AppStream-8.4.0.Z.TUS:python-jinja2-0:2.10.1-2.el8_4.2.src",
            "AppStream-8.4.0.Z.TUS:python3-jinja2-0:2.10.1-2.el8_4.2.noarch"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Important"
        }
      ],
      "title": "jinja2: Jinja sandbox breakout through attr filter selecting format method"
    }
  ]
}
  rhsa-2025:3671
Vulnerability from csaf_redhat
Notes
{
  "document": {
    "aggregate_severity": {
      "namespace": "https://access.redhat.com/security/updates/classification/",
      "text": "Important"
    },
    "category": "csaf_security_advisory",
    "csaf_version": "2.0",
    "distribution": {
      "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
      "tlp": {
        "label": "WHITE",
        "url": "https://www.first.org/tlp/"
      }
    },
    "lang": "en",
    "notes": [
      {
        "category": "summary",
        "text": "An update for python-jinja2 is now available for Red Hat Enterprise Linux 8.2 Advanced Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
        "title": "Topic"
      },
      {
        "category": "general",
        "text": "Python is an interpreted, interactive, object-oriented programming language, which includes modules, classes, exceptions, very high level dynamic data types and dynamic typing. Python supports interfaces to many system calls and libraries, as well as to various windowing systems.\n\nSecurity Fix(es):\n\n* jinja2: Jinja sandbox breakout through attr filter selecting format method (CVE-2025-27516)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
        "title": "Details"
      },
      {
        "category": "legal_disclaimer",
        "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
        "title": "Terms of Use"
      }
    ],
    "publisher": {
      "category": "vendor",
      "contact_details": "https://access.redhat.com/security/team/contact/",
      "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
      "name": "Red Hat Product Security",
      "namespace": "https://www.redhat.com"
    },
    "references": [
      {
        "category": "self",
        "summary": "https://access.redhat.com/errata/RHSA-2025:3671",
        "url": "https://access.redhat.com/errata/RHSA-2025:3671"
      },
      {
        "category": "external",
        "summary": "https://access.redhat.com/security/updates/classification/#important",
        "url": "https://access.redhat.com/security/updates/classification/#important"
      },
      {
        "category": "external",
        "summary": "2350190",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2350190"
      },
      {
        "category": "self",
        "summary": "Canonical URL",
        "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_3671.json"
      }
    ],
    "title": "Red Hat Security Advisory: python-jinja2 security update",
    "tracking": {
      "current_release_date": "2025-10-28T19:42:48+00:00",
      "generator": {
        "date": "2025-10-28T19:42:48+00:00",
        "engine": {
          "name": "Red Hat SDEngine",
          "version": "4.6.10"
        }
      },
      "id": "RHSA-2025:3671",
      "initial_release_date": "2025-04-08T05:54:09+00:00",
      "revision_history": [
        {
          "date": "2025-04-08T05:54:09+00:00",
          "number": "1",
          "summary": "Initial version"
        },
        {
          "date": "2025-04-08T05:54:09+00:00",
          "number": "2",
          "summary": "Last updated version"
        },
        {
          "date": "2025-10-28T19:42:48+00:00",
          "number": "3",
          "summary": "Last generated version"
        }
      ],
      "status": "final",
      "version": "3"
    }
  },
  "product_tree": {
    "branches": [
      {
        "branches": [
          {
            "branches": [
              {
                "category": "product_name",
                "name": "Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
                "product": {
                  "name": "Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
                  "product_id": "AppStream-8.2.0.Z.AUS",
                  "product_identification_helper": {
                    "cpe": "cpe:/a:redhat:rhel_aus:8.2::appstream"
                  }
                }
              }
            ],
            "category": "product_family",
            "name": "Red Hat Enterprise Linux"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "python-jinja2-0:2.10.1-2.el8_2.4.src",
                "product": {
                  "name": "python-jinja2-0:2.10.1-2.el8_2.4.src",
                  "product_id": "python-jinja2-0:2.10.1-2.el8_2.4.src",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python-jinja2@2.10.1-2.el8_2.4?arch=src"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "src"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "python3-jinja2-0:2.10.1-2.el8_2.4.noarch",
                "product": {
                  "name": "python3-jinja2-0:2.10.1-2.el8_2.4.noarch",
                  "product_id": "python3-jinja2-0:2.10.1-2.el8_2.4.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python3-jinja2@2.10.1-2.el8_2.4?arch=noarch"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "noarch"
          }
        ],
        "category": "vendor",
        "name": "Red Hat"
      }
    ],
    "relationships": [
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-jinja2-0:2.10.1-2.el8_2.4.src as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
          "product_id": "AppStream-8.2.0.Z.AUS:python-jinja2-0:2.10.1-2.el8_2.4.src"
        },
        "product_reference": "python-jinja2-0:2.10.1-2.el8_2.4.src",
        "relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-jinja2-0:2.10.1-2.el8_2.4.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
          "product_id": "AppStream-8.2.0.Z.AUS:python3-jinja2-0:2.10.1-2.el8_2.4.noarch"
        },
        "product_reference": "python3-jinja2-0:2.10.1-2.el8_2.4.noarch",
        "relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
      }
    ]
  },
  "vulnerabilities": [
    {
      "cve": "CVE-2025-27516",
      "cwe": {
        "id": "CWE-1336",
        "name": "Improper Neutralization of Special Elements Used in a Template Engine"
      },
      "discovery_date": "2025-03-05T21:01:07.674606+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2350190"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in Jinja. In affected versions, an oversight in how the Jinja sandboxed environment interacts with the `|attr` filter allows an attacker who controls the content of a template to execute arbitrary Python code. To exploit the vulnerability, an attacker needs to control the content of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications that execute untrusted templates. Jinja\u0027s sandbox does catch calls to `str.format` and ensures they don\u0027t escape the sandbox. However, it\u0027s possible to use the `|attr` filter to get a reference to a string\u0027s plain format method, bypassing the sandbox.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "jinja2: Jinja sandbox breakout through attr filter selecting format method",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "This vulnerability is rated as important severity due to the potential for an attacker to bypass Jinja\u0027s sandbox by exploiting the |attr filter, by controlling template content, an attacker can execute arbitrary Python code, impacting the integrity, confidentiality, and availability of the system. While the attack requires user interaction to trigger untrusted templates, the risk is significant in applications that allow such templates to be executed.",
          "title": "Statement"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "AppStream-8.2.0.Z.AUS:python-jinja2-0:2.10.1-2.el8_2.4.src",
          "AppStream-8.2.0.Z.AUS:python3-jinja2-0:2.10.1-2.el8_2.4.noarch"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2025-27516"
        },
        {
          "category": "external",
          "summary": "RHBZ#2350190",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2350190"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2025-27516",
          "url": "https://www.cve.org/CVERecord?id=CVE-2025-27516"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-27516",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-27516"
        },
        {
          "category": "external",
          "summary": "https://github.com/pallets/jinja/commit/90457bbf33b8662926ae65cdde4c4c32e756e403",
          "url": "https://github.com/pallets/jinja/commit/90457bbf33b8662926ae65cdde4c4c32e756e403"
        },
        {
          "category": "external",
          "summary": "https://github.com/pallets/jinja/security/advisories/GHSA-cpwx-vrp4-4pq7",
          "url": "https://github.com/pallets/jinja/security/advisories/GHSA-cpwx-vrp4-4pq7"
        }
      ],
      "release_date": "2025-03-05T20:40:06.568000+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2025-04-08T05:54:09+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "AppStream-8.2.0.Z.AUS:python-jinja2-0:2.10.1-2.el8_2.4.src",
            "AppStream-8.2.0.Z.AUS:python3-jinja2-0:2.10.1-2.el8_2.4.noarch"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2025:3671"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "LOCAL",
            "availabilityImpact": "HIGH",
            "baseScore": 7.3,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "HIGH",
            "privilegesRequired": "LOW",
            "scope": "UNCHANGED",
            "userInteraction": "REQUIRED",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "AppStream-8.2.0.Z.AUS:python-jinja2-0:2.10.1-2.el8_2.4.src",
            "AppStream-8.2.0.Z.AUS:python3-jinja2-0:2.10.1-2.el8_2.4.noarch"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Important"
        }
      ],
      "title": "jinja2: Jinja sandbox breakout through attr filter selecting format method"
    }
  ]
}
  rhsa-2025:4408
Vulnerability from csaf_redhat
Notes
{
  "document": {
    "aggregate_severity": {
      "namespace": "https://access.redhat.com/security/updates/classification/",
      "text": "Important"
    },
    "category": "csaf_security_advisory",
    "csaf_version": "2.0",
    "distribution": {
      "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
      "tlp": {
        "label": "WHITE",
        "url": "https://www.first.org/tlp/"
      }
    },
    "lang": "en",
    "notes": [
      {
        "category": "summary",
        "text": "Red Hat OpenShift Container Platform release 4.12.76 is now available with updates to packages and images that fix several bugs.\n\nThis release includes a security update for Red Hat OpenShift Container Platform 4.12.\n\nRed Hat Product Security has rated this update as having a security impact of  Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
        "title": "Topic"
      },
      {
        "category": "general",
        "text": "Red Hat OpenShift Container Platform is Red Hat\u0027s cloud computing Kubernetes application platform solution designed for on-premise or private cloud deployments.\n\nThis advisory contains the RPM packages for Red Hat OpenShift Container Platform 4.12.76. See the following advisory for the container images for this release:\n\nhttps://access.redhat.com/errata/RHSA-2025:4409\nSecurity Fix(es):\n\n* jinja2: Jinja sandbox breakout through attr filter selecting format\nmethod (CVE-2025-27516)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAll OpenShift Container Platform 4.12 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.12/html-single/updating_clusters/index#updating-cluster-within-minor.",
        "title": "Details"
      },
      {
        "category": "legal_disclaimer",
        "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
        "title": "Terms of Use"
      }
    ],
    "publisher": {
      "category": "vendor",
      "contact_details": "https://access.redhat.com/security/team/contact/",
      "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
      "name": "Red Hat Product Security",
      "namespace": "https://www.redhat.com"
    },
    "references": [
      {
        "category": "self",
        "summary": "https://access.redhat.com/errata/RHSA-2025:4408",
        "url": "https://access.redhat.com/errata/RHSA-2025:4408"
      },
      {
        "category": "external",
        "summary": "https://access.redhat.com/security/updates/classification/#important",
        "url": "https://access.redhat.com/security/updates/classification/#important"
      },
      {
        "category": "external",
        "summary": "2350190",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2350190"
      },
      {
        "category": "self",
        "summary": "Canonical URL",
        "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_4408.json"
      }
    ],
    "title": "Red Hat Security Advisory: OpenShift Container Platform 4.12.76 security and extras update",
    "tracking": {
      "current_release_date": "2025-10-28T19:42:50+00:00",
      "generator": {
        "date": "2025-10-28T19:42:50+00:00",
        "engine": {
          "name": "Red Hat SDEngine",
          "version": "4.6.10"
        }
      },
      "id": "RHSA-2025:4408",
      "initial_release_date": "2025-05-08T19:30:19+00:00",
      "revision_history": [
        {
          "date": "2025-05-08T19:30:19+00:00",
          "number": "1",
          "summary": "Initial version"
        },
        {
          "date": "2025-05-08T19:30:19+00:00",
          "number": "2",
          "summary": "Last updated version"
        },
        {
          "date": "2025-10-28T19:42:50+00:00",
          "number": "3",
          "summary": "Last generated version"
        }
      ],
      "status": "final",
      "version": "3"
    }
  },
  "product_tree": {
    "branches": [
      {
        "branches": [
          {
            "branches": [
              {
                "category": "product_name",
                "name": "Red Hat OpenShift Container Platform 4.12",
                "product": {
                  "name": "Red Hat OpenShift Container Platform 4.12",
                  "product_id": "8Base-RHOSE-4.12",
                  "product_identification_helper": {
                    "cpe": "cpe:/a:redhat:openshift:4.12::el8"
                  }
                }
              }
            ],
            "category": "product_family",
            "name": "Red Hat OpenShift Enterprise"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "openshift4/cloud-event-proxy-rhel8@sha256:5778a102f8361e9c7489d6d5fb6b69a6c50bfaf745d598bfd4da48ed64fbf3c9_amd64",
                "product": {
                  "name": "openshift4/cloud-event-proxy-rhel8@sha256:5778a102f8361e9c7489d6d5fb6b69a6c50bfaf745d598bfd4da48ed64fbf3c9_amd64",
                  "product_id": "openshift4/cloud-event-proxy-rhel8@sha256:5778a102f8361e9c7489d6d5fb6b69a6c50bfaf745d598bfd4da48ed64fbf3c9_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/cloud-event-proxy-rhel8@sha256:5778a102f8361e9c7489d6d5fb6b69a6c50bfaf745d598bfd4da48ed64fbf3c9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/cloud-event-proxy-rhel8\u0026tag=v4.12.0-202504010132.p0.gca2ebf6.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cloud-event-proxy-rhel8@sha256:5778a102f8361e9c7489d6d5fb6b69a6c50bfaf745d598bfd4da48ed64fbf3c9_amd64",
                "product": {
                  "name": "openshift4/ose-cloud-event-proxy-rhel8@sha256:5778a102f8361e9c7489d6d5fb6b69a6c50bfaf745d598bfd4da48ed64fbf3c9_amd64",
                  "product_id": "openshift4/ose-cloud-event-proxy-rhel8@sha256:5778a102f8361e9c7489d6d5fb6b69a6c50bfaf745d598bfd4da48ed64fbf3c9_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cloud-event-proxy-rhel8@sha256:5778a102f8361e9c7489d6d5fb6b69a6c50bfaf745d598bfd4da48ed64fbf3c9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8\u0026tag=v4.12.0-202504010132.p0.gca2ebf6.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cloud-event-proxy@sha256:5778a102f8361e9c7489d6d5fb6b69a6c50bfaf745d598bfd4da48ed64fbf3c9_amd64",
                "product": {
                  "name": "openshift4/ose-cloud-event-proxy@sha256:5778a102f8361e9c7489d6d5fb6b69a6c50bfaf745d598bfd4da48ed64fbf3c9_amd64",
                  "product_id": "openshift4/ose-cloud-event-proxy@sha256:5778a102f8361e9c7489d6d5fb6b69a6c50bfaf745d598bfd4da48ed64fbf3c9_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cloud-event-proxy@sha256:5778a102f8361e9c7489d6d5fb6b69a6c50bfaf745d598bfd4da48ed64fbf3c9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-event-proxy\u0026tag=v4.12.0-202504010132.p0.gca2ebf6.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-nfd-operator@sha256:f988abd875198a754162eb58d88d204c04e61df9648b07abc32a7a8144942a3d_amd64",
                "product": {
                  "name": "openshift4/ose-cluster-nfd-operator@sha256:f988abd875198a754162eb58d88d204c04e61df9648b07abc32a7a8144942a3d_amd64",
                  "product_id": "openshift4/ose-cluster-nfd-operator@sha256:f988abd875198a754162eb58d88d204c04e61df9648b07abc32a7a8144942a3d_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-nfd-operator@sha256:f988abd875198a754162eb58d88d204c04e61df9648b07abc32a7a8144942a3d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-nfd-operator\u0026tag=v4.12.0-202504010132.p0.gd5498aa.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-sriov-infiniband-cni@sha256:24e43ba923b7dce5acf0770d60de0093376f32dd3ce9e16001ead0a60fd8777e_amd64",
                "product": {
                  "name": "openshift4/ose-sriov-infiniband-cni@sha256:24e43ba923b7dce5acf0770d60de0093376f32dd3ce9e16001ead0a60fd8777e_amd64",
                  "product_id": "openshift4/ose-sriov-infiniband-cni@sha256:24e43ba923b7dce5acf0770d60de0093376f32dd3ce9e16001ead0a60fd8777e_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-sriov-infiniband-cni@sha256:24e43ba923b7dce5acf0770d60de0093376f32dd3ce9e16001ead0a60fd8777e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-infiniband-cni\u0026tag=v4.12.0-202504010132.p0.ge8b93dd.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-local-storage-diskmaker@sha256:4507ad38497fe51660fb57a8731900a6f97f76341f372e6667b6f55b9ea9af06_amd64",
                "product": {
                  "name": "openshift4/ose-local-storage-diskmaker@sha256:4507ad38497fe51660fb57a8731900a6f97f76341f372e6667b6f55b9ea9af06_amd64",
                  "product_id": "openshift4/ose-local-storage-diskmaker@sha256:4507ad38497fe51660fb57a8731900a6f97f76341f372e6667b6f55b9ea9af06_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-local-storage-diskmaker@sha256:4507ad38497fe51660fb57a8731900a6f97f76341f372e6667b6f55b9ea9af06?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-diskmaker\u0026tag=v4.12.0-202504010132.p0.g14a108a.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-local-storage-operator@sha256:cfa2b822a6805ccb10b77e7a46f6ac85e30ba6cdb8bcac9cee3c53a42ffd6eb8_amd64",
                "product": {
                  "name": "openshift4/ose-local-storage-operator@sha256:cfa2b822a6805ccb10b77e7a46f6ac85e30ba6cdb8bcac9cee3c53a42ffd6eb8_amd64",
                  "product_id": "openshift4/ose-local-storage-operator@sha256:cfa2b822a6805ccb10b77e7a46f6ac85e30ba6cdb8bcac9cee3c53a42ffd6eb8_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-local-storage-operator@sha256:cfa2b822a6805ccb10b77e7a46f6ac85e30ba6cdb8bcac9cee3c53a42ffd6eb8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-operator\u0026tag=v4.12.0-202504010132.p0.g14a108a.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-node-feature-discovery@sha256:62b003061362514fdeb95b4405efe40cdaa7235ff2b289171b48da694ea8474e_amd64",
                "product": {
                  "name": "openshift4/ose-node-feature-discovery@sha256:62b003061362514fdeb95b4405efe40cdaa7235ff2b289171b48da694ea8474e_amd64",
                  "product_id": "openshift4/ose-node-feature-discovery@sha256:62b003061362514fdeb95b4405efe40cdaa7235ff2b289171b48da694ea8474e_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-node-feature-discovery@sha256:62b003061362514fdeb95b4405efe40cdaa7235ff2b289171b48da694ea8474e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-node-feature-discovery\u0026tag=v4.12.0-202504010132.p0.g5e2696b.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-ansible-operator@sha256:46c30b6fd3b0c58582325ad007e06307144781ed16ed958825762ab6d32c32d2_amd64",
                "product": {
                  "name": "openshift4/ose-ansible-operator@sha256:46c30b6fd3b0c58582325ad007e06307144781ed16ed958825762ab6d32c32d2_amd64",
                  "product_id": "openshift4/ose-ansible-operator@sha256:46c30b6fd3b0c58582325ad007e06307144781ed16ed958825762ab6d32c32d2_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-ansible-operator@sha256:46c30b6fd3b0c58582325ad007e06307144781ed16ed958825762ab6d32c32d2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ansible-operator\u0026tag=v4.12.0-202504071758.p0.g0bd975e.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-capacity@sha256:c13ca498134838df1e0503c965f7e97b5f5d4954b41162553d5b0bb467ca96fb_amd64",
                "product": {
                  "name": "openshift4/ose-cluster-capacity@sha256:c13ca498134838df1e0503c965f7e97b5f5d4954b41162553d5b0bb467ca96fb_amd64",
                  "product_id": "openshift4/ose-cluster-capacity@sha256:c13ca498134838df1e0503c965f7e97b5f5d4954b41162553d5b0bb467ca96fb_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-capacity@sha256:c13ca498134838df1e0503c965f7e97b5f5d4954b41162553d5b0bb467ca96fb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capacity\u0026tag=v4.12.0-202504010132.p0.g007c2b1.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-egress-dns-proxy@sha256:f6047c52c79301541a53c6b46963b0960c455d007b403e0f709eaac6f7e2b23b_amd64",
                "product": {
                  "name": "openshift4/ose-egress-dns-proxy@sha256:f6047c52c79301541a53c6b46963b0960c455d007b403e0f709eaac6f7e2b23b_amd64",
                  "product_id": "openshift4/ose-egress-dns-proxy@sha256:f6047c52c79301541a53c6b46963b0960c455d007b403e0f709eaac6f7e2b23b_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-egress-dns-proxy@sha256:f6047c52c79301541a53c6b46963b0960c455d007b403e0f709eaac6f7e2b23b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-egress-dns-proxy\u0026tag=v4.12.0-202504010132.p0.g7e8a010.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-egress-router@sha256:75f8b42c27f3d13e416f95680bf9ca221a90172083876d66eb00c5de979706b5_amd64",
                "product": {
                  "name": "openshift4/ose-egress-router@sha256:75f8b42c27f3d13e416f95680bf9ca221a90172083876d66eb00c5de979706b5_amd64",
                  "product_id": "openshift4/ose-egress-router@sha256:75f8b42c27f3d13e416f95680bf9ca221a90172083876d66eb00c5de979706b5_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-egress-router@sha256:75f8b42c27f3d13e416f95680bf9ca221a90172083876d66eb00c5de979706b5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-egress-router\u0026tag=v4.12.0-202504010132.p0.g7e8a010.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-helm-operator@sha256:c8a2c96d2f80306c4e0f12e52f231d4892ddc0fa09ac5bf64399507fd79dbc75_amd64",
                "product": {
                  "name": "openshift4/ose-helm-operator@sha256:c8a2c96d2f80306c4e0f12e52f231d4892ddc0fa09ac5bf64399507fd79dbc75_amd64",
                  "product_id": "openshift4/ose-helm-operator@sha256:c8a2c96d2f80306c4e0f12e52f231d4892ddc0fa09ac5bf64399507fd79dbc75_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-helm-operator@sha256:c8a2c96d2f80306c4e0f12e52f231d4892ddc0fa09ac5bf64399507fd79dbc75?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-helm-operator\u0026tag=v4.12.0-202504010132.p0.g0bd975e.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-operator-sdk-rhel8@sha256:ace47e5568655a2e95826f04518e72e955d9ee5485850e8c1b7e3e063e1afeef_amd64",
                "product": {
                  "name": "openshift4/ose-operator-sdk-rhel8@sha256:ace47e5568655a2e95826f04518e72e955d9ee5485850e8c1b7e3e063e1afeef_amd64",
                  "product_id": "openshift4/ose-operator-sdk-rhel8@sha256:ace47e5568655a2e95826f04518e72e955d9ee5485850e8c1b7e3e063e1afeef_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-operator-sdk-rhel8@sha256:ace47e5568655a2e95826f04518e72e955d9ee5485850e8c1b7e3e063e1afeef?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-sdk-rhel8\u0026tag=v4.12.0-202504240630.p0.g0bd975e.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-kubernetes-nmstate-handler-rhel8@sha256:ad218406ce14565a5e5945b139ea605d0971335c9f44d729c4845c4ee52b06fe_amd64",
                "product": {
                  "name": "openshift4/ose-kubernetes-nmstate-handler-rhel8@sha256:ad218406ce14565a5e5945b139ea605d0971335c9f44d729c4845c4ee52b06fe_amd64",
                  "product_id": "openshift4/ose-kubernetes-nmstate-handler-rhel8@sha256:ad218406ce14565a5e5945b139ea605d0971335c9f44d729c4845c4ee52b06fe_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-kubernetes-nmstate-handler-rhel8@sha256:ad218406ce14565a5e5945b139ea605d0971335c9f44d729c4845c4ee52b06fe?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel8\u0026tag=v4.12.0-202504010132.p0.g092b025.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:717f0ef90664b91299827d2ba63008b14c1c35361b9d27af5dd0132449aa29e3_amd64",
                "product": {
                  "name": "openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:717f0ef90664b91299827d2ba63008b14c1c35361b9d27af5dd0132449aa29e3_amd64",
                  "product_id": "openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:717f0ef90664b91299827d2ba63008b14c1c35361b9d27af5dd0132449aa29e3_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-aws-efs-csi-driver-container-rhel8@sha256:717f0ef90664b91299827d2ba63008b14c1c35361b9d27af5dd0132449aa29e3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8\u0026tag=v4.12.0-202504010132.p0.g1ae818e.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:fe8f31e9ab99130065f004bcaf99962380b7831f05fb52aa926f9d1a7b83e911_amd64",
                "product": {
                  "name": "openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:fe8f31e9ab99130065f004bcaf99962380b7831f05fb52aa926f9d1a7b83e911_amd64",
                  "product_id": "openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:fe8f31e9ab99130065f004bcaf99962380b7831f05fb52aa926f9d1a7b83e911_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-aws-efs-csi-driver-rhel8-operator@sha256:fe8f31e9ab99130065f004bcaf99962380b7831f05fb52aa926f9d1a7b83e911?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator\u0026tag=v4.12.0-202504010132.p0.g742d4b4.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-clusterresourceoverride-rhel8@sha256:cc6a83695966518acd2c8f6fdaa0d1f31029ea1199fe231880bbe9cb10e11d90_amd64",
                "product": {
                  "name": "openshift4/ose-clusterresourceoverride-rhel8@sha256:cc6a83695966518acd2c8f6fdaa0d1f31029ea1199fe231880bbe9cb10e11d90_amd64",
                  "product_id": "openshift4/ose-clusterresourceoverride-rhel8@sha256:cc6a83695966518acd2c8f6fdaa0d1f31029ea1199fe231880bbe9cb10e11d90_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-clusterresourceoverride-rhel8@sha256:cc6a83695966518acd2c8f6fdaa0d1f31029ea1199fe231880bbe9cb10e11d90?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8\u0026tag=v4.12.0-202504010132.p0.g1429a66.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:878d9c0b562ce0b100bc3cd8d4ed158745b4a3e4909bcd4a497936219e087e64_amd64",
                "product": {
                  "name": "openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:878d9c0b562ce0b100bc3cd8d4ed158745b4a3e4909bcd4a497936219e087e64_amd64",
                  "product_id": "openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:878d9c0b562ce0b100bc3cd8d4ed158745b4a3e4909bcd4a497936219e087e64_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-clusterresourceoverride-rhel8-operator@sha256:878d9c0b562ce0b100bc3cd8d4ed158745b4a3e4909bcd4a497936219e087e64?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator\u0026tag=v4.12.0-202504010132.p0.g30790fe.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-contour-rhel8@sha256:c1bc04c491076ddc2c63b62c8133593feea3266271cf49d2517d010a74dd44da_amd64",
                "product": {
                  "name": "openshift4/ose-contour-rhel8@sha256:c1bc04c491076ddc2c63b62c8133593feea3266271cf49d2517d010a74dd44da_amd64",
                  "product_id": "openshift4/ose-contour-rhel8@sha256:c1bc04c491076ddc2c63b62c8133593feea3266271cf49d2517d010a74dd44da_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-contour-rhel8@sha256:c1bc04c491076ddc2c63b62c8133593feea3266271cf49d2517d010a74dd44da?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-contour-rhel8\u0026tag=v4.12.0-202504010132.p0.g45e9b62.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:3265c5298ffcff3e922ab397df23447d0c0ccd69882df3b77393269da46f82e5_amd64",
                "product": {
                  "name": "openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:3265c5298ffcff3e922ab397df23447d0c0ccd69882df3b77393269da46f82e5_amd64",
                  "product_id": "openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:3265c5298ffcff3e922ab397df23447d0c0ccd69882df3b77393269da46f82e5_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:3265c5298ffcff3e922ab397df23447d0c0ccd69882df3b77393269da46f82e5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8\u0026tag=v4.12.0-202504010132.p0.gd054948.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-egress-http-proxy@sha256:5d40f09eb29775a64d059cb9b02a93fe4a0128c06cb3690756334c0b0db1ce2e_amd64",
                "product": {
                  "name": "openshift4/ose-egress-http-proxy@sha256:5d40f09eb29775a64d059cb9b02a93fe4a0128c06cb3690756334c0b0db1ce2e_amd64",
                  "product_id": "openshift4/ose-egress-http-proxy@sha256:5d40f09eb29775a64d059cb9b02a93fe4a0128c06cb3690756334c0b0db1ce2e_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-egress-http-proxy@sha256:5d40f09eb29775a64d059cb9b02a93fe4a0128c06cb3690756334c0b0db1ce2e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-egress-http-proxy\u0026tag=v4.12.0-202504010132.p0.g7e8a010.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/frr-rhel8@sha256:f03618d603dc984ab9a2b9ee4465869be915b1af424acd67c80d9b9fb29aee9e_amd64",
                "product": {
                  "name": "openshift4/frr-rhel8@sha256:f03618d603dc984ab9a2b9ee4465869be915b1af424acd67c80d9b9fb29aee9e_amd64",
                  "product_id": "openshift4/frr-rhel8@sha256:f03618d603dc984ab9a2b9ee4465869be915b1af424acd67c80d9b9fb29aee9e_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/frr-rhel8@sha256:f03618d603dc984ab9a2b9ee4465869be915b1af424acd67c80d9b9fb29aee9e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/frr-rhel8\u0026tag=v4.12.0-202504010132.p0.gcf60854.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:d5ad3f691967138bed0824a3f523caeea3e20ec8dc63874d3fd8db856ac42599_amd64",
                "product": {
                  "name": "openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:d5ad3f691967138bed0824a3f523caeea3e20ec8dc63874d3fd8db856ac42599_amd64",
                  "product_id": "openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:d5ad3f691967138bed0824a3f523caeea3e20ec8dc63874d3fd8db856ac42599_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-gcp-filestore-csi-driver-rhel8@sha256:d5ad3f691967138bed0824a3f523caeea3e20ec8dc63874d3fd8db856ac42599?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8\u0026tag=v4.12.0-202504010132.p0.g2850049.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:f9380895972a1362d2fce6394bf5952ea1517f4f43a5670ec04fc1e3cbca4abc_amd64",
                "product": {
                  "name": "openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:f9380895972a1362d2fce6394bf5952ea1517f4f43a5670ec04fc1e3cbca4abc_amd64",
                  "product_id": "openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:f9380895972a1362d2fce6394bf5952ea1517f4f43a5670ec04fc1e3cbca4abc_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:f9380895972a1362d2fce6394bf5952ea1517f4f43a5670ec04fc1e3cbca4abc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator\u0026tag=v4.12.0-202504010132.p0.gda2786b.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/kubernetes-nmstate-rhel8-operator@sha256:ccbd261293cba8c6ac4fbc70b998bccf3df5ae6d1376b8e3a058a9a61a23c9c2_amd64",
                "product": {
                  "name": "openshift4/kubernetes-nmstate-rhel8-operator@sha256:ccbd261293cba8c6ac4fbc70b998bccf3df5ae6d1376b8e3a058a9a61a23c9c2_amd64",
                  "product_id": "openshift4/kubernetes-nmstate-rhel8-operator@sha256:ccbd261293cba8c6ac4fbc70b998bccf3df5ae6d1376b8e3a058a9a61a23c9c2_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/kubernetes-nmstate-rhel8-operator@sha256:ccbd261293cba8c6ac4fbc70b998bccf3df5ae6d1376b8e3a058a9a61a23c9c2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/kubernetes-nmstate-rhel8-operator\u0026tag=v4.12.0-202504010132.p0.g092b025.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-ptp@sha256:66193b5a7fcb813e2d400ed5e689307ff1ec4e00d4b1ba9fbfcfde0f928f84c7_amd64",
                "product": {
                  "name": "openshift4/ose-ptp@sha256:66193b5a7fcb813e2d400ed5e689307ff1ec4e00d4b1ba9fbfcfde0f928f84c7_amd64",
                  "product_id": "openshift4/ose-ptp@sha256:66193b5a7fcb813e2d400ed5e689307ff1ec4e00d4b1ba9fbfcfde0f928f84c7_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-ptp@sha256:66193b5a7fcb813e2d400ed5e689307ff1ec4e00d4b1ba9fbfcfde0f928f84c7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ptp\u0026tag=v4.12.0-202504010132.p0.g2e8a42b.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-local-storage-mustgather-rhel8@sha256:f88dbf6c8061a6104b81c19e0d92bde66d5f7c286c280e2b89e679c6b93b028a_amd64",
                "product": {
                  "name": "openshift4/ose-local-storage-mustgather-rhel8@sha256:f88dbf6c8061a6104b81c19e0d92bde66d5f7c286c280e2b89e679c6b93b028a_amd64",
                  "product_id": "openshift4/ose-local-storage-mustgather-rhel8@sha256:f88dbf6c8061a6104b81c19e0d92bde66d5f7c286c280e2b89e679c6b93b028a_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-local-storage-mustgather-rhel8@sha256:f88dbf6c8061a6104b81c19e0d92bde66d5f7c286c280e2b89e679c6b93b028a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel8\u0026tag=v4.12.0-202504010132.p0.g14a108a.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/metallb-rhel8@sha256:798e60e117dc0c8d10191a5e4a7d74acfe342a5f79777938e4e92db87f7a8929_amd64",
                "product": {
                  "name": "openshift4/metallb-rhel8@sha256:798e60e117dc0c8d10191a5e4a7d74acfe342a5f79777938e4e92db87f7a8929_amd64",
                  "product_id": "openshift4/metallb-rhel8@sha256:798e60e117dc0c8d10191a5e4a7d74acfe342a5f79777938e4e92db87f7a8929_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/metallb-rhel8@sha256:798e60e117dc0c8d10191a5e4a7d74acfe342a5f79777938e4e92db87f7a8929?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel8\u0026tag=v4.12.0-202504010132.p0.gaee829d.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift-tech-preview/metallb-rhel8@sha256:798e60e117dc0c8d10191a5e4a7d74acfe342a5f79777938e4e92db87f7a8929_amd64",
                "product": {
                  "name": "openshift-tech-preview/metallb-rhel8@sha256:798e60e117dc0c8d10191a5e4a7d74acfe342a5f79777938e4e92db87f7a8929_amd64",
                  "product_id": "openshift-tech-preview/metallb-rhel8@sha256:798e60e117dc0c8d10191a5e4a7d74acfe342a5f79777938e4e92db87f7a8929_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/metallb-rhel8@sha256:798e60e117dc0c8d10191a5e4a7d74acfe342a5f79777938e4e92db87f7a8929?arch=amd64\u0026repository_url=registry.redhat.io/openshift-tech-preview/metallb-rhel8\u0026tag=v4.12.0-202504010132.p0.gaee829d.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/metallb-rhel8-operator@sha256:ff4f3a9d196915ff3368b61d9a729e2cb033cebbb79912de46098baa094218e9_amd64",
                "product": {
                  "name": "openshift4/metallb-rhel8-operator@sha256:ff4f3a9d196915ff3368b61d9a729e2cb033cebbb79912de46098baa094218e9_amd64",
                  "product_id": "openshift4/metallb-rhel8-operator@sha256:ff4f3a9d196915ff3368b61d9a729e2cb033cebbb79912de46098baa094218e9_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/metallb-rhel8-operator@sha256:ff4f3a9d196915ff3368b61d9a729e2cb033cebbb79912de46098baa094218e9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel8-operator\u0026tag=v4.12.0-202504010132.p0.gbffcfee.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-ptp-operator@sha256:000dc197fb76fef681aa813ed55e62b579ef5a1b1649fd151d8dac91524bcd56_amd64",
                "product": {
                  "name": "openshift4/ose-ptp-operator@sha256:000dc197fb76fef681aa813ed55e62b579ef5a1b1649fd151d8dac91524bcd56_amd64",
                  "product_id": "openshift4/ose-ptp-operator@sha256:000dc197fb76fef681aa813ed55e62b579ef5a1b1649fd151d8dac91524bcd56_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-ptp-operator@sha256:000dc197fb76fef681aa813ed55e62b579ef5a1b1649fd151d8dac91524bcd56?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ptp-operator\u0026tag=v4.12.0-202504010132.p0.g48b6377.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:c5b9ced7487aec7dcacde19ccbfe311618bbc0c177e4af6636107d6fe4eeb05d_amd64",
                "product": {
                  "name": "openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:c5b9ced7487aec7dcacde19ccbfe311618bbc0c177e4af6636107d6fe4eeb05d_amd64",
                  "product_id": "openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:c5b9ced7487aec7dcacde19ccbfe311618bbc0c177e4af6636107d6fe4eeb05d_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-vertical-pod-autoscaler-rhel8@sha256:c5b9ced7487aec7dcacde19ccbfe311618bbc0c177e4af6636107d6fe4eeb05d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8\u0026tag=v4.12.0-202504010132.p0.gd16352d.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:a1f2fe0cdf086aff3b06bfdc78be0c0e651a5d4db7525e8ef851c32cf1fc773d_amd64",
                "product": {
                  "name": "openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:a1f2fe0cdf086aff3b06bfdc78be0c0e651a5d4db7525e8ef851c32cf1fc773d_amd64",
                  "product_id": "openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:a1f2fe0cdf086aff3b06bfdc78be0c0e651a5d4db7525e8ef851c32cf1fc773d_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-vertical-pod-autoscaler-rhel8-operator@sha256:a1f2fe0cdf086aff3b06bfdc78be0c0e651a5d4db7525e8ef851c32cf1fc773d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator\u0026tag=v4.12.0-202504010132.p0.gee4fb01.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ptp-must-gather-rhel8@sha256:129f48a1160d7adc34d655153cb6a9021b4843191f601629df6e4bfd9f5bc4cf_amd64",
                "product": {
                  "name": "openshift4/ptp-must-gather-rhel8@sha256:129f48a1160d7adc34d655153cb6a9021b4843191f601629df6e4bfd9f5bc4cf_amd64",
                  "product_id": "openshift4/ptp-must-gather-rhel8@sha256:129f48a1160d7adc34d655153cb6a9021b4843191f601629df6e4bfd9f5bc4cf_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ptp-must-gather-rhel8@sha256:129f48a1160d7adc34d655153cb6a9021b4843191f601629df6e4bfd9f5bc4cf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ptp-must-gather-rhel8\u0026tag=v4.12.0-202504010132.p0.g48b6377.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-sriov-cni@sha256:71d94456ec0d28809136a549d486f48a794c04c2582399a3671bd2ec339b4079_amd64",
                "product": {
                  "name": "openshift4/ose-sriov-cni@sha256:71d94456ec0d28809136a549d486f48a794c04c2582399a3671bd2ec339b4079_amd64",
                  "product_id": "openshift4/ose-sriov-cni@sha256:71d94456ec0d28809136a549d486f48a794c04c2582399a3671bd2ec339b4079_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-sriov-cni@sha256:71d94456ec0d28809136a549d486f48a794c04c2582399a3671bd2ec339b4079?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-cni\u0026tag=v4.12.0-202504010132.p0.g295fe45.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-sriov-dp-admission-controller@sha256:8e2bc209038afbcc2199522273e28755ca6c10540b319fc81a2f3ad1b25c089b_amd64",
                "product": {
                  "name": "openshift4/ose-sriov-dp-admission-controller@sha256:8e2bc209038afbcc2199522273e28755ca6c10540b319fc81a2f3ad1b25c089b_amd64",
                  "product_id": "openshift4/ose-sriov-dp-admission-controller@sha256:8e2bc209038afbcc2199522273e28755ca6c10540b319fc81a2f3ad1b25c089b_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-sriov-dp-admission-controller@sha256:8e2bc209038afbcc2199522273e28755ca6c10540b319fc81a2f3ad1b25c089b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-dp-admission-controller\u0026tag=v4.12.0-202504010132.p0.g68b461f.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-sriov-network-config-daemon@sha256:67accecb157b7c6e6aac3903a0682b2da58633a193bfd80f126ebc03aa9227b2_amd64",
                "product": {
                  "name": "openshift4/ose-sriov-network-config-daemon@sha256:67accecb157b7c6e6aac3903a0682b2da58633a193bfd80f126ebc03aa9227b2_amd64",
                  "product_id": "openshift4/ose-sriov-network-config-daemon@sha256:67accecb157b7c6e6aac3903a0682b2da58633a193bfd80f126ebc03aa9227b2_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-sriov-network-config-daemon@sha256:67accecb157b7c6e6aac3903a0682b2da58633a193bfd80f126ebc03aa9227b2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-config-daemon\u0026tag=v4.12.0-202504010132.p0.gd58a580.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-sriov-network-device-plugin@sha256:f0152a0646efed730c64bc5ed492befd55f37c2229554721ee498a9e20d65d1a_amd64",
                "product": {
                  "name": "openshift4/ose-sriov-network-device-plugin@sha256:f0152a0646efed730c64bc5ed492befd55f37c2229554721ee498a9e20d65d1a_amd64",
                  "product_id": "openshift4/ose-sriov-network-device-plugin@sha256:f0152a0646efed730c64bc5ed492befd55f37c2229554721ee498a9e20d65d1a_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-sriov-network-device-plugin@sha256:f0152a0646efed730c64bc5ed492befd55f37c2229554721ee498a9e20d65d1a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-device-plugin\u0026tag=v4.12.0-202504010132.p0.g700b61e.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-sriov-network-operator@sha256:6c03954322b14e438c256b619ae449fafcbb2a137c1f2ffad62df7b9d4a2f658_amd64",
                "product": {
                  "name": "openshift4/ose-sriov-network-operator@sha256:6c03954322b14e438c256b619ae449fafcbb2a137c1f2ffad62df7b9d4a2f658_amd64",
                  "product_id": "openshift4/ose-sriov-network-operator@sha256:6c03954322b14e438c256b619ae449fafcbb2a137c1f2ffad62df7b9d4a2f658_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-sriov-network-operator@sha256:6c03954322b14e438c256b619ae449fafcbb2a137c1f2ffad62df7b9d4a2f658?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-operator\u0026tag=v4.12.0-202504010132.p0.gd58a580.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-sriov-network-webhook@sha256:7fe0659e85854d24f65bb76103ed3a5a90edb43ad17fb0d2639f7c193f014109_amd64",
                "product": {
                  "name": "openshift4/ose-sriov-network-webhook@sha256:7fe0659e85854d24f65bb76103ed3a5a90edb43ad17fb0d2639f7c193f014109_amd64",
                  "product_id": "openshift4/ose-sriov-network-webhook@sha256:7fe0659e85854d24f65bb76103ed3a5a90edb43ad17fb0d2639f7c193f014109_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-sriov-network-webhook@sha256:7fe0659e85854d24f65bb76103ed3a5a90edb43ad17fb0d2639f7c193f014109?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-webhook\u0026tag=v4.12.0-202504010132.p0.gd58a580.assembly.stream.el8"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "amd64"
          }
        ],
        "category": "vendor",
        "name": "Red Hat"
      }
    ],
    "relationships": [
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift-tech-preview/metallb-rhel8@sha256:798e60e117dc0c8d10191a5e4a7d74acfe342a5f79777938e4e92db87f7a8929_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "8Base-RHOSE-4.12:openshift-tech-preview/metallb-rhel8@sha256:798e60e117dc0c8d10191a5e4a7d74acfe342a5f79777938e4e92db87f7a8929_amd64"
        },
        "product_reference": "openshift-tech-preview/metallb-rhel8@sha256:798e60e117dc0c8d10191a5e4a7d74acfe342a5f79777938e4e92db87f7a8929_amd64",
        "relates_to_product_reference": "8Base-RHOSE-4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/cloud-event-proxy-rhel8@sha256:5778a102f8361e9c7489d6d5fb6b69a6c50bfaf745d598bfd4da48ed64fbf3c9_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "8Base-RHOSE-4.12:openshift4/cloud-event-proxy-rhel8@sha256:5778a102f8361e9c7489d6d5fb6b69a6c50bfaf745d598bfd4da48ed64fbf3c9_amd64"
        },
        "product_reference": "openshift4/cloud-event-proxy-rhel8@sha256:5778a102f8361e9c7489d6d5fb6b69a6c50bfaf745d598bfd4da48ed64fbf3c9_amd64",
        "relates_to_product_reference": "8Base-RHOSE-4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/frr-rhel8@sha256:f03618d603dc984ab9a2b9ee4465869be915b1af424acd67c80d9b9fb29aee9e_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "8Base-RHOSE-4.12:openshift4/frr-rhel8@sha256:f03618d603dc984ab9a2b9ee4465869be915b1af424acd67c80d9b9fb29aee9e_amd64"
        },
        "product_reference": "openshift4/frr-rhel8@sha256:f03618d603dc984ab9a2b9ee4465869be915b1af424acd67c80d9b9fb29aee9e_amd64",
        "relates_to_product_reference": "8Base-RHOSE-4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/kubernetes-nmstate-rhel8-operator@sha256:ccbd261293cba8c6ac4fbc70b998bccf3df5ae6d1376b8e3a058a9a61a23c9c2_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "8Base-RHOSE-4.12:openshift4/kubernetes-nmstate-rhel8-operator@sha256:ccbd261293cba8c6ac4fbc70b998bccf3df5ae6d1376b8e3a058a9a61a23c9c2_amd64"
        },
        "product_reference": "openshift4/kubernetes-nmstate-rhel8-operator@sha256:ccbd261293cba8c6ac4fbc70b998bccf3df5ae6d1376b8e3a058a9a61a23c9c2_amd64",
        "relates_to_product_reference": "8Base-RHOSE-4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/metallb-rhel8-operator@sha256:ff4f3a9d196915ff3368b61d9a729e2cb033cebbb79912de46098baa094218e9_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "8Base-RHOSE-4.12:openshift4/metallb-rhel8-operator@sha256:ff4f3a9d196915ff3368b61d9a729e2cb033cebbb79912de46098baa094218e9_amd64"
        },
        "product_reference": "openshift4/metallb-rhel8-operator@sha256:ff4f3a9d196915ff3368b61d9a729e2cb033cebbb79912de46098baa094218e9_amd64",
        "relates_to_product_reference": "8Base-RHOSE-4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/metallb-rhel8@sha256:798e60e117dc0c8d10191a5e4a7d74acfe342a5f79777938e4e92db87f7a8929_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "8Base-RHOSE-4.12:openshift4/metallb-rhel8@sha256:798e60e117dc0c8d10191a5e4a7d74acfe342a5f79777938e4e92db87f7a8929_amd64"
        },
        "product_reference": "openshift4/metallb-rhel8@sha256:798e60e117dc0c8d10191a5e4a7d74acfe342a5f79777938e4e92db87f7a8929_amd64",
        "relates_to_product_reference": "8Base-RHOSE-4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-ansible-operator@sha256:46c30b6fd3b0c58582325ad007e06307144781ed16ed958825762ab6d32c32d2_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "8Base-RHOSE-4.12:openshift4/ose-ansible-operator@sha256:46c30b6fd3b0c58582325ad007e06307144781ed16ed958825762ab6d32c32d2_amd64"
        },
        "product_reference": "openshift4/ose-ansible-operator@sha256:46c30b6fd3b0c58582325ad007e06307144781ed16ed958825762ab6d32c32d2_amd64",
        "relates_to_product_reference": "8Base-RHOSE-4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:717f0ef90664b91299827d2ba63008b14c1c35361b9d27af5dd0132449aa29e3_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "8Base-RHOSE-4.12:openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:717f0ef90664b91299827d2ba63008b14c1c35361b9d27af5dd0132449aa29e3_amd64"
        },
        "product_reference": "openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:717f0ef90664b91299827d2ba63008b14c1c35361b9d27af5dd0132449aa29e3_amd64",
        "relates_to_product_reference": "8Base-RHOSE-4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:fe8f31e9ab99130065f004bcaf99962380b7831f05fb52aa926f9d1a7b83e911_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "8Base-RHOSE-4.12:openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:fe8f31e9ab99130065f004bcaf99962380b7831f05fb52aa926f9d1a7b83e911_amd64"
        },
        "product_reference": "openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:fe8f31e9ab99130065f004bcaf99962380b7831f05fb52aa926f9d1a7b83e911_amd64",
        "relates_to_product_reference": "8Base-RHOSE-4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cloud-event-proxy-rhel8@sha256:5778a102f8361e9c7489d6d5fb6b69a6c50bfaf745d598bfd4da48ed64fbf3c9_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "8Base-RHOSE-4.12:openshift4/ose-cloud-event-proxy-rhel8@sha256:5778a102f8361e9c7489d6d5fb6b69a6c50bfaf745d598bfd4da48ed64fbf3c9_amd64"
        },
        "product_reference": "openshift4/ose-cloud-event-proxy-rhel8@sha256:5778a102f8361e9c7489d6d5fb6b69a6c50bfaf745d598bfd4da48ed64fbf3c9_amd64",
        "relates_to_product_reference": "8Base-RHOSE-4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cloud-event-proxy@sha256:5778a102f8361e9c7489d6d5fb6b69a6c50bfaf745d598bfd4da48ed64fbf3c9_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "8Base-RHOSE-4.12:openshift4/ose-cloud-event-proxy@sha256:5778a102f8361e9c7489d6d5fb6b69a6c50bfaf745d598bfd4da48ed64fbf3c9_amd64"
        },
        "product_reference": "openshift4/ose-cloud-event-proxy@sha256:5778a102f8361e9c7489d6d5fb6b69a6c50bfaf745d598bfd4da48ed64fbf3c9_amd64",
        "relates_to_product_reference": "8Base-RHOSE-4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-capacity@sha256:c13ca498134838df1e0503c965f7e97b5f5d4954b41162553d5b0bb467ca96fb_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "8Base-RHOSE-4.12:openshift4/ose-cluster-capacity@sha256:c13ca498134838df1e0503c965f7e97b5f5d4954b41162553d5b0bb467ca96fb_amd64"
        },
        "product_reference": "openshift4/ose-cluster-capacity@sha256:c13ca498134838df1e0503c965f7e97b5f5d4954b41162553d5b0bb467ca96fb_amd64",
        "relates_to_product_reference": "8Base-RHOSE-4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-nfd-operator@sha256:f988abd875198a754162eb58d88d204c04e61df9648b07abc32a7a8144942a3d_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "8Base-RHOSE-4.12:openshift4/ose-cluster-nfd-operator@sha256:f988abd875198a754162eb58d88d204c04e61df9648b07abc32a7a8144942a3d_amd64"
        },
        "product_reference": "openshift4/ose-cluster-nfd-operator@sha256:f988abd875198a754162eb58d88d204c04e61df9648b07abc32a7a8144942a3d_amd64",
        "relates_to_product_reference": "8Base-RHOSE-4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:878d9c0b562ce0b100bc3cd8d4ed158745b4a3e4909bcd4a497936219e087e64_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "8Base-RHOSE-4.12:openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:878d9c0b562ce0b100bc3cd8d4ed158745b4a3e4909bcd4a497936219e087e64_amd64"
        },
        "product_reference": "openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:878d9c0b562ce0b100bc3cd8d4ed158745b4a3e4909bcd4a497936219e087e64_amd64",
        "relates_to_product_reference": "8Base-RHOSE-4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-clusterresourceoverride-rhel8@sha256:cc6a83695966518acd2c8f6fdaa0d1f31029ea1199fe231880bbe9cb10e11d90_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "8Base-RHOSE-4.12:openshift4/ose-clusterresourceoverride-rhel8@sha256:cc6a83695966518acd2c8f6fdaa0d1f31029ea1199fe231880bbe9cb10e11d90_amd64"
        },
        "product_reference": "openshift4/ose-clusterresourceoverride-rhel8@sha256:cc6a83695966518acd2c8f6fdaa0d1f31029ea1199fe231880bbe9cb10e11d90_amd64",
        "relates_to_product_reference": "8Base-RHOSE-4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-contour-rhel8@sha256:c1bc04c491076ddc2c63b62c8133593feea3266271cf49d2517d010a74dd44da_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "8Base-RHOSE-4.12:openshift4/ose-contour-rhel8@sha256:c1bc04c491076ddc2c63b62c8133593feea3266271cf49d2517d010a74dd44da_amd64"
        },
        "product_reference": "openshift4/ose-contour-rhel8@sha256:c1bc04c491076ddc2c63b62c8133593feea3266271cf49d2517d010a74dd44da_amd64",
        "relates_to_product_reference": "8Base-RHOSE-4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:3265c5298ffcff3e922ab397df23447d0c0ccd69882df3b77393269da46f82e5_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:3265c5298ffcff3e922ab397df23447d0c0ccd69882df3b77393269da46f82e5_amd64"
        },
        "product_reference": "openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:3265c5298ffcff3e922ab397df23447d0c0ccd69882df3b77393269da46f82e5_amd64",
        "relates_to_product_reference": "8Base-RHOSE-4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-egress-dns-proxy@sha256:f6047c52c79301541a53c6b46963b0960c455d007b403e0f709eaac6f7e2b23b_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "8Base-RHOSE-4.12:openshift4/ose-egress-dns-proxy@sha256:f6047c52c79301541a53c6b46963b0960c455d007b403e0f709eaac6f7e2b23b_amd64"
        },
        "product_reference": "openshift4/ose-egress-dns-proxy@sha256:f6047c52c79301541a53c6b46963b0960c455d007b403e0f709eaac6f7e2b23b_amd64",
        "relates_to_product_reference": "8Base-RHOSE-4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-egress-http-proxy@sha256:5d40f09eb29775a64d059cb9b02a93fe4a0128c06cb3690756334c0b0db1ce2e_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "8Base-RHOSE-4.12:openshift4/ose-egress-http-proxy@sha256:5d40f09eb29775a64d059cb9b02a93fe4a0128c06cb3690756334c0b0db1ce2e_amd64"
        },
        "product_reference": "openshift4/ose-egress-http-proxy@sha256:5d40f09eb29775a64d059cb9b02a93fe4a0128c06cb3690756334c0b0db1ce2e_amd64",
        "relates_to_product_reference": "8Base-RHOSE-4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-egress-router@sha256:75f8b42c27f3d13e416f95680bf9ca221a90172083876d66eb00c5de979706b5_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "8Base-RHOSE-4.12:openshift4/ose-egress-router@sha256:75f8b42c27f3d13e416f95680bf9ca221a90172083876d66eb00c5de979706b5_amd64"
        },
        "product_reference": "openshift4/ose-egress-router@sha256:75f8b42c27f3d13e416f95680bf9ca221a90172083876d66eb00c5de979706b5_amd64",
        "relates_to_product_reference": "8Base-RHOSE-4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:f9380895972a1362d2fce6394bf5952ea1517f4f43a5670ec04fc1e3cbca4abc_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "8Base-RHOSE-4.12:openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:f9380895972a1362d2fce6394bf5952ea1517f4f43a5670ec04fc1e3cbca4abc_amd64"
        },
        "product_reference": "openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:f9380895972a1362d2fce6394bf5952ea1517f4f43a5670ec04fc1e3cbca4abc_amd64",
        "relates_to_product_reference": "8Base-RHOSE-4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:d5ad3f691967138bed0824a3f523caeea3e20ec8dc63874d3fd8db856ac42599_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "8Base-RHOSE-4.12:openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:d5ad3f691967138bed0824a3f523caeea3e20ec8dc63874d3fd8db856ac42599_amd64"
        },
        "product_reference": "openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:d5ad3f691967138bed0824a3f523caeea3e20ec8dc63874d3fd8db856ac42599_amd64",
        "relates_to_product_reference": "8Base-RHOSE-4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-helm-operator@sha256:c8a2c96d2f80306c4e0f12e52f231d4892ddc0fa09ac5bf64399507fd79dbc75_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "8Base-RHOSE-4.12:openshift4/ose-helm-operator@sha256:c8a2c96d2f80306c4e0f12e52f231d4892ddc0fa09ac5bf64399507fd79dbc75_amd64"
        },
        "product_reference": "openshift4/ose-helm-operator@sha256:c8a2c96d2f80306c4e0f12e52f231d4892ddc0fa09ac5bf64399507fd79dbc75_amd64",
        "relates_to_product_reference": "8Base-RHOSE-4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-kubernetes-nmstate-handler-rhel8@sha256:ad218406ce14565a5e5945b139ea605d0971335c9f44d729c4845c4ee52b06fe_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "8Base-RHOSE-4.12:openshift4/ose-kubernetes-nmstate-handler-rhel8@sha256:ad218406ce14565a5e5945b139ea605d0971335c9f44d729c4845c4ee52b06fe_amd64"
        },
        "product_reference": "openshift4/ose-kubernetes-nmstate-handler-rhel8@sha256:ad218406ce14565a5e5945b139ea605d0971335c9f44d729c4845c4ee52b06fe_amd64",
        "relates_to_product_reference": "8Base-RHOSE-4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-local-storage-diskmaker@sha256:4507ad38497fe51660fb57a8731900a6f97f76341f372e6667b6f55b9ea9af06_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "8Base-RHOSE-4.12:openshift4/ose-local-storage-diskmaker@sha256:4507ad38497fe51660fb57a8731900a6f97f76341f372e6667b6f55b9ea9af06_amd64"
        },
        "product_reference": "openshift4/ose-local-storage-diskmaker@sha256:4507ad38497fe51660fb57a8731900a6f97f76341f372e6667b6f55b9ea9af06_amd64",
        "relates_to_product_reference": "8Base-RHOSE-4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-local-storage-mustgather-rhel8@sha256:f88dbf6c8061a6104b81c19e0d92bde66d5f7c286c280e2b89e679c6b93b028a_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "8Base-RHOSE-4.12:openshift4/ose-local-storage-mustgather-rhel8@sha256:f88dbf6c8061a6104b81c19e0d92bde66d5f7c286c280e2b89e679c6b93b028a_amd64"
        },
        "product_reference": "openshift4/ose-local-storage-mustgather-rhel8@sha256:f88dbf6c8061a6104b81c19e0d92bde66d5f7c286c280e2b89e679c6b93b028a_amd64",
        "relates_to_product_reference": "8Base-RHOSE-4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-local-storage-operator@sha256:cfa2b822a6805ccb10b77e7a46f6ac85e30ba6cdb8bcac9cee3c53a42ffd6eb8_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "8Base-RHOSE-4.12:openshift4/ose-local-storage-operator@sha256:cfa2b822a6805ccb10b77e7a46f6ac85e30ba6cdb8bcac9cee3c53a42ffd6eb8_amd64"
        },
        "product_reference": "openshift4/ose-local-storage-operator@sha256:cfa2b822a6805ccb10b77e7a46f6ac85e30ba6cdb8bcac9cee3c53a42ffd6eb8_amd64",
        "relates_to_product_reference": "8Base-RHOSE-4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-node-feature-discovery@sha256:62b003061362514fdeb95b4405efe40cdaa7235ff2b289171b48da694ea8474e_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "8Base-RHOSE-4.12:openshift4/ose-node-feature-discovery@sha256:62b003061362514fdeb95b4405efe40cdaa7235ff2b289171b48da694ea8474e_amd64"
        },
        "product_reference": "openshift4/ose-node-feature-discovery@sha256:62b003061362514fdeb95b4405efe40cdaa7235ff2b289171b48da694ea8474e_amd64",
        "relates_to_product_reference": "8Base-RHOSE-4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-operator-sdk-rhel8@sha256:ace47e5568655a2e95826f04518e72e955d9ee5485850e8c1b7e3e063e1afeef_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "8Base-RHOSE-4.12:openshift4/ose-operator-sdk-rhel8@sha256:ace47e5568655a2e95826f04518e72e955d9ee5485850e8c1b7e3e063e1afeef_amd64"
        },
        "product_reference": "openshift4/ose-operator-sdk-rhel8@sha256:ace47e5568655a2e95826f04518e72e955d9ee5485850e8c1b7e3e063e1afeef_amd64",
        "relates_to_product_reference": "8Base-RHOSE-4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-ptp-operator@sha256:000dc197fb76fef681aa813ed55e62b579ef5a1b1649fd151d8dac91524bcd56_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "8Base-RHOSE-4.12:openshift4/ose-ptp-operator@sha256:000dc197fb76fef681aa813ed55e62b579ef5a1b1649fd151d8dac91524bcd56_amd64"
        },
        "product_reference": "openshift4/ose-ptp-operator@sha256:000dc197fb76fef681aa813ed55e62b579ef5a1b1649fd151d8dac91524bcd56_amd64",
        "relates_to_product_reference": "8Base-RHOSE-4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-ptp@sha256:66193b5a7fcb813e2d400ed5e689307ff1ec4e00d4b1ba9fbfcfde0f928f84c7_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "8Base-RHOSE-4.12:openshift4/ose-ptp@sha256:66193b5a7fcb813e2d400ed5e689307ff1ec4e00d4b1ba9fbfcfde0f928f84c7_amd64"
        },
        "product_reference": "openshift4/ose-ptp@sha256:66193b5a7fcb813e2d400ed5e689307ff1ec4e00d4b1ba9fbfcfde0f928f84c7_amd64",
        "relates_to_product_reference": "8Base-RHOSE-4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-sriov-cni@sha256:71d94456ec0d28809136a549d486f48a794c04c2582399a3671bd2ec339b4079_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "8Base-RHOSE-4.12:openshift4/ose-sriov-cni@sha256:71d94456ec0d28809136a549d486f48a794c04c2582399a3671bd2ec339b4079_amd64"
        },
        "product_reference": "openshift4/ose-sriov-cni@sha256:71d94456ec0d28809136a549d486f48a794c04c2582399a3671bd2ec339b4079_amd64",
        "relates_to_product_reference": "8Base-RHOSE-4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-sriov-dp-admission-controller@sha256:8e2bc209038afbcc2199522273e28755ca6c10540b319fc81a2f3ad1b25c089b_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "8Base-RHOSE-4.12:openshift4/ose-sriov-dp-admission-controller@sha256:8e2bc209038afbcc2199522273e28755ca6c10540b319fc81a2f3ad1b25c089b_amd64"
        },
        "product_reference": "openshift4/ose-sriov-dp-admission-controller@sha256:8e2bc209038afbcc2199522273e28755ca6c10540b319fc81a2f3ad1b25c089b_amd64",
        "relates_to_product_reference": "8Base-RHOSE-4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-sriov-infiniband-cni@sha256:24e43ba923b7dce5acf0770d60de0093376f32dd3ce9e16001ead0a60fd8777e_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "8Base-RHOSE-4.12:openshift4/ose-sriov-infiniband-cni@sha256:24e43ba923b7dce5acf0770d60de0093376f32dd3ce9e16001ead0a60fd8777e_amd64"
        },
        "product_reference": "openshift4/ose-sriov-infiniband-cni@sha256:24e43ba923b7dce5acf0770d60de0093376f32dd3ce9e16001ead0a60fd8777e_amd64",
        "relates_to_product_reference": "8Base-RHOSE-4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-sriov-network-config-daemon@sha256:67accecb157b7c6e6aac3903a0682b2da58633a193bfd80f126ebc03aa9227b2_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "8Base-RHOSE-4.12:openshift4/ose-sriov-network-config-daemon@sha256:67accecb157b7c6e6aac3903a0682b2da58633a193bfd80f126ebc03aa9227b2_amd64"
        },
        "product_reference": "openshift4/ose-sriov-network-config-daemon@sha256:67accecb157b7c6e6aac3903a0682b2da58633a193bfd80f126ebc03aa9227b2_amd64",
        "relates_to_product_reference": "8Base-RHOSE-4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-sriov-network-device-plugin@sha256:f0152a0646efed730c64bc5ed492befd55f37c2229554721ee498a9e20d65d1a_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "8Base-RHOSE-4.12:openshift4/ose-sriov-network-device-plugin@sha256:f0152a0646efed730c64bc5ed492befd55f37c2229554721ee498a9e20d65d1a_amd64"
        },
        "product_reference": "openshift4/ose-sriov-network-device-plugin@sha256:f0152a0646efed730c64bc5ed492befd55f37c2229554721ee498a9e20d65d1a_amd64",
        "relates_to_product_reference": "8Base-RHOSE-4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-sriov-network-operator@sha256:6c03954322b14e438c256b619ae449fafcbb2a137c1f2ffad62df7b9d4a2f658_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "8Base-RHOSE-4.12:openshift4/ose-sriov-network-operator@sha256:6c03954322b14e438c256b619ae449fafcbb2a137c1f2ffad62df7b9d4a2f658_amd64"
        },
        "product_reference": "openshift4/ose-sriov-network-operator@sha256:6c03954322b14e438c256b619ae449fafcbb2a137c1f2ffad62df7b9d4a2f658_amd64",
        "relates_to_product_reference": "8Base-RHOSE-4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-sriov-network-webhook@sha256:7fe0659e85854d24f65bb76103ed3a5a90edb43ad17fb0d2639f7c193f014109_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "8Base-RHOSE-4.12:openshift4/ose-sriov-network-webhook@sha256:7fe0659e85854d24f65bb76103ed3a5a90edb43ad17fb0d2639f7c193f014109_amd64"
        },
        "product_reference": "openshift4/ose-sriov-network-webhook@sha256:7fe0659e85854d24f65bb76103ed3a5a90edb43ad17fb0d2639f7c193f014109_amd64",
        "relates_to_product_reference": "8Base-RHOSE-4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:a1f2fe0cdf086aff3b06bfdc78be0c0e651a5d4db7525e8ef851c32cf1fc773d_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "8Base-RHOSE-4.12:openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:a1f2fe0cdf086aff3b06bfdc78be0c0e651a5d4db7525e8ef851c32cf1fc773d_amd64"
        },
        "product_reference": "openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:a1f2fe0cdf086aff3b06bfdc78be0c0e651a5d4db7525e8ef851c32cf1fc773d_amd64",
        "relates_to_product_reference": "8Base-RHOSE-4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:c5b9ced7487aec7dcacde19ccbfe311618bbc0c177e4af6636107d6fe4eeb05d_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "8Base-RHOSE-4.12:openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:c5b9ced7487aec7dcacde19ccbfe311618bbc0c177e4af6636107d6fe4eeb05d_amd64"
        },
        "product_reference": "openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:c5b9ced7487aec7dcacde19ccbfe311618bbc0c177e4af6636107d6fe4eeb05d_amd64",
        "relates_to_product_reference": "8Base-RHOSE-4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ptp-must-gather-rhel8@sha256:129f48a1160d7adc34d655153cb6a9021b4843191f601629df6e4bfd9f5bc4cf_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "8Base-RHOSE-4.12:openshift4/ptp-must-gather-rhel8@sha256:129f48a1160d7adc34d655153cb6a9021b4843191f601629df6e4bfd9f5bc4cf_amd64"
        },
        "product_reference": "openshift4/ptp-must-gather-rhel8@sha256:129f48a1160d7adc34d655153cb6a9021b4843191f601629df6e4bfd9f5bc4cf_amd64",
        "relates_to_product_reference": "8Base-RHOSE-4.12"
      }
    ]
  },
  "vulnerabilities": [
    {
      "cve": "CVE-2025-27516",
      "cwe": {
        "id": "CWE-1336",
        "name": "Improper Neutralization of Special Elements Used in a Template Engine"
      },
      "discovery_date": "2025-03-05T21:01:07.674606+00:00",
      "flags": [
        {
          "label": "vulnerable_code_not_present",
          "product_ids": [
            "8Base-RHOSE-4.12:openshift-tech-preview/metallb-rhel8@sha256:798e60e117dc0c8d10191a5e4a7d74acfe342a5f79777938e4e92db87f7a8929_amd64",
            "8Base-RHOSE-4.12:openshift4/cloud-event-proxy-rhel8@sha256:5778a102f8361e9c7489d6d5fb6b69a6c50bfaf745d598bfd4da48ed64fbf3c9_amd64",
            "8Base-RHOSE-4.12:openshift4/frr-rhel8@sha256:f03618d603dc984ab9a2b9ee4465869be915b1af424acd67c80d9b9fb29aee9e_amd64",
            "8Base-RHOSE-4.12:openshift4/kubernetes-nmstate-rhel8-operator@sha256:ccbd261293cba8c6ac4fbc70b998bccf3df5ae6d1376b8e3a058a9a61a23c9c2_amd64",
            "8Base-RHOSE-4.12:openshift4/metallb-rhel8-operator@sha256:ff4f3a9d196915ff3368b61d9a729e2cb033cebbb79912de46098baa094218e9_amd64",
            "8Base-RHOSE-4.12:openshift4/metallb-rhel8@sha256:798e60e117dc0c8d10191a5e4a7d74acfe342a5f79777938e4e92db87f7a8929_amd64",
            "8Base-RHOSE-4.12:openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:717f0ef90664b91299827d2ba63008b14c1c35361b9d27af5dd0132449aa29e3_amd64",
            "8Base-RHOSE-4.12:openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:fe8f31e9ab99130065f004bcaf99962380b7831f05fb52aa926f9d1a7b83e911_amd64",
            "8Base-RHOSE-4.12:openshift4/ose-cloud-event-proxy-rhel8@sha256:5778a102f8361e9c7489d6d5fb6b69a6c50bfaf745d598bfd4da48ed64fbf3c9_amd64",
            "8Base-RHOSE-4.12:openshift4/ose-cloud-event-proxy@sha256:5778a102f8361e9c7489d6d5fb6b69a6c50bfaf745d598bfd4da48ed64fbf3c9_amd64",
            "8Base-RHOSE-4.12:openshift4/ose-cluster-capacity@sha256:c13ca498134838df1e0503c965f7e97b5f5d4954b41162553d5b0bb467ca96fb_amd64",
            "8Base-RHOSE-4.12:openshift4/ose-cluster-nfd-operator@sha256:f988abd875198a754162eb58d88d204c04e61df9648b07abc32a7a8144942a3d_amd64",
            "8Base-RHOSE-4.12:openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:878d9c0b562ce0b100bc3cd8d4ed158745b4a3e4909bcd4a497936219e087e64_amd64",
            "8Base-RHOSE-4.12:openshift4/ose-clusterresourceoverride-rhel8@sha256:cc6a83695966518acd2c8f6fdaa0d1f31029ea1199fe231880bbe9cb10e11d90_amd64",
            "8Base-RHOSE-4.12:openshift4/ose-contour-rhel8@sha256:c1bc04c491076ddc2c63b62c8133593feea3266271cf49d2517d010a74dd44da_amd64",
            "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:3265c5298ffcff3e922ab397df23447d0c0ccd69882df3b77393269da46f82e5_amd64",
            "8Base-RHOSE-4.12:openshift4/ose-egress-dns-proxy@sha256:f6047c52c79301541a53c6b46963b0960c455d007b403e0f709eaac6f7e2b23b_amd64",
            "8Base-RHOSE-4.12:openshift4/ose-egress-http-proxy@sha256:5d40f09eb29775a64d059cb9b02a93fe4a0128c06cb3690756334c0b0db1ce2e_amd64",
            "8Base-RHOSE-4.12:openshift4/ose-egress-router@sha256:75f8b42c27f3d13e416f95680bf9ca221a90172083876d66eb00c5de979706b5_amd64",
            "8Base-RHOSE-4.12:openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:f9380895972a1362d2fce6394bf5952ea1517f4f43a5670ec04fc1e3cbca4abc_amd64",
            "8Base-RHOSE-4.12:openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:d5ad3f691967138bed0824a3f523caeea3e20ec8dc63874d3fd8db856ac42599_amd64",
            "8Base-RHOSE-4.12:openshift4/ose-helm-operator@sha256:c8a2c96d2f80306c4e0f12e52f231d4892ddc0fa09ac5bf64399507fd79dbc75_amd64",
            "8Base-RHOSE-4.12:openshift4/ose-kubernetes-nmstate-handler-rhel8@sha256:ad218406ce14565a5e5945b139ea605d0971335c9f44d729c4845c4ee52b06fe_amd64",
            "8Base-RHOSE-4.12:openshift4/ose-local-storage-diskmaker@sha256:4507ad38497fe51660fb57a8731900a6f97f76341f372e6667b6f55b9ea9af06_amd64",
            "8Base-RHOSE-4.12:openshift4/ose-local-storage-mustgather-rhel8@sha256:f88dbf6c8061a6104b81c19e0d92bde66d5f7c286c280e2b89e679c6b93b028a_amd64",
            "8Base-RHOSE-4.12:openshift4/ose-local-storage-operator@sha256:cfa2b822a6805ccb10b77e7a46f6ac85e30ba6cdb8bcac9cee3c53a42ffd6eb8_amd64",
            "8Base-RHOSE-4.12:openshift4/ose-node-feature-discovery@sha256:62b003061362514fdeb95b4405efe40cdaa7235ff2b289171b48da694ea8474e_amd64",
            "8Base-RHOSE-4.12:openshift4/ose-operator-sdk-rhel8@sha256:ace47e5568655a2e95826f04518e72e955d9ee5485850e8c1b7e3e063e1afeef_amd64",
            "8Base-RHOSE-4.12:openshift4/ose-ptp-operator@sha256:000dc197fb76fef681aa813ed55e62b579ef5a1b1649fd151d8dac91524bcd56_amd64",
            "8Base-RHOSE-4.12:openshift4/ose-ptp@sha256:66193b5a7fcb813e2d400ed5e689307ff1ec4e00d4b1ba9fbfcfde0f928f84c7_amd64",
            "8Base-RHOSE-4.12:openshift4/ose-sriov-cni@sha256:71d94456ec0d28809136a549d486f48a794c04c2582399a3671bd2ec339b4079_amd64",
            "8Base-RHOSE-4.12:openshift4/ose-sriov-dp-admission-controller@sha256:8e2bc209038afbcc2199522273e28755ca6c10540b319fc81a2f3ad1b25c089b_amd64",
            "8Base-RHOSE-4.12:openshift4/ose-sriov-infiniband-cni@sha256:24e43ba923b7dce5acf0770d60de0093376f32dd3ce9e16001ead0a60fd8777e_amd64",
            "8Base-RHOSE-4.12:openshift4/ose-sriov-network-config-daemon@sha256:67accecb157b7c6e6aac3903a0682b2da58633a193bfd80f126ebc03aa9227b2_amd64",
            "8Base-RHOSE-4.12:openshift4/ose-sriov-network-device-plugin@sha256:f0152a0646efed730c64bc5ed492befd55f37c2229554721ee498a9e20d65d1a_amd64",
            "8Base-RHOSE-4.12:openshift4/ose-sriov-network-operator@sha256:6c03954322b14e438c256b619ae449fafcbb2a137c1f2ffad62df7b9d4a2f658_amd64",
            "8Base-RHOSE-4.12:openshift4/ose-sriov-network-webhook@sha256:7fe0659e85854d24f65bb76103ed3a5a90edb43ad17fb0d2639f7c193f014109_amd64",
            "8Base-RHOSE-4.12:openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:a1f2fe0cdf086aff3b06bfdc78be0c0e651a5d4db7525e8ef851c32cf1fc773d_amd64",
            "8Base-RHOSE-4.12:openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:c5b9ced7487aec7dcacde19ccbfe311618bbc0c177e4af6636107d6fe4eeb05d_amd64",
            "8Base-RHOSE-4.12:openshift4/ptp-must-gather-rhel8@sha256:129f48a1160d7adc34d655153cb6a9021b4843191f601629df6e4bfd9f5bc4cf_amd64"
          ]
        }
      ],
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2350190"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in Jinja. In affected versions, an oversight in how the Jinja sandboxed environment interacts with the `|attr` filter allows an attacker who controls the content of a template to execute arbitrary Python code. To exploit the vulnerability, an attacker needs to control the content of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications that execute untrusted templates. Jinja\u0027s sandbox does catch calls to `str.format` and ensures they don\u0027t escape the sandbox. However, it\u0027s possible to use the `|attr` filter to get a reference to a string\u0027s plain format method, bypassing the sandbox.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "jinja2: Jinja sandbox breakout through attr filter selecting format method",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "This vulnerability is rated as important severity due to the potential for an attacker to bypass Jinja\u0027s sandbox by exploiting the |attr filter, by controlling template content, an attacker can execute arbitrary Python code, impacting the integrity, confidentiality, and availability of the system. While the attack requires user interaction to trigger untrusted templates, the risk is significant in applications that allow such templates to be executed.",
          "title": "Statement"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "8Base-RHOSE-4.12:openshift4/ose-ansible-operator@sha256:46c30b6fd3b0c58582325ad007e06307144781ed16ed958825762ab6d32c32d2_amd64"
        ],
        "known_not_affected": [
          "8Base-RHOSE-4.12:openshift-tech-preview/metallb-rhel8@sha256:798e60e117dc0c8d10191a5e4a7d74acfe342a5f79777938e4e92db87f7a8929_amd64",
          "8Base-RHOSE-4.12:openshift4/cloud-event-proxy-rhel8@sha256:5778a102f8361e9c7489d6d5fb6b69a6c50bfaf745d598bfd4da48ed64fbf3c9_amd64",
          "8Base-RHOSE-4.12:openshift4/frr-rhel8@sha256:f03618d603dc984ab9a2b9ee4465869be915b1af424acd67c80d9b9fb29aee9e_amd64",
          "8Base-RHOSE-4.12:openshift4/kubernetes-nmstate-rhel8-operator@sha256:ccbd261293cba8c6ac4fbc70b998bccf3df5ae6d1376b8e3a058a9a61a23c9c2_amd64",
          "8Base-RHOSE-4.12:openshift4/metallb-rhel8-operator@sha256:ff4f3a9d196915ff3368b61d9a729e2cb033cebbb79912de46098baa094218e9_amd64",
          "8Base-RHOSE-4.12:openshift4/metallb-rhel8@sha256:798e60e117dc0c8d10191a5e4a7d74acfe342a5f79777938e4e92db87f7a8929_amd64",
          "8Base-RHOSE-4.12:openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:717f0ef90664b91299827d2ba63008b14c1c35361b9d27af5dd0132449aa29e3_amd64",
          "8Base-RHOSE-4.12:openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:fe8f31e9ab99130065f004bcaf99962380b7831f05fb52aa926f9d1a7b83e911_amd64",
          "8Base-RHOSE-4.12:openshift4/ose-cloud-event-proxy-rhel8@sha256:5778a102f8361e9c7489d6d5fb6b69a6c50bfaf745d598bfd4da48ed64fbf3c9_amd64",
          "8Base-RHOSE-4.12:openshift4/ose-cloud-event-proxy@sha256:5778a102f8361e9c7489d6d5fb6b69a6c50bfaf745d598bfd4da48ed64fbf3c9_amd64",
          "8Base-RHOSE-4.12:openshift4/ose-cluster-capacity@sha256:c13ca498134838df1e0503c965f7e97b5f5d4954b41162553d5b0bb467ca96fb_amd64",
          "8Base-RHOSE-4.12:openshift4/ose-cluster-nfd-operator@sha256:f988abd875198a754162eb58d88d204c04e61df9648b07abc32a7a8144942a3d_amd64",
          "8Base-RHOSE-4.12:openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:878d9c0b562ce0b100bc3cd8d4ed158745b4a3e4909bcd4a497936219e087e64_amd64",
          "8Base-RHOSE-4.12:openshift4/ose-clusterresourceoverride-rhel8@sha256:cc6a83695966518acd2c8f6fdaa0d1f31029ea1199fe231880bbe9cb10e11d90_amd64",
          "8Base-RHOSE-4.12:openshift4/ose-contour-rhel8@sha256:c1bc04c491076ddc2c63b62c8133593feea3266271cf49d2517d010a74dd44da_amd64",
          "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:3265c5298ffcff3e922ab397df23447d0c0ccd69882df3b77393269da46f82e5_amd64",
          "8Base-RHOSE-4.12:openshift4/ose-egress-dns-proxy@sha256:f6047c52c79301541a53c6b46963b0960c455d007b403e0f709eaac6f7e2b23b_amd64",
          "8Base-RHOSE-4.12:openshift4/ose-egress-http-proxy@sha256:5d40f09eb29775a64d059cb9b02a93fe4a0128c06cb3690756334c0b0db1ce2e_amd64",
          "8Base-RHOSE-4.12:openshift4/ose-egress-router@sha256:75f8b42c27f3d13e416f95680bf9ca221a90172083876d66eb00c5de979706b5_amd64",
          "8Base-RHOSE-4.12:openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:f9380895972a1362d2fce6394bf5952ea1517f4f43a5670ec04fc1e3cbca4abc_amd64",
          "8Base-RHOSE-4.12:openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:d5ad3f691967138bed0824a3f523caeea3e20ec8dc63874d3fd8db856ac42599_amd64",
          "8Base-RHOSE-4.12:openshift4/ose-helm-operator@sha256:c8a2c96d2f80306c4e0f12e52f231d4892ddc0fa09ac5bf64399507fd79dbc75_amd64",
          "8Base-RHOSE-4.12:openshift4/ose-kubernetes-nmstate-handler-rhel8@sha256:ad218406ce14565a5e5945b139ea605d0971335c9f44d729c4845c4ee52b06fe_amd64",
          "8Base-RHOSE-4.12:openshift4/ose-local-storage-diskmaker@sha256:4507ad38497fe51660fb57a8731900a6f97f76341f372e6667b6f55b9ea9af06_amd64",
          "8Base-RHOSE-4.12:openshift4/ose-local-storage-mustgather-rhel8@sha256:f88dbf6c8061a6104b81c19e0d92bde66d5f7c286c280e2b89e679c6b93b028a_amd64",
          "8Base-RHOSE-4.12:openshift4/ose-local-storage-operator@sha256:cfa2b822a6805ccb10b77e7a46f6ac85e30ba6cdb8bcac9cee3c53a42ffd6eb8_amd64",
          "8Base-RHOSE-4.12:openshift4/ose-node-feature-discovery@sha256:62b003061362514fdeb95b4405efe40cdaa7235ff2b289171b48da694ea8474e_amd64",
          "8Base-RHOSE-4.12:openshift4/ose-operator-sdk-rhel8@sha256:ace47e5568655a2e95826f04518e72e955d9ee5485850e8c1b7e3e063e1afeef_amd64",
          "8Base-RHOSE-4.12:openshift4/ose-ptp-operator@sha256:000dc197fb76fef681aa813ed55e62b579ef5a1b1649fd151d8dac91524bcd56_amd64",
          "8Base-RHOSE-4.12:openshift4/ose-ptp@sha256:66193b5a7fcb813e2d400ed5e689307ff1ec4e00d4b1ba9fbfcfde0f928f84c7_amd64",
          "8Base-RHOSE-4.12:openshift4/ose-sriov-cni@sha256:71d94456ec0d28809136a549d486f48a794c04c2582399a3671bd2ec339b4079_amd64",
          "8Base-RHOSE-4.12:openshift4/ose-sriov-dp-admission-controller@sha256:8e2bc209038afbcc2199522273e28755ca6c10540b319fc81a2f3ad1b25c089b_amd64",
          "8Base-RHOSE-4.12:openshift4/ose-sriov-infiniband-cni@sha256:24e43ba923b7dce5acf0770d60de0093376f32dd3ce9e16001ead0a60fd8777e_amd64",
          "8Base-RHOSE-4.12:openshift4/ose-sriov-network-config-daemon@sha256:67accecb157b7c6e6aac3903a0682b2da58633a193bfd80f126ebc03aa9227b2_amd64",
          "8Base-RHOSE-4.12:openshift4/ose-sriov-network-device-plugin@sha256:f0152a0646efed730c64bc5ed492befd55f37c2229554721ee498a9e20d65d1a_amd64",
          "8Base-RHOSE-4.12:openshift4/ose-sriov-network-operator@sha256:6c03954322b14e438c256b619ae449fafcbb2a137c1f2ffad62df7b9d4a2f658_amd64",
          "8Base-RHOSE-4.12:openshift4/ose-sriov-network-webhook@sha256:7fe0659e85854d24f65bb76103ed3a5a90edb43ad17fb0d2639f7c193f014109_amd64",
          "8Base-RHOSE-4.12:openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:a1f2fe0cdf086aff3b06bfdc78be0c0e651a5d4db7525e8ef851c32cf1fc773d_amd64",
          "8Base-RHOSE-4.12:openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:c5b9ced7487aec7dcacde19ccbfe311618bbc0c177e4af6636107d6fe4eeb05d_amd64",
          "8Base-RHOSE-4.12:openshift4/ptp-must-gather-rhel8@sha256:129f48a1160d7adc34d655153cb6a9021b4843191f601629df6e4bfd9f5bc4cf_amd64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2025-27516"
        },
        {
          "category": "external",
          "summary": "RHBZ#2350190",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2350190"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2025-27516",
          "url": "https://www.cve.org/CVERecord?id=CVE-2025-27516"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-27516",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-27516"
        },
        {
          "category": "external",
          "summary": "https://github.com/pallets/jinja/commit/90457bbf33b8662926ae65cdde4c4c32e756e403",
          "url": "https://github.com/pallets/jinja/commit/90457bbf33b8662926ae65cdde4c4c32e756e403"
        },
        {
          "category": "external",
          "summary": "https://github.com/pallets/jinja/security/advisories/GHSA-cpwx-vrp4-4pq7",
          "url": "https://github.com/pallets/jinja/security/advisories/GHSA-cpwx-vrp4-4pq7"
        }
      ],
      "release_date": "2025-03-05T20:40:06.568000+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2025-05-08T19:30:19+00:00",
          "details": "For OpenShift Container Platform 4.12 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.12/html/release_notes",
          "product_ids": [
            "8Base-RHOSE-4.12:openshift4/ose-ansible-operator@sha256:46c30b6fd3b0c58582325ad007e06307144781ed16ed958825762ab6d32c32d2_amd64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2025:4408"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "LOCAL",
            "availabilityImpact": "HIGH",
            "baseScore": 7.3,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "HIGH",
            "privilegesRequired": "LOW",
            "scope": "UNCHANGED",
            "userInteraction": "REQUIRED",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "8Base-RHOSE-4.12:openshift-tech-preview/metallb-rhel8@sha256:798e60e117dc0c8d10191a5e4a7d74acfe342a5f79777938e4e92db87f7a8929_amd64",
            "8Base-RHOSE-4.12:openshift4/cloud-event-proxy-rhel8@sha256:5778a102f8361e9c7489d6d5fb6b69a6c50bfaf745d598bfd4da48ed64fbf3c9_amd64",
            "8Base-RHOSE-4.12:openshift4/frr-rhel8@sha256:f03618d603dc984ab9a2b9ee4465869be915b1af424acd67c80d9b9fb29aee9e_amd64",
            "8Base-RHOSE-4.12:openshift4/kubernetes-nmstate-rhel8-operator@sha256:ccbd261293cba8c6ac4fbc70b998bccf3df5ae6d1376b8e3a058a9a61a23c9c2_amd64",
            "8Base-RHOSE-4.12:openshift4/metallb-rhel8-operator@sha256:ff4f3a9d196915ff3368b61d9a729e2cb033cebbb79912de46098baa094218e9_amd64",
            "8Base-RHOSE-4.12:openshift4/metallb-rhel8@sha256:798e60e117dc0c8d10191a5e4a7d74acfe342a5f79777938e4e92db87f7a8929_amd64",
            "8Base-RHOSE-4.12:openshift4/ose-ansible-operator@sha256:46c30b6fd3b0c58582325ad007e06307144781ed16ed958825762ab6d32c32d2_amd64",
            "8Base-RHOSE-4.12:openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:717f0ef90664b91299827d2ba63008b14c1c35361b9d27af5dd0132449aa29e3_amd64",
            "8Base-RHOSE-4.12:openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:fe8f31e9ab99130065f004bcaf99962380b7831f05fb52aa926f9d1a7b83e911_amd64",
            "8Base-RHOSE-4.12:openshift4/ose-cloud-event-proxy-rhel8@sha256:5778a102f8361e9c7489d6d5fb6b69a6c50bfaf745d598bfd4da48ed64fbf3c9_amd64",
            "8Base-RHOSE-4.12:openshift4/ose-cloud-event-proxy@sha256:5778a102f8361e9c7489d6d5fb6b69a6c50bfaf745d598bfd4da48ed64fbf3c9_amd64",
            "8Base-RHOSE-4.12:openshift4/ose-cluster-capacity@sha256:c13ca498134838df1e0503c965f7e97b5f5d4954b41162553d5b0bb467ca96fb_amd64",
            "8Base-RHOSE-4.12:openshift4/ose-cluster-nfd-operator@sha256:f988abd875198a754162eb58d88d204c04e61df9648b07abc32a7a8144942a3d_amd64",
            "8Base-RHOSE-4.12:openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:878d9c0b562ce0b100bc3cd8d4ed158745b4a3e4909bcd4a497936219e087e64_amd64",
            "8Base-RHOSE-4.12:openshift4/ose-clusterresourceoverride-rhel8@sha256:cc6a83695966518acd2c8f6fdaa0d1f31029ea1199fe231880bbe9cb10e11d90_amd64",
            "8Base-RHOSE-4.12:openshift4/ose-contour-rhel8@sha256:c1bc04c491076ddc2c63b62c8133593feea3266271cf49d2517d010a74dd44da_amd64",
            "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:3265c5298ffcff3e922ab397df23447d0c0ccd69882df3b77393269da46f82e5_amd64",
            "8Base-RHOSE-4.12:openshift4/ose-egress-dns-proxy@sha256:f6047c52c79301541a53c6b46963b0960c455d007b403e0f709eaac6f7e2b23b_amd64",
            "8Base-RHOSE-4.12:openshift4/ose-egress-http-proxy@sha256:5d40f09eb29775a64d059cb9b02a93fe4a0128c06cb3690756334c0b0db1ce2e_amd64",
            "8Base-RHOSE-4.12:openshift4/ose-egress-router@sha256:75f8b42c27f3d13e416f95680bf9ca221a90172083876d66eb00c5de979706b5_amd64",
            "8Base-RHOSE-4.12:openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:f9380895972a1362d2fce6394bf5952ea1517f4f43a5670ec04fc1e3cbca4abc_amd64",
            "8Base-RHOSE-4.12:openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:d5ad3f691967138bed0824a3f523caeea3e20ec8dc63874d3fd8db856ac42599_amd64",
            "8Base-RHOSE-4.12:openshift4/ose-helm-operator@sha256:c8a2c96d2f80306c4e0f12e52f231d4892ddc0fa09ac5bf64399507fd79dbc75_amd64",
            "8Base-RHOSE-4.12:openshift4/ose-kubernetes-nmstate-handler-rhel8@sha256:ad218406ce14565a5e5945b139ea605d0971335c9f44d729c4845c4ee52b06fe_amd64",
            "8Base-RHOSE-4.12:openshift4/ose-local-storage-diskmaker@sha256:4507ad38497fe51660fb57a8731900a6f97f76341f372e6667b6f55b9ea9af06_amd64",
            "8Base-RHOSE-4.12:openshift4/ose-local-storage-mustgather-rhel8@sha256:f88dbf6c8061a6104b81c19e0d92bde66d5f7c286c280e2b89e679c6b93b028a_amd64",
            "8Base-RHOSE-4.12:openshift4/ose-local-storage-operator@sha256:cfa2b822a6805ccb10b77e7a46f6ac85e30ba6cdb8bcac9cee3c53a42ffd6eb8_amd64",
            "8Base-RHOSE-4.12:openshift4/ose-node-feature-discovery@sha256:62b003061362514fdeb95b4405efe40cdaa7235ff2b289171b48da694ea8474e_amd64",
            "8Base-RHOSE-4.12:openshift4/ose-operator-sdk-rhel8@sha256:ace47e5568655a2e95826f04518e72e955d9ee5485850e8c1b7e3e063e1afeef_amd64",
            "8Base-RHOSE-4.12:openshift4/ose-ptp-operator@sha256:000dc197fb76fef681aa813ed55e62b579ef5a1b1649fd151d8dac91524bcd56_amd64",
            "8Base-RHOSE-4.12:openshift4/ose-ptp@sha256:66193b5a7fcb813e2d400ed5e689307ff1ec4e00d4b1ba9fbfcfde0f928f84c7_amd64",
            "8Base-RHOSE-4.12:openshift4/ose-sriov-cni@sha256:71d94456ec0d28809136a549d486f48a794c04c2582399a3671bd2ec339b4079_amd64",
            "8Base-RHOSE-4.12:openshift4/ose-sriov-dp-admission-controller@sha256:8e2bc209038afbcc2199522273e28755ca6c10540b319fc81a2f3ad1b25c089b_amd64",
            "8Base-RHOSE-4.12:openshift4/ose-sriov-infiniband-cni@sha256:24e43ba923b7dce5acf0770d60de0093376f32dd3ce9e16001ead0a60fd8777e_amd64",
            "8Base-RHOSE-4.12:openshift4/ose-sriov-network-config-daemon@sha256:67accecb157b7c6e6aac3903a0682b2da58633a193bfd80f126ebc03aa9227b2_amd64",
            "8Base-RHOSE-4.12:openshift4/ose-sriov-network-device-plugin@sha256:f0152a0646efed730c64bc5ed492befd55f37c2229554721ee498a9e20d65d1a_amd64",
            "8Base-RHOSE-4.12:openshift4/ose-sriov-network-operator@sha256:6c03954322b14e438c256b619ae449fafcbb2a137c1f2ffad62df7b9d4a2f658_amd64",
            "8Base-RHOSE-4.12:openshift4/ose-sriov-network-webhook@sha256:7fe0659e85854d24f65bb76103ed3a5a90edb43ad17fb0d2639f7c193f014109_amd64",
            "8Base-RHOSE-4.12:openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:a1f2fe0cdf086aff3b06bfdc78be0c0e651a5d4db7525e8ef851c32cf1fc773d_amd64",
            "8Base-RHOSE-4.12:openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:c5b9ced7487aec7dcacde19ccbfe311618bbc0c177e4af6636107d6fe4eeb05d_amd64",
            "8Base-RHOSE-4.12:openshift4/ptp-must-gather-rhel8@sha256:129f48a1160d7adc34d655153cb6a9021b4843191f601629df6e4bfd9f5bc4cf_amd64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Important"
        }
      ],
      "title": "jinja2: Jinja sandbox breakout through attr filter selecting format method"
    }
  ]
}
  rhsa-2025:3568
Vulnerability from csaf_redhat
Notes
{
  "document": {
    "aggregate_severity": {
      "namespace": "https://access.redhat.com/security/updates/classification/",
      "text": "Important"
    },
    "category": "csaf_security_advisory",
    "csaf_version": "2.0",
    "distribution": {
      "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
      "tlp": {
        "label": "WHITE",
        "url": "https://www.first.org/tlp/"
      }
    },
    "lang": "en",
    "notes": [
      {
        "category": "summary",
        "text": "Red Hat OpenShift Container Platform release 4.14.50 is now available with updates to packages and images that fix several bugs.\n\nThis release includes a security update for Red Hat OpenShift Container Platform 4.14.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
        "title": "Topic"
      },
      {
        "category": "general",
        "text": "Red Hat OpenShift Container Platform is Red Hat\u0027s cloud computing Kubernetes application platform solution designed for on-premise or private cloud deployments.\n\nThis advisory contains the RPM packages for Red Hat OpenShift Container Platform 4.14.50. See the following advisory for the container images for this release:\n\nhttps://access.redhat.com/errata/RHSA-2025:3569\n\nSecurity Fix(es):\n\n* jinja2: Jinja sandbox breakout through attr filter selecting format method (CVE-2025-27516)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAll OpenShift Container Platform 4.14 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.14/html-single/updating_clusters/index#updating-cluster-cli.",
        "title": "Details"
      },
      {
        "category": "legal_disclaimer",
        "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
        "title": "Terms of Use"
      }
    ],
    "publisher": {
      "category": "vendor",
      "contact_details": "https://access.redhat.com/security/team/contact/",
      "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
      "name": "Red Hat Product Security",
      "namespace": "https://www.redhat.com"
    },
    "references": [
      {
        "category": "self",
        "summary": "https://access.redhat.com/errata/RHSA-2025:3568",
        "url": "https://access.redhat.com/errata/RHSA-2025:3568"
      },
      {
        "category": "external",
        "summary": "https://access.redhat.com/security/updates/classification/#important",
        "url": "https://access.redhat.com/security/updates/classification/#important"
      },
      {
        "category": "external",
        "summary": "2350190",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2350190"
      },
      {
        "category": "self",
        "summary": "Canonical URL",
        "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_3568.json"
      }
    ],
    "title": "Red Hat Security Advisory: OpenShift Container Platform 4.14.50 security and extras update",
    "tracking": {
      "current_release_date": "2025-10-28T19:42:45+00:00",
      "generator": {
        "date": "2025-10-28T19:42:45+00:00",
        "engine": {
          "name": "Red Hat SDEngine",
          "version": "4.6.10"
        }
      },
      "id": "RHSA-2025:3568",
      "initial_release_date": "2025-04-09T01:19:57+00:00",
      "revision_history": [
        {
          "date": "2025-04-09T01:19:57+00:00",
          "number": "1",
          "summary": "Initial version"
        },
        {
          "date": "2025-04-09T01:19:57+00:00",
          "number": "2",
          "summary": "Last updated version"
        },
        {
          "date": "2025-10-28T19:42:45+00:00",
          "number": "3",
          "summary": "Last generated version"
        }
      ],
      "status": "final",
      "version": "3"
    }
  },
  "product_tree": {
    "branches": [
      {
        "branches": [
          {
            "branches": [
              {
                "category": "product_name",
                "name": "Red Hat OpenShift Container Platform 4.14",
                "product": {
                  "name": "Red Hat OpenShift Container Platform 4.14",
                  "product_id": "8Base-RHOSE-4.14",
                  "product_identification_helper": {
                    "cpe": "cpe:/a:redhat:openshift:4.14::el8"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "Red Hat OpenShift Container Platform 4.14",
                "product": {
                  "name": "Red Hat OpenShift Container Platform 4.14",
                  "product_id": "9Base-RHOSE-4.14",
                  "product_identification_helper": {
                    "cpe": "cpe:/a:redhat:openshift:4.14::el9"
                  }
                }
              }
            ],
            "category": "product_family",
            "name": "Red Hat OpenShift Enterprise"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "openshift4/ose-descheduler@sha256:4d8469dd86b281ffdf40782135c6de6a7c5563c7ca331053b038213572922cb7_arm64",
                "product": {
                  "name": "openshift4/ose-descheduler@sha256:4d8469dd86b281ffdf40782135c6de6a7c5563c7ca331053b038213572922cb7_arm64",
                  "product_id": "openshift4/ose-descheduler@sha256:4d8469dd86b281ffdf40782135c6de6a7c5563c7ca331053b038213572922cb7_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-descheduler@sha256:4d8469dd86b281ffdf40782135c6de6a7c5563c7ca331053b038213572922cb7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-descheduler\u0026tag=v4.14.0-202503310335.p0.g16ce606.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cloud-event-proxy-rhel8@sha256:501ae6b06f145ebec1b38171961d427086a180515dac92b89303b29e17feaa38_arm64",
                "product": {
                  "name": "openshift4/ose-cloud-event-proxy-rhel8@sha256:501ae6b06f145ebec1b38171961d427086a180515dac92b89303b29e17feaa38_arm64",
                  "product_id": "openshift4/ose-cloud-event-proxy-rhel8@sha256:501ae6b06f145ebec1b38171961d427086a180515dac92b89303b29e17feaa38_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cloud-event-proxy-rhel8@sha256:501ae6b06f145ebec1b38171961d427086a180515dac92b89303b29e17feaa38?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8\u0026tag=v4.14.0-202503310335.p0.g770f00b.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/cloud-event-proxy-rhel8@sha256:501ae6b06f145ebec1b38171961d427086a180515dac92b89303b29e17feaa38_arm64",
                "product": {
                  "name": "openshift4/cloud-event-proxy-rhel8@sha256:501ae6b06f145ebec1b38171961d427086a180515dac92b89303b29e17feaa38_arm64",
                  "product_id": "openshift4/cloud-event-proxy-rhel8@sha256:501ae6b06f145ebec1b38171961d427086a180515dac92b89303b29e17feaa38_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/cloud-event-proxy-rhel8@sha256:501ae6b06f145ebec1b38171961d427086a180515dac92b89303b29e17feaa38?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/cloud-event-proxy-rhel8\u0026tag=v4.14.0-202503310335.p0.g770f00b.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-nfd-operator@sha256:c0a79319484273ab0a6883d7903ca183141783620862c6cd8cd6c4d3741e05aa_arm64",
                "product": {
                  "name": "openshift4/ose-cluster-nfd-operator@sha256:c0a79319484273ab0a6883d7903ca183141783620862c6cd8cd6c4d3741e05aa_arm64",
                  "product_id": "openshift4/ose-cluster-nfd-operator@sha256:c0a79319484273ab0a6883d7903ca183141783620862c6cd8cd6c4d3741e05aa_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-nfd-operator@sha256:c0a79319484273ab0a6883d7903ca183141783620862c6cd8cd6c4d3741e05aa?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-nfd-operator\u0026tag=v4.14.0-202503310939.p0.g489fbcc.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-sriov-infiniband-cni@sha256:b0bc2d08e98b70ec80f351c8c330917b4e962b4b4e6de903a9b221b816a53697_arm64",
                "product": {
                  "name": "openshift4/ose-sriov-infiniband-cni@sha256:b0bc2d08e98b70ec80f351c8c330917b4e962b4b4e6de903a9b221b816a53697_arm64",
                  "product_id": "openshift4/ose-sriov-infiniband-cni@sha256:b0bc2d08e98b70ec80f351c8c330917b4e962b4b4e6de903a9b221b816a53697_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-sriov-infiniband-cni@sha256:b0bc2d08e98b70ec80f351c8c330917b4e962b4b4e6de903a9b221b816a53697?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-infiniband-cni\u0026tag=v4.14.0-202503310335.p0.gcc85a75.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ingress-node-firewall-rhel9@sha256:3a37348ebd8a04f4c32d49a2839145c1151fea25e1d177677af72d19fd05f797_arm64",
                "product": {
                  "name": "openshift4/ingress-node-firewall-rhel9@sha256:3a37348ebd8a04f4c32d49a2839145c1151fea25e1d177677af72d19fd05f797_arm64",
                  "product_id": "openshift4/ingress-node-firewall-rhel9@sha256:3a37348ebd8a04f4c32d49a2839145c1151fea25e1d177677af72d19fd05f797_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ingress-node-firewall-rhel9@sha256:3a37348ebd8a04f4c32d49a2839145c1151fea25e1d177677af72d19fd05f797?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ingress-node-firewall-rhel9\u0026tag=v4.14.0-202503271636.p0.gd71e4a3.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ingress-node-firewall-rhel9-operator@sha256:a3ee6f76b03637ad8239c8b9ca965c2e6ab8e6111447e223422ade0b401cfef1_arm64",
                "product": {
                  "name": "openshift4/ingress-node-firewall-rhel9-operator@sha256:a3ee6f76b03637ad8239c8b9ca965c2e6ab8e6111447e223422ade0b401cfef1_arm64",
                  "product_id": "openshift4/ingress-node-firewall-rhel9-operator@sha256:a3ee6f76b03637ad8239c8b9ca965c2e6ab8e6111447e223422ade0b401cfef1_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ingress-node-firewall-rhel9-operator@sha256:a3ee6f76b03637ad8239c8b9ca965c2e6ab8e6111447e223422ade0b401cfef1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator\u0026tag=v4.14.0-202503310335.p0.gd71e4a3.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-local-storage-diskmaker@sha256:eb995c9ef36074a1b33bbf551ea943636159943369bff00bf5471535064efd4a_arm64",
                "product": {
                  "name": "openshift4/ose-local-storage-diskmaker@sha256:eb995c9ef36074a1b33bbf551ea943636159943369bff00bf5471535064efd4a_arm64",
                  "product_id": "openshift4/ose-local-storage-diskmaker@sha256:eb995c9ef36074a1b33bbf551ea943636159943369bff00bf5471535064efd4a_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-local-storage-diskmaker@sha256:eb995c9ef36074a1b33bbf551ea943636159943369bff00bf5471535064efd4a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-diskmaker\u0026tag=v4.14.0-202503310335.p0.g599ce82.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-local-storage-operator@sha256:f2024ca62bc7e68f8874b2eee4375be673c6a16868f92ee4f8c40125e0a25f3d_arm64",
                "product": {
                  "name": "openshift4/ose-local-storage-operator@sha256:f2024ca62bc7e68f8874b2eee4375be673c6a16868f92ee4f8c40125e0a25f3d_arm64",
                  "product_id": "openshift4/ose-local-storage-operator@sha256:f2024ca62bc7e68f8874b2eee4375be673c6a16868f92ee4f8c40125e0a25f3d_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-local-storage-operator@sha256:f2024ca62bc7e68f8874b2eee4375be673c6a16868f92ee4f8c40125e0a25f3d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-operator\u0026tag=v4.14.0-202503310939.p0.g599ce82.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/nmstate-console-plugin-rhel8@sha256:8c3f9b60ac25ae1a074c36ef1d45d685a0770af949a0115e3f3d8f86a6bae1ce_arm64",
                "product": {
                  "name": "openshift4/nmstate-console-plugin-rhel8@sha256:8c3f9b60ac25ae1a074c36ef1d45d685a0770af949a0115e3f3d8f86a6bae1ce_arm64",
                  "product_id": "openshift4/nmstate-console-plugin-rhel8@sha256:8c3f9b60ac25ae1a074c36ef1d45d685a0770af949a0115e3f3d8f86a6bae1ce_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/nmstate-console-plugin-rhel8@sha256:8c3f9b60ac25ae1a074c36ef1d45d685a0770af949a0115e3f3d8f86a6bae1ce?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/nmstate-console-plugin-rhel8\u0026tag=v4.14.0-202504020144.p0.gb82c422.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-node-feature-discovery@sha256:9ec1f457acc3423f0acdb132c15eb522a8f246eb83718431aad43f1a14158c4a_arm64",
                "product": {
                  "name": "openshift4/ose-node-feature-discovery@sha256:9ec1f457acc3423f0acdb132c15eb522a8f246eb83718431aad43f1a14158c4a_arm64",
                  "product_id": "openshift4/ose-node-feature-discovery@sha256:9ec1f457acc3423f0acdb132c15eb522a8f246eb83718431aad43f1a14158c4a_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-node-feature-discovery@sha256:9ec1f457acc3423f0acdb132c15eb522a8f246eb83718431aad43f1a14158c4a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-node-feature-discovery\u0026tag=v4.14.0-202503310939.p0.gb30f8cb.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-ansible-operator@sha256:af079de33423dc6bb2f7d1850b33425a55ad9be0b6a4068c0f7521a0d612b7d8_arm64",
                "product": {
                  "name": "openshift4/ose-ansible-operator@sha256:af079de33423dc6bb2f7d1850b33425a55ad9be0b6a4068c0f7521a0d612b7d8_arm64",
                  "product_id": "openshift4/ose-ansible-operator@sha256:af079de33423dc6bb2f7d1850b33425a55ad9be0b6a4068c0f7521a0d612b7d8_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-ansible-operator@sha256:af079de33423dc6bb2f7d1850b33425a55ad9be0b6a4068c0f7521a0d612b7d8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ansible-operator\u0026tag=v4.14.0-202503310335.p0.g0ad973f.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-capacity@sha256:0b8e7e479f0b9f1b377125534b00ea7ba5e672954cf59b8d8d6626d1bf1f3de0_arm64",
                "product": {
                  "name": "openshift4/ose-cluster-capacity@sha256:0b8e7e479f0b9f1b377125534b00ea7ba5e672954cf59b8d8d6626d1bf1f3de0_arm64",
                  "product_id": "openshift4/ose-cluster-capacity@sha256:0b8e7e479f0b9f1b377125534b00ea7ba5e672954cf59b8d8d6626d1bf1f3de0_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-capacity@sha256:0b8e7e479f0b9f1b377125534b00ea7ba5e672954cf59b8d8d6626d1bf1f3de0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capacity\u0026tag=v4.14.0-202503310335.p0.g1d2edb6.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-egress-dns-proxy@sha256:b2362f01d8850c267c1277d0905303fabec8fc5d3ba7d218f8605c5603efeeec_arm64",
                "product": {
                  "name": "openshift4/ose-egress-dns-proxy@sha256:b2362f01d8850c267c1277d0905303fabec8fc5d3ba7d218f8605c5603efeeec_arm64",
                  "product_id": "openshift4/ose-egress-dns-proxy@sha256:b2362f01d8850c267c1277d0905303fabec8fc5d3ba7d218f8605c5603efeeec_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-egress-dns-proxy@sha256:b2362f01d8850c267c1277d0905303fabec8fc5d3ba7d218f8605c5603efeeec?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-egress-dns-proxy\u0026tag=v4.14.0-202503310939.p0.g03e5f40.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-egress-router@sha256:006c0b7958cca5f39ff8a1e65c920cce51333b0bdb538197a73b5579d973b3ff_arm64",
                "product": {
                  "name": "openshift4/ose-egress-router@sha256:006c0b7958cca5f39ff8a1e65c920cce51333b0bdb538197a73b5579d973b3ff_arm64",
                  "product_id": "openshift4/ose-egress-router@sha256:006c0b7958cca5f39ff8a1e65c920cce51333b0bdb538197a73b5579d973b3ff_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-egress-router@sha256:006c0b7958cca5f39ff8a1e65c920cce51333b0bdb538197a73b5579d973b3ff?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-egress-router\u0026tag=v4.14.0-202503310335.p0.g03e5f40.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-helm-operator@sha256:aa292e29511aea9e23e430e83dd63b6822c94c9449e7959a2812df68bcb39135_arm64",
                "product": {
                  "name": "openshift4/ose-helm-operator@sha256:aa292e29511aea9e23e430e83dd63b6822c94c9449e7959a2812df68bcb39135_arm64",
                  "product_id": "openshift4/ose-helm-operator@sha256:aa292e29511aea9e23e430e83dd63b6822c94c9449e7959a2812df68bcb39135_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-helm-operator@sha256:aa292e29511aea9e23e430e83dd63b6822c94c9449e7959a2812df68bcb39135?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-helm-operator\u0026tag=v4.14.0-202503310335.p0.g0ad973f.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-operator-sdk-rhel8@sha256:6bd47cc37b1b88260af087e5425755404944e67827fc2b044458267a8784526f_arm64",
                "product": {
                  "name": "openshift4/ose-operator-sdk-rhel8@sha256:6bd47cc37b1b88260af087e5425755404944e67827fc2b044458267a8784526f_arm64",
                  "product_id": "openshift4/ose-operator-sdk-rhel8@sha256:6bd47cc37b1b88260af087e5425755404944e67827fc2b044458267a8784526f_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-operator-sdk-rhel8@sha256:6bd47cc37b1b88260af087e5425755404944e67827fc2b044458267a8784526f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-sdk-rhel8\u0026tag=v4.14.0-202504020144.p0.g0ad973f.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:3be467e48a5ac69618ea7271dbc2522819fc46a9c4530f06089e53b2a47c22de_arm64",
                "product": {
                  "name": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:3be467e48a5ac69618ea7271dbc2522819fc46a9c4530f06089e53b2a47c22de_arm64",
                  "product_id": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:3be467e48a5ac69618ea7271dbc2522819fc46a9c4530f06089e53b2a47c22de_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-kubernetes-nmstate-handler-rhel9@sha256:3be467e48a5ac69618ea7271dbc2522819fc46a9c4530f06089e53b2a47c22de?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9\u0026tag=v4.14.0-202504010138.p0.g23117c5.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:498930b7965957850a4945c5190d8e8f15a2e01ec7ed741fab956b42ce51085e_arm64",
                "product": {
                  "name": "openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:498930b7965957850a4945c5190d8e8f15a2e01ec7ed741fab956b42ce51085e_arm64",
                  "product_id": "openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:498930b7965957850a4945c5190d8e8f15a2e01ec7ed741fab956b42ce51085e_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-aws-efs-csi-driver-container-rhel8@sha256:498930b7965957850a4945c5190d8e8f15a2e01ec7ed741fab956b42ce51085e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8\u0026tag=v4.14.0-202503310939.p0.g67eddc2.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:d30f2ef6d94a52faba0394e8fdaf89bf62554c8b30ccc2c9835a39ed6572214d_arm64",
                "product": {
                  "name": "openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:d30f2ef6d94a52faba0394e8fdaf89bf62554c8b30ccc2c9835a39ed6572214d_arm64",
                  "product_id": "openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:d30f2ef6d94a52faba0394e8fdaf89bf62554c8b30ccc2c9835a39ed6572214d_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-aws-efs-csi-driver-rhel8-operator@sha256:d30f2ef6d94a52faba0394e8fdaf89bf62554c8b30ccc2c9835a39ed6572214d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator\u0026tag=v4.14.0-202503310939.p0.g9884f76.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-kube-descheduler-rhel8-operator@sha256:1b1b417c506c5bb6ea8c7e37cf7f3e58d9e17d0a8bd47f52c1754a8db7b52a20_arm64",
                "product": {
                  "name": "openshift4/ose-cluster-kube-descheduler-rhel8-operator@sha256:1b1b417c506c5bb6ea8c7e37cf7f3e58d9e17d0a8bd47f52c1754a8db7b52a20_arm64",
                  "product_id": "openshift4/ose-cluster-kube-descheduler-rhel8-operator@sha256:1b1b417c506c5bb6ea8c7e37cf7f3e58d9e17d0a8bd47f52c1754a8db7b52a20_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-kube-descheduler-rhel8-operator@sha256:1b1b417c506c5bb6ea8c7e37cf7f3e58d9e17d0a8bd47f52c1754a8db7b52a20?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-descheduler-rhel8-operator\u0026tag=v4.14.0-202503310335.p0.gcd52d96.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-kube-descheduler-operator@sha256:1b1b417c506c5bb6ea8c7e37cf7f3e58d9e17d0a8bd47f52c1754a8db7b52a20_arm64",
                "product": {
                  "name": "openshift4/ose-cluster-kube-descheduler-operator@sha256:1b1b417c506c5bb6ea8c7e37cf7f3e58d9e17d0a8bd47f52c1754a8db7b52a20_arm64",
                  "product_id": "openshift4/ose-cluster-kube-descheduler-operator@sha256:1b1b417c506c5bb6ea8c7e37cf7f3e58d9e17d0a8bd47f52c1754a8db7b52a20_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-kube-descheduler-operator@sha256:1b1b417c506c5bb6ea8c7e37cf7f3e58d9e17d0a8bd47f52c1754a8db7b52a20?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-descheduler-operator\u0026tag=v4.14.0-202503310335.p0.gcd52d96.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-clusterresourceoverride-rhel8@sha256:c68c5ffdbbe089ec33b409f35f75586a5ec593f98c89f397184688f0d29f4ef8_arm64",
                "product": {
                  "name": "openshift4/ose-clusterresourceoverride-rhel8@sha256:c68c5ffdbbe089ec33b409f35f75586a5ec593f98c89f397184688f0d29f4ef8_arm64",
                  "product_id": "openshift4/ose-clusterresourceoverride-rhel8@sha256:c68c5ffdbbe089ec33b409f35f75586a5ec593f98c89f397184688f0d29f4ef8_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-clusterresourceoverride-rhel8@sha256:c68c5ffdbbe089ec33b409f35f75586a5ec593f98c89f397184688f0d29f4ef8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8\u0026tag=v4.14.0-202503310939.p0.g61de9ca.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:da4712c0d89bba499e8de8621fcd0464b732da6972fccc9fed20b020148cf4b1_arm64",
                "product": {
                  "name": "openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:da4712c0d89bba499e8de8621fcd0464b732da6972fccc9fed20b020148cf4b1_arm64",
                  "product_id": "openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:da4712c0d89bba499e8de8621fcd0464b732da6972fccc9fed20b020148cf4b1_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-clusterresourceoverride-rhel8-operator@sha256:da4712c0d89bba499e8de8621fcd0464b732da6972fccc9fed20b020148cf4b1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator\u0026tag=v4.14.0-202503310939.p0.g699f73c.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:71614bcd0bc06818d4692b96753d3ea402ad487c3f7b06cac2b7ed9722a6fc41_arm64",
                "product": {
                  "name": "openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:71614bcd0bc06818d4692b96753d3ea402ad487c3f7b06cac2b7ed9722a6fc41_arm64",
                  "product_id": "openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:71614bcd0bc06818d4692b96753d3ea402ad487c3f7b06cac2b7ed9722a6fc41_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:71614bcd0bc06818d4692b96753d3ea402ad487c3f7b06cac2b7ed9722a6fc41?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8\u0026tag=v4.14.0-202503310939.p0.g9232c1f.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-egress-http-proxy@sha256:6c0347fcb45ec7c2ea4f74e4c1e06ccc093d51dbf6f32a4bd426af513d139b7e_arm64",
                "product": {
                  "name": "openshift4/ose-egress-http-proxy@sha256:6c0347fcb45ec7c2ea4f74e4c1e06ccc093d51dbf6f32a4bd426af513d139b7e_arm64",
                  "product_id": "openshift4/ose-egress-http-proxy@sha256:6c0347fcb45ec7c2ea4f74e4c1e06ccc093d51dbf6f32a4bd426af513d139b7e_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-egress-http-proxy@sha256:6c0347fcb45ec7c2ea4f74e4c1e06ccc093d51dbf6f32a4bd426af513d139b7e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-egress-http-proxy\u0026tag=v4.14.0-202503310335.p0.g03e5f40.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/frr-rhel9@sha256:1491ad866f45f82419752beeb844de30e8fde7292cccf0aa9d74ff806e356341_arm64",
                "product": {
                  "name": "openshift4/frr-rhel9@sha256:1491ad866f45f82419752beeb844de30e8fde7292cccf0aa9d74ff806e356341_arm64",
                  "product_id": "openshift4/frr-rhel9@sha256:1491ad866f45f82419752beeb844de30e8fde7292cccf0aa9d74ff806e356341_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/frr-rhel9@sha256:1491ad866f45f82419752beeb844de30e8fde7292cccf0aa9d74ff806e356341?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/frr-rhel9\u0026tag=v4.14.0-202503271636.p0.g0414ca3.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:43dac2501e26de28cb0e87d13a1b5d50faa7af42e6dd438e3366afc3c212afd9_arm64",
                "product": {
                  "name": "openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:43dac2501e26de28cb0e87d13a1b5d50faa7af42e6dd438e3366afc3c212afd9_arm64",
                  "product_id": "openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:43dac2501e26de28cb0e87d13a1b5d50faa7af42e6dd438e3366afc3c212afd9_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-gcp-filestore-csi-driver-rhel8@sha256:43dac2501e26de28cb0e87d13a1b5d50faa7af42e6dd438e3366afc3c212afd9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8\u0026tag=v4.14.0-202503310335.p0.ga6af579.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:ba16d845bfc9a684c521383f21db8345cf84546697b7aa9733f7dcc80652f19c_arm64",
                "product": {
                  "name": "openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:ba16d845bfc9a684c521383f21db8345cf84546697b7aa9733f7dcc80652f19c_arm64",
                  "product_id": "openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:ba16d845bfc9a684c521383f21db8345cf84546697b7aa9733f7dcc80652f19c_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:ba16d845bfc9a684c521383f21db8345cf84546697b7aa9733f7dcc80652f19c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator\u0026tag=v4.14.0-202503310939.p0.g5028f0a.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:ee83cb2612de8b82550f2df9ba7ab91ef27732c1a20b75ed64e8a9048fc92dfc_arm64",
                "product": {
                  "name": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:ee83cb2612de8b82550f2df9ba7ab91ef27732c1a20b75ed64e8a9048fc92dfc_arm64",
                  "product_id": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:ee83cb2612de8b82550f2df9ba7ab91ef27732c1a20b75ed64e8a9048fc92dfc_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/kubernetes-nmstate-rhel9-operator@sha256:ee83cb2612de8b82550f2df9ba7ab91ef27732c1a20b75ed64e8a9048fc92dfc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator\u0026tag=v4.14.0-202504020144.p0.g23117c5.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-ptp-rhel9@sha256:30432cfe1204baa94e0d4f164f999d221c47078169914cc86b3d537034a01cdc_arm64",
                "product": {
                  "name": "openshift4/ose-ptp-rhel9@sha256:30432cfe1204baa94e0d4f164f999d221c47078169914cc86b3d537034a01cdc_arm64",
                  "product_id": "openshift4/ose-ptp-rhel9@sha256:30432cfe1204baa94e0d4f164f999d221c47078169914cc86b3d537034a01cdc_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-ptp-rhel9@sha256:30432cfe1204baa94e0d4f164f999d221c47078169914cc86b3d537034a01cdc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ptp-rhel9\u0026tag=v4.14.0-202504010239.p0.gade9d9a.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-local-storage-mustgather-rhel8@sha256:1ad572397310bd6d48ca4e8847c8daf1f44b36fb07880934dc63d7534cd49cff_arm64",
                "product": {
                  "name": "openshift4/ose-local-storage-mustgather-rhel8@sha256:1ad572397310bd6d48ca4e8847c8daf1f44b36fb07880934dc63d7534cd49cff_arm64",
                  "product_id": "openshift4/ose-local-storage-mustgather-rhel8@sha256:1ad572397310bd6d48ca4e8847c8daf1f44b36fb07880934dc63d7534cd49cff_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-local-storage-mustgather-rhel8@sha256:1ad572397310bd6d48ca4e8847c8daf1f44b36fb07880934dc63d7534cd49cff?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel8\u0026tag=v4.14.0-202503310939.p0.g599ce82.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/metallb-rhel9@sha256:b4479e9d6962dedfc20055fa439e18d4510b0351447c856725df1c834ddbf5e4_arm64",
                "product": {
                  "name": "openshift4/metallb-rhel9@sha256:b4479e9d6962dedfc20055fa439e18d4510b0351447c856725df1c834ddbf5e4_arm64",
                  "product_id": "openshift4/metallb-rhel9@sha256:b4479e9d6962dedfc20055fa439e18d4510b0351447c856725df1c834ddbf5e4_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/metallb-rhel9@sha256:b4479e9d6962dedfc20055fa439e18d4510b0351447c856725df1c834ddbf5e4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel9\u0026tag=v4.14.0-202503272035.p0.g990fd37.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/metallb-rhel9-operator@sha256:a7f4a4f4882732ead5fb64daea06473e596c0f82b84937d1e8a06f8abf55dec3_arm64",
                "product": {
                  "name": "openshift4/metallb-rhel9-operator@sha256:a7f4a4f4882732ead5fb64daea06473e596c0f82b84937d1e8a06f8abf55dec3_arm64",
                  "product_id": "openshift4/metallb-rhel9-operator@sha256:a7f4a4f4882732ead5fb64daea06473e596c0f82b84937d1e8a06f8abf55dec3_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/metallb-rhel9-operator@sha256:a7f4a4f4882732ead5fb64daea06473e596c0f82b84937d1e8a06f8abf55dec3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel9-operator\u0026tag=v4.14.0-202503310335.p0.ged35a97.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-ptp-operator@sha256:8c44d740c8aae7a792eed655a6696082b97b32ab104ea38bcd6b1d03877d5c04_arm64",
                "product": {
                  "name": "openshift4/ose-ptp-operator@sha256:8c44d740c8aae7a792eed655a6696082b97b32ab104ea38bcd6b1d03877d5c04_arm64",
                  "product_id": "openshift4/ose-ptp-operator@sha256:8c44d740c8aae7a792eed655a6696082b97b32ab104ea38bcd6b1d03877d5c04_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-ptp-operator@sha256:8c44d740c8aae7a792eed655a6696082b97b32ab104ea38bcd6b1d03877d5c04?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ptp-operator\u0026tag=v4.14.0-202504010239.p0.gc7be452.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-secrets-store-csi-driver-rhel8@sha256:af26f9ad645a2a25f4919d2d53d6e546407d794697026f7853203d660dab7bd5_arm64",
                "product": {
                  "name": "openshift4/ose-secrets-store-csi-driver-rhel8@sha256:af26f9ad645a2a25f4919d2d53d6e546407d794697026f7853203d660dab7bd5_arm64",
                  "product_id": "openshift4/ose-secrets-store-csi-driver-rhel8@sha256:af26f9ad645a2a25f4919d2d53d6e546407d794697026f7853203d660dab7bd5_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-secrets-store-csi-driver-rhel8@sha256:af26f9ad645a2a25f4919d2d53d6e546407d794697026f7853203d660dab7bd5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8\u0026tag=v4.14.0-202503310335.p0.g4b5bd4b.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:e26738777167a9602f51ab3d7dc3e570c3ae09b0e99e5da4f747b88a8aa7785a_arm64",
                "product": {
                  "name": "openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:e26738777167a9602f51ab3d7dc3e570c3ae09b0e99e5da4f747b88a8aa7785a_arm64",
                  "product_id": "openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:e26738777167a9602f51ab3d7dc3e570c3ae09b0e99e5da4f747b88a8aa7785a_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-secrets-store-csi-driver-rhel8-operator@sha256:e26738777167a9602f51ab3d7dc3e570c3ae09b0e99e5da4f747b88a8aa7785a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator\u0026tag=v4.14.0-202503310335.p0.g4f339d0.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:eb4aabb494139ef54fa3d4c74b5465300c756f5266d632259f4badc01c2d4a60_arm64",
                "product": {
                  "name": "openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:eb4aabb494139ef54fa3d4c74b5465300c756f5266d632259f4badc01c2d4a60_arm64",
                  "product_id": "openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:eb4aabb494139ef54fa3d4c74b5465300c756f5266d632259f4badc01c2d4a60_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-secrets-store-csi-mustgather-rhel8@sha256:eb4aabb494139ef54fa3d4c74b5465300c756f5266d632259f4badc01c2d4a60?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8\u0026tag=v4.14.0-202503310939.p0.g4f339d0.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:ff1186111a1ac5b3fee53293c2489551103bab0ef41a8f202c1962b32dd05e3d_arm64",
                "product": {
                  "name": "openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:ff1186111a1ac5b3fee53293c2489551103bab0ef41a8f202c1962b32dd05e3d_arm64",
                  "product_id": "openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:ff1186111a1ac5b3fee53293c2489551103bab0ef41a8f202c1962b32dd05e3d_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-vertical-pod-autoscaler-rhel8@sha256:ff1186111a1ac5b3fee53293c2489551103bab0ef41a8f202c1962b32dd05e3d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8\u0026tag=v4.14.0-202503310939.p0.gd030dba.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:3d33953db858a2030804b653703bab248a2b17588ed04a69dd6d86083a9444eb_arm64",
                "product": {
                  "name": "openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:3d33953db858a2030804b653703bab248a2b17588ed04a69dd6d86083a9444eb_arm64",
                  "product_id": "openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:3d33953db858a2030804b653703bab248a2b17588ed04a69dd6d86083a9444eb_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-vertical-pod-autoscaler-rhel8-operator@sha256:3d33953db858a2030804b653703bab248a2b17588ed04a69dd6d86083a9444eb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator\u0026tag=v4.14.0-202503310939.p0.gb70ce20.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ptp-must-gather-rhel8@sha256:7d5d34919f72b77b9646428100b822b6fc08b136f608fa334a3eb5c7ff7005ee_arm64",
                "product": {
                  "name": "openshift4/ptp-must-gather-rhel8@sha256:7d5d34919f72b77b9646428100b822b6fc08b136f608fa334a3eb5c7ff7005ee_arm64",
                  "product_id": "openshift4/ptp-must-gather-rhel8@sha256:7d5d34919f72b77b9646428100b822b6fc08b136f608fa334a3eb5c7ff7005ee_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ptp-must-gather-rhel8@sha256:7d5d34919f72b77b9646428100b822b6fc08b136f608fa334a3eb5c7ff7005ee?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ptp-must-gather-rhel8\u0026tag=v4.14.0-202503310939.p0.gc7be452.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/sriov-cni-rhel9@sha256:e4b357674e92932e4ea941db0668940ee4956bb1671a20245e5a2f06d87ee379_arm64",
                "product": {
                  "name": "openshift4/sriov-cni-rhel9@sha256:e4b357674e92932e4ea941db0668940ee4956bb1671a20245e5a2f06d87ee379_arm64",
                  "product_id": "openshift4/sriov-cni-rhel9@sha256:e4b357674e92932e4ea941db0668940ee4956bb1671a20245e5a2f06d87ee379_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/sriov-cni-rhel9@sha256:e4b357674e92932e4ea941db0668940ee4956bb1671a20245e5a2f06d87ee379?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/sriov-cni-rhel9\u0026tag=v4.14.0-202503271636.p0.g06859a6.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-sriov-dp-admission-controller@sha256:4544e6ad215b0e1f99f5c7c20fa8a018037d5648235256f9ca55deae34668727_arm64",
                "product": {
                  "name": "openshift4/ose-sriov-dp-admission-controller@sha256:4544e6ad215b0e1f99f5c7c20fa8a018037d5648235256f9ca55deae34668727_arm64",
                  "product_id": "openshift4/ose-sriov-dp-admission-controller@sha256:4544e6ad215b0e1f99f5c7c20fa8a018037d5648235256f9ca55deae34668727_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-sriov-dp-admission-controller@sha256:4544e6ad215b0e1f99f5c7c20fa8a018037d5648235256f9ca55deae34668727?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-dp-admission-controller\u0026tag=v4.14.0-202503310335.p0.g5cdb661.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-sriov-network-config-daemon@sha256:ac4dc7708f8e23328acce7791935c01a9cf70db6945815ff9451c09ef9ba51ae_arm64",
                "product": {
                  "name": "openshift4/ose-sriov-network-config-daemon@sha256:ac4dc7708f8e23328acce7791935c01a9cf70db6945815ff9451c09ef9ba51ae_arm64",
                  "product_id": "openshift4/ose-sriov-network-config-daemon@sha256:ac4dc7708f8e23328acce7791935c01a9cf70db6945815ff9451c09ef9ba51ae_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-sriov-network-config-daemon@sha256:ac4dc7708f8e23328acce7791935c01a9cf70db6945815ff9451c09ef9ba51ae?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-config-daemon\u0026tag=v4.14.0-202503310335.p0.gd388ef6.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-sriov-network-device-plugin@sha256:45fe46c572c7f6666e338f95f2f2c0d44b3c29bd4ace743dd5443cad4a37680c_arm64",
                "product": {
                  "name": "openshift4/ose-sriov-network-device-plugin@sha256:45fe46c572c7f6666e338f95f2f2c0d44b3c29bd4ace743dd5443cad4a37680c_arm64",
                  "product_id": "openshift4/ose-sriov-network-device-plugin@sha256:45fe46c572c7f6666e338f95f2f2c0d44b3c29bd4ace743dd5443cad4a37680c_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-sriov-network-device-plugin@sha256:45fe46c572c7f6666e338f95f2f2c0d44b3c29bd4ace743dd5443cad4a37680c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-device-plugin\u0026tag=v4.14.0-202503310335.p0.g430adb7.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-sriov-network-operator@sha256:99d28ecf3b9441a5e2d8a970db310b665afcf62d56210b2c90cf5061fde3845c_arm64",
                "product": {
                  "name": "openshift4/ose-sriov-network-operator@sha256:99d28ecf3b9441a5e2d8a970db310b665afcf62d56210b2c90cf5061fde3845c_arm64",
                  "product_id": "openshift4/ose-sriov-network-operator@sha256:99d28ecf3b9441a5e2d8a970db310b665afcf62d56210b2c90cf5061fde3845c_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-sriov-network-operator@sha256:99d28ecf3b9441a5e2d8a970db310b665afcf62d56210b2c90cf5061fde3845c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-operator\u0026tag=v4.14.0-202503310335.p0.gd388ef6.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-sriov-network-webhook@sha256:c0ee8669195fae78c7116acdb6f7c87f8fb03a404500854c2431b9c66fff62d3_arm64",
                "product": {
                  "name": "openshift4/ose-sriov-network-webhook@sha256:c0ee8669195fae78c7116acdb6f7c87f8fb03a404500854c2431b9c66fff62d3_arm64",
                  "product_id": "openshift4/ose-sriov-network-webhook@sha256:c0ee8669195fae78c7116acdb6f7c87f8fb03a404500854c2431b9c66fff62d3_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-sriov-network-webhook@sha256:c0ee8669195fae78c7116acdb6f7c87f8fb03a404500854c2431b9c66fff62d3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-webhook\u0026tag=v4.14.0-202503310335.p0.gd388ef6.assembly.stream.el8"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "arm64"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "openshift4/ose-descheduler@sha256:d42cf5a6edcf1f541a6d8272ec0c7ebb62fc3dd1f260774bef20685c39535f7a_ppc64le",
                "product": {
                  "name": "openshift4/ose-descheduler@sha256:d42cf5a6edcf1f541a6d8272ec0c7ebb62fc3dd1f260774bef20685c39535f7a_ppc64le",
                  "product_id": "openshift4/ose-descheduler@sha256:d42cf5a6edcf1f541a6d8272ec0c7ebb62fc3dd1f260774bef20685c39535f7a_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-descheduler@sha256:d42cf5a6edcf1f541a6d8272ec0c7ebb62fc3dd1f260774bef20685c39535f7a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-descheduler\u0026tag=v4.14.0-202503310335.p0.g16ce606.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cloud-event-proxy-rhel8@sha256:4911a4713eeeca311b1de28409e954b3eab38c0e4d29b1b187c790022e47f7df_ppc64le",
                "product": {
                  "name": "openshift4/ose-cloud-event-proxy-rhel8@sha256:4911a4713eeeca311b1de28409e954b3eab38c0e4d29b1b187c790022e47f7df_ppc64le",
                  "product_id": "openshift4/ose-cloud-event-proxy-rhel8@sha256:4911a4713eeeca311b1de28409e954b3eab38c0e4d29b1b187c790022e47f7df_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cloud-event-proxy-rhel8@sha256:4911a4713eeeca311b1de28409e954b3eab38c0e4d29b1b187c790022e47f7df?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8\u0026tag=v4.14.0-202503310335.p0.g770f00b.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/cloud-event-proxy-rhel8@sha256:4911a4713eeeca311b1de28409e954b3eab38c0e4d29b1b187c790022e47f7df_ppc64le",
                "product": {
                  "name": "openshift4/cloud-event-proxy-rhel8@sha256:4911a4713eeeca311b1de28409e954b3eab38c0e4d29b1b187c790022e47f7df_ppc64le",
                  "product_id": "openshift4/cloud-event-proxy-rhel8@sha256:4911a4713eeeca311b1de28409e954b3eab38c0e4d29b1b187c790022e47f7df_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/cloud-event-proxy-rhel8@sha256:4911a4713eeeca311b1de28409e954b3eab38c0e4d29b1b187c790022e47f7df?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/cloud-event-proxy-rhel8\u0026tag=v4.14.0-202503310335.p0.g770f00b.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-nfd-operator@sha256:295ca2fefa0205a5f3e5f80e773362279eefbd400cf0085f197d4c2b237f6922_ppc64le",
                "product": {
                  "name": "openshift4/ose-cluster-nfd-operator@sha256:295ca2fefa0205a5f3e5f80e773362279eefbd400cf0085f197d4c2b237f6922_ppc64le",
                  "product_id": "openshift4/ose-cluster-nfd-operator@sha256:295ca2fefa0205a5f3e5f80e773362279eefbd400cf0085f197d4c2b237f6922_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-nfd-operator@sha256:295ca2fefa0205a5f3e5f80e773362279eefbd400cf0085f197d4c2b237f6922?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-nfd-operator\u0026tag=v4.14.0-202503310939.p0.g489fbcc.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-sriov-infiniband-cni@sha256:99fd44a57135a0fb030696ef138ccd0fe32a1cf2d9ef8b3e02e72ed3ae8c6027_ppc64le",
                "product": {
                  "name": "openshift4/ose-sriov-infiniband-cni@sha256:99fd44a57135a0fb030696ef138ccd0fe32a1cf2d9ef8b3e02e72ed3ae8c6027_ppc64le",
                  "product_id": "openshift4/ose-sriov-infiniband-cni@sha256:99fd44a57135a0fb030696ef138ccd0fe32a1cf2d9ef8b3e02e72ed3ae8c6027_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-sriov-infiniband-cni@sha256:99fd44a57135a0fb030696ef138ccd0fe32a1cf2d9ef8b3e02e72ed3ae8c6027?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-infiniband-cni\u0026tag=v4.14.0-202503310335.p0.gcc85a75.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ingress-node-firewall-rhel9@sha256:c0f2a14027d6fbd40ea1a3987de61077e19c2b09850c58198f5614df9eee54c6_ppc64le",
                "product": {
                  "name": "openshift4/ingress-node-firewall-rhel9@sha256:c0f2a14027d6fbd40ea1a3987de61077e19c2b09850c58198f5614df9eee54c6_ppc64le",
                  "product_id": "openshift4/ingress-node-firewall-rhel9@sha256:c0f2a14027d6fbd40ea1a3987de61077e19c2b09850c58198f5614df9eee54c6_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ingress-node-firewall-rhel9@sha256:c0f2a14027d6fbd40ea1a3987de61077e19c2b09850c58198f5614df9eee54c6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ingress-node-firewall-rhel9\u0026tag=v4.14.0-202503271636.p0.gd71e4a3.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ingress-node-firewall-rhel9-operator@sha256:954b4abf1a76a3094aaff1124b8925695982b38f60e768658d94e271876397a1_ppc64le",
                "product": {
                  "name": "openshift4/ingress-node-firewall-rhel9-operator@sha256:954b4abf1a76a3094aaff1124b8925695982b38f60e768658d94e271876397a1_ppc64le",
                  "product_id": "openshift4/ingress-node-firewall-rhel9-operator@sha256:954b4abf1a76a3094aaff1124b8925695982b38f60e768658d94e271876397a1_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ingress-node-firewall-rhel9-operator@sha256:954b4abf1a76a3094aaff1124b8925695982b38f60e768658d94e271876397a1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator\u0026tag=v4.14.0-202503310335.p0.gd71e4a3.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-local-storage-diskmaker@sha256:cc5b496bbef91f2f2772ff6127b925257c892f8bf159d3f9773a4d8e4e1217c1_ppc64le",
                "product": {
                  "name": "openshift4/ose-local-storage-diskmaker@sha256:cc5b496bbef91f2f2772ff6127b925257c892f8bf159d3f9773a4d8e4e1217c1_ppc64le",
                  "product_id": "openshift4/ose-local-storage-diskmaker@sha256:cc5b496bbef91f2f2772ff6127b925257c892f8bf159d3f9773a4d8e4e1217c1_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-local-storage-diskmaker@sha256:cc5b496bbef91f2f2772ff6127b925257c892f8bf159d3f9773a4d8e4e1217c1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-diskmaker\u0026tag=v4.14.0-202503310335.p0.g599ce82.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-local-storage-operator@sha256:080bea1e4d930dc6a456995c426fc87cb2668b3d97f8cbb9d8e87ea853ab889c_ppc64le",
                "product": {
                  "name": "openshift4/ose-local-storage-operator@sha256:080bea1e4d930dc6a456995c426fc87cb2668b3d97f8cbb9d8e87ea853ab889c_ppc64le",
                  "product_id": "openshift4/ose-local-storage-operator@sha256:080bea1e4d930dc6a456995c426fc87cb2668b3d97f8cbb9d8e87ea853ab889c_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-local-storage-operator@sha256:080bea1e4d930dc6a456995c426fc87cb2668b3d97f8cbb9d8e87ea853ab889c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-operator\u0026tag=v4.14.0-202503310939.p0.g599ce82.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/nmstate-console-plugin-rhel8@sha256:f057c009a0b098b758f091aa1feb9daa3a4c796a492e8d5fb2fd51cde371eee4_ppc64le",
                "product": {
                  "name": "openshift4/nmstate-console-plugin-rhel8@sha256:f057c009a0b098b758f091aa1feb9daa3a4c796a492e8d5fb2fd51cde371eee4_ppc64le",
                  "product_id": "openshift4/nmstate-console-plugin-rhel8@sha256:f057c009a0b098b758f091aa1feb9daa3a4c796a492e8d5fb2fd51cde371eee4_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/nmstate-console-plugin-rhel8@sha256:f057c009a0b098b758f091aa1feb9daa3a4c796a492e8d5fb2fd51cde371eee4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/nmstate-console-plugin-rhel8\u0026tag=v4.14.0-202504020144.p0.gb82c422.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-node-feature-discovery@sha256:786d335f1df251bc9585af5052bad31e44d73c3c939e5bd5310b874da91367bd_ppc64le",
                "product": {
                  "name": "openshift4/ose-node-feature-discovery@sha256:786d335f1df251bc9585af5052bad31e44d73c3c939e5bd5310b874da91367bd_ppc64le",
                  "product_id": "openshift4/ose-node-feature-discovery@sha256:786d335f1df251bc9585af5052bad31e44d73c3c939e5bd5310b874da91367bd_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-node-feature-discovery@sha256:786d335f1df251bc9585af5052bad31e44d73c3c939e5bd5310b874da91367bd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-node-feature-discovery\u0026tag=v4.14.0-202503310939.p0.gb30f8cb.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-ansible-operator@sha256:fd0792649f84d603779945ed9b278517f198f952bf03c9cb797be37b73cd7d79_ppc64le",
                "product": {
                  "name": "openshift4/ose-ansible-operator@sha256:fd0792649f84d603779945ed9b278517f198f952bf03c9cb797be37b73cd7d79_ppc64le",
                  "product_id": "openshift4/ose-ansible-operator@sha256:fd0792649f84d603779945ed9b278517f198f952bf03c9cb797be37b73cd7d79_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-ansible-operator@sha256:fd0792649f84d603779945ed9b278517f198f952bf03c9cb797be37b73cd7d79?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ansible-operator\u0026tag=v4.14.0-202503310335.p0.g0ad973f.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-capacity@sha256:2d3098c0299834928a5205ee89bbd7202dab617b5373a9c78c42b8a1b8211a28_ppc64le",
                "product": {
                  "name": "openshift4/ose-cluster-capacity@sha256:2d3098c0299834928a5205ee89bbd7202dab617b5373a9c78c42b8a1b8211a28_ppc64le",
                  "product_id": "openshift4/ose-cluster-capacity@sha256:2d3098c0299834928a5205ee89bbd7202dab617b5373a9c78c42b8a1b8211a28_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-capacity@sha256:2d3098c0299834928a5205ee89bbd7202dab617b5373a9c78c42b8a1b8211a28?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capacity\u0026tag=v4.14.0-202503310335.p0.g1d2edb6.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-egress-dns-proxy@sha256:006a04474e8d17480755050200f95ade9e3e9a23fadefdc647508d6202e4ce5e_ppc64le",
                "product": {
                  "name": "openshift4/ose-egress-dns-proxy@sha256:006a04474e8d17480755050200f95ade9e3e9a23fadefdc647508d6202e4ce5e_ppc64le",
                  "product_id": "openshift4/ose-egress-dns-proxy@sha256:006a04474e8d17480755050200f95ade9e3e9a23fadefdc647508d6202e4ce5e_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-egress-dns-proxy@sha256:006a04474e8d17480755050200f95ade9e3e9a23fadefdc647508d6202e4ce5e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-egress-dns-proxy\u0026tag=v4.14.0-202503310939.p0.g03e5f40.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-egress-router@sha256:eae0cbe065b51eece082ed67efc31be0bf4ba3a808ef3b40c93e490d7ac16d1a_ppc64le",
                "product": {
                  "name": "openshift4/ose-egress-router@sha256:eae0cbe065b51eece082ed67efc31be0bf4ba3a808ef3b40c93e490d7ac16d1a_ppc64le",
                  "product_id": "openshift4/ose-egress-router@sha256:eae0cbe065b51eece082ed67efc31be0bf4ba3a808ef3b40c93e490d7ac16d1a_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-egress-router@sha256:eae0cbe065b51eece082ed67efc31be0bf4ba3a808ef3b40c93e490d7ac16d1a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-egress-router\u0026tag=v4.14.0-202503310335.p0.g03e5f40.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-helm-operator@sha256:994a49426004c9defb9772eeb26242024af8295ffd99cc6bd6628afb5d072836_ppc64le",
                "product": {
                  "name": "openshift4/ose-helm-operator@sha256:994a49426004c9defb9772eeb26242024af8295ffd99cc6bd6628afb5d072836_ppc64le",
                  "product_id": "openshift4/ose-helm-operator@sha256:994a49426004c9defb9772eeb26242024af8295ffd99cc6bd6628afb5d072836_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-helm-operator@sha256:994a49426004c9defb9772eeb26242024af8295ffd99cc6bd6628afb5d072836?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-helm-operator\u0026tag=v4.14.0-202503310335.p0.g0ad973f.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-operator-sdk-rhel8@sha256:66d5b9c32319f083ea1e122a792a048b488b275c1e845876619036e10fc59801_ppc64le",
                "product": {
                  "name": "openshift4/ose-operator-sdk-rhel8@sha256:66d5b9c32319f083ea1e122a792a048b488b275c1e845876619036e10fc59801_ppc64le",
                  "product_id": "openshift4/ose-operator-sdk-rhel8@sha256:66d5b9c32319f083ea1e122a792a048b488b275c1e845876619036e10fc59801_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-operator-sdk-rhel8@sha256:66d5b9c32319f083ea1e122a792a048b488b275c1e845876619036e10fc59801?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-operator-sdk-rhel8\u0026tag=v4.14.0-202504020144.p0.g0ad973f.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5bd72912ab5739500ef057f1d3b1297061de69f882b77523f5bbd4c3823b70a0_ppc64le",
                "product": {
                  "name": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5bd72912ab5739500ef057f1d3b1297061de69f882b77523f5bbd4c3823b70a0_ppc64le",
                  "product_id": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5bd72912ab5739500ef057f1d3b1297061de69f882b77523f5bbd4c3823b70a0_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-kubernetes-nmstate-handler-rhel9@sha256:5bd72912ab5739500ef057f1d3b1297061de69f882b77523f5bbd4c3823b70a0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9\u0026tag=v4.14.0-202504010138.p0.g23117c5.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-kube-descheduler-rhel8-operator@sha256:6244b433a7d777bbad76a6d0b45d693aea062b909dd33d252717eb5109bb9efc_ppc64le",
                "product": {
                  "name": "openshift4/ose-cluster-kube-descheduler-rhel8-operator@sha256:6244b433a7d777bbad76a6d0b45d693aea062b909dd33d252717eb5109bb9efc_ppc64le",
                  "product_id": "openshift4/ose-cluster-kube-descheduler-rhel8-operator@sha256:6244b433a7d777bbad76a6d0b45d693aea062b909dd33d252717eb5109bb9efc_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-kube-descheduler-rhel8-operator@sha256:6244b433a7d777bbad76a6d0b45d693aea062b909dd33d252717eb5109bb9efc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-descheduler-rhel8-operator\u0026tag=v4.14.0-202503310335.p0.gcd52d96.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-kube-descheduler-operator@sha256:6244b433a7d777bbad76a6d0b45d693aea062b909dd33d252717eb5109bb9efc_ppc64le",
                "product": {
                  "name": "openshift4/ose-cluster-kube-descheduler-operator@sha256:6244b433a7d777bbad76a6d0b45d693aea062b909dd33d252717eb5109bb9efc_ppc64le",
                  "product_id": "openshift4/ose-cluster-kube-descheduler-operator@sha256:6244b433a7d777bbad76a6d0b45d693aea062b909dd33d252717eb5109bb9efc_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-kube-descheduler-operator@sha256:6244b433a7d777bbad76a6d0b45d693aea062b909dd33d252717eb5109bb9efc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-descheduler-operator\u0026tag=v4.14.0-202503310335.p0.gcd52d96.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-clusterresourceoverride-rhel8@sha256:ee8cf127e449c7dcb7ad9a58fb39c69f954b2859c0beb3a181d710778055c42a_ppc64le",
                "product": {
                  "name": "openshift4/ose-clusterresourceoverride-rhel8@sha256:ee8cf127e449c7dcb7ad9a58fb39c69f954b2859c0beb3a181d710778055c42a_ppc64le",
                  "product_id": "openshift4/ose-clusterresourceoverride-rhel8@sha256:ee8cf127e449c7dcb7ad9a58fb39c69f954b2859c0beb3a181d710778055c42a_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-clusterresourceoverride-rhel8@sha256:ee8cf127e449c7dcb7ad9a58fb39c69f954b2859c0beb3a181d710778055c42a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8\u0026tag=v4.14.0-202503310939.p0.g61de9ca.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:48804eaea80fd6a0d8ea426fd9eae5e759ac7a93136b7445512852cb09cbdf8c_ppc64le",
                "product": {
                  "name": "openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:48804eaea80fd6a0d8ea426fd9eae5e759ac7a93136b7445512852cb09cbdf8c_ppc64le",
                  "product_id": "openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:48804eaea80fd6a0d8ea426fd9eae5e759ac7a93136b7445512852cb09cbdf8c_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-clusterresourceoverride-rhel8-operator@sha256:48804eaea80fd6a0d8ea426fd9eae5e759ac7a93136b7445512852cb09cbdf8c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator\u0026tag=v4.14.0-202503310939.p0.g699f73c.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:e8bbfe73aef65fd6c2a7c3024b73b8bbc4b5d41496b52427ba98d875e226f79e_ppc64le",
                "product": {
                  "name": "openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:e8bbfe73aef65fd6c2a7c3024b73b8bbc4b5d41496b52427ba98d875e226f79e_ppc64le",
                  "product_id": "openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:e8bbfe73aef65fd6c2a7c3024b73b8bbc4b5d41496b52427ba98d875e226f79e_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:e8bbfe73aef65fd6c2a7c3024b73b8bbc4b5d41496b52427ba98d875e226f79e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8\u0026tag=v4.14.0-202503310939.p0.g9232c1f.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-egress-http-proxy@sha256:b2832e3870297082ac31021ece3c00418c3825c19469db7f40d365d7bdeca08c_ppc64le",
                "product": {
                  "name": "openshift4/ose-egress-http-proxy@sha256:b2832e3870297082ac31021ece3c00418c3825c19469db7f40d365d7bdeca08c_ppc64le",
                  "product_id": "openshift4/ose-egress-http-proxy@sha256:b2832e3870297082ac31021ece3c00418c3825c19469db7f40d365d7bdeca08c_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-egress-http-proxy@sha256:b2832e3870297082ac31021ece3c00418c3825c19469db7f40d365d7bdeca08c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-egress-http-proxy\u0026tag=v4.14.0-202503310335.p0.g03e5f40.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/frr-rhel9@sha256:88f99c188ed04ab92931c579fd75af238f4fb2d4394841ac108c238165063262_ppc64le",
                "product": {
                  "name": "openshift4/frr-rhel9@sha256:88f99c188ed04ab92931c579fd75af238f4fb2d4394841ac108c238165063262_ppc64le",
                  "product_id": "openshift4/frr-rhel9@sha256:88f99c188ed04ab92931c579fd75af238f4fb2d4394841ac108c238165063262_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/frr-rhel9@sha256:88f99c188ed04ab92931c579fd75af238f4fb2d4394841ac108c238165063262?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/frr-rhel9\u0026tag=v4.14.0-202503271636.p0.g0414ca3.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:1574fd709b7e9e03cb9b1f897624b747401e35fc4ccecf8ce9671a8114bb4788_ppc64le",
                "product": {
                  "name": "openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:1574fd709b7e9e03cb9b1f897624b747401e35fc4ccecf8ce9671a8114bb4788_ppc64le",
                  "product_id": "openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:1574fd709b7e9e03cb9b1f897624b747401e35fc4ccecf8ce9671a8114bb4788_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-gcp-filestore-csi-driver-rhel8@sha256:1574fd709b7e9e03cb9b1f897624b747401e35fc4ccecf8ce9671a8114bb4788?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8\u0026tag=v4.14.0-202503310335.p0.ga6af579.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:09ef286782c97ecca2e1b0e38d1938874d82169dd4fadb88c000dc068332fc47_ppc64le",
                "product": {
                  "name": "openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:09ef286782c97ecca2e1b0e38d1938874d82169dd4fadb88c000dc068332fc47_ppc64le",
                  "product_id": "openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:09ef286782c97ecca2e1b0e38d1938874d82169dd4fadb88c000dc068332fc47_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:09ef286782c97ecca2e1b0e38d1938874d82169dd4fadb88c000dc068332fc47?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator\u0026tag=v4.14.0-202503310939.p0.g5028f0a.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:074a8845ae9d0d9bc16614466d6f29c636b800f730146876e958baba7e2b2c3e_ppc64le",
                "product": {
                  "name": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:074a8845ae9d0d9bc16614466d6f29c636b800f730146876e958baba7e2b2c3e_ppc64le",
                  "product_id": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:074a8845ae9d0d9bc16614466d6f29c636b800f730146876e958baba7e2b2c3e_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/kubernetes-nmstate-rhel9-operator@sha256:074a8845ae9d0d9bc16614466d6f29c636b800f730146876e958baba7e2b2c3e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator\u0026tag=v4.14.0-202504020144.p0.g23117c5.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-ptp-rhel9@sha256:d92d25754b8802f6512b355b32ab1bae4c98b934aab2d2008e58db71649ea071_ppc64le",
                "product": {
                  "name": "openshift4/ose-ptp-rhel9@sha256:d92d25754b8802f6512b355b32ab1bae4c98b934aab2d2008e58db71649ea071_ppc64le",
                  "product_id": "openshift4/ose-ptp-rhel9@sha256:d92d25754b8802f6512b355b32ab1bae4c98b934aab2d2008e58db71649ea071_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-ptp-rhel9@sha256:d92d25754b8802f6512b355b32ab1bae4c98b934aab2d2008e58db71649ea071?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ptp-rhel9\u0026tag=v4.14.0-202504010239.p0.gade9d9a.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-local-storage-mustgather-rhel8@sha256:03ec52182a6d96d1b6aa0a2ebc2ae38b197f589f1d276c200f03ab05501d8f92_ppc64le",
                "product": {
                  "name": "openshift4/ose-local-storage-mustgather-rhel8@sha256:03ec52182a6d96d1b6aa0a2ebc2ae38b197f589f1d276c200f03ab05501d8f92_ppc64le",
                  "product_id": "openshift4/ose-local-storage-mustgather-rhel8@sha256:03ec52182a6d96d1b6aa0a2ebc2ae38b197f589f1d276c200f03ab05501d8f92_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-local-storage-mustgather-rhel8@sha256:03ec52182a6d96d1b6aa0a2ebc2ae38b197f589f1d276c200f03ab05501d8f92?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel8\u0026tag=v4.14.0-202503310939.p0.g599ce82.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/metallb-rhel9@sha256:c8bc09916b304a155d316ed4a15a16b85adfd03968634e743704b11533c410c0_ppc64le",
                "product": {
                  "name": "openshift4/metallb-rhel9@sha256:c8bc09916b304a155d316ed4a15a16b85adfd03968634e743704b11533c410c0_ppc64le",
                  "product_id": "openshift4/metallb-rhel9@sha256:c8bc09916b304a155d316ed4a15a16b85adfd03968634e743704b11533c410c0_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/metallb-rhel9@sha256:c8bc09916b304a155d316ed4a15a16b85adfd03968634e743704b11533c410c0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel9\u0026tag=v4.14.0-202503272035.p0.g990fd37.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/metallb-rhel9-operator@sha256:95f1ac8725449b228b03b4e1b77473706c189d37064cb9a4c52c3dd3d35963fb_ppc64le",
                "product": {
                  "name": "openshift4/metallb-rhel9-operator@sha256:95f1ac8725449b228b03b4e1b77473706c189d37064cb9a4c52c3dd3d35963fb_ppc64le",
                  "product_id": "openshift4/metallb-rhel9-operator@sha256:95f1ac8725449b228b03b4e1b77473706c189d37064cb9a4c52c3dd3d35963fb_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/metallb-rhel9-operator@sha256:95f1ac8725449b228b03b4e1b77473706c189d37064cb9a4c52c3dd3d35963fb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel9-operator\u0026tag=v4.14.0-202503310335.p0.ged35a97.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-ptp-operator@sha256:091efa0d2f8461f6edb256778884ff7a07a18a7b2d2eb0fc34d5b81b347edac2_ppc64le",
                "product": {
                  "name": "openshift4/ose-ptp-operator@sha256:091efa0d2f8461f6edb256778884ff7a07a18a7b2d2eb0fc34d5b81b347edac2_ppc64le",
                  "product_id": "openshift4/ose-ptp-operator@sha256:091efa0d2f8461f6edb256778884ff7a07a18a7b2d2eb0fc34d5b81b347edac2_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-ptp-operator@sha256:091efa0d2f8461f6edb256778884ff7a07a18a7b2d2eb0fc34d5b81b347edac2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ptp-operator\u0026tag=v4.14.0-202504010239.p0.gc7be452.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-secrets-store-csi-driver-rhel8@sha256:a1db5304611b83d9a3e3b0ca750e696adc2b557cbf871a781bd337d7673dea8e_ppc64le",
                "product": {
                  "name": "openshift4/ose-secrets-store-csi-driver-rhel8@sha256:a1db5304611b83d9a3e3b0ca750e696adc2b557cbf871a781bd337d7673dea8e_ppc64le",
                  "product_id": "openshift4/ose-secrets-store-csi-driver-rhel8@sha256:a1db5304611b83d9a3e3b0ca750e696adc2b557cbf871a781bd337d7673dea8e_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-secrets-store-csi-driver-rhel8@sha256:a1db5304611b83d9a3e3b0ca750e696adc2b557cbf871a781bd337d7673dea8e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8\u0026tag=v4.14.0-202503310335.p0.g4b5bd4b.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:16bc72b7fc11d95a49710f04562ce4265aa9e446d5b5d07a626bd57ccc8235c2_ppc64le",
                "product": {
                  "name": "openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:16bc72b7fc11d95a49710f04562ce4265aa9e446d5b5d07a626bd57ccc8235c2_ppc64le",
                  "product_id": "openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:16bc72b7fc11d95a49710f04562ce4265aa9e446d5b5d07a626bd57ccc8235c2_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-secrets-store-csi-driver-rhel8-operator@sha256:16bc72b7fc11d95a49710f04562ce4265aa9e446d5b5d07a626bd57ccc8235c2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator\u0026tag=v4.14.0-202503310335.p0.g4f339d0.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:2cc57807ca09ebf41ec2c82dc1888bc964041237ea2d6242125d854832bd97fe_ppc64le",
                "product": {
                  "name": "openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:2cc57807ca09ebf41ec2c82dc1888bc964041237ea2d6242125d854832bd97fe_ppc64le",
                  "product_id": "openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:2cc57807ca09ebf41ec2c82dc1888bc964041237ea2d6242125d854832bd97fe_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-secrets-store-csi-mustgather-rhel8@sha256:2cc57807ca09ebf41ec2c82dc1888bc964041237ea2d6242125d854832bd97fe?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8\u0026tag=v4.14.0-202503310939.p0.g4f339d0.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:e317004b6a6a8ced6bfafbdbba538c158145bd93d29f549b3112c637def043f4_ppc64le",
                "product": {
                  "name": "openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:e317004b6a6a8ced6bfafbdbba538c158145bd93d29f549b3112c637def043f4_ppc64le",
                  "product_id": "openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:e317004b6a6a8ced6bfafbdbba538c158145bd93d29f549b3112c637def043f4_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-vertical-pod-autoscaler-rhel8@sha256:e317004b6a6a8ced6bfafbdbba538c158145bd93d29f549b3112c637def043f4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8\u0026tag=v4.14.0-202503310939.p0.gd030dba.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:306fb8c768069b36adbd45228caf84c86c8bd3b5990079d9de381f51b6b4730e_ppc64le",
                "product": {
                  "name": "openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:306fb8c768069b36adbd45228caf84c86c8bd3b5990079d9de381f51b6b4730e_ppc64le",
                  "product_id": "openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:306fb8c768069b36adbd45228caf84c86c8bd3b5990079d9de381f51b6b4730e_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-vertical-pod-autoscaler-rhel8-operator@sha256:306fb8c768069b36adbd45228caf84c86c8bd3b5990079d9de381f51b6b4730e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator\u0026tag=v4.14.0-202503310939.p0.gb70ce20.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ptp-must-gather-rhel8@sha256:6babd7c01664aa4d0389670ab0ce57cac19191273b4b125e8542dca4d50f2d05_ppc64le",
                "product": {
                  "name": "openshift4/ptp-must-gather-rhel8@sha256:6babd7c01664aa4d0389670ab0ce57cac19191273b4b125e8542dca4d50f2d05_ppc64le",
                  "product_id": "openshift4/ptp-must-gather-rhel8@sha256:6babd7c01664aa4d0389670ab0ce57cac19191273b4b125e8542dca4d50f2d05_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ptp-must-gather-rhel8@sha256:6babd7c01664aa4d0389670ab0ce57cac19191273b4b125e8542dca4d50f2d05?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ptp-must-gather-rhel8\u0026tag=v4.14.0-202503310939.p0.gc7be452.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/sriov-cni-rhel9@sha256:1a3d42aa9c110d32e51da4bb1e285b95c69a5ef7054c9ab41a893091884453de_ppc64le",
                "product": {
                  "name": "openshift4/sriov-cni-rhel9@sha256:1a3d42aa9c110d32e51da4bb1e285b95c69a5ef7054c9ab41a893091884453de_ppc64le",
                  "product_id": "openshift4/sriov-cni-rhel9@sha256:1a3d42aa9c110d32e51da4bb1e285b95c69a5ef7054c9ab41a893091884453de_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/sriov-cni-rhel9@sha256:1a3d42aa9c110d32e51da4bb1e285b95c69a5ef7054c9ab41a893091884453de?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/sriov-cni-rhel9\u0026tag=v4.14.0-202503271636.p0.g06859a6.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-sriov-dp-admission-controller@sha256:9d96e7009d1755fbf8f55fc90a1d5cc3d32d1b45dccbb92f67fad64848ca566e_ppc64le",
                "product": {
                  "name": "openshift4/ose-sriov-dp-admission-controller@sha256:9d96e7009d1755fbf8f55fc90a1d5cc3d32d1b45dccbb92f67fad64848ca566e_ppc64le",
                  "product_id": "openshift4/ose-sriov-dp-admission-controller@sha256:9d96e7009d1755fbf8f55fc90a1d5cc3d32d1b45dccbb92f67fad64848ca566e_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-sriov-dp-admission-controller@sha256:9d96e7009d1755fbf8f55fc90a1d5cc3d32d1b45dccbb92f67fad64848ca566e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-dp-admission-controller\u0026tag=v4.14.0-202503310335.p0.g5cdb661.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-sriov-network-config-daemon@sha256:b3bde7a04150cdcc8da76695978e9451668e91aff6c2b2ab0b5b25886e6d417e_ppc64le",
                "product": {
                  "name": "openshift4/ose-sriov-network-config-daemon@sha256:b3bde7a04150cdcc8da76695978e9451668e91aff6c2b2ab0b5b25886e6d417e_ppc64le",
                  "product_id": "openshift4/ose-sriov-network-config-daemon@sha256:b3bde7a04150cdcc8da76695978e9451668e91aff6c2b2ab0b5b25886e6d417e_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-sriov-network-config-daemon@sha256:b3bde7a04150cdcc8da76695978e9451668e91aff6c2b2ab0b5b25886e6d417e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-config-daemon\u0026tag=v4.14.0-202503310335.p0.gd388ef6.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-sriov-network-device-plugin@sha256:c1636e6700cdfe7bdb7a1fd4525d10c9f17e3fb5c8cf6679c4dacc111d043daf_ppc64le",
                "product": {
                  "name": "openshift4/ose-sriov-network-device-plugin@sha256:c1636e6700cdfe7bdb7a1fd4525d10c9f17e3fb5c8cf6679c4dacc111d043daf_ppc64le",
                  "product_id": "openshift4/ose-sriov-network-device-plugin@sha256:c1636e6700cdfe7bdb7a1fd4525d10c9f17e3fb5c8cf6679c4dacc111d043daf_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-sriov-network-device-plugin@sha256:c1636e6700cdfe7bdb7a1fd4525d10c9f17e3fb5c8cf6679c4dacc111d043daf?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-device-plugin\u0026tag=v4.14.0-202503310335.p0.g430adb7.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-sriov-network-operator@sha256:d9c440e633c880bd4a007b3633e9accfe05cd32a6cb4c598e4ccfcc1157fe355_ppc64le",
                "product": {
                  "name": "openshift4/ose-sriov-network-operator@sha256:d9c440e633c880bd4a007b3633e9accfe05cd32a6cb4c598e4ccfcc1157fe355_ppc64le",
                  "product_id": "openshift4/ose-sriov-network-operator@sha256:d9c440e633c880bd4a007b3633e9accfe05cd32a6cb4c598e4ccfcc1157fe355_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-sriov-network-operator@sha256:d9c440e633c880bd4a007b3633e9accfe05cd32a6cb4c598e4ccfcc1157fe355?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-operator\u0026tag=v4.14.0-202503310335.p0.gd388ef6.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-sriov-network-webhook@sha256:453bd6909fdc48eb15720f82804fa313de73e88f3bd16d1a012b71b4e0929a07_ppc64le",
                "product": {
                  "name": "openshift4/ose-sriov-network-webhook@sha256:453bd6909fdc48eb15720f82804fa313de73e88f3bd16d1a012b71b4e0929a07_ppc64le",
                  "product_id": "openshift4/ose-sriov-network-webhook@sha256:453bd6909fdc48eb15720f82804fa313de73e88f3bd16d1a012b71b4e0929a07_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-sriov-network-webhook@sha256:453bd6909fdc48eb15720f82804fa313de73e88f3bd16d1a012b71b4e0929a07?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-webhook\u0026tag=v4.14.0-202503310335.p0.gd388ef6.assembly.stream.el8"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "ppc64le"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "openshift4/ose-descheduler@sha256:e9b332f03480586c7b681d149ea6211faebfcb25e41ad4bd2d35b9062af3e9fe_s390x",
                "product": {
                  "name": "openshift4/ose-descheduler@sha256:e9b332f03480586c7b681d149ea6211faebfcb25e41ad4bd2d35b9062af3e9fe_s390x",
                  "product_id": "openshift4/ose-descheduler@sha256:e9b332f03480586c7b681d149ea6211faebfcb25e41ad4bd2d35b9062af3e9fe_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-descheduler@sha256:e9b332f03480586c7b681d149ea6211faebfcb25e41ad4bd2d35b9062af3e9fe?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-descheduler\u0026tag=v4.14.0-202503310335.p0.g16ce606.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-nfd-operator@sha256:cfa6705a96226954b12d2e3bcf92dd466f6be3f5534aced827ff850f6d31753b_s390x",
                "product": {
                  "name": "openshift4/ose-cluster-nfd-operator@sha256:cfa6705a96226954b12d2e3bcf92dd466f6be3f5534aced827ff850f6d31753b_s390x",
                  "product_id": "openshift4/ose-cluster-nfd-operator@sha256:cfa6705a96226954b12d2e3bcf92dd466f6be3f5534aced827ff850f6d31753b_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-nfd-operator@sha256:cfa6705a96226954b12d2e3bcf92dd466f6be3f5534aced827ff850f6d31753b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-nfd-operator\u0026tag=v4.14.0-202503310939.p0.g489fbcc.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ingress-node-firewall-rhel9@sha256:1b9b9471b87813e21c982e381e486cce3939085d5d7cc947ca6ce3342d1fcf1d_s390x",
                "product": {
                  "name": "openshift4/ingress-node-firewall-rhel9@sha256:1b9b9471b87813e21c982e381e486cce3939085d5d7cc947ca6ce3342d1fcf1d_s390x",
                  "product_id": "openshift4/ingress-node-firewall-rhel9@sha256:1b9b9471b87813e21c982e381e486cce3939085d5d7cc947ca6ce3342d1fcf1d_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ingress-node-firewall-rhel9@sha256:1b9b9471b87813e21c982e381e486cce3939085d5d7cc947ca6ce3342d1fcf1d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ingress-node-firewall-rhel9\u0026tag=v4.14.0-202503271636.p0.gd71e4a3.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ingress-node-firewall-rhel9-operator@sha256:2fb70ef7402b959475607b17aacd7a92efe489584160b2e3512de98953a1089e_s390x",
                "product": {
                  "name": "openshift4/ingress-node-firewall-rhel9-operator@sha256:2fb70ef7402b959475607b17aacd7a92efe489584160b2e3512de98953a1089e_s390x",
                  "product_id": "openshift4/ingress-node-firewall-rhel9-operator@sha256:2fb70ef7402b959475607b17aacd7a92efe489584160b2e3512de98953a1089e_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ingress-node-firewall-rhel9-operator@sha256:2fb70ef7402b959475607b17aacd7a92efe489584160b2e3512de98953a1089e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator\u0026tag=v4.14.0-202503310335.p0.gd71e4a3.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-local-storage-diskmaker@sha256:d395b8fad77cb42d5a96a043f7350621b03875bd962d0a36f11916818349e9d0_s390x",
                "product": {
                  "name": "openshift4/ose-local-storage-diskmaker@sha256:d395b8fad77cb42d5a96a043f7350621b03875bd962d0a36f11916818349e9d0_s390x",
                  "product_id": "openshift4/ose-local-storage-diskmaker@sha256:d395b8fad77cb42d5a96a043f7350621b03875bd962d0a36f11916818349e9d0_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-local-storage-diskmaker@sha256:d395b8fad77cb42d5a96a043f7350621b03875bd962d0a36f11916818349e9d0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-diskmaker\u0026tag=v4.14.0-202503310335.p0.g599ce82.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-local-storage-operator@sha256:54f3fdee05cbbd9eddb258485ff191c75ad70f4854e4473905a73b82ec2e3080_s390x",
                "product": {
                  "name": "openshift4/ose-local-storage-operator@sha256:54f3fdee05cbbd9eddb258485ff191c75ad70f4854e4473905a73b82ec2e3080_s390x",
                  "product_id": "openshift4/ose-local-storage-operator@sha256:54f3fdee05cbbd9eddb258485ff191c75ad70f4854e4473905a73b82ec2e3080_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-local-storage-operator@sha256:54f3fdee05cbbd9eddb258485ff191c75ad70f4854e4473905a73b82ec2e3080?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-operator\u0026tag=v4.14.0-202503310939.p0.g599ce82.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/nmstate-console-plugin-rhel8@sha256:3b819544f81dc5039f23a936520c7d04035c8a0c4a98195a71d4dc4cc97e4e78_s390x",
                "product": {
                  "name": "openshift4/nmstate-console-plugin-rhel8@sha256:3b819544f81dc5039f23a936520c7d04035c8a0c4a98195a71d4dc4cc97e4e78_s390x",
                  "product_id": "openshift4/nmstate-console-plugin-rhel8@sha256:3b819544f81dc5039f23a936520c7d04035c8a0c4a98195a71d4dc4cc97e4e78_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/nmstate-console-plugin-rhel8@sha256:3b819544f81dc5039f23a936520c7d04035c8a0c4a98195a71d4dc4cc97e4e78?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/nmstate-console-plugin-rhel8\u0026tag=v4.14.0-202504020144.p0.gb82c422.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-node-feature-discovery@sha256:36e8f5926b144386ea94543707902c4214cfe48432dee99076ce0b308b0cf1e5_s390x",
                "product": {
                  "name": "openshift4/ose-node-feature-discovery@sha256:36e8f5926b144386ea94543707902c4214cfe48432dee99076ce0b308b0cf1e5_s390x",
                  "product_id": "openshift4/ose-node-feature-discovery@sha256:36e8f5926b144386ea94543707902c4214cfe48432dee99076ce0b308b0cf1e5_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-node-feature-discovery@sha256:36e8f5926b144386ea94543707902c4214cfe48432dee99076ce0b308b0cf1e5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-node-feature-discovery\u0026tag=v4.14.0-202503310939.p0.gb30f8cb.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-ansible-operator@sha256:51e1e7e605ef81edb0e595454313df33309dfd1fb56ba62b11aba42fa3a9d102_s390x",
                "product": {
                  "name": "openshift4/ose-ansible-operator@sha256:51e1e7e605ef81edb0e595454313df33309dfd1fb56ba62b11aba42fa3a9d102_s390x",
                  "product_id": "openshift4/ose-ansible-operator@sha256:51e1e7e605ef81edb0e595454313df33309dfd1fb56ba62b11aba42fa3a9d102_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-ansible-operator@sha256:51e1e7e605ef81edb0e595454313df33309dfd1fb56ba62b11aba42fa3a9d102?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ansible-operator\u0026tag=v4.14.0-202503310335.p0.g0ad973f.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-capacity@sha256:482ee2d360ac85cf46fa4c5f27d4cdbcb1db014d4e802a15f5f80dc4f4d89753_s390x",
                "product": {
                  "name": "openshift4/ose-cluster-capacity@sha256:482ee2d360ac85cf46fa4c5f27d4cdbcb1db014d4e802a15f5f80dc4f4d89753_s390x",
                  "product_id": "openshift4/ose-cluster-capacity@sha256:482ee2d360ac85cf46fa4c5f27d4cdbcb1db014d4e802a15f5f80dc4f4d89753_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-capacity@sha256:482ee2d360ac85cf46fa4c5f27d4cdbcb1db014d4e802a15f5f80dc4f4d89753?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capacity\u0026tag=v4.14.0-202503310335.p0.g1d2edb6.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-egress-dns-proxy@sha256:ecd7f655a6c884d9a587ae24cdc5ba751cbbe365e07670b63eb0b7e4f34cef01_s390x",
                "product": {
                  "name": "openshift4/ose-egress-dns-proxy@sha256:ecd7f655a6c884d9a587ae24cdc5ba751cbbe365e07670b63eb0b7e4f34cef01_s390x",
                  "product_id": "openshift4/ose-egress-dns-proxy@sha256:ecd7f655a6c884d9a587ae24cdc5ba751cbbe365e07670b63eb0b7e4f34cef01_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-egress-dns-proxy@sha256:ecd7f655a6c884d9a587ae24cdc5ba751cbbe365e07670b63eb0b7e4f34cef01?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-egress-dns-proxy\u0026tag=v4.14.0-202503310939.p0.g03e5f40.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-egress-router@sha256:79a7c99ff9859a38aaa312e118fce9ec577e128025b2acb7ed8da7c60b0d08ee_s390x",
                "product": {
                  "name": "openshift4/ose-egress-router@sha256:79a7c99ff9859a38aaa312e118fce9ec577e128025b2acb7ed8da7c60b0d08ee_s390x",
                  "product_id": "openshift4/ose-egress-router@sha256:79a7c99ff9859a38aaa312e118fce9ec577e128025b2acb7ed8da7c60b0d08ee_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-egress-router@sha256:79a7c99ff9859a38aaa312e118fce9ec577e128025b2acb7ed8da7c60b0d08ee?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-egress-router\u0026tag=v4.14.0-202503310335.p0.g03e5f40.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-helm-operator@sha256:9b978ea8cb4e084b2d924d8b5d4dbd341d52393a1ba9b06c512aa86cb6299875_s390x",
                "product": {
                  "name": "openshift4/ose-helm-operator@sha256:9b978ea8cb4e084b2d924d8b5d4dbd341d52393a1ba9b06c512aa86cb6299875_s390x",
                  "product_id": "openshift4/ose-helm-operator@sha256:9b978ea8cb4e084b2d924d8b5d4dbd341d52393a1ba9b06c512aa86cb6299875_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-helm-operator@sha256:9b978ea8cb4e084b2d924d8b5d4dbd341d52393a1ba9b06c512aa86cb6299875?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-helm-operator\u0026tag=v4.14.0-202503310335.p0.g0ad973f.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-operator-sdk-rhel8@sha256:3146e4aa4874924ced31acb64eb27ca8a3646cbb99ab4bf54722d756bd417624_s390x",
                "product": {
                  "name": "openshift4/ose-operator-sdk-rhel8@sha256:3146e4aa4874924ced31acb64eb27ca8a3646cbb99ab4bf54722d756bd417624_s390x",
                  "product_id": "openshift4/ose-operator-sdk-rhel8@sha256:3146e4aa4874924ced31acb64eb27ca8a3646cbb99ab4bf54722d756bd417624_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-operator-sdk-rhel8@sha256:3146e4aa4874924ced31acb64eb27ca8a3646cbb99ab4bf54722d756bd417624?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-operator-sdk-rhel8\u0026tag=v4.14.0-202504020144.p0.g0ad973f.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:a040e070ec879c9a8cd5e82410b7bf4a7ed215be12edb6048bb34ccc71185430_s390x",
                "product": {
                  "name": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:a040e070ec879c9a8cd5e82410b7bf4a7ed215be12edb6048bb34ccc71185430_s390x",
                  "product_id": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:a040e070ec879c9a8cd5e82410b7bf4a7ed215be12edb6048bb34ccc71185430_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-kubernetes-nmstate-handler-rhel9@sha256:a040e070ec879c9a8cd5e82410b7bf4a7ed215be12edb6048bb34ccc71185430?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9\u0026tag=v4.14.0-202504010138.p0.g23117c5.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-kube-descheduler-rhel8-operator@sha256:f1d6ea4c6452e608f9ab9eade54c574f3dc4e27b1f8aa05e24e1033a97feae44_s390x",
                "product": {
                  "name": "openshift4/ose-cluster-kube-descheduler-rhel8-operator@sha256:f1d6ea4c6452e608f9ab9eade54c574f3dc4e27b1f8aa05e24e1033a97feae44_s390x",
                  "product_id": "openshift4/ose-cluster-kube-descheduler-rhel8-operator@sha256:f1d6ea4c6452e608f9ab9eade54c574f3dc4e27b1f8aa05e24e1033a97feae44_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-kube-descheduler-rhel8-operator@sha256:f1d6ea4c6452e608f9ab9eade54c574f3dc4e27b1f8aa05e24e1033a97feae44?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-descheduler-rhel8-operator\u0026tag=v4.14.0-202503310335.p0.gcd52d96.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-kube-descheduler-operator@sha256:f1d6ea4c6452e608f9ab9eade54c574f3dc4e27b1f8aa05e24e1033a97feae44_s390x",
                "product": {
                  "name": "openshift4/ose-cluster-kube-descheduler-operator@sha256:f1d6ea4c6452e608f9ab9eade54c574f3dc4e27b1f8aa05e24e1033a97feae44_s390x",
                  "product_id": "openshift4/ose-cluster-kube-descheduler-operator@sha256:f1d6ea4c6452e608f9ab9eade54c574f3dc4e27b1f8aa05e24e1033a97feae44_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-kube-descheduler-operator@sha256:f1d6ea4c6452e608f9ab9eade54c574f3dc4e27b1f8aa05e24e1033a97feae44?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-descheduler-operator\u0026tag=v4.14.0-202503310335.p0.gcd52d96.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-clusterresourceoverride-rhel8@sha256:0d29460d2d2f0572c5299041a9a82f85ab652bfc43f47a3ccb9ae557706930ad_s390x",
                "product": {
                  "name": "openshift4/ose-clusterresourceoverride-rhel8@sha256:0d29460d2d2f0572c5299041a9a82f85ab652bfc43f47a3ccb9ae557706930ad_s390x",
                  "product_id": "openshift4/ose-clusterresourceoverride-rhel8@sha256:0d29460d2d2f0572c5299041a9a82f85ab652bfc43f47a3ccb9ae557706930ad_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-clusterresourceoverride-rhel8@sha256:0d29460d2d2f0572c5299041a9a82f85ab652bfc43f47a3ccb9ae557706930ad?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8\u0026tag=v4.14.0-202503310939.p0.g61de9ca.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:c42cbc9910c76438474ca2ac5e184ccf317b688c0d33595f2a52b51db036f7d5_s390x",
                "product": {
                  "name": "openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:c42cbc9910c76438474ca2ac5e184ccf317b688c0d33595f2a52b51db036f7d5_s390x",
                  "product_id": "openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:c42cbc9910c76438474ca2ac5e184ccf317b688c0d33595f2a52b51db036f7d5_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-clusterresourceoverride-rhel8-operator@sha256:c42cbc9910c76438474ca2ac5e184ccf317b688c0d33595f2a52b51db036f7d5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator\u0026tag=v4.14.0-202503310939.p0.g699f73c.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:e5a4e752b9fb329ccbdb185e2be56d305b4ccae1696b6cb6a34759fcc53b7fd2_s390x",
                "product": {
                  "name": "openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:e5a4e752b9fb329ccbdb185e2be56d305b4ccae1696b6cb6a34759fcc53b7fd2_s390x",
                  "product_id": "openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:e5a4e752b9fb329ccbdb185e2be56d305b4ccae1696b6cb6a34759fcc53b7fd2_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:e5a4e752b9fb329ccbdb185e2be56d305b4ccae1696b6cb6a34759fcc53b7fd2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8\u0026tag=v4.14.0-202503310939.p0.g9232c1f.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-egress-http-proxy@sha256:7f59f4659be5c51c6738227cb808a5191d116d53c91cb138392df96700d889f1_s390x",
                "product": {
                  "name": "openshift4/ose-egress-http-proxy@sha256:7f59f4659be5c51c6738227cb808a5191d116d53c91cb138392df96700d889f1_s390x",
                  "product_id": "openshift4/ose-egress-http-proxy@sha256:7f59f4659be5c51c6738227cb808a5191d116d53c91cb138392df96700d889f1_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-egress-http-proxy@sha256:7f59f4659be5c51c6738227cb808a5191d116d53c91cb138392df96700d889f1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-egress-http-proxy\u0026tag=v4.14.0-202503310335.p0.g03e5f40.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/frr-rhel9@sha256:d3f9f6e70fe91c2907d01c10c22ec9c80dfec6c95d8f11d41ad37e34a82b4b79_s390x",
                "product": {
                  "name": "openshift4/frr-rhel9@sha256:d3f9f6e70fe91c2907d01c10c22ec9c80dfec6c95d8f11d41ad37e34a82b4b79_s390x",
                  "product_id": "openshift4/frr-rhel9@sha256:d3f9f6e70fe91c2907d01c10c22ec9c80dfec6c95d8f11d41ad37e34a82b4b79_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/frr-rhel9@sha256:d3f9f6e70fe91c2907d01c10c22ec9c80dfec6c95d8f11d41ad37e34a82b4b79?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/frr-rhel9\u0026tag=v4.14.0-202503271636.p0.g0414ca3.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:541a2a12a26d9a7a17bdc46463f789976f663faf36b0ea33f295a4a74d24eec0_s390x",
                "product": {
                  "name": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:541a2a12a26d9a7a17bdc46463f789976f663faf36b0ea33f295a4a74d24eec0_s390x",
                  "product_id": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:541a2a12a26d9a7a17bdc46463f789976f663faf36b0ea33f295a4a74d24eec0_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/kubernetes-nmstate-rhel9-operator@sha256:541a2a12a26d9a7a17bdc46463f789976f663faf36b0ea33f295a4a74d24eec0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator\u0026tag=v4.14.0-202504020144.p0.g23117c5.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-local-storage-mustgather-rhel8@sha256:7e2b04f90fad987ba1a8f26adc5817be9f472a9533bf39f2b33ce2ee9e6b99e3_s390x",
                "product": {
                  "name": "openshift4/ose-local-storage-mustgather-rhel8@sha256:7e2b04f90fad987ba1a8f26adc5817be9f472a9533bf39f2b33ce2ee9e6b99e3_s390x",
                  "product_id": "openshift4/ose-local-storage-mustgather-rhel8@sha256:7e2b04f90fad987ba1a8f26adc5817be9f472a9533bf39f2b33ce2ee9e6b99e3_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-local-storage-mustgather-rhel8@sha256:7e2b04f90fad987ba1a8f26adc5817be9f472a9533bf39f2b33ce2ee9e6b99e3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel8\u0026tag=v4.14.0-202503310939.p0.g599ce82.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/metallb-rhel9@sha256:ee119bae734ae7866f7279bbefe9e21a9b996dad005c32fc968267b9bc4f0ce8_s390x",
                "product": {
                  "name": "openshift4/metallb-rhel9@sha256:ee119bae734ae7866f7279bbefe9e21a9b996dad005c32fc968267b9bc4f0ce8_s390x",
                  "product_id": "openshift4/metallb-rhel9@sha256:ee119bae734ae7866f7279bbefe9e21a9b996dad005c32fc968267b9bc4f0ce8_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/metallb-rhel9@sha256:ee119bae734ae7866f7279bbefe9e21a9b996dad005c32fc968267b9bc4f0ce8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel9\u0026tag=v4.14.0-202503272035.p0.g990fd37.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/metallb-rhel9-operator@sha256:e9171615e472a7cbc4390bf827e482a032220f24af579e067be7f0f6efdfe1a9_s390x",
                "product": {
                  "name": "openshift4/metallb-rhel9-operator@sha256:e9171615e472a7cbc4390bf827e482a032220f24af579e067be7f0f6efdfe1a9_s390x",
                  "product_id": "openshift4/metallb-rhel9-operator@sha256:e9171615e472a7cbc4390bf827e482a032220f24af579e067be7f0f6efdfe1a9_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/metallb-rhel9-operator@sha256:e9171615e472a7cbc4390bf827e482a032220f24af579e067be7f0f6efdfe1a9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel9-operator\u0026tag=v4.14.0-202503310335.p0.ged35a97.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-secrets-store-csi-driver-rhel8@sha256:49f55be31e262a66b8bf4dd999d44c971349a905a9c115ad4b78d8dcfd16f47c_s390x",
                "product": {
                  "name": "openshift4/ose-secrets-store-csi-driver-rhel8@sha256:49f55be31e262a66b8bf4dd999d44c971349a905a9c115ad4b78d8dcfd16f47c_s390x",
                  "product_id": "openshift4/ose-secrets-store-csi-driver-rhel8@sha256:49f55be31e262a66b8bf4dd999d44c971349a905a9c115ad4b78d8dcfd16f47c_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-secrets-store-csi-driver-rhel8@sha256:49f55be31e262a66b8bf4dd999d44c971349a905a9c115ad4b78d8dcfd16f47c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8\u0026tag=v4.14.0-202503310335.p0.g4b5bd4b.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:215ab2879571f24eb47bcb8dcd08e10fffc3584752859a7f8111aa39cb9d7d17_s390x",
                "product": {
                  "name": "openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:215ab2879571f24eb47bcb8dcd08e10fffc3584752859a7f8111aa39cb9d7d17_s390x",
                  "product_id": "openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:215ab2879571f24eb47bcb8dcd08e10fffc3584752859a7f8111aa39cb9d7d17_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-secrets-store-csi-driver-rhel8-operator@sha256:215ab2879571f24eb47bcb8dcd08e10fffc3584752859a7f8111aa39cb9d7d17?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator\u0026tag=v4.14.0-202503310335.p0.g4f339d0.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:856941f0bf506610bae80cde64912d586ad2dbfa7e488ee3fb0724b825f0f8b2_s390x",
                "product": {
                  "name": "openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:856941f0bf506610bae80cde64912d586ad2dbfa7e488ee3fb0724b825f0f8b2_s390x",
                  "product_id": "openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:856941f0bf506610bae80cde64912d586ad2dbfa7e488ee3fb0724b825f0f8b2_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-secrets-store-csi-mustgather-rhel8@sha256:856941f0bf506610bae80cde64912d586ad2dbfa7e488ee3fb0724b825f0f8b2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8\u0026tag=v4.14.0-202503310939.p0.g4f339d0.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:375e6a06d2d792b5744e065f0d33bf1df1d06edf587cb1bc0bd05ab45d5b6a22_s390x",
                "product": {
                  "name": "openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:375e6a06d2d792b5744e065f0d33bf1df1d06edf587cb1bc0bd05ab45d5b6a22_s390x",
                  "product_id": "openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:375e6a06d2d792b5744e065f0d33bf1df1d06edf587cb1bc0bd05ab45d5b6a22_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-vertical-pod-autoscaler-rhel8@sha256:375e6a06d2d792b5744e065f0d33bf1df1d06edf587cb1bc0bd05ab45d5b6a22?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8\u0026tag=v4.14.0-202503310939.p0.gd030dba.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:216c1cb10e8d6ae21775af9532f3afef47e66c34f9ceb547bdf91a51fbd67df5_s390x",
                "product": {
                  "name": "openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:216c1cb10e8d6ae21775af9532f3afef47e66c34f9ceb547bdf91a51fbd67df5_s390x",
                  "product_id": "openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:216c1cb10e8d6ae21775af9532f3afef47e66c34f9ceb547bdf91a51fbd67df5_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-vertical-pod-autoscaler-rhel8-operator@sha256:216c1cb10e8d6ae21775af9532f3afef47e66c34f9ceb547bdf91a51fbd67df5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator\u0026tag=v4.14.0-202503310939.p0.gb70ce20.assembly.stream.el8"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "s390x"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "openshift4/ose-descheduler@sha256:c9d46ffcd1341b8f21b82475f94b5a782b27b55e17bbfd730b7f3526c7b52d9e_amd64",
                "product": {
                  "name": "openshift4/ose-descheduler@sha256:c9d46ffcd1341b8f21b82475f94b5a782b27b55e17bbfd730b7f3526c7b52d9e_amd64",
                  "product_id": "openshift4/ose-descheduler@sha256:c9d46ffcd1341b8f21b82475f94b5a782b27b55e17bbfd730b7f3526c7b52d9e_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-descheduler@sha256:c9d46ffcd1341b8f21b82475f94b5a782b27b55e17bbfd730b7f3526c7b52d9e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-descheduler\u0026tag=v4.14.0-202503310335.p0.g16ce606.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cloud-event-proxy-rhel8@sha256:ca0a9fc003a988a7fbabe221ca7ab68d8dd97559b485b53b96505b0b9fbfcb7d_amd64",
                "product": {
                  "name": "openshift4/ose-cloud-event-proxy-rhel8@sha256:ca0a9fc003a988a7fbabe221ca7ab68d8dd97559b485b53b96505b0b9fbfcb7d_amd64",
                  "product_id": "openshift4/ose-cloud-event-proxy-rhel8@sha256:ca0a9fc003a988a7fbabe221ca7ab68d8dd97559b485b53b96505b0b9fbfcb7d_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cloud-event-proxy-rhel8@sha256:ca0a9fc003a988a7fbabe221ca7ab68d8dd97559b485b53b96505b0b9fbfcb7d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8\u0026tag=v4.14.0-202503310335.p0.g770f00b.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/cloud-event-proxy-rhel8@sha256:ca0a9fc003a988a7fbabe221ca7ab68d8dd97559b485b53b96505b0b9fbfcb7d_amd64",
                "product": {
                  "name": "openshift4/cloud-event-proxy-rhel8@sha256:ca0a9fc003a988a7fbabe221ca7ab68d8dd97559b485b53b96505b0b9fbfcb7d_amd64",
                  "product_id": "openshift4/cloud-event-proxy-rhel8@sha256:ca0a9fc003a988a7fbabe221ca7ab68d8dd97559b485b53b96505b0b9fbfcb7d_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/cloud-event-proxy-rhel8@sha256:ca0a9fc003a988a7fbabe221ca7ab68d8dd97559b485b53b96505b0b9fbfcb7d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/cloud-event-proxy-rhel8\u0026tag=v4.14.0-202503310335.p0.g770f00b.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-nfd-operator@sha256:baadf6f543b414c000b053ebf5fc2c18cdec45903c1b75249f2698a5a93ef399_amd64",
                "product": {
                  "name": "openshift4/ose-cluster-nfd-operator@sha256:baadf6f543b414c000b053ebf5fc2c18cdec45903c1b75249f2698a5a93ef399_amd64",
                  "product_id": "openshift4/ose-cluster-nfd-operator@sha256:baadf6f543b414c000b053ebf5fc2c18cdec45903c1b75249f2698a5a93ef399_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-nfd-operator@sha256:baadf6f543b414c000b053ebf5fc2c18cdec45903c1b75249f2698a5a93ef399?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-nfd-operator\u0026tag=v4.14.0-202503310939.p0.g489fbcc.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-sriov-infiniband-cni@sha256:c2d681ccfa64212471d680f7f3301f20b67fa9056e421d381737c5978adc2a7a_amd64",
                "product": {
                  "name": "openshift4/ose-sriov-infiniband-cni@sha256:c2d681ccfa64212471d680f7f3301f20b67fa9056e421d381737c5978adc2a7a_amd64",
                  "product_id": "openshift4/ose-sriov-infiniband-cni@sha256:c2d681ccfa64212471d680f7f3301f20b67fa9056e421d381737c5978adc2a7a_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-sriov-infiniband-cni@sha256:c2d681ccfa64212471d680f7f3301f20b67fa9056e421d381737c5978adc2a7a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-infiniband-cni\u0026tag=v4.14.0-202503310335.p0.gcc85a75.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ingress-node-firewall-rhel9@sha256:0450ab3c7fa0736195616cb7279bc9b760a7e8f47629ba61ec1d2a6fdb80f653_amd64",
                "product": {
                  "name": "openshift4/ingress-node-firewall-rhel9@sha256:0450ab3c7fa0736195616cb7279bc9b760a7e8f47629ba61ec1d2a6fdb80f653_amd64",
                  "product_id": "openshift4/ingress-node-firewall-rhel9@sha256:0450ab3c7fa0736195616cb7279bc9b760a7e8f47629ba61ec1d2a6fdb80f653_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ingress-node-firewall-rhel9@sha256:0450ab3c7fa0736195616cb7279bc9b760a7e8f47629ba61ec1d2a6fdb80f653?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ingress-node-firewall-rhel9\u0026tag=v4.14.0-202503271636.p0.gd71e4a3.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ingress-node-firewall-rhel9-operator@sha256:a9425a10ad645f887eb8b183b6233aa750fd60d702fb76138403fcbf87e3825b_amd64",
                "product": {
                  "name": "openshift4/ingress-node-firewall-rhel9-operator@sha256:a9425a10ad645f887eb8b183b6233aa750fd60d702fb76138403fcbf87e3825b_amd64",
                  "product_id": "openshift4/ingress-node-firewall-rhel9-operator@sha256:a9425a10ad645f887eb8b183b6233aa750fd60d702fb76138403fcbf87e3825b_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ingress-node-firewall-rhel9-operator@sha256:a9425a10ad645f887eb8b183b6233aa750fd60d702fb76138403fcbf87e3825b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator\u0026tag=v4.14.0-202503310335.p0.gd71e4a3.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-local-storage-diskmaker@sha256:5eff712a82178c4954329da45c24b6e716461d34780c7c2ea68a3688e664dcd3_amd64",
                "product": {
                  "name": "openshift4/ose-local-storage-diskmaker@sha256:5eff712a82178c4954329da45c24b6e716461d34780c7c2ea68a3688e664dcd3_amd64",
                  "product_id": "openshift4/ose-local-storage-diskmaker@sha256:5eff712a82178c4954329da45c24b6e716461d34780c7c2ea68a3688e664dcd3_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-local-storage-diskmaker@sha256:5eff712a82178c4954329da45c24b6e716461d34780c7c2ea68a3688e664dcd3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-diskmaker\u0026tag=v4.14.0-202503310335.p0.g599ce82.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-local-storage-operator@sha256:a42b69f3956e8b7edf6c2fc38447dd1c34568f93ae85449cd7db95ed6fea2d9f_amd64",
                "product": {
                  "name": "openshift4/ose-local-storage-operator@sha256:a42b69f3956e8b7edf6c2fc38447dd1c34568f93ae85449cd7db95ed6fea2d9f_amd64",
                  "product_id": "openshift4/ose-local-storage-operator@sha256:a42b69f3956e8b7edf6c2fc38447dd1c34568f93ae85449cd7db95ed6fea2d9f_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-local-storage-operator@sha256:a42b69f3956e8b7edf6c2fc38447dd1c34568f93ae85449cd7db95ed6fea2d9f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-operator\u0026tag=v4.14.0-202503310939.p0.g599ce82.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/nmstate-console-plugin-rhel8@sha256:abaf8c84c2944a0c897e3267e6c94c513c9f9f3c3c148ec3f0f0d83eb5c599ed_amd64",
                "product": {
                  "name": "openshift4/nmstate-console-plugin-rhel8@sha256:abaf8c84c2944a0c897e3267e6c94c513c9f9f3c3c148ec3f0f0d83eb5c599ed_amd64",
                  "product_id": "openshift4/nmstate-console-plugin-rhel8@sha256:abaf8c84c2944a0c897e3267e6c94c513c9f9f3c3c148ec3f0f0d83eb5c599ed_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/nmstate-console-plugin-rhel8@sha256:abaf8c84c2944a0c897e3267e6c94c513c9f9f3c3c148ec3f0f0d83eb5c599ed?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/nmstate-console-plugin-rhel8\u0026tag=v4.14.0-202504020144.p0.gb82c422.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-node-feature-discovery@sha256:0702b60bf196fabb3aa04f13acbc1afd1e3e1c4592063f995c22c36c4c8f2f14_amd64",
                "product": {
                  "name": "openshift4/ose-node-feature-discovery@sha256:0702b60bf196fabb3aa04f13acbc1afd1e3e1c4592063f995c22c36c4c8f2f14_amd64",
                  "product_id": "openshift4/ose-node-feature-discovery@sha256:0702b60bf196fabb3aa04f13acbc1afd1e3e1c4592063f995c22c36c4c8f2f14_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-node-feature-discovery@sha256:0702b60bf196fabb3aa04f13acbc1afd1e3e1c4592063f995c22c36c4c8f2f14?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-node-feature-discovery\u0026tag=v4.14.0-202503310939.p0.gb30f8cb.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-ansible-operator@sha256:12f655a77688526576043ecc84ac445d859632dc1021f72aa1d36e3ba34ca067_amd64",
                "product": {
                  "name": "openshift4/ose-ansible-operator@sha256:12f655a77688526576043ecc84ac445d859632dc1021f72aa1d36e3ba34ca067_amd64",
                  "product_id": "openshift4/ose-ansible-operator@sha256:12f655a77688526576043ecc84ac445d859632dc1021f72aa1d36e3ba34ca067_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-ansible-operator@sha256:12f655a77688526576043ecc84ac445d859632dc1021f72aa1d36e3ba34ca067?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ansible-operator\u0026tag=v4.14.0-202503310335.p0.g0ad973f.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-capacity@sha256:f98c715655aca8ab720d33308bde0661ff570e456718e90caa6b10d27ef710c1_amd64",
                "product": {
                  "name": "openshift4/ose-cluster-capacity@sha256:f98c715655aca8ab720d33308bde0661ff570e456718e90caa6b10d27ef710c1_amd64",
                  "product_id": "openshift4/ose-cluster-capacity@sha256:f98c715655aca8ab720d33308bde0661ff570e456718e90caa6b10d27ef710c1_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-capacity@sha256:f98c715655aca8ab720d33308bde0661ff570e456718e90caa6b10d27ef710c1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capacity\u0026tag=v4.14.0-202503310335.p0.g1d2edb6.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-egress-dns-proxy@sha256:da33b5c61c13113db51e5ed99738dac460ded65ca22b9d3f819bbad75ec7591d_amd64",
                "product": {
                  "name": "openshift4/ose-egress-dns-proxy@sha256:da33b5c61c13113db51e5ed99738dac460ded65ca22b9d3f819bbad75ec7591d_amd64",
                  "product_id": "openshift4/ose-egress-dns-proxy@sha256:da33b5c61c13113db51e5ed99738dac460ded65ca22b9d3f819bbad75ec7591d_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-egress-dns-proxy@sha256:da33b5c61c13113db51e5ed99738dac460ded65ca22b9d3f819bbad75ec7591d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-egress-dns-proxy\u0026tag=v4.14.0-202503310939.p0.g03e5f40.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-egress-router@sha256:f8e67765a295c2ecfceaad57c8b6eb9822a7b937cf8ba42a8582e62fd1014aa7_amd64",
                "product": {
                  "name": "openshift4/ose-egress-router@sha256:f8e67765a295c2ecfceaad57c8b6eb9822a7b937cf8ba42a8582e62fd1014aa7_amd64",
                  "product_id": "openshift4/ose-egress-router@sha256:f8e67765a295c2ecfceaad57c8b6eb9822a7b937cf8ba42a8582e62fd1014aa7_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-egress-router@sha256:f8e67765a295c2ecfceaad57c8b6eb9822a7b937cf8ba42a8582e62fd1014aa7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-egress-router\u0026tag=v4.14.0-202503310335.p0.g03e5f40.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-helm-operator@sha256:ab775d3f6bb41515804d43602493df14ba155d8cae2bd96a63bb707af97bd342_amd64",
                "product": {
                  "name": "openshift4/ose-helm-operator@sha256:ab775d3f6bb41515804d43602493df14ba155d8cae2bd96a63bb707af97bd342_amd64",
                  "product_id": "openshift4/ose-helm-operator@sha256:ab775d3f6bb41515804d43602493df14ba155d8cae2bd96a63bb707af97bd342_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-helm-operator@sha256:ab775d3f6bb41515804d43602493df14ba155d8cae2bd96a63bb707af97bd342?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-helm-operator\u0026tag=v4.14.0-202503310335.p0.g0ad973f.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-operator-sdk-rhel8@sha256:414b63089f97553f7320847b199927ee56be00da62656d7b20a545cbabecbc50_amd64",
                "product": {
                  "name": "openshift4/ose-operator-sdk-rhel8@sha256:414b63089f97553f7320847b199927ee56be00da62656d7b20a545cbabecbc50_amd64",
                  "product_id": "openshift4/ose-operator-sdk-rhel8@sha256:414b63089f97553f7320847b199927ee56be00da62656d7b20a545cbabecbc50_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-operator-sdk-rhel8@sha256:414b63089f97553f7320847b199927ee56be00da62656d7b20a545cbabecbc50?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-sdk-rhel8\u0026tag=v4.14.0-202504020144.p0.g0ad973f.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:e00776126ead2406024ddf99bee3a8cde9504f4ff0a88c07cd1de25fed8bfb9d_amd64",
                "product": {
                  "name": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:e00776126ead2406024ddf99bee3a8cde9504f4ff0a88c07cd1de25fed8bfb9d_amd64",
                  "product_id": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:e00776126ead2406024ddf99bee3a8cde9504f4ff0a88c07cd1de25fed8bfb9d_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-kubernetes-nmstate-handler-rhel9@sha256:e00776126ead2406024ddf99bee3a8cde9504f4ff0a88c07cd1de25fed8bfb9d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9\u0026tag=v4.14.0-202504010138.p0.g23117c5.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:762af5a64e4c5631c6a7d921420b7abfc2cdafef42c05e441647f4cf25f5dad6_amd64",
                "product": {
                  "name": "openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:762af5a64e4c5631c6a7d921420b7abfc2cdafef42c05e441647f4cf25f5dad6_amd64",
                  "product_id": "openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:762af5a64e4c5631c6a7d921420b7abfc2cdafef42c05e441647f4cf25f5dad6_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-aws-efs-csi-driver-container-rhel8@sha256:762af5a64e4c5631c6a7d921420b7abfc2cdafef42c05e441647f4cf25f5dad6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8\u0026tag=v4.14.0-202503310939.p0.g67eddc2.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:e242fe1cb011441457064e861e27b47bc5f189d96a8c521fb6c505c8efa068b5_amd64",
                "product": {
                  "name": "openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:e242fe1cb011441457064e861e27b47bc5f189d96a8c521fb6c505c8efa068b5_amd64",
                  "product_id": "openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:e242fe1cb011441457064e861e27b47bc5f189d96a8c521fb6c505c8efa068b5_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-aws-efs-csi-driver-rhel8-operator@sha256:e242fe1cb011441457064e861e27b47bc5f189d96a8c521fb6c505c8efa068b5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator\u0026tag=v4.14.0-202503310939.p0.g9884f76.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-kube-descheduler-rhel8-operator@sha256:f56b7c4701a58d0d4b48aa4729a0b89e7f3dead54fdc573c3da5e758f3584f6a_amd64",
                "product": {
                  "name": "openshift4/ose-cluster-kube-descheduler-rhel8-operator@sha256:f56b7c4701a58d0d4b48aa4729a0b89e7f3dead54fdc573c3da5e758f3584f6a_amd64",
                  "product_id": "openshift4/ose-cluster-kube-descheduler-rhel8-operator@sha256:f56b7c4701a58d0d4b48aa4729a0b89e7f3dead54fdc573c3da5e758f3584f6a_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-kube-descheduler-rhel8-operator@sha256:f56b7c4701a58d0d4b48aa4729a0b89e7f3dead54fdc573c3da5e758f3584f6a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-descheduler-rhel8-operator\u0026tag=v4.14.0-202503310335.p0.gcd52d96.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-kube-descheduler-operator@sha256:f56b7c4701a58d0d4b48aa4729a0b89e7f3dead54fdc573c3da5e758f3584f6a_amd64",
                "product": {
                  "name": "openshift4/ose-cluster-kube-descheduler-operator@sha256:f56b7c4701a58d0d4b48aa4729a0b89e7f3dead54fdc573c3da5e758f3584f6a_amd64",
                  "product_id": "openshift4/ose-cluster-kube-descheduler-operator@sha256:f56b7c4701a58d0d4b48aa4729a0b89e7f3dead54fdc573c3da5e758f3584f6a_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-kube-descheduler-operator@sha256:f56b7c4701a58d0d4b48aa4729a0b89e7f3dead54fdc573c3da5e758f3584f6a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-descheduler-operator\u0026tag=v4.14.0-202503310335.p0.gcd52d96.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-clusterresourceoverride-rhel8@sha256:e0e0aa123364ed72bf91682470a341b3a180303755bcb4ca7a9677e8788a225f_amd64",
                "product": {
                  "name": "openshift4/ose-clusterresourceoverride-rhel8@sha256:e0e0aa123364ed72bf91682470a341b3a180303755bcb4ca7a9677e8788a225f_amd64",
                  "product_id": "openshift4/ose-clusterresourceoverride-rhel8@sha256:e0e0aa123364ed72bf91682470a341b3a180303755bcb4ca7a9677e8788a225f_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-clusterresourceoverride-rhel8@sha256:e0e0aa123364ed72bf91682470a341b3a180303755bcb4ca7a9677e8788a225f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8\u0026tag=v4.14.0-202503310939.p0.g61de9ca.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:4dd33cb6e79d7d5c0dec7d95bfe1adb00a7d028f7eb1bd03a21bbc9e863dd5be_amd64",
                "product": {
                  "name": "openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:4dd33cb6e79d7d5c0dec7d95bfe1adb00a7d028f7eb1bd03a21bbc9e863dd5be_amd64",
                  "product_id": "openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:4dd33cb6e79d7d5c0dec7d95bfe1adb00a7d028f7eb1bd03a21bbc9e863dd5be_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-clusterresourceoverride-rhel8-operator@sha256:4dd33cb6e79d7d5c0dec7d95bfe1adb00a7d028f7eb1bd03a21bbc9e863dd5be?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator\u0026tag=v4.14.0-202503310939.p0.g699f73c.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:cc0cef8c1457dec6fe91b1588e2008e6a682026cd597771c59e562e5975672ae_amd64",
                "product": {
                  "name": "openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:cc0cef8c1457dec6fe91b1588e2008e6a682026cd597771c59e562e5975672ae_amd64",
                  "product_id": "openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:cc0cef8c1457dec6fe91b1588e2008e6a682026cd597771c59e562e5975672ae_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:cc0cef8c1457dec6fe91b1588e2008e6a682026cd597771c59e562e5975672ae?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8\u0026tag=v4.14.0-202503310939.p0.g9232c1f.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-egress-http-proxy@sha256:8bc919455cf398d812e4433974930e84dbdf2a90eff0b6bba5d7e436b3ca0fe5_amd64",
                "product": {
                  "name": "openshift4/ose-egress-http-proxy@sha256:8bc919455cf398d812e4433974930e84dbdf2a90eff0b6bba5d7e436b3ca0fe5_amd64",
                  "product_id": "openshift4/ose-egress-http-proxy@sha256:8bc919455cf398d812e4433974930e84dbdf2a90eff0b6bba5d7e436b3ca0fe5_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-egress-http-proxy@sha256:8bc919455cf398d812e4433974930e84dbdf2a90eff0b6bba5d7e436b3ca0fe5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-egress-http-proxy\u0026tag=v4.14.0-202503310335.p0.g03e5f40.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/frr-rhel9@sha256:5153531b8a17fa5f91bdcfa742faa541a191f41eafb7faabc4964732063fcc69_amd64",
                "product": {
                  "name": "openshift4/frr-rhel9@sha256:5153531b8a17fa5f91bdcfa742faa541a191f41eafb7faabc4964732063fcc69_amd64",
                  "product_id": "openshift4/frr-rhel9@sha256:5153531b8a17fa5f91bdcfa742faa541a191f41eafb7faabc4964732063fcc69_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/frr-rhel9@sha256:5153531b8a17fa5f91bdcfa742faa541a191f41eafb7faabc4964732063fcc69?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/frr-rhel9\u0026tag=v4.14.0-202503271636.p0.g0414ca3.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:600702e339ef97d5de42c292e1dd52c8a59bdf7411aadc08d6169bcb6c2c8eab_amd64",
                "product": {
                  "name": "openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:600702e339ef97d5de42c292e1dd52c8a59bdf7411aadc08d6169bcb6c2c8eab_amd64",
                  "product_id": "openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:600702e339ef97d5de42c292e1dd52c8a59bdf7411aadc08d6169bcb6c2c8eab_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-gcp-filestore-csi-driver-rhel8@sha256:600702e339ef97d5de42c292e1dd52c8a59bdf7411aadc08d6169bcb6c2c8eab?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8\u0026tag=v4.14.0-202503310335.p0.ga6af579.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:aa26841d624370eb3c1d2336f5c2280abe3c57c380e6d56ca6674194a2fc235f_amd64",
                "product": {
                  "name": "openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:aa26841d624370eb3c1d2336f5c2280abe3c57c380e6d56ca6674194a2fc235f_amd64",
                  "product_id": "openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:aa26841d624370eb3c1d2336f5c2280abe3c57c380e6d56ca6674194a2fc235f_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:aa26841d624370eb3c1d2336f5c2280abe3c57c380e6d56ca6674194a2fc235f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator\u0026tag=v4.14.0-202503310939.p0.g5028f0a.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:41502357e4d8dac94e3b9e617a39313c225113b2838aa4fe1f861bb7226a4f05_amd64",
                "product": {
                  "name": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:41502357e4d8dac94e3b9e617a39313c225113b2838aa4fe1f861bb7226a4f05_amd64",
                  "product_id": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:41502357e4d8dac94e3b9e617a39313c225113b2838aa4fe1f861bb7226a4f05_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/kubernetes-nmstate-rhel9-operator@sha256:41502357e4d8dac94e3b9e617a39313c225113b2838aa4fe1f861bb7226a4f05?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator\u0026tag=v4.14.0-202504020144.p0.g23117c5.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-ptp-rhel9@sha256:2bd63260ebef6d27daba5dfacbecaf0c06343fa69be2fa7947d5094e05f11472_amd64",
                "product": {
                  "name": "openshift4/ose-ptp-rhel9@sha256:2bd63260ebef6d27daba5dfacbecaf0c06343fa69be2fa7947d5094e05f11472_amd64",
                  "product_id": "openshift4/ose-ptp-rhel9@sha256:2bd63260ebef6d27daba5dfacbecaf0c06343fa69be2fa7947d5094e05f11472_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-ptp-rhel9@sha256:2bd63260ebef6d27daba5dfacbecaf0c06343fa69be2fa7947d5094e05f11472?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ptp-rhel9\u0026tag=v4.14.0-202504010239.p0.gade9d9a.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-local-storage-mustgather-rhel8@sha256:a19ef1289378c5f15a1accba1a62649c95f364ba620c9c5d2290c67a1f2647b8_amd64",
                "product": {
                  "name": "openshift4/ose-local-storage-mustgather-rhel8@sha256:a19ef1289378c5f15a1accba1a62649c95f364ba620c9c5d2290c67a1f2647b8_amd64",
                  "product_id": "openshift4/ose-local-storage-mustgather-rhel8@sha256:a19ef1289378c5f15a1accba1a62649c95f364ba620c9c5d2290c67a1f2647b8_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-local-storage-mustgather-rhel8@sha256:a19ef1289378c5f15a1accba1a62649c95f364ba620c9c5d2290c67a1f2647b8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel8\u0026tag=v4.14.0-202503310939.p0.g599ce82.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/metallb-rhel9@sha256:b1ebbb0eeb2c5db23458b67055fab7d10c0607d37a32a60e9a3782c2e90596c8_amd64",
                "product": {
                  "name": "openshift4/metallb-rhel9@sha256:b1ebbb0eeb2c5db23458b67055fab7d10c0607d37a32a60e9a3782c2e90596c8_amd64",
                  "product_id": "openshift4/metallb-rhel9@sha256:b1ebbb0eeb2c5db23458b67055fab7d10c0607d37a32a60e9a3782c2e90596c8_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/metallb-rhel9@sha256:b1ebbb0eeb2c5db23458b67055fab7d10c0607d37a32a60e9a3782c2e90596c8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel9\u0026tag=v4.14.0-202503272035.p0.g990fd37.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/metallb-rhel9-operator@sha256:980050ef7796dd2d4847e96855bda6894d0a48281785dc1cbcdfd7253f9aa0e7_amd64",
                "product": {
                  "name": "openshift4/metallb-rhel9-operator@sha256:980050ef7796dd2d4847e96855bda6894d0a48281785dc1cbcdfd7253f9aa0e7_amd64",
                  "product_id": "openshift4/metallb-rhel9-operator@sha256:980050ef7796dd2d4847e96855bda6894d0a48281785dc1cbcdfd7253f9aa0e7_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/metallb-rhel9-operator@sha256:980050ef7796dd2d4847e96855bda6894d0a48281785dc1cbcdfd7253f9aa0e7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel9-operator\u0026tag=v4.14.0-202503310335.p0.ged35a97.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-ptp-operator@sha256:74b22402abdefed550e054985e8d64ad214a18813bdd2a5a1a41716ce4a2f794_amd64",
                "product": {
                  "name": "openshift4/ose-ptp-operator@sha256:74b22402abdefed550e054985e8d64ad214a18813bdd2a5a1a41716ce4a2f794_amd64",
                  "product_id": "openshift4/ose-ptp-operator@sha256:74b22402abdefed550e054985e8d64ad214a18813bdd2a5a1a41716ce4a2f794_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-ptp-operator@sha256:74b22402abdefed550e054985e8d64ad214a18813bdd2a5a1a41716ce4a2f794?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ptp-operator\u0026tag=v4.14.0-202504010239.p0.gc7be452.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-secrets-store-csi-driver-rhel8@sha256:a8be5b26d113bb11428fd53982891f03b346f6604a0d305f0eafbe427730cde9_amd64",
                "product": {
                  "name": "openshift4/ose-secrets-store-csi-driver-rhel8@sha256:a8be5b26d113bb11428fd53982891f03b346f6604a0d305f0eafbe427730cde9_amd64",
                  "product_id": "openshift4/ose-secrets-store-csi-driver-rhel8@sha256:a8be5b26d113bb11428fd53982891f03b346f6604a0d305f0eafbe427730cde9_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-secrets-store-csi-driver-rhel8@sha256:a8be5b26d113bb11428fd53982891f03b346f6604a0d305f0eafbe427730cde9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8\u0026tag=v4.14.0-202503310335.p0.g4b5bd4b.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:1a44330c8d248cc3f4d1102b6eb1f1709475204a5d561c96561ddecf30ac2e46_amd64",
                "product": {
                  "name": "openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:1a44330c8d248cc3f4d1102b6eb1f1709475204a5d561c96561ddecf30ac2e46_amd64",
                  "product_id": "openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:1a44330c8d248cc3f4d1102b6eb1f1709475204a5d561c96561ddecf30ac2e46_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-secrets-store-csi-driver-rhel8-operator@sha256:1a44330c8d248cc3f4d1102b6eb1f1709475204a5d561c96561ddecf30ac2e46?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator\u0026tag=v4.14.0-202503310335.p0.g4f339d0.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:f19e5958e7e8032b1e9a7885678ddbd3cf22827f7a3bbc102cb5a6746eb0b7b1_amd64",
                "product": {
                  "name": "openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:f19e5958e7e8032b1e9a7885678ddbd3cf22827f7a3bbc102cb5a6746eb0b7b1_amd64",
                  "product_id": "openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:f19e5958e7e8032b1e9a7885678ddbd3cf22827f7a3bbc102cb5a6746eb0b7b1_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-secrets-store-csi-mustgather-rhel8@sha256:f19e5958e7e8032b1e9a7885678ddbd3cf22827f7a3bbc102cb5a6746eb0b7b1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8\u0026tag=v4.14.0-202503310939.p0.g4f339d0.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:865007fc112fd0b54378c17210b63884cfb1872b01953bc2a4b479c2ddc84f39_amd64",
                "product": {
                  "name": "openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:865007fc112fd0b54378c17210b63884cfb1872b01953bc2a4b479c2ddc84f39_amd64",
                  "product_id": "openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:865007fc112fd0b54378c17210b63884cfb1872b01953bc2a4b479c2ddc84f39_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-vertical-pod-autoscaler-rhel8@sha256:865007fc112fd0b54378c17210b63884cfb1872b01953bc2a4b479c2ddc84f39?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8\u0026tag=v4.14.0-202503310939.p0.gd030dba.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:64312b809c5b432207892d53e803e381acbc9b9b914e5be62a7f318cbad8fa44_amd64",
                "product": {
                  "name": "openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:64312b809c5b432207892d53e803e381acbc9b9b914e5be62a7f318cbad8fa44_amd64",
                  "product_id": "openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:64312b809c5b432207892d53e803e381acbc9b9b914e5be62a7f318cbad8fa44_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-vertical-pod-autoscaler-rhel8-operator@sha256:64312b809c5b432207892d53e803e381acbc9b9b914e5be62a7f318cbad8fa44?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator\u0026tag=v4.14.0-202503310939.p0.gb70ce20.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ptp-must-gather-rhel8@sha256:a4294d76446a4ec57178f0a7f0f50c9a9bd307fcb5835a08dae291093b6c409d_amd64",
                "product": {
                  "name": "openshift4/ptp-must-gather-rhel8@sha256:a4294d76446a4ec57178f0a7f0f50c9a9bd307fcb5835a08dae291093b6c409d_amd64",
                  "product_id": "openshift4/ptp-must-gather-rhel8@sha256:a4294d76446a4ec57178f0a7f0f50c9a9bd307fcb5835a08dae291093b6c409d_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ptp-must-gather-rhel8@sha256:a4294d76446a4ec57178f0a7f0f50c9a9bd307fcb5835a08dae291093b6c409d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ptp-must-gather-rhel8\u0026tag=v4.14.0-202503310939.p0.gc7be452.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/sriov-cni-rhel9@sha256:adeef6a4821ec4029d0dec19a1e1ec1fc22df0487b6e3d1f3de25c0d4fc40465_amd64",
                "product": {
                  "name": "openshift4/sriov-cni-rhel9@sha256:adeef6a4821ec4029d0dec19a1e1ec1fc22df0487b6e3d1f3de25c0d4fc40465_amd64",
                  "product_id": "openshift4/sriov-cni-rhel9@sha256:adeef6a4821ec4029d0dec19a1e1ec1fc22df0487b6e3d1f3de25c0d4fc40465_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/sriov-cni-rhel9@sha256:adeef6a4821ec4029d0dec19a1e1ec1fc22df0487b6e3d1f3de25c0d4fc40465?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/sriov-cni-rhel9\u0026tag=v4.14.0-202503271636.p0.g06859a6.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-sriov-dp-admission-controller@sha256:fd19deb941b2b39bff7ec9f7e8354a1cb6844e1594e4ef1bf4dfd6445034195d_amd64",
                "product": {
                  "name": "openshift4/ose-sriov-dp-admission-controller@sha256:fd19deb941b2b39bff7ec9f7e8354a1cb6844e1594e4ef1bf4dfd6445034195d_amd64",
                  "product_id": "openshift4/ose-sriov-dp-admission-controller@sha256:fd19deb941b2b39bff7ec9f7e8354a1cb6844e1594e4ef1bf4dfd6445034195d_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-sriov-dp-admission-controller@sha256:fd19deb941b2b39bff7ec9f7e8354a1cb6844e1594e4ef1bf4dfd6445034195d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-dp-admission-controller\u0026tag=v4.14.0-202503310335.p0.g5cdb661.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-sriov-network-config-daemon@sha256:af3ee260de3830779d917198509cc0dd8964f1dcda76f55a84465d866bf38074_amd64",
                "product": {
                  "name": "openshift4/ose-sriov-network-config-daemon@sha256:af3ee260de3830779d917198509cc0dd8964f1dcda76f55a84465d866bf38074_amd64",
                  "product_id": "openshift4/ose-sriov-network-config-daemon@sha256:af3ee260de3830779d917198509cc0dd8964f1dcda76f55a84465d866bf38074_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-sriov-network-config-daemon@sha256:af3ee260de3830779d917198509cc0dd8964f1dcda76f55a84465d866bf38074?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-config-daemon\u0026tag=v4.14.0-202503310335.p0.gd388ef6.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-sriov-network-device-plugin@sha256:391d0f4eae2a2f0327247f16ba945292c8c23b1f50cfca867e0cf38d11266331_amd64",
                "product": {
                  "name": "openshift4/ose-sriov-network-device-plugin@sha256:391d0f4eae2a2f0327247f16ba945292c8c23b1f50cfca867e0cf38d11266331_amd64",
                  "product_id": "openshift4/ose-sriov-network-device-plugin@sha256:391d0f4eae2a2f0327247f16ba945292c8c23b1f50cfca867e0cf38d11266331_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-sriov-network-device-plugin@sha256:391d0f4eae2a2f0327247f16ba945292c8c23b1f50cfca867e0cf38d11266331?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-device-plugin\u0026tag=v4.14.0-202503310335.p0.g430adb7.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-sriov-network-operator@sha256:d716b03770f33e57445245779e6bf200e16dcdbf16ddfd2181b1233a1841a1dd_amd64",
                "product": {
                  "name": "openshift4/ose-sriov-network-operator@sha256:d716b03770f33e57445245779e6bf200e16dcdbf16ddfd2181b1233a1841a1dd_amd64",
                  "product_id": "openshift4/ose-sriov-network-operator@sha256:d716b03770f33e57445245779e6bf200e16dcdbf16ddfd2181b1233a1841a1dd_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-sriov-network-operator@sha256:d716b03770f33e57445245779e6bf200e16dcdbf16ddfd2181b1233a1841a1dd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-operator\u0026tag=v4.14.0-202503310335.p0.gd388ef6.assembly.stream.el8"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-sriov-network-webhook@sha256:13dc716fc74c12b8b814bc9416d04efb4af5e7f925c7539c8ab6d598ba752659_amd64",
                "product": {
                  "name": "openshift4/ose-sriov-network-webhook@sha256:13dc716fc74c12b8b814bc9416d04efb4af5e7f925c7539c8ab6d598ba752659_amd64",
                  "product_id": "openshift4/ose-sriov-network-webhook@sha256:13dc716fc74c12b8b814bc9416d04efb4af5e7f925c7539c8ab6d598ba752659_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-sriov-network-webhook@sha256:13dc716fc74c12b8b814bc9416d04efb4af5e7f925c7539c8ab6d598ba752659?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-webhook\u0026tag=v4.14.0-202503310335.p0.gd388ef6.assembly.stream.el8"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "amd64"
          }
        ],
        "category": "vendor",
        "name": "Red Hat"
      }
    ],
    "relationships": [
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/cloud-event-proxy-rhel8@sha256:4911a4713eeeca311b1de28409e954b3eab38c0e4d29b1b187c790022e47f7df_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "8Base-RHOSE-4.14:openshift4/cloud-event-proxy-rhel8@sha256:4911a4713eeeca311b1de28409e954b3eab38c0e4d29b1b187c790022e47f7df_ppc64le"
        },
        "product_reference": "openshift4/cloud-event-proxy-rhel8@sha256:4911a4713eeeca311b1de28409e954b3eab38c0e4d29b1b187c790022e47f7df_ppc64le",
        "relates_to_product_reference": "8Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/cloud-event-proxy-rhel8@sha256:501ae6b06f145ebec1b38171961d427086a180515dac92b89303b29e17feaa38_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "8Base-RHOSE-4.14:openshift4/cloud-event-proxy-rhel8@sha256:501ae6b06f145ebec1b38171961d427086a180515dac92b89303b29e17feaa38_arm64"
        },
        "product_reference": "openshift4/cloud-event-proxy-rhel8@sha256:501ae6b06f145ebec1b38171961d427086a180515dac92b89303b29e17feaa38_arm64",
        "relates_to_product_reference": "8Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/cloud-event-proxy-rhel8@sha256:ca0a9fc003a988a7fbabe221ca7ab68d8dd97559b485b53b96505b0b9fbfcb7d_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "8Base-RHOSE-4.14:openshift4/cloud-event-proxy-rhel8@sha256:ca0a9fc003a988a7fbabe221ca7ab68d8dd97559b485b53b96505b0b9fbfcb7d_amd64"
        },
        "product_reference": "openshift4/cloud-event-proxy-rhel8@sha256:ca0a9fc003a988a7fbabe221ca7ab68d8dd97559b485b53b96505b0b9fbfcb7d_amd64",
        "relates_to_product_reference": "8Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/nmstate-console-plugin-rhel8@sha256:3b819544f81dc5039f23a936520c7d04035c8a0c4a98195a71d4dc4cc97e4e78_s390x as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "8Base-RHOSE-4.14:openshift4/nmstate-console-plugin-rhel8@sha256:3b819544f81dc5039f23a936520c7d04035c8a0c4a98195a71d4dc4cc97e4e78_s390x"
        },
        "product_reference": "openshift4/nmstate-console-plugin-rhel8@sha256:3b819544f81dc5039f23a936520c7d04035c8a0c4a98195a71d4dc4cc97e4e78_s390x",
        "relates_to_product_reference": "8Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/nmstate-console-plugin-rhel8@sha256:8c3f9b60ac25ae1a074c36ef1d45d685a0770af949a0115e3f3d8f86a6bae1ce_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "8Base-RHOSE-4.14:openshift4/nmstate-console-plugin-rhel8@sha256:8c3f9b60ac25ae1a074c36ef1d45d685a0770af949a0115e3f3d8f86a6bae1ce_arm64"
        },
        "product_reference": "openshift4/nmstate-console-plugin-rhel8@sha256:8c3f9b60ac25ae1a074c36ef1d45d685a0770af949a0115e3f3d8f86a6bae1ce_arm64",
        "relates_to_product_reference": "8Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/nmstate-console-plugin-rhel8@sha256:abaf8c84c2944a0c897e3267e6c94c513c9f9f3c3c148ec3f0f0d83eb5c599ed_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "8Base-RHOSE-4.14:openshift4/nmstate-console-plugin-rhel8@sha256:abaf8c84c2944a0c897e3267e6c94c513c9f9f3c3c148ec3f0f0d83eb5c599ed_amd64"
        },
        "product_reference": "openshift4/nmstate-console-plugin-rhel8@sha256:abaf8c84c2944a0c897e3267e6c94c513c9f9f3c3c148ec3f0f0d83eb5c599ed_amd64",
        "relates_to_product_reference": "8Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/nmstate-console-plugin-rhel8@sha256:f057c009a0b098b758f091aa1feb9daa3a4c796a492e8d5fb2fd51cde371eee4_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "8Base-RHOSE-4.14:openshift4/nmstate-console-plugin-rhel8@sha256:f057c009a0b098b758f091aa1feb9daa3a4c796a492e8d5fb2fd51cde371eee4_ppc64le"
        },
        "product_reference": "openshift4/nmstate-console-plugin-rhel8@sha256:f057c009a0b098b758f091aa1feb9daa3a4c796a492e8d5fb2fd51cde371eee4_ppc64le",
        "relates_to_product_reference": "8Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-ansible-operator@sha256:12f655a77688526576043ecc84ac445d859632dc1021f72aa1d36e3ba34ca067_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "8Base-RHOSE-4.14:openshift4/ose-ansible-operator@sha256:12f655a77688526576043ecc84ac445d859632dc1021f72aa1d36e3ba34ca067_amd64"
        },
        "product_reference": "openshift4/ose-ansible-operator@sha256:12f655a77688526576043ecc84ac445d859632dc1021f72aa1d36e3ba34ca067_amd64",
        "relates_to_product_reference": "8Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-ansible-operator@sha256:51e1e7e605ef81edb0e595454313df33309dfd1fb56ba62b11aba42fa3a9d102_s390x as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "8Base-RHOSE-4.14:openshift4/ose-ansible-operator@sha256:51e1e7e605ef81edb0e595454313df33309dfd1fb56ba62b11aba42fa3a9d102_s390x"
        },
        "product_reference": "openshift4/ose-ansible-operator@sha256:51e1e7e605ef81edb0e595454313df33309dfd1fb56ba62b11aba42fa3a9d102_s390x",
        "relates_to_product_reference": "8Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-ansible-operator@sha256:af079de33423dc6bb2f7d1850b33425a55ad9be0b6a4068c0f7521a0d612b7d8_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "8Base-RHOSE-4.14:openshift4/ose-ansible-operator@sha256:af079de33423dc6bb2f7d1850b33425a55ad9be0b6a4068c0f7521a0d612b7d8_arm64"
        },
        "product_reference": "openshift4/ose-ansible-operator@sha256:af079de33423dc6bb2f7d1850b33425a55ad9be0b6a4068c0f7521a0d612b7d8_arm64",
        "relates_to_product_reference": "8Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-ansible-operator@sha256:fd0792649f84d603779945ed9b278517f198f952bf03c9cb797be37b73cd7d79_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "8Base-RHOSE-4.14:openshift4/ose-ansible-operator@sha256:fd0792649f84d603779945ed9b278517f198f952bf03c9cb797be37b73cd7d79_ppc64le"
        },
        "product_reference": "openshift4/ose-ansible-operator@sha256:fd0792649f84d603779945ed9b278517f198f952bf03c9cb797be37b73cd7d79_ppc64le",
        "relates_to_product_reference": "8Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:498930b7965957850a4945c5190d8e8f15a2e01ec7ed741fab956b42ce51085e_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "8Base-RHOSE-4.14:openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:498930b7965957850a4945c5190d8e8f15a2e01ec7ed741fab956b42ce51085e_arm64"
        },
        "product_reference": "openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:498930b7965957850a4945c5190d8e8f15a2e01ec7ed741fab956b42ce51085e_arm64",
        "relates_to_product_reference": "8Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:762af5a64e4c5631c6a7d921420b7abfc2cdafef42c05e441647f4cf25f5dad6_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "8Base-RHOSE-4.14:openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:762af5a64e4c5631c6a7d921420b7abfc2cdafef42c05e441647f4cf25f5dad6_amd64"
        },
        "product_reference": "openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:762af5a64e4c5631c6a7d921420b7abfc2cdafef42c05e441647f4cf25f5dad6_amd64",
        "relates_to_product_reference": "8Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:d30f2ef6d94a52faba0394e8fdaf89bf62554c8b30ccc2c9835a39ed6572214d_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "8Base-RHOSE-4.14:openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:d30f2ef6d94a52faba0394e8fdaf89bf62554c8b30ccc2c9835a39ed6572214d_arm64"
        },
        "product_reference": "openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:d30f2ef6d94a52faba0394e8fdaf89bf62554c8b30ccc2c9835a39ed6572214d_arm64",
        "relates_to_product_reference": "8Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:e242fe1cb011441457064e861e27b47bc5f189d96a8c521fb6c505c8efa068b5_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "8Base-RHOSE-4.14:openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:e242fe1cb011441457064e861e27b47bc5f189d96a8c521fb6c505c8efa068b5_amd64"
        },
        "product_reference": "openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:e242fe1cb011441457064e861e27b47bc5f189d96a8c521fb6c505c8efa068b5_amd64",
        "relates_to_product_reference": "8Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cloud-event-proxy-rhel8@sha256:4911a4713eeeca311b1de28409e954b3eab38c0e4d29b1b187c790022e47f7df_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "8Base-RHOSE-4.14:openshift4/ose-cloud-event-proxy-rhel8@sha256:4911a4713eeeca311b1de28409e954b3eab38c0e4d29b1b187c790022e47f7df_ppc64le"
        },
        "product_reference": "openshift4/ose-cloud-event-proxy-rhel8@sha256:4911a4713eeeca311b1de28409e954b3eab38c0e4d29b1b187c790022e47f7df_ppc64le",
        "relates_to_product_reference": "8Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cloud-event-proxy-rhel8@sha256:501ae6b06f145ebec1b38171961d427086a180515dac92b89303b29e17feaa38_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "8Base-RHOSE-4.14:openshift4/ose-cloud-event-proxy-rhel8@sha256:501ae6b06f145ebec1b38171961d427086a180515dac92b89303b29e17feaa38_arm64"
        },
        "product_reference": "openshift4/ose-cloud-event-proxy-rhel8@sha256:501ae6b06f145ebec1b38171961d427086a180515dac92b89303b29e17feaa38_arm64",
        "relates_to_product_reference": "8Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cloud-event-proxy-rhel8@sha256:ca0a9fc003a988a7fbabe221ca7ab68d8dd97559b485b53b96505b0b9fbfcb7d_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "8Base-RHOSE-4.14:openshift4/ose-cloud-event-proxy-rhel8@sha256:ca0a9fc003a988a7fbabe221ca7ab68d8dd97559b485b53b96505b0b9fbfcb7d_amd64"
        },
        "product_reference": "openshift4/ose-cloud-event-proxy-rhel8@sha256:ca0a9fc003a988a7fbabe221ca7ab68d8dd97559b485b53b96505b0b9fbfcb7d_amd64",
        "relates_to_product_reference": "8Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-capacity@sha256:0b8e7e479f0b9f1b377125534b00ea7ba5e672954cf59b8d8d6626d1bf1f3de0_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-capacity@sha256:0b8e7e479f0b9f1b377125534b00ea7ba5e672954cf59b8d8d6626d1bf1f3de0_arm64"
        },
        "product_reference": "openshift4/ose-cluster-capacity@sha256:0b8e7e479f0b9f1b377125534b00ea7ba5e672954cf59b8d8d6626d1bf1f3de0_arm64",
        "relates_to_product_reference": "8Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-capacity@sha256:2d3098c0299834928a5205ee89bbd7202dab617b5373a9c78c42b8a1b8211a28_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-capacity@sha256:2d3098c0299834928a5205ee89bbd7202dab617b5373a9c78c42b8a1b8211a28_ppc64le"
        },
        "product_reference": "openshift4/ose-cluster-capacity@sha256:2d3098c0299834928a5205ee89bbd7202dab617b5373a9c78c42b8a1b8211a28_ppc64le",
        "relates_to_product_reference": "8Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-capacity@sha256:482ee2d360ac85cf46fa4c5f27d4cdbcb1db014d4e802a15f5f80dc4f4d89753_s390x as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-capacity@sha256:482ee2d360ac85cf46fa4c5f27d4cdbcb1db014d4e802a15f5f80dc4f4d89753_s390x"
        },
        "product_reference": "openshift4/ose-cluster-capacity@sha256:482ee2d360ac85cf46fa4c5f27d4cdbcb1db014d4e802a15f5f80dc4f4d89753_s390x",
        "relates_to_product_reference": "8Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-capacity@sha256:f98c715655aca8ab720d33308bde0661ff570e456718e90caa6b10d27ef710c1_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-capacity@sha256:f98c715655aca8ab720d33308bde0661ff570e456718e90caa6b10d27ef710c1_amd64"
        },
        "product_reference": "openshift4/ose-cluster-capacity@sha256:f98c715655aca8ab720d33308bde0661ff570e456718e90caa6b10d27ef710c1_amd64",
        "relates_to_product_reference": "8Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-kube-descheduler-operator@sha256:1b1b417c506c5bb6ea8c7e37cf7f3e58d9e17d0a8bd47f52c1754a8db7b52a20_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-descheduler-operator@sha256:1b1b417c506c5bb6ea8c7e37cf7f3e58d9e17d0a8bd47f52c1754a8db7b52a20_arm64"
        },
        "product_reference": "openshift4/ose-cluster-kube-descheduler-operator@sha256:1b1b417c506c5bb6ea8c7e37cf7f3e58d9e17d0a8bd47f52c1754a8db7b52a20_arm64",
        "relates_to_product_reference": "8Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-kube-descheduler-operator@sha256:6244b433a7d777bbad76a6d0b45d693aea062b909dd33d252717eb5109bb9efc_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-descheduler-operator@sha256:6244b433a7d777bbad76a6d0b45d693aea062b909dd33d252717eb5109bb9efc_ppc64le"
        },
        "product_reference": "openshift4/ose-cluster-kube-descheduler-operator@sha256:6244b433a7d777bbad76a6d0b45d693aea062b909dd33d252717eb5109bb9efc_ppc64le",
        "relates_to_product_reference": "8Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-kube-descheduler-operator@sha256:f1d6ea4c6452e608f9ab9eade54c574f3dc4e27b1f8aa05e24e1033a97feae44_s390x as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-descheduler-operator@sha256:f1d6ea4c6452e608f9ab9eade54c574f3dc4e27b1f8aa05e24e1033a97feae44_s390x"
        },
        "product_reference": "openshift4/ose-cluster-kube-descheduler-operator@sha256:f1d6ea4c6452e608f9ab9eade54c574f3dc4e27b1f8aa05e24e1033a97feae44_s390x",
        "relates_to_product_reference": "8Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-kube-descheduler-operator@sha256:f56b7c4701a58d0d4b48aa4729a0b89e7f3dead54fdc573c3da5e758f3584f6a_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-descheduler-operator@sha256:f56b7c4701a58d0d4b48aa4729a0b89e7f3dead54fdc573c3da5e758f3584f6a_amd64"
        },
        "product_reference": "openshift4/ose-cluster-kube-descheduler-operator@sha256:f56b7c4701a58d0d4b48aa4729a0b89e7f3dead54fdc573c3da5e758f3584f6a_amd64",
        "relates_to_product_reference": "8Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-kube-descheduler-rhel8-operator@sha256:1b1b417c506c5bb6ea8c7e37cf7f3e58d9e17d0a8bd47f52c1754a8db7b52a20_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-descheduler-rhel8-operator@sha256:1b1b417c506c5bb6ea8c7e37cf7f3e58d9e17d0a8bd47f52c1754a8db7b52a20_arm64"
        },
        "product_reference": "openshift4/ose-cluster-kube-descheduler-rhel8-operator@sha256:1b1b417c506c5bb6ea8c7e37cf7f3e58d9e17d0a8bd47f52c1754a8db7b52a20_arm64",
        "relates_to_product_reference": "8Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-kube-descheduler-rhel8-operator@sha256:6244b433a7d777bbad76a6d0b45d693aea062b909dd33d252717eb5109bb9efc_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-descheduler-rhel8-operator@sha256:6244b433a7d777bbad76a6d0b45d693aea062b909dd33d252717eb5109bb9efc_ppc64le"
        },
        "product_reference": "openshift4/ose-cluster-kube-descheduler-rhel8-operator@sha256:6244b433a7d777bbad76a6d0b45d693aea062b909dd33d252717eb5109bb9efc_ppc64le",
        "relates_to_product_reference": "8Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-kube-descheduler-rhel8-operator@sha256:f1d6ea4c6452e608f9ab9eade54c574f3dc4e27b1f8aa05e24e1033a97feae44_s390x as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-descheduler-rhel8-operator@sha256:f1d6ea4c6452e608f9ab9eade54c574f3dc4e27b1f8aa05e24e1033a97feae44_s390x"
        },
        "product_reference": "openshift4/ose-cluster-kube-descheduler-rhel8-operator@sha256:f1d6ea4c6452e608f9ab9eade54c574f3dc4e27b1f8aa05e24e1033a97feae44_s390x",
        "relates_to_product_reference": "8Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-kube-descheduler-rhel8-operator@sha256:f56b7c4701a58d0d4b48aa4729a0b89e7f3dead54fdc573c3da5e758f3584f6a_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-descheduler-rhel8-operator@sha256:f56b7c4701a58d0d4b48aa4729a0b89e7f3dead54fdc573c3da5e758f3584f6a_amd64"
        },
        "product_reference": "openshift4/ose-cluster-kube-descheduler-rhel8-operator@sha256:f56b7c4701a58d0d4b48aa4729a0b89e7f3dead54fdc573c3da5e758f3584f6a_amd64",
        "relates_to_product_reference": "8Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-nfd-operator@sha256:295ca2fefa0205a5f3e5f80e773362279eefbd400cf0085f197d4c2b237f6922_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-nfd-operator@sha256:295ca2fefa0205a5f3e5f80e773362279eefbd400cf0085f197d4c2b237f6922_ppc64le"
        },
        "product_reference": "openshift4/ose-cluster-nfd-operator@sha256:295ca2fefa0205a5f3e5f80e773362279eefbd400cf0085f197d4c2b237f6922_ppc64le",
        "relates_to_product_reference": "8Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-nfd-operator@sha256:baadf6f543b414c000b053ebf5fc2c18cdec45903c1b75249f2698a5a93ef399_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-nfd-operator@sha256:baadf6f543b414c000b053ebf5fc2c18cdec45903c1b75249f2698a5a93ef399_amd64"
        },
        "product_reference": "openshift4/ose-cluster-nfd-operator@sha256:baadf6f543b414c000b053ebf5fc2c18cdec45903c1b75249f2698a5a93ef399_amd64",
        "relates_to_product_reference": "8Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-nfd-operator@sha256:c0a79319484273ab0a6883d7903ca183141783620862c6cd8cd6c4d3741e05aa_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-nfd-operator@sha256:c0a79319484273ab0a6883d7903ca183141783620862c6cd8cd6c4d3741e05aa_arm64"
        },
        "product_reference": "openshift4/ose-cluster-nfd-operator@sha256:c0a79319484273ab0a6883d7903ca183141783620862c6cd8cd6c4d3741e05aa_arm64",
        "relates_to_product_reference": "8Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-nfd-operator@sha256:cfa6705a96226954b12d2e3bcf92dd466f6be3f5534aced827ff850f6d31753b_s390x as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-nfd-operator@sha256:cfa6705a96226954b12d2e3bcf92dd466f6be3f5534aced827ff850f6d31753b_s390x"
        },
        "product_reference": "openshift4/ose-cluster-nfd-operator@sha256:cfa6705a96226954b12d2e3bcf92dd466f6be3f5534aced827ff850f6d31753b_s390x",
        "relates_to_product_reference": "8Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:48804eaea80fd6a0d8ea426fd9eae5e759ac7a93136b7445512852cb09cbdf8c_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "8Base-RHOSE-4.14:openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:48804eaea80fd6a0d8ea426fd9eae5e759ac7a93136b7445512852cb09cbdf8c_ppc64le"
        },
        "product_reference": "openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:48804eaea80fd6a0d8ea426fd9eae5e759ac7a93136b7445512852cb09cbdf8c_ppc64le",
        "relates_to_product_reference": "8Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:4dd33cb6e79d7d5c0dec7d95bfe1adb00a7d028f7eb1bd03a21bbc9e863dd5be_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "8Base-RHOSE-4.14:openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:4dd33cb6e79d7d5c0dec7d95bfe1adb00a7d028f7eb1bd03a21bbc9e863dd5be_amd64"
        },
        "product_reference": "openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:4dd33cb6e79d7d5c0dec7d95bfe1adb00a7d028f7eb1bd03a21bbc9e863dd5be_amd64",
        "relates_to_product_reference": "8Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:c42cbc9910c76438474ca2ac5e184ccf317b688c0d33595f2a52b51db036f7d5_s390x as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "8Base-RHOSE-4.14:openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:c42cbc9910c76438474ca2ac5e184ccf317b688c0d33595f2a52b51db036f7d5_s390x"
        },
        "product_reference": "openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:c42cbc9910c76438474ca2ac5e184ccf317b688c0d33595f2a52b51db036f7d5_s390x",
        "relates_to_product_reference": "8Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:da4712c0d89bba499e8de8621fcd0464b732da6972fccc9fed20b020148cf4b1_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "8Base-RHOSE-4.14:openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:da4712c0d89bba499e8de8621fcd0464b732da6972fccc9fed20b020148cf4b1_arm64"
        },
        "product_reference": "openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:da4712c0d89bba499e8de8621fcd0464b732da6972fccc9fed20b020148cf4b1_arm64",
        "relates_to_product_reference": "8Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-clusterresourceoverride-rhel8@sha256:0d29460d2d2f0572c5299041a9a82f85ab652bfc43f47a3ccb9ae557706930ad_s390x as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "8Base-RHOSE-4.14:openshift4/ose-clusterresourceoverride-rhel8@sha256:0d29460d2d2f0572c5299041a9a82f85ab652bfc43f47a3ccb9ae557706930ad_s390x"
        },
        "product_reference": "openshift4/ose-clusterresourceoverride-rhel8@sha256:0d29460d2d2f0572c5299041a9a82f85ab652bfc43f47a3ccb9ae557706930ad_s390x",
        "relates_to_product_reference": "8Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-clusterresourceoverride-rhel8@sha256:c68c5ffdbbe089ec33b409f35f75586a5ec593f98c89f397184688f0d29f4ef8_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "8Base-RHOSE-4.14:openshift4/ose-clusterresourceoverride-rhel8@sha256:c68c5ffdbbe089ec33b409f35f75586a5ec593f98c89f397184688f0d29f4ef8_arm64"
        },
        "product_reference": "openshift4/ose-clusterresourceoverride-rhel8@sha256:c68c5ffdbbe089ec33b409f35f75586a5ec593f98c89f397184688f0d29f4ef8_arm64",
        "relates_to_product_reference": "8Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-clusterresourceoverride-rhel8@sha256:e0e0aa123364ed72bf91682470a341b3a180303755bcb4ca7a9677e8788a225f_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "8Base-RHOSE-4.14:openshift4/ose-clusterresourceoverride-rhel8@sha256:e0e0aa123364ed72bf91682470a341b3a180303755bcb4ca7a9677e8788a225f_amd64"
        },
        "product_reference": "openshift4/ose-clusterresourceoverride-rhel8@sha256:e0e0aa123364ed72bf91682470a341b3a180303755bcb4ca7a9677e8788a225f_amd64",
        "relates_to_product_reference": "8Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-clusterresourceoverride-rhel8@sha256:ee8cf127e449c7dcb7ad9a58fb39c69f954b2859c0beb3a181d710778055c42a_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "8Base-RHOSE-4.14:openshift4/ose-clusterresourceoverride-rhel8@sha256:ee8cf127e449c7dcb7ad9a58fb39c69f954b2859c0beb3a181d710778055c42a_ppc64le"
        },
        "product_reference": "openshift4/ose-clusterresourceoverride-rhel8@sha256:ee8cf127e449c7dcb7ad9a58fb39c69f954b2859c0beb3a181d710778055c42a_ppc64le",
        "relates_to_product_reference": "8Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:71614bcd0bc06818d4692b96753d3ea402ad487c3f7b06cac2b7ed9722a6fc41_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:71614bcd0bc06818d4692b96753d3ea402ad487c3f7b06cac2b7ed9722a6fc41_arm64"
        },
        "product_reference": "openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:71614bcd0bc06818d4692b96753d3ea402ad487c3f7b06cac2b7ed9722a6fc41_arm64",
        "relates_to_product_reference": "8Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:cc0cef8c1457dec6fe91b1588e2008e6a682026cd597771c59e562e5975672ae_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:cc0cef8c1457dec6fe91b1588e2008e6a682026cd597771c59e562e5975672ae_amd64"
        },
        "product_reference": "openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:cc0cef8c1457dec6fe91b1588e2008e6a682026cd597771c59e562e5975672ae_amd64",
        "relates_to_product_reference": "8Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:e5a4e752b9fb329ccbdb185e2be56d305b4ccae1696b6cb6a34759fcc53b7fd2_s390x as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:e5a4e752b9fb329ccbdb185e2be56d305b4ccae1696b6cb6a34759fcc53b7fd2_s390x"
        },
        "product_reference": "openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:e5a4e752b9fb329ccbdb185e2be56d305b4ccae1696b6cb6a34759fcc53b7fd2_s390x",
        "relates_to_product_reference": "8Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:e8bbfe73aef65fd6c2a7c3024b73b8bbc4b5d41496b52427ba98d875e226f79e_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:e8bbfe73aef65fd6c2a7c3024b73b8bbc4b5d41496b52427ba98d875e226f79e_ppc64le"
        },
        "product_reference": "openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:e8bbfe73aef65fd6c2a7c3024b73b8bbc4b5d41496b52427ba98d875e226f79e_ppc64le",
        "relates_to_product_reference": "8Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-descheduler@sha256:4d8469dd86b281ffdf40782135c6de6a7c5563c7ca331053b038213572922cb7_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "8Base-RHOSE-4.14:openshift4/ose-descheduler@sha256:4d8469dd86b281ffdf40782135c6de6a7c5563c7ca331053b038213572922cb7_arm64"
        },
        "product_reference": "openshift4/ose-descheduler@sha256:4d8469dd86b281ffdf40782135c6de6a7c5563c7ca331053b038213572922cb7_arm64",
        "relates_to_product_reference": "8Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-descheduler@sha256:c9d46ffcd1341b8f21b82475f94b5a782b27b55e17bbfd730b7f3526c7b52d9e_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "8Base-RHOSE-4.14:openshift4/ose-descheduler@sha256:c9d46ffcd1341b8f21b82475f94b5a782b27b55e17bbfd730b7f3526c7b52d9e_amd64"
        },
        "product_reference": "openshift4/ose-descheduler@sha256:c9d46ffcd1341b8f21b82475f94b5a782b27b55e17bbfd730b7f3526c7b52d9e_amd64",
        "relates_to_product_reference": "8Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-descheduler@sha256:d42cf5a6edcf1f541a6d8272ec0c7ebb62fc3dd1f260774bef20685c39535f7a_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "8Base-RHOSE-4.14:openshift4/ose-descheduler@sha256:d42cf5a6edcf1f541a6d8272ec0c7ebb62fc3dd1f260774bef20685c39535f7a_ppc64le"
        },
        "product_reference": "openshift4/ose-descheduler@sha256:d42cf5a6edcf1f541a6d8272ec0c7ebb62fc3dd1f260774bef20685c39535f7a_ppc64le",
        "relates_to_product_reference": "8Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-descheduler@sha256:e9b332f03480586c7b681d149ea6211faebfcb25e41ad4bd2d35b9062af3e9fe_s390x as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "8Base-RHOSE-4.14:openshift4/ose-descheduler@sha256:e9b332f03480586c7b681d149ea6211faebfcb25e41ad4bd2d35b9062af3e9fe_s390x"
        },
        "product_reference": "openshift4/ose-descheduler@sha256:e9b332f03480586c7b681d149ea6211faebfcb25e41ad4bd2d35b9062af3e9fe_s390x",
        "relates_to_product_reference": "8Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-egress-dns-proxy@sha256:006a04474e8d17480755050200f95ade9e3e9a23fadefdc647508d6202e4ce5e_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "8Base-RHOSE-4.14:openshift4/ose-egress-dns-proxy@sha256:006a04474e8d17480755050200f95ade9e3e9a23fadefdc647508d6202e4ce5e_ppc64le"
        },
        "product_reference": "openshift4/ose-egress-dns-proxy@sha256:006a04474e8d17480755050200f95ade9e3e9a23fadefdc647508d6202e4ce5e_ppc64le",
        "relates_to_product_reference": "8Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-egress-dns-proxy@sha256:b2362f01d8850c267c1277d0905303fabec8fc5d3ba7d218f8605c5603efeeec_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "8Base-RHOSE-4.14:openshift4/ose-egress-dns-proxy@sha256:b2362f01d8850c267c1277d0905303fabec8fc5d3ba7d218f8605c5603efeeec_arm64"
        },
        "product_reference": "openshift4/ose-egress-dns-proxy@sha256:b2362f01d8850c267c1277d0905303fabec8fc5d3ba7d218f8605c5603efeeec_arm64",
        "relates_to_product_reference": "8Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-egress-dns-proxy@sha256:da33b5c61c13113db51e5ed99738dac460ded65ca22b9d3f819bbad75ec7591d_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "8Base-RHOSE-4.14:openshift4/ose-egress-dns-proxy@sha256:da33b5c61c13113db51e5ed99738dac460ded65ca22b9d3f819bbad75ec7591d_amd64"
        },
        "product_reference": "openshift4/ose-egress-dns-proxy@sha256:da33b5c61c13113db51e5ed99738dac460ded65ca22b9d3f819bbad75ec7591d_amd64",
        "relates_to_product_reference": "8Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-egress-dns-proxy@sha256:ecd7f655a6c884d9a587ae24cdc5ba751cbbe365e07670b63eb0b7e4f34cef01_s390x as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "8Base-RHOSE-4.14:openshift4/ose-egress-dns-proxy@sha256:ecd7f655a6c884d9a587ae24cdc5ba751cbbe365e07670b63eb0b7e4f34cef01_s390x"
        },
        "product_reference": "openshift4/ose-egress-dns-proxy@sha256:ecd7f655a6c884d9a587ae24cdc5ba751cbbe365e07670b63eb0b7e4f34cef01_s390x",
        "relates_to_product_reference": "8Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-egress-http-proxy@sha256:6c0347fcb45ec7c2ea4f74e4c1e06ccc093d51dbf6f32a4bd426af513d139b7e_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "8Base-RHOSE-4.14:openshift4/ose-egress-http-proxy@sha256:6c0347fcb45ec7c2ea4f74e4c1e06ccc093d51dbf6f32a4bd426af513d139b7e_arm64"
        },
        "product_reference": "openshift4/ose-egress-http-proxy@sha256:6c0347fcb45ec7c2ea4f74e4c1e06ccc093d51dbf6f32a4bd426af513d139b7e_arm64",
        "relates_to_product_reference": "8Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-egress-http-proxy@sha256:7f59f4659be5c51c6738227cb808a5191d116d53c91cb138392df96700d889f1_s390x as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "8Base-RHOSE-4.14:openshift4/ose-egress-http-proxy@sha256:7f59f4659be5c51c6738227cb808a5191d116d53c91cb138392df96700d889f1_s390x"
        },
        "product_reference": "openshift4/ose-egress-http-proxy@sha256:7f59f4659be5c51c6738227cb808a5191d116d53c91cb138392df96700d889f1_s390x",
        "relates_to_product_reference": "8Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-egress-http-proxy@sha256:8bc919455cf398d812e4433974930e84dbdf2a90eff0b6bba5d7e436b3ca0fe5_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "8Base-RHOSE-4.14:openshift4/ose-egress-http-proxy@sha256:8bc919455cf398d812e4433974930e84dbdf2a90eff0b6bba5d7e436b3ca0fe5_amd64"
        },
        "product_reference": "openshift4/ose-egress-http-proxy@sha256:8bc919455cf398d812e4433974930e84dbdf2a90eff0b6bba5d7e436b3ca0fe5_amd64",
        "relates_to_product_reference": "8Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-egress-http-proxy@sha256:b2832e3870297082ac31021ece3c00418c3825c19469db7f40d365d7bdeca08c_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "8Base-RHOSE-4.14:openshift4/ose-egress-http-proxy@sha256:b2832e3870297082ac31021ece3c00418c3825c19469db7f40d365d7bdeca08c_ppc64le"
        },
        "product_reference": "openshift4/ose-egress-http-proxy@sha256:b2832e3870297082ac31021ece3c00418c3825c19469db7f40d365d7bdeca08c_ppc64le",
        "relates_to_product_reference": "8Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-egress-router@sha256:006c0b7958cca5f39ff8a1e65c920cce51333b0bdb538197a73b5579d973b3ff_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "8Base-RHOSE-4.14:openshift4/ose-egress-router@sha256:006c0b7958cca5f39ff8a1e65c920cce51333b0bdb538197a73b5579d973b3ff_arm64"
        },
        "product_reference": "openshift4/ose-egress-router@sha256:006c0b7958cca5f39ff8a1e65c920cce51333b0bdb538197a73b5579d973b3ff_arm64",
        "relates_to_product_reference": "8Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-egress-router@sha256:79a7c99ff9859a38aaa312e118fce9ec577e128025b2acb7ed8da7c60b0d08ee_s390x as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "8Base-RHOSE-4.14:openshift4/ose-egress-router@sha256:79a7c99ff9859a38aaa312e118fce9ec577e128025b2acb7ed8da7c60b0d08ee_s390x"
        },
        "product_reference": "openshift4/ose-egress-router@sha256:79a7c99ff9859a38aaa312e118fce9ec577e128025b2acb7ed8da7c60b0d08ee_s390x",
        "relates_to_product_reference": "8Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-egress-router@sha256:eae0cbe065b51eece082ed67efc31be0bf4ba3a808ef3b40c93e490d7ac16d1a_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "8Base-RHOSE-4.14:openshift4/ose-egress-router@sha256:eae0cbe065b51eece082ed67efc31be0bf4ba3a808ef3b40c93e490d7ac16d1a_ppc64le"
        },
        "product_reference": "openshift4/ose-egress-router@sha256:eae0cbe065b51eece082ed67efc31be0bf4ba3a808ef3b40c93e490d7ac16d1a_ppc64le",
        "relates_to_product_reference": "8Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-egress-router@sha256:f8e67765a295c2ecfceaad57c8b6eb9822a7b937cf8ba42a8582e62fd1014aa7_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "8Base-RHOSE-4.14:openshift4/ose-egress-router@sha256:f8e67765a295c2ecfceaad57c8b6eb9822a7b937cf8ba42a8582e62fd1014aa7_amd64"
        },
        "product_reference": "openshift4/ose-egress-router@sha256:f8e67765a295c2ecfceaad57c8b6eb9822a7b937cf8ba42a8582e62fd1014aa7_amd64",
        "relates_to_product_reference": "8Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:09ef286782c97ecca2e1b0e38d1938874d82169dd4fadb88c000dc068332fc47_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "8Base-RHOSE-4.14:openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:09ef286782c97ecca2e1b0e38d1938874d82169dd4fadb88c000dc068332fc47_ppc64le"
        },
        "product_reference": "openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:09ef286782c97ecca2e1b0e38d1938874d82169dd4fadb88c000dc068332fc47_ppc64le",
        "relates_to_product_reference": "8Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:aa26841d624370eb3c1d2336f5c2280abe3c57c380e6d56ca6674194a2fc235f_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "8Base-RHOSE-4.14:openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:aa26841d624370eb3c1d2336f5c2280abe3c57c380e6d56ca6674194a2fc235f_amd64"
        },
        "product_reference": "openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:aa26841d624370eb3c1d2336f5c2280abe3c57c380e6d56ca6674194a2fc235f_amd64",
        "relates_to_product_reference": "8Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:ba16d845bfc9a684c521383f21db8345cf84546697b7aa9733f7dcc80652f19c_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "8Base-RHOSE-4.14:openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:ba16d845bfc9a684c521383f21db8345cf84546697b7aa9733f7dcc80652f19c_arm64"
        },
        "product_reference": "openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:ba16d845bfc9a684c521383f21db8345cf84546697b7aa9733f7dcc80652f19c_arm64",
        "relates_to_product_reference": "8Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:1574fd709b7e9e03cb9b1f897624b747401e35fc4ccecf8ce9671a8114bb4788_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "8Base-RHOSE-4.14:openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:1574fd709b7e9e03cb9b1f897624b747401e35fc4ccecf8ce9671a8114bb4788_ppc64le"
        },
        "product_reference": "openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:1574fd709b7e9e03cb9b1f897624b747401e35fc4ccecf8ce9671a8114bb4788_ppc64le",
        "relates_to_product_reference": "8Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:43dac2501e26de28cb0e87d13a1b5d50faa7af42e6dd438e3366afc3c212afd9_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "8Base-RHOSE-4.14:openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:43dac2501e26de28cb0e87d13a1b5d50faa7af42e6dd438e3366afc3c212afd9_arm64"
        },
        "product_reference": "openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:43dac2501e26de28cb0e87d13a1b5d50faa7af42e6dd438e3366afc3c212afd9_arm64",
        "relates_to_product_reference": "8Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:600702e339ef97d5de42c292e1dd52c8a59bdf7411aadc08d6169bcb6c2c8eab_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "8Base-RHOSE-4.14:openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:600702e339ef97d5de42c292e1dd52c8a59bdf7411aadc08d6169bcb6c2c8eab_amd64"
        },
        "product_reference": "openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:600702e339ef97d5de42c292e1dd52c8a59bdf7411aadc08d6169bcb6c2c8eab_amd64",
        "relates_to_product_reference": "8Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-helm-operator@sha256:994a49426004c9defb9772eeb26242024af8295ffd99cc6bd6628afb5d072836_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "8Base-RHOSE-4.14:openshift4/ose-helm-operator@sha256:994a49426004c9defb9772eeb26242024af8295ffd99cc6bd6628afb5d072836_ppc64le"
        },
        "product_reference": "openshift4/ose-helm-operator@sha256:994a49426004c9defb9772eeb26242024af8295ffd99cc6bd6628afb5d072836_ppc64le",
        "relates_to_product_reference": "8Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-helm-operator@sha256:9b978ea8cb4e084b2d924d8b5d4dbd341d52393a1ba9b06c512aa86cb6299875_s390x as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "8Base-RHOSE-4.14:openshift4/ose-helm-operator@sha256:9b978ea8cb4e084b2d924d8b5d4dbd341d52393a1ba9b06c512aa86cb6299875_s390x"
        },
        "product_reference": "openshift4/ose-helm-operator@sha256:9b978ea8cb4e084b2d924d8b5d4dbd341d52393a1ba9b06c512aa86cb6299875_s390x",
        "relates_to_product_reference": "8Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-helm-operator@sha256:aa292e29511aea9e23e430e83dd63b6822c94c9449e7959a2812df68bcb39135_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "8Base-RHOSE-4.14:openshift4/ose-helm-operator@sha256:aa292e29511aea9e23e430e83dd63b6822c94c9449e7959a2812df68bcb39135_arm64"
        },
        "product_reference": "openshift4/ose-helm-operator@sha256:aa292e29511aea9e23e430e83dd63b6822c94c9449e7959a2812df68bcb39135_arm64",
        "relates_to_product_reference": "8Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-helm-operator@sha256:ab775d3f6bb41515804d43602493df14ba155d8cae2bd96a63bb707af97bd342_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "8Base-RHOSE-4.14:openshift4/ose-helm-operator@sha256:ab775d3f6bb41515804d43602493df14ba155d8cae2bd96a63bb707af97bd342_amd64"
        },
        "product_reference": "openshift4/ose-helm-operator@sha256:ab775d3f6bb41515804d43602493df14ba155d8cae2bd96a63bb707af97bd342_amd64",
        "relates_to_product_reference": "8Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-local-storage-diskmaker@sha256:5eff712a82178c4954329da45c24b6e716461d34780c7c2ea68a3688e664dcd3_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "8Base-RHOSE-4.14:openshift4/ose-local-storage-diskmaker@sha256:5eff712a82178c4954329da45c24b6e716461d34780c7c2ea68a3688e664dcd3_amd64"
        },
        "product_reference": "openshift4/ose-local-storage-diskmaker@sha256:5eff712a82178c4954329da45c24b6e716461d34780c7c2ea68a3688e664dcd3_amd64",
        "relates_to_product_reference": "8Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-local-storage-diskmaker@sha256:cc5b496bbef91f2f2772ff6127b925257c892f8bf159d3f9773a4d8e4e1217c1_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "8Base-RHOSE-4.14:openshift4/ose-local-storage-diskmaker@sha256:cc5b496bbef91f2f2772ff6127b925257c892f8bf159d3f9773a4d8e4e1217c1_ppc64le"
        },
        "product_reference": "openshift4/ose-local-storage-diskmaker@sha256:cc5b496bbef91f2f2772ff6127b925257c892f8bf159d3f9773a4d8e4e1217c1_ppc64le",
        "relates_to_product_reference": "8Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-local-storage-diskmaker@sha256:d395b8fad77cb42d5a96a043f7350621b03875bd962d0a36f11916818349e9d0_s390x as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "8Base-RHOSE-4.14:openshift4/ose-local-storage-diskmaker@sha256:d395b8fad77cb42d5a96a043f7350621b03875bd962d0a36f11916818349e9d0_s390x"
        },
        "product_reference": "openshift4/ose-local-storage-diskmaker@sha256:d395b8fad77cb42d5a96a043f7350621b03875bd962d0a36f11916818349e9d0_s390x",
        "relates_to_product_reference": "8Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-local-storage-diskmaker@sha256:eb995c9ef36074a1b33bbf551ea943636159943369bff00bf5471535064efd4a_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "8Base-RHOSE-4.14:openshift4/ose-local-storage-diskmaker@sha256:eb995c9ef36074a1b33bbf551ea943636159943369bff00bf5471535064efd4a_arm64"
        },
        "product_reference": "openshift4/ose-local-storage-diskmaker@sha256:eb995c9ef36074a1b33bbf551ea943636159943369bff00bf5471535064efd4a_arm64",
        "relates_to_product_reference": "8Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-local-storage-mustgather-rhel8@sha256:03ec52182a6d96d1b6aa0a2ebc2ae38b197f589f1d276c200f03ab05501d8f92_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "8Base-RHOSE-4.14:openshift4/ose-local-storage-mustgather-rhel8@sha256:03ec52182a6d96d1b6aa0a2ebc2ae38b197f589f1d276c200f03ab05501d8f92_ppc64le"
        },
        "product_reference": "openshift4/ose-local-storage-mustgather-rhel8@sha256:03ec52182a6d96d1b6aa0a2ebc2ae38b197f589f1d276c200f03ab05501d8f92_ppc64le",
        "relates_to_product_reference": "8Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-local-storage-mustgather-rhel8@sha256:1ad572397310bd6d48ca4e8847c8daf1f44b36fb07880934dc63d7534cd49cff_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "8Base-RHOSE-4.14:openshift4/ose-local-storage-mustgather-rhel8@sha256:1ad572397310bd6d48ca4e8847c8daf1f44b36fb07880934dc63d7534cd49cff_arm64"
        },
        "product_reference": "openshift4/ose-local-storage-mustgather-rhel8@sha256:1ad572397310bd6d48ca4e8847c8daf1f44b36fb07880934dc63d7534cd49cff_arm64",
        "relates_to_product_reference": "8Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-local-storage-mustgather-rhel8@sha256:7e2b04f90fad987ba1a8f26adc5817be9f472a9533bf39f2b33ce2ee9e6b99e3_s390x as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "8Base-RHOSE-4.14:openshift4/ose-local-storage-mustgather-rhel8@sha256:7e2b04f90fad987ba1a8f26adc5817be9f472a9533bf39f2b33ce2ee9e6b99e3_s390x"
        },
        "product_reference": "openshift4/ose-local-storage-mustgather-rhel8@sha256:7e2b04f90fad987ba1a8f26adc5817be9f472a9533bf39f2b33ce2ee9e6b99e3_s390x",
        "relates_to_product_reference": "8Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-local-storage-mustgather-rhel8@sha256:a19ef1289378c5f15a1accba1a62649c95f364ba620c9c5d2290c67a1f2647b8_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "8Base-RHOSE-4.14:openshift4/ose-local-storage-mustgather-rhel8@sha256:a19ef1289378c5f15a1accba1a62649c95f364ba620c9c5d2290c67a1f2647b8_amd64"
        },
        "product_reference": "openshift4/ose-local-storage-mustgather-rhel8@sha256:a19ef1289378c5f15a1accba1a62649c95f364ba620c9c5d2290c67a1f2647b8_amd64",
        "relates_to_product_reference": "8Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-local-storage-operator@sha256:080bea1e4d930dc6a456995c426fc87cb2668b3d97f8cbb9d8e87ea853ab889c_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "8Base-RHOSE-4.14:openshift4/ose-local-storage-operator@sha256:080bea1e4d930dc6a456995c426fc87cb2668b3d97f8cbb9d8e87ea853ab889c_ppc64le"
        },
        "product_reference": "openshift4/ose-local-storage-operator@sha256:080bea1e4d930dc6a456995c426fc87cb2668b3d97f8cbb9d8e87ea853ab889c_ppc64le",
        "relates_to_product_reference": "8Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-local-storage-operator@sha256:54f3fdee05cbbd9eddb258485ff191c75ad70f4854e4473905a73b82ec2e3080_s390x as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "8Base-RHOSE-4.14:openshift4/ose-local-storage-operator@sha256:54f3fdee05cbbd9eddb258485ff191c75ad70f4854e4473905a73b82ec2e3080_s390x"
        },
        "product_reference": "openshift4/ose-local-storage-operator@sha256:54f3fdee05cbbd9eddb258485ff191c75ad70f4854e4473905a73b82ec2e3080_s390x",
        "relates_to_product_reference": "8Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-local-storage-operator@sha256:a42b69f3956e8b7edf6c2fc38447dd1c34568f93ae85449cd7db95ed6fea2d9f_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "8Base-RHOSE-4.14:openshift4/ose-local-storage-operator@sha256:a42b69f3956e8b7edf6c2fc38447dd1c34568f93ae85449cd7db95ed6fea2d9f_amd64"
        },
        "product_reference": "openshift4/ose-local-storage-operator@sha256:a42b69f3956e8b7edf6c2fc38447dd1c34568f93ae85449cd7db95ed6fea2d9f_amd64",
        "relates_to_product_reference": "8Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-local-storage-operator@sha256:f2024ca62bc7e68f8874b2eee4375be673c6a16868f92ee4f8c40125e0a25f3d_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "8Base-RHOSE-4.14:openshift4/ose-local-storage-operator@sha256:f2024ca62bc7e68f8874b2eee4375be673c6a16868f92ee4f8c40125e0a25f3d_arm64"
        },
        "product_reference": "openshift4/ose-local-storage-operator@sha256:f2024ca62bc7e68f8874b2eee4375be673c6a16868f92ee4f8c40125e0a25f3d_arm64",
        "relates_to_product_reference": "8Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-node-feature-discovery@sha256:0702b60bf196fabb3aa04f13acbc1afd1e3e1c4592063f995c22c36c4c8f2f14_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "8Base-RHOSE-4.14:openshift4/ose-node-feature-discovery@sha256:0702b60bf196fabb3aa04f13acbc1afd1e3e1c4592063f995c22c36c4c8f2f14_amd64"
        },
        "product_reference": "openshift4/ose-node-feature-discovery@sha256:0702b60bf196fabb3aa04f13acbc1afd1e3e1c4592063f995c22c36c4c8f2f14_amd64",
        "relates_to_product_reference": "8Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-node-feature-discovery@sha256:36e8f5926b144386ea94543707902c4214cfe48432dee99076ce0b308b0cf1e5_s390x as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "8Base-RHOSE-4.14:openshift4/ose-node-feature-discovery@sha256:36e8f5926b144386ea94543707902c4214cfe48432dee99076ce0b308b0cf1e5_s390x"
        },
        "product_reference": "openshift4/ose-node-feature-discovery@sha256:36e8f5926b144386ea94543707902c4214cfe48432dee99076ce0b308b0cf1e5_s390x",
        "relates_to_product_reference": "8Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-node-feature-discovery@sha256:786d335f1df251bc9585af5052bad31e44d73c3c939e5bd5310b874da91367bd_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "8Base-RHOSE-4.14:openshift4/ose-node-feature-discovery@sha256:786d335f1df251bc9585af5052bad31e44d73c3c939e5bd5310b874da91367bd_ppc64le"
        },
        "product_reference": "openshift4/ose-node-feature-discovery@sha256:786d335f1df251bc9585af5052bad31e44d73c3c939e5bd5310b874da91367bd_ppc64le",
        "relates_to_product_reference": "8Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-node-feature-discovery@sha256:9ec1f457acc3423f0acdb132c15eb522a8f246eb83718431aad43f1a14158c4a_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "8Base-RHOSE-4.14:openshift4/ose-node-feature-discovery@sha256:9ec1f457acc3423f0acdb132c15eb522a8f246eb83718431aad43f1a14158c4a_arm64"
        },
        "product_reference": "openshift4/ose-node-feature-discovery@sha256:9ec1f457acc3423f0acdb132c15eb522a8f246eb83718431aad43f1a14158c4a_arm64",
        "relates_to_product_reference": "8Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-operator-sdk-rhel8@sha256:3146e4aa4874924ced31acb64eb27ca8a3646cbb99ab4bf54722d756bd417624_s390x as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "8Base-RHOSE-4.14:openshift4/ose-operator-sdk-rhel8@sha256:3146e4aa4874924ced31acb64eb27ca8a3646cbb99ab4bf54722d756bd417624_s390x"
        },
        "product_reference": "openshift4/ose-operator-sdk-rhel8@sha256:3146e4aa4874924ced31acb64eb27ca8a3646cbb99ab4bf54722d756bd417624_s390x",
        "relates_to_product_reference": "8Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-operator-sdk-rhel8@sha256:414b63089f97553f7320847b199927ee56be00da62656d7b20a545cbabecbc50_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "8Base-RHOSE-4.14:openshift4/ose-operator-sdk-rhel8@sha256:414b63089f97553f7320847b199927ee56be00da62656d7b20a545cbabecbc50_amd64"
        },
        "product_reference": "openshift4/ose-operator-sdk-rhel8@sha256:414b63089f97553f7320847b199927ee56be00da62656d7b20a545cbabecbc50_amd64",
        "relates_to_product_reference": "8Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-operator-sdk-rhel8@sha256:66d5b9c32319f083ea1e122a792a048b488b275c1e845876619036e10fc59801_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "8Base-RHOSE-4.14:openshift4/ose-operator-sdk-rhel8@sha256:66d5b9c32319f083ea1e122a792a048b488b275c1e845876619036e10fc59801_ppc64le"
        },
        "product_reference": "openshift4/ose-operator-sdk-rhel8@sha256:66d5b9c32319f083ea1e122a792a048b488b275c1e845876619036e10fc59801_ppc64le",
        "relates_to_product_reference": "8Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-operator-sdk-rhel8@sha256:6bd47cc37b1b88260af087e5425755404944e67827fc2b044458267a8784526f_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "8Base-RHOSE-4.14:openshift4/ose-operator-sdk-rhel8@sha256:6bd47cc37b1b88260af087e5425755404944e67827fc2b044458267a8784526f_arm64"
        },
        "product_reference": "openshift4/ose-operator-sdk-rhel8@sha256:6bd47cc37b1b88260af087e5425755404944e67827fc2b044458267a8784526f_arm64",
        "relates_to_product_reference": "8Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-ptp-operator@sha256:091efa0d2f8461f6edb256778884ff7a07a18a7b2d2eb0fc34d5b81b347edac2_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "8Base-RHOSE-4.14:openshift4/ose-ptp-operator@sha256:091efa0d2f8461f6edb256778884ff7a07a18a7b2d2eb0fc34d5b81b347edac2_ppc64le"
        },
        "product_reference": "openshift4/ose-ptp-operator@sha256:091efa0d2f8461f6edb256778884ff7a07a18a7b2d2eb0fc34d5b81b347edac2_ppc64le",
        "relates_to_product_reference": "8Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-ptp-operator@sha256:74b22402abdefed550e054985e8d64ad214a18813bdd2a5a1a41716ce4a2f794_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "8Base-RHOSE-4.14:openshift4/ose-ptp-operator@sha256:74b22402abdefed550e054985e8d64ad214a18813bdd2a5a1a41716ce4a2f794_amd64"
        },
        "product_reference": "openshift4/ose-ptp-operator@sha256:74b22402abdefed550e054985e8d64ad214a18813bdd2a5a1a41716ce4a2f794_amd64",
        "relates_to_product_reference": "8Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-ptp-operator@sha256:8c44d740c8aae7a792eed655a6696082b97b32ab104ea38bcd6b1d03877d5c04_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "8Base-RHOSE-4.14:openshift4/ose-ptp-operator@sha256:8c44d740c8aae7a792eed655a6696082b97b32ab104ea38bcd6b1d03877d5c04_arm64"
        },
        "product_reference": "openshift4/ose-ptp-operator@sha256:8c44d740c8aae7a792eed655a6696082b97b32ab104ea38bcd6b1d03877d5c04_arm64",
        "relates_to_product_reference": "8Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:16bc72b7fc11d95a49710f04562ce4265aa9e446d5b5d07a626bd57ccc8235c2_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "8Base-RHOSE-4.14:openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:16bc72b7fc11d95a49710f04562ce4265aa9e446d5b5d07a626bd57ccc8235c2_ppc64le"
        },
        "product_reference": "openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:16bc72b7fc11d95a49710f04562ce4265aa9e446d5b5d07a626bd57ccc8235c2_ppc64le",
        "relates_to_product_reference": "8Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:1a44330c8d248cc3f4d1102b6eb1f1709475204a5d561c96561ddecf30ac2e46_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "8Base-RHOSE-4.14:openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:1a44330c8d248cc3f4d1102b6eb1f1709475204a5d561c96561ddecf30ac2e46_amd64"
        },
        "product_reference": "openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:1a44330c8d248cc3f4d1102b6eb1f1709475204a5d561c96561ddecf30ac2e46_amd64",
        "relates_to_product_reference": "8Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:215ab2879571f24eb47bcb8dcd08e10fffc3584752859a7f8111aa39cb9d7d17_s390x as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "8Base-RHOSE-4.14:openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:215ab2879571f24eb47bcb8dcd08e10fffc3584752859a7f8111aa39cb9d7d17_s390x"
        },
        "product_reference": "openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:215ab2879571f24eb47bcb8dcd08e10fffc3584752859a7f8111aa39cb9d7d17_s390x",
        "relates_to_product_reference": "8Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:e26738777167a9602f51ab3d7dc3e570c3ae09b0e99e5da4f747b88a8aa7785a_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "8Base-RHOSE-4.14:openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:e26738777167a9602f51ab3d7dc3e570c3ae09b0e99e5da4f747b88a8aa7785a_arm64"
        },
        "product_reference": "openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:e26738777167a9602f51ab3d7dc3e570c3ae09b0e99e5da4f747b88a8aa7785a_arm64",
        "relates_to_product_reference": "8Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-secrets-store-csi-driver-rhel8@sha256:49f55be31e262a66b8bf4dd999d44c971349a905a9c115ad4b78d8dcfd16f47c_s390x as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "8Base-RHOSE-4.14:openshift4/ose-secrets-store-csi-driver-rhel8@sha256:49f55be31e262a66b8bf4dd999d44c971349a905a9c115ad4b78d8dcfd16f47c_s390x"
        },
        "product_reference": "openshift4/ose-secrets-store-csi-driver-rhel8@sha256:49f55be31e262a66b8bf4dd999d44c971349a905a9c115ad4b78d8dcfd16f47c_s390x",
        "relates_to_product_reference": "8Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-secrets-store-csi-driver-rhel8@sha256:a1db5304611b83d9a3e3b0ca750e696adc2b557cbf871a781bd337d7673dea8e_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "8Base-RHOSE-4.14:openshift4/ose-secrets-store-csi-driver-rhel8@sha256:a1db5304611b83d9a3e3b0ca750e696adc2b557cbf871a781bd337d7673dea8e_ppc64le"
        },
        "product_reference": "openshift4/ose-secrets-store-csi-driver-rhel8@sha256:a1db5304611b83d9a3e3b0ca750e696adc2b557cbf871a781bd337d7673dea8e_ppc64le",
        "relates_to_product_reference": "8Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-secrets-store-csi-driver-rhel8@sha256:a8be5b26d113bb11428fd53982891f03b346f6604a0d305f0eafbe427730cde9_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "8Base-RHOSE-4.14:openshift4/ose-secrets-store-csi-driver-rhel8@sha256:a8be5b26d113bb11428fd53982891f03b346f6604a0d305f0eafbe427730cde9_amd64"
        },
        "product_reference": "openshift4/ose-secrets-store-csi-driver-rhel8@sha256:a8be5b26d113bb11428fd53982891f03b346f6604a0d305f0eafbe427730cde9_amd64",
        "relates_to_product_reference": "8Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-secrets-store-csi-driver-rhel8@sha256:af26f9ad645a2a25f4919d2d53d6e546407d794697026f7853203d660dab7bd5_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "8Base-RHOSE-4.14:openshift4/ose-secrets-store-csi-driver-rhel8@sha256:af26f9ad645a2a25f4919d2d53d6e546407d794697026f7853203d660dab7bd5_arm64"
        },
        "product_reference": "openshift4/ose-secrets-store-csi-driver-rhel8@sha256:af26f9ad645a2a25f4919d2d53d6e546407d794697026f7853203d660dab7bd5_arm64",
        "relates_to_product_reference": "8Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:2cc57807ca09ebf41ec2c82dc1888bc964041237ea2d6242125d854832bd97fe_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "8Base-RHOSE-4.14:openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:2cc57807ca09ebf41ec2c82dc1888bc964041237ea2d6242125d854832bd97fe_ppc64le"
        },
        "product_reference": "openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:2cc57807ca09ebf41ec2c82dc1888bc964041237ea2d6242125d854832bd97fe_ppc64le",
        "relates_to_product_reference": "8Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:856941f0bf506610bae80cde64912d586ad2dbfa7e488ee3fb0724b825f0f8b2_s390x as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "8Base-RHOSE-4.14:openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:856941f0bf506610bae80cde64912d586ad2dbfa7e488ee3fb0724b825f0f8b2_s390x"
        },
        "product_reference": "openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:856941f0bf506610bae80cde64912d586ad2dbfa7e488ee3fb0724b825f0f8b2_s390x",
        "relates_to_product_reference": "8Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:eb4aabb494139ef54fa3d4c74b5465300c756f5266d632259f4badc01c2d4a60_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "8Base-RHOSE-4.14:openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:eb4aabb494139ef54fa3d4c74b5465300c756f5266d632259f4badc01c2d4a60_arm64"
        },
        "product_reference": "openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:eb4aabb494139ef54fa3d4c74b5465300c756f5266d632259f4badc01c2d4a60_arm64",
        "relates_to_product_reference": "8Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:f19e5958e7e8032b1e9a7885678ddbd3cf22827f7a3bbc102cb5a6746eb0b7b1_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "8Base-RHOSE-4.14:openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:f19e5958e7e8032b1e9a7885678ddbd3cf22827f7a3bbc102cb5a6746eb0b7b1_amd64"
        },
        "product_reference": "openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:f19e5958e7e8032b1e9a7885678ddbd3cf22827f7a3bbc102cb5a6746eb0b7b1_amd64",
        "relates_to_product_reference": "8Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-sriov-dp-admission-controller@sha256:4544e6ad215b0e1f99f5c7c20fa8a018037d5648235256f9ca55deae34668727_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "8Base-RHOSE-4.14:openshift4/ose-sriov-dp-admission-controller@sha256:4544e6ad215b0e1f99f5c7c20fa8a018037d5648235256f9ca55deae34668727_arm64"
        },
        "product_reference": "openshift4/ose-sriov-dp-admission-controller@sha256:4544e6ad215b0e1f99f5c7c20fa8a018037d5648235256f9ca55deae34668727_arm64",
        "relates_to_product_reference": "8Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-sriov-dp-admission-controller@sha256:9d96e7009d1755fbf8f55fc90a1d5cc3d32d1b45dccbb92f67fad64848ca566e_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "8Base-RHOSE-4.14:openshift4/ose-sriov-dp-admission-controller@sha256:9d96e7009d1755fbf8f55fc90a1d5cc3d32d1b45dccbb92f67fad64848ca566e_ppc64le"
        },
        "product_reference": "openshift4/ose-sriov-dp-admission-controller@sha256:9d96e7009d1755fbf8f55fc90a1d5cc3d32d1b45dccbb92f67fad64848ca566e_ppc64le",
        "relates_to_product_reference": "8Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-sriov-dp-admission-controller@sha256:fd19deb941b2b39bff7ec9f7e8354a1cb6844e1594e4ef1bf4dfd6445034195d_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "8Base-RHOSE-4.14:openshift4/ose-sriov-dp-admission-controller@sha256:fd19deb941b2b39bff7ec9f7e8354a1cb6844e1594e4ef1bf4dfd6445034195d_amd64"
        },
        "product_reference": "openshift4/ose-sriov-dp-admission-controller@sha256:fd19deb941b2b39bff7ec9f7e8354a1cb6844e1594e4ef1bf4dfd6445034195d_amd64",
        "relates_to_product_reference": "8Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-sriov-infiniband-cni@sha256:99fd44a57135a0fb030696ef138ccd0fe32a1cf2d9ef8b3e02e72ed3ae8c6027_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "8Base-RHOSE-4.14:openshift4/ose-sriov-infiniband-cni@sha256:99fd44a57135a0fb030696ef138ccd0fe32a1cf2d9ef8b3e02e72ed3ae8c6027_ppc64le"
        },
        "product_reference": "openshift4/ose-sriov-infiniband-cni@sha256:99fd44a57135a0fb030696ef138ccd0fe32a1cf2d9ef8b3e02e72ed3ae8c6027_ppc64le",
        "relates_to_product_reference": "8Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-sriov-infiniband-cni@sha256:b0bc2d08e98b70ec80f351c8c330917b4e962b4b4e6de903a9b221b816a53697_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "8Base-RHOSE-4.14:openshift4/ose-sriov-infiniband-cni@sha256:b0bc2d08e98b70ec80f351c8c330917b4e962b4b4e6de903a9b221b816a53697_arm64"
        },
        "product_reference": "openshift4/ose-sriov-infiniband-cni@sha256:b0bc2d08e98b70ec80f351c8c330917b4e962b4b4e6de903a9b221b816a53697_arm64",
        "relates_to_product_reference": "8Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-sriov-infiniband-cni@sha256:c2d681ccfa64212471d680f7f3301f20b67fa9056e421d381737c5978adc2a7a_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "8Base-RHOSE-4.14:openshift4/ose-sriov-infiniband-cni@sha256:c2d681ccfa64212471d680f7f3301f20b67fa9056e421d381737c5978adc2a7a_amd64"
        },
        "product_reference": "openshift4/ose-sriov-infiniband-cni@sha256:c2d681ccfa64212471d680f7f3301f20b67fa9056e421d381737c5978adc2a7a_amd64",
        "relates_to_product_reference": "8Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-sriov-network-config-daemon@sha256:ac4dc7708f8e23328acce7791935c01a9cf70db6945815ff9451c09ef9ba51ae_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "8Base-RHOSE-4.14:openshift4/ose-sriov-network-config-daemon@sha256:ac4dc7708f8e23328acce7791935c01a9cf70db6945815ff9451c09ef9ba51ae_arm64"
        },
        "product_reference": "openshift4/ose-sriov-network-config-daemon@sha256:ac4dc7708f8e23328acce7791935c01a9cf70db6945815ff9451c09ef9ba51ae_arm64",
        "relates_to_product_reference": "8Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-sriov-network-config-daemon@sha256:af3ee260de3830779d917198509cc0dd8964f1dcda76f55a84465d866bf38074_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "8Base-RHOSE-4.14:openshift4/ose-sriov-network-config-daemon@sha256:af3ee260de3830779d917198509cc0dd8964f1dcda76f55a84465d866bf38074_amd64"
        },
        "product_reference": "openshift4/ose-sriov-network-config-daemon@sha256:af3ee260de3830779d917198509cc0dd8964f1dcda76f55a84465d866bf38074_amd64",
        "relates_to_product_reference": "8Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-sriov-network-config-daemon@sha256:b3bde7a04150cdcc8da76695978e9451668e91aff6c2b2ab0b5b25886e6d417e_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "8Base-RHOSE-4.14:openshift4/ose-sriov-network-config-daemon@sha256:b3bde7a04150cdcc8da76695978e9451668e91aff6c2b2ab0b5b25886e6d417e_ppc64le"
        },
        "product_reference": "openshift4/ose-sriov-network-config-daemon@sha256:b3bde7a04150cdcc8da76695978e9451668e91aff6c2b2ab0b5b25886e6d417e_ppc64le",
        "relates_to_product_reference": "8Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-sriov-network-device-plugin@sha256:391d0f4eae2a2f0327247f16ba945292c8c23b1f50cfca867e0cf38d11266331_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "8Base-RHOSE-4.14:openshift4/ose-sriov-network-device-plugin@sha256:391d0f4eae2a2f0327247f16ba945292c8c23b1f50cfca867e0cf38d11266331_amd64"
        },
        "product_reference": "openshift4/ose-sriov-network-device-plugin@sha256:391d0f4eae2a2f0327247f16ba945292c8c23b1f50cfca867e0cf38d11266331_amd64",
        "relates_to_product_reference": "8Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-sriov-network-device-plugin@sha256:45fe46c572c7f6666e338f95f2f2c0d44b3c29bd4ace743dd5443cad4a37680c_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "8Base-RHOSE-4.14:openshift4/ose-sriov-network-device-plugin@sha256:45fe46c572c7f6666e338f95f2f2c0d44b3c29bd4ace743dd5443cad4a37680c_arm64"
        },
        "product_reference": "openshift4/ose-sriov-network-device-plugin@sha256:45fe46c572c7f6666e338f95f2f2c0d44b3c29bd4ace743dd5443cad4a37680c_arm64",
        "relates_to_product_reference": "8Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-sriov-network-device-plugin@sha256:c1636e6700cdfe7bdb7a1fd4525d10c9f17e3fb5c8cf6679c4dacc111d043daf_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "8Base-RHOSE-4.14:openshift4/ose-sriov-network-device-plugin@sha256:c1636e6700cdfe7bdb7a1fd4525d10c9f17e3fb5c8cf6679c4dacc111d043daf_ppc64le"
        },
        "product_reference": "openshift4/ose-sriov-network-device-plugin@sha256:c1636e6700cdfe7bdb7a1fd4525d10c9f17e3fb5c8cf6679c4dacc111d043daf_ppc64le",
        "relates_to_product_reference": "8Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-sriov-network-operator@sha256:99d28ecf3b9441a5e2d8a970db310b665afcf62d56210b2c90cf5061fde3845c_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "8Base-RHOSE-4.14:openshift4/ose-sriov-network-operator@sha256:99d28ecf3b9441a5e2d8a970db310b665afcf62d56210b2c90cf5061fde3845c_arm64"
        },
        "product_reference": "openshift4/ose-sriov-network-operator@sha256:99d28ecf3b9441a5e2d8a970db310b665afcf62d56210b2c90cf5061fde3845c_arm64",
        "relates_to_product_reference": "8Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-sriov-network-operator@sha256:d716b03770f33e57445245779e6bf200e16dcdbf16ddfd2181b1233a1841a1dd_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "8Base-RHOSE-4.14:openshift4/ose-sriov-network-operator@sha256:d716b03770f33e57445245779e6bf200e16dcdbf16ddfd2181b1233a1841a1dd_amd64"
        },
        "product_reference": "openshift4/ose-sriov-network-operator@sha256:d716b03770f33e57445245779e6bf200e16dcdbf16ddfd2181b1233a1841a1dd_amd64",
        "relates_to_product_reference": "8Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-sriov-network-operator@sha256:d9c440e633c880bd4a007b3633e9accfe05cd32a6cb4c598e4ccfcc1157fe355_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "8Base-RHOSE-4.14:openshift4/ose-sriov-network-operator@sha256:d9c440e633c880bd4a007b3633e9accfe05cd32a6cb4c598e4ccfcc1157fe355_ppc64le"
        },
        "product_reference": "openshift4/ose-sriov-network-operator@sha256:d9c440e633c880bd4a007b3633e9accfe05cd32a6cb4c598e4ccfcc1157fe355_ppc64le",
        "relates_to_product_reference": "8Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-sriov-network-webhook@sha256:13dc716fc74c12b8b814bc9416d04efb4af5e7f925c7539c8ab6d598ba752659_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "8Base-RHOSE-4.14:openshift4/ose-sriov-network-webhook@sha256:13dc716fc74c12b8b814bc9416d04efb4af5e7f925c7539c8ab6d598ba752659_amd64"
        },
        "product_reference": "openshift4/ose-sriov-network-webhook@sha256:13dc716fc74c12b8b814bc9416d04efb4af5e7f925c7539c8ab6d598ba752659_amd64",
        "relates_to_product_reference": "8Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-sriov-network-webhook@sha256:453bd6909fdc48eb15720f82804fa313de73e88f3bd16d1a012b71b4e0929a07_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "8Base-RHOSE-4.14:openshift4/ose-sriov-network-webhook@sha256:453bd6909fdc48eb15720f82804fa313de73e88f3bd16d1a012b71b4e0929a07_ppc64le"
        },
        "product_reference": "openshift4/ose-sriov-network-webhook@sha256:453bd6909fdc48eb15720f82804fa313de73e88f3bd16d1a012b71b4e0929a07_ppc64le",
        "relates_to_product_reference": "8Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-sriov-network-webhook@sha256:c0ee8669195fae78c7116acdb6f7c87f8fb03a404500854c2431b9c66fff62d3_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "8Base-RHOSE-4.14:openshift4/ose-sriov-network-webhook@sha256:c0ee8669195fae78c7116acdb6f7c87f8fb03a404500854c2431b9c66fff62d3_arm64"
        },
        "product_reference": "openshift4/ose-sriov-network-webhook@sha256:c0ee8669195fae78c7116acdb6f7c87f8fb03a404500854c2431b9c66fff62d3_arm64",
        "relates_to_product_reference": "8Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:216c1cb10e8d6ae21775af9532f3afef47e66c34f9ceb547bdf91a51fbd67df5_s390x as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "8Base-RHOSE-4.14:openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:216c1cb10e8d6ae21775af9532f3afef47e66c34f9ceb547bdf91a51fbd67df5_s390x"
        },
        "product_reference": "openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:216c1cb10e8d6ae21775af9532f3afef47e66c34f9ceb547bdf91a51fbd67df5_s390x",
        "relates_to_product_reference": "8Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:306fb8c768069b36adbd45228caf84c86c8bd3b5990079d9de381f51b6b4730e_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "8Base-RHOSE-4.14:openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:306fb8c768069b36adbd45228caf84c86c8bd3b5990079d9de381f51b6b4730e_ppc64le"
        },
        "product_reference": "openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:306fb8c768069b36adbd45228caf84c86c8bd3b5990079d9de381f51b6b4730e_ppc64le",
        "relates_to_product_reference": "8Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:3d33953db858a2030804b653703bab248a2b17588ed04a69dd6d86083a9444eb_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "8Base-RHOSE-4.14:openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:3d33953db858a2030804b653703bab248a2b17588ed04a69dd6d86083a9444eb_arm64"
        },
        "product_reference": "openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:3d33953db858a2030804b653703bab248a2b17588ed04a69dd6d86083a9444eb_arm64",
        "relates_to_product_reference": "8Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:64312b809c5b432207892d53e803e381acbc9b9b914e5be62a7f318cbad8fa44_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "8Base-RHOSE-4.14:openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:64312b809c5b432207892d53e803e381acbc9b9b914e5be62a7f318cbad8fa44_amd64"
        },
        "product_reference": "openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:64312b809c5b432207892d53e803e381acbc9b9b914e5be62a7f318cbad8fa44_amd64",
        "relates_to_product_reference": "8Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:375e6a06d2d792b5744e065f0d33bf1df1d06edf587cb1bc0bd05ab45d5b6a22_s390x as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "8Base-RHOSE-4.14:openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:375e6a06d2d792b5744e065f0d33bf1df1d06edf587cb1bc0bd05ab45d5b6a22_s390x"
        },
        "product_reference": "openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:375e6a06d2d792b5744e065f0d33bf1df1d06edf587cb1bc0bd05ab45d5b6a22_s390x",
        "relates_to_product_reference": "8Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:865007fc112fd0b54378c17210b63884cfb1872b01953bc2a4b479c2ddc84f39_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "8Base-RHOSE-4.14:openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:865007fc112fd0b54378c17210b63884cfb1872b01953bc2a4b479c2ddc84f39_amd64"
        },
        "product_reference": "openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:865007fc112fd0b54378c17210b63884cfb1872b01953bc2a4b479c2ddc84f39_amd64",
        "relates_to_product_reference": "8Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:e317004b6a6a8ced6bfafbdbba538c158145bd93d29f549b3112c637def043f4_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "8Base-RHOSE-4.14:openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:e317004b6a6a8ced6bfafbdbba538c158145bd93d29f549b3112c637def043f4_ppc64le"
        },
        "product_reference": "openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:e317004b6a6a8ced6bfafbdbba538c158145bd93d29f549b3112c637def043f4_ppc64le",
        "relates_to_product_reference": "8Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:ff1186111a1ac5b3fee53293c2489551103bab0ef41a8f202c1962b32dd05e3d_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "8Base-RHOSE-4.14:openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:ff1186111a1ac5b3fee53293c2489551103bab0ef41a8f202c1962b32dd05e3d_arm64"
        },
        "product_reference": "openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:ff1186111a1ac5b3fee53293c2489551103bab0ef41a8f202c1962b32dd05e3d_arm64",
        "relates_to_product_reference": "8Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ptp-must-gather-rhel8@sha256:6babd7c01664aa4d0389670ab0ce57cac19191273b4b125e8542dca4d50f2d05_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "8Base-RHOSE-4.14:openshift4/ptp-must-gather-rhel8@sha256:6babd7c01664aa4d0389670ab0ce57cac19191273b4b125e8542dca4d50f2d05_ppc64le"
        },
        "product_reference": "openshift4/ptp-must-gather-rhel8@sha256:6babd7c01664aa4d0389670ab0ce57cac19191273b4b125e8542dca4d50f2d05_ppc64le",
        "relates_to_product_reference": "8Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ptp-must-gather-rhel8@sha256:7d5d34919f72b77b9646428100b822b6fc08b136f608fa334a3eb5c7ff7005ee_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "8Base-RHOSE-4.14:openshift4/ptp-must-gather-rhel8@sha256:7d5d34919f72b77b9646428100b822b6fc08b136f608fa334a3eb5c7ff7005ee_arm64"
        },
        "product_reference": "openshift4/ptp-must-gather-rhel8@sha256:7d5d34919f72b77b9646428100b822b6fc08b136f608fa334a3eb5c7ff7005ee_arm64",
        "relates_to_product_reference": "8Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ptp-must-gather-rhel8@sha256:a4294d76446a4ec57178f0a7f0f50c9a9bd307fcb5835a08dae291093b6c409d_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "8Base-RHOSE-4.14:openshift4/ptp-must-gather-rhel8@sha256:a4294d76446a4ec57178f0a7f0f50c9a9bd307fcb5835a08dae291093b6c409d_amd64"
        },
        "product_reference": "openshift4/ptp-must-gather-rhel8@sha256:a4294d76446a4ec57178f0a7f0f50c9a9bd307fcb5835a08dae291093b6c409d_amd64",
        "relates_to_product_reference": "8Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/frr-rhel9@sha256:1491ad866f45f82419752beeb844de30e8fde7292cccf0aa9d74ff806e356341_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "9Base-RHOSE-4.14:openshift4/frr-rhel9@sha256:1491ad866f45f82419752beeb844de30e8fde7292cccf0aa9d74ff806e356341_arm64"
        },
        "product_reference": "openshift4/frr-rhel9@sha256:1491ad866f45f82419752beeb844de30e8fde7292cccf0aa9d74ff806e356341_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/frr-rhel9@sha256:5153531b8a17fa5f91bdcfa742faa541a191f41eafb7faabc4964732063fcc69_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "9Base-RHOSE-4.14:openshift4/frr-rhel9@sha256:5153531b8a17fa5f91bdcfa742faa541a191f41eafb7faabc4964732063fcc69_amd64"
        },
        "product_reference": "openshift4/frr-rhel9@sha256:5153531b8a17fa5f91bdcfa742faa541a191f41eafb7faabc4964732063fcc69_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/frr-rhel9@sha256:88f99c188ed04ab92931c579fd75af238f4fb2d4394841ac108c238165063262_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "9Base-RHOSE-4.14:openshift4/frr-rhel9@sha256:88f99c188ed04ab92931c579fd75af238f4fb2d4394841ac108c238165063262_ppc64le"
        },
        "product_reference": "openshift4/frr-rhel9@sha256:88f99c188ed04ab92931c579fd75af238f4fb2d4394841ac108c238165063262_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/frr-rhel9@sha256:d3f9f6e70fe91c2907d01c10c22ec9c80dfec6c95d8f11d41ad37e34a82b4b79_s390x as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "9Base-RHOSE-4.14:openshift4/frr-rhel9@sha256:d3f9f6e70fe91c2907d01c10c22ec9c80dfec6c95d8f11d41ad37e34a82b4b79_s390x"
        },
        "product_reference": "openshift4/frr-rhel9@sha256:d3f9f6e70fe91c2907d01c10c22ec9c80dfec6c95d8f11d41ad37e34a82b4b79_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ingress-node-firewall-rhel9-operator@sha256:2fb70ef7402b959475607b17aacd7a92efe489584160b2e3512de98953a1089e_s390x as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "9Base-RHOSE-4.14:openshift4/ingress-node-firewall-rhel9-operator@sha256:2fb70ef7402b959475607b17aacd7a92efe489584160b2e3512de98953a1089e_s390x"
        },
        "product_reference": "openshift4/ingress-node-firewall-rhel9-operator@sha256:2fb70ef7402b959475607b17aacd7a92efe489584160b2e3512de98953a1089e_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ingress-node-firewall-rhel9-operator@sha256:954b4abf1a76a3094aaff1124b8925695982b38f60e768658d94e271876397a1_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "9Base-RHOSE-4.14:openshift4/ingress-node-firewall-rhel9-operator@sha256:954b4abf1a76a3094aaff1124b8925695982b38f60e768658d94e271876397a1_ppc64le"
        },
        "product_reference": "openshift4/ingress-node-firewall-rhel9-operator@sha256:954b4abf1a76a3094aaff1124b8925695982b38f60e768658d94e271876397a1_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ingress-node-firewall-rhel9-operator@sha256:a3ee6f76b03637ad8239c8b9ca965c2e6ab8e6111447e223422ade0b401cfef1_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "9Base-RHOSE-4.14:openshift4/ingress-node-firewall-rhel9-operator@sha256:a3ee6f76b03637ad8239c8b9ca965c2e6ab8e6111447e223422ade0b401cfef1_arm64"
        },
        "product_reference": "openshift4/ingress-node-firewall-rhel9-operator@sha256:a3ee6f76b03637ad8239c8b9ca965c2e6ab8e6111447e223422ade0b401cfef1_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ingress-node-firewall-rhel9-operator@sha256:a9425a10ad645f887eb8b183b6233aa750fd60d702fb76138403fcbf87e3825b_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "9Base-RHOSE-4.14:openshift4/ingress-node-firewall-rhel9-operator@sha256:a9425a10ad645f887eb8b183b6233aa750fd60d702fb76138403fcbf87e3825b_amd64"
        },
        "product_reference": "openshift4/ingress-node-firewall-rhel9-operator@sha256:a9425a10ad645f887eb8b183b6233aa750fd60d702fb76138403fcbf87e3825b_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ingress-node-firewall-rhel9@sha256:0450ab3c7fa0736195616cb7279bc9b760a7e8f47629ba61ec1d2a6fdb80f653_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "9Base-RHOSE-4.14:openshift4/ingress-node-firewall-rhel9@sha256:0450ab3c7fa0736195616cb7279bc9b760a7e8f47629ba61ec1d2a6fdb80f653_amd64"
        },
        "product_reference": "openshift4/ingress-node-firewall-rhel9@sha256:0450ab3c7fa0736195616cb7279bc9b760a7e8f47629ba61ec1d2a6fdb80f653_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ingress-node-firewall-rhel9@sha256:1b9b9471b87813e21c982e381e486cce3939085d5d7cc947ca6ce3342d1fcf1d_s390x as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "9Base-RHOSE-4.14:openshift4/ingress-node-firewall-rhel9@sha256:1b9b9471b87813e21c982e381e486cce3939085d5d7cc947ca6ce3342d1fcf1d_s390x"
        },
        "product_reference": "openshift4/ingress-node-firewall-rhel9@sha256:1b9b9471b87813e21c982e381e486cce3939085d5d7cc947ca6ce3342d1fcf1d_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ingress-node-firewall-rhel9@sha256:3a37348ebd8a04f4c32d49a2839145c1151fea25e1d177677af72d19fd05f797_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "9Base-RHOSE-4.14:openshift4/ingress-node-firewall-rhel9@sha256:3a37348ebd8a04f4c32d49a2839145c1151fea25e1d177677af72d19fd05f797_arm64"
        },
        "product_reference": "openshift4/ingress-node-firewall-rhel9@sha256:3a37348ebd8a04f4c32d49a2839145c1151fea25e1d177677af72d19fd05f797_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ingress-node-firewall-rhel9@sha256:c0f2a14027d6fbd40ea1a3987de61077e19c2b09850c58198f5614df9eee54c6_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "9Base-RHOSE-4.14:openshift4/ingress-node-firewall-rhel9@sha256:c0f2a14027d6fbd40ea1a3987de61077e19c2b09850c58198f5614df9eee54c6_ppc64le"
        },
        "product_reference": "openshift4/ingress-node-firewall-rhel9@sha256:c0f2a14027d6fbd40ea1a3987de61077e19c2b09850c58198f5614df9eee54c6_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:074a8845ae9d0d9bc16614466d6f29c636b800f730146876e958baba7e2b2c3e_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "9Base-RHOSE-4.14:openshift4/kubernetes-nmstate-rhel9-operator@sha256:074a8845ae9d0d9bc16614466d6f29c636b800f730146876e958baba7e2b2c3e_ppc64le"
        },
        "product_reference": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:074a8845ae9d0d9bc16614466d6f29c636b800f730146876e958baba7e2b2c3e_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:41502357e4d8dac94e3b9e617a39313c225113b2838aa4fe1f861bb7226a4f05_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "9Base-RHOSE-4.14:openshift4/kubernetes-nmstate-rhel9-operator@sha256:41502357e4d8dac94e3b9e617a39313c225113b2838aa4fe1f861bb7226a4f05_amd64"
        },
        "product_reference": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:41502357e4d8dac94e3b9e617a39313c225113b2838aa4fe1f861bb7226a4f05_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:541a2a12a26d9a7a17bdc46463f789976f663faf36b0ea33f295a4a74d24eec0_s390x as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "9Base-RHOSE-4.14:openshift4/kubernetes-nmstate-rhel9-operator@sha256:541a2a12a26d9a7a17bdc46463f789976f663faf36b0ea33f295a4a74d24eec0_s390x"
        },
        "product_reference": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:541a2a12a26d9a7a17bdc46463f789976f663faf36b0ea33f295a4a74d24eec0_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:ee83cb2612de8b82550f2df9ba7ab91ef27732c1a20b75ed64e8a9048fc92dfc_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "9Base-RHOSE-4.14:openshift4/kubernetes-nmstate-rhel9-operator@sha256:ee83cb2612de8b82550f2df9ba7ab91ef27732c1a20b75ed64e8a9048fc92dfc_arm64"
        },
        "product_reference": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:ee83cb2612de8b82550f2df9ba7ab91ef27732c1a20b75ed64e8a9048fc92dfc_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/metallb-rhel9-operator@sha256:95f1ac8725449b228b03b4e1b77473706c189d37064cb9a4c52c3dd3d35963fb_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "9Base-RHOSE-4.14:openshift4/metallb-rhel9-operator@sha256:95f1ac8725449b228b03b4e1b77473706c189d37064cb9a4c52c3dd3d35963fb_ppc64le"
        },
        "product_reference": "openshift4/metallb-rhel9-operator@sha256:95f1ac8725449b228b03b4e1b77473706c189d37064cb9a4c52c3dd3d35963fb_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/metallb-rhel9-operator@sha256:980050ef7796dd2d4847e96855bda6894d0a48281785dc1cbcdfd7253f9aa0e7_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "9Base-RHOSE-4.14:openshift4/metallb-rhel9-operator@sha256:980050ef7796dd2d4847e96855bda6894d0a48281785dc1cbcdfd7253f9aa0e7_amd64"
        },
        "product_reference": "openshift4/metallb-rhel9-operator@sha256:980050ef7796dd2d4847e96855bda6894d0a48281785dc1cbcdfd7253f9aa0e7_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/metallb-rhel9-operator@sha256:a7f4a4f4882732ead5fb64daea06473e596c0f82b84937d1e8a06f8abf55dec3_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "9Base-RHOSE-4.14:openshift4/metallb-rhel9-operator@sha256:a7f4a4f4882732ead5fb64daea06473e596c0f82b84937d1e8a06f8abf55dec3_arm64"
        },
        "product_reference": "openshift4/metallb-rhel9-operator@sha256:a7f4a4f4882732ead5fb64daea06473e596c0f82b84937d1e8a06f8abf55dec3_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/metallb-rhel9-operator@sha256:e9171615e472a7cbc4390bf827e482a032220f24af579e067be7f0f6efdfe1a9_s390x as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "9Base-RHOSE-4.14:openshift4/metallb-rhel9-operator@sha256:e9171615e472a7cbc4390bf827e482a032220f24af579e067be7f0f6efdfe1a9_s390x"
        },
        "product_reference": "openshift4/metallb-rhel9-operator@sha256:e9171615e472a7cbc4390bf827e482a032220f24af579e067be7f0f6efdfe1a9_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/metallb-rhel9@sha256:b1ebbb0eeb2c5db23458b67055fab7d10c0607d37a32a60e9a3782c2e90596c8_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "9Base-RHOSE-4.14:openshift4/metallb-rhel9@sha256:b1ebbb0eeb2c5db23458b67055fab7d10c0607d37a32a60e9a3782c2e90596c8_amd64"
        },
        "product_reference": "openshift4/metallb-rhel9@sha256:b1ebbb0eeb2c5db23458b67055fab7d10c0607d37a32a60e9a3782c2e90596c8_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/metallb-rhel9@sha256:b4479e9d6962dedfc20055fa439e18d4510b0351447c856725df1c834ddbf5e4_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "9Base-RHOSE-4.14:openshift4/metallb-rhel9@sha256:b4479e9d6962dedfc20055fa439e18d4510b0351447c856725df1c834ddbf5e4_arm64"
        },
        "product_reference": "openshift4/metallb-rhel9@sha256:b4479e9d6962dedfc20055fa439e18d4510b0351447c856725df1c834ddbf5e4_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/metallb-rhel9@sha256:c8bc09916b304a155d316ed4a15a16b85adfd03968634e743704b11533c410c0_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "9Base-RHOSE-4.14:openshift4/metallb-rhel9@sha256:c8bc09916b304a155d316ed4a15a16b85adfd03968634e743704b11533c410c0_ppc64le"
        },
        "product_reference": "openshift4/metallb-rhel9@sha256:c8bc09916b304a155d316ed4a15a16b85adfd03968634e743704b11533c410c0_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/metallb-rhel9@sha256:ee119bae734ae7866f7279bbefe9e21a9b996dad005c32fc968267b9bc4f0ce8_s390x as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "9Base-RHOSE-4.14:openshift4/metallb-rhel9@sha256:ee119bae734ae7866f7279bbefe9e21a9b996dad005c32fc968267b9bc4f0ce8_s390x"
        },
        "product_reference": "openshift4/metallb-rhel9@sha256:ee119bae734ae7866f7279bbefe9e21a9b996dad005c32fc968267b9bc4f0ce8_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:3be467e48a5ac69618ea7271dbc2522819fc46a9c4530f06089e53b2a47c22de_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "9Base-RHOSE-4.14:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:3be467e48a5ac69618ea7271dbc2522819fc46a9c4530f06089e53b2a47c22de_arm64"
        },
        "product_reference": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:3be467e48a5ac69618ea7271dbc2522819fc46a9c4530f06089e53b2a47c22de_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5bd72912ab5739500ef057f1d3b1297061de69f882b77523f5bbd4c3823b70a0_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "9Base-RHOSE-4.14:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5bd72912ab5739500ef057f1d3b1297061de69f882b77523f5bbd4c3823b70a0_ppc64le"
        },
        "product_reference": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5bd72912ab5739500ef057f1d3b1297061de69f882b77523f5bbd4c3823b70a0_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:a040e070ec879c9a8cd5e82410b7bf4a7ed215be12edb6048bb34ccc71185430_s390x as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "9Base-RHOSE-4.14:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:a040e070ec879c9a8cd5e82410b7bf4a7ed215be12edb6048bb34ccc71185430_s390x"
        },
        "product_reference": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:a040e070ec879c9a8cd5e82410b7bf4a7ed215be12edb6048bb34ccc71185430_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:e00776126ead2406024ddf99bee3a8cde9504f4ff0a88c07cd1de25fed8bfb9d_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "9Base-RHOSE-4.14:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:e00776126ead2406024ddf99bee3a8cde9504f4ff0a88c07cd1de25fed8bfb9d_amd64"
        },
        "product_reference": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:e00776126ead2406024ddf99bee3a8cde9504f4ff0a88c07cd1de25fed8bfb9d_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-ptp-rhel9@sha256:2bd63260ebef6d27daba5dfacbecaf0c06343fa69be2fa7947d5094e05f11472_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "9Base-RHOSE-4.14:openshift4/ose-ptp-rhel9@sha256:2bd63260ebef6d27daba5dfacbecaf0c06343fa69be2fa7947d5094e05f11472_amd64"
        },
        "product_reference": "openshift4/ose-ptp-rhel9@sha256:2bd63260ebef6d27daba5dfacbecaf0c06343fa69be2fa7947d5094e05f11472_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-ptp-rhel9@sha256:30432cfe1204baa94e0d4f164f999d221c47078169914cc86b3d537034a01cdc_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "9Base-RHOSE-4.14:openshift4/ose-ptp-rhel9@sha256:30432cfe1204baa94e0d4f164f999d221c47078169914cc86b3d537034a01cdc_arm64"
        },
        "product_reference": "openshift4/ose-ptp-rhel9@sha256:30432cfe1204baa94e0d4f164f999d221c47078169914cc86b3d537034a01cdc_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-ptp-rhel9@sha256:d92d25754b8802f6512b355b32ab1bae4c98b934aab2d2008e58db71649ea071_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "9Base-RHOSE-4.14:openshift4/ose-ptp-rhel9@sha256:d92d25754b8802f6512b355b32ab1bae4c98b934aab2d2008e58db71649ea071_ppc64le"
        },
        "product_reference": "openshift4/ose-ptp-rhel9@sha256:d92d25754b8802f6512b355b32ab1bae4c98b934aab2d2008e58db71649ea071_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/sriov-cni-rhel9@sha256:1a3d42aa9c110d32e51da4bb1e285b95c69a5ef7054c9ab41a893091884453de_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "9Base-RHOSE-4.14:openshift4/sriov-cni-rhel9@sha256:1a3d42aa9c110d32e51da4bb1e285b95c69a5ef7054c9ab41a893091884453de_ppc64le"
        },
        "product_reference": "openshift4/sriov-cni-rhel9@sha256:1a3d42aa9c110d32e51da4bb1e285b95c69a5ef7054c9ab41a893091884453de_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/sriov-cni-rhel9@sha256:adeef6a4821ec4029d0dec19a1e1ec1fc22df0487b6e3d1f3de25c0d4fc40465_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "9Base-RHOSE-4.14:openshift4/sriov-cni-rhel9@sha256:adeef6a4821ec4029d0dec19a1e1ec1fc22df0487b6e3d1f3de25c0d4fc40465_amd64"
        },
        "product_reference": "openshift4/sriov-cni-rhel9@sha256:adeef6a4821ec4029d0dec19a1e1ec1fc22df0487b6e3d1f3de25c0d4fc40465_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.14"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/sriov-cni-rhel9@sha256:e4b357674e92932e4ea941db0668940ee4956bb1671a20245e5a2f06d87ee379_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
          "product_id": "9Base-RHOSE-4.14:openshift4/sriov-cni-rhel9@sha256:e4b357674e92932e4ea941db0668940ee4956bb1671a20245e5a2f06d87ee379_arm64"
        },
        "product_reference": "openshift4/sriov-cni-rhel9@sha256:e4b357674e92932e4ea941db0668940ee4956bb1671a20245e5a2f06d87ee379_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.14"
      }
    ]
  },
  "vulnerabilities": [
    {
      "cve": "CVE-2025-27516",
      "cwe": {
        "id": "CWE-1336",
        "name": "Improper Neutralization of Special Elements Used in a Template Engine"
      },
      "discovery_date": "2025-03-05T21:01:07.674606+00:00",
      "flags": [
        {
          "label": "vulnerable_code_not_present",
          "product_ids": [
            "8Base-RHOSE-4.14:openshift4/cloud-event-proxy-rhel8@sha256:4911a4713eeeca311b1de28409e954b3eab38c0e4d29b1b187c790022e47f7df_ppc64le",
            "8Base-RHOSE-4.14:openshift4/cloud-event-proxy-rhel8@sha256:501ae6b06f145ebec1b38171961d427086a180515dac92b89303b29e17feaa38_arm64",
            "8Base-RHOSE-4.14:openshift4/cloud-event-proxy-rhel8@sha256:ca0a9fc003a988a7fbabe221ca7ab68d8dd97559b485b53b96505b0b9fbfcb7d_amd64",
            "8Base-RHOSE-4.14:openshift4/nmstate-console-plugin-rhel8@sha256:3b819544f81dc5039f23a936520c7d04035c8a0c4a98195a71d4dc4cc97e4e78_s390x",
            "8Base-RHOSE-4.14:openshift4/nmstate-console-plugin-rhel8@sha256:8c3f9b60ac25ae1a074c36ef1d45d685a0770af949a0115e3f3d8f86a6bae1ce_arm64",
            "8Base-RHOSE-4.14:openshift4/nmstate-console-plugin-rhel8@sha256:abaf8c84c2944a0c897e3267e6c94c513c9f9f3c3c148ec3f0f0d83eb5c599ed_amd64",
            "8Base-RHOSE-4.14:openshift4/nmstate-console-plugin-rhel8@sha256:f057c009a0b098b758f091aa1feb9daa3a4c796a492e8d5fb2fd51cde371eee4_ppc64le",
            "8Base-RHOSE-4.14:openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:498930b7965957850a4945c5190d8e8f15a2e01ec7ed741fab956b42ce51085e_arm64",
            "8Base-RHOSE-4.14:openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:762af5a64e4c5631c6a7d921420b7abfc2cdafef42c05e441647f4cf25f5dad6_amd64",
            "8Base-RHOSE-4.14:openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:d30f2ef6d94a52faba0394e8fdaf89bf62554c8b30ccc2c9835a39ed6572214d_arm64",
            "8Base-RHOSE-4.14:openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:e242fe1cb011441457064e861e27b47bc5f189d96a8c521fb6c505c8efa068b5_amd64",
            "8Base-RHOSE-4.14:openshift4/ose-cloud-event-proxy-rhel8@sha256:4911a4713eeeca311b1de28409e954b3eab38c0e4d29b1b187c790022e47f7df_ppc64le",
            "8Base-RHOSE-4.14:openshift4/ose-cloud-event-proxy-rhel8@sha256:501ae6b06f145ebec1b38171961d427086a180515dac92b89303b29e17feaa38_arm64",
            "8Base-RHOSE-4.14:openshift4/ose-cloud-event-proxy-rhel8@sha256:ca0a9fc003a988a7fbabe221ca7ab68d8dd97559b485b53b96505b0b9fbfcb7d_amd64",
            "8Base-RHOSE-4.14:openshift4/ose-cluster-capacity@sha256:0b8e7e479f0b9f1b377125534b00ea7ba5e672954cf59b8d8d6626d1bf1f3de0_arm64",
            "8Base-RHOSE-4.14:openshift4/ose-cluster-capacity@sha256:2d3098c0299834928a5205ee89bbd7202dab617b5373a9c78c42b8a1b8211a28_ppc64le",
            "8Base-RHOSE-4.14:openshift4/ose-cluster-capacity@sha256:482ee2d360ac85cf46fa4c5f27d4cdbcb1db014d4e802a15f5f80dc4f4d89753_s390x",
            "8Base-RHOSE-4.14:openshift4/ose-cluster-capacity@sha256:f98c715655aca8ab720d33308bde0661ff570e456718e90caa6b10d27ef710c1_amd64",
            "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-descheduler-operator@sha256:1b1b417c506c5bb6ea8c7e37cf7f3e58d9e17d0a8bd47f52c1754a8db7b52a20_arm64",
            "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-descheduler-operator@sha256:6244b433a7d777bbad76a6d0b45d693aea062b909dd33d252717eb5109bb9efc_ppc64le",
            "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-descheduler-operator@sha256:f1d6ea4c6452e608f9ab9eade54c574f3dc4e27b1f8aa05e24e1033a97feae44_s390x",
            "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-descheduler-operator@sha256:f56b7c4701a58d0d4b48aa4729a0b89e7f3dead54fdc573c3da5e758f3584f6a_amd64",
            "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-descheduler-rhel8-operator@sha256:1b1b417c506c5bb6ea8c7e37cf7f3e58d9e17d0a8bd47f52c1754a8db7b52a20_arm64",
            "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-descheduler-rhel8-operator@sha256:6244b433a7d777bbad76a6d0b45d693aea062b909dd33d252717eb5109bb9efc_ppc64le",
            "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-descheduler-rhel8-operator@sha256:f1d6ea4c6452e608f9ab9eade54c574f3dc4e27b1f8aa05e24e1033a97feae44_s390x",
            "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-descheduler-rhel8-operator@sha256:f56b7c4701a58d0d4b48aa4729a0b89e7f3dead54fdc573c3da5e758f3584f6a_amd64",
            "8Base-RHOSE-4.14:openshift4/ose-cluster-nfd-operator@sha256:295ca2fefa0205a5f3e5f80e773362279eefbd400cf0085f197d4c2b237f6922_ppc64le",
            "8Base-RHOSE-4.14:openshift4/ose-cluster-nfd-operator@sha256:baadf6f543b414c000b053ebf5fc2c18cdec45903c1b75249f2698a5a93ef399_amd64",
            "8Base-RHOSE-4.14:openshift4/ose-cluster-nfd-operator@sha256:c0a79319484273ab0a6883d7903ca183141783620862c6cd8cd6c4d3741e05aa_arm64",
            "8Base-RHOSE-4.14:openshift4/ose-cluster-nfd-operator@sha256:cfa6705a96226954b12d2e3bcf92dd466f6be3f5534aced827ff850f6d31753b_s390x",
            "8Base-RHOSE-4.14:openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:48804eaea80fd6a0d8ea426fd9eae5e759ac7a93136b7445512852cb09cbdf8c_ppc64le",
            "8Base-RHOSE-4.14:openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:4dd33cb6e79d7d5c0dec7d95bfe1adb00a7d028f7eb1bd03a21bbc9e863dd5be_amd64",
            "8Base-RHOSE-4.14:openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:c42cbc9910c76438474ca2ac5e184ccf317b688c0d33595f2a52b51db036f7d5_s390x",
            "8Base-RHOSE-4.14:openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:da4712c0d89bba499e8de8621fcd0464b732da6972fccc9fed20b020148cf4b1_arm64",
            "8Base-RHOSE-4.14:openshift4/ose-clusterresourceoverride-rhel8@sha256:0d29460d2d2f0572c5299041a9a82f85ab652bfc43f47a3ccb9ae557706930ad_s390x",
            "8Base-RHOSE-4.14:openshift4/ose-clusterresourceoverride-rhel8@sha256:c68c5ffdbbe089ec33b409f35f75586a5ec593f98c89f397184688f0d29f4ef8_arm64",
            "8Base-RHOSE-4.14:openshift4/ose-clusterresourceoverride-rhel8@sha256:e0e0aa123364ed72bf91682470a341b3a180303755bcb4ca7a9677e8788a225f_amd64",
            "8Base-RHOSE-4.14:openshift4/ose-clusterresourceoverride-rhel8@sha256:ee8cf127e449c7dcb7ad9a58fb39c69f954b2859c0beb3a181d710778055c42a_ppc64le",
            "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:71614bcd0bc06818d4692b96753d3ea402ad487c3f7b06cac2b7ed9722a6fc41_arm64",
            "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:cc0cef8c1457dec6fe91b1588e2008e6a682026cd597771c59e562e5975672ae_amd64",
            "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:e5a4e752b9fb329ccbdb185e2be56d305b4ccae1696b6cb6a34759fcc53b7fd2_s390x",
            "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:e8bbfe73aef65fd6c2a7c3024b73b8bbc4b5d41496b52427ba98d875e226f79e_ppc64le",
            "8Base-RHOSE-4.14:openshift4/ose-descheduler@sha256:4d8469dd86b281ffdf40782135c6de6a7c5563c7ca331053b038213572922cb7_arm64",
            "8Base-RHOSE-4.14:openshift4/ose-descheduler@sha256:c9d46ffcd1341b8f21b82475f94b5a782b27b55e17bbfd730b7f3526c7b52d9e_amd64",
            "8Base-RHOSE-4.14:openshift4/ose-descheduler@sha256:d42cf5a6edcf1f541a6d8272ec0c7ebb62fc3dd1f260774bef20685c39535f7a_ppc64le",
            "8Base-RHOSE-4.14:openshift4/ose-descheduler@sha256:e9b332f03480586c7b681d149ea6211faebfcb25e41ad4bd2d35b9062af3e9fe_s390x",
            "8Base-RHOSE-4.14:openshift4/ose-egress-dns-proxy@sha256:006a04474e8d17480755050200f95ade9e3e9a23fadefdc647508d6202e4ce5e_ppc64le",
            "8Base-RHOSE-4.14:openshift4/ose-egress-dns-proxy@sha256:b2362f01d8850c267c1277d0905303fabec8fc5d3ba7d218f8605c5603efeeec_arm64",
            "8Base-RHOSE-4.14:openshift4/ose-egress-dns-proxy@sha256:da33b5c61c13113db51e5ed99738dac460ded65ca22b9d3f819bbad75ec7591d_amd64",
            "8Base-RHOSE-4.14:openshift4/ose-egress-dns-proxy@sha256:ecd7f655a6c884d9a587ae24cdc5ba751cbbe365e07670b63eb0b7e4f34cef01_s390x",
            "8Base-RHOSE-4.14:openshift4/ose-egress-http-proxy@sha256:6c0347fcb45ec7c2ea4f74e4c1e06ccc093d51dbf6f32a4bd426af513d139b7e_arm64",
            "8Base-RHOSE-4.14:openshift4/ose-egress-http-proxy@sha256:7f59f4659be5c51c6738227cb808a5191d116d53c91cb138392df96700d889f1_s390x",
            "8Base-RHOSE-4.14:openshift4/ose-egress-http-proxy@sha256:8bc919455cf398d812e4433974930e84dbdf2a90eff0b6bba5d7e436b3ca0fe5_amd64",
            "8Base-RHOSE-4.14:openshift4/ose-egress-http-proxy@sha256:b2832e3870297082ac31021ece3c00418c3825c19469db7f40d365d7bdeca08c_ppc64le",
            "8Base-RHOSE-4.14:openshift4/ose-egress-router@sha256:006c0b7958cca5f39ff8a1e65c920cce51333b0bdb538197a73b5579d973b3ff_arm64",
            "8Base-RHOSE-4.14:openshift4/ose-egress-router@sha256:79a7c99ff9859a38aaa312e118fce9ec577e128025b2acb7ed8da7c60b0d08ee_s390x",
            "8Base-RHOSE-4.14:openshift4/ose-egress-router@sha256:eae0cbe065b51eece082ed67efc31be0bf4ba3a808ef3b40c93e490d7ac16d1a_ppc64le",
            "8Base-RHOSE-4.14:openshift4/ose-egress-router@sha256:f8e67765a295c2ecfceaad57c8b6eb9822a7b937cf8ba42a8582e62fd1014aa7_amd64",
            "8Base-RHOSE-4.14:openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:09ef286782c97ecca2e1b0e38d1938874d82169dd4fadb88c000dc068332fc47_ppc64le",
            "8Base-RHOSE-4.14:openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:aa26841d624370eb3c1d2336f5c2280abe3c57c380e6d56ca6674194a2fc235f_amd64",
            "8Base-RHOSE-4.14:openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:ba16d845bfc9a684c521383f21db8345cf84546697b7aa9733f7dcc80652f19c_arm64",
            "8Base-RHOSE-4.14:openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:1574fd709b7e9e03cb9b1f897624b747401e35fc4ccecf8ce9671a8114bb4788_ppc64le",
            "8Base-RHOSE-4.14:openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:43dac2501e26de28cb0e87d13a1b5d50faa7af42e6dd438e3366afc3c212afd9_arm64",
            "8Base-RHOSE-4.14:openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:600702e339ef97d5de42c292e1dd52c8a59bdf7411aadc08d6169bcb6c2c8eab_amd64",
            "8Base-RHOSE-4.14:openshift4/ose-helm-operator@sha256:994a49426004c9defb9772eeb26242024af8295ffd99cc6bd6628afb5d072836_ppc64le",
            "8Base-RHOSE-4.14:openshift4/ose-helm-operator@sha256:9b978ea8cb4e084b2d924d8b5d4dbd341d52393a1ba9b06c512aa86cb6299875_s390x",
            "8Base-RHOSE-4.14:openshift4/ose-helm-operator@sha256:aa292e29511aea9e23e430e83dd63b6822c94c9449e7959a2812df68bcb39135_arm64",
            "8Base-RHOSE-4.14:openshift4/ose-helm-operator@sha256:ab775d3f6bb41515804d43602493df14ba155d8cae2bd96a63bb707af97bd342_amd64",
            "8Base-RHOSE-4.14:openshift4/ose-local-storage-diskmaker@sha256:5eff712a82178c4954329da45c24b6e716461d34780c7c2ea68a3688e664dcd3_amd64",
            "8Base-RHOSE-4.14:openshift4/ose-local-storage-diskmaker@sha256:cc5b496bbef91f2f2772ff6127b925257c892f8bf159d3f9773a4d8e4e1217c1_ppc64le",
            "8Base-RHOSE-4.14:openshift4/ose-local-storage-diskmaker@sha256:d395b8fad77cb42d5a96a043f7350621b03875bd962d0a36f11916818349e9d0_s390x",
            "8Base-RHOSE-4.14:openshift4/ose-local-storage-diskmaker@sha256:eb995c9ef36074a1b33bbf551ea943636159943369bff00bf5471535064efd4a_arm64",
            "8Base-RHOSE-4.14:openshift4/ose-local-storage-mustgather-rhel8@sha256:03ec52182a6d96d1b6aa0a2ebc2ae38b197f589f1d276c200f03ab05501d8f92_ppc64le",
            "8Base-RHOSE-4.14:openshift4/ose-local-storage-mustgather-rhel8@sha256:1ad572397310bd6d48ca4e8847c8daf1f44b36fb07880934dc63d7534cd49cff_arm64",
            "8Base-RHOSE-4.14:openshift4/ose-local-storage-mustgather-rhel8@sha256:7e2b04f90fad987ba1a8f26adc5817be9f472a9533bf39f2b33ce2ee9e6b99e3_s390x",
            "8Base-RHOSE-4.14:openshift4/ose-local-storage-mustgather-rhel8@sha256:a19ef1289378c5f15a1accba1a62649c95f364ba620c9c5d2290c67a1f2647b8_amd64",
            "8Base-RHOSE-4.14:openshift4/ose-local-storage-operator@sha256:080bea1e4d930dc6a456995c426fc87cb2668b3d97f8cbb9d8e87ea853ab889c_ppc64le",
            "8Base-RHOSE-4.14:openshift4/ose-local-storage-operator@sha256:54f3fdee05cbbd9eddb258485ff191c75ad70f4854e4473905a73b82ec2e3080_s390x",
            "8Base-RHOSE-4.14:openshift4/ose-local-storage-operator@sha256:a42b69f3956e8b7edf6c2fc38447dd1c34568f93ae85449cd7db95ed6fea2d9f_amd64",
            "8Base-RHOSE-4.14:openshift4/ose-local-storage-operator@sha256:f2024ca62bc7e68f8874b2eee4375be673c6a16868f92ee4f8c40125e0a25f3d_arm64",
            "8Base-RHOSE-4.14:openshift4/ose-node-feature-discovery@sha256:0702b60bf196fabb3aa04f13acbc1afd1e3e1c4592063f995c22c36c4c8f2f14_amd64",
            "8Base-RHOSE-4.14:openshift4/ose-node-feature-discovery@sha256:36e8f5926b144386ea94543707902c4214cfe48432dee99076ce0b308b0cf1e5_s390x",
            "8Base-RHOSE-4.14:openshift4/ose-node-feature-discovery@sha256:786d335f1df251bc9585af5052bad31e44d73c3c939e5bd5310b874da91367bd_ppc64le",
            "8Base-RHOSE-4.14:openshift4/ose-node-feature-discovery@sha256:9ec1f457acc3423f0acdb132c15eb522a8f246eb83718431aad43f1a14158c4a_arm64",
            "8Base-RHOSE-4.14:openshift4/ose-operator-sdk-rhel8@sha256:3146e4aa4874924ced31acb64eb27ca8a3646cbb99ab4bf54722d756bd417624_s390x",
            "8Base-RHOSE-4.14:openshift4/ose-operator-sdk-rhel8@sha256:414b63089f97553f7320847b199927ee56be00da62656d7b20a545cbabecbc50_amd64",
            "8Base-RHOSE-4.14:openshift4/ose-operator-sdk-rhel8@sha256:66d5b9c32319f083ea1e122a792a048b488b275c1e845876619036e10fc59801_ppc64le",
            "8Base-RHOSE-4.14:openshift4/ose-operator-sdk-rhel8@sha256:6bd47cc37b1b88260af087e5425755404944e67827fc2b044458267a8784526f_arm64",
            "8Base-RHOSE-4.14:openshift4/ose-ptp-operator@sha256:091efa0d2f8461f6edb256778884ff7a07a18a7b2d2eb0fc34d5b81b347edac2_ppc64le",
            "8Base-RHOSE-4.14:openshift4/ose-ptp-operator@sha256:74b22402abdefed550e054985e8d64ad214a18813bdd2a5a1a41716ce4a2f794_amd64",
            "8Base-RHOSE-4.14:openshift4/ose-ptp-operator@sha256:8c44d740c8aae7a792eed655a6696082b97b32ab104ea38bcd6b1d03877d5c04_arm64",
            "8Base-RHOSE-4.14:openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:16bc72b7fc11d95a49710f04562ce4265aa9e446d5b5d07a626bd57ccc8235c2_ppc64le",
            "8Base-RHOSE-4.14:openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:1a44330c8d248cc3f4d1102b6eb1f1709475204a5d561c96561ddecf30ac2e46_amd64",
            "8Base-RHOSE-4.14:openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:215ab2879571f24eb47bcb8dcd08e10fffc3584752859a7f8111aa39cb9d7d17_s390x",
            "8Base-RHOSE-4.14:openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:e26738777167a9602f51ab3d7dc3e570c3ae09b0e99e5da4f747b88a8aa7785a_arm64",
            "8Base-RHOSE-4.14:openshift4/ose-secrets-store-csi-driver-rhel8@sha256:49f55be31e262a66b8bf4dd999d44c971349a905a9c115ad4b78d8dcfd16f47c_s390x",
            "8Base-RHOSE-4.14:openshift4/ose-secrets-store-csi-driver-rhel8@sha256:a1db5304611b83d9a3e3b0ca750e696adc2b557cbf871a781bd337d7673dea8e_ppc64le",
            "8Base-RHOSE-4.14:openshift4/ose-secrets-store-csi-driver-rhel8@sha256:a8be5b26d113bb11428fd53982891f03b346f6604a0d305f0eafbe427730cde9_amd64",
            "8Base-RHOSE-4.14:openshift4/ose-secrets-store-csi-driver-rhel8@sha256:af26f9ad645a2a25f4919d2d53d6e546407d794697026f7853203d660dab7bd5_arm64",
            "8Base-RHOSE-4.14:openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:2cc57807ca09ebf41ec2c82dc1888bc964041237ea2d6242125d854832bd97fe_ppc64le",
            "8Base-RHOSE-4.14:openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:856941f0bf506610bae80cde64912d586ad2dbfa7e488ee3fb0724b825f0f8b2_s390x",
            "8Base-RHOSE-4.14:openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:eb4aabb494139ef54fa3d4c74b5465300c756f5266d632259f4badc01c2d4a60_arm64",
            "8Base-RHOSE-4.14:openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:f19e5958e7e8032b1e9a7885678ddbd3cf22827f7a3bbc102cb5a6746eb0b7b1_amd64",
            "8Base-RHOSE-4.14:openshift4/ose-sriov-dp-admission-controller@sha256:4544e6ad215b0e1f99f5c7c20fa8a018037d5648235256f9ca55deae34668727_arm64",
            "8Base-RHOSE-4.14:openshift4/ose-sriov-dp-admission-controller@sha256:9d96e7009d1755fbf8f55fc90a1d5cc3d32d1b45dccbb92f67fad64848ca566e_ppc64le",
            "8Base-RHOSE-4.14:openshift4/ose-sriov-dp-admission-controller@sha256:fd19deb941b2b39bff7ec9f7e8354a1cb6844e1594e4ef1bf4dfd6445034195d_amd64",
            "8Base-RHOSE-4.14:openshift4/ose-sriov-infiniband-cni@sha256:99fd44a57135a0fb030696ef138ccd0fe32a1cf2d9ef8b3e02e72ed3ae8c6027_ppc64le",
            "8Base-RHOSE-4.14:openshift4/ose-sriov-infiniband-cni@sha256:b0bc2d08e98b70ec80f351c8c330917b4e962b4b4e6de903a9b221b816a53697_arm64",
            "8Base-RHOSE-4.14:openshift4/ose-sriov-infiniband-cni@sha256:c2d681ccfa64212471d680f7f3301f20b67fa9056e421d381737c5978adc2a7a_amd64",
            "8Base-RHOSE-4.14:openshift4/ose-sriov-network-config-daemon@sha256:ac4dc7708f8e23328acce7791935c01a9cf70db6945815ff9451c09ef9ba51ae_arm64",
            "8Base-RHOSE-4.14:openshift4/ose-sriov-network-config-daemon@sha256:af3ee260de3830779d917198509cc0dd8964f1dcda76f55a84465d866bf38074_amd64",
            "8Base-RHOSE-4.14:openshift4/ose-sriov-network-config-daemon@sha256:b3bde7a04150cdcc8da76695978e9451668e91aff6c2b2ab0b5b25886e6d417e_ppc64le",
            "8Base-RHOSE-4.14:openshift4/ose-sriov-network-device-plugin@sha256:391d0f4eae2a2f0327247f16ba945292c8c23b1f50cfca867e0cf38d11266331_amd64",
            "8Base-RHOSE-4.14:openshift4/ose-sriov-network-device-plugin@sha256:45fe46c572c7f6666e338f95f2f2c0d44b3c29bd4ace743dd5443cad4a37680c_arm64",
            "8Base-RHOSE-4.14:openshift4/ose-sriov-network-device-plugin@sha256:c1636e6700cdfe7bdb7a1fd4525d10c9f17e3fb5c8cf6679c4dacc111d043daf_ppc64le",
            "8Base-RHOSE-4.14:openshift4/ose-sriov-network-operator@sha256:99d28ecf3b9441a5e2d8a970db310b665afcf62d56210b2c90cf5061fde3845c_arm64",
            "8Base-RHOSE-4.14:openshift4/ose-sriov-network-operator@sha256:d716b03770f33e57445245779e6bf200e16dcdbf16ddfd2181b1233a1841a1dd_amd64",
            "8Base-RHOSE-4.14:openshift4/ose-sriov-network-operator@sha256:d9c440e633c880bd4a007b3633e9accfe05cd32a6cb4c598e4ccfcc1157fe355_ppc64le",
            "8Base-RHOSE-4.14:openshift4/ose-sriov-network-webhook@sha256:13dc716fc74c12b8b814bc9416d04efb4af5e7f925c7539c8ab6d598ba752659_amd64",
            "8Base-RHOSE-4.14:openshift4/ose-sriov-network-webhook@sha256:453bd6909fdc48eb15720f82804fa313de73e88f3bd16d1a012b71b4e0929a07_ppc64le",
            "8Base-RHOSE-4.14:openshift4/ose-sriov-network-webhook@sha256:c0ee8669195fae78c7116acdb6f7c87f8fb03a404500854c2431b9c66fff62d3_arm64",
            "8Base-RHOSE-4.14:openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:216c1cb10e8d6ae21775af9532f3afef47e66c34f9ceb547bdf91a51fbd67df5_s390x",
            "8Base-RHOSE-4.14:openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:306fb8c768069b36adbd45228caf84c86c8bd3b5990079d9de381f51b6b4730e_ppc64le",
            "8Base-RHOSE-4.14:openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:3d33953db858a2030804b653703bab248a2b17588ed04a69dd6d86083a9444eb_arm64",
            "8Base-RHOSE-4.14:openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:64312b809c5b432207892d53e803e381acbc9b9b914e5be62a7f318cbad8fa44_amd64",
            "8Base-RHOSE-4.14:openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:375e6a06d2d792b5744e065f0d33bf1df1d06edf587cb1bc0bd05ab45d5b6a22_s390x",
            "8Base-RHOSE-4.14:openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:865007fc112fd0b54378c17210b63884cfb1872b01953bc2a4b479c2ddc84f39_amd64",
            "8Base-RHOSE-4.14:openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:e317004b6a6a8ced6bfafbdbba538c158145bd93d29f549b3112c637def043f4_ppc64le",
            "8Base-RHOSE-4.14:openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:ff1186111a1ac5b3fee53293c2489551103bab0ef41a8f202c1962b32dd05e3d_arm64",
            "8Base-RHOSE-4.14:openshift4/ptp-must-gather-rhel8@sha256:6babd7c01664aa4d0389670ab0ce57cac19191273b4b125e8542dca4d50f2d05_ppc64le",
            "8Base-RHOSE-4.14:openshift4/ptp-must-gather-rhel8@sha256:7d5d34919f72b77b9646428100b822b6fc08b136f608fa334a3eb5c7ff7005ee_arm64",
            "8Base-RHOSE-4.14:openshift4/ptp-must-gather-rhel8@sha256:a4294d76446a4ec57178f0a7f0f50c9a9bd307fcb5835a08dae291093b6c409d_amd64",
            "9Base-RHOSE-4.14:openshift4/frr-rhel9@sha256:1491ad866f45f82419752beeb844de30e8fde7292cccf0aa9d74ff806e356341_arm64",
            "9Base-RHOSE-4.14:openshift4/frr-rhel9@sha256:5153531b8a17fa5f91bdcfa742faa541a191f41eafb7faabc4964732063fcc69_amd64",
            "9Base-RHOSE-4.14:openshift4/frr-rhel9@sha256:88f99c188ed04ab92931c579fd75af238f4fb2d4394841ac108c238165063262_ppc64le",
            "9Base-RHOSE-4.14:openshift4/frr-rhel9@sha256:d3f9f6e70fe91c2907d01c10c22ec9c80dfec6c95d8f11d41ad37e34a82b4b79_s390x",
            "9Base-RHOSE-4.14:openshift4/ingress-node-firewall-rhel9-operator@sha256:2fb70ef7402b959475607b17aacd7a92efe489584160b2e3512de98953a1089e_s390x",
            "9Base-RHOSE-4.14:openshift4/ingress-node-firewall-rhel9-operator@sha256:954b4abf1a76a3094aaff1124b8925695982b38f60e768658d94e271876397a1_ppc64le",
            "9Base-RHOSE-4.14:openshift4/ingress-node-firewall-rhel9-operator@sha256:a3ee6f76b03637ad8239c8b9ca965c2e6ab8e6111447e223422ade0b401cfef1_arm64",
            "9Base-RHOSE-4.14:openshift4/ingress-node-firewall-rhel9-operator@sha256:a9425a10ad645f887eb8b183b6233aa750fd60d702fb76138403fcbf87e3825b_amd64",
            "9Base-RHOSE-4.14:openshift4/ingress-node-firewall-rhel9@sha256:0450ab3c7fa0736195616cb7279bc9b760a7e8f47629ba61ec1d2a6fdb80f653_amd64",
            "9Base-RHOSE-4.14:openshift4/ingress-node-firewall-rhel9@sha256:1b9b9471b87813e21c982e381e486cce3939085d5d7cc947ca6ce3342d1fcf1d_s390x",
            "9Base-RHOSE-4.14:openshift4/ingress-node-firewall-rhel9@sha256:3a37348ebd8a04f4c32d49a2839145c1151fea25e1d177677af72d19fd05f797_arm64",
            "9Base-RHOSE-4.14:openshift4/ingress-node-firewall-rhel9@sha256:c0f2a14027d6fbd40ea1a3987de61077e19c2b09850c58198f5614df9eee54c6_ppc64le",
            "9Base-RHOSE-4.14:openshift4/kubernetes-nmstate-rhel9-operator@sha256:074a8845ae9d0d9bc16614466d6f29c636b800f730146876e958baba7e2b2c3e_ppc64le",
            "9Base-RHOSE-4.14:openshift4/kubernetes-nmstate-rhel9-operator@sha256:41502357e4d8dac94e3b9e617a39313c225113b2838aa4fe1f861bb7226a4f05_amd64",
            "9Base-RHOSE-4.14:openshift4/kubernetes-nmstate-rhel9-operator@sha256:541a2a12a26d9a7a17bdc46463f789976f663faf36b0ea33f295a4a74d24eec0_s390x",
            "9Base-RHOSE-4.14:openshift4/kubernetes-nmstate-rhel9-operator@sha256:ee83cb2612de8b82550f2df9ba7ab91ef27732c1a20b75ed64e8a9048fc92dfc_arm64",
            "9Base-RHOSE-4.14:openshift4/metallb-rhel9-operator@sha256:95f1ac8725449b228b03b4e1b77473706c189d37064cb9a4c52c3dd3d35963fb_ppc64le",
            "9Base-RHOSE-4.14:openshift4/metallb-rhel9-operator@sha256:980050ef7796dd2d4847e96855bda6894d0a48281785dc1cbcdfd7253f9aa0e7_amd64",
            "9Base-RHOSE-4.14:openshift4/metallb-rhel9-operator@sha256:a7f4a4f4882732ead5fb64daea06473e596c0f82b84937d1e8a06f8abf55dec3_arm64",
            "9Base-RHOSE-4.14:openshift4/metallb-rhel9-operator@sha256:e9171615e472a7cbc4390bf827e482a032220f24af579e067be7f0f6efdfe1a9_s390x",
            "9Base-RHOSE-4.14:openshift4/metallb-rhel9@sha256:b1ebbb0eeb2c5db23458b67055fab7d10c0607d37a32a60e9a3782c2e90596c8_amd64",
            "9Base-RHOSE-4.14:openshift4/metallb-rhel9@sha256:b4479e9d6962dedfc20055fa439e18d4510b0351447c856725df1c834ddbf5e4_arm64",
            "9Base-RHOSE-4.14:openshift4/metallb-rhel9@sha256:c8bc09916b304a155d316ed4a15a16b85adfd03968634e743704b11533c410c0_ppc64le",
            "9Base-RHOSE-4.14:openshift4/metallb-rhel9@sha256:ee119bae734ae7866f7279bbefe9e21a9b996dad005c32fc968267b9bc4f0ce8_s390x",
            "9Base-RHOSE-4.14:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:3be467e48a5ac69618ea7271dbc2522819fc46a9c4530f06089e53b2a47c22de_arm64",
            "9Base-RHOSE-4.14:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5bd72912ab5739500ef057f1d3b1297061de69f882b77523f5bbd4c3823b70a0_ppc64le",
            "9Base-RHOSE-4.14:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:a040e070ec879c9a8cd5e82410b7bf4a7ed215be12edb6048bb34ccc71185430_s390x",
            "9Base-RHOSE-4.14:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:e00776126ead2406024ddf99bee3a8cde9504f4ff0a88c07cd1de25fed8bfb9d_amd64",
            "9Base-RHOSE-4.14:openshift4/ose-ptp-rhel9@sha256:2bd63260ebef6d27daba5dfacbecaf0c06343fa69be2fa7947d5094e05f11472_amd64",
            "9Base-RHOSE-4.14:openshift4/ose-ptp-rhel9@sha256:30432cfe1204baa94e0d4f164f999d221c47078169914cc86b3d537034a01cdc_arm64",
            "9Base-RHOSE-4.14:openshift4/ose-ptp-rhel9@sha256:d92d25754b8802f6512b355b32ab1bae4c98b934aab2d2008e58db71649ea071_ppc64le",
            "9Base-RHOSE-4.14:openshift4/sriov-cni-rhel9@sha256:1a3d42aa9c110d32e51da4bb1e285b95c69a5ef7054c9ab41a893091884453de_ppc64le",
            "9Base-RHOSE-4.14:openshift4/sriov-cni-rhel9@sha256:adeef6a4821ec4029d0dec19a1e1ec1fc22df0487b6e3d1f3de25c0d4fc40465_amd64",
            "9Base-RHOSE-4.14:openshift4/sriov-cni-rhel9@sha256:e4b357674e92932e4ea941db0668940ee4956bb1671a20245e5a2f06d87ee379_arm64"
          ]
        }
      ],
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2350190"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in Jinja. In affected versions, an oversight in how the Jinja sandboxed environment interacts with the `|attr` filter allows an attacker who controls the content of a template to execute arbitrary Python code. To exploit the vulnerability, an attacker needs to control the content of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications that execute untrusted templates. Jinja\u0027s sandbox does catch calls to `str.format` and ensures they don\u0027t escape the sandbox. However, it\u0027s possible to use the `|attr` filter to get a reference to a string\u0027s plain format method, bypassing the sandbox.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "jinja2: Jinja sandbox breakout through attr filter selecting format method",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "This vulnerability is rated as important severity due to the potential for an attacker to bypass Jinja\u0027s sandbox by exploiting the |attr filter, by controlling template content, an attacker can execute arbitrary Python code, impacting the integrity, confidentiality, and availability of the system. While the attack requires user interaction to trigger untrusted templates, the risk is significant in applications that allow such templates to be executed.",
          "title": "Statement"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "8Base-RHOSE-4.14:openshift4/ose-ansible-operator@sha256:12f655a77688526576043ecc84ac445d859632dc1021f72aa1d36e3ba34ca067_amd64",
          "8Base-RHOSE-4.14:openshift4/ose-ansible-operator@sha256:51e1e7e605ef81edb0e595454313df33309dfd1fb56ba62b11aba42fa3a9d102_s390x",
          "8Base-RHOSE-4.14:openshift4/ose-ansible-operator@sha256:af079de33423dc6bb2f7d1850b33425a55ad9be0b6a4068c0f7521a0d612b7d8_arm64",
          "8Base-RHOSE-4.14:openshift4/ose-ansible-operator@sha256:fd0792649f84d603779945ed9b278517f198f952bf03c9cb797be37b73cd7d79_ppc64le"
        ],
        "known_not_affected": [
          "8Base-RHOSE-4.14:openshift4/cloud-event-proxy-rhel8@sha256:4911a4713eeeca311b1de28409e954b3eab38c0e4d29b1b187c790022e47f7df_ppc64le",
          "8Base-RHOSE-4.14:openshift4/cloud-event-proxy-rhel8@sha256:501ae6b06f145ebec1b38171961d427086a180515dac92b89303b29e17feaa38_arm64",
          "8Base-RHOSE-4.14:openshift4/cloud-event-proxy-rhel8@sha256:ca0a9fc003a988a7fbabe221ca7ab68d8dd97559b485b53b96505b0b9fbfcb7d_amd64",
          "8Base-RHOSE-4.14:openshift4/nmstate-console-plugin-rhel8@sha256:3b819544f81dc5039f23a936520c7d04035c8a0c4a98195a71d4dc4cc97e4e78_s390x",
          "8Base-RHOSE-4.14:openshift4/nmstate-console-plugin-rhel8@sha256:8c3f9b60ac25ae1a074c36ef1d45d685a0770af949a0115e3f3d8f86a6bae1ce_arm64",
          "8Base-RHOSE-4.14:openshift4/nmstate-console-plugin-rhel8@sha256:abaf8c84c2944a0c897e3267e6c94c513c9f9f3c3c148ec3f0f0d83eb5c599ed_amd64",
          "8Base-RHOSE-4.14:openshift4/nmstate-console-plugin-rhel8@sha256:f057c009a0b098b758f091aa1feb9daa3a4c796a492e8d5fb2fd51cde371eee4_ppc64le",
          "8Base-RHOSE-4.14:openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:498930b7965957850a4945c5190d8e8f15a2e01ec7ed741fab956b42ce51085e_arm64",
          "8Base-RHOSE-4.14:openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:762af5a64e4c5631c6a7d921420b7abfc2cdafef42c05e441647f4cf25f5dad6_amd64",
          "8Base-RHOSE-4.14:openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:d30f2ef6d94a52faba0394e8fdaf89bf62554c8b30ccc2c9835a39ed6572214d_arm64",
          "8Base-RHOSE-4.14:openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:e242fe1cb011441457064e861e27b47bc5f189d96a8c521fb6c505c8efa068b5_amd64",
          "8Base-RHOSE-4.14:openshift4/ose-cloud-event-proxy-rhel8@sha256:4911a4713eeeca311b1de28409e954b3eab38c0e4d29b1b187c790022e47f7df_ppc64le",
          "8Base-RHOSE-4.14:openshift4/ose-cloud-event-proxy-rhel8@sha256:501ae6b06f145ebec1b38171961d427086a180515dac92b89303b29e17feaa38_arm64",
          "8Base-RHOSE-4.14:openshift4/ose-cloud-event-proxy-rhel8@sha256:ca0a9fc003a988a7fbabe221ca7ab68d8dd97559b485b53b96505b0b9fbfcb7d_amd64",
          "8Base-RHOSE-4.14:openshift4/ose-cluster-capacity@sha256:0b8e7e479f0b9f1b377125534b00ea7ba5e672954cf59b8d8d6626d1bf1f3de0_arm64",
          "8Base-RHOSE-4.14:openshift4/ose-cluster-capacity@sha256:2d3098c0299834928a5205ee89bbd7202dab617b5373a9c78c42b8a1b8211a28_ppc64le",
          "8Base-RHOSE-4.14:openshift4/ose-cluster-capacity@sha256:482ee2d360ac85cf46fa4c5f27d4cdbcb1db014d4e802a15f5f80dc4f4d89753_s390x",
          "8Base-RHOSE-4.14:openshift4/ose-cluster-capacity@sha256:f98c715655aca8ab720d33308bde0661ff570e456718e90caa6b10d27ef710c1_amd64",
          "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-descheduler-operator@sha256:1b1b417c506c5bb6ea8c7e37cf7f3e58d9e17d0a8bd47f52c1754a8db7b52a20_arm64",
          "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-descheduler-operator@sha256:6244b433a7d777bbad76a6d0b45d693aea062b909dd33d252717eb5109bb9efc_ppc64le",
          "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-descheduler-operator@sha256:f1d6ea4c6452e608f9ab9eade54c574f3dc4e27b1f8aa05e24e1033a97feae44_s390x",
          "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-descheduler-operator@sha256:f56b7c4701a58d0d4b48aa4729a0b89e7f3dead54fdc573c3da5e758f3584f6a_amd64",
          "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-descheduler-rhel8-operator@sha256:1b1b417c506c5bb6ea8c7e37cf7f3e58d9e17d0a8bd47f52c1754a8db7b52a20_arm64",
          "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-descheduler-rhel8-operator@sha256:6244b433a7d777bbad76a6d0b45d693aea062b909dd33d252717eb5109bb9efc_ppc64le",
          "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-descheduler-rhel8-operator@sha256:f1d6ea4c6452e608f9ab9eade54c574f3dc4e27b1f8aa05e24e1033a97feae44_s390x",
          "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-descheduler-rhel8-operator@sha256:f56b7c4701a58d0d4b48aa4729a0b89e7f3dead54fdc573c3da5e758f3584f6a_amd64",
          "8Base-RHOSE-4.14:openshift4/ose-cluster-nfd-operator@sha256:295ca2fefa0205a5f3e5f80e773362279eefbd400cf0085f197d4c2b237f6922_ppc64le",
          "8Base-RHOSE-4.14:openshift4/ose-cluster-nfd-operator@sha256:baadf6f543b414c000b053ebf5fc2c18cdec45903c1b75249f2698a5a93ef399_amd64",
          "8Base-RHOSE-4.14:openshift4/ose-cluster-nfd-operator@sha256:c0a79319484273ab0a6883d7903ca183141783620862c6cd8cd6c4d3741e05aa_arm64",
          "8Base-RHOSE-4.14:openshift4/ose-cluster-nfd-operator@sha256:cfa6705a96226954b12d2e3bcf92dd466f6be3f5534aced827ff850f6d31753b_s390x",
          "8Base-RHOSE-4.14:openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:48804eaea80fd6a0d8ea426fd9eae5e759ac7a93136b7445512852cb09cbdf8c_ppc64le",
          "8Base-RHOSE-4.14:openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:4dd33cb6e79d7d5c0dec7d95bfe1adb00a7d028f7eb1bd03a21bbc9e863dd5be_amd64",
          "8Base-RHOSE-4.14:openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:c42cbc9910c76438474ca2ac5e184ccf317b688c0d33595f2a52b51db036f7d5_s390x",
          "8Base-RHOSE-4.14:openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:da4712c0d89bba499e8de8621fcd0464b732da6972fccc9fed20b020148cf4b1_arm64",
          "8Base-RHOSE-4.14:openshift4/ose-clusterresourceoverride-rhel8@sha256:0d29460d2d2f0572c5299041a9a82f85ab652bfc43f47a3ccb9ae557706930ad_s390x",
          "8Base-RHOSE-4.14:openshift4/ose-clusterresourceoverride-rhel8@sha256:c68c5ffdbbe089ec33b409f35f75586a5ec593f98c89f397184688f0d29f4ef8_arm64",
          "8Base-RHOSE-4.14:openshift4/ose-clusterresourceoverride-rhel8@sha256:e0e0aa123364ed72bf91682470a341b3a180303755bcb4ca7a9677e8788a225f_amd64",
          "8Base-RHOSE-4.14:openshift4/ose-clusterresourceoverride-rhel8@sha256:ee8cf127e449c7dcb7ad9a58fb39c69f954b2859c0beb3a181d710778055c42a_ppc64le",
          "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:71614bcd0bc06818d4692b96753d3ea402ad487c3f7b06cac2b7ed9722a6fc41_arm64",
          "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:cc0cef8c1457dec6fe91b1588e2008e6a682026cd597771c59e562e5975672ae_amd64",
          "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:e5a4e752b9fb329ccbdb185e2be56d305b4ccae1696b6cb6a34759fcc53b7fd2_s390x",
          "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:e8bbfe73aef65fd6c2a7c3024b73b8bbc4b5d41496b52427ba98d875e226f79e_ppc64le",
          "8Base-RHOSE-4.14:openshift4/ose-descheduler@sha256:4d8469dd86b281ffdf40782135c6de6a7c5563c7ca331053b038213572922cb7_arm64",
          "8Base-RHOSE-4.14:openshift4/ose-descheduler@sha256:c9d46ffcd1341b8f21b82475f94b5a782b27b55e17bbfd730b7f3526c7b52d9e_amd64",
          "8Base-RHOSE-4.14:openshift4/ose-descheduler@sha256:d42cf5a6edcf1f541a6d8272ec0c7ebb62fc3dd1f260774bef20685c39535f7a_ppc64le",
          "8Base-RHOSE-4.14:openshift4/ose-descheduler@sha256:e9b332f03480586c7b681d149ea6211faebfcb25e41ad4bd2d35b9062af3e9fe_s390x",
          "8Base-RHOSE-4.14:openshift4/ose-egress-dns-proxy@sha256:006a04474e8d17480755050200f95ade9e3e9a23fadefdc647508d6202e4ce5e_ppc64le",
          "8Base-RHOSE-4.14:openshift4/ose-egress-dns-proxy@sha256:b2362f01d8850c267c1277d0905303fabec8fc5d3ba7d218f8605c5603efeeec_arm64",
          "8Base-RHOSE-4.14:openshift4/ose-egress-dns-proxy@sha256:da33b5c61c13113db51e5ed99738dac460ded65ca22b9d3f819bbad75ec7591d_amd64",
          "8Base-RHOSE-4.14:openshift4/ose-egress-dns-proxy@sha256:ecd7f655a6c884d9a587ae24cdc5ba751cbbe365e07670b63eb0b7e4f34cef01_s390x",
          "8Base-RHOSE-4.14:openshift4/ose-egress-http-proxy@sha256:6c0347fcb45ec7c2ea4f74e4c1e06ccc093d51dbf6f32a4bd426af513d139b7e_arm64",
          "8Base-RHOSE-4.14:openshift4/ose-egress-http-proxy@sha256:7f59f4659be5c51c6738227cb808a5191d116d53c91cb138392df96700d889f1_s390x",
          "8Base-RHOSE-4.14:openshift4/ose-egress-http-proxy@sha256:8bc919455cf398d812e4433974930e84dbdf2a90eff0b6bba5d7e436b3ca0fe5_amd64",
          "8Base-RHOSE-4.14:openshift4/ose-egress-http-proxy@sha256:b2832e3870297082ac31021ece3c00418c3825c19469db7f40d365d7bdeca08c_ppc64le",
          "8Base-RHOSE-4.14:openshift4/ose-egress-router@sha256:006c0b7958cca5f39ff8a1e65c920cce51333b0bdb538197a73b5579d973b3ff_arm64",
          "8Base-RHOSE-4.14:openshift4/ose-egress-router@sha256:79a7c99ff9859a38aaa312e118fce9ec577e128025b2acb7ed8da7c60b0d08ee_s390x",
          "8Base-RHOSE-4.14:openshift4/ose-egress-router@sha256:eae0cbe065b51eece082ed67efc31be0bf4ba3a808ef3b40c93e490d7ac16d1a_ppc64le",
          "8Base-RHOSE-4.14:openshift4/ose-egress-router@sha256:f8e67765a295c2ecfceaad57c8b6eb9822a7b937cf8ba42a8582e62fd1014aa7_amd64",
          "8Base-RHOSE-4.14:openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:09ef286782c97ecca2e1b0e38d1938874d82169dd4fadb88c000dc068332fc47_ppc64le",
          "8Base-RHOSE-4.14:openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:aa26841d624370eb3c1d2336f5c2280abe3c57c380e6d56ca6674194a2fc235f_amd64",
          "8Base-RHOSE-4.14:openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:ba16d845bfc9a684c521383f21db8345cf84546697b7aa9733f7dcc80652f19c_arm64",
          "8Base-RHOSE-4.14:openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:1574fd709b7e9e03cb9b1f897624b747401e35fc4ccecf8ce9671a8114bb4788_ppc64le",
          "8Base-RHOSE-4.14:openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:43dac2501e26de28cb0e87d13a1b5d50faa7af42e6dd438e3366afc3c212afd9_arm64",
          "8Base-RHOSE-4.14:openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:600702e339ef97d5de42c292e1dd52c8a59bdf7411aadc08d6169bcb6c2c8eab_amd64",
          "8Base-RHOSE-4.14:openshift4/ose-helm-operator@sha256:994a49426004c9defb9772eeb26242024af8295ffd99cc6bd6628afb5d072836_ppc64le",
          "8Base-RHOSE-4.14:openshift4/ose-helm-operator@sha256:9b978ea8cb4e084b2d924d8b5d4dbd341d52393a1ba9b06c512aa86cb6299875_s390x",
          "8Base-RHOSE-4.14:openshift4/ose-helm-operator@sha256:aa292e29511aea9e23e430e83dd63b6822c94c9449e7959a2812df68bcb39135_arm64",
          "8Base-RHOSE-4.14:openshift4/ose-helm-operator@sha256:ab775d3f6bb41515804d43602493df14ba155d8cae2bd96a63bb707af97bd342_amd64",
          "8Base-RHOSE-4.14:openshift4/ose-local-storage-diskmaker@sha256:5eff712a82178c4954329da45c24b6e716461d34780c7c2ea68a3688e664dcd3_amd64",
          "8Base-RHOSE-4.14:openshift4/ose-local-storage-diskmaker@sha256:cc5b496bbef91f2f2772ff6127b925257c892f8bf159d3f9773a4d8e4e1217c1_ppc64le",
          "8Base-RHOSE-4.14:openshift4/ose-local-storage-diskmaker@sha256:d395b8fad77cb42d5a96a043f7350621b03875bd962d0a36f11916818349e9d0_s390x",
          "8Base-RHOSE-4.14:openshift4/ose-local-storage-diskmaker@sha256:eb995c9ef36074a1b33bbf551ea943636159943369bff00bf5471535064efd4a_arm64",
          "8Base-RHOSE-4.14:openshift4/ose-local-storage-mustgather-rhel8@sha256:03ec52182a6d96d1b6aa0a2ebc2ae38b197f589f1d276c200f03ab05501d8f92_ppc64le",
          "8Base-RHOSE-4.14:openshift4/ose-local-storage-mustgather-rhel8@sha256:1ad572397310bd6d48ca4e8847c8daf1f44b36fb07880934dc63d7534cd49cff_arm64",
          "8Base-RHOSE-4.14:openshift4/ose-local-storage-mustgather-rhel8@sha256:7e2b04f90fad987ba1a8f26adc5817be9f472a9533bf39f2b33ce2ee9e6b99e3_s390x",
          "8Base-RHOSE-4.14:openshift4/ose-local-storage-mustgather-rhel8@sha256:a19ef1289378c5f15a1accba1a62649c95f364ba620c9c5d2290c67a1f2647b8_amd64",
          "8Base-RHOSE-4.14:openshift4/ose-local-storage-operator@sha256:080bea1e4d930dc6a456995c426fc87cb2668b3d97f8cbb9d8e87ea853ab889c_ppc64le",
          "8Base-RHOSE-4.14:openshift4/ose-local-storage-operator@sha256:54f3fdee05cbbd9eddb258485ff191c75ad70f4854e4473905a73b82ec2e3080_s390x",
          "8Base-RHOSE-4.14:openshift4/ose-local-storage-operator@sha256:a42b69f3956e8b7edf6c2fc38447dd1c34568f93ae85449cd7db95ed6fea2d9f_amd64",
          "8Base-RHOSE-4.14:openshift4/ose-local-storage-operator@sha256:f2024ca62bc7e68f8874b2eee4375be673c6a16868f92ee4f8c40125e0a25f3d_arm64",
          "8Base-RHOSE-4.14:openshift4/ose-node-feature-discovery@sha256:0702b60bf196fabb3aa04f13acbc1afd1e3e1c4592063f995c22c36c4c8f2f14_amd64",
          "8Base-RHOSE-4.14:openshift4/ose-node-feature-discovery@sha256:36e8f5926b144386ea94543707902c4214cfe48432dee99076ce0b308b0cf1e5_s390x",
          "8Base-RHOSE-4.14:openshift4/ose-node-feature-discovery@sha256:786d335f1df251bc9585af5052bad31e44d73c3c939e5bd5310b874da91367bd_ppc64le",
          "8Base-RHOSE-4.14:openshift4/ose-node-feature-discovery@sha256:9ec1f457acc3423f0acdb132c15eb522a8f246eb83718431aad43f1a14158c4a_arm64",
          "8Base-RHOSE-4.14:openshift4/ose-operator-sdk-rhel8@sha256:3146e4aa4874924ced31acb64eb27ca8a3646cbb99ab4bf54722d756bd417624_s390x",
          "8Base-RHOSE-4.14:openshift4/ose-operator-sdk-rhel8@sha256:414b63089f97553f7320847b199927ee56be00da62656d7b20a545cbabecbc50_amd64",
          "8Base-RHOSE-4.14:openshift4/ose-operator-sdk-rhel8@sha256:66d5b9c32319f083ea1e122a792a048b488b275c1e845876619036e10fc59801_ppc64le",
          "8Base-RHOSE-4.14:openshift4/ose-operator-sdk-rhel8@sha256:6bd47cc37b1b88260af087e5425755404944e67827fc2b044458267a8784526f_arm64",
          "8Base-RHOSE-4.14:openshift4/ose-ptp-operator@sha256:091efa0d2f8461f6edb256778884ff7a07a18a7b2d2eb0fc34d5b81b347edac2_ppc64le",
          "8Base-RHOSE-4.14:openshift4/ose-ptp-operator@sha256:74b22402abdefed550e054985e8d64ad214a18813bdd2a5a1a41716ce4a2f794_amd64",
          "8Base-RHOSE-4.14:openshift4/ose-ptp-operator@sha256:8c44d740c8aae7a792eed655a6696082b97b32ab104ea38bcd6b1d03877d5c04_arm64",
          "8Base-RHOSE-4.14:openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:16bc72b7fc11d95a49710f04562ce4265aa9e446d5b5d07a626bd57ccc8235c2_ppc64le",
          "8Base-RHOSE-4.14:openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:1a44330c8d248cc3f4d1102b6eb1f1709475204a5d561c96561ddecf30ac2e46_amd64",
          "8Base-RHOSE-4.14:openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:215ab2879571f24eb47bcb8dcd08e10fffc3584752859a7f8111aa39cb9d7d17_s390x",
          "8Base-RHOSE-4.14:openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:e26738777167a9602f51ab3d7dc3e570c3ae09b0e99e5da4f747b88a8aa7785a_arm64",
          "8Base-RHOSE-4.14:openshift4/ose-secrets-store-csi-driver-rhel8@sha256:49f55be31e262a66b8bf4dd999d44c971349a905a9c115ad4b78d8dcfd16f47c_s390x",
          "8Base-RHOSE-4.14:openshift4/ose-secrets-store-csi-driver-rhel8@sha256:a1db5304611b83d9a3e3b0ca750e696adc2b557cbf871a781bd337d7673dea8e_ppc64le",
          "8Base-RHOSE-4.14:openshift4/ose-secrets-store-csi-driver-rhel8@sha256:a8be5b26d113bb11428fd53982891f03b346f6604a0d305f0eafbe427730cde9_amd64",
          "8Base-RHOSE-4.14:openshift4/ose-secrets-store-csi-driver-rhel8@sha256:af26f9ad645a2a25f4919d2d53d6e546407d794697026f7853203d660dab7bd5_arm64",
          "8Base-RHOSE-4.14:openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:2cc57807ca09ebf41ec2c82dc1888bc964041237ea2d6242125d854832bd97fe_ppc64le",
          "8Base-RHOSE-4.14:openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:856941f0bf506610bae80cde64912d586ad2dbfa7e488ee3fb0724b825f0f8b2_s390x",
          "8Base-RHOSE-4.14:openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:eb4aabb494139ef54fa3d4c74b5465300c756f5266d632259f4badc01c2d4a60_arm64",
          "8Base-RHOSE-4.14:openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:f19e5958e7e8032b1e9a7885678ddbd3cf22827f7a3bbc102cb5a6746eb0b7b1_amd64",
          "8Base-RHOSE-4.14:openshift4/ose-sriov-dp-admission-controller@sha256:4544e6ad215b0e1f99f5c7c20fa8a018037d5648235256f9ca55deae34668727_arm64",
          "8Base-RHOSE-4.14:openshift4/ose-sriov-dp-admission-controller@sha256:9d96e7009d1755fbf8f55fc90a1d5cc3d32d1b45dccbb92f67fad64848ca566e_ppc64le",
          "8Base-RHOSE-4.14:openshift4/ose-sriov-dp-admission-controller@sha256:fd19deb941b2b39bff7ec9f7e8354a1cb6844e1594e4ef1bf4dfd6445034195d_amd64",
          "8Base-RHOSE-4.14:openshift4/ose-sriov-infiniband-cni@sha256:99fd44a57135a0fb030696ef138ccd0fe32a1cf2d9ef8b3e02e72ed3ae8c6027_ppc64le",
          "8Base-RHOSE-4.14:openshift4/ose-sriov-infiniband-cni@sha256:b0bc2d08e98b70ec80f351c8c330917b4e962b4b4e6de903a9b221b816a53697_arm64",
          "8Base-RHOSE-4.14:openshift4/ose-sriov-infiniband-cni@sha256:c2d681ccfa64212471d680f7f3301f20b67fa9056e421d381737c5978adc2a7a_amd64",
          "8Base-RHOSE-4.14:openshift4/ose-sriov-network-config-daemon@sha256:ac4dc7708f8e23328acce7791935c01a9cf70db6945815ff9451c09ef9ba51ae_arm64",
          "8Base-RHOSE-4.14:openshift4/ose-sriov-network-config-daemon@sha256:af3ee260de3830779d917198509cc0dd8964f1dcda76f55a84465d866bf38074_amd64",
          "8Base-RHOSE-4.14:openshift4/ose-sriov-network-config-daemon@sha256:b3bde7a04150cdcc8da76695978e9451668e91aff6c2b2ab0b5b25886e6d417e_ppc64le",
          "8Base-RHOSE-4.14:openshift4/ose-sriov-network-device-plugin@sha256:391d0f4eae2a2f0327247f16ba945292c8c23b1f50cfca867e0cf38d11266331_amd64",
          "8Base-RHOSE-4.14:openshift4/ose-sriov-network-device-plugin@sha256:45fe46c572c7f6666e338f95f2f2c0d44b3c29bd4ace743dd5443cad4a37680c_arm64",
          "8Base-RHOSE-4.14:openshift4/ose-sriov-network-device-plugin@sha256:c1636e6700cdfe7bdb7a1fd4525d10c9f17e3fb5c8cf6679c4dacc111d043daf_ppc64le",
          "8Base-RHOSE-4.14:openshift4/ose-sriov-network-operator@sha256:99d28ecf3b9441a5e2d8a970db310b665afcf62d56210b2c90cf5061fde3845c_arm64",
          "8Base-RHOSE-4.14:openshift4/ose-sriov-network-operator@sha256:d716b03770f33e57445245779e6bf200e16dcdbf16ddfd2181b1233a1841a1dd_amd64",
          "8Base-RHOSE-4.14:openshift4/ose-sriov-network-operator@sha256:d9c440e633c880bd4a007b3633e9accfe05cd32a6cb4c598e4ccfcc1157fe355_ppc64le",
          "8Base-RHOSE-4.14:openshift4/ose-sriov-network-webhook@sha256:13dc716fc74c12b8b814bc9416d04efb4af5e7f925c7539c8ab6d598ba752659_amd64",
          "8Base-RHOSE-4.14:openshift4/ose-sriov-network-webhook@sha256:453bd6909fdc48eb15720f82804fa313de73e88f3bd16d1a012b71b4e0929a07_ppc64le",
          "8Base-RHOSE-4.14:openshift4/ose-sriov-network-webhook@sha256:c0ee8669195fae78c7116acdb6f7c87f8fb03a404500854c2431b9c66fff62d3_arm64",
          "8Base-RHOSE-4.14:openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:216c1cb10e8d6ae21775af9532f3afef47e66c34f9ceb547bdf91a51fbd67df5_s390x",
          "8Base-RHOSE-4.14:openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:306fb8c768069b36adbd45228caf84c86c8bd3b5990079d9de381f51b6b4730e_ppc64le",
          "8Base-RHOSE-4.14:openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:3d33953db858a2030804b653703bab248a2b17588ed04a69dd6d86083a9444eb_arm64",
          "8Base-RHOSE-4.14:openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:64312b809c5b432207892d53e803e381acbc9b9b914e5be62a7f318cbad8fa44_amd64",
          "8Base-RHOSE-4.14:openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:375e6a06d2d792b5744e065f0d33bf1df1d06edf587cb1bc0bd05ab45d5b6a22_s390x",
          "8Base-RHOSE-4.14:openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:865007fc112fd0b54378c17210b63884cfb1872b01953bc2a4b479c2ddc84f39_amd64",
          "8Base-RHOSE-4.14:openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:e317004b6a6a8ced6bfafbdbba538c158145bd93d29f549b3112c637def043f4_ppc64le",
          "8Base-RHOSE-4.14:openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:ff1186111a1ac5b3fee53293c2489551103bab0ef41a8f202c1962b32dd05e3d_arm64",
          "8Base-RHOSE-4.14:openshift4/ptp-must-gather-rhel8@sha256:6babd7c01664aa4d0389670ab0ce57cac19191273b4b125e8542dca4d50f2d05_ppc64le",
          "8Base-RHOSE-4.14:openshift4/ptp-must-gather-rhel8@sha256:7d5d34919f72b77b9646428100b822b6fc08b136f608fa334a3eb5c7ff7005ee_arm64",
          "8Base-RHOSE-4.14:openshift4/ptp-must-gather-rhel8@sha256:a4294d76446a4ec57178f0a7f0f50c9a9bd307fcb5835a08dae291093b6c409d_amd64",
          "9Base-RHOSE-4.14:openshift4/frr-rhel9@sha256:1491ad866f45f82419752beeb844de30e8fde7292cccf0aa9d74ff806e356341_arm64",
          "9Base-RHOSE-4.14:openshift4/frr-rhel9@sha256:5153531b8a17fa5f91bdcfa742faa541a191f41eafb7faabc4964732063fcc69_amd64",
          "9Base-RHOSE-4.14:openshift4/frr-rhel9@sha256:88f99c188ed04ab92931c579fd75af238f4fb2d4394841ac108c238165063262_ppc64le",
          "9Base-RHOSE-4.14:openshift4/frr-rhel9@sha256:d3f9f6e70fe91c2907d01c10c22ec9c80dfec6c95d8f11d41ad37e34a82b4b79_s390x",
          "9Base-RHOSE-4.14:openshift4/ingress-node-firewall-rhel9-operator@sha256:2fb70ef7402b959475607b17aacd7a92efe489584160b2e3512de98953a1089e_s390x",
          "9Base-RHOSE-4.14:openshift4/ingress-node-firewall-rhel9-operator@sha256:954b4abf1a76a3094aaff1124b8925695982b38f60e768658d94e271876397a1_ppc64le",
          "9Base-RHOSE-4.14:openshift4/ingress-node-firewall-rhel9-operator@sha256:a3ee6f76b03637ad8239c8b9ca965c2e6ab8e6111447e223422ade0b401cfef1_arm64",
          "9Base-RHOSE-4.14:openshift4/ingress-node-firewall-rhel9-operator@sha256:a9425a10ad645f887eb8b183b6233aa750fd60d702fb76138403fcbf87e3825b_amd64",
          "9Base-RHOSE-4.14:openshift4/ingress-node-firewall-rhel9@sha256:0450ab3c7fa0736195616cb7279bc9b760a7e8f47629ba61ec1d2a6fdb80f653_amd64",
          "9Base-RHOSE-4.14:openshift4/ingress-node-firewall-rhel9@sha256:1b9b9471b87813e21c982e381e486cce3939085d5d7cc947ca6ce3342d1fcf1d_s390x",
          "9Base-RHOSE-4.14:openshift4/ingress-node-firewall-rhel9@sha256:3a37348ebd8a04f4c32d49a2839145c1151fea25e1d177677af72d19fd05f797_arm64",
          "9Base-RHOSE-4.14:openshift4/ingress-node-firewall-rhel9@sha256:c0f2a14027d6fbd40ea1a3987de61077e19c2b09850c58198f5614df9eee54c6_ppc64le",
          "9Base-RHOSE-4.14:openshift4/kubernetes-nmstate-rhel9-operator@sha256:074a8845ae9d0d9bc16614466d6f29c636b800f730146876e958baba7e2b2c3e_ppc64le",
          "9Base-RHOSE-4.14:openshift4/kubernetes-nmstate-rhel9-operator@sha256:41502357e4d8dac94e3b9e617a39313c225113b2838aa4fe1f861bb7226a4f05_amd64",
          "9Base-RHOSE-4.14:openshift4/kubernetes-nmstate-rhel9-operator@sha256:541a2a12a26d9a7a17bdc46463f789976f663faf36b0ea33f295a4a74d24eec0_s390x",
          "9Base-RHOSE-4.14:openshift4/kubernetes-nmstate-rhel9-operator@sha256:ee83cb2612de8b82550f2df9ba7ab91ef27732c1a20b75ed64e8a9048fc92dfc_arm64",
          "9Base-RHOSE-4.14:openshift4/metallb-rhel9-operator@sha256:95f1ac8725449b228b03b4e1b77473706c189d37064cb9a4c52c3dd3d35963fb_ppc64le",
          "9Base-RHOSE-4.14:openshift4/metallb-rhel9-operator@sha256:980050ef7796dd2d4847e96855bda6894d0a48281785dc1cbcdfd7253f9aa0e7_amd64",
          "9Base-RHOSE-4.14:openshift4/metallb-rhel9-operator@sha256:a7f4a4f4882732ead5fb64daea06473e596c0f82b84937d1e8a06f8abf55dec3_arm64",
          "9Base-RHOSE-4.14:openshift4/metallb-rhel9-operator@sha256:e9171615e472a7cbc4390bf827e482a032220f24af579e067be7f0f6efdfe1a9_s390x",
          "9Base-RHOSE-4.14:openshift4/metallb-rhel9@sha256:b1ebbb0eeb2c5db23458b67055fab7d10c0607d37a32a60e9a3782c2e90596c8_amd64",
          "9Base-RHOSE-4.14:openshift4/metallb-rhel9@sha256:b4479e9d6962dedfc20055fa439e18d4510b0351447c856725df1c834ddbf5e4_arm64",
          "9Base-RHOSE-4.14:openshift4/metallb-rhel9@sha256:c8bc09916b304a155d316ed4a15a16b85adfd03968634e743704b11533c410c0_ppc64le",
          "9Base-RHOSE-4.14:openshift4/metallb-rhel9@sha256:ee119bae734ae7866f7279bbefe9e21a9b996dad005c32fc968267b9bc4f0ce8_s390x",
          "9Base-RHOSE-4.14:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:3be467e48a5ac69618ea7271dbc2522819fc46a9c4530f06089e53b2a47c22de_arm64",
          "9Base-RHOSE-4.14:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5bd72912ab5739500ef057f1d3b1297061de69f882b77523f5bbd4c3823b70a0_ppc64le",
          "9Base-RHOSE-4.14:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:a040e070ec879c9a8cd5e82410b7bf4a7ed215be12edb6048bb34ccc71185430_s390x",
          "9Base-RHOSE-4.14:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:e00776126ead2406024ddf99bee3a8cde9504f4ff0a88c07cd1de25fed8bfb9d_amd64",
          "9Base-RHOSE-4.14:openshift4/ose-ptp-rhel9@sha256:2bd63260ebef6d27daba5dfacbecaf0c06343fa69be2fa7947d5094e05f11472_amd64",
          "9Base-RHOSE-4.14:openshift4/ose-ptp-rhel9@sha256:30432cfe1204baa94e0d4f164f999d221c47078169914cc86b3d537034a01cdc_arm64",
          "9Base-RHOSE-4.14:openshift4/ose-ptp-rhel9@sha256:d92d25754b8802f6512b355b32ab1bae4c98b934aab2d2008e58db71649ea071_ppc64le",
          "9Base-RHOSE-4.14:openshift4/sriov-cni-rhel9@sha256:1a3d42aa9c110d32e51da4bb1e285b95c69a5ef7054c9ab41a893091884453de_ppc64le",
          "9Base-RHOSE-4.14:openshift4/sriov-cni-rhel9@sha256:adeef6a4821ec4029d0dec19a1e1ec1fc22df0487b6e3d1f3de25c0d4fc40465_amd64",
          "9Base-RHOSE-4.14:openshift4/sriov-cni-rhel9@sha256:e4b357674e92932e4ea941db0668940ee4956bb1671a20245e5a2f06d87ee379_arm64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2025-27516"
        },
        {
          "category": "external",
          "summary": "RHBZ#2350190",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2350190"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2025-27516",
          "url": "https://www.cve.org/CVERecord?id=CVE-2025-27516"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-27516",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-27516"
        },
        {
          "category": "external",
          "summary": "https://github.com/pallets/jinja/commit/90457bbf33b8662926ae65cdde4c4c32e756e403",
          "url": "https://github.com/pallets/jinja/commit/90457bbf33b8662926ae65cdde4c4c32e756e403"
        },
        {
          "category": "external",
          "summary": "https://github.com/pallets/jinja/security/advisories/GHSA-cpwx-vrp4-4pq7",
          "url": "https://github.com/pallets/jinja/security/advisories/GHSA-cpwx-vrp4-4pq7"
        }
      ],
      "release_date": "2025-03-05T20:40:06.568000+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2025-04-09T01:19:57+00:00",
          "details": "For OpenShift Container Platform 4.14 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.14/html/release_notes/",
          "product_ids": [
            "8Base-RHOSE-4.14:openshift4/ose-ansible-operator@sha256:12f655a77688526576043ecc84ac445d859632dc1021f72aa1d36e3ba34ca067_amd64",
            "8Base-RHOSE-4.14:openshift4/ose-ansible-operator@sha256:51e1e7e605ef81edb0e595454313df33309dfd1fb56ba62b11aba42fa3a9d102_s390x",
            "8Base-RHOSE-4.14:openshift4/ose-ansible-operator@sha256:af079de33423dc6bb2f7d1850b33425a55ad9be0b6a4068c0f7521a0d612b7d8_arm64",
            "8Base-RHOSE-4.14:openshift4/ose-ansible-operator@sha256:fd0792649f84d603779945ed9b278517f198f952bf03c9cb797be37b73cd7d79_ppc64le"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2025:3568"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "LOCAL",
            "availabilityImpact": "HIGH",
            "baseScore": 7.3,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "HIGH",
            "privilegesRequired": "LOW",
            "scope": "UNCHANGED",
            "userInteraction": "REQUIRED",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "8Base-RHOSE-4.14:openshift4/cloud-event-proxy-rhel8@sha256:4911a4713eeeca311b1de28409e954b3eab38c0e4d29b1b187c790022e47f7df_ppc64le",
            "8Base-RHOSE-4.14:openshift4/cloud-event-proxy-rhel8@sha256:501ae6b06f145ebec1b38171961d427086a180515dac92b89303b29e17feaa38_arm64",
            "8Base-RHOSE-4.14:openshift4/cloud-event-proxy-rhel8@sha256:ca0a9fc003a988a7fbabe221ca7ab68d8dd97559b485b53b96505b0b9fbfcb7d_amd64",
            "8Base-RHOSE-4.14:openshift4/nmstate-console-plugin-rhel8@sha256:3b819544f81dc5039f23a936520c7d04035c8a0c4a98195a71d4dc4cc97e4e78_s390x",
            "8Base-RHOSE-4.14:openshift4/nmstate-console-plugin-rhel8@sha256:8c3f9b60ac25ae1a074c36ef1d45d685a0770af949a0115e3f3d8f86a6bae1ce_arm64",
            "8Base-RHOSE-4.14:openshift4/nmstate-console-plugin-rhel8@sha256:abaf8c84c2944a0c897e3267e6c94c513c9f9f3c3c148ec3f0f0d83eb5c599ed_amd64",
            "8Base-RHOSE-4.14:openshift4/nmstate-console-plugin-rhel8@sha256:f057c009a0b098b758f091aa1feb9daa3a4c796a492e8d5fb2fd51cde371eee4_ppc64le",
            "8Base-RHOSE-4.14:openshift4/ose-ansible-operator@sha256:12f655a77688526576043ecc84ac445d859632dc1021f72aa1d36e3ba34ca067_amd64",
            "8Base-RHOSE-4.14:openshift4/ose-ansible-operator@sha256:51e1e7e605ef81edb0e595454313df33309dfd1fb56ba62b11aba42fa3a9d102_s390x",
            "8Base-RHOSE-4.14:openshift4/ose-ansible-operator@sha256:af079de33423dc6bb2f7d1850b33425a55ad9be0b6a4068c0f7521a0d612b7d8_arm64",
            "8Base-RHOSE-4.14:openshift4/ose-ansible-operator@sha256:fd0792649f84d603779945ed9b278517f198f952bf03c9cb797be37b73cd7d79_ppc64le",
            "8Base-RHOSE-4.14:openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:498930b7965957850a4945c5190d8e8f15a2e01ec7ed741fab956b42ce51085e_arm64",
            "8Base-RHOSE-4.14:openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:762af5a64e4c5631c6a7d921420b7abfc2cdafef42c05e441647f4cf25f5dad6_amd64",
            "8Base-RHOSE-4.14:openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:d30f2ef6d94a52faba0394e8fdaf89bf62554c8b30ccc2c9835a39ed6572214d_arm64",
            "8Base-RHOSE-4.14:openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:e242fe1cb011441457064e861e27b47bc5f189d96a8c521fb6c505c8efa068b5_amd64",
            "8Base-RHOSE-4.14:openshift4/ose-cloud-event-proxy-rhel8@sha256:4911a4713eeeca311b1de28409e954b3eab38c0e4d29b1b187c790022e47f7df_ppc64le",
            "8Base-RHOSE-4.14:openshift4/ose-cloud-event-proxy-rhel8@sha256:501ae6b06f145ebec1b38171961d427086a180515dac92b89303b29e17feaa38_arm64",
            "8Base-RHOSE-4.14:openshift4/ose-cloud-event-proxy-rhel8@sha256:ca0a9fc003a988a7fbabe221ca7ab68d8dd97559b485b53b96505b0b9fbfcb7d_amd64",
            "8Base-RHOSE-4.14:openshift4/ose-cluster-capacity@sha256:0b8e7e479f0b9f1b377125534b00ea7ba5e672954cf59b8d8d6626d1bf1f3de0_arm64",
            "8Base-RHOSE-4.14:openshift4/ose-cluster-capacity@sha256:2d3098c0299834928a5205ee89bbd7202dab617b5373a9c78c42b8a1b8211a28_ppc64le",
            "8Base-RHOSE-4.14:openshift4/ose-cluster-capacity@sha256:482ee2d360ac85cf46fa4c5f27d4cdbcb1db014d4e802a15f5f80dc4f4d89753_s390x",
            "8Base-RHOSE-4.14:openshift4/ose-cluster-capacity@sha256:f98c715655aca8ab720d33308bde0661ff570e456718e90caa6b10d27ef710c1_amd64",
            "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-descheduler-operator@sha256:1b1b417c506c5bb6ea8c7e37cf7f3e58d9e17d0a8bd47f52c1754a8db7b52a20_arm64",
            "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-descheduler-operator@sha256:6244b433a7d777bbad76a6d0b45d693aea062b909dd33d252717eb5109bb9efc_ppc64le",
            "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-descheduler-operator@sha256:f1d6ea4c6452e608f9ab9eade54c574f3dc4e27b1f8aa05e24e1033a97feae44_s390x",
            "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-descheduler-operator@sha256:f56b7c4701a58d0d4b48aa4729a0b89e7f3dead54fdc573c3da5e758f3584f6a_amd64",
            "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-descheduler-rhel8-operator@sha256:1b1b417c506c5bb6ea8c7e37cf7f3e58d9e17d0a8bd47f52c1754a8db7b52a20_arm64",
            "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-descheduler-rhel8-operator@sha256:6244b433a7d777bbad76a6d0b45d693aea062b909dd33d252717eb5109bb9efc_ppc64le",
            "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-descheduler-rhel8-operator@sha256:f1d6ea4c6452e608f9ab9eade54c574f3dc4e27b1f8aa05e24e1033a97feae44_s390x",
            "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-descheduler-rhel8-operator@sha256:f56b7c4701a58d0d4b48aa4729a0b89e7f3dead54fdc573c3da5e758f3584f6a_amd64",
            "8Base-RHOSE-4.14:openshift4/ose-cluster-nfd-operator@sha256:295ca2fefa0205a5f3e5f80e773362279eefbd400cf0085f197d4c2b237f6922_ppc64le",
            "8Base-RHOSE-4.14:openshift4/ose-cluster-nfd-operator@sha256:baadf6f543b414c000b053ebf5fc2c18cdec45903c1b75249f2698a5a93ef399_amd64",
            "8Base-RHOSE-4.14:openshift4/ose-cluster-nfd-operator@sha256:c0a79319484273ab0a6883d7903ca183141783620862c6cd8cd6c4d3741e05aa_arm64",
            "8Base-RHOSE-4.14:openshift4/ose-cluster-nfd-operator@sha256:cfa6705a96226954b12d2e3bcf92dd466f6be3f5534aced827ff850f6d31753b_s390x",
            "8Base-RHOSE-4.14:openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:48804eaea80fd6a0d8ea426fd9eae5e759ac7a93136b7445512852cb09cbdf8c_ppc64le",
            "8Base-RHOSE-4.14:openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:4dd33cb6e79d7d5c0dec7d95bfe1adb00a7d028f7eb1bd03a21bbc9e863dd5be_amd64",
            "8Base-RHOSE-4.14:openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:c42cbc9910c76438474ca2ac5e184ccf317b688c0d33595f2a52b51db036f7d5_s390x",
            "8Base-RHOSE-4.14:openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:da4712c0d89bba499e8de8621fcd0464b732da6972fccc9fed20b020148cf4b1_arm64",
            "8Base-RHOSE-4.14:openshift4/ose-clusterresourceoverride-rhel8@sha256:0d29460d2d2f0572c5299041a9a82f85ab652bfc43f47a3ccb9ae557706930ad_s390x",
            "8Base-RHOSE-4.14:openshift4/ose-clusterresourceoverride-rhel8@sha256:c68c5ffdbbe089ec33b409f35f75586a5ec593f98c89f397184688f0d29f4ef8_arm64",
            "8Base-RHOSE-4.14:openshift4/ose-clusterresourceoverride-rhel8@sha256:e0e0aa123364ed72bf91682470a341b3a180303755bcb4ca7a9677e8788a225f_amd64",
            "8Base-RHOSE-4.14:openshift4/ose-clusterresourceoverride-rhel8@sha256:ee8cf127e449c7dcb7ad9a58fb39c69f954b2859c0beb3a181d710778055c42a_ppc64le",
            "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:71614bcd0bc06818d4692b96753d3ea402ad487c3f7b06cac2b7ed9722a6fc41_arm64",
            "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:cc0cef8c1457dec6fe91b1588e2008e6a682026cd597771c59e562e5975672ae_amd64",
            "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:e5a4e752b9fb329ccbdb185e2be56d305b4ccae1696b6cb6a34759fcc53b7fd2_s390x",
            "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:e8bbfe73aef65fd6c2a7c3024b73b8bbc4b5d41496b52427ba98d875e226f79e_ppc64le",
            "8Base-RHOSE-4.14:openshift4/ose-descheduler@sha256:4d8469dd86b281ffdf40782135c6de6a7c5563c7ca331053b038213572922cb7_arm64",
            "8Base-RHOSE-4.14:openshift4/ose-descheduler@sha256:c9d46ffcd1341b8f21b82475f94b5a782b27b55e17bbfd730b7f3526c7b52d9e_amd64",
            "8Base-RHOSE-4.14:openshift4/ose-descheduler@sha256:d42cf5a6edcf1f541a6d8272ec0c7ebb62fc3dd1f260774bef20685c39535f7a_ppc64le",
            "8Base-RHOSE-4.14:openshift4/ose-descheduler@sha256:e9b332f03480586c7b681d149ea6211faebfcb25e41ad4bd2d35b9062af3e9fe_s390x",
            "8Base-RHOSE-4.14:openshift4/ose-egress-dns-proxy@sha256:006a04474e8d17480755050200f95ade9e3e9a23fadefdc647508d6202e4ce5e_ppc64le",
            "8Base-RHOSE-4.14:openshift4/ose-egress-dns-proxy@sha256:b2362f01d8850c267c1277d0905303fabec8fc5d3ba7d218f8605c5603efeeec_arm64",
            "8Base-RHOSE-4.14:openshift4/ose-egress-dns-proxy@sha256:da33b5c61c13113db51e5ed99738dac460ded65ca22b9d3f819bbad75ec7591d_amd64",
            "8Base-RHOSE-4.14:openshift4/ose-egress-dns-proxy@sha256:ecd7f655a6c884d9a587ae24cdc5ba751cbbe365e07670b63eb0b7e4f34cef01_s390x",
            "8Base-RHOSE-4.14:openshift4/ose-egress-http-proxy@sha256:6c0347fcb45ec7c2ea4f74e4c1e06ccc093d51dbf6f32a4bd426af513d139b7e_arm64",
            "8Base-RHOSE-4.14:openshift4/ose-egress-http-proxy@sha256:7f59f4659be5c51c6738227cb808a5191d116d53c91cb138392df96700d889f1_s390x",
            "8Base-RHOSE-4.14:openshift4/ose-egress-http-proxy@sha256:8bc919455cf398d812e4433974930e84dbdf2a90eff0b6bba5d7e436b3ca0fe5_amd64",
            "8Base-RHOSE-4.14:openshift4/ose-egress-http-proxy@sha256:b2832e3870297082ac31021ece3c00418c3825c19469db7f40d365d7bdeca08c_ppc64le",
            "8Base-RHOSE-4.14:openshift4/ose-egress-router@sha256:006c0b7958cca5f39ff8a1e65c920cce51333b0bdb538197a73b5579d973b3ff_arm64",
            "8Base-RHOSE-4.14:openshift4/ose-egress-router@sha256:79a7c99ff9859a38aaa312e118fce9ec577e128025b2acb7ed8da7c60b0d08ee_s390x",
            "8Base-RHOSE-4.14:openshift4/ose-egress-router@sha256:eae0cbe065b51eece082ed67efc31be0bf4ba3a808ef3b40c93e490d7ac16d1a_ppc64le",
            "8Base-RHOSE-4.14:openshift4/ose-egress-router@sha256:f8e67765a295c2ecfceaad57c8b6eb9822a7b937cf8ba42a8582e62fd1014aa7_amd64",
            "8Base-RHOSE-4.14:openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:09ef286782c97ecca2e1b0e38d1938874d82169dd4fadb88c000dc068332fc47_ppc64le",
            "8Base-RHOSE-4.14:openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:aa26841d624370eb3c1d2336f5c2280abe3c57c380e6d56ca6674194a2fc235f_amd64",
            "8Base-RHOSE-4.14:openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:ba16d845bfc9a684c521383f21db8345cf84546697b7aa9733f7dcc80652f19c_arm64",
            "8Base-RHOSE-4.14:openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:1574fd709b7e9e03cb9b1f897624b747401e35fc4ccecf8ce9671a8114bb4788_ppc64le",
            "8Base-RHOSE-4.14:openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:43dac2501e26de28cb0e87d13a1b5d50faa7af42e6dd438e3366afc3c212afd9_arm64",
            "8Base-RHOSE-4.14:openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:600702e339ef97d5de42c292e1dd52c8a59bdf7411aadc08d6169bcb6c2c8eab_amd64",
            "8Base-RHOSE-4.14:openshift4/ose-helm-operator@sha256:994a49426004c9defb9772eeb26242024af8295ffd99cc6bd6628afb5d072836_ppc64le",
            "8Base-RHOSE-4.14:openshift4/ose-helm-operator@sha256:9b978ea8cb4e084b2d924d8b5d4dbd341d52393a1ba9b06c512aa86cb6299875_s390x",
            "8Base-RHOSE-4.14:openshift4/ose-helm-operator@sha256:aa292e29511aea9e23e430e83dd63b6822c94c9449e7959a2812df68bcb39135_arm64",
            "8Base-RHOSE-4.14:openshift4/ose-helm-operator@sha256:ab775d3f6bb41515804d43602493df14ba155d8cae2bd96a63bb707af97bd342_amd64",
            "8Base-RHOSE-4.14:openshift4/ose-local-storage-diskmaker@sha256:5eff712a82178c4954329da45c24b6e716461d34780c7c2ea68a3688e664dcd3_amd64",
            "8Base-RHOSE-4.14:openshift4/ose-local-storage-diskmaker@sha256:cc5b496bbef91f2f2772ff6127b925257c892f8bf159d3f9773a4d8e4e1217c1_ppc64le",
            "8Base-RHOSE-4.14:openshift4/ose-local-storage-diskmaker@sha256:d395b8fad77cb42d5a96a043f7350621b03875bd962d0a36f11916818349e9d0_s390x",
            "8Base-RHOSE-4.14:openshift4/ose-local-storage-diskmaker@sha256:eb995c9ef36074a1b33bbf551ea943636159943369bff00bf5471535064efd4a_arm64",
            "8Base-RHOSE-4.14:openshift4/ose-local-storage-mustgather-rhel8@sha256:03ec52182a6d96d1b6aa0a2ebc2ae38b197f589f1d276c200f03ab05501d8f92_ppc64le",
            "8Base-RHOSE-4.14:openshift4/ose-local-storage-mustgather-rhel8@sha256:1ad572397310bd6d48ca4e8847c8daf1f44b36fb07880934dc63d7534cd49cff_arm64",
            "8Base-RHOSE-4.14:openshift4/ose-local-storage-mustgather-rhel8@sha256:7e2b04f90fad987ba1a8f26adc5817be9f472a9533bf39f2b33ce2ee9e6b99e3_s390x",
            "8Base-RHOSE-4.14:openshift4/ose-local-storage-mustgather-rhel8@sha256:a19ef1289378c5f15a1accba1a62649c95f364ba620c9c5d2290c67a1f2647b8_amd64",
            "8Base-RHOSE-4.14:openshift4/ose-local-storage-operator@sha256:080bea1e4d930dc6a456995c426fc87cb2668b3d97f8cbb9d8e87ea853ab889c_ppc64le",
            "8Base-RHOSE-4.14:openshift4/ose-local-storage-operator@sha256:54f3fdee05cbbd9eddb258485ff191c75ad70f4854e4473905a73b82ec2e3080_s390x",
            "8Base-RHOSE-4.14:openshift4/ose-local-storage-operator@sha256:a42b69f3956e8b7edf6c2fc38447dd1c34568f93ae85449cd7db95ed6fea2d9f_amd64",
            "8Base-RHOSE-4.14:openshift4/ose-local-storage-operator@sha256:f2024ca62bc7e68f8874b2eee4375be673c6a16868f92ee4f8c40125e0a25f3d_arm64",
            "8Base-RHOSE-4.14:openshift4/ose-node-feature-discovery@sha256:0702b60bf196fabb3aa04f13acbc1afd1e3e1c4592063f995c22c36c4c8f2f14_amd64",
            "8Base-RHOSE-4.14:openshift4/ose-node-feature-discovery@sha256:36e8f5926b144386ea94543707902c4214cfe48432dee99076ce0b308b0cf1e5_s390x",
            "8Base-RHOSE-4.14:openshift4/ose-node-feature-discovery@sha256:786d335f1df251bc9585af5052bad31e44d73c3c939e5bd5310b874da91367bd_ppc64le",
            "8Base-RHOSE-4.14:openshift4/ose-node-feature-discovery@sha256:9ec1f457acc3423f0acdb132c15eb522a8f246eb83718431aad43f1a14158c4a_arm64",
            "8Base-RHOSE-4.14:openshift4/ose-operator-sdk-rhel8@sha256:3146e4aa4874924ced31acb64eb27ca8a3646cbb99ab4bf54722d756bd417624_s390x",
            "8Base-RHOSE-4.14:openshift4/ose-operator-sdk-rhel8@sha256:414b63089f97553f7320847b199927ee56be00da62656d7b20a545cbabecbc50_amd64",
            "8Base-RHOSE-4.14:openshift4/ose-operator-sdk-rhel8@sha256:66d5b9c32319f083ea1e122a792a048b488b275c1e845876619036e10fc59801_ppc64le",
            "8Base-RHOSE-4.14:openshift4/ose-operator-sdk-rhel8@sha256:6bd47cc37b1b88260af087e5425755404944e67827fc2b044458267a8784526f_arm64",
            "8Base-RHOSE-4.14:openshift4/ose-ptp-operator@sha256:091efa0d2f8461f6edb256778884ff7a07a18a7b2d2eb0fc34d5b81b347edac2_ppc64le",
            "8Base-RHOSE-4.14:openshift4/ose-ptp-operator@sha256:74b22402abdefed550e054985e8d64ad214a18813bdd2a5a1a41716ce4a2f794_amd64",
            "8Base-RHOSE-4.14:openshift4/ose-ptp-operator@sha256:8c44d740c8aae7a792eed655a6696082b97b32ab104ea38bcd6b1d03877d5c04_arm64",
            "8Base-RHOSE-4.14:openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:16bc72b7fc11d95a49710f04562ce4265aa9e446d5b5d07a626bd57ccc8235c2_ppc64le",
            "8Base-RHOSE-4.14:openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:1a44330c8d248cc3f4d1102b6eb1f1709475204a5d561c96561ddecf30ac2e46_amd64",
            "8Base-RHOSE-4.14:openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:215ab2879571f24eb47bcb8dcd08e10fffc3584752859a7f8111aa39cb9d7d17_s390x",
            "8Base-RHOSE-4.14:openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:e26738777167a9602f51ab3d7dc3e570c3ae09b0e99e5da4f747b88a8aa7785a_arm64",
            "8Base-RHOSE-4.14:openshift4/ose-secrets-store-csi-driver-rhel8@sha256:49f55be31e262a66b8bf4dd999d44c971349a905a9c115ad4b78d8dcfd16f47c_s390x",
            "8Base-RHOSE-4.14:openshift4/ose-secrets-store-csi-driver-rhel8@sha256:a1db5304611b83d9a3e3b0ca750e696adc2b557cbf871a781bd337d7673dea8e_ppc64le",
            "8Base-RHOSE-4.14:openshift4/ose-secrets-store-csi-driver-rhel8@sha256:a8be5b26d113bb11428fd53982891f03b346f6604a0d305f0eafbe427730cde9_amd64",
            "8Base-RHOSE-4.14:openshift4/ose-secrets-store-csi-driver-rhel8@sha256:af26f9ad645a2a25f4919d2d53d6e546407d794697026f7853203d660dab7bd5_arm64",
            "8Base-RHOSE-4.14:openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:2cc57807ca09ebf41ec2c82dc1888bc964041237ea2d6242125d854832bd97fe_ppc64le",
            "8Base-RHOSE-4.14:openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:856941f0bf506610bae80cde64912d586ad2dbfa7e488ee3fb0724b825f0f8b2_s390x",
            "8Base-RHOSE-4.14:openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:eb4aabb494139ef54fa3d4c74b5465300c756f5266d632259f4badc01c2d4a60_arm64",
            "8Base-RHOSE-4.14:openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:f19e5958e7e8032b1e9a7885678ddbd3cf22827f7a3bbc102cb5a6746eb0b7b1_amd64",
            "8Base-RHOSE-4.14:openshift4/ose-sriov-dp-admission-controller@sha256:4544e6ad215b0e1f99f5c7c20fa8a018037d5648235256f9ca55deae34668727_arm64",
            "8Base-RHOSE-4.14:openshift4/ose-sriov-dp-admission-controller@sha256:9d96e7009d1755fbf8f55fc90a1d5cc3d32d1b45dccbb92f67fad64848ca566e_ppc64le",
            "8Base-RHOSE-4.14:openshift4/ose-sriov-dp-admission-controller@sha256:fd19deb941b2b39bff7ec9f7e8354a1cb6844e1594e4ef1bf4dfd6445034195d_amd64",
            "8Base-RHOSE-4.14:openshift4/ose-sriov-infiniband-cni@sha256:99fd44a57135a0fb030696ef138ccd0fe32a1cf2d9ef8b3e02e72ed3ae8c6027_ppc64le",
            "8Base-RHOSE-4.14:openshift4/ose-sriov-infiniband-cni@sha256:b0bc2d08e98b70ec80f351c8c330917b4e962b4b4e6de903a9b221b816a53697_arm64",
            "8Base-RHOSE-4.14:openshift4/ose-sriov-infiniband-cni@sha256:c2d681ccfa64212471d680f7f3301f20b67fa9056e421d381737c5978adc2a7a_amd64",
            "8Base-RHOSE-4.14:openshift4/ose-sriov-network-config-daemon@sha256:ac4dc7708f8e23328acce7791935c01a9cf70db6945815ff9451c09ef9ba51ae_arm64",
            "8Base-RHOSE-4.14:openshift4/ose-sriov-network-config-daemon@sha256:af3ee260de3830779d917198509cc0dd8964f1dcda76f55a84465d866bf38074_amd64",
            "8Base-RHOSE-4.14:openshift4/ose-sriov-network-config-daemon@sha256:b3bde7a04150cdcc8da76695978e9451668e91aff6c2b2ab0b5b25886e6d417e_ppc64le",
            "8Base-RHOSE-4.14:openshift4/ose-sriov-network-device-plugin@sha256:391d0f4eae2a2f0327247f16ba945292c8c23b1f50cfca867e0cf38d11266331_amd64",
            "8Base-RHOSE-4.14:openshift4/ose-sriov-network-device-plugin@sha256:45fe46c572c7f6666e338f95f2f2c0d44b3c29bd4ace743dd5443cad4a37680c_arm64",
            "8Base-RHOSE-4.14:openshift4/ose-sriov-network-device-plugin@sha256:c1636e6700cdfe7bdb7a1fd4525d10c9f17e3fb5c8cf6679c4dacc111d043daf_ppc64le",
            "8Base-RHOSE-4.14:openshift4/ose-sriov-network-operator@sha256:99d28ecf3b9441a5e2d8a970db310b665afcf62d56210b2c90cf5061fde3845c_arm64",
            "8Base-RHOSE-4.14:openshift4/ose-sriov-network-operator@sha256:d716b03770f33e57445245779e6bf200e16dcdbf16ddfd2181b1233a1841a1dd_amd64",
            "8Base-RHOSE-4.14:openshift4/ose-sriov-network-operator@sha256:d9c440e633c880bd4a007b3633e9accfe05cd32a6cb4c598e4ccfcc1157fe355_ppc64le",
            "8Base-RHOSE-4.14:openshift4/ose-sriov-network-webhook@sha256:13dc716fc74c12b8b814bc9416d04efb4af5e7f925c7539c8ab6d598ba752659_amd64",
            "8Base-RHOSE-4.14:openshift4/ose-sriov-network-webhook@sha256:453bd6909fdc48eb15720f82804fa313de73e88f3bd16d1a012b71b4e0929a07_ppc64le",
            "8Base-RHOSE-4.14:openshift4/ose-sriov-network-webhook@sha256:c0ee8669195fae78c7116acdb6f7c87f8fb03a404500854c2431b9c66fff62d3_arm64",
            "8Base-RHOSE-4.14:openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:216c1cb10e8d6ae21775af9532f3afef47e66c34f9ceb547bdf91a51fbd67df5_s390x",
            "8Base-RHOSE-4.14:openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:306fb8c768069b36adbd45228caf84c86c8bd3b5990079d9de381f51b6b4730e_ppc64le",
            "8Base-RHOSE-4.14:openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:3d33953db858a2030804b653703bab248a2b17588ed04a69dd6d86083a9444eb_arm64",
            "8Base-RHOSE-4.14:openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:64312b809c5b432207892d53e803e381acbc9b9b914e5be62a7f318cbad8fa44_amd64",
            "8Base-RHOSE-4.14:openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:375e6a06d2d792b5744e065f0d33bf1df1d06edf587cb1bc0bd05ab45d5b6a22_s390x",
            "8Base-RHOSE-4.14:openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:865007fc112fd0b54378c17210b63884cfb1872b01953bc2a4b479c2ddc84f39_amd64",
            "8Base-RHOSE-4.14:openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:e317004b6a6a8ced6bfafbdbba538c158145bd93d29f549b3112c637def043f4_ppc64le",
            "8Base-RHOSE-4.14:openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:ff1186111a1ac5b3fee53293c2489551103bab0ef41a8f202c1962b32dd05e3d_arm64",
            "8Base-RHOSE-4.14:openshift4/ptp-must-gather-rhel8@sha256:6babd7c01664aa4d0389670ab0ce57cac19191273b4b125e8542dca4d50f2d05_ppc64le",
            "8Base-RHOSE-4.14:openshift4/ptp-must-gather-rhel8@sha256:7d5d34919f72b77b9646428100b822b6fc08b136f608fa334a3eb5c7ff7005ee_arm64",
            "8Base-RHOSE-4.14:openshift4/ptp-must-gather-rhel8@sha256:a4294d76446a4ec57178f0a7f0f50c9a9bd307fcb5835a08dae291093b6c409d_amd64",
            "9Base-RHOSE-4.14:openshift4/frr-rhel9@sha256:1491ad866f45f82419752beeb844de30e8fde7292cccf0aa9d74ff806e356341_arm64",
            "9Base-RHOSE-4.14:openshift4/frr-rhel9@sha256:5153531b8a17fa5f91bdcfa742faa541a191f41eafb7faabc4964732063fcc69_amd64",
            "9Base-RHOSE-4.14:openshift4/frr-rhel9@sha256:88f99c188ed04ab92931c579fd75af238f4fb2d4394841ac108c238165063262_ppc64le",
            "9Base-RHOSE-4.14:openshift4/frr-rhel9@sha256:d3f9f6e70fe91c2907d01c10c22ec9c80dfec6c95d8f11d41ad37e34a82b4b79_s390x",
            "9Base-RHOSE-4.14:openshift4/ingress-node-firewall-rhel9-operator@sha256:2fb70ef7402b959475607b17aacd7a92efe489584160b2e3512de98953a1089e_s390x",
            "9Base-RHOSE-4.14:openshift4/ingress-node-firewall-rhel9-operator@sha256:954b4abf1a76a3094aaff1124b8925695982b38f60e768658d94e271876397a1_ppc64le",
            "9Base-RHOSE-4.14:openshift4/ingress-node-firewall-rhel9-operator@sha256:a3ee6f76b03637ad8239c8b9ca965c2e6ab8e6111447e223422ade0b401cfef1_arm64",
            "9Base-RHOSE-4.14:openshift4/ingress-node-firewall-rhel9-operator@sha256:a9425a10ad645f887eb8b183b6233aa750fd60d702fb76138403fcbf87e3825b_amd64",
            "9Base-RHOSE-4.14:openshift4/ingress-node-firewall-rhel9@sha256:0450ab3c7fa0736195616cb7279bc9b760a7e8f47629ba61ec1d2a6fdb80f653_amd64",
            "9Base-RHOSE-4.14:openshift4/ingress-node-firewall-rhel9@sha256:1b9b9471b87813e21c982e381e486cce3939085d5d7cc947ca6ce3342d1fcf1d_s390x",
            "9Base-RHOSE-4.14:openshift4/ingress-node-firewall-rhel9@sha256:3a37348ebd8a04f4c32d49a2839145c1151fea25e1d177677af72d19fd05f797_arm64",
            "9Base-RHOSE-4.14:openshift4/ingress-node-firewall-rhel9@sha256:c0f2a14027d6fbd40ea1a3987de61077e19c2b09850c58198f5614df9eee54c6_ppc64le",
            "9Base-RHOSE-4.14:openshift4/kubernetes-nmstate-rhel9-operator@sha256:074a8845ae9d0d9bc16614466d6f29c636b800f730146876e958baba7e2b2c3e_ppc64le",
            "9Base-RHOSE-4.14:openshift4/kubernetes-nmstate-rhel9-operator@sha256:41502357e4d8dac94e3b9e617a39313c225113b2838aa4fe1f861bb7226a4f05_amd64",
            "9Base-RHOSE-4.14:openshift4/kubernetes-nmstate-rhel9-operator@sha256:541a2a12a26d9a7a17bdc46463f789976f663faf36b0ea33f295a4a74d24eec0_s390x",
            "9Base-RHOSE-4.14:openshift4/kubernetes-nmstate-rhel9-operator@sha256:ee83cb2612de8b82550f2df9ba7ab91ef27732c1a20b75ed64e8a9048fc92dfc_arm64",
            "9Base-RHOSE-4.14:openshift4/metallb-rhel9-operator@sha256:95f1ac8725449b228b03b4e1b77473706c189d37064cb9a4c52c3dd3d35963fb_ppc64le",
            "9Base-RHOSE-4.14:openshift4/metallb-rhel9-operator@sha256:980050ef7796dd2d4847e96855bda6894d0a48281785dc1cbcdfd7253f9aa0e7_amd64",
            "9Base-RHOSE-4.14:openshift4/metallb-rhel9-operator@sha256:a7f4a4f4882732ead5fb64daea06473e596c0f82b84937d1e8a06f8abf55dec3_arm64",
            "9Base-RHOSE-4.14:openshift4/metallb-rhel9-operator@sha256:e9171615e472a7cbc4390bf827e482a032220f24af579e067be7f0f6efdfe1a9_s390x",
            "9Base-RHOSE-4.14:openshift4/metallb-rhel9@sha256:b1ebbb0eeb2c5db23458b67055fab7d10c0607d37a32a60e9a3782c2e90596c8_amd64",
            "9Base-RHOSE-4.14:openshift4/metallb-rhel9@sha256:b4479e9d6962dedfc20055fa439e18d4510b0351447c856725df1c834ddbf5e4_arm64",
            "9Base-RHOSE-4.14:openshift4/metallb-rhel9@sha256:c8bc09916b304a155d316ed4a15a16b85adfd03968634e743704b11533c410c0_ppc64le",
            "9Base-RHOSE-4.14:openshift4/metallb-rhel9@sha256:ee119bae734ae7866f7279bbefe9e21a9b996dad005c32fc968267b9bc4f0ce8_s390x",
            "9Base-RHOSE-4.14:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:3be467e48a5ac69618ea7271dbc2522819fc46a9c4530f06089e53b2a47c22de_arm64",
            "9Base-RHOSE-4.14:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5bd72912ab5739500ef057f1d3b1297061de69f882b77523f5bbd4c3823b70a0_ppc64le",
            "9Base-RHOSE-4.14:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:a040e070ec879c9a8cd5e82410b7bf4a7ed215be12edb6048bb34ccc71185430_s390x",
            "9Base-RHOSE-4.14:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:e00776126ead2406024ddf99bee3a8cde9504f4ff0a88c07cd1de25fed8bfb9d_amd64",
            "9Base-RHOSE-4.14:openshift4/ose-ptp-rhel9@sha256:2bd63260ebef6d27daba5dfacbecaf0c06343fa69be2fa7947d5094e05f11472_amd64",
            "9Base-RHOSE-4.14:openshift4/ose-ptp-rhel9@sha256:30432cfe1204baa94e0d4f164f999d221c47078169914cc86b3d537034a01cdc_arm64",
            "9Base-RHOSE-4.14:openshift4/ose-ptp-rhel9@sha256:d92d25754b8802f6512b355b32ab1bae4c98b934aab2d2008e58db71649ea071_ppc64le",
            "9Base-RHOSE-4.14:openshift4/sriov-cni-rhel9@sha256:1a3d42aa9c110d32e51da4bb1e285b95c69a5ef7054c9ab41a893091884453de_ppc64le",
            "9Base-RHOSE-4.14:openshift4/sriov-cni-rhel9@sha256:adeef6a4821ec4029d0dec19a1e1ec1fc22df0487b6e3d1f3de25c0d4fc40465_amd64",
            "9Base-RHOSE-4.14:openshift4/sriov-cni-rhel9@sha256:e4b357674e92932e4ea941db0668940ee4956bb1671a20245e5a2f06d87ee379_arm64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Important"
        }
      ],
      "title": "jinja2: Jinja sandbox breakout through attr filter selecting format method"
    }
  ]
}
  rhsa-2025:3586
Vulnerability from csaf_redhat
Notes
{
  "document": {
    "aggregate_severity": {
      "namespace": "https://access.redhat.com/security/updates/classification/",
      "text": "Important"
    },
    "category": "csaf_security_advisory",
    "csaf_version": "2.0",
    "distribution": {
      "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
      "tlp": {
        "label": "WHITE",
        "url": "https://www.first.org/tlp/"
      }
    },
    "lang": "en",
    "notes": [
      {
        "category": "summary",
        "text": "An update for python-jinja2 is now available for Red Hat Enterprise Linux 9.4 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
        "title": "Topic"
      },
      {
        "category": "general",
        "text": "Python is an interpreted, interactive, object-oriented programming language, which includes modules, classes, exceptions, very high level dynamic data types and dynamic typing. Python supports interfaces to many system calls and libraries, as well as to various windowing systems.\n\nSecurity Fix(es):\n\n* jinja2: Jinja sandbox breakout through attr filter selecting format method (CVE-2025-27516)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
        "title": "Details"
      },
      {
        "category": "legal_disclaimer",
        "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
        "title": "Terms of Use"
      }
    ],
    "publisher": {
      "category": "vendor",
      "contact_details": "https://access.redhat.com/security/team/contact/",
      "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
      "name": "Red Hat Product Security",
      "namespace": "https://www.redhat.com"
    },
    "references": [
      {
        "category": "self",
        "summary": "https://access.redhat.com/errata/RHSA-2025:3586",
        "url": "https://access.redhat.com/errata/RHSA-2025:3586"
      },
      {
        "category": "external",
        "summary": "https://access.redhat.com/security/updates/classification/#important",
        "url": "https://access.redhat.com/security/updates/classification/#important"
      },
      {
        "category": "external",
        "summary": "2350190",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2350190"
      },
      {
        "category": "self",
        "summary": "Canonical URL",
        "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_3586.json"
      }
    ],
    "title": "Red Hat Security Advisory: python-jinja2 security update",
    "tracking": {
      "current_release_date": "2025-10-28T19:42:47+00:00",
      "generator": {
        "date": "2025-10-28T19:42:47+00:00",
        "engine": {
          "name": "Red Hat SDEngine",
          "version": "4.6.10"
        }
      },
      "id": "RHSA-2025:3586",
      "initial_release_date": "2025-04-03T10:38:50+00:00",
      "revision_history": [
        {
          "date": "2025-04-03T10:38:50+00:00",
          "number": "1",
          "summary": "Initial version"
        },
        {
          "date": "2025-04-03T10:38:50+00:00",
          "number": "2",
          "summary": "Last updated version"
        },
        {
          "date": "2025-10-28T19:42:47+00:00",
          "number": "3",
          "summary": "Last generated version"
        }
      ],
      "status": "final",
      "version": "3"
    }
  },
  "product_tree": {
    "branches": [
      {
        "branches": [
          {
            "branches": [
              {
                "category": "product_name",
                "name": "Red Hat Enterprise Linux AppStream EUS (v.9.4)",
                "product": {
                  "name": "Red Hat Enterprise Linux AppStream EUS (v.9.4)",
                  "product_id": "AppStream-9.4.0.Z.EUS",
                  "product_identification_helper": {
                    "cpe": "cpe:/a:redhat:rhel_eus:9.4::appstream"
                  }
                }
              }
            ],
            "category": "product_family",
            "name": "Red Hat Enterprise Linux"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "python-jinja2-0:2.11.3-7.el9_4.src",
                "product": {
                  "name": "python-jinja2-0:2.11.3-7.el9_4.src",
                  "product_id": "python-jinja2-0:2.11.3-7.el9_4.src",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python-jinja2@2.11.3-7.el9_4?arch=src"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "src"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "python3-jinja2-0:2.11.3-7.el9_4.noarch",
                "product": {
                  "name": "python3-jinja2-0:2.11.3-7.el9_4.noarch",
                  "product_id": "python3-jinja2-0:2.11.3-7.el9_4.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python3-jinja2@2.11.3-7.el9_4?arch=noarch"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "noarch"
          }
        ],
        "category": "vendor",
        "name": "Red Hat"
      }
    ],
    "relationships": [
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-jinja2-0:2.11.3-7.el9_4.src as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:python-jinja2-0:2.11.3-7.el9_4.src"
        },
        "product_reference": "python-jinja2-0:2.11.3-7.el9_4.src",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-jinja2-0:2.11.3-7.el9_4.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:python3-jinja2-0:2.11.3-7.el9_4.noarch"
        },
        "product_reference": "python3-jinja2-0:2.11.3-7.el9_4.noarch",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      }
    ]
  },
  "vulnerabilities": [
    {
      "cve": "CVE-2025-27516",
      "cwe": {
        "id": "CWE-1336",
        "name": "Improper Neutralization of Special Elements Used in a Template Engine"
      },
      "discovery_date": "2025-03-05T21:01:07.674606+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2350190"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in Jinja. In affected versions, an oversight in how the Jinja sandboxed environment interacts with the `|attr` filter allows an attacker who controls the content of a template to execute arbitrary Python code. To exploit the vulnerability, an attacker needs to control the content of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications that execute untrusted templates. Jinja\u0027s sandbox does catch calls to `str.format` and ensures they don\u0027t escape the sandbox. However, it\u0027s possible to use the `|attr` filter to get a reference to a string\u0027s plain format method, bypassing the sandbox.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "jinja2: Jinja sandbox breakout through attr filter selecting format method",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "This vulnerability is rated as important severity due to the potential for an attacker to bypass Jinja\u0027s sandbox by exploiting the |attr filter, by controlling template content, an attacker can execute arbitrary Python code, impacting the integrity, confidentiality, and availability of the system. While the attack requires user interaction to trigger untrusted templates, the risk is significant in applications that allow such templates to be executed.",
          "title": "Statement"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "AppStream-9.4.0.Z.EUS:python-jinja2-0:2.11.3-7.el9_4.src",
          "AppStream-9.4.0.Z.EUS:python3-jinja2-0:2.11.3-7.el9_4.noarch"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2025-27516"
        },
        {
          "category": "external",
          "summary": "RHBZ#2350190",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2350190"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2025-27516",
          "url": "https://www.cve.org/CVERecord?id=CVE-2025-27516"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-27516",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-27516"
        },
        {
          "category": "external",
          "summary": "https://github.com/pallets/jinja/commit/90457bbf33b8662926ae65cdde4c4c32e756e403",
          "url": "https://github.com/pallets/jinja/commit/90457bbf33b8662926ae65cdde4c4c32e756e403"
        },
        {
          "category": "external",
          "summary": "https://github.com/pallets/jinja/security/advisories/GHSA-cpwx-vrp4-4pq7",
          "url": "https://github.com/pallets/jinja/security/advisories/GHSA-cpwx-vrp4-4pq7"
        }
      ],
      "release_date": "2025-03-05T20:40:06.568000+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2025-04-03T10:38:50+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "AppStream-9.4.0.Z.EUS:python-jinja2-0:2.11.3-7.el9_4.src",
            "AppStream-9.4.0.Z.EUS:python3-jinja2-0:2.11.3-7.el9_4.noarch"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2025:3586"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "LOCAL",
            "availabilityImpact": "HIGH",
            "baseScore": 7.3,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "HIGH",
            "privilegesRequired": "LOW",
            "scope": "UNCHANGED",
            "userInteraction": "REQUIRED",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "AppStream-9.4.0.Z.EUS:python-jinja2-0:2.11.3-7.el9_4.src",
            "AppStream-9.4.0.Z.EUS:python3-jinja2-0:2.11.3-7.el9_4.noarch"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Important"
        }
      ],
      "title": "jinja2: Jinja sandbox breakout through attr filter selecting format method"
    }
  ]
}
  rhsa-2025:2664
Vulnerability from csaf_redhat
Notes
{
  "document": {
    "aggregate_severity": {
      "namespace": "https://access.redhat.com/security/updates/classification/",
      "text": "Important"
    },
    "category": "csaf_security_advisory",
    "csaf_version": "2.0",
    "distribution": {
      "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
      "tlp": {
        "label": "WHITE",
        "url": "https://www.first.org/tlp/"
      }
    },
    "lang": "en",
    "notes": [
      {
        "category": "summary",
        "text": "An update is now available for Red Hat Ansible Automation Platform Execution Environments",
        "title": "Topic"
      },
      {
        "category": "general",
        "text": "Red Hat Ansible Automation Platform provides an enterprise framework for building, deploying and managing IT automation at scale. IT Managers can provide top-down guidelines on how automation is applied to individual teams, while automation developers retain the freedom to write tasks that leverage existing knowledge without the overhead. Ansible Automation Platform makes it possible for users across an organization to share, vet, and manage automation content by means of a simple, powerful, and agentless language.\n\nSecurity Fix(es):\n* ee-minimal-container: Jinja sandbox breakout through attr filter selecting format method (CVE-2025-27516)",
        "title": "Details"
      },
      {
        "category": "legal_disclaimer",
        "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
        "title": "Terms of Use"
      }
    ],
    "publisher": {
      "category": "vendor",
      "contact_details": "https://access.redhat.com/security/team/contact/",
      "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
      "name": "Red Hat Product Security",
      "namespace": "https://www.redhat.com"
    },
    "references": [
      {
        "category": "self",
        "summary": "https://access.redhat.com/errata/RHSA-2025:2664",
        "url": "https://access.redhat.com/errata/RHSA-2025:2664"
      },
      {
        "category": "external",
        "summary": "https://access.redhat.com/security/updates/classification/#important",
        "url": "https://access.redhat.com/security/updates/classification/#important"
      },
      {
        "category": "external",
        "summary": "2350190",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2350190"
      },
      {
        "category": "self",
        "summary": "Canonical URL",
        "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_2664.json"
      }
    ],
    "title": "Red Hat Security Advisory: Red Hat Ansible Automation Platform Execution Environments Container Release Update",
    "tracking": {
      "current_release_date": "2025-10-28T19:42:38+00:00",
      "generator": {
        "date": "2025-10-28T19:42:38+00:00",
        "engine": {
          "name": "Red Hat SDEngine",
          "version": "4.6.10"
        }
      },
      "id": "RHSA-2025:2664",
      "initial_release_date": "2025-03-11T15:12:47+00:00",
      "revision_history": [
        {
          "date": "2025-03-11T15:12:47+00:00",
          "number": "1",
          "summary": "Initial version"
        },
        {
          "date": "2025-03-11T15:12:47+00:00",
          "number": "2",
          "summary": "Last updated version"
        },
        {
          "date": "2025-10-28T19:42:38+00:00",
          "number": "3",
          "summary": "Last generated version"
        }
      ],
      "status": "final",
      "version": "3"
    }
  },
  "product_tree": {
    "branches": [
      {
        "branches": [
          {
            "branches": [
              {
                "category": "product_name",
                "name": "Ansible Automation Platform Execution Environments",
                "product": {
                  "name": "Ansible Automation Platform Execution Environments",
                  "product_id": "8Base-ansible-automation-platform-ee",
                  "product_identification_helper": {
                    "cpe": "cpe:/a:redhat:ansible_core:2::el8"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "Ansible Automation Platform Execution Environments",
                "product": {
                  "name": "Ansible Automation Platform Execution Environments",
                  "product_id": "9Base-ansible-automation-platform-ee",
                  "product_identification_helper": {
                    "cpe": "cpe:/a:redhat:ansible_core:2::el9"
                  }
                }
              }
            ],
            "category": "product_family",
            "name": "Red Hat Ansible Automation Platform"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:2268f638f8465fc1a3924bfb59d8d12933102833aaa1a574a3d56d42cb6e2f3c_arm64",
                "product": {
                  "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:2268f638f8465fc1a3924bfb59d8d12933102833aaa1a574a3d56d42cb6e2f3c_arm64",
                  "product_id": "ansible-automation-platform/ee-minimal-rhel8@sha256:2268f638f8465fc1a3924bfb59d8d12933102833aaa1a574a3d56d42cb6e2f3c_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ee-minimal-rhel8@sha256:2268f638f8465fc1a3924bfb59d8d12933102833aaa1a574a3d56d42cb6e2f3c?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform/ee-minimal-rhel8\u0026tag=2.16.14-11"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:968589546dfc97e8f771ae2ae3798d30555300faef9f3ad0f1067e9da73ebfe7_arm64",
                "product": {
                  "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:968589546dfc97e8f771ae2ae3798d30555300faef9f3ad0f1067e9da73ebfe7_arm64",
                  "product_id": "ansible-automation-platform/ee-minimal-rhel8@sha256:968589546dfc97e8f771ae2ae3798d30555300faef9f3ad0f1067e9da73ebfe7_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ee-minimal-rhel8@sha256:968589546dfc97e8f771ae2ae3798d30555300faef9f3ad0f1067e9da73ebfe7?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform/ee-minimal-rhel8\u0026tag=2.18.3-3"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform/ee-minimal-rhel9@sha256:811773321ceebdd04821bf4f4f65de2468930bae9226c49b6f2d9ff42c643e1f_arm64",
                "product": {
                  "name": "ansible-automation-platform/ee-minimal-rhel9@sha256:811773321ceebdd04821bf4f4f65de2468930bae9226c49b6f2d9ff42c643e1f_arm64",
                  "product_id": "ansible-automation-platform/ee-minimal-rhel9@sha256:811773321ceebdd04821bf4f4f65de2468930bae9226c49b6f2d9ff42c643e1f_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ee-minimal-rhel9@sha256:811773321ceebdd04821bf4f4f65de2468930bae9226c49b6f2d9ff42c643e1f?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform/ee-minimal-rhel9\u0026tag=2.16.14-12"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform/ee-minimal-rhel9@sha256:1ef0cdbe279cb8a7dd77136e3a8cf1a931e2b81e790138a9e2413f484f30486a_arm64",
                "product": {
                  "name": "ansible-automation-platform/ee-minimal-rhel9@sha256:1ef0cdbe279cb8a7dd77136e3a8cf1a931e2b81e790138a9e2413f484f30486a_arm64",
                  "product_id": "ansible-automation-platform/ee-minimal-rhel9@sha256:1ef0cdbe279cb8a7dd77136e3a8cf1a931e2b81e790138a9e2413f484f30486a_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ee-minimal-rhel9@sha256:1ef0cdbe279cb8a7dd77136e3a8cf1a931e2b81e790138a9e2413f484f30486a?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform/ee-minimal-rhel9\u0026tag=2.18.3-4"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform/ee-minimal-rhel9@sha256:44e00703f156bafcc4b7621f9abeded2291bd6b23f72fa5fa02317548ee0442f_arm64",
                "product": {
                  "name": "ansible-automation-platform/ee-minimal-rhel9@sha256:44e00703f156bafcc4b7621f9abeded2291bd6b23f72fa5fa02317548ee0442f_arm64",
                  "product_id": "ansible-automation-platform/ee-minimal-rhel9@sha256:44e00703f156bafcc4b7621f9abeded2291bd6b23f72fa5fa02317548ee0442f_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ee-minimal-rhel9@sha256:44e00703f156bafcc4b7621f9abeded2291bd6b23f72fa5fa02317548ee0442f?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform/ee-minimal-rhel9\u0026tag=2.17.9-4"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:b2ffe7dd8cfc1b0d855f9c186d85612937161dbeafd0aada4ebbc44b537a5129_arm64",
                "product": {
                  "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:b2ffe7dd8cfc1b0d855f9c186d85612937161dbeafd0aada4ebbc44b537a5129_arm64",
                  "product_id": "ansible-automation-platform/ee-minimal-rhel8@sha256:b2ffe7dd8cfc1b0d855f9c186d85612937161dbeafd0aada4ebbc44b537a5129_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ee-minimal-rhel8@sha256:b2ffe7dd8cfc1b0d855f9c186d85612937161dbeafd0aada4ebbc44b537a5129?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform/ee-minimal-rhel8\u0026tag=2.17.9-3"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "arm64"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:c4465e84a415e691948b4840bd3503353a27aa55e9f4bc4b9a9febf1dd761c53_s390x",
                "product": {
                  "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:c4465e84a415e691948b4840bd3503353a27aa55e9f4bc4b9a9febf1dd761c53_s390x",
                  "product_id": "ansible-automation-platform/ee-minimal-rhel8@sha256:c4465e84a415e691948b4840bd3503353a27aa55e9f4bc4b9a9febf1dd761c53_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ee-minimal-rhel8@sha256:c4465e84a415e691948b4840bd3503353a27aa55e9f4bc4b9a9febf1dd761c53?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform/ee-minimal-rhel8\u0026tag=2.16.14-11"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:c284059f6375cad3816752687d52aab5767b7ac72ecf3d1d3e034236c96d8283_s390x",
                "product": {
                  "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:c284059f6375cad3816752687d52aab5767b7ac72ecf3d1d3e034236c96d8283_s390x",
                  "product_id": "ansible-automation-platform/ee-minimal-rhel8@sha256:c284059f6375cad3816752687d52aab5767b7ac72ecf3d1d3e034236c96d8283_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ee-minimal-rhel8@sha256:c284059f6375cad3816752687d52aab5767b7ac72ecf3d1d3e034236c96d8283?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform/ee-minimal-rhel8\u0026tag=2.18.3-3"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform/ee-minimal-rhel9@sha256:fb35432ed348edaf67ec2f450ff77b661fb4c0c7fd5c4fa994cd0660ecbeca42_s390x",
                "product": {
                  "name": "ansible-automation-platform/ee-minimal-rhel9@sha256:fb35432ed348edaf67ec2f450ff77b661fb4c0c7fd5c4fa994cd0660ecbeca42_s390x",
                  "product_id": "ansible-automation-platform/ee-minimal-rhel9@sha256:fb35432ed348edaf67ec2f450ff77b661fb4c0c7fd5c4fa994cd0660ecbeca42_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ee-minimal-rhel9@sha256:fb35432ed348edaf67ec2f450ff77b661fb4c0c7fd5c4fa994cd0660ecbeca42?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform/ee-minimal-rhel9\u0026tag=2.16.14-12"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform/ee-minimal-rhel9@sha256:0a07747414737f0661adc9e7366920ce681d0c9fb2d1bdb7f51b2301600add4d_s390x",
                "product": {
                  "name": "ansible-automation-platform/ee-minimal-rhel9@sha256:0a07747414737f0661adc9e7366920ce681d0c9fb2d1bdb7f51b2301600add4d_s390x",
                  "product_id": "ansible-automation-platform/ee-minimal-rhel9@sha256:0a07747414737f0661adc9e7366920ce681d0c9fb2d1bdb7f51b2301600add4d_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ee-minimal-rhel9@sha256:0a07747414737f0661adc9e7366920ce681d0c9fb2d1bdb7f51b2301600add4d?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform/ee-minimal-rhel9\u0026tag=2.18.3-4"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform/ee-minimal-rhel9@sha256:9a9ce0988854f46e9e461c62ae776246e89803863a589639b7810fe41a020625_s390x",
                "product": {
                  "name": "ansible-automation-platform/ee-minimal-rhel9@sha256:9a9ce0988854f46e9e461c62ae776246e89803863a589639b7810fe41a020625_s390x",
                  "product_id": "ansible-automation-platform/ee-minimal-rhel9@sha256:9a9ce0988854f46e9e461c62ae776246e89803863a589639b7810fe41a020625_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ee-minimal-rhel9@sha256:9a9ce0988854f46e9e461c62ae776246e89803863a589639b7810fe41a020625?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform/ee-minimal-rhel9\u0026tag=2.17.9-4"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:a4b37bd6008f16bb50201e53b403558a27441d1f449c7360dc05add22ecc84eb_s390x",
                "product": {
                  "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:a4b37bd6008f16bb50201e53b403558a27441d1f449c7360dc05add22ecc84eb_s390x",
                  "product_id": "ansible-automation-platform/ee-minimal-rhel8@sha256:a4b37bd6008f16bb50201e53b403558a27441d1f449c7360dc05add22ecc84eb_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ee-minimal-rhel8@sha256:a4b37bd6008f16bb50201e53b403558a27441d1f449c7360dc05add22ecc84eb?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform/ee-minimal-rhel8\u0026tag=2.17.9-3"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "s390x"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:0978bd7762e26a69e22ba8cf07b9d7018c46756c1f2a1e84d8a873e914ddcd67_ppc64le",
                "product": {
                  "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:0978bd7762e26a69e22ba8cf07b9d7018c46756c1f2a1e84d8a873e914ddcd67_ppc64le",
                  "product_id": "ansible-automation-platform/ee-minimal-rhel8@sha256:0978bd7762e26a69e22ba8cf07b9d7018c46756c1f2a1e84d8a873e914ddcd67_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ee-minimal-rhel8@sha256:0978bd7762e26a69e22ba8cf07b9d7018c46756c1f2a1e84d8a873e914ddcd67?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform/ee-minimal-rhel8\u0026tag=2.16.14-11"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:1ec5d1ded00aeed2f86cd5017d07a769fac555f1815d1f62452f237f835b2de4_ppc64le",
                "product": {
                  "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:1ec5d1ded00aeed2f86cd5017d07a769fac555f1815d1f62452f237f835b2de4_ppc64le",
                  "product_id": "ansible-automation-platform/ee-minimal-rhel8@sha256:1ec5d1ded00aeed2f86cd5017d07a769fac555f1815d1f62452f237f835b2de4_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ee-minimal-rhel8@sha256:1ec5d1ded00aeed2f86cd5017d07a769fac555f1815d1f62452f237f835b2de4?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform/ee-minimal-rhel8\u0026tag=2.18.3-3"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform/ee-minimal-rhel9@sha256:b59aed560cfe9494bdc6b6259bfb9668e2418a3fb95b30d480bea9b0d2892e00_ppc64le",
                "product": {
                  "name": "ansible-automation-platform/ee-minimal-rhel9@sha256:b59aed560cfe9494bdc6b6259bfb9668e2418a3fb95b30d480bea9b0d2892e00_ppc64le",
                  "product_id": "ansible-automation-platform/ee-minimal-rhel9@sha256:b59aed560cfe9494bdc6b6259bfb9668e2418a3fb95b30d480bea9b0d2892e00_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ee-minimal-rhel9@sha256:b59aed560cfe9494bdc6b6259bfb9668e2418a3fb95b30d480bea9b0d2892e00?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform/ee-minimal-rhel9\u0026tag=2.16.14-12"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform/ee-minimal-rhel9@sha256:bf662124c554e7bec55229013e12ac25203a63c96e1293704b0e97bc5b48a852_ppc64le",
                "product": {
                  "name": "ansible-automation-platform/ee-minimal-rhel9@sha256:bf662124c554e7bec55229013e12ac25203a63c96e1293704b0e97bc5b48a852_ppc64le",
                  "product_id": "ansible-automation-platform/ee-minimal-rhel9@sha256:bf662124c554e7bec55229013e12ac25203a63c96e1293704b0e97bc5b48a852_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ee-minimal-rhel9@sha256:bf662124c554e7bec55229013e12ac25203a63c96e1293704b0e97bc5b48a852?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform/ee-minimal-rhel9\u0026tag=2.18.3-4"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform/ee-minimal-rhel9@sha256:e694bb0f125ae86d12a99b8c57b9c288e8d0598e04c1935c013e48f3029e0237_ppc64le",
                "product": {
                  "name": "ansible-automation-platform/ee-minimal-rhel9@sha256:e694bb0f125ae86d12a99b8c57b9c288e8d0598e04c1935c013e48f3029e0237_ppc64le",
                  "product_id": "ansible-automation-platform/ee-minimal-rhel9@sha256:e694bb0f125ae86d12a99b8c57b9c288e8d0598e04c1935c013e48f3029e0237_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ee-minimal-rhel9@sha256:e694bb0f125ae86d12a99b8c57b9c288e8d0598e04c1935c013e48f3029e0237?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform/ee-minimal-rhel9\u0026tag=2.17.9-4"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:93cfbf92aeca775c1383e5914085d54062c295ceaec38a794aee7ccc6cdf0546_ppc64le",
                "product": {
                  "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:93cfbf92aeca775c1383e5914085d54062c295ceaec38a794aee7ccc6cdf0546_ppc64le",
                  "product_id": "ansible-automation-platform/ee-minimal-rhel8@sha256:93cfbf92aeca775c1383e5914085d54062c295ceaec38a794aee7ccc6cdf0546_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ee-minimal-rhel8@sha256:93cfbf92aeca775c1383e5914085d54062c295ceaec38a794aee7ccc6cdf0546?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform/ee-minimal-rhel8\u0026tag=2.17.9-3"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "ppc64le"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:2705e1767894e966226d9214d7e14019aa5daa6b45602a2791812ec6557885b8_amd64",
                "product": {
                  "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:2705e1767894e966226d9214d7e14019aa5daa6b45602a2791812ec6557885b8_amd64",
                  "product_id": "ansible-automation-platform/ee-minimal-rhel8@sha256:2705e1767894e966226d9214d7e14019aa5daa6b45602a2791812ec6557885b8_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ee-minimal-rhel8@sha256:2705e1767894e966226d9214d7e14019aa5daa6b45602a2791812ec6557885b8?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform/ee-minimal-rhel8\u0026tag=2.16.14-11"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:4c0593a70fee5c548c5138915aef21975e55ebe401aa3fda069f904c971fa3ac_amd64",
                "product": {
                  "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:4c0593a70fee5c548c5138915aef21975e55ebe401aa3fda069f904c971fa3ac_amd64",
                  "product_id": "ansible-automation-platform/ee-minimal-rhel8@sha256:4c0593a70fee5c548c5138915aef21975e55ebe401aa3fda069f904c971fa3ac_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ee-minimal-rhel8@sha256:4c0593a70fee5c548c5138915aef21975e55ebe401aa3fda069f904c971fa3ac?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform/ee-minimal-rhel8\u0026tag=2.18.3-3"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform/ee-minimal-rhel9@sha256:0848053d441b834ac7463ae99319e31f438bf82958066fd2cd6908adbd987349_amd64",
                "product": {
                  "name": "ansible-automation-platform/ee-minimal-rhel9@sha256:0848053d441b834ac7463ae99319e31f438bf82958066fd2cd6908adbd987349_amd64",
                  "product_id": "ansible-automation-platform/ee-minimal-rhel9@sha256:0848053d441b834ac7463ae99319e31f438bf82958066fd2cd6908adbd987349_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ee-minimal-rhel9@sha256:0848053d441b834ac7463ae99319e31f438bf82958066fd2cd6908adbd987349?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform/ee-minimal-rhel9\u0026tag=2.16.14-12"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform/ee-minimal-rhel9@sha256:5339fb0ba301bb84bd6c48a885d4cfc4d6be5c83b0513fe1e3c42125163e71a6_amd64",
                "product": {
                  "name": "ansible-automation-platform/ee-minimal-rhel9@sha256:5339fb0ba301bb84bd6c48a885d4cfc4d6be5c83b0513fe1e3c42125163e71a6_amd64",
                  "product_id": "ansible-automation-platform/ee-minimal-rhel9@sha256:5339fb0ba301bb84bd6c48a885d4cfc4d6be5c83b0513fe1e3c42125163e71a6_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ee-minimal-rhel9@sha256:5339fb0ba301bb84bd6c48a885d4cfc4d6be5c83b0513fe1e3c42125163e71a6?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform/ee-minimal-rhel9\u0026tag=2.18.3-4"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform/ee-minimal-rhel9@sha256:edd88ab7b09d0f161d4dafaa6e0b2f14bd8f2f5673f6d97364390efbbccf09ef_amd64",
                "product": {
                  "name": "ansible-automation-platform/ee-minimal-rhel9@sha256:edd88ab7b09d0f161d4dafaa6e0b2f14bd8f2f5673f6d97364390efbbccf09ef_amd64",
                  "product_id": "ansible-automation-platform/ee-minimal-rhel9@sha256:edd88ab7b09d0f161d4dafaa6e0b2f14bd8f2f5673f6d97364390efbbccf09ef_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ee-minimal-rhel9@sha256:edd88ab7b09d0f161d4dafaa6e0b2f14bd8f2f5673f6d97364390efbbccf09ef?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform/ee-minimal-rhel9\u0026tag=2.17.9-4"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:bebfd69c86657754055e9cbfb62728c161cac68ed41b359e9285d8d5794839eb_amd64",
                "product": {
                  "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:bebfd69c86657754055e9cbfb62728c161cac68ed41b359e9285d8d5794839eb_amd64",
                  "product_id": "ansible-automation-platform/ee-minimal-rhel8@sha256:bebfd69c86657754055e9cbfb62728c161cac68ed41b359e9285d8d5794839eb_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ee-minimal-rhel8@sha256:bebfd69c86657754055e9cbfb62728c161cac68ed41b359e9285d8d5794839eb?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform/ee-minimal-rhel8\u0026tag=2.17.9-3"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "amd64"
          }
        ],
        "category": "vendor",
        "name": "Red Hat"
      }
    ],
    "relationships": [
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:0978bd7762e26a69e22ba8cf07b9d7018c46756c1f2a1e84d8a873e914ddcd67_ppc64le as a component of Ansible Automation Platform Execution Environments",
          "product_id": "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:0978bd7762e26a69e22ba8cf07b9d7018c46756c1f2a1e84d8a873e914ddcd67_ppc64le"
        },
        "product_reference": "ansible-automation-platform/ee-minimal-rhel8@sha256:0978bd7762e26a69e22ba8cf07b9d7018c46756c1f2a1e84d8a873e914ddcd67_ppc64le",
        "relates_to_product_reference": "8Base-ansible-automation-platform-ee"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:1ec5d1ded00aeed2f86cd5017d07a769fac555f1815d1f62452f237f835b2de4_ppc64le as a component of Ansible Automation Platform Execution Environments",
          "product_id": "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:1ec5d1ded00aeed2f86cd5017d07a769fac555f1815d1f62452f237f835b2de4_ppc64le"
        },
        "product_reference": "ansible-automation-platform/ee-minimal-rhel8@sha256:1ec5d1ded00aeed2f86cd5017d07a769fac555f1815d1f62452f237f835b2de4_ppc64le",
        "relates_to_product_reference": "8Base-ansible-automation-platform-ee"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:2268f638f8465fc1a3924bfb59d8d12933102833aaa1a574a3d56d42cb6e2f3c_arm64 as a component of Ansible Automation Platform Execution Environments",
          "product_id": "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:2268f638f8465fc1a3924bfb59d8d12933102833aaa1a574a3d56d42cb6e2f3c_arm64"
        },
        "product_reference": "ansible-automation-platform/ee-minimal-rhel8@sha256:2268f638f8465fc1a3924bfb59d8d12933102833aaa1a574a3d56d42cb6e2f3c_arm64",
        "relates_to_product_reference": "8Base-ansible-automation-platform-ee"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:2705e1767894e966226d9214d7e14019aa5daa6b45602a2791812ec6557885b8_amd64 as a component of Ansible Automation Platform Execution Environments",
          "product_id": "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:2705e1767894e966226d9214d7e14019aa5daa6b45602a2791812ec6557885b8_amd64"
        },
        "product_reference": "ansible-automation-platform/ee-minimal-rhel8@sha256:2705e1767894e966226d9214d7e14019aa5daa6b45602a2791812ec6557885b8_amd64",
        "relates_to_product_reference": "8Base-ansible-automation-platform-ee"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:4c0593a70fee5c548c5138915aef21975e55ebe401aa3fda069f904c971fa3ac_amd64 as a component of Ansible Automation Platform Execution Environments",
          "product_id": "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:4c0593a70fee5c548c5138915aef21975e55ebe401aa3fda069f904c971fa3ac_amd64"
        },
        "product_reference": "ansible-automation-platform/ee-minimal-rhel8@sha256:4c0593a70fee5c548c5138915aef21975e55ebe401aa3fda069f904c971fa3ac_amd64",
        "relates_to_product_reference": "8Base-ansible-automation-platform-ee"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:93cfbf92aeca775c1383e5914085d54062c295ceaec38a794aee7ccc6cdf0546_ppc64le as a component of Ansible Automation Platform Execution Environments",
          "product_id": "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:93cfbf92aeca775c1383e5914085d54062c295ceaec38a794aee7ccc6cdf0546_ppc64le"
        },
        "product_reference": "ansible-automation-platform/ee-minimal-rhel8@sha256:93cfbf92aeca775c1383e5914085d54062c295ceaec38a794aee7ccc6cdf0546_ppc64le",
        "relates_to_product_reference": "8Base-ansible-automation-platform-ee"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:968589546dfc97e8f771ae2ae3798d30555300faef9f3ad0f1067e9da73ebfe7_arm64 as a component of Ansible Automation Platform Execution Environments",
          "product_id": "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:968589546dfc97e8f771ae2ae3798d30555300faef9f3ad0f1067e9da73ebfe7_arm64"
        },
        "product_reference": "ansible-automation-platform/ee-minimal-rhel8@sha256:968589546dfc97e8f771ae2ae3798d30555300faef9f3ad0f1067e9da73ebfe7_arm64",
        "relates_to_product_reference": "8Base-ansible-automation-platform-ee"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:a4b37bd6008f16bb50201e53b403558a27441d1f449c7360dc05add22ecc84eb_s390x as a component of Ansible Automation Platform Execution Environments",
          "product_id": "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:a4b37bd6008f16bb50201e53b403558a27441d1f449c7360dc05add22ecc84eb_s390x"
        },
        "product_reference": "ansible-automation-platform/ee-minimal-rhel8@sha256:a4b37bd6008f16bb50201e53b403558a27441d1f449c7360dc05add22ecc84eb_s390x",
        "relates_to_product_reference": "8Base-ansible-automation-platform-ee"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:b2ffe7dd8cfc1b0d855f9c186d85612937161dbeafd0aada4ebbc44b537a5129_arm64 as a component of Ansible Automation Platform Execution Environments",
          "product_id": "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:b2ffe7dd8cfc1b0d855f9c186d85612937161dbeafd0aada4ebbc44b537a5129_arm64"
        },
        "product_reference": "ansible-automation-platform/ee-minimal-rhel8@sha256:b2ffe7dd8cfc1b0d855f9c186d85612937161dbeafd0aada4ebbc44b537a5129_arm64",
        "relates_to_product_reference": "8Base-ansible-automation-platform-ee"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:bebfd69c86657754055e9cbfb62728c161cac68ed41b359e9285d8d5794839eb_amd64 as a component of Ansible Automation Platform Execution Environments",
          "product_id": "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:bebfd69c86657754055e9cbfb62728c161cac68ed41b359e9285d8d5794839eb_amd64"
        },
        "product_reference": "ansible-automation-platform/ee-minimal-rhel8@sha256:bebfd69c86657754055e9cbfb62728c161cac68ed41b359e9285d8d5794839eb_amd64",
        "relates_to_product_reference": "8Base-ansible-automation-platform-ee"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:c284059f6375cad3816752687d52aab5767b7ac72ecf3d1d3e034236c96d8283_s390x as a component of Ansible Automation Platform Execution Environments",
          "product_id": "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:c284059f6375cad3816752687d52aab5767b7ac72ecf3d1d3e034236c96d8283_s390x"
        },
        "product_reference": "ansible-automation-platform/ee-minimal-rhel8@sha256:c284059f6375cad3816752687d52aab5767b7ac72ecf3d1d3e034236c96d8283_s390x",
        "relates_to_product_reference": "8Base-ansible-automation-platform-ee"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:c4465e84a415e691948b4840bd3503353a27aa55e9f4bc4b9a9febf1dd761c53_s390x as a component of Ansible Automation Platform Execution Environments",
          "product_id": "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:c4465e84a415e691948b4840bd3503353a27aa55e9f4bc4b9a9febf1dd761c53_s390x"
        },
        "product_reference": "ansible-automation-platform/ee-minimal-rhel8@sha256:c4465e84a415e691948b4840bd3503353a27aa55e9f4bc4b9a9febf1dd761c53_s390x",
        "relates_to_product_reference": "8Base-ansible-automation-platform-ee"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform/ee-minimal-rhel9@sha256:0848053d441b834ac7463ae99319e31f438bf82958066fd2cd6908adbd987349_amd64 as a component of Ansible Automation Platform Execution Environments",
          "product_id": "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:0848053d441b834ac7463ae99319e31f438bf82958066fd2cd6908adbd987349_amd64"
        },
        "product_reference": "ansible-automation-platform/ee-minimal-rhel9@sha256:0848053d441b834ac7463ae99319e31f438bf82958066fd2cd6908adbd987349_amd64",
        "relates_to_product_reference": "9Base-ansible-automation-platform-ee"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform/ee-minimal-rhel9@sha256:0a07747414737f0661adc9e7366920ce681d0c9fb2d1bdb7f51b2301600add4d_s390x as a component of Ansible Automation Platform Execution Environments",
          "product_id": "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:0a07747414737f0661adc9e7366920ce681d0c9fb2d1bdb7f51b2301600add4d_s390x"
        },
        "product_reference": "ansible-automation-platform/ee-minimal-rhel9@sha256:0a07747414737f0661adc9e7366920ce681d0c9fb2d1bdb7f51b2301600add4d_s390x",
        "relates_to_product_reference": "9Base-ansible-automation-platform-ee"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform/ee-minimal-rhel9@sha256:1ef0cdbe279cb8a7dd77136e3a8cf1a931e2b81e790138a9e2413f484f30486a_arm64 as a component of Ansible Automation Platform Execution Environments",
          "product_id": "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:1ef0cdbe279cb8a7dd77136e3a8cf1a931e2b81e790138a9e2413f484f30486a_arm64"
        },
        "product_reference": "ansible-automation-platform/ee-minimal-rhel9@sha256:1ef0cdbe279cb8a7dd77136e3a8cf1a931e2b81e790138a9e2413f484f30486a_arm64",
        "relates_to_product_reference": "9Base-ansible-automation-platform-ee"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform/ee-minimal-rhel9@sha256:44e00703f156bafcc4b7621f9abeded2291bd6b23f72fa5fa02317548ee0442f_arm64 as a component of Ansible Automation Platform Execution Environments",
          "product_id": "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:44e00703f156bafcc4b7621f9abeded2291bd6b23f72fa5fa02317548ee0442f_arm64"
        },
        "product_reference": "ansible-automation-platform/ee-minimal-rhel9@sha256:44e00703f156bafcc4b7621f9abeded2291bd6b23f72fa5fa02317548ee0442f_arm64",
        "relates_to_product_reference": "9Base-ansible-automation-platform-ee"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform/ee-minimal-rhel9@sha256:5339fb0ba301bb84bd6c48a885d4cfc4d6be5c83b0513fe1e3c42125163e71a6_amd64 as a component of Ansible Automation Platform Execution Environments",
          "product_id": "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:5339fb0ba301bb84bd6c48a885d4cfc4d6be5c83b0513fe1e3c42125163e71a6_amd64"
        },
        "product_reference": "ansible-automation-platform/ee-minimal-rhel9@sha256:5339fb0ba301bb84bd6c48a885d4cfc4d6be5c83b0513fe1e3c42125163e71a6_amd64",
        "relates_to_product_reference": "9Base-ansible-automation-platform-ee"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform/ee-minimal-rhel9@sha256:811773321ceebdd04821bf4f4f65de2468930bae9226c49b6f2d9ff42c643e1f_arm64 as a component of Ansible Automation Platform Execution Environments",
          "product_id": "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:811773321ceebdd04821bf4f4f65de2468930bae9226c49b6f2d9ff42c643e1f_arm64"
        },
        "product_reference": "ansible-automation-platform/ee-minimal-rhel9@sha256:811773321ceebdd04821bf4f4f65de2468930bae9226c49b6f2d9ff42c643e1f_arm64",
        "relates_to_product_reference": "9Base-ansible-automation-platform-ee"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform/ee-minimal-rhel9@sha256:9a9ce0988854f46e9e461c62ae776246e89803863a589639b7810fe41a020625_s390x as a component of Ansible Automation Platform Execution Environments",
          "product_id": "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:9a9ce0988854f46e9e461c62ae776246e89803863a589639b7810fe41a020625_s390x"
        },
        "product_reference": "ansible-automation-platform/ee-minimal-rhel9@sha256:9a9ce0988854f46e9e461c62ae776246e89803863a589639b7810fe41a020625_s390x",
        "relates_to_product_reference": "9Base-ansible-automation-platform-ee"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform/ee-minimal-rhel9@sha256:b59aed560cfe9494bdc6b6259bfb9668e2418a3fb95b30d480bea9b0d2892e00_ppc64le as a component of Ansible Automation Platform Execution Environments",
          "product_id": "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:b59aed560cfe9494bdc6b6259bfb9668e2418a3fb95b30d480bea9b0d2892e00_ppc64le"
        },
        "product_reference": "ansible-automation-platform/ee-minimal-rhel9@sha256:b59aed560cfe9494bdc6b6259bfb9668e2418a3fb95b30d480bea9b0d2892e00_ppc64le",
        "relates_to_product_reference": "9Base-ansible-automation-platform-ee"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform/ee-minimal-rhel9@sha256:bf662124c554e7bec55229013e12ac25203a63c96e1293704b0e97bc5b48a852_ppc64le as a component of Ansible Automation Platform Execution Environments",
          "product_id": "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:bf662124c554e7bec55229013e12ac25203a63c96e1293704b0e97bc5b48a852_ppc64le"
        },
        "product_reference": "ansible-automation-platform/ee-minimal-rhel9@sha256:bf662124c554e7bec55229013e12ac25203a63c96e1293704b0e97bc5b48a852_ppc64le",
        "relates_to_product_reference": "9Base-ansible-automation-platform-ee"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform/ee-minimal-rhel9@sha256:e694bb0f125ae86d12a99b8c57b9c288e8d0598e04c1935c013e48f3029e0237_ppc64le as a component of Ansible Automation Platform Execution Environments",
          "product_id": "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:e694bb0f125ae86d12a99b8c57b9c288e8d0598e04c1935c013e48f3029e0237_ppc64le"
        },
        "product_reference": "ansible-automation-platform/ee-minimal-rhel9@sha256:e694bb0f125ae86d12a99b8c57b9c288e8d0598e04c1935c013e48f3029e0237_ppc64le",
        "relates_to_product_reference": "9Base-ansible-automation-platform-ee"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform/ee-minimal-rhel9@sha256:edd88ab7b09d0f161d4dafaa6e0b2f14bd8f2f5673f6d97364390efbbccf09ef_amd64 as a component of Ansible Automation Platform Execution Environments",
          "product_id": "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:edd88ab7b09d0f161d4dafaa6e0b2f14bd8f2f5673f6d97364390efbbccf09ef_amd64"
        },
        "product_reference": "ansible-automation-platform/ee-minimal-rhel9@sha256:edd88ab7b09d0f161d4dafaa6e0b2f14bd8f2f5673f6d97364390efbbccf09ef_amd64",
        "relates_to_product_reference": "9Base-ansible-automation-platform-ee"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ansible-automation-platform/ee-minimal-rhel9@sha256:fb35432ed348edaf67ec2f450ff77b661fb4c0c7fd5c4fa994cd0660ecbeca42_s390x as a component of Ansible Automation Platform Execution Environments",
          "product_id": "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:fb35432ed348edaf67ec2f450ff77b661fb4c0c7fd5c4fa994cd0660ecbeca42_s390x"
        },
        "product_reference": "ansible-automation-platform/ee-minimal-rhel9@sha256:fb35432ed348edaf67ec2f450ff77b661fb4c0c7fd5c4fa994cd0660ecbeca42_s390x",
        "relates_to_product_reference": "9Base-ansible-automation-platform-ee"
      }
    ]
  },
  "vulnerabilities": [
    {
      "cve": "CVE-2025-27516",
      "cwe": {
        "id": "CWE-1336",
        "name": "Improper Neutralization of Special Elements Used in a Template Engine"
      },
      "discovery_date": "2025-03-05T21:01:07.674606+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2350190"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in Jinja. In affected versions, an oversight in how the Jinja sandboxed environment interacts with the `|attr` filter allows an attacker who controls the content of a template to execute arbitrary Python code. To exploit the vulnerability, an attacker needs to control the content of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications that execute untrusted templates. Jinja\u0027s sandbox does catch calls to `str.format` and ensures they don\u0027t escape the sandbox. However, it\u0027s possible to use the `|attr` filter to get a reference to a string\u0027s plain format method, bypassing the sandbox.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "jinja2: Jinja sandbox breakout through attr filter selecting format method",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "This vulnerability is rated as important severity due to the potential for an attacker to bypass Jinja\u0027s sandbox by exploiting the |attr filter, by controlling template content, an attacker can execute arbitrary Python code, impacting the integrity, confidentiality, and availability of the system. While the attack requires user interaction to trigger untrusted templates, the risk is significant in applications that allow such templates to be executed.",
          "title": "Statement"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:0978bd7762e26a69e22ba8cf07b9d7018c46756c1f2a1e84d8a873e914ddcd67_ppc64le",
          "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:1ec5d1ded00aeed2f86cd5017d07a769fac555f1815d1f62452f237f835b2de4_ppc64le",
          "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:2268f638f8465fc1a3924bfb59d8d12933102833aaa1a574a3d56d42cb6e2f3c_arm64",
          "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:2705e1767894e966226d9214d7e14019aa5daa6b45602a2791812ec6557885b8_amd64",
          "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:4c0593a70fee5c548c5138915aef21975e55ebe401aa3fda069f904c971fa3ac_amd64",
          "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:93cfbf92aeca775c1383e5914085d54062c295ceaec38a794aee7ccc6cdf0546_ppc64le",
          "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:968589546dfc97e8f771ae2ae3798d30555300faef9f3ad0f1067e9da73ebfe7_arm64",
          "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:a4b37bd6008f16bb50201e53b403558a27441d1f449c7360dc05add22ecc84eb_s390x",
          "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:b2ffe7dd8cfc1b0d855f9c186d85612937161dbeafd0aada4ebbc44b537a5129_arm64",
          "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:bebfd69c86657754055e9cbfb62728c161cac68ed41b359e9285d8d5794839eb_amd64",
          "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:c284059f6375cad3816752687d52aab5767b7ac72ecf3d1d3e034236c96d8283_s390x",
          "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:c4465e84a415e691948b4840bd3503353a27aa55e9f4bc4b9a9febf1dd761c53_s390x",
          "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:0848053d441b834ac7463ae99319e31f438bf82958066fd2cd6908adbd987349_amd64",
          "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:0a07747414737f0661adc9e7366920ce681d0c9fb2d1bdb7f51b2301600add4d_s390x",
          "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:1ef0cdbe279cb8a7dd77136e3a8cf1a931e2b81e790138a9e2413f484f30486a_arm64",
          "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:44e00703f156bafcc4b7621f9abeded2291bd6b23f72fa5fa02317548ee0442f_arm64",
          "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:5339fb0ba301bb84bd6c48a885d4cfc4d6be5c83b0513fe1e3c42125163e71a6_amd64",
          "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:811773321ceebdd04821bf4f4f65de2468930bae9226c49b6f2d9ff42c643e1f_arm64",
          "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:9a9ce0988854f46e9e461c62ae776246e89803863a589639b7810fe41a020625_s390x",
          "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:b59aed560cfe9494bdc6b6259bfb9668e2418a3fb95b30d480bea9b0d2892e00_ppc64le",
          "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:bf662124c554e7bec55229013e12ac25203a63c96e1293704b0e97bc5b48a852_ppc64le",
          "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:e694bb0f125ae86d12a99b8c57b9c288e8d0598e04c1935c013e48f3029e0237_ppc64le",
          "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:edd88ab7b09d0f161d4dafaa6e0b2f14bd8f2f5673f6d97364390efbbccf09ef_amd64",
          "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:fb35432ed348edaf67ec2f450ff77b661fb4c0c7fd5c4fa994cd0660ecbeca42_s390x"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2025-27516"
        },
        {
          "category": "external",
          "summary": "RHBZ#2350190",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2350190"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2025-27516",
          "url": "https://www.cve.org/CVERecord?id=CVE-2025-27516"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-27516",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-27516"
        },
        {
          "category": "external",
          "summary": "https://github.com/pallets/jinja/commit/90457bbf33b8662926ae65cdde4c4c32e756e403",
          "url": "https://github.com/pallets/jinja/commit/90457bbf33b8662926ae65cdde4c4c32e756e403"
        },
        {
          "category": "external",
          "summary": "https://github.com/pallets/jinja/security/advisories/GHSA-cpwx-vrp4-4pq7",
          "url": "https://github.com/pallets/jinja/security/advisories/GHSA-cpwx-vrp4-4pq7"
        }
      ],
      "release_date": "2025-03-05T20:40:06.568000+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2025-03-11T15:12:47+00:00",
          "details": "Red Hat Ansible Automation Platform Execution Environments",
          "product_ids": [
            "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:0978bd7762e26a69e22ba8cf07b9d7018c46756c1f2a1e84d8a873e914ddcd67_ppc64le",
            "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:1ec5d1ded00aeed2f86cd5017d07a769fac555f1815d1f62452f237f835b2de4_ppc64le",
            "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:2268f638f8465fc1a3924bfb59d8d12933102833aaa1a574a3d56d42cb6e2f3c_arm64",
            "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:2705e1767894e966226d9214d7e14019aa5daa6b45602a2791812ec6557885b8_amd64",
            "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:4c0593a70fee5c548c5138915aef21975e55ebe401aa3fda069f904c971fa3ac_amd64",
            "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:93cfbf92aeca775c1383e5914085d54062c295ceaec38a794aee7ccc6cdf0546_ppc64le",
            "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:968589546dfc97e8f771ae2ae3798d30555300faef9f3ad0f1067e9da73ebfe7_arm64",
            "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:a4b37bd6008f16bb50201e53b403558a27441d1f449c7360dc05add22ecc84eb_s390x",
            "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:b2ffe7dd8cfc1b0d855f9c186d85612937161dbeafd0aada4ebbc44b537a5129_arm64",
            "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:bebfd69c86657754055e9cbfb62728c161cac68ed41b359e9285d8d5794839eb_amd64",
            "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:c284059f6375cad3816752687d52aab5767b7ac72ecf3d1d3e034236c96d8283_s390x",
            "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:c4465e84a415e691948b4840bd3503353a27aa55e9f4bc4b9a9febf1dd761c53_s390x",
            "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:0848053d441b834ac7463ae99319e31f438bf82958066fd2cd6908adbd987349_amd64",
            "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:0a07747414737f0661adc9e7366920ce681d0c9fb2d1bdb7f51b2301600add4d_s390x",
            "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:1ef0cdbe279cb8a7dd77136e3a8cf1a931e2b81e790138a9e2413f484f30486a_arm64",
            "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:44e00703f156bafcc4b7621f9abeded2291bd6b23f72fa5fa02317548ee0442f_arm64",
            "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:5339fb0ba301bb84bd6c48a885d4cfc4d6be5c83b0513fe1e3c42125163e71a6_amd64",
            "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:811773321ceebdd04821bf4f4f65de2468930bae9226c49b6f2d9ff42c643e1f_arm64",
            "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:9a9ce0988854f46e9e461c62ae776246e89803863a589639b7810fe41a020625_s390x",
            "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:b59aed560cfe9494bdc6b6259bfb9668e2418a3fb95b30d480bea9b0d2892e00_ppc64le",
            "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:bf662124c554e7bec55229013e12ac25203a63c96e1293704b0e97bc5b48a852_ppc64le",
            "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:e694bb0f125ae86d12a99b8c57b9c288e8d0598e04c1935c013e48f3029e0237_ppc64le",
            "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:edd88ab7b09d0f161d4dafaa6e0b2f14bd8f2f5673f6d97364390efbbccf09ef_amd64",
            "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:fb35432ed348edaf67ec2f450ff77b661fb4c0c7fd5c4fa994cd0660ecbeca42_s390x"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2025:2664"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "LOCAL",
            "availabilityImpact": "HIGH",
            "baseScore": 7.3,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "HIGH",
            "privilegesRequired": "LOW",
            "scope": "UNCHANGED",
            "userInteraction": "REQUIRED",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:0978bd7762e26a69e22ba8cf07b9d7018c46756c1f2a1e84d8a873e914ddcd67_ppc64le",
            "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:1ec5d1ded00aeed2f86cd5017d07a769fac555f1815d1f62452f237f835b2de4_ppc64le",
            "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:2268f638f8465fc1a3924bfb59d8d12933102833aaa1a574a3d56d42cb6e2f3c_arm64",
            "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:2705e1767894e966226d9214d7e14019aa5daa6b45602a2791812ec6557885b8_amd64",
            "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:4c0593a70fee5c548c5138915aef21975e55ebe401aa3fda069f904c971fa3ac_amd64",
            "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:93cfbf92aeca775c1383e5914085d54062c295ceaec38a794aee7ccc6cdf0546_ppc64le",
            "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:968589546dfc97e8f771ae2ae3798d30555300faef9f3ad0f1067e9da73ebfe7_arm64",
            "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:a4b37bd6008f16bb50201e53b403558a27441d1f449c7360dc05add22ecc84eb_s390x",
            "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:b2ffe7dd8cfc1b0d855f9c186d85612937161dbeafd0aada4ebbc44b537a5129_arm64",
            "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:bebfd69c86657754055e9cbfb62728c161cac68ed41b359e9285d8d5794839eb_amd64",
            "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:c284059f6375cad3816752687d52aab5767b7ac72ecf3d1d3e034236c96d8283_s390x",
            "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:c4465e84a415e691948b4840bd3503353a27aa55e9f4bc4b9a9febf1dd761c53_s390x",
            "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:0848053d441b834ac7463ae99319e31f438bf82958066fd2cd6908adbd987349_amd64",
            "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:0a07747414737f0661adc9e7366920ce681d0c9fb2d1bdb7f51b2301600add4d_s390x",
            "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:1ef0cdbe279cb8a7dd77136e3a8cf1a931e2b81e790138a9e2413f484f30486a_arm64",
            "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:44e00703f156bafcc4b7621f9abeded2291bd6b23f72fa5fa02317548ee0442f_arm64",
            "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:5339fb0ba301bb84bd6c48a885d4cfc4d6be5c83b0513fe1e3c42125163e71a6_amd64",
            "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:811773321ceebdd04821bf4f4f65de2468930bae9226c49b6f2d9ff42c643e1f_arm64",
            "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:9a9ce0988854f46e9e461c62ae776246e89803863a589639b7810fe41a020625_s390x",
            "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:b59aed560cfe9494bdc6b6259bfb9668e2418a3fb95b30d480bea9b0d2892e00_ppc64le",
            "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:bf662124c554e7bec55229013e12ac25203a63c96e1293704b0e97bc5b48a852_ppc64le",
            "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:e694bb0f125ae86d12a99b8c57b9c288e8d0598e04c1935c013e48f3029e0237_ppc64le",
            "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:edd88ab7b09d0f161d4dafaa6e0b2f14bd8f2f5673f6d97364390efbbccf09ef_amd64",
            "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:fb35432ed348edaf67ec2f450ff77b661fb4c0c7fd5c4fa994cd0660ecbeca42_s390x"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Important"
        }
      ],
      "title": "jinja2: Jinja sandbox breakout through attr filter selecting format method"
    }
  ]
}
  rhsa-2025:3374
Vulnerability from csaf_redhat
Notes
{
  "document": {
    "aggregate_severity": {
      "namespace": "https://access.redhat.com/security/updates/classification/",
      "text": "Important"
    },
    "category": "csaf_security_advisory",
    "csaf_version": "2.0",
    "distribution": {
      "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
      "tlp": {
        "label": "WHITE",
        "url": "https://www.first.org/tlp/"
      }
    },
    "lang": "en",
    "notes": [
      {
        "category": "summary",
        "text": "Red Hat Developer Hub 1.5.1 has been released.",
        "title": "Topic"
      },
      {
        "category": "general",
        "text": "Red Hat Developer Hub (RHDH) is Red Hat\u0027s enterprise-grade, self-managed, customizable developer portal based on Backstage.io. RHDH is supported on OpenShift and other major Kubernetes clusters (AKS, EKS, GKE). The core features of RHDH include a single pane of glass, a centralized software catalog, self-service via golden path templates, and Tech Docs. RHDH is extensible by plugins.",
        "title": "Details"
      },
      {
        "category": "legal_disclaimer",
        "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
        "title": "Terms of Use"
      }
    ],
    "publisher": {
      "category": "vendor",
      "contact_details": "https://access.redhat.com/security/team/contact/",
      "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
      "name": "Red Hat Product Security",
      "namespace": "https://www.redhat.com"
    },
    "references": [
      {
        "category": "self",
        "summary": "https://access.redhat.com/errata/RHSA-2025:3374",
        "url": "https://access.redhat.com/errata/RHSA-2025:3374"
      },
      {
        "category": "external",
        "summary": "https://access.redhat.com/security/cve/CVE-2024-45338",
        "url": "https://access.redhat.com/security/cve/CVE-2024-45338"
      },
      {
        "category": "external",
        "summary": "https://access.redhat.com/security/cve/CVE-2024-47068",
        "url": "https://access.redhat.com/security/cve/CVE-2024-47068"
      },
      {
        "category": "external",
        "summary": "https://access.redhat.com/security/cve/CVE-2024-52798",
        "url": "https://access.redhat.com/security/cve/CVE-2024-52798"
      },
      {
        "category": "external",
        "summary": "https://access.redhat.com/security/cve/CVE-2024-55565",
        "url": "https://access.redhat.com/security/cve/CVE-2024-55565"
      },
      {
        "category": "external",
        "summary": "https://access.redhat.com/security/cve/CVE-2024-56201",
        "url": "https://access.redhat.com/security/cve/CVE-2024-56201"
      },
      {
        "category": "external",
        "summary": "https://access.redhat.com/security/cve/CVE-2024-56326",
        "url": "https://access.redhat.com/security/cve/CVE-2024-56326"
      },
      {
        "category": "external",
        "summary": "https://access.redhat.com/security/cve/CVE-2024-56334",
        "url": "https://access.redhat.com/security/cve/CVE-2024-56334"
      },
      {
        "category": "external",
        "summary": "https://access.redhat.com/security/cve/CVE-2025-22150",
        "url": "https://access.redhat.com/security/cve/CVE-2025-22150"
      },
      {
        "category": "external",
        "summary": "https://access.redhat.com/security/cve/CVE-2025-29774",
        "url": "https://access.redhat.com/security/cve/CVE-2025-29774"
      },
      {
        "category": "external",
        "summary": "https://access.redhat.com/security/cve/CVE-2025-29775",
        "url": "https://access.redhat.com/security/cve/CVE-2025-29775"
      },
      {
        "category": "external",
        "summary": "https://access.redhat.com/security/cve/cve-2025-27516",
        "url": "https://access.redhat.com/security/cve/cve-2025-27516"
      },
      {
        "category": "external",
        "summary": "https://access.redhat.com/security/updates/classification/",
        "url": "https://access.redhat.com/security/updates/classification/"
      },
      {
        "category": "external",
        "summary": "https://catalog.redhat.com/search?gs\u0026searchType=containers\u0026q=rhdh",
        "url": "https://catalog.redhat.com/search?gs\u0026searchType=containers\u0026q=rhdh"
      },
      {
        "category": "external",
        "summary": "https://developers.redhat.com/rhdh/overview",
        "url": "https://developers.redhat.com/rhdh/overview"
      },
      {
        "category": "external",
        "summary": "https://docs.redhat.com/en/documentation/red_hat_developer_hub",
        "url": "https://docs.redhat.com/en/documentation/red_hat_developer_hub"
      },
      {
        "category": "self",
        "summary": "Canonical URL",
        "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_3374.json"
      }
    ],
    "title": "Red Hat Security Advisory: Red Hat Developer Hub 1.5.1 release.",
    "tracking": {
      "current_release_date": "2025-10-31T12:53:00+00:00",
      "generator": {
        "date": "2025-10-31T12:53:00+00:00",
        "engine": {
          "name": "Red Hat SDEngine",
          "version": "4.6.10"
        }
      },
      "id": "RHSA-2025:3374",
      "initial_release_date": "2025-03-27T20:51:32+00:00",
      "revision_history": [
        {
          "date": "2025-03-27T20:51:32+00:00",
          "number": "1",
          "summary": "Initial version"
        },
        {
          "date": "2025-04-04T11:00:58+00:00",
          "number": "2",
          "summary": "Last updated version"
        },
        {
          "date": "2025-10-31T12:53:00+00:00",
          "number": "3",
          "summary": "Last generated version"
        }
      ],
      "status": "final",
      "version": "3"
    }
  },
  "product_tree": {
    "branches": [
      {
        "branches": [
          {
            "branches": [
              {
                "category": "product_name",
                "name": "Red Hat Developer Hub 1.5",
                "product": {
                  "name": "Red Hat Developer Hub 1.5",
                  "product_id": "Red Hat Developer Hub 1.5",
                  "product_identification_helper": {
                    "cpe": "cpe:/a:redhat:rhdh:1.5::el9"
                  }
                }
              }
            ],
            "category": "product_family",
            "name": "Red Hat Developer Hub"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:56bfbb2328f42e91d0462e142f3434e5d771737defbc07d8a21dbdf50e468665_amd64",
                "product": {
                  "name": "registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:56bfbb2328f42e91d0462e142f3434e5d771737defbc07d8a21dbdf50e468665_amd64",
                  "product_id": "registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:56bfbb2328f42e91d0462e142f3434e5d771737defbc07d8a21dbdf50e468665_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/rhdh-hub-rhel9@sha256%3A56bfbb2328f42e91d0462e142f3434e5d771737defbc07d8a21dbdf50e468665?arch=amd64\u0026repository_url=registry.redhat.io/rhdh"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:fb4e2008ce87732246bebff004496125f7562b10a60f01eda658e4266d9d0158_amd64",
                "product": {
                  "name": "registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:fb4e2008ce87732246bebff004496125f7562b10a60f01eda658e4266d9d0158_amd64",
                  "product_id": "registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:fb4e2008ce87732246bebff004496125f7562b10a60f01eda658e4266d9d0158_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/rhdh-rhel9-operator@sha256%3Afb4e2008ce87732246bebff004496125f7562b10a60f01eda658e4266d9d0158?arch=amd64\u0026repository_url=registry.redhat.io/rhdh"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:c870eb3d17807a9d04011df5244ea39db66af76aefd0af68244c95ed8322d8b5_amd64",
                "product": {
                  "name": "registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:c870eb3d17807a9d04011df5244ea39db66af76aefd0af68244c95ed8322d8b5_amd64",
                  "product_id": "registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:c870eb3d17807a9d04011df5244ea39db66af76aefd0af68244c95ed8322d8b5_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/rhdh-operator-bundle@sha256%3Ac870eb3d17807a9d04011df5244ea39db66af76aefd0af68244c95ed8322d8b5?arch=amd64\u0026repository_url=registry.redhat.io/rhdh"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "amd64"
          }
        ],
        "category": "vendor",
        "name": "Red Hat"
      }
    ],
    "relationships": [
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:56bfbb2328f42e91d0462e142f3434e5d771737defbc07d8a21dbdf50e468665_amd64 as a component of Red Hat Developer Hub 1.5",
          "product_id": "Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:56bfbb2328f42e91d0462e142f3434e5d771737defbc07d8a21dbdf50e468665_amd64"
        },
        "product_reference": "registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:56bfbb2328f42e91d0462e142f3434e5d771737defbc07d8a21dbdf50e468665_amd64",
        "relates_to_product_reference": "Red Hat Developer Hub 1.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:c870eb3d17807a9d04011df5244ea39db66af76aefd0af68244c95ed8322d8b5_amd64 as a component of Red Hat Developer Hub 1.5",
          "product_id": "Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:c870eb3d17807a9d04011df5244ea39db66af76aefd0af68244c95ed8322d8b5_amd64"
        },
        "product_reference": "registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:c870eb3d17807a9d04011df5244ea39db66af76aefd0af68244c95ed8322d8b5_amd64",
        "relates_to_product_reference": "Red Hat Developer Hub 1.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:fb4e2008ce87732246bebff004496125f7562b10a60f01eda658e4266d9d0158_amd64 as a component of Red Hat Developer Hub 1.5",
          "product_id": "Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:fb4e2008ce87732246bebff004496125f7562b10a60f01eda658e4266d9d0158_amd64"
        },
        "product_reference": "registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:fb4e2008ce87732246bebff004496125f7562b10a60f01eda658e4266d9d0158_amd64",
        "relates_to_product_reference": "Red Hat Developer Hub 1.5"
      }
    ]
  },
  "vulnerabilities": [
    {
      "cve": "CVE-2024-45338",
      "cwe": {
        "id": "CWE-770",
        "name": "Allocation of Resources Without Limits or Throttling"
      },
      "discovery_date": "2024-12-18T21:00:59.938173+00:00",
      "flags": [
        {
          "label": "vulnerable_code_not_present",
          "product_ids": [
            "Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:56bfbb2328f42e91d0462e142f3434e5d771737defbc07d8a21dbdf50e468665_amd64",
            "Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:c870eb3d17807a9d04011df5244ea39db66af76aefd0af68244c95ed8322d8b5_amd64"
          ]
        }
      ],
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2333122"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in golang.org/x/net/html. This flaw allows an attacker to craft input to the parse functions that would be processed non-linearly with respect to its length, resulting in extremely slow parsing. This issue can cause a denial of service.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "This vulnerability is rated as an Important severity because an attacker can craft malicious input that causes the parsing functions to process data non-linearly, resulting in significant delays which leads to a denial of service by exhausting system resources.",
          "title": "Statement"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:fb4e2008ce87732246bebff004496125f7562b10a60f01eda658e4266d9d0158_amd64"
        ],
        "known_not_affected": [
          "Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:56bfbb2328f42e91d0462e142f3434e5d771737defbc07d8a21dbdf50e468665_amd64",
          "Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:c870eb3d17807a9d04011df5244ea39db66af76aefd0af68244c95ed8322d8b5_amd64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2024-45338"
        },
        {
          "category": "external",
          "summary": "RHBZ#2333122",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333122"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2024-45338",
          "url": "https://www.cve.org/CVERecord?id=CVE-2024-45338"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45338",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45338"
        },
        {
          "category": "external",
          "summary": "https://go.dev/cl/637536",
          "url": "https://go.dev/cl/637536"
        },
        {
          "category": "external",
          "summary": "https://go.dev/issue/70906",
          "url": "https://go.dev/issue/70906"
        },
        {
          "category": "external",
          "summary": "https://groups.google.com/g/golang-announce/c/wSCRmFnNmPA/m/Lvcd0mRMAwAJ",
          "url": "https://groups.google.com/g/golang-announce/c/wSCRmFnNmPA/m/Lvcd0mRMAwAJ"
        },
        {
          "category": "external",
          "summary": "https://pkg.go.dev/vuln/GO-2024-3333",
          "url": "https://pkg.go.dev/vuln/GO-2024-3333"
        }
      ],
      "release_date": "2024-12-18T20:38:22.660000+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2025-03-27T20:51:32+00:00",
          "details": "For more about Red Hat Developer Hub, see References links",
          "product_ids": [
            "Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:fb4e2008ce87732246bebff004496125f7562b10a60f01eda658e4266d9d0158_amd64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2025:3374"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "HIGH",
            "baseScore": 7.5,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:56bfbb2328f42e91d0462e142f3434e5d771737defbc07d8a21dbdf50e468665_amd64",
            "Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:c870eb3d17807a9d04011df5244ea39db66af76aefd0af68244c95ed8322d8b5_amd64",
            "Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:fb4e2008ce87732246bebff004496125f7562b10a60f01eda658e4266d9d0158_amd64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Important"
        }
      ],
      "title": "golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html"
    },
    {
      "cve": "CVE-2024-47068",
      "cwe": {
        "id": "CWE-79",
        "name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
      },
      "discovery_date": "2024-09-23T16:20:20.383320+00:00",
      "flags": [
        {
          "label": "vulnerable_code_not_present",
          "product_ids": [
            "Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:c870eb3d17807a9d04011df5244ea39db66af76aefd0af68244c95ed8322d8b5_amd64",
            "Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:fb4e2008ce87732246bebff004496125f7562b10a60f01eda658e4266d9d0158_amd64"
          ]
        }
      ],
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2314249"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in the Rollup module bundler for JavaScript. Certain versions are susceptible to a DOM Clobbering vulnerability when bundling scripts with properties from `import.meta` such as `import.meta.url` in the `cjs`/`umd`/`iife` format. The DOM Clobbering gadget can lead to cross-site scripting (XSS) in web pages where scriptless attacker-controlled HTML elements are present, for example, an `img` tag with an unsanitized `name` attribute.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "rollup: DOM Clobbering Gadget found in rollup bundled scripts that leads to XSS",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "This vulnerability is classified as moderate severity rather than important because it requires a specific and relatively uncommon attack vector to exploit\u2014namely, attacker-controlled scriptless HTML elements, such as an unsanitized name attribute in an img tag, which are typically less prevalent in well-maintained web applications. Additionally, the impact is limited to scenarios where import.meta is improperly handled in specific module formats (`cjs`, `umd`, `iife`), and the vulnerability can only lead to cross-site scripting (XSS) under specific conditions.",
          "title": "Statement"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:56bfbb2328f42e91d0462e142f3434e5d771737defbc07d8a21dbdf50e468665_amd64"
        ],
        "known_not_affected": [
          "Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:c870eb3d17807a9d04011df5244ea39db66af76aefd0af68244c95ed8322d8b5_amd64",
          "Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:fb4e2008ce87732246bebff004496125f7562b10a60f01eda658e4266d9d0158_amd64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2024-47068"
        },
        {
          "category": "external",
          "summary": "RHBZ#2314249",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2314249"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2024-47068",
          "url": "https://www.cve.org/CVERecord?id=CVE-2024-47068"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-47068",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-47068"
        },
        {
          "category": "external",
          "summary": "https://github.com/rollup/rollup/blob/b86ffd776cfa906573d36c3f019316d02445d9ef/src/ast/nodes/MetaProperty.ts#L157-L162",
          "url": "https://github.com/rollup/rollup/blob/b86ffd776cfa906573d36c3f019316d02445d9ef/src/ast/nodes/MetaProperty.ts#L157-L162"
        },
        {
          "category": "external",
          "summary": "https://github.com/rollup/rollup/blob/b86ffd776cfa906573d36c3f019316d02445d9ef/src/ast/nodes/MetaProperty.ts#L180-L185",
          "url": "https://github.com/rollup/rollup/blob/b86ffd776cfa906573d36c3f019316d02445d9ef/src/ast/nodes/MetaProperty.ts#L180-L185"
        },
        {
          "category": "external",
          "summary": "https://github.com/rollup/rollup/commit/2ef77c00ec2635d42697cff2c0567ccc8db34fb4",
          "url": "https://github.com/rollup/rollup/commit/2ef77c00ec2635d42697cff2c0567ccc8db34fb4"
        },
        {
          "category": "external",
          "summary": "https://github.com/rollup/rollup/commit/e2552c9e955e0a61f70f508200ee9f752f85a541",
          "url": "https://github.com/rollup/rollup/commit/e2552c9e955e0a61f70f508200ee9f752f85a541"
        },
        {
          "category": "external",
          "summary": "https://github.com/rollup/rollup/security/advisories/GHSA-gcx4-mw62-g8wm",
          "url": "https://github.com/rollup/rollup/security/advisories/GHSA-gcx4-mw62-g8wm"
        }
      ],
      "release_date": "2024-09-23T16:15:06.947000+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2025-03-27T20:51:32+00:00",
          "details": "For more about Red Hat Developer Hub, see References links",
          "product_ids": [
            "Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:56bfbb2328f42e91d0462e142f3434e5d771737defbc07d8a21dbdf50e468665_amd64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2025:3374"
        },
        {
          "category": "workaround",
          "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
          "product_ids": [
            "Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:56bfbb2328f42e91d0462e142f3434e5d771737defbc07d8a21dbdf50e468665_amd64",
            "Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:c870eb3d17807a9d04011df5244ea39db66af76aefd0af68244c95ed8322d8b5_amd64",
            "Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:fb4e2008ce87732246bebff004496125f7562b10a60f01eda658e4266d9d0158_amd64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "HIGH",
            "attackVector": "NETWORK",
            "availabilityImpact": "HIGH",
            "baseScore": 6.4,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "LOW",
            "integrityImpact": "LOW",
            "privilegesRequired": "LOW",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:H",
            "version": "3.1"
          },
          "products": [
            "Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:56bfbb2328f42e91d0462e142f3434e5d771737defbc07d8a21dbdf50e468665_amd64",
            "Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:c870eb3d17807a9d04011df5244ea39db66af76aefd0af68244c95ed8322d8b5_amd64",
            "Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:fb4e2008ce87732246bebff004496125f7562b10a60f01eda658e4266d9d0158_amd64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "rollup: DOM Clobbering Gadget found in rollup bundled scripts that leads to XSS"
    },
    {
      "cve": "CVE-2024-52798",
      "cwe": {
        "id": "CWE-1333",
        "name": "Inefficient Regular Expression Complexity"
      },
      "discovery_date": "2024-12-05T23:00:59.020167+00:00",
      "flags": [
        {
          "label": "vulnerable_code_not_present",
          "product_ids": [
            "Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:c870eb3d17807a9d04011df5244ea39db66af76aefd0af68244c95ed8322d8b5_amd64",
            "Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:fb4e2008ce87732246bebff004496125f7562b10a60f01eda658e4266d9d0158_amd64"
          ]
        }
      ],
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2330689"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in path-to-regexp. A path-to-regexp turns path strings into regular expressions. In certain cases, path-to-regexp will output a regular expression that can be exploited to cause poor performance.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "path-to-regexp: path-to-regexp Unpatched `path-to-regexp` ReDoS in 0.1.x",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "This vulnerability exists because of an incomplete fix for CVE-2024-45296.",
          "title": "Statement"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:56bfbb2328f42e91d0462e142f3434e5d771737defbc07d8a21dbdf50e468665_amd64"
        ],
        "known_not_affected": [
          "Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:c870eb3d17807a9d04011df5244ea39db66af76aefd0af68244c95ed8322d8b5_amd64",
          "Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:fb4e2008ce87732246bebff004496125f7562b10a60f01eda658e4266d9d0158_amd64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2024-52798"
        },
        {
          "category": "external",
          "summary": "RHBZ#2330689",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2330689"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2024-52798",
          "url": "https://www.cve.org/CVERecord?id=CVE-2024-52798"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-52798",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-52798"
        },
        {
          "category": "external",
          "summary": "https://github.com/pillarjs/path-to-regexp/commit/f01c26a013b1889f0c217c643964513acf17f6a4",
          "url": "https://github.com/pillarjs/path-to-regexp/commit/f01c26a013b1889f0c217c643964513acf17f6a4"
        },
        {
          "category": "external",
          "summary": "https://github.com/pillarjs/path-to-regexp/security/advisories/GHSA-rhx6-c78j-4q9w",
          "url": "https://github.com/pillarjs/path-to-regexp/security/advisories/GHSA-rhx6-c78j-4q9w"
        }
      ],
      "release_date": "2024-12-05T22:45:42.774000+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2025-03-27T20:51:32+00:00",
          "details": "For more about Red Hat Developer Hub, see References links",
          "product_ids": [
            "Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:56bfbb2328f42e91d0462e142f3434e5d771737defbc07d8a21dbdf50e468665_amd64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2025:3374"
        },
        {
          "category": "workaround",
          "details": "Avoid using two parameters within a single path segment when the separator is not, for example, /:a-:b. Alternatively, you can define the regex used for both parameters and ensure they do not overlap to allow backtracking.",
          "product_ids": [
            "Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:56bfbb2328f42e91d0462e142f3434e5d771737defbc07d8a21dbdf50e468665_amd64",
            "Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:c870eb3d17807a9d04011df5244ea39db66af76aefd0af68244c95ed8322d8b5_amd64",
            "Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:fb4e2008ce87732246bebff004496125f7562b10a60f01eda658e4266d9d0158_amd64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "LOW",
            "baseScore": 5.3,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
            "version": "3.1"
          },
          "products": [
            "Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:56bfbb2328f42e91d0462e142f3434e5d771737defbc07d8a21dbdf50e468665_amd64",
            "Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:c870eb3d17807a9d04011df5244ea39db66af76aefd0af68244c95ed8322d8b5_amd64",
            "Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:fb4e2008ce87732246bebff004496125f7562b10a60f01eda658e4266d9d0158_amd64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "path-to-regexp: path-to-regexp Unpatched `path-to-regexp` ReDoS in 0.1.x"
    },
    {
      "cve": "CVE-2024-55565",
      "cwe": {
        "id": "CWE-835",
        "name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
      },
      "discovery_date": "2024-12-09T02:00:45.255738+00:00",
      "flags": [
        {
          "label": "vulnerable_code_not_present",
          "product_ids": [
            "Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:c870eb3d17807a9d04011df5244ea39db66af76aefd0af68244c95ed8322d8b5_amd64",
            "Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:fb4e2008ce87732246bebff004496125f7562b10a60f01eda658e4266d9d0158_amd64"
          ]
        }
      ],
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2331063"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "nanoid (aka Nano ID) before 5.0.9 mishandles non-integer values. 3.3.8 is also a fixed version.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "nanoid: nanoid mishandles non-integer values",
          "title": "Vulnerability summary"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:56bfbb2328f42e91d0462e142f3434e5d771737defbc07d8a21dbdf50e468665_amd64"
        ],
        "known_not_affected": [
          "Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:c870eb3d17807a9d04011df5244ea39db66af76aefd0af68244c95ed8322d8b5_amd64",
          "Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:fb4e2008ce87732246bebff004496125f7562b10a60f01eda658e4266d9d0158_amd64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2024-55565"
        },
        {
          "category": "external",
          "summary": "RHBZ#2331063",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331063"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2024-55565",
          "url": "https://www.cve.org/CVERecord?id=CVE-2024-55565"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-55565",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-55565"
        },
        {
          "category": "external",
          "summary": "https://github.com/ai/nanoid/compare/3.3.7...3.3.8",
          "url": "https://github.com/ai/nanoid/compare/3.3.7...3.3.8"
        },
        {
          "category": "external",
          "summary": "https://github.com/ai/nanoid/pull/510",
          "url": "https://github.com/ai/nanoid/pull/510"
        },
        {
          "category": "external",
          "summary": "https://github.com/ai/nanoid/releases/tag/5.0.9",
          "url": "https://github.com/ai/nanoid/releases/tag/5.0.9"
        }
      ],
      "release_date": "2024-12-09T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2025-03-27T20:51:32+00:00",
          "details": "For more about Red Hat Developer Hub, see References links",
          "product_ids": [
            "Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:56bfbb2328f42e91d0462e142f3434e5d771737defbc07d8a21dbdf50e468665_amd64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2025:3374"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "ADJACENT_NETWORK",
            "availabilityImpact": "HIGH",
            "baseScore": 6.5,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:56bfbb2328f42e91d0462e142f3434e5d771737defbc07d8a21dbdf50e468665_amd64",
            "Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:c870eb3d17807a9d04011df5244ea39db66af76aefd0af68244c95ed8322d8b5_amd64",
            "Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:fb4e2008ce87732246bebff004496125f7562b10a60f01eda658e4266d9d0158_amd64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "nanoid: nanoid mishandles non-integer values"
    },
    {
      "cve": "CVE-2024-56201",
      "cwe": {
        "id": "CWE-150",
        "name": "Improper Neutralization of Escape, Meta, or Control Sequences"
      },
      "discovery_date": "2024-12-23T16:00:38.768252+00:00",
      "flags": [
        {
          "label": "vulnerable_code_not_present",
          "product_ids": [
            "Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:c870eb3d17807a9d04011df5244ea39db66af76aefd0af68244c95ed8322d8b5_amd64",
            "Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:fb4e2008ce87732246bebff004496125f7562b10a60f01eda658e4266d9d0158_amd64"
          ]
        }
      ],
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2333854"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in the Jinja2 package. A bug in the Jinja compiler allows an attacker that controls both the content and filename of a template to execute arbitrary Python code, regardless of Jinja\u0027s sandbox being used. An attacker needs to be able to control both the filename and the contents of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications that execute untrusted templates where the template author can also choose the template filename.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "jinja2: Jinja has a sandbox breakout through malicious filenames",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "This vulnerability has rated as a IMPORTANT flaw because an attacker controlling both the template content and filename to execute arbitrary Python code, bypassing the sandbox.",
          "title": "Statement"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:56bfbb2328f42e91d0462e142f3434e5d771737defbc07d8a21dbdf50e468665_amd64"
        ],
        "known_not_affected": [
          "Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:c870eb3d17807a9d04011df5244ea39db66af76aefd0af68244c95ed8322d8b5_amd64",
          "Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:fb4e2008ce87732246bebff004496125f7562b10a60f01eda658e4266d9d0158_amd64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2024-56201"
        },
        {
          "category": "external",
          "summary": "RHBZ#2333854",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333854"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2024-56201",
          "url": "https://www.cve.org/CVERecord?id=CVE-2024-56201"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-56201",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-56201"
        },
        {
          "category": "external",
          "summary": "https://github.com/pallets/jinja/commit/767b23617628419ae3709ccfb02f9602ae9fe51f",
          "url": "https://github.com/pallets/jinja/commit/767b23617628419ae3709ccfb02f9602ae9fe51f"
        },
        {
          "category": "external",
          "summary": "https://github.com/pallets/jinja/issues/1792",
          "url": "https://github.com/pallets/jinja/issues/1792"
        },
        {
          "category": "external",
          "summary": "https://github.com/pallets/jinja/releases/tag/3.1.5",
          "url": "https://github.com/pallets/jinja/releases/tag/3.1.5"
        },
        {
          "category": "external",
          "summary": "https://github.com/pallets/jinja/security/advisories/GHSA-gmj6-6f8f-6699",
          "url": "https://github.com/pallets/jinja/security/advisories/GHSA-gmj6-6f8f-6699"
        }
      ],
      "release_date": "2024-12-23T15:37:36.110000+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2025-03-27T20:51:32+00:00",
          "details": "For more about Red Hat Developer Hub, see References links",
          "product_ids": [
            "Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:56bfbb2328f42e91d0462e142f3434e5d771737defbc07d8a21dbdf50e468665_amd64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2025:3374"
        },
        {
          "category": "workaround",
          "details": "To mitigate this vulnerabilty restrict user-controlled template filenames, ensuring they follow a predefined templates.",
          "product_ids": [
            "Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:56bfbb2328f42e91d0462e142f3434e5d771737defbc07d8a21dbdf50e468665_amd64",
            "Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:c870eb3d17807a9d04011df5244ea39db66af76aefd0af68244c95ed8322d8b5_amd64",
            "Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:fb4e2008ce87732246bebff004496125f7562b10a60f01eda658e4266d9d0158_amd64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "LOCAL",
            "availabilityImpact": "HIGH",
            "baseScore": 7.3,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "HIGH",
            "privilegesRequired": "LOW",
            "scope": "UNCHANGED",
            "userInteraction": "REQUIRED",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:56bfbb2328f42e91d0462e142f3434e5d771737defbc07d8a21dbdf50e468665_amd64",
            "Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:c870eb3d17807a9d04011df5244ea39db66af76aefd0af68244c95ed8322d8b5_amd64",
            "Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:fb4e2008ce87732246bebff004496125f7562b10a60f01eda658e4266d9d0158_amd64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Important"
        }
      ],
      "title": "jinja2: Jinja has a sandbox breakout through malicious filenames"
    },
    {
      "cve": "CVE-2024-56326",
      "cwe": {
        "id": "CWE-693",
        "name": "Protection Mechanism Failure"
      },
      "discovery_date": "2024-12-23T16:00:46.619763+00:00",
      "flags": [
        {
          "label": "vulnerable_code_not_present",
          "product_ids": [
            "Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:c870eb3d17807a9d04011df5244ea39db66af76aefd0af68244c95ed8322d8b5_amd64",
            "Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:fb4e2008ce87732246bebff004496125f7562b10a60f01eda658e4266d9d0158_amd64"
          ]
        }
      ],
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2333856"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in the Jinja package. In affected versions of Jinja, an oversight in how the Jinja sandboxed environment detects calls to str.format allows an attacker that controls the content of a template to execute arbitrary Python code. To exploit the vulnerability, an attacker needs to control the content of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications that execute untrusted templates. Jinja\u0027s sandbox does catch calls to str.format and ensures they don\u0027t escape the sandbox. However, storing a reference to a malicious string\u0027s format method is possible, then passing that to a filter that calls it. No such filters are built into Jinja but could be present through custom filters in an application. After the fix, such indirect calls are also handled by the sandbox.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "jinja2: Jinja has a sandbox breakout through indirect reference to format method",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "This vulnerability is rated as Moderate due to an oversight in Jinja\u0027s sandbox environment, allowing attackers to execute arbitrary Python code through controlled template content. This requires control over template content, making exploitation possible only in specific applications, thus limiting its overall impact.",
          "title": "Statement"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:56bfbb2328f42e91d0462e142f3434e5d771737defbc07d8a21dbdf50e468665_amd64"
        ],
        "known_not_affected": [
          "Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:c870eb3d17807a9d04011df5244ea39db66af76aefd0af68244c95ed8322d8b5_amd64",
          "Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:fb4e2008ce87732246bebff004496125f7562b10a60f01eda658e4266d9d0158_amd64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2024-56326"
        },
        {
          "category": "external",
          "summary": "RHBZ#2333856",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333856"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2024-56326",
          "url": "https://www.cve.org/CVERecord?id=CVE-2024-56326"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-56326",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-56326"
        },
        {
          "category": "external",
          "summary": "https://github.com/pallets/jinja/commit/48b0687e05a5466a91cd5812d604fa37ad0943b4",
          "url": "https://github.com/pallets/jinja/commit/48b0687e05a5466a91cd5812d604fa37ad0943b4"
        },
        {
          "category": "external",
          "summary": "https://github.com/pallets/jinja/releases/tag/3.1.5",
          "url": "https://github.com/pallets/jinja/releases/tag/3.1.5"
        },
        {
          "category": "external",
          "summary": "https://github.com/pallets/jinja/security/advisories/GHSA-q2x7-8rv6-6q7h",
          "url": "https://github.com/pallets/jinja/security/advisories/GHSA-q2x7-8rv6-6q7h"
        }
      ],
      "release_date": "2024-12-23T15:43:49.400000+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2025-03-27T20:51:32+00:00",
          "details": "For more about Red Hat Developer Hub, see References links",
          "product_ids": [
            "Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:56bfbb2328f42e91d0462e142f3434e5d771737defbc07d8a21dbdf50e468665_amd64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2025:3374"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "HIGH",
            "attackVector": "LOCAL",
            "availabilityImpact": "HIGH",
            "baseScore": 6.3,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "HIGH",
            "privilegesRequired": "HIGH",
            "scope": "UNCHANGED",
            "userInteraction": "REQUIRED",
            "vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:R/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:56bfbb2328f42e91d0462e142f3434e5d771737defbc07d8a21dbdf50e468665_amd64",
            "Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:c870eb3d17807a9d04011df5244ea39db66af76aefd0af68244c95ed8322d8b5_amd64",
            "Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:fb4e2008ce87732246bebff004496125f7562b10a60f01eda658e4266d9d0158_amd64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "jinja2: Jinja has a sandbox breakout through indirect reference to format method"
    },
    {
      "cve": "CVE-2024-56334",
      "cwe": {
        "id": "CWE-94",
        "name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
      },
      "discovery_date": "2024-12-20T21:00:48.166699+00:00",
      "flags": [
        {
          "label": "vulnerable_code_not_present",
          "product_ids": [
            "Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:c870eb3d17807a9d04011df5244ea39db66af76aefd0af68244c95ed8322d8b5_amd64",
            "Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:fb4e2008ce87732246bebff004496125f7562b10a60f01eda658e4266d9d0158_amd64"
          ]
        }
      ],
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2333587"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in the systeminformation library for Node.js. In Windows systems, the SSID parameter of the `getWindowsIEEE8021x` function is not sanitized before it is passed to cmd.exe. This may allow a remote attacker to execute arbitrary commands on the target system.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "systeminformation: Command injection vulnerability in getWindowsIEEE8021x (SSID) function in systeminformation",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "This vulnerability in the systeminformation library is marked as a high-severity issue because it allows for the execution of arbitrary commands via an unsanitized SSID input passed to `cmd.exe`. Since this flaw can lead to remote code execution (RCE) or local privilege escalation, it provides an attacker with the potential to execute malicious scripts on the affected system.",
          "title": "Statement"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:56bfbb2328f42e91d0462e142f3434e5d771737defbc07d8a21dbdf50e468665_amd64"
        ],
        "known_not_affected": [
          "Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:c870eb3d17807a9d04011df5244ea39db66af76aefd0af68244c95ed8322d8b5_amd64",
          "Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:fb4e2008ce87732246bebff004496125f7562b10a60f01eda658e4266d9d0158_amd64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2024-56334"
        },
        {
          "category": "external",
          "summary": "RHBZ#2333587",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333587"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2024-56334",
          "url": "https://www.cve.org/CVERecord?id=CVE-2024-56334"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-56334",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-56334"
        },
        {
          "category": "external",
          "summary": "https://github.com/sebhildebrandt/systeminformation/commit/f7af0a67b78e7894335a6cad510566a25e06ae41",
          "url": "https://github.com/sebhildebrandt/systeminformation/commit/f7af0a67b78e7894335a6cad510566a25e06ae41"
        },
        {
          "category": "external",
          "summary": "https://github.com/sebhildebrandt/systeminformation/security/advisories/GHSA-cvv5-9h9w-qp2m",
          "url": "https://github.com/sebhildebrandt/systeminformation/security/advisories/GHSA-cvv5-9h9w-qp2m"
        }
      ],
      "release_date": "2024-12-20T20:10:12.578000+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2025-03-27T20:51:32+00:00",
          "details": "For more about Red Hat Developer Hub, see References links",
          "product_ids": [
            "Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:56bfbb2328f42e91d0462e142f3434e5d771737defbc07d8a21dbdf50e468665_amd64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2025:3374"
        },
        {
          "category": "workaround",
          "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
          "product_ids": [
            "Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:56bfbb2328f42e91d0462e142f3434e5d771737defbc07d8a21dbdf50e468665_amd64",
            "Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:c870eb3d17807a9d04011df5244ea39db66af76aefd0af68244c95ed8322d8b5_amd64",
            "Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:fb4e2008ce87732246bebff004496125f7562b10a60f01eda658e4266d9d0158_amd64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "ADJACENT_NETWORK",
            "availabilityImpact": "HIGH",
            "baseScore": 8.0,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "HIGH",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "REQUIRED",
            "vectorString": "CVSS:3.1/AV:A/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:56bfbb2328f42e91d0462e142f3434e5d771737defbc07d8a21dbdf50e468665_amd64",
            "Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:c870eb3d17807a9d04011df5244ea39db66af76aefd0af68244c95ed8322d8b5_amd64",
            "Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:fb4e2008ce87732246bebff004496125f7562b10a60f01eda658e4266d9d0158_amd64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Important"
        }
      ],
      "title": "systeminformation: Command injection vulnerability in getWindowsIEEE8021x (SSID) function in systeminformation"
    },
    {
      "cve": "CVE-2025-22150",
      "cwe": {
        "id": "CWE-330",
        "name": "Use of Insufficiently Random Values"
      },
      "discovery_date": "2025-01-21T18:01:24.182126+00:00",
      "flags": [
        {
          "label": "vulnerable_code_not_present",
          "product_ids": [
            "Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:c870eb3d17807a9d04011df5244ea39db66af76aefd0af68244c95ed8322d8b5_amd64",
            "Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:fb4e2008ce87732246bebff004496125f7562b10a60f01eda658e4266d9d0158_amd64"
          ]
        }
      ],
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2339176"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in the undici package for Node.js. Undici uses `Math.random()` to choose the boundary for a multipart/form-data request. It is known that the output of `Math.random()` can be predicted if several of its generated values are known. If an app has a mechanism that sends multipart requests to an attacker-controlled website, it can leak the necessary values. Therefore, an attacker can tamper with the requests going to the backend APIs if certain conditions are met.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "undici: Undici Uses Insufficiently Random Values",
          "title": "Vulnerability summary"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:56bfbb2328f42e91d0462e142f3434e5d771737defbc07d8a21dbdf50e468665_amd64"
        ],
        "known_not_affected": [
          "Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:c870eb3d17807a9d04011df5244ea39db66af76aefd0af68244c95ed8322d8b5_amd64",
          "Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:fb4e2008ce87732246bebff004496125f7562b10a60f01eda658e4266d9d0158_amd64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2025-22150"
        },
        {
          "category": "external",
          "summary": "RHBZ#2339176",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2339176"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2025-22150",
          "url": "https://www.cve.org/CVERecord?id=CVE-2025-22150"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22150",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22150"
        },
        {
          "category": "external",
          "summary": "https://blog.securityevaluators.com/hacking-the-javascript-lottery-80cc437e3b7f",
          "url": "https://blog.securityevaluators.com/hacking-the-javascript-lottery-80cc437e3b7f"
        },
        {
          "category": "external",
          "summary": "https://github.com/nodejs/undici/blob/8b06b8250907d92fead664b3368f1d2aa27c1f35/lib/web/fetch/body.js#L113",
          "url": "https://github.com/nodejs/undici/blob/8b06b8250907d92fead664b3368f1d2aa27c1f35/lib/web/fetch/body.js#L113"
        },
        {
          "category": "external",
          "summary": "https://github.com/nodejs/undici/commit/711e20772764c29f6622ddc937c63b6eefdf07d0",
          "url": "https://github.com/nodejs/undici/commit/711e20772764c29f6622ddc937c63b6eefdf07d0"
        },
        {
          "category": "external",
          "summary": "https://github.com/nodejs/undici/commit/c2d78cd19fe4f4c621424491e26ce299e65e934a",
          "url": "https://github.com/nodejs/undici/commit/c2d78cd19fe4f4c621424491e26ce299e65e934a"
        },
        {
          "category": "external",
          "summary": "https://github.com/nodejs/undici/commit/c3acc6050b781b827d80c86cbbab34f14458d385",
          "url": "https://github.com/nodejs/undici/commit/c3acc6050b781b827d80c86cbbab34f14458d385"
        },
        {
          "category": "external",
          "summary": "https://github.com/nodejs/undici/security/advisories/GHSA-c76h-2ccp-4975",
          "url": "https://github.com/nodejs/undici/security/advisories/GHSA-c76h-2ccp-4975"
        },
        {
          "category": "external",
          "summary": "https://hackerone.com/reports/2913312",
          "url": "https://hackerone.com/reports/2913312"
        }
      ],
      "release_date": "2025-01-21T17:46:58.872000+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2025-03-27T20:51:32+00:00",
          "details": "For more about Red Hat Developer Hub, see References links",
          "product_ids": [
            "Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:56bfbb2328f42e91d0462e142f3434e5d771737defbc07d8a21dbdf50e468665_amd64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2025:3374"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "HIGH",
            "attackVector": "NETWORK",
            "availabilityImpact": "NONE",
            "baseScore": 6.8,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "HIGH",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "REQUIRED",
            "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:N",
            "version": "3.1"
          },
          "products": [
            "Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:56bfbb2328f42e91d0462e142f3434e5d771737defbc07d8a21dbdf50e468665_amd64",
            "Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:c870eb3d17807a9d04011df5244ea39db66af76aefd0af68244c95ed8322d8b5_amd64",
            "Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:fb4e2008ce87732246bebff004496125f7562b10a60f01eda658e4266d9d0158_amd64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "undici: Undici Uses Insufficiently Random Values"
    },
    {
      "cve": "CVE-2025-27516",
      "cwe": {
        "id": "CWE-1336",
        "name": "Improper Neutralization of Special Elements Used in a Template Engine"
      },
      "discovery_date": "2025-03-05T21:01:07.674606+00:00",
      "flags": [
        {
          "label": "vulnerable_code_not_present",
          "product_ids": [
            "Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:c870eb3d17807a9d04011df5244ea39db66af76aefd0af68244c95ed8322d8b5_amd64",
            "Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:fb4e2008ce87732246bebff004496125f7562b10a60f01eda658e4266d9d0158_amd64"
          ]
        }
      ],
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2350190"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in Jinja. In affected versions, an oversight in how the Jinja sandboxed environment interacts with the `|attr` filter allows an attacker who controls the content of a template to execute arbitrary Python code. To exploit the vulnerability, an attacker needs to control the content of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications that execute untrusted templates. Jinja\u0027s sandbox does catch calls to `str.format` and ensures they don\u0027t escape the sandbox. However, it\u0027s possible to use the `|attr` filter to get a reference to a string\u0027s plain format method, bypassing the sandbox.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "jinja2: Jinja sandbox breakout through attr filter selecting format method",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "This vulnerability is rated as important severity due to the potential for an attacker to bypass Jinja\u0027s sandbox by exploiting the |attr filter, by controlling template content, an attacker can execute arbitrary Python code, impacting the integrity, confidentiality, and availability of the system. While the attack requires user interaction to trigger untrusted templates, the risk is significant in applications that allow such templates to be executed.",
          "title": "Statement"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:56bfbb2328f42e91d0462e142f3434e5d771737defbc07d8a21dbdf50e468665_amd64"
        ],
        "known_not_affected": [
          "Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:c870eb3d17807a9d04011df5244ea39db66af76aefd0af68244c95ed8322d8b5_amd64",
          "Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:fb4e2008ce87732246bebff004496125f7562b10a60f01eda658e4266d9d0158_amd64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2025-27516"
        },
        {
          "category": "external",
          "summary": "RHBZ#2350190",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2350190"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2025-27516",
          "url": "https://www.cve.org/CVERecord?id=CVE-2025-27516"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-27516",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-27516"
        },
        {
          "category": "external",
          "summary": "https://github.com/pallets/jinja/commit/90457bbf33b8662926ae65cdde4c4c32e756e403",
          "url": "https://github.com/pallets/jinja/commit/90457bbf33b8662926ae65cdde4c4c32e756e403"
        },
        {
          "category": "external",
          "summary": "https://github.com/pallets/jinja/security/advisories/GHSA-cpwx-vrp4-4pq7",
          "url": "https://github.com/pallets/jinja/security/advisories/GHSA-cpwx-vrp4-4pq7"
        }
      ],
      "release_date": "2025-03-05T20:40:06.568000+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2025-03-27T20:51:32+00:00",
          "details": "For more about Red Hat Developer Hub, see References links",
          "product_ids": [
            "Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:56bfbb2328f42e91d0462e142f3434e5d771737defbc07d8a21dbdf50e468665_amd64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2025:3374"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "LOCAL",
            "availabilityImpact": "HIGH",
            "baseScore": 7.3,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "HIGH",
            "privilegesRequired": "LOW",
            "scope": "UNCHANGED",
            "userInteraction": "REQUIRED",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:56bfbb2328f42e91d0462e142f3434e5d771737defbc07d8a21dbdf50e468665_amd64",
            "Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:c870eb3d17807a9d04011df5244ea39db66af76aefd0af68244c95ed8322d8b5_amd64",
            "Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:fb4e2008ce87732246bebff004496125f7562b10a60f01eda658e4266d9d0158_amd64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Important"
        }
      ],
      "title": "jinja2: Jinja sandbox breakout through attr filter selecting format method"
    },
    {
      "cve": "CVE-2025-29774",
      "cwe": {
        "id": "CWE-347",
        "name": "Improper Verification of Cryptographic Signature"
      },
      "discovery_date": "2025-03-14T18:01:09.149253+00:00",
      "flags": [
        {
          "label": "vulnerable_code_not_present",
          "product_ids": [
            "Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:c870eb3d17807a9d04011df5244ea39db66af76aefd0af68244c95ed8322d8b5_amd64",
            "Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:fb4e2008ce87732246bebff004496125f7562b10a60f01eda658e4266d9d0158_amd64"
          ]
        }
      ],
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2352596"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in the xml-crypto library for Node.js. An attacker can exploit this vulnerability to bypass authentication or authorization mechanisms in systems that rely on xml-crypto to verify signed XML documents. The vulnerability allows an attacker to modify a valid signed XML message in a way that still passes signature verification checks.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "xml-crypto: xml-crypto Vulnerable to XML Signature Verification Bypass via Multiple SignedInfo References",
          "title": "Vulnerability summary"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:56bfbb2328f42e91d0462e142f3434e5d771737defbc07d8a21dbdf50e468665_amd64"
        ],
        "known_not_affected": [
          "Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:c870eb3d17807a9d04011df5244ea39db66af76aefd0af68244c95ed8322d8b5_amd64",
          "Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:fb4e2008ce87732246bebff004496125f7562b10a60f01eda658e4266d9d0158_amd64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2025-29774"
        },
        {
          "category": "external",
          "summary": "RHBZ#2352596",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2352596"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2025-29774",
          "url": "https://www.cve.org/CVERecord?id=CVE-2025-29774"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-29774",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-29774"
        },
        {
          "category": "external",
          "summary": "https://github.com/node-saml/xml-crypto/commit/28f92218ecbb8dcbd238afa4efbbd50302aa9aed",
          "url": "https://github.com/node-saml/xml-crypto/commit/28f92218ecbb8dcbd238afa4efbbd50302aa9aed"
        },
        {
          "category": "external",
          "summary": "https://github.com/node-saml/xml-crypto/commit/886dc63a8b4bb5ae1db9f41c7854b171eb83aa98",
          "url": "https://github.com/node-saml/xml-crypto/commit/886dc63a8b4bb5ae1db9f41c7854b171eb83aa98"
        },
        {
          "category": "external",
          "summary": "https://github.com/node-saml/xml-crypto/commit/8ac6118ee7978b46aa56b82cbcaa5fca58c93a07",
          "url": "https://github.com/node-saml/xml-crypto/commit/8ac6118ee7978b46aa56b82cbcaa5fca58c93a07"
        },
        {
          "category": "external",
          "summary": "https://github.com/node-saml/xml-crypto/releases/tag/v2.1.6",
          "url": "https://github.com/node-saml/xml-crypto/releases/tag/v2.1.6"
        },
        {
          "category": "external",
          "summary": "https://github.com/node-saml/xml-crypto/releases/tag/v3.2.1",
          "url": "https://github.com/node-saml/xml-crypto/releases/tag/v3.2.1"
        },
        {
          "category": "external",
          "summary": "https://github.com/node-saml/xml-crypto/releases/tag/v6.0.1",
          "url": "https://github.com/node-saml/xml-crypto/releases/tag/v6.0.1"
        },
        {
          "category": "external",
          "summary": "https://github.com/node-saml/xml-crypto/security/advisories/GHSA-9p8x-f768-wp2g",
          "url": "https://github.com/node-saml/xml-crypto/security/advisories/GHSA-9p8x-f768-wp2g"
        }
      ],
      "release_date": "2025-03-14T17:05:53.943000+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2025-03-27T20:51:32+00:00",
          "details": "For more about Red Hat Developer Hub, see References links",
          "product_ids": [
            "Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:56bfbb2328f42e91d0462e142f3434e5d771737defbc07d8a21dbdf50e468665_amd64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2025:3374"
        },
        {
          "category": "workaround",
          "details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
          "product_ids": [
            "Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:56bfbb2328f42e91d0462e142f3434e5d771737defbc07d8a21dbdf50e468665_amd64",
            "Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:c870eb3d17807a9d04011df5244ea39db66af76aefd0af68244c95ed8322d8b5_amd64",
            "Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:fb4e2008ce87732246bebff004496125f7562b10a60f01eda658e4266d9d0158_amd64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "NONE",
            "baseScore": 9.1,
            "baseSeverity": "CRITICAL",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "HIGH",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N",
            "version": "3.1"
          },
          "products": [
            "Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:56bfbb2328f42e91d0462e142f3434e5d771737defbc07d8a21dbdf50e468665_amd64",
            "Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:c870eb3d17807a9d04011df5244ea39db66af76aefd0af68244c95ed8322d8b5_amd64",
            "Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:fb4e2008ce87732246bebff004496125f7562b10a60f01eda658e4266d9d0158_amd64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Important"
        }
      ],
      "title": "xml-crypto: xml-crypto Vulnerable to XML Signature Verification Bypass via Multiple SignedInfo References"
    },
    {
      "cve": "CVE-2025-29775",
      "cwe": {
        "id": "CWE-347",
        "name": "Improper Verification of Cryptographic Signature"
      },
      "discovery_date": "2025-03-14T18:01:22.409532+00:00",
      "flags": [
        {
          "label": "vulnerable_code_not_present",
          "product_ids": [
            "Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:c870eb3d17807a9d04011df5244ea39db66af76aefd0af68244c95ed8322d8b5_amd64",
            "Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:fb4e2008ce87732246bebff004496125f7562b10a60f01eda658e4266d9d0158_amd64"
          ]
        }
      ],
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2352600"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in the xml-crypto library for Node.js. An attacker can exploit this vulnerability to bypass authentication or authorization mechanisms in systems that rely on xml-crypto to verify signed XML documents. The vulnerability allows an attacker to modify a valid signed XML message in a way that still passes signature verification checks.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "xml-crypto: xml-crypto Vulnerable to XML Signature Verification Bypass via DigestValue Comment",
          "title": "Vulnerability summary"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:56bfbb2328f42e91d0462e142f3434e5d771737defbc07d8a21dbdf50e468665_amd64"
        ],
        "known_not_affected": [
          "Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:c870eb3d17807a9d04011df5244ea39db66af76aefd0af68244c95ed8322d8b5_amd64",
          "Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:fb4e2008ce87732246bebff004496125f7562b10a60f01eda658e4266d9d0158_amd64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2025-29775"
        },
        {
          "category": "external",
          "summary": "RHBZ#2352600",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2352600"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2025-29775",
          "url": "https://www.cve.org/CVERecord?id=CVE-2025-29775"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-29775",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-29775"
        },
        {
          "category": "external",
          "summary": "https://github.com/node-saml/xml-crypto/commit/28f92218ecbb8dcbd238afa4efbbd50302aa9aed",
          "url": "https://github.com/node-saml/xml-crypto/commit/28f92218ecbb8dcbd238afa4efbbd50302aa9aed"
        },
        {
          "category": "external",
          "summary": "https://github.com/node-saml/xml-crypto/commit/886dc63a8b4bb5ae1db9f41c7854b171eb83aa98",
          "url": "https://github.com/node-saml/xml-crypto/commit/886dc63a8b4bb5ae1db9f41c7854b171eb83aa98"
        },
        {
          "category": "external",
          "summary": "https://github.com/node-saml/xml-crypto/commit/8ac6118ee7978b46aa56b82cbcaa5fca58c93a07",
          "url": "https://github.com/node-saml/xml-crypto/commit/8ac6118ee7978b46aa56b82cbcaa5fca58c93a07"
        },
        {
          "category": "external",
          "summary": "https://github.com/node-saml/xml-crypto/releases/tag/v2.1.6",
          "url": "https://github.com/node-saml/xml-crypto/releases/tag/v2.1.6"
        },
        {
          "category": "external",
          "summary": "https://github.com/node-saml/xml-crypto/releases/tag/v3.2.1",
          "url": "https://github.com/node-saml/xml-crypto/releases/tag/v3.2.1"
        },
        {
          "category": "external",
          "summary": "https://github.com/node-saml/xml-crypto/releases/tag/v6.0.1",
          "url": "https://github.com/node-saml/xml-crypto/releases/tag/v6.0.1"
        },
        {
          "category": "external",
          "summary": "https://github.com/node-saml/xml-crypto/security/advisories/GHSA-x3m8-899r-f7c3",
          "url": "https://github.com/node-saml/xml-crypto/security/advisories/GHSA-x3m8-899r-f7c3"
        }
      ],
      "release_date": "2025-03-14T17:11:05.590000+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2025-03-27T20:51:32+00:00",
          "details": "For more about Red Hat Developer Hub, see References links",
          "product_ids": [
            "Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:56bfbb2328f42e91d0462e142f3434e5d771737defbc07d8a21dbdf50e468665_amd64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2025:3374"
        },
        {
          "category": "workaround",
          "details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
          "product_ids": [
            "Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:56bfbb2328f42e91d0462e142f3434e5d771737defbc07d8a21dbdf50e468665_amd64",
            "Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:c870eb3d17807a9d04011df5244ea39db66af76aefd0af68244c95ed8322d8b5_amd64",
            "Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:fb4e2008ce87732246bebff004496125f7562b10a60f01eda658e4266d9d0158_amd64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "NONE",
            "baseScore": 9.1,
            "baseSeverity": "CRITICAL",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "HIGH",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N",
            "version": "3.1"
          },
          "products": [
            "Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:56bfbb2328f42e91d0462e142f3434e5d771737defbc07d8a21dbdf50e468665_amd64",
            "Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:c870eb3d17807a9d04011df5244ea39db66af76aefd0af68244c95ed8322d8b5_amd64",
            "Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:fb4e2008ce87732246bebff004496125f7562b10a60f01eda658e4266d9d0158_amd64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Important"
        }
      ],
      "title": "xml-crypto: xml-crypto Vulnerable to XML Signature Verification Bypass via DigestValue Comment"
    }
  ]
}
  rhsa-2025:3017
Vulnerability from csaf_redhat
Notes
{
  "document": {
    "aggregate_severity": {
      "namespace": "https://access.redhat.com/security/updates/classification/",
      "text": "Important"
    },
    "category": "csaf_security_advisory",
    "csaf_version": "2.0",
    "distribution": {
      "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
      "tlp": {
        "label": "WHITE",
        "url": "https://www.first.org/tlp/"
      }
    },
    "lang": "en",
    "notes": [
      {
        "category": "summary",
        "text": "An update for fence-agents is now available for Red Hat Enterprise Linux 9.0 Update Services for SAP Solutions.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
        "title": "Topic"
      },
      {
        "category": "general",
        "text": "The fence-agents packages provide a collection of scripts for handling remote power management for cluster devices. They allow failed or unreachable nodes to be forcibly restarted and removed from the cluster. \n\nSecurity Fix(es):\n\n* jinja2: Jinja sandbox breakout through attr filter selecting format method (CVE-2025-27516)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
        "title": "Details"
      },
      {
        "category": "legal_disclaimer",
        "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
        "title": "Terms of Use"
      }
    ],
    "publisher": {
      "category": "vendor",
      "contact_details": "https://access.redhat.com/security/team/contact/",
      "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
      "name": "Red Hat Product Security",
      "namespace": "https://www.redhat.com"
    },
    "references": [
      {
        "category": "self",
        "summary": "https://access.redhat.com/errata/RHSA-2025:3017",
        "url": "https://access.redhat.com/errata/RHSA-2025:3017"
      },
      {
        "category": "external",
        "summary": "https://access.redhat.com/security/updates/classification/#important",
        "url": "https://access.redhat.com/security/updates/classification/#important"
      },
      {
        "category": "external",
        "summary": "2350190",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2350190"
      },
      {
        "category": "self",
        "summary": "Canonical URL",
        "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_3017.json"
      }
    ],
    "title": "Red Hat Security Advisory: fence-agents security update",
    "tracking": {
      "current_release_date": "2025-10-28T19:42:37+00:00",
      "generator": {
        "date": "2025-10-28T19:42:37+00:00",
        "engine": {
          "name": "Red Hat SDEngine",
          "version": "4.6.10"
        }
      },
      "id": "RHSA-2025:3017",
      "initial_release_date": "2025-03-18T19:49:55+00:00",
      "revision_history": [
        {
          "date": "2025-03-18T19:49:55+00:00",
          "number": "1",
          "summary": "Initial version"
        },
        {
          "date": "2025-03-18T19:49:55+00:00",
          "number": "2",
          "summary": "Last updated version"
        },
        {
          "date": "2025-10-28T19:42:37+00:00",
          "number": "3",
          "summary": "Last generated version"
        }
      ],
      "status": "final",
      "version": "3"
    }
  },
  "product_tree": {
    "branches": [
      {
        "branches": [
          {
            "branches": [
              {
                "category": "product_name",
                "name": "Red Hat Enterprise Linux AppStream E4S (v.9.0)",
                "product": {
                  "name": "Red Hat Enterprise Linux AppStream E4S (v.9.0)",
                  "product_id": "AppStream-9.0.0.Z.E4S",
                  "product_identification_helper": {
                    "cpe": "cpe:/a:redhat:rhel_e4s:9.0::appstream"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "Red Hat Enterprise Linux High Availability E4S (v.9.0)",
                "product": {
                  "name": "Red Hat Enterprise Linux High Availability E4S (v.9.0)",
                  "product_id": "HighAvailability-9.0.0.Z.E4S",
                  "product_identification_helper": {
                    "cpe": "cpe:/a:redhat:rhel_e4s:9.0::highavailability"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
                "product": {
                  "name": "Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
                  "product_id": "ResilientStorage-9.0.0.Z.E4S",
                  "product_identification_helper": {
                    "cpe": "cpe:/a:redhat:rhel_e4s:9.0::resilientstorage"
                  }
                }
              }
            ],
            "category": "product_family",
            "name": "Red Hat Enterprise Linux"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "fence-agents-aliyun-0:4.10.0-20.el9_0.21.x86_64",
                "product": {
                  "name": "fence-agents-aliyun-0:4.10.0-20.el9_0.21.x86_64",
                  "product_id": "fence-agents-aliyun-0:4.10.0-20.el9_0.21.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-aliyun@4.10.0-20.el9_0.21?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-all-0:4.10.0-20.el9_0.21.x86_64",
                "product": {
                  "name": "fence-agents-all-0:4.10.0-20.el9_0.21.x86_64",
                  "product_id": "fence-agents-all-0:4.10.0-20.el9_0.21.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-all@4.10.0-20.el9_0.21?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-aws-0:4.10.0-20.el9_0.21.x86_64",
                "product": {
                  "name": "fence-agents-aws-0:4.10.0-20.el9_0.21.x86_64",
                  "product_id": "fence-agents-aws-0:4.10.0-20.el9_0.21.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-aws@4.10.0-20.el9_0.21?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-azure-arm-0:4.10.0-20.el9_0.21.x86_64",
                "product": {
                  "name": "fence-agents-azure-arm-0:4.10.0-20.el9_0.21.x86_64",
                  "product_id": "fence-agents-azure-arm-0:4.10.0-20.el9_0.21.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-azure-arm@4.10.0-20.el9_0.21?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-gce-0:4.10.0-20.el9_0.21.x86_64",
                "product": {
                  "name": "fence-agents-gce-0:4.10.0-20.el9_0.21.x86_64",
                  "product_id": "fence-agents-gce-0:4.10.0-20.el9_0.21.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-gce@4.10.0-20.el9_0.21?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-kdump-0:4.10.0-20.el9_0.21.x86_64",
                "product": {
                  "name": "fence-agents-kdump-0:4.10.0-20.el9_0.21.x86_64",
                  "product_id": "fence-agents-kdump-0:4.10.0-20.el9_0.21.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-kdump@4.10.0-20.el9_0.21?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-openstack-0:4.10.0-20.el9_0.21.x86_64",
                "product": {
                  "name": "fence-agents-openstack-0:4.10.0-20.el9_0.21.x86_64",
                  "product_id": "fence-agents-openstack-0:4.10.0-20.el9_0.21.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-openstack@4.10.0-20.el9_0.21?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-redfish-0:4.10.0-20.el9_0.21.x86_64",
                "product": {
                  "name": "fence-agents-redfish-0:4.10.0-20.el9_0.21.x86_64",
                  "product_id": "fence-agents-redfish-0:4.10.0-20.el9_0.21.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-redfish@4.10.0-20.el9_0.21?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ha-cloud-support-0:4.10.0-20.el9_0.21.x86_64",
                "product": {
                  "name": "ha-cloud-support-0:4.10.0-20.el9_0.21.x86_64",
                  "product_id": "ha-cloud-support-0:4.10.0-20.el9_0.21.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/ha-cloud-support@4.10.0-20.el9_0.21?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-debugsource-0:4.10.0-20.el9_0.21.x86_64",
                "product": {
                  "name": "fence-agents-debugsource-0:4.10.0-20.el9_0.21.x86_64",
                  "product_id": "fence-agents-debugsource-0:4.10.0-20.el9_0.21.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-debugsource@4.10.0-20.el9_0.21?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
                "product": {
                  "name": "fence-agents-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
                  "product_id": "fence-agents-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-debuginfo@4.10.0-20.el9_0.21?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
                "product": {
                  "name": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
                  "product_id": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-kdump-debuginfo@4.10.0-20.el9_0.21?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
                "product": {
                  "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
                  "product_id": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-kubevirt-debuginfo@4.10.0-20.el9_0.21?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-virt-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
                "product": {
                  "name": "fence-virt-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
                  "product_id": "fence-virt-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-virt-debuginfo@4.10.0-20.el9_0.21?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
                "product": {
                  "name": "fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
                  "product_id": "fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-virtd-cpg-debuginfo@4.10.0-20.el9_0.21?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-virtd-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
                "product": {
                  "name": "fence-virtd-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
                  "product_id": "fence-virtd-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-virtd-debuginfo@4.10.0-20.el9_0.21?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
                "product": {
                  "name": "fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
                  "product_id": "fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-virtd-libvirt-debuginfo@4.10.0-20.el9_0.21?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
                "product": {
                  "name": "fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
                  "product_id": "fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-virtd-multicast-debuginfo@4.10.0-20.el9_0.21?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
                "product": {
                  "name": "fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
                  "product_id": "fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-virtd-serial-debuginfo@4.10.0-20.el9_0.21?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
                "product": {
                  "name": "fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
                  "product_id": "fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-virtd-tcp-debuginfo@4.10.0-20.el9_0.21?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
                "product": {
                  "name": "ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
                  "product_id": "ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/ha-cloud-support-debuginfo@4.10.0-20.el9_0.21?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
                "product": {
                  "name": "ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
                  "product_id": "ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/ha-openstack-support-debuginfo@4.10.0-20.el9_0.21?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-compute-0:4.10.0-20.el9_0.21.x86_64",
                "product": {
                  "name": "fence-agents-compute-0:4.10.0-20.el9_0.21.x86_64",
                  "product_id": "fence-agents-compute-0:4.10.0-20.el9_0.21.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-compute@4.10.0-20.el9_0.21?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-kubevirt-0:4.10.0-20.el9_0.21.x86_64",
                "product": {
                  "name": "fence-agents-kubevirt-0:4.10.0-20.el9_0.21.x86_64",
                  "product_id": "fence-agents-kubevirt-0:4.10.0-20.el9_0.21.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-kubevirt@4.10.0-20.el9_0.21?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-virt-0:4.10.0-20.el9_0.21.x86_64",
                "product": {
                  "name": "fence-virt-0:4.10.0-20.el9_0.21.x86_64",
                  "product_id": "fence-virt-0:4.10.0-20.el9_0.21.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-virt@4.10.0-20.el9_0.21?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-virtd-0:4.10.0-20.el9_0.21.x86_64",
                "product": {
                  "name": "fence-virtd-0:4.10.0-20.el9_0.21.x86_64",
                  "product_id": "fence-virtd-0:4.10.0-20.el9_0.21.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-virtd@4.10.0-20.el9_0.21?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-virtd-cpg-0:4.10.0-20.el9_0.21.x86_64",
                "product": {
                  "name": "fence-virtd-cpg-0:4.10.0-20.el9_0.21.x86_64",
                  "product_id": "fence-virtd-cpg-0:4.10.0-20.el9_0.21.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-virtd-cpg@4.10.0-20.el9_0.21?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-virtd-libvirt-0:4.10.0-20.el9_0.21.x86_64",
                "product": {
                  "name": "fence-virtd-libvirt-0:4.10.0-20.el9_0.21.x86_64",
                  "product_id": "fence-virtd-libvirt-0:4.10.0-20.el9_0.21.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-virtd-libvirt@4.10.0-20.el9_0.21?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-virtd-multicast-0:4.10.0-20.el9_0.21.x86_64",
                "product": {
                  "name": "fence-virtd-multicast-0:4.10.0-20.el9_0.21.x86_64",
                  "product_id": "fence-virtd-multicast-0:4.10.0-20.el9_0.21.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-virtd-multicast@4.10.0-20.el9_0.21?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-virtd-serial-0:4.10.0-20.el9_0.21.x86_64",
                "product": {
                  "name": "fence-virtd-serial-0:4.10.0-20.el9_0.21.x86_64",
                  "product_id": "fence-virtd-serial-0:4.10.0-20.el9_0.21.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-virtd-serial@4.10.0-20.el9_0.21?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-virtd-tcp-0:4.10.0-20.el9_0.21.x86_64",
                "product": {
                  "name": "fence-virtd-tcp-0:4.10.0-20.el9_0.21.x86_64",
                  "product_id": "fence-virtd-tcp-0:4.10.0-20.el9_0.21.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-virtd-tcp@4.10.0-20.el9_0.21?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ha-openstack-support-0:4.10.0-20.el9_0.21.x86_64",
                "product": {
                  "name": "ha-openstack-support-0:4.10.0-20.el9_0.21.x86_64",
                  "product_id": "ha-openstack-support-0:4.10.0-20.el9_0.21.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/ha-openstack-support@4.10.0-20.el9_0.21?arch=x86_64"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "x86_64"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "fence-agents-all-0:4.10.0-20.el9_0.21.ppc64le",
                "product": {
                  "name": "fence-agents-all-0:4.10.0-20.el9_0.21.ppc64le",
                  "product_id": "fence-agents-all-0:4.10.0-20.el9_0.21.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-all@4.10.0-20.el9_0.21?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-kdump-0:4.10.0-20.el9_0.21.ppc64le",
                "product": {
                  "name": "fence-agents-kdump-0:4.10.0-20.el9_0.21.ppc64le",
                  "product_id": "fence-agents-kdump-0:4.10.0-20.el9_0.21.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-kdump@4.10.0-20.el9_0.21?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-openstack-0:4.10.0-20.el9_0.21.ppc64le",
                "product": {
                  "name": "fence-agents-openstack-0:4.10.0-20.el9_0.21.ppc64le",
                  "product_id": "fence-agents-openstack-0:4.10.0-20.el9_0.21.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-openstack@4.10.0-20.el9_0.21?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-redfish-0:4.10.0-20.el9_0.21.ppc64le",
                "product": {
                  "name": "fence-agents-redfish-0:4.10.0-20.el9_0.21.ppc64le",
                  "product_id": "fence-agents-redfish-0:4.10.0-20.el9_0.21.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-redfish@4.10.0-20.el9_0.21?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-debugsource-0:4.10.0-20.el9_0.21.ppc64le",
                "product": {
                  "name": "fence-agents-debugsource-0:4.10.0-20.el9_0.21.ppc64le",
                  "product_id": "fence-agents-debugsource-0:4.10.0-20.el9_0.21.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-debugsource@4.10.0-20.el9_0.21?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-debuginfo-0:4.10.0-20.el9_0.21.ppc64le",
                "product": {
                  "name": "fence-agents-debuginfo-0:4.10.0-20.el9_0.21.ppc64le",
                  "product_id": "fence-agents-debuginfo-0:4.10.0-20.el9_0.21.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-debuginfo@4.10.0-20.el9_0.21?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.ppc64le",
                "product": {
                  "name": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.ppc64le",
                  "product_id": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-kdump-debuginfo@4.10.0-20.el9_0.21?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.ppc64le",
                "product": {
                  "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.ppc64le",
                  "product_id": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-kubevirt-debuginfo@4.10.0-20.el9_0.21?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.21.ppc64le",
                "product": {
                  "name": "ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.21.ppc64le",
                  "product_id": "ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.21.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/ha-openstack-support-debuginfo@4.10.0-20.el9_0.21?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-compute-0:4.10.0-20.el9_0.21.ppc64le",
                "product": {
                  "name": "fence-agents-compute-0:4.10.0-20.el9_0.21.ppc64le",
                  "product_id": "fence-agents-compute-0:4.10.0-20.el9_0.21.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-compute@4.10.0-20.el9_0.21?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-kubevirt-0:4.10.0-20.el9_0.21.ppc64le",
                "product": {
                  "name": "fence-agents-kubevirt-0:4.10.0-20.el9_0.21.ppc64le",
                  "product_id": "fence-agents-kubevirt-0:4.10.0-20.el9_0.21.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-kubevirt@4.10.0-20.el9_0.21?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ha-openstack-support-0:4.10.0-20.el9_0.21.ppc64le",
                "product": {
                  "name": "ha-openstack-support-0:4.10.0-20.el9_0.21.ppc64le",
                  "product_id": "ha-openstack-support-0:4.10.0-20.el9_0.21.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/ha-openstack-support@4.10.0-20.el9_0.21?arch=ppc64le"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "ppc64le"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "fence-agents-all-0:4.10.0-20.el9_0.21.s390x",
                "product": {
                  "name": "fence-agents-all-0:4.10.0-20.el9_0.21.s390x",
                  "product_id": "fence-agents-all-0:4.10.0-20.el9_0.21.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-all@4.10.0-20.el9_0.21?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-kdump-0:4.10.0-20.el9_0.21.s390x",
                "product": {
                  "name": "fence-agents-kdump-0:4.10.0-20.el9_0.21.s390x",
                  "product_id": "fence-agents-kdump-0:4.10.0-20.el9_0.21.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-kdump@4.10.0-20.el9_0.21?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-redfish-0:4.10.0-20.el9_0.21.s390x",
                "product": {
                  "name": "fence-agents-redfish-0:4.10.0-20.el9_0.21.s390x",
                  "product_id": "fence-agents-redfish-0:4.10.0-20.el9_0.21.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-redfish@4.10.0-20.el9_0.21?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-zvm-0:4.10.0-20.el9_0.21.s390x",
                "product": {
                  "name": "fence-agents-zvm-0:4.10.0-20.el9_0.21.s390x",
                  "product_id": "fence-agents-zvm-0:4.10.0-20.el9_0.21.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-zvm@4.10.0-20.el9_0.21?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-debugsource-0:4.10.0-20.el9_0.21.s390x",
                "product": {
                  "name": "fence-agents-debugsource-0:4.10.0-20.el9_0.21.s390x",
                  "product_id": "fence-agents-debugsource-0:4.10.0-20.el9_0.21.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-debugsource@4.10.0-20.el9_0.21?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-debuginfo-0:4.10.0-20.el9_0.21.s390x",
                "product": {
                  "name": "fence-agents-debuginfo-0:4.10.0-20.el9_0.21.s390x",
                  "product_id": "fence-agents-debuginfo-0:4.10.0-20.el9_0.21.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-debuginfo@4.10.0-20.el9_0.21?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.s390x",
                "product": {
                  "name": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.s390x",
                  "product_id": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-kdump-debuginfo@4.10.0-20.el9_0.21?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.s390x",
                "product": {
                  "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.s390x",
                  "product_id": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-kubevirt-debuginfo@4.10.0-20.el9_0.21?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-kubevirt-0:4.10.0-20.el9_0.21.s390x",
                "product": {
                  "name": "fence-agents-kubevirt-0:4.10.0-20.el9_0.21.s390x",
                  "product_id": "fence-agents-kubevirt-0:4.10.0-20.el9_0.21.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-kubevirt@4.10.0-20.el9_0.21?arch=s390x"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "s390x"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "fence-agents-amt-ws-0:4.10.0-20.el9_0.21.noarch",
                "product": {
                  "name": "fence-agents-amt-ws-0:4.10.0-20.el9_0.21.noarch",
                  "product_id": "fence-agents-amt-ws-0:4.10.0-20.el9_0.21.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-amt-ws@4.10.0-20.el9_0.21?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-apc-0:4.10.0-20.el9_0.21.noarch",
                "product": {
                  "name": "fence-agents-apc-0:4.10.0-20.el9_0.21.noarch",
                  "product_id": "fence-agents-apc-0:4.10.0-20.el9_0.21.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-apc@4.10.0-20.el9_0.21?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-apc-snmp-0:4.10.0-20.el9_0.21.noarch",
                "product": {
                  "name": "fence-agents-apc-snmp-0:4.10.0-20.el9_0.21.noarch",
                  "product_id": "fence-agents-apc-snmp-0:4.10.0-20.el9_0.21.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-apc-snmp@4.10.0-20.el9_0.21?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-bladecenter-0:4.10.0-20.el9_0.21.noarch",
                "product": {
                  "name": "fence-agents-bladecenter-0:4.10.0-20.el9_0.21.noarch",
                  "product_id": "fence-agents-bladecenter-0:4.10.0-20.el9_0.21.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-bladecenter@4.10.0-20.el9_0.21?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-brocade-0:4.10.0-20.el9_0.21.noarch",
                "product": {
                  "name": "fence-agents-brocade-0:4.10.0-20.el9_0.21.noarch",
                  "product_id": "fence-agents-brocade-0:4.10.0-20.el9_0.21.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-brocade@4.10.0-20.el9_0.21?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-cisco-mds-0:4.10.0-20.el9_0.21.noarch",
                "product": {
                  "name": "fence-agents-cisco-mds-0:4.10.0-20.el9_0.21.noarch",
                  "product_id": "fence-agents-cisco-mds-0:4.10.0-20.el9_0.21.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-cisco-mds@4.10.0-20.el9_0.21?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-cisco-ucs-0:4.10.0-20.el9_0.21.noarch",
                "product": {
                  "name": "fence-agents-cisco-ucs-0:4.10.0-20.el9_0.21.noarch",
                  "product_id": "fence-agents-cisco-ucs-0:4.10.0-20.el9_0.21.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-cisco-ucs@4.10.0-20.el9_0.21?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-drac5-0:4.10.0-20.el9_0.21.noarch",
                "product": {
                  "name": "fence-agents-drac5-0:4.10.0-20.el9_0.21.noarch",
                  "product_id": "fence-agents-drac5-0:4.10.0-20.el9_0.21.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-drac5@4.10.0-20.el9_0.21?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-eaton-snmp-0:4.10.0-20.el9_0.21.noarch",
                "product": {
                  "name": "fence-agents-eaton-snmp-0:4.10.0-20.el9_0.21.noarch",
                  "product_id": "fence-agents-eaton-snmp-0:4.10.0-20.el9_0.21.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-eaton-snmp@4.10.0-20.el9_0.21?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-emerson-0:4.10.0-20.el9_0.21.noarch",
                "product": {
                  "name": "fence-agents-emerson-0:4.10.0-20.el9_0.21.noarch",
                  "product_id": "fence-agents-emerson-0:4.10.0-20.el9_0.21.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-emerson@4.10.0-20.el9_0.21?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-eps-0:4.10.0-20.el9_0.21.noarch",
                "product": {
                  "name": "fence-agents-eps-0:4.10.0-20.el9_0.21.noarch",
                  "product_id": "fence-agents-eps-0:4.10.0-20.el9_0.21.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-eps@4.10.0-20.el9_0.21?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-heuristics-ping-0:4.10.0-20.el9_0.21.noarch",
                "product": {
                  "name": "fence-agents-heuristics-ping-0:4.10.0-20.el9_0.21.noarch",
                  "product_id": "fence-agents-heuristics-ping-0:4.10.0-20.el9_0.21.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-heuristics-ping@4.10.0-20.el9_0.21?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-hpblade-0:4.10.0-20.el9_0.21.noarch",
                "product": {
                  "name": "fence-agents-hpblade-0:4.10.0-20.el9_0.21.noarch",
                  "product_id": "fence-agents-hpblade-0:4.10.0-20.el9_0.21.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-hpblade@4.10.0-20.el9_0.21?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-ibmblade-0:4.10.0-20.el9_0.21.noarch",
                "product": {
                  "name": "fence-agents-ibmblade-0:4.10.0-20.el9_0.21.noarch",
                  "product_id": "fence-agents-ibmblade-0:4.10.0-20.el9_0.21.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-ibmblade@4.10.0-20.el9_0.21?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-ifmib-0:4.10.0-20.el9_0.21.noarch",
                "product": {
                  "name": "fence-agents-ifmib-0:4.10.0-20.el9_0.21.noarch",
                  "product_id": "fence-agents-ifmib-0:4.10.0-20.el9_0.21.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-ifmib@4.10.0-20.el9_0.21?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-ilo-moonshot-0:4.10.0-20.el9_0.21.noarch",
                "product": {
                  "name": "fence-agents-ilo-moonshot-0:4.10.0-20.el9_0.21.noarch",
                  "product_id": "fence-agents-ilo-moonshot-0:4.10.0-20.el9_0.21.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-ilo-moonshot@4.10.0-20.el9_0.21?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-ilo-mp-0:4.10.0-20.el9_0.21.noarch",
                "product": {
                  "name": "fence-agents-ilo-mp-0:4.10.0-20.el9_0.21.noarch",
                  "product_id": "fence-agents-ilo-mp-0:4.10.0-20.el9_0.21.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-ilo-mp@4.10.0-20.el9_0.21?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-ilo-ssh-0:4.10.0-20.el9_0.21.noarch",
                "product": {
                  "name": "fence-agents-ilo-ssh-0:4.10.0-20.el9_0.21.noarch",
                  "product_id": "fence-agents-ilo-ssh-0:4.10.0-20.el9_0.21.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-ilo-ssh@4.10.0-20.el9_0.21?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-ilo2-0:4.10.0-20.el9_0.21.noarch",
                "product": {
                  "name": "fence-agents-ilo2-0:4.10.0-20.el9_0.21.noarch",
                  "product_id": "fence-agents-ilo2-0:4.10.0-20.el9_0.21.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-ilo2@4.10.0-20.el9_0.21?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-intelmodular-0:4.10.0-20.el9_0.21.noarch",
                "product": {
                  "name": "fence-agents-intelmodular-0:4.10.0-20.el9_0.21.noarch",
                  "product_id": "fence-agents-intelmodular-0:4.10.0-20.el9_0.21.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-intelmodular@4.10.0-20.el9_0.21?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-ipdu-0:4.10.0-20.el9_0.21.noarch",
                "product": {
                  "name": "fence-agents-ipdu-0:4.10.0-20.el9_0.21.noarch",
                  "product_id": "fence-agents-ipdu-0:4.10.0-20.el9_0.21.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-ipdu@4.10.0-20.el9_0.21?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-ipmilan-0:4.10.0-20.el9_0.21.noarch",
                "product": {
                  "name": "fence-agents-ipmilan-0:4.10.0-20.el9_0.21.noarch",
                  "product_id": "fence-agents-ipmilan-0:4.10.0-20.el9_0.21.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-ipmilan@4.10.0-20.el9_0.21?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-lpar-0:4.10.0-20.el9_0.21.noarch",
                "product": {
                  "name": "fence-agents-lpar-0:4.10.0-20.el9_0.21.noarch",
                  "product_id": "fence-agents-lpar-0:4.10.0-20.el9_0.21.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-lpar@4.10.0-20.el9_0.21?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-mpath-0:4.10.0-20.el9_0.21.noarch",
                "product": {
                  "name": "fence-agents-mpath-0:4.10.0-20.el9_0.21.noarch",
                  "product_id": "fence-agents-mpath-0:4.10.0-20.el9_0.21.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-mpath@4.10.0-20.el9_0.21?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-rhevm-0:4.10.0-20.el9_0.21.noarch",
                "product": {
                  "name": "fence-agents-rhevm-0:4.10.0-20.el9_0.21.noarch",
                  "product_id": "fence-agents-rhevm-0:4.10.0-20.el9_0.21.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-rhevm@4.10.0-20.el9_0.21?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-rsa-0:4.10.0-20.el9_0.21.noarch",
                "product": {
                  "name": "fence-agents-rsa-0:4.10.0-20.el9_0.21.noarch",
                  "product_id": "fence-agents-rsa-0:4.10.0-20.el9_0.21.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-rsa@4.10.0-20.el9_0.21?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-rsb-0:4.10.0-20.el9_0.21.noarch",
                "product": {
                  "name": "fence-agents-rsb-0:4.10.0-20.el9_0.21.noarch",
                  "product_id": "fence-agents-rsb-0:4.10.0-20.el9_0.21.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-rsb@4.10.0-20.el9_0.21?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-sbd-0:4.10.0-20.el9_0.21.noarch",
                "product": {
                  "name": "fence-agents-sbd-0:4.10.0-20.el9_0.21.noarch",
                  "product_id": "fence-agents-sbd-0:4.10.0-20.el9_0.21.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-sbd@4.10.0-20.el9_0.21?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-scsi-0:4.10.0-20.el9_0.21.noarch",
                "product": {
                  "name": "fence-agents-scsi-0:4.10.0-20.el9_0.21.noarch",
                  "product_id": "fence-agents-scsi-0:4.10.0-20.el9_0.21.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-scsi@4.10.0-20.el9_0.21?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-vmware-rest-0:4.10.0-20.el9_0.21.noarch",
                "product": {
                  "name": "fence-agents-vmware-rest-0:4.10.0-20.el9_0.21.noarch",
                  "product_id": "fence-agents-vmware-rest-0:4.10.0-20.el9_0.21.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-vmware-rest@4.10.0-20.el9_0.21?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-vmware-soap-0:4.10.0-20.el9_0.21.noarch",
                "product": {
                  "name": "fence-agents-vmware-soap-0:4.10.0-20.el9_0.21.noarch",
                  "product_id": "fence-agents-vmware-soap-0:4.10.0-20.el9_0.21.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-vmware-soap@4.10.0-20.el9_0.21?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-wti-0:4.10.0-20.el9_0.21.noarch",
                "product": {
                  "name": "fence-agents-wti-0:4.10.0-20.el9_0.21.noarch",
                  "product_id": "fence-agents-wti-0:4.10.0-20.el9_0.21.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-wti@4.10.0-20.el9_0.21?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-common-0:4.10.0-20.el9_0.21.noarch",
                "product": {
                  "name": "fence-agents-common-0:4.10.0-20.el9_0.21.noarch",
                  "product_id": "fence-agents-common-0:4.10.0-20.el9_0.21.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-common@4.10.0-20.el9_0.21?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-ibm-powervs-0:4.10.0-20.el9_0.21.noarch",
                "product": {
                  "name": "fence-agents-ibm-powervs-0:4.10.0-20.el9_0.21.noarch",
                  "product_id": "fence-agents-ibm-powervs-0:4.10.0-20.el9_0.21.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-ibm-powervs@4.10.0-20.el9_0.21?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-ibm-vpc-0:4.10.0-20.el9_0.21.noarch",
                "product": {
                  "name": "fence-agents-ibm-vpc-0:4.10.0-20.el9_0.21.noarch",
                  "product_id": "fence-agents-ibm-vpc-0:4.10.0-20.el9_0.21.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-ibm-vpc@4.10.0-20.el9_0.21?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-virsh-0:4.10.0-20.el9_0.21.noarch",
                "product": {
                  "name": "fence-agents-virsh-0:4.10.0-20.el9_0.21.noarch",
                  "product_id": "fence-agents-virsh-0:4.10.0-20.el9_0.21.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-virsh@4.10.0-20.el9_0.21?arch=noarch"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "noarch"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "fence-agents-0:4.10.0-20.el9_0.21.src",
                "product": {
                  "name": "fence-agents-0:4.10.0-20.el9_0.21.src",
                  "product_id": "fence-agents-0:4.10.0-20.el9_0.21.src",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents@4.10.0-20.el9_0.21?arch=src"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "src"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "fence-agents-kubevirt-0:4.10.0-20.el9_0.21.aarch64",
                "product": {
                  "name": "fence-agents-kubevirt-0:4.10.0-20.el9_0.21.aarch64",
                  "product_id": "fence-agents-kubevirt-0:4.10.0-20.el9_0.21.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-kubevirt@4.10.0-20.el9_0.21?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-debugsource-0:4.10.0-20.el9_0.21.aarch64",
                "product": {
                  "name": "fence-agents-debugsource-0:4.10.0-20.el9_0.21.aarch64",
                  "product_id": "fence-agents-debugsource-0:4.10.0-20.el9_0.21.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-debugsource@4.10.0-20.el9_0.21?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-debuginfo-0:4.10.0-20.el9_0.21.aarch64",
                "product": {
                  "name": "fence-agents-debuginfo-0:4.10.0-20.el9_0.21.aarch64",
                  "product_id": "fence-agents-debuginfo-0:4.10.0-20.el9_0.21.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-debuginfo@4.10.0-20.el9_0.21?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.aarch64",
                "product": {
                  "name": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.aarch64",
                  "product_id": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-kdump-debuginfo@4.10.0-20.el9_0.21?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.aarch64",
                "product": {
                  "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.aarch64",
                  "product_id": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-kubevirt-debuginfo@4.10.0-20.el9_0.21?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-all-0:4.10.0-20.el9_0.21.aarch64",
                "product": {
                  "name": "fence-agents-all-0:4.10.0-20.el9_0.21.aarch64",
                  "product_id": "fence-agents-all-0:4.10.0-20.el9_0.21.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-all@4.10.0-20.el9_0.21?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-kdump-0:4.10.0-20.el9_0.21.aarch64",
                "product": {
                  "name": "fence-agents-kdump-0:4.10.0-20.el9_0.21.aarch64",
                  "product_id": "fence-agents-kdump-0:4.10.0-20.el9_0.21.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-kdump@4.10.0-20.el9_0.21?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-redfish-0:4.10.0-20.el9_0.21.aarch64",
                "product": {
                  "name": "fence-agents-redfish-0:4.10.0-20.el9_0.21.aarch64",
                  "product_id": "fence-agents-redfish-0:4.10.0-20.el9_0.21.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-redfish@4.10.0-20.el9_0.21?arch=aarch64"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "aarch64"
          }
        ],
        "category": "vendor",
        "name": "Red Hat"
      }
    ],
    "relationships": [
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-0:4.10.0-20.el9_0.21.src as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
          "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-0:4.10.0-20.el9_0.21.src"
        },
        "product_reference": "fence-agents-0:4.10.0-20.el9_0.21.src",
        "relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-aliyun-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
          "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-aliyun-0:4.10.0-20.el9_0.21.x86_64"
        },
        "product_reference": "fence-agents-aliyun-0:4.10.0-20.el9_0.21.x86_64",
        "relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-all-0:4.10.0-20.el9_0.21.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
          "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.21.aarch64"
        },
        "product_reference": "fence-agents-all-0:4.10.0-20.el9_0.21.aarch64",
        "relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-all-0:4.10.0-20.el9_0.21.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
          "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.21.ppc64le"
        },
        "product_reference": "fence-agents-all-0:4.10.0-20.el9_0.21.ppc64le",
        "relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-all-0:4.10.0-20.el9_0.21.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
          "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.21.s390x"
        },
        "product_reference": "fence-agents-all-0:4.10.0-20.el9_0.21.s390x",
        "relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-all-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
          "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.21.x86_64"
        },
        "product_reference": "fence-agents-all-0:4.10.0-20.el9_0.21.x86_64",
        "relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-amt-ws-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
          "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-amt-ws-0:4.10.0-20.el9_0.21.noarch"
        },
        "product_reference": "fence-agents-amt-ws-0:4.10.0-20.el9_0.21.noarch",
        "relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-apc-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
          "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-apc-0:4.10.0-20.el9_0.21.noarch"
        },
        "product_reference": "fence-agents-apc-0:4.10.0-20.el9_0.21.noarch",
        "relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-apc-snmp-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
          "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-apc-snmp-0:4.10.0-20.el9_0.21.noarch"
        },
        "product_reference": "fence-agents-apc-snmp-0:4.10.0-20.el9_0.21.noarch",
        "relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-aws-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
          "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-aws-0:4.10.0-20.el9_0.21.x86_64"
        },
        "product_reference": "fence-agents-aws-0:4.10.0-20.el9_0.21.x86_64",
        "relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-azure-arm-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
          "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-azure-arm-0:4.10.0-20.el9_0.21.x86_64"
        },
        "product_reference": "fence-agents-azure-arm-0:4.10.0-20.el9_0.21.x86_64",
        "relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-bladecenter-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
          "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-bladecenter-0:4.10.0-20.el9_0.21.noarch"
        },
        "product_reference": "fence-agents-bladecenter-0:4.10.0-20.el9_0.21.noarch",
        "relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-brocade-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
          "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-brocade-0:4.10.0-20.el9_0.21.noarch"
        },
        "product_reference": "fence-agents-brocade-0:4.10.0-20.el9_0.21.noarch",
        "relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-cisco-mds-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
          "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-cisco-mds-0:4.10.0-20.el9_0.21.noarch"
        },
        "product_reference": "fence-agents-cisco-mds-0:4.10.0-20.el9_0.21.noarch",
        "relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-cisco-ucs-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
          "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-cisco-ucs-0:4.10.0-20.el9_0.21.noarch"
        },
        "product_reference": "fence-agents-cisco-ucs-0:4.10.0-20.el9_0.21.noarch",
        "relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-common-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
          "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-common-0:4.10.0-20.el9_0.21.noarch"
        },
        "product_reference": "fence-agents-common-0:4.10.0-20.el9_0.21.noarch",
        "relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-compute-0:4.10.0-20.el9_0.21.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
          "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.21.ppc64le"
        },
        "product_reference": "fence-agents-compute-0:4.10.0-20.el9_0.21.ppc64le",
        "relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-compute-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
          "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.21.x86_64"
        },
        "product_reference": "fence-agents-compute-0:4.10.0-20.el9_0.21.x86_64",
        "relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-debuginfo-0:4.10.0-20.el9_0.21.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
          "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.21.aarch64"
        },
        "product_reference": "fence-agents-debuginfo-0:4.10.0-20.el9_0.21.aarch64",
        "relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-debuginfo-0:4.10.0-20.el9_0.21.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
          "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.21.ppc64le"
        },
        "product_reference": "fence-agents-debuginfo-0:4.10.0-20.el9_0.21.ppc64le",
        "relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-debuginfo-0:4.10.0-20.el9_0.21.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
          "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.21.s390x"
        },
        "product_reference": "fence-agents-debuginfo-0:4.10.0-20.el9_0.21.s390x",
        "relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-debuginfo-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
          "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.21.x86_64"
        },
        "product_reference": "fence-agents-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
        "relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-debugsource-0:4.10.0-20.el9_0.21.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
          "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.21.aarch64"
        },
        "product_reference": "fence-agents-debugsource-0:4.10.0-20.el9_0.21.aarch64",
        "relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-debugsource-0:4.10.0-20.el9_0.21.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
          "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.21.ppc64le"
        },
        "product_reference": "fence-agents-debugsource-0:4.10.0-20.el9_0.21.ppc64le",
        "relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-debugsource-0:4.10.0-20.el9_0.21.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
          "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.21.s390x"
        },
        "product_reference": "fence-agents-debugsource-0:4.10.0-20.el9_0.21.s390x",
        "relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-debugsource-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
          "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.21.x86_64"
        },
        "product_reference": "fence-agents-debugsource-0:4.10.0-20.el9_0.21.x86_64",
        "relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-drac5-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
          "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-drac5-0:4.10.0-20.el9_0.21.noarch"
        },
        "product_reference": "fence-agents-drac5-0:4.10.0-20.el9_0.21.noarch",
        "relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-eaton-snmp-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
          "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-eaton-snmp-0:4.10.0-20.el9_0.21.noarch"
        },
        "product_reference": "fence-agents-eaton-snmp-0:4.10.0-20.el9_0.21.noarch",
        "relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-emerson-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
          "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-emerson-0:4.10.0-20.el9_0.21.noarch"
        },
        "product_reference": "fence-agents-emerson-0:4.10.0-20.el9_0.21.noarch",
        "relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-eps-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
          "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-eps-0:4.10.0-20.el9_0.21.noarch"
        },
        "product_reference": "fence-agents-eps-0:4.10.0-20.el9_0.21.noarch",
        "relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-gce-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
          "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-gce-0:4.10.0-20.el9_0.21.x86_64"
        },
        "product_reference": "fence-agents-gce-0:4.10.0-20.el9_0.21.x86_64",
        "relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-heuristics-ping-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
          "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-heuristics-ping-0:4.10.0-20.el9_0.21.noarch"
        },
        "product_reference": "fence-agents-heuristics-ping-0:4.10.0-20.el9_0.21.noarch",
        "relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-hpblade-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
          "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-hpblade-0:4.10.0-20.el9_0.21.noarch"
        },
        "product_reference": "fence-agents-hpblade-0:4.10.0-20.el9_0.21.noarch",
        "relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-ibm-powervs-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
          "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-ibm-powervs-0:4.10.0-20.el9_0.21.noarch"
        },
        "product_reference": "fence-agents-ibm-powervs-0:4.10.0-20.el9_0.21.noarch",
        "relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-ibm-vpc-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
          "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-ibm-vpc-0:4.10.0-20.el9_0.21.noarch"
        },
        "product_reference": "fence-agents-ibm-vpc-0:4.10.0-20.el9_0.21.noarch",
        "relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-ibmblade-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
          "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-ibmblade-0:4.10.0-20.el9_0.21.noarch"
        },
        "product_reference": "fence-agents-ibmblade-0:4.10.0-20.el9_0.21.noarch",
        "relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-ifmib-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
          "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-ifmib-0:4.10.0-20.el9_0.21.noarch"
        },
        "product_reference": "fence-agents-ifmib-0:4.10.0-20.el9_0.21.noarch",
        "relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-ilo-moonshot-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
          "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-ilo-moonshot-0:4.10.0-20.el9_0.21.noarch"
        },
        "product_reference": "fence-agents-ilo-moonshot-0:4.10.0-20.el9_0.21.noarch",
        "relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-ilo-mp-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
          "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-ilo-mp-0:4.10.0-20.el9_0.21.noarch"
        },
        "product_reference": "fence-agents-ilo-mp-0:4.10.0-20.el9_0.21.noarch",
        "relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-ilo-ssh-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
          "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-ilo-ssh-0:4.10.0-20.el9_0.21.noarch"
        },
        "product_reference": "fence-agents-ilo-ssh-0:4.10.0-20.el9_0.21.noarch",
        "relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-ilo2-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
          "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-ilo2-0:4.10.0-20.el9_0.21.noarch"
        },
        "product_reference": "fence-agents-ilo2-0:4.10.0-20.el9_0.21.noarch",
        "relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-intelmodular-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
          "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-intelmodular-0:4.10.0-20.el9_0.21.noarch"
        },
        "product_reference": "fence-agents-intelmodular-0:4.10.0-20.el9_0.21.noarch",
        "relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-ipdu-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
          "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-ipdu-0:4.10.0-20.el9_0.21.noarch"
        },
        "product_reference": "fence-agents-ipdu-0:4.10.0-20.el9_0.21.noarch",
        "relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-ipmilan-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
          "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-ipmilan-0:4.10.0-20.el9_0.21.noarch"
        },
        "product_reference": "fence-agents-ipmilan-0:4.10.0-20.el9_0.21.noarch",
        "relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kdump-0:4.10.0-20.el9_0.21.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
          "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.21.aarch64"
        },
        "product_reference": "fence-agents-kdump-0:4.10.0-20.el9_0.21.aarch64",
        "relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kdump-0:4.10.0-20.el9_0.21.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
          "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.21.ppc64le"
        },
        "product_reference": "fence-agents-kdump-0:4.10.0-20.el9_0.21.ppc64le",
        "relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kdump-0:4.10.0-20.el9_0.21.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
          "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.21.s390x"
        },
        "product_reference": "fence-agents-kdump-0:4.10.0-20.el9_0.21.s390x",
        "relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kdump-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
          "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.21.x86_64"
        },
        "product_reference": "fence-agents-kdump-0:4.10.0-20.el9_0.21.x86_64",
        "relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
          "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.aarch64"
        },
        "product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.aarch64",
        "relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
          "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.ppc64le"
        },
        "product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.ppc64le",
        "relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
          "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.s390x"
        },
        "product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.s390x",
        "relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
          "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.x86_64"
        },
        "product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
        "relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kubevirt-0:4.10.0-20.el9_0.21.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
          "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.21.aarch64"
        },
        "product_reference": "fence-agents-kubevirt-0:4.10.0-20.el9_0.21.aarch64",
        "relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kubevirt-0:4.10.0-20.el9_0.21.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
          "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.21.ppc64le"
        },
        "product_reference": "fence-agents-kubevirt-0:4.10.0-20.el9_0.21.ppc64le",
        "relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kubevirt-0:4.10.0-20.el9_0.21.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
          "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.21.s390x"
        },
        "product_reference": "fence-agents-kubevirt-0:4.10.0-20.el9_0.21.s390x",
        "relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kubevirt-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
          "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.21.x86_64"
        },
        "product_reference": "fence-agents-kubevirt-0:4.10.0-20.el9_0.21.x86_64",
        "relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
          "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.aarch64"
        },
        "product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.aarch64",
        "relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
          "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.ppc64le"
        },
        "product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.ppc64le",
        "relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
          "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.s390x"
        },
        "product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.s390x",
        "relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
          "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.x86_64"
        },
        "product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
        "relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-lpar-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
          "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-lpar-0:4.10.0-20.el9_0.21.noarch"
        },
        "product_reference": "fence-agents-lpar-0:4.10.0-20.el9_0.21.noarch",
        "relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-mpath-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
          "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-mpath-0:4.10.0-20.el9_0.21.noarch"
        },
        "product_reference": "fence-agents-mpath-0:4.10.0-20.el9_0.21.noarch",
        "relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-openstack-0:4.10.0-20.el9_0.21.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
          "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.21.ppc64le"
        },
        "product_reference": "fence-agents-openstack-0:4.10.0-20.el9_0.21.ppc64le",
        "relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-openstack-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
          "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.21.x86_64"
        },
        "product_reference": "fence-agents-openstack-0:4.10.0-20.el9_0.21.x86_64",
        "relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-redfish-0:4.10.0-20.el9_0.21.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
          "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.21.aarch64"
        },
        "product_reference": "fence-agents-redfish-0:4.10.0-20.el9_0.21.aarch64",
        "relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-redfish-0:4.10.0-20.el9_0.21.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
          "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.21.ppc64le"
        },
        "product_reference": "fence-agents-redfish-0:4.10.0-20.el9_0.21.ppc64le",
        "relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-redfish-0:4.10.0-20.el9_0.21.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
          "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.21.s390x"
        },
        "product_reference": "fence-agents-redfish-0:4.10.0-20.el9_0.21.s390x",
        "relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-redfish-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
          "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.21.x86_64"
        },
        "product_reference": "fence-agents-redfish-0:4.10.0-20.el9_0.21.x86_64",
        "relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-rhevm-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
          "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-rhevm-0:4.10.0-20.el9_0.21.noarch"
        },
        "product_reference": "fence-agents-rhevm-0:4.10.0-20.el9_0.21.noarch",
        "relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-rsa-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
          "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-rsa-0:4.10.0-20.el9_0.21.noarch"
        },
        "product_reference": "fence-agents-rsa-0:4.10.0-20.el9_0.21.noarch",
        "relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-rsb-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
          "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-rsb-0:4.10.0-20.el9_0.21.noarch"
        },
        "product_reference": "fence-agents-rsb-0:4.10.0-20.el9_0.21.noarch",
        "relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-sbd-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
          "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-sbd-0:4.10.0-20.el9_0.21.noarch"
        },
        "product_reference": "fence-agents-sbd-0:4.10.0-20.el9_0.21.noarch",
        "relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-scsi-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
          "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-scsi-0:4.10.0-20.el9_0.21.noarch"
        },
        "product_reference": "fence-agents-scsi-0:4.10.0-20.el9_0.21.noarch",
        "relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-virsh-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
          "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-virsh-0:4.10.0-20.el9_0.21.noarch"
        },
        "product_reference": "fence-agents-virsh-0:4.10.0-20.el9_0.21.noarch",
        "relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-vmware-rest-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
          "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-vmware-rest-0:4.10.0-20.el9_0.21.noarch"
        },
        "product_reference": "fence-agents-vmware-rest-0:4.10.0-20.el9_0.21.noarch",
        "relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-vmware-soap-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
          "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-vmware-soap-0:4.10.0-20.el9_0.21.noarch"
        },
        "product_reference": "fence-agents-vmware-soap-0:4.10.0-20.el9_0.21.noarch",
        "relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-wti-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
          "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-wti-0:4.10.0-20.el9_0.21.noarch"
        },
        "product_reference": "fence-agents-wti-0:4.10.0-20.el9_0.21.noarch",
        "relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-zvm-0:4.10.0-20.el9_0.21.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
          "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-zvm-0:4.10.0-20.el9_0.21.s390x"
        },
        "product_reference": "fence-agents-zvm-0:4.10.0-20.el9_0.21.s390x",
        "relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virt-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
          "product_id": "AppStream-9.0.0.Z.E4S:fence-virt-0:4.10.0-20.el9_0.21.x86_64"
        },
        "product_reference": "fence-virt-0:4.10.0-20.el9_0.21.x86_64",
        "relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virt-debuginfo-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
          "product_id": "AppStream-9.0.0.Z.E4S:fence-virt-debuginfo-0:4.10.0-20.el9_0.21.x86_64"
        },
        "product_reference": "fence-virt-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
        "relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virtd-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
          "product_id": "AppStream-9.0.0.Z.E4S:fence-virtd-0:4.10.0-20.el9_0.21.x86_64"
        },
        "product_reference": "fence-virtd-0:4.10.0-20.el9_0.21.x86_64",
        "relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virtd-cpg-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
          "product_id": "AppStream-9.0.0.Z.E4S:fence-virtd-cpg-0:4.10.0-20.el9_0.21.x86_64"
        },
        "product_reference": "fence-virtd-cpg-0:4.10.0-20.el9_0.21.x86_64",
        "relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
          "product_id": "AppStream-9.0.0.Z.E4S:fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.21.x86_64"
        },
        "product_reference": "fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
        "relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virtd-debuginfo-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
          "product_id": "AppStream-9.0.0.Z.E4S:fence-virtd-debuginfo-0:4.10.0-20.el9_0.21.x86_64"
        },
        "product_reference": "fence-virtd-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
        "relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virtd-libvirt-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
          "product_id": "AppStream-9.0.0.Z.E4S:fence-virtd-libvirt-0:4.10.0-20.el9_0.21.x86_64"
        },
        "product_reference": "fence-virtd-libvirt-0:4.10.0-20.el9_0.21.x86_64",
        "relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
          "product_id": "AppStream-9.0.0.Z.E4S:fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.21.x86_64"
        },
        "product_reference": "fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
        "relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virtd-multicast-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
          "product_id": "AppStream-9.0.0.Z.E4S:fence-virtd-multicast-0:4.10.0-20.el9_0.21.x86_64"
        },
        "product_reference": "fence-virtd-multicast-0:4.10.0-20.el9_0.21.x86_64",
        "relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
          "product_id": "AppStream-9.0.0.Z.E4S:fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.21.x86_64"
        },
        "product_reference": "fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
        "relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virtd-serial-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
          "product_id": "AppStream-9.0.0.Z.E4S:fence-virtd-serial-0:4.10.0-20.el9_0.21.x86_64"
        },
        "product_reference": "fence-virtd-serial-0:4.10.0-20.el9_0.21.x86_64",
        "relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
          "product_id": "AppStream-9.0.0.Z.E4S:fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.21.x86_64"
        },
        "product_reference": "fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
        "relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virtd-tcp-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
          "product_id": "AppStream-9.0.0.Z.E4S:fence-virtd-tcp-0:4.10.0-20.el9_0.21.x86_64"
        },
        "product_reference": "fence-virtd-tcp-0:4.10.0-20.el9_0.21.x86_64",
        "relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
          "product_id": "AppStream-9.0.0.Z.E4S:fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.21.x86_64"
        },
        "product_reference": "fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
        "relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ha-cloud-support-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
          "product_id": "AppStream-9.0.0.Z.E4S:ha-cloud-support-0:4.10.0-20.el9_0.21.x86_64"
        },
        "product_reference": "ha-cloud-support-0:4.10.0-20.el9_0.21.x86_64",
        "relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
          "product_id": "AppStream-9.0.0.Z.E4S:ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.21.x86_64"
        },
        "product_reference": "ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
        "relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ha-openstack-support-0:4.10.0-20.el9_0.21.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
          "product_id": "AppStream-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.21.ppc64le"
        },
        "product_reference": "ha-openstack-support-0:4.10.0-20.el9_0.21.ppc64le",
        "relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ha-openstack-support-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
          "product_id": "AppStream-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.21.x86_64"
        },
        "product_reference": "ha-openstack-support-0:4.10.0-20.el9_0.21.x86_64",
        "relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.21.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
          "product_id": "AppStream-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.21.ppc64le"
        },
        "product_reference": "ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.21.ppc64le",
        "relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
          "product_id": "AppStream-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.21.x86_64"
        },
        "product_reference": "ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
        "relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-0:4.10.0-20.el9_0.21.src as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
          "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-0:4.10.0-20.el9_0.21.src"
        },
        "product_reference": "fence-agents-0:4.10.0-20.el9_0.21.src",
        "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-aliyun-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
          "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-aliyun-0:4.10.0-20.el9_0.21.x86_64"
        },
        "product_reference": "fence-agents-aliyun-0:4.10.0-20.el9_0.21.x86_64",
        "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-all-0:4.10.0-20.el9_0.21.aarch64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
          "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.21.aarch64"
        },
        "product_reference": "fence-agents-all-0:4.10.0-20.el9_0.21.aarch64",
        "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-all-0:4.10.0-20.el9_0.21.ppc64le as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
          "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.21.ppc64le"
        },
        "product_reference": "fence-agents-all-0:4.10.0-20.el9_0.21.ppc64le",
        "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-all-0:4.10.0-20.el9_0.21.s390x as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
          "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.21.s390x"
        },
        "product_reference": "fence-agents-all-0:4.10.0-20.el9_0.21.s390x",
        "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-all-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
          "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.21.x86_64"
        },
        "product_reference": "fence-agents-all-0:4.10.0-20.el9_0.21.x86_64",
        "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-amt-ws-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
          "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-amt-ws-0:4.10.0-20.el9_0.21.noarch"
        },
        "product_reference": "fence-agents-amt-ws-0:4.10.0-20.el9_0.21.noarch",
        "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-apc-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
          "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-apc-0:4.10.0-20.el9_0.21.noarch"
        },
        "product_reference": "fence-agents-apc-0:4.10.0-20.el9_0.21.noarch",
        "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-apc-snmp-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
          "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-apc-snmp-0:4.10.0-20.el9_0.21.noarch"
        },
        "product_reference": "fence-agents-apc-snmp-0:4.10.0-20.el9_0.21.noarch",
        "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-aws-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
          "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-aws-0:4.10.0-20.el9_0.21.x86_64"
        },
        "product_reference": "fence-agents-aws-0:4.10.0-20.el9_0.21.x86_64",
        "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-azure-arm-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
          "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-azure-arm-0:4.10.0-20.el9_0.21.x86_64"
        },
        "product_reference": "fence-agents-azure-arm-0:4.10.0-20.el9_0.21.x86_64",
        "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-bladecenter-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
          "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-bladecenter-0:4.10.0-20.el9_0.21.noarch"
        },
        "product_reference": "fence-agents-bladecenter-0:4.10.0-20.el9_0.21.noarch",
        "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-brocade-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
          "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-brocade-0:4.10.0-20.el9_0.21.noarch"
        },
        "product_reference": "fence-agents-brocade-0:4.10.0-20.el9_0.21.noarch",
        "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-cisco-mds-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
          "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-cisco-mds-0:4.10.0-20.el9_0.21.noarch"
        },
        "product_reference": "fence-agents-cisco-mds-0:4.10.0-20.el9_0.21.noarch",
        "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-cisco-ucs-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
          "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-cisco-ucs-0:4.10.0-20.el9_0.21.noarch"
        },
        "product_reference": "fence-agents-cisco-ucs-0:4.10.0-20.el9_0.21.noarch",
        "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-common-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
          "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-common-0:4.10.0-20.el9_0.21.noarch"
        },
        "product_reference": "fence-agents-common-0:4.10.0-20.el9_0.21.noarch",
        "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-compute-0:4.10.0-20.el9_0.21.ppc64le as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
          "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.21.ppc64le"
        },
        "product_reference": "fence-agents-compute-0:4.10.0-20.el9_0.21.ppc64le",
        "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-compute-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
          "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.21.x86_64"
        },
        "product_reference": "fence-agents-compute-0:4.10.0-20.el9_0.21.x86_64",
        "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-debuginfo-0:4.10.0-20.el9_0.21.aarch64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
          "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.21.aarch64"
        },
        "product_reference": "fence-agents-debuginfo-0:4.10.0-20.el9_0.21.aarch64",
        "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-debuginfo-0:4.10.0-20.el9_0.21.ppc64le as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
          "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.21.ppc64le"
        },
        "product_reference": "fence-agents-debuginfo-0:4.10.0-20.el9_0.21.ppc64le",
        "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-debuginfo-0:4.10.0-20.el9_0.21.s390x as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
          "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.21.s390x"
        },
        "product_reference": "fence-agents-debuginfo-0:4.10.0-20.el9_0.21.s390x",
        "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-debuginfo-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
          "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.21.x86_64"
        },
        "product_reference": "fence-agents-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
        "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-debugsource-0:4.10.0-20.el9_0.21.aarch64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
          "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.21.aarch64"
        },
        "product_reference": "fence-agents-debugsource-0:4.10.0-20.el9_0.21.aarch64",
        "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-debugsource-0:4.10.0-20.el9_0.21.ppc64le as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
          "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.21.ppc64le"
        },
        "product_reference": "fence-agents-debugsource-0:4.10.0-20.el9_0.21.ppc64le",
        "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-debugsource-0:4.10.0-20.el9_0.21.s390x as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
          "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.21.s390x"
        },
        "product_reference": "fence-agents-debugsource-0:4.10.0-20.el9_0.21.s390x",
        "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-debugsource-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
          "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.21.x86_64"
        },
        "product_reference": "fence-agents-debugsource-0:4.10.0-20.el9_0.21.x86_64",
        "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-drac5-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
          "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-drac5-0:4.10.0-20.el9_0.21.noarch"
        },
        "product_reference": "fence-agents-drac5-0:4.10.0-20.el9_0.21.noarch",
        "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-eaton-snmp-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
          "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-eaton-snmp-0:4.10.0-20.el9_0.21.noarch"
        },
        "product_reference": "fence-agents-eaton-snmp-0:4.10.0-20.el9_0.21.noarch",
        "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-emerson-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
          "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-emerson-0:4.10.0-20.el9_0.21.noarch"
        },
        "product_reference": "fence-agents-emerson-0:4.10.0-20.el9_0.21.noarch",
        "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-eps-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
          "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-eps-0:4.10.0-20.el9_0.21.noarch"
        },
        "product_reference": "fence-agents-eps-0:4.10.0-20.el9_0.21.noarch",
        "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-gce-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
          "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-gce-0:4.10.0-20.el9_0.21.x86_64"
        },
        "product_reference": "fence-agents-gce-0:4.10.0-20.el9_0.21.x86_64",
        "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-heuristics-ping-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
          "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-heuristics-ping-0:4.10.0-20.el9_0.21.noarch"
        },
        "product_reference": "fence-agents-heuristics-ping-0:4.10.0-20.el9_0.21.noarch",
        "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-hpblade-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
          "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-hpblade-0:4.10.0-20.el9_0.21.noarch"
        },
        "product_reference": "fence-agents-hpblade-0:4.10.0-20.el9_0.21.noarch",
        "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-ibm-powervs-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
          "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-ibm-powervs-0:4.10.0-20.el9_0.21.noarch"
        },
        "product_reference": "fence-agents-ibm-powervs-0:4.10.0-20.el9_0.21.noarch",
        "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-ibm-vpc-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
          "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-ibm-vpc-0:4.10.0-20.el9_0.21.noarch"
        },
        "product_reference": "fence-agents-ibm-vpc-0:4.10.0-20.el9_0.21.noarch",
        "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-ibmblade-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
          "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-ibmblade-0:4.10.0-20.el9_0.21.noarch"
        },
        "product_reference": "fence-agents-ibmblade-0:4.10.0-20.el9_0.21.noarch",
        "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-ifmib-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
          "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-ifmib-0:4.10.0-20.el9_0.21.noarch"
        },
        "product_reference": "fence-agents-ifmib-0:4.10.0-20.el9_0.21.noarch",
        "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-ilo-moonshot-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
          "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-ilo-moonshot-0:4.10.0-20.el9_0.21.noarch"
        },
        "product_reference": "fence-agents-ilo-moonshot-0:4.10.0-20.el9_0.21.noarch",
        "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-ilo-mp-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
          "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-ilo-mp-0:4.10.0-20.el9_0.21.noarch"
        },
        "product_reference": "fence-agents-ilo-mp-0:4.10.0-20.el9_0.21.noarch",
        "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-ilo-ssh-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
          "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-ilo-ssh-0:4.10.0-20.el9_0.21.noarch"
        },
        "product_reference": "fence-agents-ilo-ssh-0:4.10.0-20.el9_0.21.noarch",
        "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-ilo2-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
          "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-ilo2-0:4.10.0-20.el9_0.21.noarch"
        },
        "product_reference": "fence-agents-ilo2-0:4.10.0-20.el9_0.21.noarch",
        "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-intelmodular-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
          "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-intelmodular-0:4.10.0-20.el9_0.21.noarch"
        },
        "product_reference": "fence-agents-intelmodular-0:4.10.0-20.el9_0.21.noarch",
        "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-ipdu-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
          "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-ipdu-0:4.10.0-20.el9_0.21.noarch"
        },
        "product_reference": "fence-agents-ipdu-0:4.10.0-20.el9_0.21.noarch",
        "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-ipmilan-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
          "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-ipmilan-0:4.10.0-20.el9_0.21.noarch"
        },
        "product_reference": "fence-agents-ipmilan-0:4.10.0-20.el9_0.21.noarch",
        "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kdump-0:4.10.0-20.el9_0.21.aarch64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
          "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.21.aarch64"
        },
        "product_reference": "fence-agents-kdump-0:4.10.0-20.el9_0.21.aarch64",
        "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kdump-0:4.10.0-20.el9_0.21.ppc64le as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
          "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.21.ppc64le"
        },
        "product_reference": "fence-agents-kdump-0:4.10.0-20.el9_0.21.ppc64le",
        "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kdump-0:4.10.0-20.el9_0.21.s390x as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
          "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.21.s390x"
        },
        "product_reference": "fence-agents-kdump-0:4.10.0-20.el9_0.21.s390x",
        "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kdump-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
          "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.21.x86_64"
        },
        "product_reference": "fence-agents-kdump-0:4.10.0-20.el9_0.21.x86_64",
        "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.aarch64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
          "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.aarch64"
        },
        "product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.aarch64",
        "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.ppc64le as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
          "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.ppc64le"
        },
        "product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.ppc64le",
        "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.s390x as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
          "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.s390x"
        },
        "product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.s390x",
        "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
          "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.x86_64"
        },
        "product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
        "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kubevirt-0:4.10.0-20.el9_0.21.aarch64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
          "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.21.aarch64"
        },
        "product_reference": "fence-agents-kubevirt-0:4.10.0-20.el9_0.21.aarch64",
        "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kubevirt-0:4.10.0-20.el9_0.21.ppc64le as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
          "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.21.ppc64le"
        },
        "product_reference": "fence-agents-kubevirt-0:4.10.0-20.el9_0.21.ppc64le",
        "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kubevirt-0:4.10.0-20.el9_0.21.s390x as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
          "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.21.s390x"
        },
        "product_reference": "fence-agents-kubevirt-0:4.10.0-20.el9_0.21.s390x",
        "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kubevirt-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
          "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.21.x86_64"
        },
        "product_reference": "fence-agents-kubevirt-0:4.10.0-20.el9_0.21.x86_64",
        "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.aarch64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
          "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.aarch64"
        },
        "product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.aarch64",
        "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.ppc64le as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
          "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.ppc64le"
        },
        "product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.ppc64le",
        "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.s390x as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
          "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.s390x"
        },
        "product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.s390x",
        "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
          "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.x86_64"
        },
        "product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
        "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-lpar-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
          "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-lpar-0:4.10.0-20.el9_0.21.noarch"
        },
        "product_reference": "fence-agents-lpar-0:4.10.0-20.el9_0.21.noarch",
        "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-mpath-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
          "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-mpath-0:4.10.0-20.el9_0.21.noarch"
        },
        "product_reference": "fence-agents-mpath-0:4.10.0-20.el9_0.21.noarch",
        "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-openstack-0:4.10.0-20.el9_0.21.ppc64le as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
          "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.21.ppc64le"
        },
        "product_reference": "fence-agents-openstack-0:4.10.0-20.el9_0.21.ppc64le",
        "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-openstack-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
          "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.21.x86_64"
        },
        "product_reference": "fence-agents-openstack-0:4.10.0-20.el9_0.21.x86_64",
        "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-redfish-0:4.10.0-20.el9_0.21.aarch64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
          "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.21.aarch64"
        },
        "product_reference": "fence-agents-redfish-0:4.10.0-20.el9_0.21.aarch64",
        "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-redfish-0:4.10.0-20.el9_0.21.ppc64le as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
          "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.21.ppc64le"
        },
        "product_reference": "fence-agents-redfish-0:4.10.0-20.el9_0.21.ppc64le",
        "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-redfish-0:4.10.0-20.el9_0.21.s390x as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
          "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.21.s390x"
        },
        "product_reference": "fence-agents-redfish-0:4.10.0-20.el9_0.21.s390x",
        "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-redfish-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
          "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.21.x86_64"
        },
        "product_reference": "fence-agents-redfish-0:4.10.0-20.el9_0.21.x86_64",
        "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-rhevm-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
          "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-rhevm-0:4.10.0-20.el9_0.21.noarch"
        },
        "product_reference": "fence-agents-rhevm-0:4.10.0-20.el9_0.21.noarch",
        "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-rsa-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
          "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-rsa-0:4.10.0-20.el9_0.21.noarch"
        },
        "product_reference": "fence-agents-rsa-0:4.10.0-20.el9_0.21.noarch",
        "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-rsb-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
          "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-rsb-0:4.10.0-20.el9_0.21.noarch"
        },
        "product_reference": "fence-agents-rsb-0:4.10.0-20.el9_0.21.noarch",
        "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-sbd-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
          "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-sbd-0:4.10.0-20.el9_0.21.noarch"
        },
        "product_reference": "fence-agents-sbd-0:4.10.0-20.el9_0.21.noarch",
        "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-scsi-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
          "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-scsi-0:4.10.0-20.el9_0.21.noarch"
        },
        "product_reference": "fence-agents-scsi-0:4.10.0-20.el9_0.21.noarch",
        "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-virsh-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
          "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-virsh-0:4.10.0-20.el9_0.21.noarch"
        },
        "product_reference": "fence-agents-virsh-0:4.10.0-20.el9_0.21.noarch",
        "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-vmware-rest-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
          "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-vmware-rest-0:4.10.0-20.el9_0.21.noarch"
        },
        "product_reference": "fence-agents-vmware-rest-0:4.10.0-20.el9_0.21.noarch",
        "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-vmware-soap-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
          "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-vmware-soap-0:4.10.0-20.el9_0.21.noarch"
        },
        "product_reference": "fence-agents-vmware-soap-0:4.10.0-20.el9_0.21.noarch",
        "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-wti-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
          "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-wti-0:4.10.0-20.el9_0.21.noarch"
        },
        "product_reference": "fence-agents-wti-0:4.10.0-20.el9_0.21.noarch",
        "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-zvm-0:4.10.0-20.el9_0.21.s390x as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
          "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-zvm-0:4.10.0-20.el9_0.21.s390x"
        },
        "product_reference": "fence-agents-zvm-0:4.10.0-20.el9_0.21.s390x",
        "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virt-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
          "product_id": "HighAvailability-9.0.0.Z.E4S:fence-virt-0:4.10.0-20.el9_0.21.x86_64"
        },
        "product_reference": "fence-virt-0:4.10.0-20.el9_0.21.x86_64",
        "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virt-debuginfo-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
          "product_id": "HighAvailability-9.0.0.Z.E4S:fence-virt-debuginfo-0:4.10.0-20.el9_0.21.x86_64"
        },
        "product_reference": "fence-virt-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
        "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virtd-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
          "product_id": "HighAvailability-9.0.0.Z.E4S:fence-virtd-0:4.10.0-20.el9_0.21.x86_64"
        },
        "product_reference": "fence-virtd-0:4.10.0-20.el9_0.21.x86_64",
        "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virtd-cpg-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
          "product_id": "HighAvailability-9.0.0.Z.E4S:fence-virtd-cpg-0:4.10.0-20.el9_0.21.x86_64"
        },
        "product_reference": "fence-virtd-cpg-0:4.10.0-20.el9_0.21.x86_64",
        "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
          "product_id": "HighAvailability-9.0.0.Z.E4S:fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.21.x86_64"
        },
        "product_reference": "fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
        "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virtd-debuginfo-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
          "product_id": "HighAvailability-9.0.0.Z.E4S:fence-virtd-debuginfo-0:4.10.0-20.el9_0.21.x86_64"
        },
        "product_reference": "fence-virtd-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
        "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virtd-libvirt-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
          "product_id": "HighAvailability-9.0.0.Z.E4S:fence-virtd-libvirt-0:4.10.0-20.el9_0.21.x86_64"
        },
        "product_reference": "fence-virtd-libvirt-0:4.10.0-20.el9_0.21.x86_64",
        "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
          "product_id": "HighAvailability-9.0.0.Z.E4S:fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.21.x86_64"
        },
        "product_reference": "fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
        "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virtd-multicast-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
          "product_id": "HighAvailability-9.0.0.Z.E4S:fence-virtd-multicast-0:4.10.0-20.el9_0.21.x86_64"
        },
        "product_reference": "fence-virtd-multicast-0:4.10.0-20.el9_0.21.x86_64",
        "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
          "product_id": "HighAvailability-9.0.0.Z.E4S:fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.21.x86_64"
        },
        "product_reference": "fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
        "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virtd-serial-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
          "product_id": "HighAvailability-9.0.0.Z.E4S:fence-virtd-serial-0:4.10.0-20.el9_0.21.x86_64"
        },
        "product_reference": "fence-virtd-serial-0:4.10.0-20.el9_0.21.x86_64",
        "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
          "product_id": "HighAvailability-9.0.0.Z.E4S:fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.21.x86_64"
        },
        "product_reference": "fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
        "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virtd-tcp-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
          "product_id": "HighAvailability-9.0.0.Z.E4S:fence-virtd-tcp-0:4.10.0-20.el9_0.21.x86_64"
        },
        "product_reference": "fence-virtd-tcp-0:4.10.0-20.el9_0.21.x86_64",
        "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
          "product_id": "HighAvailability-9.0.0.Z.E4S:fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.21.x86_64"
        },
        "product_reference": "fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
        "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ha-cloud-support-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
          "product_id": "HighAvailability-9.0.0.Z.E4S:ha-cloud-support-0:4.10.0-20.el9_0.21.x86_64"
        },
        "product_reference": "ha-cloud-support-0:4.10.0-20.el9_0.21.x86_64",
        "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
          "product_id": "HighAvailability-9.0.0.Z.E4S:ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.21.x86_64"
        },
        "product_reference": "ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
        "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ha-openstack-support-0:4.10.0-20.el9_0.21.ppc64le as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
          "product_id": "HighAvailability-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.21.ppc64le"
        },
        "product_reference": "ha-openstack-support-0:4.10.0-20.el9_0.21.ppc64le",
        "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ha-openstack-support-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
          "product_id": "HighAvailability-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.21.x86_64"
        },
        "product_reference": "ha-openstack-support-0:4.10.0-20.el9_0.21.x86_64",
        "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.21.ppc64le as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
          "product_id": "HighAvailability-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.21.ppc64le"
        },
        "product_reference": "ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.21.ppc64le",
        "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
          "product_id": "HighAvailability-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.21.x86_64"
        },
        "product_reference": "ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
        "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-0:4.10.0-20.el9_0.21.src as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
          "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-0:4.10.0-20.el9_0.21.src"
        },
        "product_reference": "fence-agents-0:4.10.0-20.el9_0.21.src",
        "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-aliyun-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
          "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-aliyun-0:4.10.0-20.el9_0.21.x86_64"
        },
        "product_reference": "fence-agents-aliyun-0:4.10.0-20.el9_0.21.x86_64",
        "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-all-0:4.10.0-20.el9_0.21.aarch64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
          "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.21.aarch64"
        },
        "product_reference": "fence-agents-all-0:4.10.0-20.el9_0.21.aarch64",
        "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-all-0:4.10.0-20.el9_0.21.ppc64le as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
          "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.21.ppc64le"
        },
        "product_reference": "fence-agents-all-0:4.10.0-20.el9_0.21.ppc64le",
        "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-all-0:4.10.0-20.el9_0.21.s390x as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
          "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.21.s390x"
        },
        "product_reference": "fence-agents-all-0:4.10.0-20.el9_0.21.s390x",
        "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-all-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
          "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.21.x86_64"
        },
        "product_reference": "fence-agents-all-0:4.10.0-20.el9_0.21.x86_64",
        "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-amt-ws-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
          "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-amt-ws-0:4.10.0-20.el9_0.21.noarch"
        },
        "product_reference": "fence-agents-amt-ws-0:4.10.0-20.el9_0.21.noarch",
        "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-apc-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
          "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-apc-0:4.10.0-20.el9_0.21.noarch"
        },
        "product_reference": "fence-agents-apc-0:4.10.0-20.el9_0.21.noarch",
        "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-apc-snmp-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
          "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-apc-snmp-0:4.10.0-20.el9_0.21.noarch"
        },
        "product_reference": "fence-agents-apc-snmp-0:4.10.0-20.el9_0.21.noarch",
        "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-aws-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
          "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-aws-0:4.10.0-20.el9_0.21.x86_64"
        },
        "product_reference": "fence-agents-aws-0:4.10.0-20.el9_0.21.x86_64",
        "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-azure-arm-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
          "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-azure-arm-0:4.10.0-20.el9_0.21.x86_64"
        },
        "product_reference": "fence-agents-azure-arm-0:4.10.0-20.el9_0.21.x86_64",
        "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-bladecenter-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
          "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-bladecenter-0:4.10.0-20.el9_0.21.noarch"
        },
        "product_reference": "fence-agents-bladecenter-0:4.10.0-20.el9_0.21.noarch",
        "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-brocade-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
          "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-brocade-0:4.10.0-20.el9_0.21.noarch"
        },
        "product_reference": "fence-agents-brocade-0:4.10.0-20.el9_0.21.noarch",
        "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-cisco-mds-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
          "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-cisco-mds-0:4.10.0-20.el9_0.21.noarch"
        },
        "product_reference": "fence-agents-cisco-mds-0:4.10.0-20.el9_0.21.noarch",
        "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-cisco-ucs-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
          "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-cisco-ucs-0:4.10.0-20.el9_0.21.noarch"
        },
        "product_reference": "fence-agents-cisco-ucs-0:4.10.0-20.el9_0.21.noarch",
        "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-common-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
          "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-common-0:4.10.0-20.el9_0.21.noarch"
        },
        "product_reference": "fence-agents-common-0:4.10.0-20.el9_0.21.noarch",
        "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-compute-0:4.10.0-20.el9_0.21.ppc64le as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
          "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.21.ppc64le"
        },
        "product_reference": "fence-agents-compute-0:4.10.0-20.el9_0.21.ppc64le",
        "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-compute-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
          "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.21.x86_64"
        },
        "product_reference": "fence-agents-compute-0:4.10.0-20.el9_0.21.x86_64",
        "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-debuginfo-0:4.10.0-20.el9_0.21.aarch64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
          "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.21.aarch64"
        },
        "product_reference": "fence-agents-debuginfo-0:4.10.0-20.el9_0.21.aarch64",
        "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-debuginfo-0:4.10.0-20.el9_0.21.ppc64le as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
          "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.21.ppc64le"
        },
        "product_reference": "fence-agents-debuginfo-0:4.10.0-20.el9_0.21.ppc64le",
        "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-debuginfo-0:4.10.0-20.el9_0.21.s390x as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
          "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.21.s390x"
        },
        "product_reference": "fence-agents-debuginfo-0:4.10.0-20.el9_0.21.s390x",
        "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-debuginfo-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
          "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.21.x86_64"
        },
        "product_reference": "fence-agents-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
        "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-debugsource-0:4.10.0-20.el9_0.21.aarch64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
          "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.21.aarch64"
        },
        "product_reference": "fence-agents-debugsource-0:4.10.0-20.el9_0.21.aarch64",
        "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-debugsource-0:4.10.0-20.el9_0.21.ppc64le as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
          "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.21.ppc64le"
        },
        "product_reference": "fence-agents-debugsource-0:4.10.0-20.el9_0.21.ppc64le",
        "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-debugsource-0:4.10.0-20.el9_0.21.s390x as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
          "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.21.s390x"
        },
        "product_reference": "fence-agents-debugsource-0:4.10.0-20.el9_0.21.s390x",
        "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-debugsource-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
          "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.21.x86_64"
        },
        "product_reference": "fence-agents-debugsource-0:4.10.0-20.el9_0.21.x86_64",
        "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-drac5-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
          "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-drac5-0:4.10.0-20.el9_0.21.noarch"
        },
        "product_reference": "fence-agents-drac5-0:4.10.0-20.el9_0.21.noarch",
        "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-eaton-snmp-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
          "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-eaton-snmp-0:4.10.0-20.el9_0.21.noarch"
        },
        "product_reference": "fence-agents-eaton-snmp-0:4.10.0-20.el9_0.21.noarch",
        "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-emerson-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
          "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-emerson-0:4.10.0-20.el9_0.21.noarch"
        },
        "product_reference": "fence-agents-emerson-0:4.10.0-20.el9_0.21.noarch",
        "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-eps-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
          "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-eps-0:4.10.0-20.el9_0.21.noarch"
        },
        "product_reference": "fence-agents-eps-0:4.10.0-20.el9_0.21.noarch",
        "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-gce-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
          "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-gce-0:4.10.0-20.el9_0.21.x86_64"
        },
        "product_reference": "fence-agents-gce-0:4.10.0-20.el9_0.21.x86_64",
        "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-heuristics-ping-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
          "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-heuristics-ping-0:4.10.0-20.el9_0.21.noarch"
        },
        "product_reference": "fence-agents-heuristics-ping-0:4.10.0-20.el9_0.21.noarch",
        "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-hpblade-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
          "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-hpblade-0:4.10.0-20.el9_0.21.noarch"
        },
        "product_reference": "fence-agents-hpblade-0:4.10.0-20.el9_0.21.noarch",
        "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-ibm-powervs-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
          "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-ibm-powervs-0:4.10.0-20.el9_0.21.noarch"
        },
        "product_reference": "fence-agents-ibm-powervs-0:4.10.0-20.el9_0.21.noarch",
        "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-ibm-vpc-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
          "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-ibm-vpc-0:4.10.0-20.el9_0.21.noarch"
        },
        "product_reference": "fence-agents-ibm-vpc-0:4.10.0-20.el9_0.21.noarch",
        "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-ibmblade-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
          "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-ibmblade-0:4.10.0-20.el9_0.21.noarch"
        },
        "product_reference": "fence-agents-ibmblade-0:4.10.0-20.el9_0.21.noarch",
        "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-ifmib-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
          "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-ifmib-0:4.10.0-20.el9_0.21.noarch"
        },
        "product_reference": "fence-agents-ifmib-0:4.10.0-20.el9_0.21.noarch",
        "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-ilo-moonshot-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
          "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-ilo-moonshot-0:4.10.0-20.el9_0.21.noarch"
        },
        "product_reference": "fence-agents-ilo-moonshot-0:4.10.0-20.el9_0.21.noarch",
        "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-ilo-mp-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
          "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-ilo-mp-0:4.10.0-20.el9_0.21.noarch"
        },
        "product_reference": "fence-agents-ilo-mp-0:4.10.0-20.el9_0.21.noarch",
        "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-ilo-ssh-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
          "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-ilo-ssh-0:4.10.0-20.el9_0.21.noarch"
        },
        "product_reference": "fence-agents-ilo-ssh-0:4.10.0-20.el9_0.21.noarch",
        "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-ilo2-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
          "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-ilo2-0:4.10.0-20.el9_0.21.noarch"
        },
        "product_reference": "fence-agents-ilo2-0:4.10.0-20.el9_0.21.noarch",
        "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-intelmodular-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
          "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-intelmodular-0:4.10.0-20.el9_0.21.noarch"
        },
        "product_reference": "fence-agents-intelmodular-0:4.10.0-20.el9_0.21.noarch",
        "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-ipdu-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
          "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-ipdu-0:4.10.0-20.el9_0.21.noarch"
        },
        "product_reference": "fence-agents-ipdu-0:4.10.0-20.el9_0.21.noarch",
        "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-ipmilan-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
          "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-ipmilan-0:4.10.0-20.el9_0.21.noarch"
        },
        "product_reference": "fence-agents-ipmilan-0:4.10.0-20.el9_0.21.noarch",
        "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kdump-0:4.10.0-20.el9_0.21.aarch64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
          "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.21.aarch64"
        },
        "product_reference": "fence-agents-kdump-0:4.10.0-20.el9_0.21.aarch64",
        "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kdump-0:4.10.0-20.el9_0.21.ppc64le as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
          "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.21.ppc64le"
        },
        "product_reference": "fence-agents-kdump-0:4.10.0-20.el9_0.21.ppc64le",
        "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kdump-0:4.10.0-20.el9_0.21.s390x as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
          "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.21.s390x"
        },
        "product_reference": "fence-agents-kdump-0:4.10.0-20.el9_0.21.s390x",
        "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kdump-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
          "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.21.x86_64"
        },
        "product_reference": "fence-agents-kdump-0:4.10.0-20.el9_0.21.x86_64",
        "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.aarch64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
          "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.aarch64"
        },
        "product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.aarch64",
        "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.ppc64le as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
          "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.ppc64le"
        },
        "product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.ppc64le",
        "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.s390x as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
          "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.s390x"
        },
        "product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.s390x",
        "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
          "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.x86_64"
        },
        "product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
        "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kubevirt-0:4.10.0-20.el9_0.21.aarch64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
          "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.21.aarch64"
        },
        "product_reference": "fence-agents-kubevirt-0:4.10.0-20.el9_0.21.aarch64",
        "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kubevirt-0:4.10.0-20.el9_0.21.ppc64le as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
          "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.21.ppc64le"
        },
        "product_reference": "fence-agents-kubevirt-0:4.10.0-20.el9_0.21.ppc64le",
        "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kubevirt-0:4.10.0-20.el9_0.21.s390x as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
          "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.21.s390x"
        },
        "product_reference": "fence-agents-kubevirt-0:4.10.0-20.el9_0.21.s390x",
        "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kubevirt-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
          "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.21.x86_64"
        },
        "product_reference": "fence-agents-kubevirt-0:4.10.0-20.el9_0.21.x86_64",
        "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.aarch64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
          "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.aarch64"
        },
        "product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.aarch64",
        "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.ppc64le as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
          "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.ppc64le"
        },
        "product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.ppc64le",
        "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.s390x as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
          "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.s390x"
        },
        "product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.s390x",
        "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
          "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.x86_64"
        },
        "product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
        "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-lpar-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
          "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-lpar-0:4.10.0-20.el9_0.21.noarch"
        },
        "product_reference": "fence-agents-lpar-0:4.10.0-20.el9_0.21.noarch",
        "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-mpath-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
          "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-mpath-0:4.10.0-20.el9_0.21.noarch"
        },
        "product_reference": "fence-agents-mpath-0:4.10.0-20.el9_0.21.noarch",
        "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-openstack-0:4.10.0-20.el9_0.21.ppc64le as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
          "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.21.ppc64le"
        },
        "product_reference": "fence-agents-openstack-0:4.10.0-20.el9_0.21.ppc64le",
        "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-openstack-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
          "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.21.x86_64"
        },
        "product_reference": "fence-agents-openstack-0:4.10.0-20.el9_0.21.x86_64",
        "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-redfish-0:4.10.0-20.el9_0.21.aarch64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
          "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.21.aarch64"
        },
        "product_reference": "fence-agents-redfish-0:4.10.0-20.el9_0.21.aarch64",
        "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-redfish-0:4.10.0-20.el9_0.21.ppc64le as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
          "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.21.ppc64le"
        },
        "product_reference": "fence-agents-redfish-0:4.10.0-20.el9_0.21.ppc64le",
        "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-redfish-0:4.10.0-20.el9_0.21.s390x as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
          "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.21.s390x"
        },
        "product_reference": "fence-agents-redfish-0:4.10.0-20.el9_0.21.s390x",
        "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-redfish-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
          "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.21.x86_64"
        },
        "product_reference": "fence-agents-redfish-0:4.10.0-20.el9_0.21.x86_64",
        "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-rhevm-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
          "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-rhevm-0:4.10.0-20.el9_0.21.noarch"
        },
        "product_reference": "fence-agents-rhevm-0:4.10.0-20.el9_0.21.noarch",
        "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-rsa-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
          "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-rsa-0:4.10.0-20.el9_0.21.noarch"
        },
        "product_reference": "fence-agents-rsa-0:4.10.0-20.el9_0.21.noarch",
        "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-rsb-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
          "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-rsb-0:4.10.0-20.el9_0.21.noarch"
        },
        "product_reference": "fence-agents-rsb-0:4.10.0-20.el9_0.21.noarch",
        "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-sbd-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
          "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-sbd-0:4.10.0-20.el9_0.21.noarch"
        },
        "product_reference": "fence-agents-sbd-0:4.10.0-20.el9_0.21.noarch",
        "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-scsi-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
          "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-scsi-0:4.10.0-20.el9_0.21.noarch"
        },
        "product_reference": "fence-agents-scsi-0:4.10.0-20.el9_0.21.noarch",
        "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-virsh-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
          "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-virsh-0:4.10.0-20.el9_0.21.noarch"
        },
        "product_reference": "fence-agents-virsh-0:4.10.0-20.el9_0.21.noarch",
        "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-vmware-rest-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
          "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-vmware-rest-0:4.10.0-20.el9_0.21.noarch"
        },
        "product_reference": "fence-agents-vmware-rest-0:4.10.0-20.el9_0.21.noarch",
        "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-vmware-soap-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
          "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-vmware-soap-0:4.10.0-20.el9_0.21.noarch"
        },
        "product_reference": "fence-agents-vmware-soap-0:4.10.0-20.el9_0.21.noarch",
        "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-wti-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
          "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-wti-0:4.10.0-20.el9_0.21.noarch"
        },
        "product_reference": "fence-agents-wti-0:4.10.0-20.el9_0.21.noarch",
        "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-zvm-0:4.10.0-20.el9_0.21.s390x as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
          "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-zvm-0:4.10.0-20.el9_0.21.s390x"
        },
        "product_reference": "fence-agents-zvm-0:4.10.0-20.el9_0.21.s390x",
        "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virt-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
          "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-virt-0:4.10.0-20.el9_0.21.x86_64"
        },
        "product_reference": "fence-virt-0:4.10.0-20.el9_0.21.x86_64",
        "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virt-debuginfo-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
          "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-virt-debuginfo-0:4.10.0-20.el9_0.21.x86_64"
        },
        "product_reference": "fence-virt-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
        "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virtd-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
          "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-virtd-0:4.10.0-20.el9_0.21.x86_64"
        },
        "product_reference": "fence-virtd-0:4.10.0-20.el9_0.21.x86_64",
        "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virtd-cpg-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
          "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-virtd-cpg-0:4.10.0-20.el9_0.21.x86_64"
        },
        "product_reference": "fence-virtd-cpg-0:4.10.0-20.el9_0.21.x86_64",
        "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
          "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.21.x86_64"
        },
        "product_reference": "fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
        "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virtd-debuginfo-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
          "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-virtd-debuginfo-0:4.10.0-20.el9_0.21.x86_64"
        },
        "product_reference": "fence-virtd-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
        "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virtd-libvirt-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
          "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-virtd-libvirt-0:4.10.0-20.el9_0.21.x86_64"
        },
        "product_reference": "fence-virtd-libvirt-0:4.10.0-20.el9_0.21.x86_64",
        "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
          "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.21.x86_64"
        },
        "product_reference": "fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
        "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virtd-multicast-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
          "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-virtd-multicast-0:4.10.0-20.el9_0.21.x86_64"
        },
        "product_reference": "fence-virtd-multicast-0:4.10.0-20.el9_0.21.x86_64",
        "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
          "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.21.x86_64"
        },
        "product_reference": "fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
        "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virtd-serial-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
          "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-virtd-serial-0:4.10.0-20.el9_0.21.x86_64"
        },
        "product_reference": "fence-virtd-serial-0:4.10.0-20.el9_0.21.x86_64",
        "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
          "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.21.x86_64"
        },
        "product_reference": "fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
        "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virtd-tcp-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
          "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-virtd-tcp-0:4.10.0-20.el9_0.21.x86_64"
        },
        "product_reference": "fence-virtd-tcp-0:4.10.0-20.el9_0.21.x86_64",
        "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
          "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.21.x86_64"
        },
        "product_reference": "fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
        "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ha-cloud-support-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
          "product_id": "ResilientStorage-9.0.0.Z.E4S:ha-cloud-support-0:4.10.0-20.el9_0.21.x86_64"
        },
        "product_reference": "ha-cloud-support-0:4.10.0-20.el9_0.21.x86_64",
        "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
          "product_id": "ResilientStorage-9.0.0.Z.E4S:ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.21.x86_64"
        },
        "product_reference": "ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
        "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ha-openstack-support-0:4.10.0-20.el9_0.21.ppc64le as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
          "product_id": "ResilientStorage-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.21.ppc64le"
        },
        "product_reference": "ha-openstack-support-0:4.10.0-20.el9_0.21.ppc64le",
        "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ha-openstack-support-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
          "product_id": "ResilientStorage-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.21.x86_64"
        },
        "product_reference": "ha-openstack-support-0:4.10.0-20.el9_0.21.x86_64",
        "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.21.ppc64le as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
          "product_id": "ResilientStorage-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.21.ppc64le"
        },
        "product_reference": "ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.21.ppc64le",
        "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
          "product_id": "ResilientStorage-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.21.x86_64"
        },
        "product_reference": "ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
        "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
      }
    ]
  },
  "vulnerabilities": [
    {
      "cve": "CVE-2025-27516",
      "cwe": {
        "id": "CWE-1336",
        "name": "Improper Neutralization of Special Elements Used in a Template Engine"
      },
      "discovery_date": "2025-03-05T21:01:07.674606+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2350190"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in Jinja. In affected versions, an oversight in how the Jinja sandboxed environment interacts with the `|attr` filter allows an attacker who controls the content of a template to execute arbitrary Python code. To exploit the vulnerability, an attacker needs to control the content of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications that execute untrusted templates. Jinja\u0027s sandbox does catch calls to `str.format` and ensures they don\u0027t escape the sandbox. However, it\u0027s possible to use the `|attr` filter to get a reference to a string\u0027s plain format method, bypassing the sandbox.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "jinja2: Jinja sandbox breakout through attr filter selecting format method",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "This vulnerability is rated as important severity due to the potential for an attacker to bypass Jinja\u0027s sandbox by exploiting the |attr filter, by controlling template content, an attacker can execute arbitrary Python code, impacting the integrity, confidentiality, and availability of the system. While the attack requires user interaction to trigger untrusted templates, the risk is significant in applications that allow such templates to be executed.",
          "title": "Statement"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "AppStream-9.0.0.Z.E4S:fence-agents-0:4.10.0-20.el9_0.21.src",
          "AppStream-9.0.0.Z.E4S:fence-agents-aliyun-0:4.10.0-20.el9_0.21.x86_64",
          "AppStream-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.21.aarch64",
          "AppStream-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.21.ppc64le",
          "AppStream-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.21.s390x",
          "AppStream-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.21.x86_64",
          "AppStream-9.0.0.Z.E4S:fence-agents-amt-ws-0:4.10.0-20.el9_0.21.noarch",
          "AppStream-9.0.0.Z.E4S:fence-agents-apc-0:4.10.0-20.el9_0.21.noarch",
          "AppStream-9.0.0.Z.E4S:fence-agents-apc-snmp-0:4.10.0-20.el9_0.21.noarch",
          "AppStream-9.0.0.Z.E4S:fence-agents-aws-0:4.10.0-20.el9_0.21.x86_64",
          "AppStream-9.0.0.Z.E4S:fence-agents-azure-arm-0:4.10.0-20.el9_0.21.x86_64",
          "AppStream-9.0.0.Z.E4S:fence-agents-bladecenter-0:4.10.0-20.el9_0.21.noarch",
          "AppStream-9.0.0.Z.E4S:fence-agents-brocade-0:4.10.0-20.el9_0.21.noarch",
          "AppStream-9.0.0.Z.E4S:fence-agents-cisco-mds-0:4.10.0-20.el9_0.21.noarch",
          "AppStream-9.0.0.Z.E4S:fence-agents-cisco-ucs-0:4.10.0-20.el9_0.21.noarch",
          "AppStream-9.0.0.Z.E4S:fence-agents-common-0:4.10.0-20.el9_0.21.noarch",
          "AppStream-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.21.ppc64le",
          "AppStream-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.21.x86_64",
          "AppStream-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.21.aarch64",
          "AppStream-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.21.ppc64le",
          "AppStream-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.21.s390x",
          "AppStream-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
          "AppStream-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.21.aarch64",
          "AppStream-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.21.ppc64le",
          "AppStream-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.21.s390x",
          "AppStream-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.21.x86_64",
          "AppStream-9.0.0.Z.E4S:fence-agents-drac5-0:4.10.0-20.el9_0.21.noarch",
          "AppStream-9.0.0.Z.E4S:fence-agents-eaton-snmp-0:4.10.0-20.el9_0.21.noarch",
          "AppStream-9.0.0.Z.E4S:fence-agents-emerson-0:4.10.0-20.el9_0.21.noarch",
          "AppStream-9.0.0.Z.E4S:fence-agents-eps-0:4.10.0-20.el9_0.21.noarch",
          "AppStream-9.0.0.Z.E4S:fence-agents-gce-0:4.10.0-20.el9_0.21.x86_64",
          "AppStream-9.0.0.Z.E4S:fence-agents-heuristics-ping-0:4.10.0-20.el9_0.21.noarch",
          "AppStream-9.0.0.Z.E4S:fence-agents-hpblade-0:4.10.0-20.el9_0.21.noarch",
          "AppStream-9.0.0.Z.E4S:fence-agents-ibm-powervs-0:4.10.0-20.el9_0.21.noarch",
          "AppStream-9.0.0.Z.E4S:fence-agents-ibm-vpc-0:4.10.0-20.el9_0.21.noarch",
          "AppStream-9.0.0.Z.E4S:fence-agents-ibmblade-0:4.10.0-20.el9_0.21.noarch",
          "AppStream-9.0.0.Z.E4S:fence-agents-ifmib-0:4.10.0-20.el9_0.21.noarch",
          "AppStream-9.0.0.Z.E4S:fence-agents-ilo-moonshot-0:4.10.0-20.el9_0.21.noarch",
          "AppStream-9.0.0.Z.E4S:fence-agents-ilo-mp-0:4.10.0-20.el9_0.21.noarch",
          "AppStream-9.0.0.Z.E4S:fence-agents-ilo-ssh-0:4.10.0-20.el9_0.21.noarch",
          "AppStream-9.0.0.Z.E4S:fence-agents-ilo2-0:4.10.0-20.el9_0.21.noarch",
          "AppStream-9.0.0.Z.E4S:fence-agents-intelmodular-0:4.10.0-20.el9_0.21.noarch",
          "AppStream-9.0.0.Z.E4S:fence-agents-ipdu-0:4.10.0-20.el9_0.21.noarch",
          "AppStream-9.0.0.Z.E4S:fence-agents-ipmilan-0:4.10.0-20.el9_0.21.noarch",
          "AppStream-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.21.aarch64",
          "AppStream-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.21.ppc64le",
          "AppStream-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.21.s390x",
          "AppStream-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.21.x86_64",
          "AppStream-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.aarch64",
          "AppStream-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.ppc64le",
          "AppStream-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.s390x",
          "AppStream-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
          "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.21.aarch64",
          "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.21.ppc64le",
          "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.21.s390x",
          "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.21.x86_64",
          "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.aarch64",
          "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.ppc64le",
          "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.s390x",
          "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
          "AppStream-9.0.0.Z.E4S:fence-agents-lpar-0:4.10.0-20.el9_0.21.noarch",
          "AppStream-9.0.0.Z.E4S:fence-agents-mpath-0:4.10.0-20.el9_0.21.noarch",
          "AppStream-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.21.ppc64le",
          "AppStream-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.21.x86_64",
          "AppStream-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.21.aarch64",
          "AppStream-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.21.ppc64le",
          "AppStream-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.21.s390x",
          "AppStream-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.21.x86_64",
          "AppStream-9.0.0.Z.E4S:fence-agents-rhevm-0:4.10.0-20.el9_0.21.noarch",
          "AppStream-9.0.0.Z.E4S:fence-agents-rsa-0:4.10.0-20.el9_0.21.noarch",
          "AppStream-9.0.0.Z.E4S:fence-agents-rsb-0:4.10.0-20.el9_0.21.noarch",
          "AppStream-9.0.0.Z.E4S:fence-agents-sbd-0:4.10.0-20.el9_0.21.noarch",
          "AppStream-9.0.0.Z.E4S:fence-agents-scsi-0:4.10.0-20.el9_0.21.noarch",
          "AppStream-9.0.0.Z.E4S:fence-agents-virsh-0:4.10.0-20.el9_0.21.noarch",
          "AppStream-9.0.0.Z.E4S:fence-agents-vmware-rest-0:4.10.0-20.el9_0.21.noarch",
          "AppStream-9.0.0.Z.E4S:fence-agents-vmware-soap-0:4.10.0-20.el9_0.21.noarch",
          "AppStream-9.0.0.Z.E4S:fence-agents-wti-0:4.10.0-20.el9_0.21.noarch",
          "AppStream-9.0.0.Z.E4S:fence-agents-zvm-0:4.10.0-20.el9_0.21.s390x",
          "AppStream-9.0.0.Z.E4S:fence-virt-0:4.10.0-20.el9_0.21.x86_64",
          "AppStream-9.0.0.Z.E4S:fence-virt-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
          "AppStream-9.0.0.Z.E4S:fence-virtd-0:4.10.0-20.el9_0.21.x86_64",
          "AppStream-9.0.0.Z.E4S:fence-virtd-cpg-0:4.10.0-20.el9_0.21.x86_64",
          "AppStream-9.0.0.Z.E4S:fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
          "AppStream-9.0.0.Z.E4S:fence-virtd-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
          "AppStream-9.0.0.Z.E4S:fence-virtd-libvirt-0:4.10.0-20.el9_0.21.x86_64",
          "AppStream-9.0.0.Z.E4S:fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
          "AppStream-9.0.0.Z.E4S:fence-virtd-multicast-0:4.10.0-20.el9_0.21.x86_64",
          "AppStream-9.0.0.Z.E4S:fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
          "AppStream-9.0.0.Z.E4S:fence-virtd-serial-0:4.10.0-20.el9_0.21.x86_64",
          "AppStream-9.0.0.Z.E4S:fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
          "AppStream-9.0.0.Z.E4S:fence-virtd-tcp-0:4.10.0-20.el9_0.21.x86_64",
          "AppStream-9.0.0.Z.E4S:fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
          "AppStream-9.0.0.Z.E4S:ha-cloud-support-0:4.10.0-20.el9_0.21.x86_64",
          "AppStream-9.0.0.Z.E4S:ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
          "AppStream-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.21.ppc64le",
          "AppStream-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.21.x86_64",
          "AppStream-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.21.ppc64le",
          "AppStream-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
          "HighAvailability-9.0.0.Z.E4S:fence-agents-0:4.10.0-20.el9_0.21.src",
          "HighAvailability-9.0.0.Z.E4S:fence-agents-aliyun-0:4.10.0-20.el9_0.21.x86_64",
          "HighAvailability-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.21.aarch64",
          "HighAvailability-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.21.ppc64le",
          "HighAvailability-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.21.s390x",
          "HighAvailability-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.21.x86_64",
          "HighAvailability-9.0.0.Z.E4S:fence-agents-amt-ws-0:4.10.0-20.el9_0.21.noarch",
          "HighAvailability-9.0.0.Z.E4S:fence-agents-apc-0:4.10.0-20.el9_0.21.noarch",
          "HighAvailability-9.0.0.Z.E4S:fence-agents-apc-snmp-0:4.10.0-20.el9_0.21.noarch",
          "HighAvailability-9.0.0.Z.E4S:fence-agents-aws-0:4.10.0-20.el9_0.21.x86_64",
          "HighAvailability-9.0.0.Z.E4S:fence-agents-azure-arm-0:4.10.0-20.el9_0.21.x86_64",
          "HighAvailability-9.0.0.Z.E4S:fence-agents-bladecenter-0:4.10.0-20.el9_0.21.noarch",
          "HighAvailability-9.0.0.Z.E4S:fence-agents-brocade-0:4.10.0-20.el9_0.21.noarch",
          "HighAvailability-9.0.0.Z.E4S:fence-agents-cisco-mds-0:4.10.0-20.el9_0.21.noarch",
          "HighAvailability-9.0.0.Z.E4S:fence-agents-cisco-ucs-0:4.10.0-20.el9_0.21.noarch",
          "HighAvailability-9.0.0.Z.E4S:fence-agents-common-0:4.10.0-20.el9_0.21.noarch",
          "HighAvailability-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.21.ppc64le",
          "HighAvailability-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.21.x86_64",
          "HighAvailability-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.21.aarch64",
          "HighAvailability-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.21.ppc64le",
          "HighAvailability-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.21.s390x",
          "HighAvailability-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
          "HighAvailability-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.21.aarch64",
          "HighAvailability-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.21.ppc64le",
          "HighAvailability-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.21.s390x",
          "HighAvailability-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.21.x86_64",
          "HighAvailability-9.0.0.Z.E4S:fence-agents-drac5-0:4.10.0-20.el9_0.21.noarch",
          "HighAvailability-9.0.0.Z.E4S:fence-agents-eaton-snmp-0:4.10.0-20.el9_0.21.noarch",
          "HighAvailability-9.0.0.Z.E4S:fence-agents-emerson-0:4.10.0-20.el9_0.21.noarch",
          "HighAvailability-9.0.0.Z.E4S:fence-agents-eps-0:4.10.0-20.el9_0.21.noarch",
          "HighAvailability-9.0.0.Z.E4S:fence-agents-gce-0:4.10.0-20.el9_0.21.x86_64",
          "HighAvailability-9.0.0.Z.E4S:fence-agents-heuristics-ping-0:4.10.0-20.el9_0.21.noarch",
          "HighAvailability-9.0.0.Z.E4S:fence-agents-hpblade-0:4.10.0-20.el9_0.21.noarch",
          "HighAvailability-9.0.0.Z.E4S:fence-agents-ibm-powervs-0:4.10.0-20.el9_0.21.noarch",
          "HighAvailability-9.0.0.Z.E4S:fence-agents-ibm-vpc-0:4.10.0-20.el9_0.21.noarch",
          "HighAvailability-9.0.0.Z.E4S:fence-agents-ibmblade-0:4.10.0-20.el9_0.21.noarch",
          "HighAvailability-9.0.0.Z.E4S:fence-agents-ifmib-0:4.10.0-20.el9_0.21.noarch",
          "HighAvailability-9.0.0.Z.E4S:fence-agents-ilo-moonshot-0:4.10.0-20.el9_0.21.noarch",
          "HighAvailability-9.0.0.Z.E4S:fence-agents-ilo-mp-0:4.10.0-20.el9_0.21.noarch",
          "HighAvailability-9.0.0.Z.E4S:fence-agents-ilo-ssh-0:4.10.0-20.el9_0.21.noarch",
          "HighAvailability-9.0.0.Z.E4S:fence-agents-ilo2-0:4.10.0-20.el9_0.21.noarch",
          "HighAvailability-9.0.0.Z.E4S:fence-agents-intelmodular-0:4.10.0-20.el9_0.21.noarch",
          "HighAvailability-9.0.0.Z.E4S:fence-agents-ipdu-0:4.10.0-20.el9_0.21.noarch",
          "HighAvailability-9.0.0.Z.E4S:fence-agents-ipmilan-0:4.10.0-20.el9_0.21.noarch",
          "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.21.aarch64",
          "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.21.ppc64le",
          "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.21.s390x",
          "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.21.x86_64",
          "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.aarch64",
          "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.ppc64le",
          "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.s390x",
          "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
          "HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.21.aarch64",
          "HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.21.ppc64le",
          "HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.21.s390x",
          "HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.21.x86_64",
          "HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.aarch64",
          "HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.ppc64le",
          "HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.s390x",
          "HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
          "HighAvailability-9.0.0.Z.E4S:fence-agents-lpar-0:4.10.0-20.el9_0.21.noarch",
          "HighAvailability-9.0.0.Z.E4S:fence-agents-mpath-0:4.10.0-20.el9_0.21.noarch",
          "HighAvailability-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.21.ppc64le",
          "HighAvailability-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.21.x86_64",
          "HighAvailability-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.21.aarch64",
          "HighAvailability-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.21.ppc64le",
          "HighAvailability-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.21.s390x",
          "HighAvailability-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.21.x86_64",
          "HighAvailability-9.0.0.Z.E4S:fence-agents-rhevm-0:4.10.0-20.el9_0.21.noarch",
          "HighAvailability-9.0.0.Z.E4S:fence-agents-rsa-0:4.10.0-20.el9_0.21.noarch",
          "HighAvailability-9.0.0.Z.E4S:fence-agents-rsb-0:4.10.0-20.el9_0.21.noarch",
          "HighAvailability-9.0.0.Z.E4S:fence-agents-sbd-0:4.10.0-20.el9_0.21.noarch",
          "HighAvailability-9.0.0.Z.E4S:fence-agents-scsi-0:4.10.0-20.el9_0.21.noarch",
          "HighAvailability-9.0.0.Z.E4S:fence-agents-virsh-0:4.10.0-20.el9_0.21.noarch",
          "HighAvailability-9.0.0.Z.E4S:fence-agents-vmware-rest-0:4.10.0-20.el9_0.21.noarch",
          "HighAvailability-9.0.0.Z.E4S:fence-agents-vmware-soap-0:4.10.0-20.el9_0.21.noarch",
          "HighAvailability-9.0.0.Z.E4S:fence-agents-wti-0:4.10.0-20.el9_0.21.noarch",
          "HighAvailability-9.0.0.Z.E4S:fence-agents-zvm-0:4.10.0-20.el9_0.21.s390x",
          "HighAvailability-9.0.0.Z.E4S:fence-virt-0:4.10.0-20.el9_0.21.x86_64",
          "HighAvailability-9.0.0.Z.E4S:fence-virt-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
          "HighAvailability-9.0.0.Z.E4S:fence-virtd-0:4.10.0-20.el9_0.21.x86_64",
          "HighAvailability-9.0.0.Z.E4S:fence-virtd-cpg-0:4.10.0-20.el9_0.21.x86_64",
          "HighAvailability-9.0.0.Z.E4S:fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
          "HighAvailability-9.0.0.Z.E4S:fence-virtd-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
          "HighAvailability-9.0.0.Z.E4S:fence-virtd-libvirt-0:4.10.0-20.el9_0.21.x86_64",
          "HighAvailability-9.0.0.Z.E4S:fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
          "HighAvailability-9.0.0.Z.E4S:fence-virtd-multicast-0:4.10.0-20.el9_0.21.x86_64",
          "HighAvailability-9.0.0.Z.E4S:fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
          "HighAvailability-9.0.0.Z.E4S:fence-virtd-serial-0:4.10.0-20.el9_0.21.x86_64",
          "HighAvailability-9.0.0.Z.E4S:fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
          "HighAvailability-9.0.0.Z.E4S:fence-virtd-tcp-0:4.10.0-20.el9_0.21.x86_64",
          "HighAvailability-9.0.0.Z.E4S:fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
          "HighAvailability-9.0.0.Z.E4S:ha-cloud-support-0:4.10.0-20.el9_0.21.x86_64",
          "HighAvailability-9.0.0.Z.E4S:ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
          "HighAvailability-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.21.ppc64le",
          "HighAvailability-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.21.x86_64",
          "HighAvailability-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.21.ppc64le",
          "HighAvailability-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
          "ResilientStorage-9.0.0.Z.E4S:fence-agents-0:4.10.0-20.el9_0.21.src",
          "ResilientStorage-9.0.0.Z.E4S:fence-agents-aliyun-0:4.10.0-20.el9_0.21.x86_64",
          "ResilientStorage-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.21.aarch64",
          "ResilientStorage-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.21.ppc64le",
          "ResilientStorage-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.21.s390x",
          "ResilientStorage-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.21.x86_64",
          "ResilientStorage-9.0.0.Z.E4S:fence-agents-amt-ws-0:4.10.0-20.el9_0.21.noarch",
          "ResilientStorage-9.0.0.Z.E4S:fence-agents-apc-0:4.10.0-20.el9_0.21.noarch",
          "ResilientStorage-9.0.0.Z.E4S:fence-agents-apc-snmp-0:4.10.0-20.el9_0.21.noarch",
          "ResilientStorage-9.0.0.Z.E4S:fence-agents-aws-0:4.10.0-20.el9_0.21.x86_64",
          "ResilientStorage-9.0.0.Z.E4S:fence-agents-azure-arm-0:4.10.0-20.el9_0.21.x86_64",
          "ResilientStorage-9.0.0.Z.E4S:fence-agents-bladecenter-0:4.10.0-20.el9_0.21.noarch",
          "ResilientStorage-9.0.0.Z.E4S:fence-agents-brocade-0:4.10.0-20.el9_0.21.noarch",
          "ResilientStorage-9.0.0.Z.E4S:fence-agents-cisco-mds-0:4.10.0-20.el9_0.21.noarch",
          "ResilientStorage-9.0.0.Z.E4S:fence-agents-cisco-ucs-0:4.10.0-20.el9_0.21.noarch",
          "ResilientStorage-9.0.0.Z.E4S:fence-agents-common-0:4.10.0-20.el9_0.21.noarch",
          "ResilientStorage-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.21.ppc64le",
          "ResilientStorage-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.21.x86_64",
          "ResilientStorage-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.21.aarch64",
          "ResilientStorage-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.21.ppc64le",
          "ResilientStorage-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.21.s390x",
          "ResilientStorage-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
          "ResilientStorage-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.21.aarch64",
          "ResilientStorage-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.21.ppc64le",
          "ResilientStorage-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.21.s390x",
          "ResilientStorage-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.21.x86_64",
          "ResilientStorage-9.0.0.Z.E4S:fence-agents-drac5-0:4.10.0-20.el9_0.21.noarch",
          "ResilientStorage-9.0.0.Z.E4S:fence-agents-eaton-snmp-0:4.10.0-20.el9_0.21.noarch",
          "ResilientStorage-9.0.0.Z.E4S:fence-agents-emerson-0:4.10.0-20.el9_0.21.noarch",
          "ResilientStorage-9.0.0.Z.E4S:fence-agents-eps-0:4.10.0-20.el9_0.21.noarch",
          "ResilientStorage-9.0.0.Z.E4S:fence-agents-gce-0:4.10.0-20.el9_0.21.x86_64",
          "ResilientStorage-9.0.0.Z.E4S:fence-agents-heuristics-ping-0:4.10.0-20.el9_0.21.noarch",
          "ResilientStorage-9.0.0.Z.E4S:fence-agents-hpblade-0:4.10.0-20.el9_0.21.noarch",
          "ResilientStorage-9.0.0.Z.E4S:fence-agents-ibm-powervs-0:4.10.0-20.el9_0.21.noarch",
          "ResilientStorage-9.0.0.Z.E4S:fence-agents-ibm-vpc-0:4.10.0-20.el9_0.21.noarch",
          "ResilientStorage-9.0.0.Z.E4S:fence-agents-ibmblade-0:4.10.0-20.el9_0.21.noarch",
          "ResilientStorage-9.0.0.Z.E4S:fence-agents-ifmib-0:4.10.0-20.el9_0.21.noarch",
          "ResilientStorage-9.0.0.Z.E4S:fence-agents-ilo-moonshot-0:4.10.0-20.el9_0.21.noarch",
          "ResilientStorage-9.0.0.Z.E4S:fence-agents-ilo-mp-0:4.10.0-20.el9_0.21.noarch",
          "ResilientStorage-9.0.0.Z.E4S:fence-agents-ilo-ssh-0:4.10.0-20.el9_0.21.noarch",
          "ResilientStorage-9.0.0.Z.E4S:fence-agents-ilo2-0:4.10.0-20.el9_0.21.noarch",
          "ResilientStorage-9.0.0.Z.E4S:fence-agents-intelmodular-0:4.10.0-20.el9_0.21.noarch",
          "ResilientStorage-9.0.0.Z.E4S:fence-agents-ipdu-0:4.10.0-20.el9_0.21.noarch",
          "ResilientStorage-9.0.0.Z.E4S:fence-agents-ipmilan-0:4.10.0-20.el9_0.21.noarch",
          "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.21.aarch64",
          "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.21.ppc64le",
          "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.21.s390x",
          "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.21.x86_64",
          "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.aarch64",
          "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.ppc64le",
          "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.s390x",
          "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
          "ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.21.aarch64",
          "ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.21.ppc64le",
          "ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.21.s390x",
          "ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.21.x86_64",
          "ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.aarch64",
          "ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.ppc64le",
          "ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.s390x",
          "ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
          "ResilientStorage-9.0.0.Z.E4S:fence-agents-lpar-0:4.10.0-20.el9_0.21.noarch",
          "ResilientStorage-9.0.0.Z.E4S:fence-agents-mpath-0:4.10.0-20.el9_0.21.noarch",
          "ResilientStorage-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.21.ppc64le",
          "ResilientStorage-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.21.x86_64",
          "ResilientStorage-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.21.aarch64",
          "ResilientStorage-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.21.ppc64le",
          "ResilientStorage-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.21.s390x",
          "ResilientStorage-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.21.x86_64",
          "ResilientStorage-9.0.0.Z.E4S:fence-agents-rhevm-0:4.10.0-20.el9_0.21.noarch",
          "ResilientStorage-9.0.0.Z.E4S:fence-agents-rsa-0:4.10.0-20.el9_0.21.noarch",
          "ResilientStorage-9.0.0.Z.E4S:fence-agents-rsb-0:4.10.0-20.el9_0.21.noarch",
          "ResilientStorage-9.0.0.Z.E4S:fence-agents-sbd-0:4.10.0-20.el9_0.21.noarch",
          "ResilientStorage-9.0.0.Z.E4S:fence-agents-scsi-0:4.10.0-20.el9_0.21.noarch",
          "ResilientStorage-9.0.0.Z.E4S:fence-agents-virsh-0:4.10.0-20.el9_0.21.noarch",
          "ResilientStorage-9.0.0.Z.E4S:fence-agents-vmware-rest-0:4.10.0-20.el9_0.21.noarch",
          "ResilientStorage-9.0.0.Z.E4S:fence-agents-vmware-soap-0:4.10.0-20.el9_0.21.noarch",
          "ResilientStorage-9.0.0.Z.E4S:fence-agents-wti-0:4.10.0-20.el9_0.21.noarch",
          "ResilientStorage-9.0.0.Z.E4S:fence-agents-zvm-0:4.10.0-20.el9_0.21.s390x",
          "ResilientStorage-9.0.0.Z.E4S:fence-virt-0:4.10.0-20.el9_0.21.x86_64",
          "ResilientStorage-9.0.0.Z.E4S:fence-virt-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
          "ResilientStorage-9.0.0.Z.E4S:fence-virtd-0:4.10.0-20.el9_0.21.x86_64",
          "ResilientStorage-9.0.0.Z.E4S:fence-virtd-cpg-0:4.10.0-20.el9_0.21.x86_64",
          "ResilientStorage-9.0.0.Z.E4S:fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
          "ResilientStorage-9.0.0.Z.E4S:fence-virtd-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
          "ResilientStorage-9.0.0.Z.E4S:fence-virtd-libvirt-0:4.10.0-20.el9_0.21.x86_64",
          "ResilientStorage-9.0.0.Z.E4S:fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
          "ResilientStorage-9.0.0.Z.E4S:fence-virtd-multicast-0:4.10.0-20.el9_0.21.x86_64",
          "ResilientStorage-9.0.0.Z.E4S:fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
          "ResilientStorage-9.0.0.Z.E4S:fence-virtd-serial-0:4.10.0-20.el9_0.21.x86_64",
          "ResilientStorage-9.0.0.Z.E4S:fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
          "ResilientStorage-9.0.0.Z.E4S:fence-virtd-tcp-0:4.10.0-20.el9_0.21.x86_64",
          "ResilientStorage-9.0.0.Z.E4S:fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
          "ResilientStorage-9.0.0.Z.E4S:ha-cloud-support-0:4.10.0-20.el9_0.21.x86_64",
          "ResilientStorage-9.0.0.Z.E4S:ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
          "ResilientStorage-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.21.ppc64le",
          "ResilientStorage-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.21.x86_64",
          "ResilientStorage-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.21.ppc64le",
          "ResilientStorage-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.21.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2025-27516"
        },
        {
          "category": "external",
          "summary": "RHBZ#2350190",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2350190"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2025-27516",
          "url": "https://www.cve.org/CVERecord?id=CVE-2025-27516"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-27516",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-27516"
        },
        {
          "category": "external",
          "summary": "https://github.com/pallets/jinja/commit/90457bbf33b8662926ae65cdde4c4c32e756e403",
          "url": "https://github.com/pallets/jinja/commit/90457bbf33b8662926ae65cdde4c4c32e756e403"
        },
        {
          "category": "external",
          "summary": "https://github.com/pallets/jinja/security/advisories/GHSA-cpwx-vrp4-4pq7",
          "url": "https://github.com/pallets/jinja/security/advisories/GHSA-cpwx-vrp4-4pq7"
        }
      ],
      "release_date": "2025-03-05T20:40:06.568000+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2025-03-18T19:49:55+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "AppStream-9.0.0.Z.E4S:fence-agents-0:4.10.0-20.el9_0.21.src",
            "AppStream-9.0.0.Z.E4S:fence-agents-aliyun-0:4.10.0-20.el9_0.21.x86_64",
            "AppStream-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.21.aarch64",
            "AppStream-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.21.ppc64le",
            "AppStream-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.21.s390x",
            "AppStream-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.21.x86_64",
            "AppStream-9.0.0.Z.E4S:fence-agents-amt-ws-0:4.10.0-20.el9_0.21.noarch",
            "AppStream-9.0.0.Z.E4S:fence-agents-apc-0:4.10.0-20.el9_0.21.noarch",
            "AppStream-9.0.0.Z.E4S:fence-agents-apc-snmp-0:4.10.0-20.el9_0.21.noarch",
            "AppStream-9.0.0.Z.E4S:fence-agents-aws-0:4.10.0-20.el9_0.21.x86_64",
            "AppStream-9.0.0.Z.E4S:fence-agents-azure-arm-0:4.10.0-20.el9_0.21.x86_64",
            "AppStream-9.0.0.Z.E4S:fence-agents-bladecenter-0:4.10.0-20.el9_0.21.noarch",
            "AppStream-9.0.0.Z.E4S:fence-agents-brocade-0:4.10.0-20.el9_0.21.noarch",
            "AppStream-9.0.0.Z.E4S:fence-agents-cisco-mds-0:4.10.0-20.el9_0.21.noarch",
            "AppStream-9.0.0.Z.E4S:fence-agents-cisco-ucs-0:4.10.0-20.el9_0.21.noarch",
            "AppStream-9.0.0.Z.E4S:fence-agents-common-0:4.10.0-20.el9_0.21.noarch",
            "AppStream-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.21.ppc64le",
            "AppStream-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.21.x86_64",
            "AppStream-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.21.aarch64",
            "AppStream-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.21.ppc64le",
            "AppStream-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.21.s390x",
            "AppStream-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
            "AppStream-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.21.aarch64",
            "AppStream-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.21.ppc64le",
            "AppStream-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.21.s390x",
            "AppStream-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.21.x86_64",
            "AppStream-9.0.0.Z.E4S:fence-agents-drac5-0:4.10.0-20.el9_0.21.noarch",
            "AppStream-9.0.0.Z.E4S:fence-agents-eaton-snmp-0:4.10.0-20.el9_0.21.noarch",
            "AppStream-9.0.0.Z.E4S:fence-agents-emerson-0:4.10.0-20.el9_0.21.noarch",
            "AppStream-9.0.0.Z.E4S:fence-agents-eps-0:4.10.0-20.el9_0.21.noarch",
            "AppStream-9.0.0.Z.E4S:fence-agents-gce-0:4.10.0-20.el9_0.21.x86_64",
            "AppStream-9.0.0.Z.E4S:fence-agents-heuristics-ping-0:4.10.0-20.el9_0.21.noarch",
            "AppStream-9.0.0.Z.E4S:fence-agents-hpblade-0:4.10.0-20.el9_0.21.noarch",
            "AppStream-9.0.0.Z.E4S:fence-agents-ibm-powervs-0:4.10.0-20.el9_0.21.noarch",
            "AppStream-9.0.0.Z.E4S:fence-agents-ibm-vpc-0:4.10.0-20.el9_0.21.noarch",
            "AppStream-9.0.0.Z.E4S:fence-agents-ibmblade-0:4.10.0-20.el9_0.21.noarch",
            "AppStream-9.0.0.Z.E4S:fence-agents-ifmib-0:4.10.0-20.el9_0.21.noarch",
            "AppStream-9.0.0.Z.E4S:fence-agents-ilo-moonshot-0:4.10.0-20.el9_0.21.noarch",
            "AppStream-9.0.0.Z.E4S:fence-agents-ilo-mp-0:4.10.0-20.el9_0.21.noarch",
            "AppStream-9.0.0.Z.E4S:fence-agents-ilo-ssh-0:4.10.0-20.el9_0.21.noarch",
            "AppStream-9.0.0.Z.E4S:fence-agents-ilo2-0:4.10.0-20.el9_0.21.noarch",
            "AppStream-9.0.0.Z.E4S:fence-agents-intelmodular-0:4.10.0-20.el9_0.21.noarch",
            "AppStream-9.0.0.Z.E4S:fence-agents-ipdu-0:4.10.0-20.el9_0.21.noarch",
            "AppStream-9.0.0.Z.E4S:fence-agents-ipmilan-0:4.10.0-20.el9_0.21.noarch",
            "AppStream-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.21.aarch64",
            "AppStream-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.21.ppc64le",
            "AppStream-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.21.s390x",
            "AppStream-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.21.x86_64",
            "AppStream-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.aarch64",
            "AppStream-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.ppc64le",
            "AppStream-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.s390x",
            "AppStream-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
            "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.21.aarch64",
            "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.21.ppc64le",
            "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.21.s390x",
            "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.21.x86_64",
            "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.aarch64",
            "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.ppc64le",
            "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.s390x",
            "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
            "AppStream-9.0.0.Z.E4S:fence-agents-lpar-0:4.10.0-20.el9_0.21.noarch",
            "AppStream-9.0.0.Z.E4S:fence-agents-mpath-0:4.10.0-20.el9_0.21.noarch",
            "AppStream-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.21.ppc64le",
            "AppStream-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.21.x86_64",
            "AppStream-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.21.aarch64",
            "AppStream-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.21.ppc64le",
            "AppStream-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.21.s390x",
            "AppStream-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.21.x86_64",
            "AppStream-9.0.0.Z.E4S:fence-agents-rhevm-0:4.10.0-20.el9_0.21.noarch",
            "AppStream-9.0.0.Z.E4S:fence-agents-rsa-0:4.10.0-20.el9_0.21.noarch",
            "AppStream-9.0.0.Z.E4S:fence-agents-rsb-0:4.10.0-20.el9_0.21.noarch",
            "AppStream-9.0.0.Z.E4S:fence-agents-sbd-0:4.10.0-20.el9_0.21.noarch",
            "AppStream-9.0.0.Z.E4S:fence-agents-scsi-0:4.10.0-20.el9_0.21.noarch",
            "AppStream-9.0.0.Z.E4S:fence-agents-virsh-0:4.10.0-20.el9_0.21.noarch",
            "AppStream-9.0.0.Z.E4S:fence-agents-vmware-rest-0:4.10.0-20.el9_0.21.noarch",
            "AppStream-9.0.0.Z.E4S:fence-agents-vmware-soap-0:4.10.0-20.el9_0.21.noarch",
            "AppStream-9.0.0.Z.E4S:fence-agents-wti-0:4.10.0-20.el9_0.21.noarch",
            "AppStream-9.0.0.Z.E4S:fence-agents-zvm-0:4.10.0-20.el9_0.21.s390x",
            "AppStream-9.0.0.Z.E4S:fence-virt-0:4.10.0-20.el9_0.21.x86_64",
            "AppStream-9.0.0.Z.E4S:fence-virt-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
            "AppStream-9.0.0.Z.E4S:fence-virtd-0:4.10.0-20.el9_0.21.x86_64",
            "AppStream-9.0.0.Z.E4S:fence-virtd-cpg-0:4.10.0-20.el9_0.21.x86_64",
            "AppStream-9.0.0.Z.E4S:fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
            "AppStream-9.0.0.Z.E4S:fence-virtd-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
            "AppStream-9.0.0.Z.E4S:fence-virtd-libvirt-0:4.10.0-20.el9_0.21.x86_64",
            "AppStream-9.0.0.Z.E4S:fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
            "AppStream-9.0.0.Z.E4S:fence-virtd-multicast-0:4.10.0-20.el9_0.21.x86_64",
            "AppStream-9.0.0.Z.E4S:fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
            "AppStream-9.0.0.Z.E4S:fence-virtd-serial-0:4.10.0-20.el9_0.21.x86_64",
            "AppStream-9.0.0.Z.E4S:fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
            "AppStream-9.0.0.Z.E4S:fence-virtd-tcp-0:4.10.0-20.el9_0.21.x86_64",
            "AppStream-9.0.0.Z.E4S:fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
            "AppStream-9.0.0.Z.E4S:ha-cloud-support-0:4.10.0-20.el9_0.21.x86_64",
            "AppStream-9.0.0.Z.E4S:ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
            "AppStream-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.21.ppc64le",
            "AppStream-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.21.x86_64",
            "AppStream-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.21.ppc64le",
            "AppStream-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-0:4.10.0-20.el9_0.21.src",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-aliyun-0:4.10.0-20.el9_0.21.x86_64",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.21.aarch64",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.21.ppc64le",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.21.s390x",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.21.x86_64",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-amt-ws-0:4.10.0-20.el9_0.21.noarch",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-apc-0:4.10.0-20.el9_0.21.noarch",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-apc-snmp-0:4.10.0-20.el9_0.21.noarch",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-aws-0:4.10.0-20.el9_0.21.x86_64",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-azure-arm-0:4.10.0-20.el9_0.21.x86_64",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-bladecenter-0:4.10.0-20.el9_0.21.noarch",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-brocade-0:4.10.0-20.el9_0.21.noarch",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-cisco-mds-0:4.10.0-20.el9_0.21.noarch",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-cisco-ucs-0:4.10.0-20.el9_0.21.noarch",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-common-0:4.10.0-20.el9_0.21.noarch",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.21.ppc64le",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.21.x86_64",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.21.aarch64",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.21.ppc64le",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.21.s390x",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.21.aarch64",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.21.ppc64le",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.21.s390x",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.21.x86_64",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-drac5-0:4.10.0-20.el9_0.21.noarch",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-eaton-snmp-0:4.10.0-20.el9_0.21.noarch",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-emerson-0:4.10.0-20.el9_0.21.noarch",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-eps-0:4.10.0-20.el9_0.21.noarch",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-gce-0:4.10.0-20.el9_0.21.x86_64",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-heuristics-ping-0:4.10.0-20.el9_0.21.noarch",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-hpblade-0:4.10.0-20.el9_0.21.noarch",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-ibm-powervs-0:4.10.0-20.el9_0.21.noarch",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-ibm-vpc-0:4.10.0-20.el9_0.21.noarch",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-ibmblade-0:4.10.0-20.el9_0.21.noarch",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-ifmib-0:4.10.0-20.el9_0.21.noarch",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-ilo-moonshot-0:4.10.0-20.el9_0.21.noarch",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-ilo-mp-0:4.10.0-20.el9_0.21.noarch",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-ilo-ssh-0:4.10.0-20.el9_0.21.noarch",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-ilo2-0:4.10.0-20.el9_0.21.noarch",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-intelmodular-0:4.10.0-20.el9_0.21.noarch",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-ipdu-0:4.10.0-20.el9_0.21.noarch",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-ipmilan-0:4.10.0-20.el9_0.21.noarch",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.21.aarch64",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.21.ppc64le",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.21.s390x",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.21.x86_64",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.aarch64",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.ppc64le",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.s390x",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.21.aarch64",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.21.ppc64le",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.21.s390x",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.21.x86_64",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.aarch64",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.ppc64le",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.s390x",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-lpar-0:4.10.0-20.el9_0.21.noarch",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-mpath-0:4.10.0-20.el9_0.21.noarch",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.21.ppc64le",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.21.x86_64",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.21.aarch64",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.21.ppc64le",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.21.s390x",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.21.x86_64",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-rhevm-0:4.10.0-20.el9_0.21.noarch",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-rsa-0:4.10.0-20.el9_0.21.noarch",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-rsb-0:4.10.0-20.el9_0.21.noarch",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-sbd-0:4.10.0-20.el9_0.21.noarch",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-scsi-0:4.10.0-20.el9_0.21.noarch",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-virsh-0:4.10.0-20.el9_0.21.noarch",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-vmware-rest-0:4.10.0-20.el9_0.21.noarch",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-vmware-soap-0:4.10.0-20.el9_0.21.noarch",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-wti-0:4.10.0-20.el9_0.21.noarch",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-zvm-0:4.10.0-20.el9_0.21.s390x",
            "HighAvailability-9.0.0.Z.E4S:fence-virt-0:4.10.0-20.el9_0.21.x86_64",
            "HighAvailability-9.0.0.Z.E4S:fence-virt-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
            "HighAvailability-9.0.0.Z.E4S:fence-virtd-0:4.10.0-20.el9_0.21.x86_64",
            "HighAvailability-9.0.0.Z.E4S:fence-virtd-cpg-0:4.10.0-20.el9_0.21.x86_64",
            "HighAvailability-9.0.0.Z.E4S:fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
            "HighAvailability-9.0.0.Z.E4S:fence-virtd-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
            "HighAvailability-9.0.0.Z.E4S:fence-virtd-libvirt-0:4.10.0-20.el9_0.21.x86_64",
            "HighAvailability-9.0.0.Z.E4S:fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
            "HighAvailability-9.0.0.Z.E4S:fence-virtd-multicast-0:4.10.0-20.el9_0.21.x86_64",
            "HighAvailability-9.0.0.Z.E4S:fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
            "HighAvailability-9.0.0.Z.E4S:fence-virtd-serial-0:4.10.0-20.el9_0.21.x86_64",
            "HighAvailability-9.0.0.Z.E4S:fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
            "HighAvailability-9.0.0.Z.E4S:fence-virtd-tcp-0:4.10.0-20.el9_0.21.x86_64",
            "HighAvailability-9.0.0.Z.E4S:fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
            "HighAvailability-9.0.0.Z.E4S:ha-cloud-support-0:4.10.0-20.el9_0.21.x86_64",
            "HighAvailability-9.0.0.Z.E4S:ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
            "HighAvailability-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.21.ppc64le",
            "HighAvailability-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.21.x86_64",
            "HighAvailability-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.21.ppc64le",
            "HighAvailability-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-0:4.10.0-20.el9_0.21.src",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-aliyun-0:4.10.0-20.el9_0.21.x86_64",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.21.aarch64",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.21.ppc64le",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.21.s390x",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.21.x86_64",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-amt-ws-0:4.10.0-20.el9_0.21.noarch",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-apc-0:4.10.0-20.el9_0.21.noarch",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-apc-snmp-0:4.10.0-20.el9_0.21.noarch",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-aws-0:4.10.0-20.el9_0.21.x86_64",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-azure-arm-0:4.10.0-20.el9_0.21.x86_64",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-bladecenter-0:4.10.0-20.el9_0.21.noarch",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-brocade-0:4.10.0-20.el9_0.21.noarch",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-cisco-mds-0:4.10.0-20.el9_0.21.noarch",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-cisco-ucs-0:4.10.0-20.el9_0.21.noarch",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-common-0:4.10.0-20.el9_0.21.noarch",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.21.ppc64le",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.21.x86_64",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.21.aarch64",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.21.ppc64le",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.21.s390x",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.21.aarch64",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.21.ppc64le",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.21.s390x",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.21.x86_64",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-drac5-0:4.10.0-20.el9_0.21.noarch",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-eaton-snmp-0:4.10.0-20.el9_0.21.noarch",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-emerson-0:4.10.0-20.el9_0.21.noarch",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-eps-0:4.10.0-20.el9_0.21.noarch",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-gce-0:4.10.0-20.el9_0.21.x86_64",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-heuristics-ping-0:4.10.0-20.el9_0.21.noarch",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-hpblade-0:4.10.0-20.el9_0.21.noarch",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-ibm-powervs-0:4.10.0-20.el9_0.21.noarch",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-ibm-vpc-0:4.10.0-20.el9_0.21.noarch",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-ibmblade-0:4.10.0-20.el9_0.21.noarch",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-ifmib-0:4.10.0-20.el9_0.21.noarch",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-ilo-moonshot-0:4.10.0-20.el9_0.21.noarch",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-ilo-mp-0:4.10.0-20.el9_0.21.noarch",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-ilo-ssh-0:4.10.0-20.el9_0.21.noarch",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-ilo2-0:4.10.0-20.el9_0.21.noarch",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-intelmodular-0:4.10.0-20.el9_0.21.noarch",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-ipdu-0:4.10.0-20.el9_0.21.noarch",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-ipmilan-0:4.10.0-20.el9_0.21.noarch",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.21.aarch64",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.21.ppc64le",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.21.s390x",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.21.x86_64",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.aarch64",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.ppc64le",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.s390x",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.21.aarch64",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.21.ppc64le",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.21.s390x",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.21.x86_64",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.aarch64",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.ppc64le",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.s390x",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-lpar-0:4.10.0-20.el9_0.21.noarch",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-mpath-0:4.10.0-20.el9_0.21.noarch",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.21.ppc64le",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.21.x86_64",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.21.aarch64",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.21.ppc64le",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.21.s390x",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.21.x86_64",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-rhevm-0:4.10.0-20.el9_0.21.noarch",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-rsa-0:4.10.0-20.el9_0.21.noarch",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-rsb-0:4.10.0-20.el9_0.21.noarch",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-sbd-0:4.10.0-20.el9_0.21.noarch",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-scsi-0:4.10.0-20.el9_0.21.noarch",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-virsh-0:4.10.0-20.el9_0.21.noarch",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-vmware-rest-0:4.10.0-20.el9_0.21.noarch",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-vmware-soap-0:4.10.0-20.el9_0.21.noarch",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-wti-0:4.10.0-20.el9_0.21.noarch",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-zvm-0:4.10.0-20.el9_0.21.s390x",
            "ResilientStorage-9.0.0.Z.E4S:fence-virt-0:4.10.0-20.el9_0.21.x86_64",
            "ResilientStorage-9.0.0.Z.E4S:fence-virt-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
            "ResilientStorage-9.0.0.Z.E4S:fence-virtd-0:4.10.0-20.el9_0.21.x86_64",
            "ResilientStorage-9.0.0.Z.E4S:fence-virtd-cpg-0:4.10.0-20.el9_0.21.x86_64",
            "ResilientStorage-9.0.0.Z.E4S:fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
            "ResilientStorage-9.0.0.Z.E4S:fence-virtd-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
            "ResilientStorage-9.0.0.Z.E4S:fence-virtd-libvirt-0:4.10.0-20.el9_0.21.x86_64",
            "ResilientStorage-9.0.0.Z.E4S:fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
            "ResilientStorage-9.0.0.Z.E4S:fence-virtd-multicast-0:4.10.0-20.el9_0.21.x86_64",
            "ResilientStorage-9.0.0.Z.E4S:fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
            "ResilientStorage-9.0.0.Z.E4S:fence-virtd-serial-0:4.10.0-20.el9_0.21.x86_64",
            "ResilientStorage-9.0.0.Z.E4S:fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
            "ResilientStorage-9.0.0.Z.E4S:fence-virtd-tcp-0:4.10.0-20.el9_0.21.x86_64",
            "ResilientStorage-9.0.0.Z.E4S:fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
            "ResilientStorage-9.0.0.Z.E4S:ha-cloud-support-0:4.10.0-20.el9_0.21.x86_64",
            "ResilientStorage-9.0.0.Z.E4S:ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
            "ResilientStorage-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.21.ppc64le",
            "ResilientStorage-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.21.x86_64",
            "ResilientStorage-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.21.ppc64le",
            "ResilientStorage-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.21.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2025:3017"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "LOCAL",
            "availabilityImpact": "HIGH",
            "baseScore": 7.3,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "HIGH",
            "privilegesRequired": "LOW",
            "scope": "UNCHANGED",
            "userInteraction": "REQUIRED",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "AppStream-9.0.0.Z.E4S:fence-agents-0:4.10.0-20.el9_0.21.src",
            "AppStream-9.0.0.Z.E4S:fence-agents-aliyun-0:4.10.0-20.el9_0.21.x86_64",
            "AppStream-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.21.aarch64",
            "AppStream-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.21.ppc64le",
            "AppStream-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.21.s390x",
            "AppStream-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.21.x86_64",
            "AppStream-9.0.0.Z.E4S:fence-agents-amt-ws-0:4.10.0-20.el9_0.21.noarch",
            "AppStream-9.0.0.Z.E4S:fence-agents-apc-0:4.10.0-20.el9_0.21.noarch",
            "AppStream-9.0.0.Z.E4S:fence-agents-apc-snmp-0:4.10.0-20.el9_0.21.noarch",
            "AppStream-9.0.0.Z.E4S:fence-agents-aws-0:4.10.0-20.el9_0.21.x86_64",
            "AppStream-9.0.0.Z.E4S:fence-agents-azure-arm-0:4.10.0-20.el9_0.21.x86_64",
            "AppStream-9.0.0.Z.E4S:fence-agents-bladecenter-0:4.10.0-20.el9_0.21.noarch",
            "AppStream-9.0.0.Z.E4S:fence-agents-brocade-0:4.10.0-20.el9_0.21.noarch",
            "AppStream-9.0.0.Z.E4S:fence-agents-cisco-mds-0:4.10.0-20.el9_0.21.noarch",
            "AppStream-9.0.0.Z.E4S:fence-agents-cisco-ucs-0:4.10.0-20.el9_0.21.noarch",
            "AppStream-9.0.0.Z.E4S:fence-agents-common-0:4.10.0-20.el9_0.21.noarch",
            "AppStream-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.21.ppc64le",
            "AppStream-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.21.x86_64",
            "AppStream-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.21.aarch64",
            "AppStream-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.21.ppc64le",
            "AppStream-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.21.s390x",
            "AppStream-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
            "AppStream-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.21.aarch64",
            "AppStream-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.21.ppc64le",
            "AppStream-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.21.s390x",
            "AppStream-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.21.x86_64",
            "AppStream-9.0.0.Z.E4S:fence-agents-drac5-0:4.10.0-20.el9_0.21.noarch",
            "AppStream-9.0.0.Z.E4S:fence-agents-eaton-snmp-0:4.10.0-20.el9_0.21.noarch",
            "AppStream-9.0.0.Z.E4S:fence-agents-emerson-0:4.10.0-20.el9_0.21.noarch",
            "AppStream-9.0.0.Z.E4S:fence-agents-eps-0:4.10.0-20.el9_0.21.noarch",
            "AppStream-9.0.0.Z.E4S:fence-agents-gce-0:4.10.0-20.el9_0.21.x86_64",
            "AppStream-9.0.0.Z.E4S:fence-agents-heuristics-ping-0:4.10.0-20.el9_0.21.noarch",
            "AppStream-9.0.0.Z.E4S:fence-agents-hpblade-0:4.10.0-20.el9_0.21.noarch",
            "AppStream-9.0.0.Z.E4S:fence-agents-ibm-powervs-0:4.10.0-20.el9_0.21.noarch",
            "AppStream-9.0.0.Z.E4S:fence-agents-ibm-vpc-0:4.10.0-20.el9_0.21.noarch",
            "AppStream-9.0.0.Z.E4S:fence-agents-ibmblade-0:4.10.0-20.el9_0.21.noarch",
            "AppStream-9.0.0.Z.E4S:fence-agents-ifmib-0:4.10.0-20.el9_0.21.noarch",
            "AppStream-9.0.0.Z.E4S:fence-agents-ilo-moonshot-0:4.10.0-20.el9_0.21.noarch",
            "AppStream-9.0.0.Z.E4S:fence-agents-ilo-mp-0:4.10.0-20.el9_0.21.noarch",
            "AppStream-9.0.0.Z.E4S:fence-agents-ilo-ssh-0:4.10.0-20.el9_0.21.noarch",
            "AppStream-9.0.0.Z.E4S:fence-agents-ilo2-0:4.10.0-20.el9_0.21.noarch",
            "AppStream-9.0.0.Z.E4S:fence-agents-intelmodular-0:4.10.0-20.el9_0.21.noarch",
            "AppStream-9.0.0.Z.E4S:fence-agents-ipdu-0:4.10.0-20.el9_0.21.noarch",
            "AppStream-9.0.0.Z.E4S:fence-agents-ipmilan-0:4.10.0-20.el9_0.21.noarch",
            "AppStream-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.21.aarch64",
            "AppStream-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.21.ppc64le",
            "AppStream-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.21.s390x",
            "AppStream-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.21.x86_64",
            "AppStream-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.aarch64",
            "AppStream-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.ppc64le",
            "AppStream-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.s390x",
            "AppStream-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
            "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.21.aarch64",
            "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.21.ppc64le",
            "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.21.s390x",
            "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.21.x86_64",
            "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.aarch64",
            "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.ppc64le",
            "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.s390x",
            "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
            "AppStream-9.0.0.Z.E4S:fence-agents-lpar-0:4.10.0-20.el9_0.21.noarch",
            "AppStream-9.0.0.Z.E4S:fence-agents-mpath-0:4.10.0-20.el9_0.21.noarch",
            "AppStream-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.21.ppc64le",
            "AppStream-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.21.x86_64",
            "AppStream-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.21.aarch64",
            "AppStream-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.21.ppc64le",
            "AppStream-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.21.s390x",
            "AppStream-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.21.x86_64",
            "AppStream-9.0.0.Z.E4S:fence-agents-rhevm-0:4.10.0-20.el9_0.21.noarch",
            "AppStream-9.0.0.Z.E4S:fence-agents-rsa-0:4.10.0-20.el9_0.21.noarch",
            "AppStream-9.0.0.Z.E4S:fence-agents-rsb-0:4.10.0-20.el9_0.21.noarch",
            "AppStream-9.0.0.Z.E4S:fence-agents-sbd-0:4.10.0-20.el9_0.21.noarch",
            "AppStream-9.0.0.Z.E4S:fence-agents-scsi-0:4.10.0-20.el9_0.21.noarch",
            "AppStream-9.0.0.Z.E4S:fence-agents-virsh-0:4.10.0-20.el9_0.21.noarch",
            "AppStream-9.0.0.Z.E4S:fence-agents-vmware-rest-0:4.10.0-20.el9_0.21.noarch",
            "AppStream-9.0.0.Z.E4S:fence-agents-vmware-soap-0:4.10.0-20.el9_0.21.noarch",
            "AppStream-9.0.0.Z.E4S:fence-agents-wti-0:4.10.0-20.el9_0.21.noarch",
            "AppStream-9.0.0.Z.E4S:fence-agents-zvm-0:4.10.0-20.el9_0.21.s390x",
            "AppStream-9.0.0.Z.E4S:fence-virt-0:4.10.0-20.el9_0.21.x86_64",
            "AppStream-9.0.0.Z.E4S:fence-virt-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
            "AppStream-9.0.0.Z.E4S:fence-virtd-0:4.10.0-20.el9_0.21.x86_64",
            "AppStream-9.0.0.Z.E4S:fence-virtd-cpg-0:4.10.0-20.el9_0.21.x86_64",
            "AppStream-9.0.0.Z.E4S:fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
            "AppStream-9.0.0.Z.E4S:fence-virtd-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
            "AppStream-9.0.0.Z.E4S:fence-virtd-libvirt-0:4.10.0-20.el9_0.21.x86_64",
            "AppStream-9.0.0.Z.E4S:fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
            "AppStream-9.0.0.Z.E4S:fence-virtd-multicast-0:4.10.0-20.el9_0.21.x86_64",
            "AppStream-9.0.0.Z.E4S:fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
            "AppStream-9.0.0.Z.E4S:fence-virtd-serial-0:4.10.0-20.el9_0.21.x86_64",
            "AppStream-9.0.0.Z.E4S:fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
            "AppStream-9.0.0.Z.E4S:fence-virtd-tcp-0:4.10.0-20.el9_0.21.x86_64",
            "AppStream-9.0.0.Z.E4S:fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
            "AppStream-9.0.0.Z.E4S:ha-cloud-support-0:4.10.0-20.el9_0.21.x86_64",
            "AppStream-9.0.0.Z.E4S:ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
            "AppStream-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.21.ppc64le",
            "AppStream-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.21.x86_64",
            "AppStream-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.21.ppc64le",
            "AppStream-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-0:4.10.0-20.el9_0.21.src",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-aliyun-0:4.10.0-20.el9_0.21.x86_64",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.21.aarch64",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.21.ppc64le",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.21.s390x",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.21.x86_64",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-amt-ws-0:4.10.0-20.el9_0.21.noarch",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-apc-0:4.10.0-20.el9_0.21.noarch",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-apc-snmp-0:4.10.0-20.el9_0.21.noarch",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-aws-0:4.10.0-20.el9_0.21.x86_64",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-azure-arm-0:4.10.0-20.el9_0.21.x86_64",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-bladecenter-0:4.10.0-20.el9_0.21.noarch",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-brocade-0:4.10.0-20.el9_0.21.noarch",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-cisco-mds-0:4.10.0-20.el9_0.21.noarch",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-cisco-ucs-0:4.10.0-20.el9_0.21.noarch",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-common-0:4.10.0-20.el9_0.21.noarch",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.21.ppc64le",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.21.x86_64",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.21.aarch64",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.21.ppc64le",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.21.s390x",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.21.aarch64",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.21.ppc64le",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.21.s390x",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.21.x86_64",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-drac5-0:4.10.0-20.el9_0.21.noarch",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-eaton-snmp-0:4.10.0-20.el9_0.21.noarch",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-emerson-0:4.10.0-20.el9_0.21.noarch",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-eps-0:4.10.0-20.el9_0.21.noarch",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-gce-0:4.10.0-20.el9_0.21.x86_64",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-heuristics-ping-0:4.10.0-20.el9_0.21.noarch",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-hpblade-0:4.10.0-20.el9_0.21.noarch",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-ibm-powervs-0:4.10.0-20.el9_0.21.noarch",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-ibm-vpc-0:4.10.0-20.el9_0.21.noarch",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-ibmblade-0:4.10.0-20.el9_0.21.noarch",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-ifmib-0:4.10.0-20.el9_0.21.noarch",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-ilo-moonshot-0:4.10.0-20.el9_0.21.noarch",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-ilo-mp-0:4.10.0-20.el9_0.21.noarch",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-ilo-ssh-0:4.10.0-20.el9_0.21.noarch",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-ilo2-0:4.10.0-20.el9_0.21.noarch",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-intelmodular-0:4.10.0-20.el9_0.21.noarch",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-ipdu-0:4.10.0-20.el9_0.21.noarch",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-ipmilan-0:4.10.0-20.el9_0.21.noarch",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.21.aarch64",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.21.ppc64le",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.21.s390x",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.21.x86_64",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.aarch64",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.ppc64le",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.s390x",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.21.aarch64",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.21.ppc64le",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.21.s390x",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.21.x86_64",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.aarch64",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.ppc64le",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.s390x",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-lpar-0:4.10.0-20.el9_0.21.noarch",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-mpath-0:4.10.0-20.el9_0.21.noarch",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.21.ppc64le",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.21.x86_64",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.21.aarch64",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.21.ppc64le",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.21.s390x",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.21.x86_64",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-rhevm-0:4.10.0-20.el9_0.21.noarch",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-rsa-0:4.10.0-20.el9_0.21.noarch",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-rsb-0:4.10.0-20.el9_0.21.noarch",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-sbd-0:4.10.0-20.el9_0.21.noarch",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-scsi-0:4.10.0-20.el9_0.21.noarch",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-virsh-0:4.10.0-20.el9_0.21.noarch",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-vmware-rest-0:4.10.0-20.el9_0.21.noarch",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-vmware-soap-0:4.10.0-20.el9_0.21.noarch",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-wti-0:4.10.0-20.el9_0.21.noarch",
            "HighAvailability-9.0.0.Z.E4S:fence-agents-zvm-0:4.10.0-20.el9_0.21.s390x",
            "HighAvailability-9.0.0.Z.E4S:fence-virt-0:4.10.0-20.el9_0.21.x86_64",
            "HighAvailability-9.0.0.Z.E4S:fence-virt-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
            "HighAvailability-9.0.0.Z.E4S:fence-virtd-0:4.10.0-20.el9_0.21.x86_64",
            "HighAvailability-9.0.0.Z.E4S:fence-virtd-cpg-0:4.10.0-20.el9_0.21.x86_64",
            "HighAvailability-9.0.0.Z.E4S:fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
            "HighAvailability-9.0.0.Z.E4S:fence-virtd-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
            "HighAvailability-9.0.0.Z.E4S:fence-virtd-libvirt-0:4.10.0-20.el9_0.21.x86_64",
            "HighAvailability-9.0.0.Z.E4S:fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
            "HighAvailability-9.0.0.Z.E4S:fence-virtd-multicast-0:4.10.0-20.el9_0.21.x86_64",
            "HighAvailability-9.0.0.Z.E4S:fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
            "HighAvailability-9.0.0.Z.E4S:fence-virtd-serial-0:4.10.0-20.el9_0.21.x86_64",
            "HighAvailability-9.0.0.Z.E4S:fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
            "HighAvailability-9.0.0.Z.E4S:fence-virtd-tcp-0:4.10.0-20.el9_0.21.x86_64",
            "HighAvailability-9.0.0.Z.E4S:fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
            "HighAvailability-9.0.0.Z.E4S:ha-cloud-support-0:4.10.0-20.el9_0.21.x86_64",
            "HighAvailability-9.0.0.Z.E4S:ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
            "HighAvailability-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.21.ppc64le",
            "HighAvailability-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.21.x86_64",
            "HighAvailability-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.21.ppc64le",
            "HighAvailability-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-0:4.10.0-20.el9_0.21.src",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-aliyun-0:4.10.0-20.el9_0.21.x86_64",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.21.aarch64",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.21.ppc64le",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.21.s390x",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.21.x86_64",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-amt-ws-0:4.10.0-20.el9_0.21.noarch",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-apc-0:4.10.0-20.el9_0.21.noarch",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-apc-snmp-0:4.10.0-20.el9_0.21.noarch",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-aws-0:4.10.0-20.el9_0.21.x86_64",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-azure-arm-0:4.10.0-20.el9_0.21.x86_64",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-bladecenter-0:4.10.0-20.el9_0.21.noarch",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-brocade-0:4.10.0-20.el9_0.21.noarch",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-cisco-mds-0:4.10.0-20.el9_0.21.noarch",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-cisco-ucs-0:4.10.0-20.el9_0.21.noarch",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-common-0:4.10.0-20.el9_0.21.noarch",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.21.ppc64le",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.21.x86_64",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.21.aarch64",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.21.ppc64le",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.21.s390x",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.21.aarch64",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.21.ppc64le",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.21.s390x",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.21.x86_64",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-drac5-0:4.10.0-20.el9_0.21.noarch",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-eaton-snmp-0:4.10.0-20.el9_0.21.noarch",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-emerson-0:4.10.0-20.el9_0.21.noarch",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-eps-0:4.10.0-20.el9_0.21.noarch",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-gce-0:4.10.0-20.el9_0.21.x86_64",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-heuristics-ping-0:4.10.0-20.el9_0.21.noarch",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-hpblade-0:4.10.0-20.el9_0.21.noarch",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-ibm-powervs-0:4.10.0-20.el9_0.21.noarch",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-ibm-vpc-0:4.10.0-20.el9_0.21.noarch",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-ibmblade-0:4.10.0-20.el9_0.21.noarch",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-ifmib-0:4.10.0-20.el9_0.21.noarch",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-ilo-moonshot-0:4.10.0-20.el9_0.21.noarch",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-ilo-mp-0:4.10.0-20.el9_0.21.noarch",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-ilo-ssh-0:4.10.0-20.el9_0.21.noarch",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-ilo2-0:4.10.0-20.el9_0.21.noarch",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-intelmodular-0:4.10.0-20.el9_0.21.noarch",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-ipdu-0:4.10.0-20.el9_0.21.noarch",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-ipmilan-0:4.10.0-20.el9_0.21.noarch",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.21.aarch64",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.21.ppc64le",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.21.s390x",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.21.x86_64",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.aarch64",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.ppc64le",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.s390x",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.21.aarch64",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.21.ppc64le",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.21.s390x",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.21.x86_64",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.aarch64",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.ppc64le",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.s390x",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-lpar-0:4.10.0-20.el9_0.21.noarch",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-mpath-0:4.10.0-20.el9_0.21.noarch",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.21.ppc64le",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.21.x86_64",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.21.aarch64",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.21.ppc64le",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.21.s390x",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.21.x86_64",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-rhevm-0:4.10.0-20.el9_0.21.noarch",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-rsa-0:4.10.0-20.el9_0.21.noarch",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-rsb-0:4.10.0-20.el9_0.21.noarch",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-sbd-0:4.10.0-20.el9_0.21.noarch",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-scsi-0:4.10.0-20.el9_0.21.noarch",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-virsh-0:4.10.0-20.el9_0.21.noarch",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-vmware-rest-0:4.10.0-20.el9_0.21.noarch",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-vmware-soap-0:4.10.0-20.el9_0.21.noarch",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-wti-0:4.10.0-20.el9_0.21.noarch",
            "ResilientStorage-9.0.0.Z.E4S:fence-agents-zvm-0:4.10.0-20.el9_0.21.s390x",
            "ResilientStorage-9.0.0.Z.E4S:fence-virt-0:4.10.0-20.el9_0.21.x86_64",
            "ResilientStorage-9.0.0.Z.E4S:fence-virt-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
            "ResilientStorage-9.0.0.Z.E4S:fence-virtd-0:4.10.0-20.el9_0.21.x86_64",
            "ResilientStorage-9.0.0.Z.E4S:fence-virtd-cpg-0:4.10.0-20.el9_0.21.x86_64",
            "ResilientStorage-9.0.0.Z.E4S:fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
            "ResilientStorage-9.0.0.Z.E4S:fence-virtd-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
            "ResilientStorage-9.0.0.Z.E4S:fence-virtd-libvirt-0:4.10.0-20.el9_0.21.x86_64",
            "ResilientStorage-9.0.0.Z.E4S:fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
            "ResilientStorage-9.0.0.Z.E4S:fence-virtd-multicast-0:4.10.0-20.el9_0.21.x86_64",
            "ResilientStorage-9.0.0.Z.E4S:fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
            "ResilientStorage-9.0.0.Z.E4S:fence-virtd-serial-0:4.10.0-20.el9_0.21.x86_64",
            "ResilientStorage-9.0.0.Z.E4S:fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
            "ResilientStorage-9.0.0.Z.E4S:fence-virtd-tcp-0:4.10.0-20.el9_0.21.x86_64",
            "ResilientStorage-9.0.0.Z.E4S:fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
            "ResilientStorage-9.0.0.Z.E4S:ha-cloud-support-0:4.10.0-20.el9_0.21.x86_64",
            "ResilientStorage-9.0.0.Z.E4S:ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
            "ResilientStorage-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.21.ppc64le",
            "ResilientStorage-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.21.x86_64",
            "ResilientStorage-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.21.ppc64le",
            "ResilientStorage-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.21.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Important"
        }
      ],
      "title": "jinja2: Jinja sandbox breakout through attr filter selecting format method"
    }
  ]
}
  rhsa-2025:3123
Vulnerability from csaf_redhat
Notes
{
  "document": {
    "aggregate_severity": {
      "namespace": "https://access.redhat.com/security/updates/classification/",
      "text": "Important"
    },
    "category": "csaf_security_advisory",
    "csaf_version": "2.0",
    "distribution": {
      "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
      "tlp": {
        "label": "WHITE",
        "url": "https://www.first.org/tlp/"
      }
    },
    "lang": "en",
    "notes": [
      {
        "category": "summary",
        "text": "An update is now available for Red Hat Ansible Automation Platform 2.4\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
        "title": "Topic"
      },
      {
        "category": "general",
        "text": "Red Hat Ansible Automation Platform provides an enterprise framework for building, deploying and managing IT automation at scale. IT Managers can provide top-down guidelines on how automation is applied to individual teams, while automation developers retain the freedom to write tasks that leverage existing knowledge without the overhead. Ansible Automation Platform makes it possible for users across an organization to share, vet, and manage automation content by means of a simple, powerful, and agentless language.\n\nSecurity Fix(es):\n \n* automation-controller: Jinja sandbox breakout through attr filter selecting format method (CVE-2025-27516)\n\n* python3-jinja2/python39-jinja2: Jinja sandbox breakout through attr filter selecting format method (CVE-2025-27516)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nUpdates and fixes for automation controller:\n* Fixed an issue where Insights projects were failing on OCP AAP, due to incorrectly specifying the \u0027extra vars\u0027 path (AAP-41875)\n* Fixed an issue where the system auditor could download the execution node install bundle (AAP-39799)\n* Fixed the behavior of the project\u0027s \u0027requirements.yml\u0027 to no longer revert to a prior state in a cluster (AAP-39228)\n* automation-controller has been updated to 4.5.20\n\nUpdates and fixes for automation hub:\n* Added a migration file to set the default value of retain_repo_versions to 1 for validated repositories (AAP-42004)\n* automation-hub/python3-galaxy-ng/python39-galaxy-ng has been updated to 4.9.3\n* python3-pulpcore/python39-pulpcore has been updated to 3.28.37\n\nAdditional changes:\n* python3-jinja2/python39-jinja2 has been updated to 3.1.6",
        "title": "Details"
      },
      {
        "category": "legal_disclaimer",
        "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
        "title": "Terms of Use"
      }
    ],
    "publisher": {
      "category": "vendor",
      "contact_details": "https://access.redhat.com/security/team/contact/",
      "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
      "name": "Red Hat Product Security",
      "namespace": "https://www.redhat.com"
    },
    "references": [
      {
        "category": "self",
        "summary": "https://access.redhat.com/errata/RHSA-2025:3123",
        "url": "https://access.redhat.com/errata/RHSA-2025:3123"
      },
      {
        "category": "external",
        "summary": "https://access.redhat.com/security/updates/classification/#important",
        "url": "https://access.redhat.com/security/updates/classification/#important"
      },
      {
        "category": "external",
        "summary": "2350190",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2350190"
      },
      {
        "category": "self",
        "summary": "Canonical URL",
        "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_3123.json"
      }
    ],
    "title": "Red Hat Security Advisory: Red Hat Ansible Automation Platform 2.4 Product Security and Bug Fix Update",
    "tracking": {
      "current_release_date": "2025-10-28T19:42:40+00:00",
      "generator": {
        "date": "2025-10-28T19:42:40+00:00",
        "engine": {
          "name": "Red Hat SDEngine",
          "version": "4.6.10"
        }
      },
      "id": "RHSA-2025:3123",
      "initial_release_date": "2025-03-24T17:53:25+00:00",
      "revision_history": [
        {
          "date": "2025-03-24T17:53:25+00:00",
          "number": "1",
          "summary": "Initial version"
        },
        {
          "date": "2025-03-24T17:53:25+00:00",
          "number": "2",
          "summary": "Last updated version"
        },
        {
          "date": "2025-10-28T19:42:40+00:00",
          "number": "3",
          "summary": "Last generated version"
        }
      ],
      "status": "final",
      "version": "3"
    }
  },
  "product_tree": {
    "branches": [
      {
        "branches": [
          {
            "branches": [
              {
                "category": "product_name",
                "name": "Red Hat Ansible Automation Platform 2.4 for RHEL 8",
                "product": {
                  "name": "Red Hat Ansible Automation Platform 2.4 for RHEL 8",
                  "product_id": "8Base-Ansible-Automation-Platform-2.4",
                  "product_identification_helper": {
                    "cpe": "cpe:/a:redhat:ansible_automation_platform:2.4::el8"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "Red Hat Ansible Automation Platform 2.4 for RHEL 8",
                "product": {
                  "name": "Red Hat Ansible Automation Platform 2.4 for RHEL 8",
                  "product_id": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2",
                  "product_identification_helper": {
                    "cpe": "cpe:/a:redhat:ansible_automation_platform_inside:2.4::el8"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "Red Hat Ansible Automation Platform 2.4 for RHEL 8",
                "product": {
                  "name": "Red Hat Ansible Automation Platform 2.4 for RHEL 8",
                  "product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1",
                  "product_identification_helper": {
                    "cpe": "cpe:/a:redhat:ansible_automation_platform_developer:2.4::el8"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "Red Hat Ansible Automation Platform 2.4 for RHEL 9",
                "product": {
                  "name": "Red Hat Ansible Automation Platform 2.4 for RHEL 9",
                  "product_id": "9Base-Ansible-Automation-Platform-2.4",
                  "product_identification_helper": {
                    "cpe": "cpe:/a:redhat:ansible_automation_platform:2.4::el9"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "Red Hat Ansible Automation Platform 2.4 for RHEL 9",
                "product": {
                  "name": "Red Hat Ansible Automation Platform 2.4 for RHEL 9",
                  "product_id": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2",
                  "product_identification_helper": {
                    "cpe": "cpe:/a:redhat:ansible_automation_platform_inside:2.4::el9"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "Red Hat Ansible Automation Platform 2.4 for RHEL 9",
                "product": {
                  "name": "Red Hat Ansible Automation Platform 2.4 for RHEL 9",
                  "product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1",
                  "product_identification_helper": {
                    "cpe": "cpe:/a:redhat:ansible_automation_platform_developer:2.4::el9"
                  }
                }
              }
            ],
            "category": "product_family",
            "name": "Red Hat Ansible Automation Platform"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "python39-jinja2-0:3.1.6-1.el8ap.noarch",
                "product": {
                  "name": "python39-jinja2-0:3.1.6-1.el8ap.noarch",
                  "product_id": "python39-jinja2-0:3.1.6-1.el8ap.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python39-jinja2@3.1.6-1.el8ap?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python39-pulpcore-0:3.28.37-1.el8ap.noarch",
                "product": {
                  "name": "python39-pulpcore-0:3.28.37-1.el8ap.noarch",
                  "product_id": "python39-pulpcore-0:3.28.37-1.el8ap.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python39-pulpcore@3.28.37-1.el8ap?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "automation-hub-0:4.9.3-1.el8ap.noarch",
                "product": {
                  "name": "automation-hub-0:4.9.3-1.el8ap.noarch",
                  "product_id": "automation-hub-0:4.9.3-1.el8ap.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/automation-hub@4.9.3-1.el8ap?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python39-galaxy-ng-0:4.9.3-1.el8ap.noarch",
                "product": {
                  "name": "python39-galaxy-ng-0:4.9.3-1.el8ap.noarch",
                  "product_id": "python39-galaxy-ng-0:4.9.3-1.el8ap.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python39-galaxy-ng@4.9.3-1.el8ap?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "automation-controller-cli-0:4.5.20-1.el8ap.noarch",
                "product": {
                  "name": "automation-controller-cli-0:4.5.20-1.el8ap.noarch",
                  "product_id": "automation-controller-cli-0:4.5.20-1.el8ap.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/automation-controller-cli@4.5.20-1.el8ap?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "automation-controller-server-0:4.5.20-1.el8ap.noarch",
                "product": {
                  "name": "automation-controller-server-0:4.5.20-1.el8ap.noarch",
                  "product_id": "automation-controller-server-0:4.5.20-1.el8ap.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/automation-controller-server@4.5.20-1.el8ap?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "automation-controller-ui-0:4.5.20-1.el8ap.noarch",
                "product": {
                  "name": "automation-controller-ui-0:4.5.20-1.el8ap.noarch",
                  "product_id": "automation-controller-ui-0:4.5.20-1.el8ap.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/automation-controller-ui@4.5.20-1.el8ap?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python3-pulpcore-0:3.28.37-1.el9ap.noarch",
                "product": {
                  "name": "python3-pulpcore-0:3.28.37-1.el9ap.noarch",
                  "product_id": "python3-pulpcore-0:3.28.37-1.el9ap.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python3-pulpcore@3.28.37-1.el9ap?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python3-jinja2-0:3.1.6-1.el9ap.noarch",
                "product": {
                  "name": "python3-jinja2-0:3.1.6-1.el9ap.noarch",
                  "product_id": "python3-jinja2-0:3.1.6-1.el9ap.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python3-jinja2@3.1.6-1.el9ap?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python3-galaxy-ng-0:4.9.3-1.el9ap.noarch",
                "product": {
                  "name": "python3-galaxy-ng-0:4.9.3-1.el9ap.noarch",
                  "product_id": "python3-galaxy-ng-0:4.9.3-1.el9ap.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python3-galaxy-ng@4.9.3-1.el9ap?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "automation-hub-0:4.9.3-1.el9ap.noarch",
                "product": {
                  "name": "automation-hub-0:4.9.3-1.el9ap.noarch",
                  "product_id": "automation-hub-0:4.9.3-1.el9ap.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/automation-hub@4.9.3-1.el9ap?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "automation-controller-cli-0:4.5.20-1.el9ap.noarch",
                "product": {
                  "name": "automation-controller-cli-0:4.5.20-1.el9ap.noarch",
                  "product_id": "automation-controller-cli-0:4.5.20-1.el9ap.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/automation-controller-cli@4.5.20-1.el9ap?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "automation-controller-server-0:4.5.20-1.el9ap.noarch",
                "product": {
                  "name": "automation-controller-server-0:4.5.20-1.el9ap.noarch",
                  "product_id": "automation-controller-server-0:4.5.20-1.el9ap.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/automation-controller-server@4.5.20-1.el9ap?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "automation-controller-ui-0:4.5.20-1.el9ap.noarch",
                "product": {
                  "name": "automation-controller-ui-0:4.5.20-1.el9ap.noarch",
                  "product_id": "automation-controller-ui-0:4.5.20-1.el9ap.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/automation-controller-ui@4.5.20-1.el9ap?arch=noarch"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "noarch"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "python3x-jinja2-0:3.1.6-1.el8ap.src",
                "product": {
                  "name": "python3x-jinja2-0:3.1.6-1.el8ap.src",
                  "product_id": "python3x-jinja2-0:3.1.6-1.el8ap.src",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python3x-jinja2@3.1.6-1.el8ap?arch=src"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python3x-pulpcore-0:3.28.37-1.el8ap.src",
                "product": {
                  "name": "python3x-pulpcore-0:3.28.37-1.el8ap.src",
                  "product_id": "python3x-pulpcore-0:3.28.37-1.el8ap.src",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python3x-pulpcore@3.28.37-1.el8ap?arch=src"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "automation-hub-0:4.9.3-1.el8ap.src",
                "product": {
                  "name": "automation-hub-0:4.9.3-1.el8ap.src",
                  "product_id": "automation-hub-0:4.9.3-1.el8ap.src",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/automation-hub@4.9.3-1.el8ap?arch=src"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python3x-galaxy-ng-0:4.9.3-1.el8ap.src",
                "product": {
                  "name": "python3x-galaxy-ng-0:4.9.3-1.el8ap.src",
                  "product_id": "python3x-galaxy-ng-0:4.9.3-1.el8ap.src",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python3x-galaxy-ng@4.9.3-1.el8ap?arch=src"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "automation-controller-0:4.5.20-1.el8ap.src",
                "product": {
                  "name": "automation-controller-0:4.5.20-1.el8ap.src",
                  "product_id": "automation-controller-0:4.5.20-1.el8ap.src",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/automation-controller@4.5.20-1.el8ap?arch=src"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python-pulpcore-0:3.28.37-1.el9ap.src",
                "product": {
                  "name": "python-pulpcore-0:3.28.37-1.el9ap.src",
                  "product_id": "python-pulpcore-0:3.28.37-1.el9ap.src",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python-pulpcore@3.28.37-1.el9ap?arch=src"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python-jinja2-0:3.1.6-1.el9ap.src",
                "product": {
                  "name": "python-jinja2-0:3.1.6-1.el9ap.src",
                  "product_id": "python-jinja2-0:3.1.6-1.el9ap.src",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python-jinja2@3.1.6-1.el9ap?arch=src"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python-galaxy-ng-0:4.9.3-1.el9ap.src",
                "product": {
                  "name": "python-galaxy-ng-0:4.9.3-1.el9ap.src",
                  "product_id": "python-galaxy-ng-0:4.9.3-1.el9ap.src",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python-galaxy-ng@4.9.3-1.el9ap?arch=src"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "automation-hub-0:4.9.3-1.el9ap.src",
                "product": {
                  "name": "automation-hub-0:4.9.3-1.el9ap.src",
                  "product_id": "automation-hub-0:4.9.3-1.el9ap.src",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/automation-hub@4.9.3-1.el9ap?arch=src"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "automation-controller-0:4.5.20-1.el9ap.src",
                "product": {
                  "name": "automation-controller-0:4.5.20-1.el9ap.src",
                  "product_id": "automation-controller-0:4.5.20-1.el9ap.src",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/automation-controller@4.5.20-1.el9ap?arch=src"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "src"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "automation-controller-0:4.5.20-1.el8ap.x86_64",
                "product": {
                  "name": "automation-controller-0:4.5.20-1.el8ap.x86_64",
                  "product_id": "automation-controller-0:4.5.20-1.el8ap.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/automation-controller@4.5.20-1.el8ap?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "automation-controller-venv-tower-0:4.5.20-1.el8ap.x86_64",
                "product": {
                  "name": "automation-controller-venv-tower-0:4.5.20-1.el8ap.x86_64",
                  "product_id": "automation-controller-venv-tower-0:4.5.20-1.el8ap.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.5.20-1.el8ap?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "automation-controller-0:4.5.20-1.el9ap.x86_64",
                "product": {
                  "name": "automation-controller-0:4.5.20-1.el9ap.x86_64",
                  "product_id": "automation-controller-0:4.5.20-1.el9ap.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/automation-controller@4.5.20-1.el9ap?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "automation-controller-venv-tower-0:4.5.20-1.el9ap.x86_64",
                "product": {
                  "name": "automation-controller-venv-tower-0:4.5.20-1.el9ap.x86_64",
                  "product_id": "automation-controller-venv-tower-0:4.5.20-1.el9ap.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.5.20-1.el9ap?arch=x86_64"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "x86_64"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "automation-controller-0:4.5.20-1.el8ap.ppc64le",
                "product": {
                  "name": "automation-controller-0:4.5.20-1.el8ap.ppc64le",
                  "product_id": "automation-controller-0:4.5.20-1.el8ap.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/automation-controller@4.5.20-1.el8ap?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "automation-controller-venv-tower-0:4.5.20-1.el8ap.ppc64le",
                "product": {
                  "name": "automation-controller-venv-tower-0:4.5.20-1.el8ap.ppc64le",
                  "product_id": "automation-controller-venv-tower-0:4.5.20-1.el8ap.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.5.20-1.el8ap?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "automation-controller-0:4.5.20-1.el9ap.ppc64le",
                "product": {
                  "name": "automation-controller-0:4.5.20-1.el9ap.ppc64le",
                  "product_id": "automation-controller-0:4.5.20-1.el9ap.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/automation-controller@4.5.20-1.el9ap?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "automation-controller-venv-tower-0:4.5.20-1.el9ap.ppc64le",
                "product": {
                  "name": "automation-controller-venv-tower-0:4.5.20-1.el9ap.ppc64le",
                  "product_id": "automation-controller-venv-tower-0:4.5.20-1.el9ap.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.5.20-1.el9ap?arch=ppc64le"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "ppc64le"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "automation-controller-0:4.5.20-1.el8ap.s390x",
                "product": {
                  "name": "automation-controller-0:4.5.20-1.el8ap.s390x",
                  "product_id": "automation-controller-0:4.5.20-1.el8ap.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/automation-controller@4.5.20-1.el8ap?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "automation-controller-venv-tower-0:4.5.20-1.el8ap.s390x",
                "product": {
                  "name": "automation-controller-venv-tower-0:4.5.20-1.el8ap.s390x",
                  "product_id": "automation-controller-venv-tower-0:4.5.20-1.el8ap.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.5.20-1.el8ap?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "automation-controller-0:4.5.20-1.el9ap.s390x",
                "product": {
                  "name": "automation-controller-0:4.5.20-1.el9ap.s390x",
                  "product_id": "automation-controller-0:4.5.20-1.el9ap.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/automation-controller@4.5.20-1.el9ap?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "automation-controller-venv-tower-0:4.5.20-1.el9ap.s390x",
                "product": {
                  "name": "automation-controller-venv-tower-0:4.5.20-1.el9ap.s390x",
                  "product_id": "automation-controller-venv-tower-0:4.5.20-1.el9ap.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.5.20-1.el9ap?arch=s390x"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "s390x"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "automation-controller-0:4.5.20-1.el8ap.aarch64",
                "product": {
                  "name": "automation-controller-0:4.5.20-1.el8ap.aarch64",
                  "product_id": "automation-controller-0:4.5.20-1.el8ap.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/automation-controller@4.5.20-1.el8ap?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "automation-controller-venv-tower-0:4.5.20-1.el8ap.aarch64",
                "product": {
                  "name": "automation-controller-venv-tower-0:4.5.20-1.el8ap.aarch64",
                  "product_id": "automation-controller-venv-tower-0:4.5.20-1.el8ap.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.5.20-1.el8ap?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "automation-controller-0:4.5.20-1.el9ap.aarch64",
                "product": {
                  "name": "automation-controller-0:4.5.20-1.el9ap.aarch64",
                  "product_id": "automation-controller-0:4.5.20-1.el9ap.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/automation-controller@4.5.20-1.el9ap?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "automation-controller-venv-tower-0:4.5.20-1.el9ap.aarch64",
                "product": {
                  "name": "automation-controller-venv-tower-0:4.5.20-1.el9ap.aarch64",
                  "product_id": "automation-controller-venv-tower-0:4.5.20-1.el9ap.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.5.20-1.el9ap?arch=aarch64"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "aarch64"
          }
        ],
        "category": "vendor",
        "name": "Red Hat"
      }
    ],
    "relationships": [
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "automation-controller-0:4.5.20-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.20-1.el8ap.aarch64"
        },
        "product_reference": "automation-controller-0:4.5.20-1.el8ap.aarch64",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "automation-controller-0:4.5.20-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.20-1.el8ap.ppc64le"
        },
        "product_reference": "automation-controller-0:4.5.20-1.el8ap.ppc64le",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "automation-controller-0:4.5.20-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.20-1.el8ap.s390x"
        },
        "product_reference": "automation-controller-0:4.5.20-1.el8ap.s390x",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "automation-controller-0:4.5.20-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.20-1.el8ap.src"
        },
        "product_reference": "automation-controller-0:4.5.20-1.el8ap.src",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "automation-controller-0:4.5.20-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.20-1.el8ap.x86_64"
        },
        "product_reference": "automation-controller-0:4.5.20-1.el8ap.x86_64",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "automation-controller-cli-0:4.5.20-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.20-1.el8ap.noarch"
        },
        "product_reference": "automation-controller-cli-0:4.5.20-1.el8ap.noarch",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "automation-controller-server-0:4.5.20-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.20-1.el8ap.noarch"
        },
        "product_reference": "automation-controller-server-0:4.5.20-1.el8ap.noarch",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "automation-controller-ui-0:4.5.20-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.20-1.el8ap.noarch"
        },
        "product_reference": "automation-controller-ui-0:4.5.20-1.el8ap.noarch",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "automation-controller-venv-tower-0:4.5.20-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.20-1.el8ap.aarch64"
        },
        "product_reference": "automation-controller-venv-tower-0:4.5.20-1.el8ap.aarch64",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "automation-controller-venv-tower-0:4.5.20-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.20-1.el8ap.ppc64le"
        },
        "product_reference": "automation-controller-venv-tower-0:4.5.20-1.el8ap.ppc64le",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "automation-controller-venv-tower-0:4.5.20-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.20-1.el8ap.s390x"
        },
        "product_reference": "automation-controller-venv-tower-0:4.5.20-1.el8ap.s390x",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "automation-controller-venv-tower-0:4.5.20-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.20-1.el8ap.x86_64"
        },
        "product_reference": "automation-controller-venv-tower-0:4.5.20-1.el8ap.x86_64",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-jinja2-0:3.1.6-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.6-1.el8ap.noarch"
        },
        "product_reference": "python39-jinja2-0:3.1.6-1.el8ap.noarch",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3x-jinja2-0:3.1.6-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.6-1.el8ap.src"
        },
        "product_reference": "python3x-jinja2-0:3.1.6-1.el8ap.src",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-jinja2-0:3.1.6-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.6-1.el8ap.noarch"
        },
        "product_reference": "python39-jinja2-0:3.1.6-1.el8ap.noarch",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3x-jinja2-0:3.1.6-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.6-1.el8ap.src"
        },
        "product_reference": "python3x-jinja2-0:3.1.6-1.el8ap.src",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "automation-controller-0:4.5.20-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.20-1.el8ap.aarch64"
        },
        "product_reference": "automation-controller-0:4.5.20-1.el8ap.aarch64",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "automation-controller-0:4.5.20-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.20-1.el8ap.ppc64le"
        },
        "product_reference": "automation-controller-0:4.5.20-1.el8ap.ppc64le",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "automation-controller-0:4.5.20-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.20-1.el8ap.s390x"
        },
        "product_reference": "automation-controller-0:4.5.20-1.el8ap.s390x",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "automation-controller-0:4.5.20-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.20-1.el8ap.src"
        },
        "product_reference": "automation-controller-0:4.5.20-1.el8ap.src",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "automation-controller-0:4.5.20-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.20-1.el8ap.x86_64"
        },
        "product_reference": "automation-controller-0:4.5.20-1.el8ap.x86_64",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "automation-controller-cli-0:4.5.20-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.20-1.el8ap.noarch"
        },
        "product_reference": "automation-controller-cli-0:4.5.20-1.el8ap.noarch",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "automation-controller-server-0:4.5.20-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.20-1.el8ap.noarch"
        },
        "product_reference": "automation-controller-server-0:4.5.20-1.el8ap.noarch",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "automation-controller-ui-0:4.5.20-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.20-1.el8ap.noarch"
        },
        "product_reference": "automation-controller-ui-0:4.5.20-1.el8ap.noarch",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "automation-controller-venv-tower-0:4.5.20-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.20-1.el8ap.aarch64"
        },
        "product_reference": "automation-controller-venv-tower-0:4.5.20-1.el8ap.aarch64",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "automation-controller-venv-tower-0:4.5.20-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.20-1.el8ap.ppc64le"
        },
        "product_reference": "automation-controller-venv-tower-0:4.5.20-1.el8ap.ppc64le",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "automation-controller-venv-tower-0:4.5.20-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.20-1.el8ap.s390x"
        },
        "product_reference": "automation-controller-venv-tower-0:4.5.20-1.el8ap.s390x",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "automation-controller-venv-tower-0:4.5.20-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.20-1.el8ap.x86_64"
        },
        "product_reference": "automation-controller-venv-tower-0:4.5.20-1.el8ap.x86_64",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "automation-hub-0:4.9.3-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.3-1.el8ap.noarch"
        },
        "product_reference": "automation-hub-0:4.9.3-1.el8ap.noarch",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "automation-hub-0:4.9.3-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.3-1.el8ap.src"
        },
        "product_reference": "automation-hub-0:4.9.3-1.el8ap.src",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-galaxy-ng-0:4.9.3-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.3-1.el8ap.noarch"
        },
        "product_reference": "python39-galaxy-ng-0:4.9.3-1.el8ap.noarch",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-jinja2-0:3.1.6-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.6-1.el8ap.noarch"
        },
        "product_reference": "python39-jinja2-0:3.1.6-1.el8ap.noarch",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python39-pulpcore-0:3.28.37-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.37-1.el8ap.noarch"
        },
        "product_reference": "python39-pulpcore-0:3.28.37-1.el8ap.noarch",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3x-galaxy-ng-0:4.9.3-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.3-1.el8ap.src"
        },
        "product_reference": "python3x-galaxy-ng-0:4.9.3-1.el8ap.src",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3x-jinja2-0:3.1.6-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.6-1.el8ap.src"
        },
        "product_reference": "python3x-jinja2-0:3.1.6-1.el8ap.src",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3x-pulpcore-0:3.28.37-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
          "product_id": "8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.37-1.el8ap.src"
        },
        "product_reference": "python3x-pulpcore-0:3.28.37-1.el8ap.src",
        "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "automation-controller-0:4.5.20-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.20-1.el9ap.aarch64"
        },
        "product_reference": "automation-controller-0:4.5.20-1.el9ap.aarch64",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "automation-controller-0:4.5.20-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.20-1.el9ap.ppc64le"
        },
        "product_reference": "automation-controller-0:4.5.20-1.el9ap.ppc64le",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "automation-controller-0:4.5.20-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.20-1.el9ap.s390x"
        },
        "product_reference": "automation-controller-0:4.5.20-1.el9ap.s390x",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "automation-controller-0:4.5.20-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.20-1.el9ap.src"
        },
        "product_reference": "automation-controller-0:4.5.20-1.el9ap.src",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "automation-controller-0:4.5.20-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.20-1.el9ap.x86_64"
        },
        "product_reference": "automation-controller-0:4.5.20-1.el9ap.x86_64",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "automation-controller-cli-0:4.5.20-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.20-1.el9ap.noarch"
        },
        "product_reference": "automation-controller-cli-0:4.5.20-1.el9ap.noarch",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "automation-controller-server-0:4.5.20-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.20-1.el9ap.noarch"
        },
        "product_reference": "automation-controller-server-0:4.5.20-1.el9ap.noarch",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "automation-controller-ui-0:4.5.20-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.20-1.el9ap.noarch"
        },
        "product_reference": "automation-controller-ui-0:4.5.20-1.el9ap.noarch",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "automation-controller-venv-tower-0:4.5.20-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.20-1.el9ap.aarch64"
        },
        "product_reference": "automation-controller-venv-tower-0:4.5.20-1.el9ap.aarch64",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "automation-controller-venv-tower-0:4.5.20-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.20-1.el9ap.ppc64le"
        },
        "product_reference": "automation-controller-venv-tower-0:4.5.20-1.el9ap.ppc64le",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "automation-controller-venv-tower-0:4.5.20-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.20-1.el9ap.s390x"
        },
        "product_reference": "automation-controller-venv-tower-0:4.5.20-1.el9ap.s390x",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "automation-controller-venv-tower-0:4.5.20-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.20-1.el9ap.x86_64"
        },
        "product_reference": "automation-controller-venv-tower-0:4.5.20-1.el9ap.x86_64",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-jinja2-0:3.1.6-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.6-1.el9ap.src"
        },
        "product_reference": "python-jinja2-0:3.1.6-1.el9ap.src",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-jinja2-0:3.1.6-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.6-1.el9ap.noarch"
        },
        "product_reference": "python3-jinja2-0:3.1.6-1.el9ap.noarch",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-jinja2-0:3.1.6-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.6-1.el9ap.src"
        },
        "product_reference": "python-jinja2-0:3.1.6-1.el9ap.src",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-jinja2-0:3.1.6-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.6-1.el9ap.noarch"
        },
        "product_reference": "python3-jinja2-0:3.1.6-1.el9ap.noarch",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "automation-controller-0:4.5.20-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.20-1.el9ap.aarch64"
        },
        "product_reference": "automation-controller-0:4.5.20-1.el9ap.aarch64",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "automation-controller-0:4.5.20-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.20-1.el9ap.ppc64le"
        },
        "product_reference": "automation-controller-0:4.5.20-1.el9ap.ppc64le",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "automation-controller-0:4.5.20-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.20-1.el9ap.s390x"
        },
        "product_reference": "automation-controller-0:4.5.20-1.el9ap.s390x",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "automation-controller-0:4.5.20-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.20-1.el9ap.src"
        },
        "product_reference": "automation-controller-0:4.5.20-1.el9ap.src",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "automation-controller-0:4.5.20-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.20-1.el9ap.x86_64"
        },
        "product_reference": "automation-controller-0:4.5.20-1.el9ap.x86_64",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "automation-controller-cli-0:4.5.20-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.20-1.el9ap.noarch"
        },
        "product_reference": "automation-controller-cli-0:4.5.20-1.el9ap.noarch",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "automation-controller-server-0:4.5.20-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.20-1.el9ap.noarch"
        },
        "product_reference": "automation-controller-server-0:4.5.20-1.el9ap.noarch",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "automation-controller-ui-0:4.5.20-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.20-1.el9ap.noarch"
        },
        "product_reference": "automation-controller-ui-0:4.5.20-1.el9ap.noarch",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "automation-controller-venv-tower-0:4.5.20-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.20-1.el9ap.aarch64"
        },
        "product_reference": "automation-controller-venv-tower-0:4.5.20-1.el9ap.aarch64",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "automation-controller-venv-tower-0:4.5.20-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.20-1.el9ap.ppc64le"
        },
        "product_reference": "automation-controller-venv-tower-0:4.5.20-1.el9ap.ppc64le",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "automation-controller-venv-tower-0:4.5.20-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.20-1.el9ap.s390x"
        },
        "product_reference": "automation-controller-venv-tower-0:4.5.20-1.el9ap.s390x",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "automation-controller-venv-tower-0:4.5.20-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.20-1.el9ap.x86_64"
        },
        "product_reference": "automation-controller-venv-tower-0:4.5.20-1.el9ap.x86_64",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "automation-hub-0:4.9.3-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.3-1.el9ap.noarch"
        },
        "product_reference": "automation-hub-0:4.9.3-1.el9ap.noarch",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "automation-hub-0:4.9.3-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.3-1.el9ap.src"
        },
        "product_reference": "automation-hub-0:4.9.3-1.el9ap.src",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-galaxy-ng-0:4.9.3-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.3-1.el9ap.src"
        },
        "product_reference": "python-galaxy-ng-0:4.9.3-1.el9ap.src",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-jinja2-0:3.1.6-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.6-1.el9ap.src"
        },
        "product_reference": "python-jinja2-0:3.1.6-1.el9ap.src",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-pulpcore-0:3.28.37-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.37-1.el9ap.src"
        },
        "product_reference": "python-pulpcore-0:3.28.37-1.el9ap.src",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-galaxy-ng-0:4.9.3-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.3-1.el9ap.noarch"
        },
        "product_reference": "python3-galaxy-ng-0:4.9.3-1.el9ap.noarch",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-jinja2-0:3.1.6-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.6-1.el9ap.noarch"
        },
        "product_reference": "python3-jinja2-0:3.1.6-1.el9ap.noarch",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-pulpcore-0:3.28.37-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
          "product_id": "9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.37-1.el9ap.noarch"
        },
        "product_reference": "python3-pulpcore-0:3.28.37-1.el9ap.noarch",
        "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
      }
    ]
  },
  "vulnerabilities": [
    {
      "cve": "CVE-2025-27516",
      "cwe": {
        "id": "CWE-1336",
        "name": "Improper Neutralization of Special Elements Used in a Template Engine"
      },
      "discovery_date": "2025-03-05T21:01:07.674606+00:00",
      "flags": [
        {
          "label": "vulnerable_code_not_present",
          "product_ids": [
            "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.20-1.el8ap.aarch64",
            "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.20-1.el8ap.ppc64le",
            "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.20-1.el8ap.s390x",
            "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.20-1.el8ap.src",
            "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.20-1.el8ap.x86_64",
            "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.20-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.20-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.20-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.20-1.el8ap.aarch64",
            "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.20-1.el8ap.ppc64le",
            "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.20-1.el8ap.s390x",
            "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.20-1.el8ap.src",
            "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.20-1.el8ap.x86_64",
            "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.20-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.20-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.20-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.3-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.3-1.el8ap.src",
            "8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.3-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.37-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.3-1.el8ap.src",
            "8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.37-1.el8ap.src",
            "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.20-1.el9ap.aarch64",
            "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.20-1.el9ap.ppc64le",
            "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.20-1.el9ap.s390x",
            "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.20-1.el9ap.src",
            "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.20-1.el9ap.x86_64",
            "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.20-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.20-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.20-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.20-1.el9ap.aarch64",
            "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.20-1.el9ap.ppc64le",
            "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.20-1.el9ap.s390x",
            "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.20-1.el9ap.src",
            "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.20-1.el9ap.x86_64",
            "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.20-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.20-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.20-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.3-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.3-1.el9ap.src",
            "9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.3-1.el9ap.src",
            "9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.37-1.el9ap.src",
            "9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.3-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.37-1.el9ap.noarch"
          ]
        }
      ],
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2350190"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in Jinja. In affected versions, an oversight in how the Jinja sandboxed environment interacts with the `|attr` filter allows an attacker who controls the content of a template to execute arbitrary Python code. To exploit the vulnerability, an attacker needs to control the content of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications that execute untrusted templates. Jinja\u0027s sandbox does catch calls to `str.format` and ensures they don\u0027t escape the sandbox. However, it\u0027s possible to use the `|attr` filter to get a reference to a string\u0027s plain format method, bypassing the sandbox.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "jinja2: Jinja sandbox breakout through attr filter selecting format method",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "This vulnerability is rated as important severity due to the potential for an attacker to bypass Jinja\u0027s sandbox by exploiting the |attr filter, by controlling template content, an attacker can execute arbitrary Python code, impacting the integrity, confidentiality, and availability of the system. While the attack requires user interaction to trigger untrusted templates, the risk is significant in applications that allow such templates to be executed.",
          "title": "Statement"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.20-1.el8ap.aarch64",
          "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.20-1.el8ap.ppc64le",
          "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.20-1.el8ap.s390x",
          "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.20-1.el8ap.x86_64",
          "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.6-1.el8ap.noarch",
          "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.6-1.el8ap.src",
          "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.6-1.el8ap.noarch",
          "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.6-1.el8ap.src",
          "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.20-1.el8ap.aarch64",
          "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.20-1.el8ap.ppc64le",
          "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.20-1.el8ap.s390x",
          "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.20-1.el8ap.x86_64",
          "8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.6-1.el8ap.noarch",
          "8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.6-1.el8ap.src",
          "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.20-1.el9ap.aarch64",
          "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.20-1.el9ap.ppc64le",
          "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.20-1.el9ap.s390x",
          "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.20-1.el9ap.x86_64",
          "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.6-1.el9ap.src",
          "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.6-1.el9ap.noarch",
          "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.6-1.el9ap.src",
          "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.6-1.el9ap.noarch",
          "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.20-1.el9ap.aarch64",
          "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.20-1.el9ap.ppc64le",
          "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.20-1.el9ap.s390x",
          "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.20-1.el9ap.x86_64",
          "9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.6-1.el9ap.src",
          "9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.6-1.el9ap.noarch"
        ],
        "known_not_affected": [
          "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.20-1.el8ap.aarch64",
          "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.20-1.el8ap.ppc64le",
          "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.20-1.el8ap.s390x",
          "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.20-1.el8ap.src",
          "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.20-1.el8ap.x86_64",
          "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.20-1.el8ap.noarch",
          "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.20-1.el8ap.noarch",
          "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.20-1.el8ap.noarch",
          "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.20-1.el8ap.aarch64",
          "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.20-1.el8ap.ppc64le",
          "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.20-1.el8ap.s390x",
          "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.20-1.el8ap.src",
          "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.20-1.el8ap.x86_64",
          "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.20-1.el8ap.noarch",
          "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.20-1.el8ap.noarch",
          "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.20-1.el8ap.noarch",
          "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.3-1.el8ap.noarch",
          "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.3-1.el8ap.src",
          "8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.3-1.el8ap.noarch",
          "8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.37-1.el8ap.noarch",
          "8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.3-1.el8ap.src",
          "8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.37-1.el8ap.src",
          "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.20-1.el9ap.aarch64",
          "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.20-1.el9ap.ppc64le",
          "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.20-1.el9ap.s390x",
          "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.20-1.el9ap.src",
          "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.20-1.el9ap.x86_64",
          "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.20-1.el9ap.noarch",
          "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.20-1.el9ap.noarch",
          "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.20-1.el9ap.noarch",
          "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.20-1.el9ap.aarch64",
          "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.20-1.el9ap.ppc64le",
          "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.20-1.el9ap.s390x",
          "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.20-1.el9ap.src",
          "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.20-1.el9ap.x86_64",
          "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.20-1.el9ap.noarch",
          "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.20-1.el9ap.noarch",
          "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.20-1.el9ap.noarch",
          "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.3-1.el9ap.noarch",
          "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.3-1.el9ap.src",
          "9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.3-1.el9ap.src",
          "9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.37-1.el9ap.src",
          "9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.3-1.el9ap.noarch",
          "9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.37-1.el9ap.noarch"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2025-27516"
        },
        {
          "category": "external",
          "summary": "RHBZ#2350190",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2350190"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2025-27516",
          "url": "https://www.cve.org/CVERecord?id=CVE-2025-27516"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-27516",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-27516"
        },
        {
          "category": "external",
          "summary": "https://github.com/pallets/jinja/commit/90457bbf33b8662926ae65cdde4c4c32e756e403",
          "url": "https://github.com/pallets/jinja/commit/90457bbf33b8662926ae65cdde4c4c32e756e403"
        },
        {
          "category": "external",
          "summary": "https://github.com/pallets/jinja/security/advisories/GHSA-cpwx-vrp4-4pq7",
          "url": "https://github.com/pallets/jinja/security/advisories/GHSA-cpwx-vrp4-4pq7"
        }
      ],
      "release_date": "2025-03-05T20:40:06.568000+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2025-03-24T17:53:25+00:00",
          "details": "Red Hat Ansible Automation Platform",
          "product_ids": [
            "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.20-1.el8ap.aarch64",
            "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.20-1.el8ap.ppc64le",
            "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.20-1.el8ap.s390x",
            "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.20-1.el8ap.x86_64",
            "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.6-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.6-1.el8ap.src",
            "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.6-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.6-1.el8ap.src",
            "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.20-1.el8ap.aarch64",
            "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.20-1.el8ap.ppc64le",
            "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.20-1.el8ap.s390x",
            "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.20-1.el8ap.x86_64",
            "8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.6-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.6-1.el8ap.src",
            "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.20-1.el9ap.aarch64",
            "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.20-1.el9ap.ppc64le",
            "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.20-1.el9ap.s390x",
            "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.20-1.el9ap.x86_64",
            "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.6-1.el9ap.src",
            "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.6-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.6-1.el9ap.src",
            "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.6-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.20-1.el9ap.aarch64",
            "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.20-1.el9ap.ppc64le",
            "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.20-1.el9ap.s390x",
            "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.20-1.el9ap.x86_64",
            "9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.6-1.el9ap.src",
            "9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.6-1.el9ap.noarch"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2025:3123"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "LOCAL",
            "availabilityImpact": "HIGH",
            "baseScore": 7.3,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "HIGH",
            "privilegesRequired": "LOW",
            "scope": "UNCHANGED",
            "userInteraction": "REQUIRED",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.20-1.el8ap.aarch64",
            "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.20-1.el8ap.ppc64le",
            "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.20-1.el8ap.s390x",
            "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.20-1.el8ap.src",
            "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.20-1.el8ap.x86_64",
            "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.20-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.20-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.20-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.20-1.el8ap.aarch64",
            "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.20-1.el8ap.ppc64le",
            "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.20-1.el8ap.s390x",
            "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.20-1.el8ap.x86_64",
            "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.6-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.6-1.el8ap.src",
            "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.6-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.6-1.el8ap.src",
            "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.20-1.el8ap.aarch64",
            "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.20-1.el8ap.ppc64le",
            "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.20-1.el8ap.s390x",
            "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.20-1.el8ap.src",
            "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.20-1.el8ap.x86_64",
            "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.20-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.20-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.20-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.20-1.el8ap.aarch64",
            "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.20-1.el8ap.ppc64le",
            "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.20-1.el8ap.s390x",
            "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.20-1.el8ap.x86_64",
            "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.3-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.3-1.el8ap.src",
            "8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.3-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.6-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.37-1.el8ap.noarch",
            "8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.3-1.el8ap.src",
            "8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.6-1.el8ap.src",
            "8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.37-1.el8ap.src",
            "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.20-1.el9ap.aarch64",
            "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.20-1.el9ap.ppc64le",
            "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.20-1.el9ap.s390x",
            "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.20-1.el9ap.src",
            "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.20-1.el9ap.x86_64",
            "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.20-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.20-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.20-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.20-1.el9ap.aarch64",
            "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.20-1.el9ap.ppc64le",
            "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.20-1.el9ap.s390x",
            "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.20-1.el9ap.x86_64",
            "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.6-1.el9ap.src",
            "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.6-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.6-1.el9ap.src",
            "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.6-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.20-1.el9ap.aarch64",
            "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.20-1.el9ap.ppc64le",
            "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.20-1.el9ap.s390x",
            "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.20-1.el9ap.src",
            "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.20-1.el9ap.x86_64",
            "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.20-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.20-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.20-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.20-1.el9ap.aarch64",
            "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.20-1.el9ap.ppc64le",
            "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.20-1.el9ap.s390x",
            "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.20-1.el9ap.x86_64",
            "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.3-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.3-1.el9ap.src",
            "9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.3-1.el9ap.src",
            "9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.6-1.el9ap.src",
            "9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.37-1.el9ap.src",
            "9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.3-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.6-1.el9ap.noarch",
            "9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.37-1.el9ap.noarch"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Important"
        }
      ],
      "title": "jinja2: Jinja sandbox breakout through attr filter selecting format method"
    }
  ]
}
  rhsa-2025:3113
Vulnerability from csaf_redhat
Notes
{
  "document": {
    "aggregate_severity": {
      "namespace": "https://access.redhat.com/security/updates/classification/",
      "text": "Important"
    },
    "category": "csaf_security_advisory",
    "csaf_version": "2.0",
    "distribution": {
      "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
      "tlp": {
        "label": "WHITE",
        "url": "https://www.first.org/tlp/"
      }
    },
    "lang": "en",
    "notes": [
      {
        "category": "summary",
        "text": "An update for fence-agents is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
        "title": "Topic"
      },
      {
        "category": "general",
        "text": "The fence-agents packages provide a collection of scripts for handling remote power management for cluster devices. They allow failed or unreachable nodes to be forcibly restarted and removed from the cluster. \n\nSecurity Fix(es):\n\n* jinja2: Jinja sandbox breakout through attr filter selecting format method (CVE-2025-27516)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
        "title": "Details"
      },
      {
        "category": "legal_disclaimer",
        "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
        "title": "Terms of Use"
      }
    ],
    "publisher": {
      "category": "vendor",
      "contact_details": "https://access.redhat.com/security/team/contact/",
      "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
      "name": "Red Hat Product Security",
      "namespace": "https://www.redhat.com"
    },
    "references": [
      {
        "category": "self",
        "summary": "https://access.redhat.com/errata/RHSA-2025:3113",
        "url": "https://access.redhat.com/errata/RHSA-2025:3113"
      },
      {
        "category": "external",
        "summary": "https://access.redhat.com/security/updates/classification/#important",
        "url": "https://access.redhat.com/security/updates/classification/#important"
      },
      {
        "category": "external",
        "summary": "2350190",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2350190"
      },
      {
        "category": "self",
        "summary": "Canonical URL",
        "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_3113.json"
      }
    ],
    "title": "Red Hat Security Advisory: fence-agents security update",
    "tracking": {
      "current_release_date": "2025-10-28T19:42:40+00:00",
      "generator": {
        "date": "2025-10-28T19:42:40+00:00",
        "engine": {
          "name": "Red Hat SDEngine",
          "version": "4.6.10"
        }
      },
      "id": "RHSA-2025:3113",
      "initial_release_date": "2025-03-24T14:13:20+00:00",
      "revision_history": [
        {
          "date": "2025-03-24T14:13:20+00:00",
          "number": "1",
          "summary": "Initial version"
        },
        {
          "date": "2025-03-24T14:13:20+00:00",
          "number": "2",
          "summary": "Last updated version"
        },
        {
          "date": "2025-10-28T19:42:40+00:00",
          "number": "3",
          "summary": "Last generated version"
        }
      ],
      "status": "final",
      "version": "3"
    }
  },
  "product_tree": {
    "branches": [
      {
        "branches": [
          {
            "branches": [
              {
                "category": "product_name",
                "name": "Red Hat Enterprise Linux AppStream (v. 9)",
                "product": {
                  "name": "Red Hat Enterprise Linux AppStream (v. 9)",
                  "product_id": "AppStream-9.5.0.Z.MAIN",
                  "product_identification_helper": {
                    "cpe": "cpe:/a:redhat:enterprise_linux:9::appstream"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "Red Hat Enterprise Linux High Availability (v. 9)",
                "product": {
                  "name": "Red Hat Enterprise Linux High Availability (v. 9)",
                  "product_id": "HighAvailability-9.5.0.Z.MAIN",
                  "product_identification_helper": {
                    "cpe": "cpe:/a:redhat:enterprise_linux:9::highavailability"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "Red Hat Enterprise Linux Resilient Storage (v. 9)",
                "product": {
                  "name": "Red Hat Enterprise Linux Resilient Storage (v. 9)",
                  "product_id": "ResilientStorage-9.5.0.Z.MAIN",
                  "product_identification_helper": {
                    "cpe": "cpe:/a:redhat:enterprise_linux:9::resilientstorage"
                  }
                }
              }
            ],
            "category": "product_family",
            "name": "Red Hat Enterprise Linux"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "fence-agents-0:4.10.0-76.el9_5.6.src",
                "product": {
                  "name": "fence-agents-0:4.10.0-76.el9_5.6.src",
                  "product_id": "fence-agents-0:4.10.0-76.el9_5.6.src",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents@4.10.0-76.el9_5.6?arch=src"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "src"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "fence-agents-common-0:4.10.0-76.el9_5.6.noarch",
                "product": {
                  "name": "fence-agents-common-0:4.10.0-76.el9_5.6.noarch",
                  "product_id": "fence-agents-common-0:4.10.0-76.el9_5.6.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-common@4.10.0-76.el9_5.6?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-ibm-powervs-0:4.10.0-76.el9_5.6.noarch",
                "product": {
                  "name": "fence-agents-ibm-powervs-0:4.10.0-76.el9_5.6.noarch",
                  "product_id": "fence-agents-ibm-powervs-0:4.10.0-76.el9_5.6.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-ibm-powervs@4.10.0-76.el9_5.6?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-ibm-vpc-0:4.10.0-76.el9_5.6.noarch",
                "product": {
                  "name": "fence-agents-ibm-vpc-0:4.10.0-76.el9_5.6.noarch",
                  "product_id": "fence-agents-ibm-vpc-0:4.10.0-76.el9_5.6.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-ibm-vpc@4.10.0-76.el9_5.6?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-virsh-0:4.10.0-76.el9_5.6.noarch",
                "product": {
                  "name": "fence-agents-virsh-0:4.10.0-76.el9_5.6.noarch",
                  "product_id": "fence-agents-virsh-0:4.10.0-76.el9_5.6.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-virsh@4.10.0-76.el9_5.6?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-amt-ws-0:4.10.0-76.el9_5.6.noarch",
                "product": {
                  "name": "fence-agents-amt-ws-0:4.10.0-76.el9_5.6.noarch",
                  "product_id": "fence-agents-amt-ws-0:4.10.0-76.el9_5.6.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-amt-ws@4.10.0-76.el9_5.6?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-apc-0:4.10.0-76.el9_5.6.noarch",
                "product": {
                  "name": "fence-agents-apc-0:4.10.0-76.el9_5.6.noarch",
                  "product_id": "fence-agents-apc-0:4.10.0-76.el9_5.6.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-apc@4.10.0-76.el9_5.6?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-apc-snmp-0:4.10.0-76.el9_5.6.noarch",
                "product": {
                  "name": "fence-agents-apc-snmp-0:4.10.0-76.el9_5.6.noarch",
                  "product_id": "fence-agents-apc-snmp-0:4.10.0-76.el9_5.6.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-apc-snmp@4.10.0-76.el9_5.6?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-bladecenter-0:4.10.0-76.el9_5.6.noarch",
                "product": {
                  "name": "fence-agents-bladecenter-0:4.10.0-76.el9_5.6.noarch",
                  "product_id": "fence-agents-bladecenter-0:4.10.0-76.el9_5.6.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-bladecenter@4.10.0-76.el9_5.6?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-brocade-0:4.10.0-76.el9_5.6.noarch",
                "product": {
                  "name": "fence-agents-brocade-0:4.10.0-76.el9_5.6.noarch",
                  "product_id": "fence-agents-brocade-0:4.10.0-76.el9_5.6.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-brocade@4.10.0-76.el9_5.6?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-cisco-mds-0:4.10.0-76.el9_5.6.noarch",
                "product": {
                  "name": "fence-agents-cisco-mds-0:4.10.0-76.el9_5.6.noarch",
                  "product_id": "fence-agents-cisco-mds-0:4.10.0-76.el9_5.6.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-cisco-mds@4.10.0-76.el9_5.6?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-cisco-ucs-0:4.10.0-76.el9_5.6.noarch",
                "product": {
                  "name": "fence-agents-cisco-ucs-0:4.10.0-76.el9_5.6.noarch",
                  "product_id": "fence-agents-cisco-ucs-0:4.10.0-76.el9_5.6.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-cisco-ucs@4.10.0-76.el9_5.6?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-drac5-0:4.10.0-76.el9_5.6.noarch",
                "product": {
                  "name": "fence-agents-drac5-0:4.10.0-76.el9_5.6.noarch",
                  "product_id": "fence-agents-drac5-0:4.10.0-76.el9_5.6.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-drac5@4.10.0-76.el9_5.6?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-eaton-snmp-0:4.10.0-76.el9_5.6.noarch",
                "product": {
                  "name": "fence-agents-eaton-snmp-0:4.10.0-76.el9_5.6.noarch",
                  "product_id": "fence-agents-eaton-snmp-0:4.10.0-76.el9_5.6.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-eaton-snmp@4.10.0-76.el9_5.6?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-emerson-0:4.10.0-76.el9_5.6.noarch",
                "product": {
                  "name": "fence-agents-emerson-0:4.10.0-76.el9_5.6.noarch",
                  "product_id": "fence-agents-emerson-0:4.10.0-76.el9_5.6.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-emerson@4.10.0-76.el9_5.6?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-eps-0:4.10.0-76.el9_5.6.noarch",
                "product": {
                  "name": "fence-agents-eps-0:4.10.0-76.el9_5.6.noarch",
                  "product_id": "fence-agents-eps-0:4.10.0-76.el9_5.6.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-eps@4.10.0-76.el9_5.6?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-heuristics-ping-0:4.10.0-76.el9_5.6.noarch",
                "product": {
                  "name": "fence-agents-heuristics-ping-0:4.10.0-76.el9_5.6.noarch",
                  "product_id": "fence-agents-heuristics-ping-0:4.10.0-76.el9_5.6.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-heuristics-ping@4.10.0-76.el9_5.6?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-hpblade-0:4.10.0-76.el9_5.6.noarch",
                "product": {
                  "name": "fence-agents-hpblade-0:4.10.0-76.el9_5.6.noarch",
                  "product_id": "fence-agents-hpblade-0:4.10.0-76.el9_5.6.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-hpblade@4.10.0-76.el9_5.6?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-ibmblade-0:4.10.0-76.el9_5.6.noarch",
                "product": {
                  "name": "fence-agents-ibmblade-0:4.10.0-76.el9_5.6.noarch",
                  "product_id": "fence-agents-ibmblade-0:4.10.0-76.el9_5.6.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-ibmblade@4.10.0-76.el9_5.6?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-ifmib-0:4.10.0-76.el9_5.6.noarch",
                "product": {
                  "name": "fence-agents-ifmib-0:4.10.0-76.el9_5.6.noarch",
                  "product_id": "fence-agents-ifmib-0:4.10.0-76.el9_5.6.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-ifmib@4.10.0-76.el9_5.6?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-ilo-moonshot-0:4.10.0-76.el9_5.6.noarch",
                "product": {
                  "name": "fence-agents-ilo-moonshot-0:4.10.0-76.el9_5.6.noarch",
                  "product_id": "fence-agents-ilo-moonshot-0:4.10.0-76.el9_5.6.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-ilo-moonshot@4.10.0-76.el9_5.6?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-ilo-mp-0:4.10.0-76.el9_5.6.noarch",
                "product": {
                  "name": "fence-agents-ilo-mp-0:4.10.0-76.el9_5.6.noarch",
                  "product_id": "fence-agents-ilo-mp-0:4.10.0-76.el9_5.6.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-ilo-mp@4.10.0-76.el9_5.6?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-ilo-ssh-0:4.10.0-76.el9_5.6.noarch",
                "product": {
                  "name": "fence-agents-ilo-ssh-0:4.10.0-76.el9_5.6.noarch",
                  "product_id": "fence-agents-ilo-ssh-0:4.10.0-76.el9_5.6.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-ilo-ssh@4.10.0-76.el9_5.6?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-ilo2-0:4.10.0-76.el9_5.6.noarch",
                "product": {
                  "name": "fence-agents-ilo2-0:4.10.0-76.el9_5.6.noarch",
                  "product_id": "fence-agents-ilo2-0:4.10.0-76.el9_5.6.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-ilo2@4.10.0-76.el9_5.6?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-intelmodular-0:4.10.0-76.el9_5.6.noarch",
                "product": {
                  "name": "fence-agents-intelmodular-0:4.10.0-76.el9_5.6.noarch",
                  "product_id": "fence-agents-intelmodular-0:4.10.0-76.el9_5.6.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-intelmodular@4.10.0-76.el9_5.6?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-ipdu-0:4.10.0-76.el9_5.6.noarch",
                "product": {
                  "name": "fence-agents-ipdu-0:4.10.0-76.el9_5.6.noarch",
                  "product_id": "fence-agents-ipdu-0:4.10.0-76.el9_5.6.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-ipdu@4.10.0-76.el9_5.6?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-ipmilan-0:4.10.0-76.el9_5.6.noarch",
                "product": {
                  "name": "fence-agents-ipmilan-0:4.10.0-76.el9_5.6.noarch",
                  "product_id": "fence-agents-ipmilan-0:4.10.0-76.el9_5.6.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-ipmilan@4.10.0-76.el9_5.6?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-lpar-0:4.10.0-76.el9_5.6.noarch",
                "product": {
                  "name": "fence-agents-lpar-0:4.10.0-76.el9_5.6.noarch",
                  "product_id": "fence-agents-lpar-0:4.10.0-76.el9_5.6.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-lpar@4.10.0-76.el9_5.6?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-mpath-0:4.10.0-76.el9_5.6.noarch",
                "product": {
                  "name": "fence-agents-mpath-0:4.10.0-76.el9_5.6.noarch",
                  "product_id": "fence-agents-mpath-0:4.10.0-76.el9_5.6.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-mpath@4.10.0-76.el9_5.6?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-rhevm-0:4.10.0-76.el9_5.6.noarch",
                "product": {
                  "name": "fence-agents-rhevm-0:4.10.0-76.el9_5.6.noarch",
                  "product_id": "fence-agents-rhevm-0:4.10.0-76.el9_5.6.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-rhevm@4.10.0-76.el9_5.6?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-rsa-0:4.10.0-76.el9_5.6.noarch",
                "product": {
                  "name": "fence-agents-rsa-0:4.10.0-76.el9_5.6.noarch",
                  "product_id": "fence-agents-rsa-0:4.10.0-76.el9_5.6.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-rsa@4.10.0-76.el9_5.6?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-rsb-0:4.10.0-76.el9_5.6.noarch",
                "product": {
                  "name": "fence-agents-rsb-0:4.10.0-76.el9_5.6.noarch",
                  "product_id": "fence-agents-rsb-0:4.10.0-76.el9_5.6.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-rsb@4.10.0-76.el9_5.6?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-sbd-0:4.10.0-76.el9_5.6.noarch",
                "product": {
                  "name": "fence-agents-sbd-0:4.10.0-76.el9_5.6.noarch",
                  "product_id": "fence-agents-sbd-0:4.10.0-76.el9_5.6.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-sbd@4.10.0-76.el9_5.6?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-scsi-0:4.10.0-76.el9_5.6.noarch",
                "product": {
                  "name": "fence-agents-scsi-0:4.10.0-76.el9_5.6.noarch",
                  "product_id": "fence-agents-scsi-0:4.10.0-76.el9_5.6.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-scsi@4.10.0-76.el9_5.6?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-vmware-rest-0:4.10.0-76.el9_5.6.noarch",
                "product": {
                  "name": "fence-agents-vmware-rest-0:4.10.0-76.el9_5.6.noarch",
                  "product_id": "fence-agents-vmware-rest-0:4.10.0-76.el9_5.6.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-vmware-rest@4.10.0-76.el9_5.6?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-vmware-soap-0:4.10.0-76.el9_5.6.noarch",
                "product": {
                  "name": "fence-agents-vmware-soap-0:4.10.0-76.el9_5.6.noarch",
                  "product_id": "fence-agents-vmware-soap-0:4.10.0-76.el9_5.6.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-vmware-soap@4.10.0-76.el9_5.6?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-wti-0:4.10.0-76.el9_5.6.noarch",
                "product": {
                  "name": "fence-agents-wti-0:4.10.0-76.el9_5.6.noarch",
                  "product_id": "fence-agents-wti-0:4.10.0-76.el9_5.6.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-wti@4.10.0-76.el9_5.6?arch=noarch"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "noarch"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "fence-agents-compute-0:4.10.0-76.el9_5.6.ppc64le",
                "product": {
                  "name": "fence-agents-compute-0:4.10.0-76.el9_5.6.ppc64le",
                  "product_id": "fence-agents-compute-0:4.10.0-76.el9_5.6.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-compute@4.10.0-76.el9_5.6?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-kubevirt-0:4.10.0-76.el9_5.6.ppc64le",
                "product": {
                  "name": "fence-agents-kubevirt-0:4.10.0-76.el9_5.6.ppc64le",
                  "product_id": "fence-agents-kubevirt-0:4.10.0-76.el9_5.6.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-kubevirt@4.10.0-76.el9_5.6?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-debugsource-0:4.10.0-76.el9_5.6.ppc64le",
                "product": {
                  "name": "fence-agents-debugsource-0:4.10.0-76.el9_5.6.ppc64le",
                  "product_id": "fence-agents-debugsource-0:4.10.0-76.el9_5.6.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-debugsource@4.10.0-76.el9_5.6?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-debuginfo-0:4.10.0-76.el9_5.6.ppc64le",
                "product": {
                  "name": "fence-agents-debuginfo-0:4.10.0-76.el9_5.6.ppc64le",
                  "product_id": "fence-agents-debuginfo-0:4.10.0-76.el9_5.6.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-debuginfo@4.10.0-76.el9_5.6?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.ppc64le",
                "product": {
                  "name": "fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.ppc64le",
                  "product_id": "fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-kdump-debuginfo@4.10.0-76.el9_5.6?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.ppc64le",
                "product": {
                  "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.ppc64le",
                  "product_id": "fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-kubevirt-debuginfo@4.10.0-76.el9_5.6?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-all-0:4.10.0-76.el9_5.6.ppc64le",
                "product": {
                  "name": "fence-agents-all-0:4.10.0-76.el9_5.6.ppc64le",
                  "product_id": "fence-agents-all-0:4.10.0-76.el9_5.6.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-all@4.10.0-76.el9_5.6?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-kdump-0:4.10.0-76.el9_5.6.ppc64le",
                "product": {
                  "name": "fence-agents-kdump-0:4.10.0-76.el9_5.6.ppc64le",
                  "product_id": "fence-agents-kdump-0:4.10.0-76.el9_5.6.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-kdump@4.10.0-76.el9_5.6?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-openstack-0:4.10.0-76.el9_5.6.ppc64le",
                "product": {
                  "name": "fence-agents-openstack-0:4.10.0-76.el9_5.6.ppc64le",
                  "product_id": "fence-agents-openstack-0:4.10.0-76.el9_5.6.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-openstack@4.10.0-76.el9_5.6?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-redfish-0:4.10.0-76.el9_5.6.ppc64le",
                "product": {
                  "name": "fence-agents-redfish-0:4.10.0-76.el9_5.6.ppc64le",
                  "product_id": "fence-agents-redfish-0:4.10.0-76.el9_5.6.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-redfish@4.10.0-76.el9_5.6?arch=ppc64le"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "ppc64le"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "fence-agents-compute-0:4.10.0-76.el9_5.6.x86_64",
                "product": {
                  "name": "fence-agents-compute-0:4.10.0-76.el9_5.6.x86_64",
                  "product_id": "fence-agents-compute-0:4.10.0-76.el9_5.6.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-compute@4.10.0-76.el9_5.6?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-kubevirt-0:4.10.0-76.el9_5.6.x86_64",
                "product": {
                  "name": "fence-agents-kubevirt-0:4.10.0-76.el9_5.6.x86_64",
                  "product_id": "fence-agents-kubevirt-0:4.10.0-76.el9_5.6.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-kubevirt@4.10.0-76.el9_5.6?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-virt-0:4.10.0-76.el9_5.6.x86_64",
                "product": {
                  "name": "fence-virt-0:4.10.0-76.el9_5.6.x86_64",
                  "product_id": "fence-virt-0:4.10.0-76.el9_5.6.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-virt@4.10.0-76.el9_5.6?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-virtd-0:4.10.0-76.el9_5.6.x86_64",
                "product": {
                  "name": "fence-virtd-0:4.10.0-76.el9_5.6.x86_64",
                  "product_id": "fence-virtd-0:4.10.0-76.el9_5.6.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-virtd@4.10.0-76.el9_5.6?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-virtd-cpg-0:4.10.0-76.el9_5.6.x86_64",
                "product": {
                  "name": "fence-virtd-cpg-0:4.10.0-76.el9_5.6.x86_64",
                  "product_id": "fence-virtd-cpg-0:4.10.0-76.el9_5.6.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-virtd-cpg@4.10.0-76.el9_5.6?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-virtd-libvirt-0:4.10.0-76.el9_5.6.x86_64",
                "product": {
                  "name": "fence-virtd-libvirt-0:4.10.0-76.el9_5.6.x86_64",
                  "product_id": "fence-virtd-libvirt-0:4.10.0-76.el9_5.6.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-virtd-libvirt@4.10.0-76.el9_5.6?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-virtd-multicast-0:4.10.0-76.el9_5.6.x86_64",
                "product": {
                  "name": "fence-virtd-multicast-0:4.10.0-76.el9_5.6.x86_64",
                  "product_id": "fence-virtd-multicast-0:4.10.0-76.el9_5.6.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-virtd-multicast@4.10.0-76.el9_5.6?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-virtd-serial-0:4.10.0-76.el9_5.6.x86_64",
                "product": {
                  "name": "fence-virtd-serial-0:4.10.0-76.el9_5.6.x86_64",
                  "product_id": "fence-virtd-serial-0:4.10.0-76.el9_5.6.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-virtd-serial@4.10.0-76.el9_5.6?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-virtd-tcp-0:4.10.0-76.el9_5.6.x86_64",
                "product": {
                  "name": "fence-virtd-tcp-0:4.10.0-76.el9_5.6.x86_64",
                  "product_id": "fence-virtd-tcp-0:4.10.0-76.el9_5.6.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-virtd-tcp@4.10.0-76.el9_5.6?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-debugsource-0:4.10.0-76.el9_5.6.x86_64",
                "product": {
                  "name": "fence-agents-debugsource-0:4.10.0-76.el9_5.6.x86_64",
                  "product_id": "fence-agents-debugsource-0:4.10.0-76.el9_5.6.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-debugsource@4.10.0-76.el9_5.6?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
                "product": {
                  "name": "fence-agents-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
                  "product_id": "fence-agents-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-debuginfo@4.10.0-76.el9_5.6?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
                "product": {
                  "name": "fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
                  "product_id": "fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-kdump-debuginfo@4.10.0-76.el9_5.6?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
                "product": {
                  "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
                  "product_id": "fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-kubevirt-debuginfo@4.10.0-76.el9_5.6?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-virt-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
                "product": {
                  "name": "fence-virt-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
                  "product_id": "fence-virt-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-virt-debuginfo@4.10.0-76.el9_5.6?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-virtd-cpg-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
                "product": {
                  "name": "fence-virtd-cpg-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
                  "product_id": "fence-virtd-cpg-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-virtd-cpg-debuginfo@4.10.0-76.el9_5.6?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-virtd-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
                "product": {
                  "name": "fence-virtd-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
                  "product_id": "fence-virtd-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-virtd-debuginfo@4.10.0-76.el9_5.6?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-virtd-libvirt-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
                "product": {
                  "name": "fence-virtd-libvirt-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
                  "product_id": "fence-virtd-libvirt-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-virtd-libvirt-debuginfo@4.10.0-76.el9_5.6?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-virtd-multicast-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
                "product": {
                  "name": "fence-virtd-multicast-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
                  "product_id": "fence-virtd-multicast-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-virtd-multicast-debuginfo@4.10.0-76.el9_5.6?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-virtd-serial-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
                "product": {
                  "name": "fence-virtd-serial-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
                  "product_id": "fence-virtd-serial-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-virtd-serial-debuginfo@4.10.0-76.el9_5.6?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-virtd-tcp-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
                "product": {
                  "name": "fence-virtd-tcp-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
                  "product_id": "fence-virtd-tcp-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-virtd-tcp-debuginfo@4.10.0-76.el9_5.6?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ha-cloud-support-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
                "product": {
                  "name": "ha-cloud-support-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
                  "product_id": "ha-cloud-support-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/ha-cloud-support-debuginfo@4.10.0-76.el9_5.6?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-aliyun-0:4.10.0-76.el9_5.6.x86_64",
                "product": {
                  "name": "fence-agents-aliyun-0:4.10.0-76.el9_5.6.x86_64",
                  "product_id": "fence-agents-aliyun-0:4.10.0-76.el9_5.6.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-aliyun@4.10.0-76.el9_5.6?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-all-0:4.10.0-76.el9_5.6.x86_64",
                "product": {
                  "name": "fence-agents-all-0:4.10.0-76.el9_5.6.x86_64",
                  "product_id": "fence-agents-all-0:4.10.0-76.el9_5.6.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-all@4.10.0-76.el9_5.6?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-aws-0:4.10.0-76.el9_5.6.x86_64",
                "product": {
                  "name": "fence-agents-aws-0:4.10.0-76.el9_5.6.x86_64",
                  "product_id": "fence-agents-aws-0:4.10.0-76.el9_5.6.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-aws@4.10.0-76.el9_5.6?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-azure-arm-0:4.10.0-76.el9_5.6.x86_64",
                "product": {
                  "name": "fence-agents-azure-arm-0:4.10.0-76.el9_5.6.x86_64",
                  "product_id": "fence-agents-azure-arm-0:4.10.0-76.el9_5.6.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-azure-arm@4.10.0-76.el9_5.6?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-gce-0:4.10.0-76.el9_5.6.x86_64",
                "product": {
                  "name": "fence-agents-gce-0:4.10.0-76.el9_5.6.x86_64",
                  "product_id": "fence-agents-gce-0:4.10.0-76.el9_5.6.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-gce@4.10.0-76.el9_5.6?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-kdump-0:4.10.0-76.el9_5.6.x86_64",
                "product": {
                  "name": "fence-agents-kdump-0:4.10.0-76.el9_5.6.x86_64",
                  "product_id": "fence-agents-kdump-0:4.10.0-76.el9_5.6.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-kdump@4.10.0-76.el9_5.6?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-openstack-0:4.10.0-76.el9_5.6.x86_64",
                "product": {
                  "name": "fence-agents-openstack-0:4.10.0-76.el9_5.6.x86_64",
                  "product_id": "fence-agents-openstack-0:4.10.0-76.el9_5.6.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-openstack@4.10.0-76.el9_5.6?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-redfish-0:4.10.0-76.el9_5.6.x86_64",
                "product": {
                  "name": "fence-agents-redfish-0:4.10.0-76.el9_5.6.x86_64",
                  "product_id": "fence-agents-redfish-0:4.10.0-76.el9_5.6.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-redfish@4.10.0-76.el9_5.6?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ha-cloud-support-0:4.10.0-76.el9_5.6.x86_64",
                "product": {
                  "name": "ha-cloud-support-0:4.10.0-76.el9_5.6.x86_64",
                  "product_id": "ha-cloud-support-0:4.10.0-76.el9_5.6.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/ha-cloud-support@4.10.0-76.el9_5.6?arch=x86_64"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "x86_64"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "fence-agents-kubevirt-0:4.10.0-76.el9_5.6.aarch64",
                "product": {
                  "name": "fence-agents-kubevirt-0:4.10.0-76.el9_5.6.aarch64",
                  "product_id": "fence-agents-kubevirt-0:4.10.0-76.el9_5.6.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-kubevirt@4.10.0-76.el9_5.6?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-debugsource-0:4.10.0-76.el9_5.6.aarch64",
                "product": {
                  "name": "fence-agents-debugsource-0:4.10.0-76.el9_5.6.aarch64",
                  "product_id": "fence-agents-debugsource-0:4.10.0-76.el9_5.6.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-debugsource@4.10.0-76.el9_5.6?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-debuginfo-0:4.10.0-76.el9_5.6.aarch64",
                "product": {
                  "name": "fence-agents-debuginfo-0:4.10.0-76.el9_5.6.aarch64",
                  "product_id": "fence-agents-debuginfo-0:4.10.0-76.el9_5.6.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-debuginfo@4.10.0-76.el9_5.6?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.aarch64",
                "product": {
                  "name": "fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.aarch64",
                  "product_id": "fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-kdump-debuginfo@4.10.0-76.el9_5.6?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.aarch64",
                "product": {
                  "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.aarch64",
                  "product_id": "fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-kubevirt-debuginfo@4.10.0-76.el9_5.6?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-all-0:4.10.0-76.el9_5.6.aarch64",
                "product": {
                  "name": "fence-agents-all-0:4.10.0-76.el9_5.6.aarch64",
                  "product_id": "fence-agents-all-0:4.10.0-76.el9_5.6.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-all@4.10.0-76.el9_5.6?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-kdump-0:4.10.0-76.el9_5.6.aarch64",
                "product": {
                  "name": "fence-agents-kdump-0:4.10.0-76.el9_5.6.aarch64",
                  "product_id": "fence-agents-kdump-0:4.10.0-76.el9_5.6.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-kdump@4.10.0-76.el9_5.6?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-redfish-0:4.10.0-76.el9_5.6.aarch64",
                "product": {
                  "name": "fence-agents-redfish-0:4.10.0-76.el9_5.6.aarch64",
                  "product_id": "fence-agents-redfish-0:4.10.0-76.el9_5.6.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-redfish@4.10.0-76.el9_5.6?arch=aarch64"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "aarch64"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "fence-agents-kubevirt-0:4.10.0-76.el9_5.6.s390x",
                "product": {
                  "name": "fence-agents-kubevirt-0:4.10.0-76.el9_5.6.s390x",
                  "product_id": "fence-agents-kubevirt-0:4.10.0-76.el9_5.6.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-kubevirt@4.10.0-76.el9_5.6?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-debugsource-0:4.10.0-76.el9_5.6.s390x",
                "product": {
                  "name": "fence-agents-debugsource-0:4.10.0-76.el9_5.6.s390x",
                  "product_id": "fence-agents-debugsource-0:4.10.0-76.el9_5.6.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-debugsource@4.10.0-76.el9_5.6?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-debuginfo-0:4.10.0-76.el9_5.6.s390x",
                "product": {
                  "name": "fence-agents-debuginfo-0:4.10.0-76.el9_5.6.s390x",
                  "product_id": "fence-agents-debuginfo-0:4.10.0-76.el9_5.6.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-debuginfo@4.10.0-76.el9_5.6?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.s390x",
                "product": {
                  "name": "fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.s390x",
                  "product_id": "fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-kdump-debuginfo@4.10.0-76.el9_5.6?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.s390x",
                "product": {
                  "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.s390x",
                  "product_id": "fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-kubevirt-debuginfo@4.10.0-76.el9_5.6?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-all-0:4.10.0-76.el9_5.6.s390x",
                "product": {
                  "name": "fence-agents-all-0:4.10.0-76.el9_5.6.s390x",
                  "product_id": "fence-agents-all-0:4.10.0-76.el9_5.6.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-all@4.10.0-76.el9_5.6?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-kdump-0:4.10.0-76.el9_5.6.s390x",
                "product": {
                  "name": "fence-agents-kdump-0:4.10.0-76.el9_5.6.s390x",
                  "product_id": "fence-agents-kdump-0:4.10.0-76.el9_5.6.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-kdump@4.10.0-76.el9_5.6?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-redfish-0:4.10.0-76.el9_5.6.s390x",
                "product": {
                  "name": "fence-agents-redfish-0:4.10.0-76.el9_5.6.s390x",
                  "product_id": "fence-agents-redfish-0:4.10.0-76.el9_5.6.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-redfish@4.10.0-76.el9_5.6?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-zvm-0:4.10.0-76.el9_5.6.s390x",
                "product": {
                  "name": "fence-agents-zvm-0:4.10.0-76.el9_5.6.s390x",
                  "product_id": "fence-agents-zvm-0:4.10.0-76.el9_5.6.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-zvm@4.10.0-76.el9_5.6?arch=s390x"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "s390x"
          }
        ],
        "category": "vendor",
        "name": "Red Hat"
      }
    ],
    "relationships": [
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-0:4.10.0-76.el9_5.6.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-0:4.10.0-76.el9_5.6.src"
        },
        "product_reference": "fence-agents-0:4.10.0-76.el9_5.6.src",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-aliyun-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-aliyun-0:4.10.0-76.el9_5.6.x86_64"
        },
        "product_reference": "fence-agents-aliyun-0:4.10.0-76.el9_5.6.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-all-0:4.10.0-76.el9_5.6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.6.aarch64"
        },
        "product_reference": "fence-agents-all-0:4.10.0-76.el9_5.6.aarch64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-all-0:4.10.0-76.el9_5.6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.6.ppc64le"
        },
        "product_reference": "fence-agents-all-0:4.10.0-76.el9_5.6.ppc64le",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-all-0:4.10.0-76.el9_5.6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.6.s390x"
        },
        "product_reference": "fence-agents-all-0:4.10.0-76.el9_5.6.s390x",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-all-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.6.x86_64"
        },
        "product_reference": "fence-agents-all-0:4.10.0-76.el9_5.6.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-amt-ws-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-amt-ws-0:4.10.0-76.el9_5.6.noarch"
        },
        "product_reference": "fence-agents-amt-ws-0:4.10.0-76.el9_5.6.noarch",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-apc-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-apc-0:4.10.0-76.el9_5.6.noarch"
        },
        "product_reference": "fence-agents-apc-0:4.10.0-76.el9_5.6.noarch",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-apc-snmp-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-apc-snmp-0:4.10.0-76.el9_5.6.noarch"
        },
        "product_reference": "fence-agents-apc-snmp-0:4.10.0-76.el9_5.6.noarch",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-aws-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-aws-0:4.10.0-76.el9_5.6.x86_64"
        },
        "product_reference": "fence-agents-aws-0:4.10.0-76.el9_5.6.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-azure-arm-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-azure-arm-0:4.10.0-76.el9_5.6.x86_64"
        },
        "product_reference": "fence-agents-azure-arm-0:4.10.0-76.el9_5.6.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-bladecenter-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-bladecenter-0:4.10.0-76.el9_5.6.noarch"
        },
        "product_reference": "fence-agents-bladecenter-0:4.10.0-76.el9_5.6.noarch",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-brocade-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-brocade-0:4.10.0-76.el9_5.6.noarch"
        },
        "product_reference": "fence-agents-brocade-0:4.10.0-76.el9_5.6.noarch",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-cisco-mds-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-cisco-mds-0:4.10.0-76.el9_5.6.noarch"
        },
        "product_reference": "fence-agents-cisco-mds-0:4.10.0-76.el9_5.6.noarch",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-cisco-ucs-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-cisco-ucs-0:4.10.0-76.el9_5.6.noarch"
        },
        "product_reference": "fence-agents-cisco-ucs-0:4.10.0-76.el9_5.6.noarch",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-common-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-common-0:4.10.0-76.el9_5.6.noarch"
        },
        "product_reference": "fence-agents-common-0:4.10.0-76.el9_5.6.noarch",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-compute-0:4.10.0-76.el9_5.6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-compute-0:4.10.0-76.el9_5.6.ppc64le"
        },
        "product_reference": "fence-agents-compute-0:4.10.0-76.el9_5.6.ppc64le",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-compute-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-compute-0:4.10.0-76.el9_5.6.x86_64"
        },
        "product_reference": "fence-agents-compute-0:4.10.0-76.el9_5.6.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-debuginfo-0:4.10.0-76.el9_5.6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.6.aarch64"
        },
        "product_reference": "fence-agents-debuginfo-0:4.10.0-76.el9_5.6.aarch64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-debuginfo-0:4.10.0-76.el9_5.6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.6.ppc64le"
        },
        "product_reference": "fence-agents-debuginfo-0:4.10.0-76.el9_5.6.ppc64le",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-debuginfo-0:4.10.0-76.el9_5.6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.6.s390x"
        },
        "product_reference": "fence-agents-debuginfo-0:4.10.0-76.el9_5.6.s390x",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-debuginfo-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.6.x86_64"
        },
        "product_reference": "fence-agents-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-debugsource-0:4.10.0-76.el9_5.6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.6.aarch64"
        },
        "product_reference": "fence-agents-debugsource-0:4.10.0-76.el9_5.6.aarch64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-debugsource-0:4.10.0-76.el9_5.6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.6.ppc64le"
        },
        "product_reference": "fence-agents-debugsource-0:4.10.0-76.el9_5.6.ppc64le",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-debugsource-0:4.10.0-76.el9_5.6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.6.s390x"
        },
        "product_reference": "fence-agents-debugsource-0:4.10.0-76.el9_5.6.s390x",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-debugsource-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.6.x86_64"
        },
        "product_reference": "fence-agents-debugsource-0:4.10.0-76.el9_5.6.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-drac5-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-drac5-0:4.10.0-76.el9_5.6.noarch"
        },
        "product_reference": "fence-agents-drac5-0:4.10.0-76.el9_5.6.noarch",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-eaton-snmp-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-eaton-snmp-0:4.10.0-76.el9_5.6.noarch"
        },
        "product_reference": "fence-agents-eaton-snmp-0:4.10.0-76.el9_5.6.noarch",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-emerson-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-emerson-0:4.10.0-76.el9_5.6.noarch"
        },
        "product_reference": "fence-agents-emerson-0:4.10.0-76.el9_5.6.noarch",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-eps-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-eps-0:4.10.0-76.el9_5.6.noarch"
        },
        "product_reference": "fence-agents-eps-0:4.10.0-76.el9_5.6.noarch",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-gce-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-gce-0:4.10.0-76.el9_5.6.x86_64"
        },
        "product_reference": "fence-agents-gce-0:4.10.0-76.el9_5.6.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-heuristics-ping-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-heuristics-ping-0:4.10.0-76.el9_5.6.noarch"
        },
        "product_reference": "fence-agents-heuristics-ping-0:4.10.0-76.el9_5.6.noarch",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-hpblade-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-hpblade-0:4.10.0-76.el9_5.6.noarch"
        },
        "product_reference": "fence-agents-hpblade-0:4.10.0-76.el9_5.6.noarch",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-ibm-powervs-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-ibm-powervs-0:4.10.0-76.el9_5.6.noarch"
        },
        "product_reference": "fence-agents-ibm-powervs-0:4.10.0-76.el9_5.6.noarch",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-ibm-vpc-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-ibm-vpc-0:4.10.0-76.el9_5.6.noarch"
        },
        "product_reference": "fence-agents-ibm-vpc-0:4.10.0-76.el9_5.6.noarch",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-ibmblade-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-ibmblade-0:4.10.0-76.el9_5.6.noarch"
        },
        "product_reference": "fence-agents-ibmblade-0:4.10.0-76.el9_5.6.noarch",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-ifmib-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-ifmib-0:4.10.0-76.el9_5.6.noarch"
        },
        "product_reference": "fence-agents-ifmib-0:4.10.0-76.el9_5.6.noarch",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-ilo-moonshot-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-ilo-moonshot-0:4.10.0-76.el9_5.6.noarch"
        },
        "product_reference": "fence-agents-ilo-moonshot-0:4.10.0-76.el9_5.6.noarch",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-ilo-mp-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-ilo-mp-0:4.10.0-76.el9_5.6.noarch"
        },
        "product_reference": "fence-agents-ilo-mp-0:4.10.0-76.el9_5.6.noarch",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-ilo-ssh-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-ilo-ssh-0:4.10.0-76.el9_5.6.noarch"
        },
        "product_reference": "fence-agents-ilo-ssh-0:4.10.0-76.el9_5.6.noarch",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-ilo2-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-ilo2-0:4.10.0-76.el9_5.6.noarch"
        },
        "product_reference": "fence-agents-ilo2-0:4.10.0-76.el9_5.6.noarch",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-intelmodular-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-intelmodular-0:4.10.0-76.el9_5.6.noarch"
        },
        "product_reference": "fence-agents-intelmodular-0:4.10.0-76.el9_5.6.noarch",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-ipdu-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-ipdu-0:4.10.0-76.el9_5.6.noarch"
        },
        "product_reference": "fence-agents-ipdu-0:4.10.0-76.el9_5.6.noarch",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-ipmilan-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-ipmilan-0:4.10.0-76.el9_5.6.noarch"
        },
        "product_reference": "fence-agents-ipmilan-0:4.10.0-76.el9_5.6.noarch",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kdump-0:4.10.0-76.el9_5.6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.6.aarch64"
        },
        "product_reference": "fence-agents-kdump-0:4.10.0-76.el9_5.6.aarch64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kdump-0:4.10.0-76.el9_5.6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.6.ppc64le"
        },
        "product_reference": "fence-agents-kdump-0:4.10.0-76.el9_5.6.ppc64le",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kdump-0:4.10.0-76.el9_5.6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.6.s390x"
        },
        "product_reference": "fence-agents-kdump-0:4.10.0-76.el9_5.6.s390x",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kdump-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.6.x86_64"
        },
        "product_reference": "fence-agents-kdump-0:4.10.0-76.el9_5.6.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.aarch64"
        },
        "product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.aarch64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.ppc64le"
        },
        "product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.ppc64le",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.s390x"
        },
        "product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.s390x",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.x86_64"
        },
        "product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kubevirt-0:4.10.0-76.el9_5.6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.6.aarch64"
        },
        "product_reference": "fence-agents-kubevirt-0:4.10.0-76.el9_5.6.aarch64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kubevirt-0:4.10.0-76.el9_5.6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.6.ppc64le"
        },
        "product_reference": "fence-agents-kubevirt-0:4.10.0-76.el9_5.6.ppc64le",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kubevirt-0:4.10.0-76.el9_5.6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.6.s390x"
        },
        "product_reference": "fence-agents-kubevirt-0:4.10.0-76.el9_5.6.s390x",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kubevirt-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.6.x86_64"
        },
        "product_reference": "fence-agents-kubevirt-0:4.10.0-76.el9_5.6.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.aarch64"
        },
        "product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.aarch64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.ppc64le"
        },
        "product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.ppc64le",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.s390x"
        },
        "product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.s390x",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.x86_64"
        },
        "product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-lpar-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-lpar-0:4.10.0-76.el9_5.6.noarch"
        },
        "product_reference": "fence-agents-lpar-0:4.10.0-76.el9_5.6.noarch",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-mpath-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-mpath-0:4.10.0-76.el9_5.6.noarch"
        },
        "product_reference": "fence-agents-mpath-0:4.10.0-76.el9_5.6.noarch",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-openstack-0:4.10.0-76.el9_5.6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-openstack-0:4.10.0-76.el9_5.6.ppc64le"
        },
        "product_reference": "fence-agents-openstack-0:4.10.0-76.el9_5.6.ppc64le",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-openstack-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-openstack-0:4.10.0-76.el9_5.6.x86_64"
        },
        "product_reference": "fence-agents-openstack-0:4.10.0-76.el9_5.6.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-redfish-0:4.10.0-76.el9_5.6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.6.aarch64"
        },
        "product_reference": "fence-agents-redfish-0:4.10.0-76.el9_5.6.aarch64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-redfish-0:4.10.0-76.el9_5.6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.6.ppc64le"
        },
        "product_reference": "fence-agents-redfish-0:4.10.0-76.el9_5.6.ppc64le",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-redfish-0:4.10.0-76.el9_5.6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.6.s390x"
        },
        "product_reference": "fence-agents-redfish-0:4.10.0-76.el9_5.6.s390x",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-redfish-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.6.x86_64"
        },
        "product_reference": "fence-agents-redfish-0:4.10.0-76.el9_5.6.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-rhevm-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-rhevm-0:4.10.0-76.el9_5.6.noarch"
        },
        "product_reference": "fence-agents-rhevm-0:4.10.0-76.el9_5.6.noarch",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-rsa-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-rsa-0:4.10.0-76.el9_5.6.noarch"
        },
        "product_reference": "fence-agents-rsa-0:4.10.0-76.el9_5.6.noarch",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-rsb-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-rsb-0:4.10.0-76.el9_5.6.noarch"
        },
        "product_reference": "fence-agents-rsb-0:4.10.0-76.el9_5.6.noarch",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-sbd-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-sbd-0:4.10.0-76.el9_5.6.noarch"
        },
        "product_reference": "fence-agents-sbd-0:4.10.0-76.el9_5.6.noarch",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-scsi-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-scsi-0:4.10.0-76.el9_5.6.noarch"
        },
        "product_reference": "fence-agents-scsi-0:4.10.0-76.el9_5.6.noarch",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-virsh-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-virsh-0:4.10.0-76.el9_5.6.noarch"
        },
        "product_reference": "fence-agents-virsh-0:4.10.0-76.el9_5.6.noarch",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-vmware-rest-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-vmware-rest-0:4.10.0-76.el9_5.6.noarch"
        },
        "product_reference": "fence-agents-vmware-rest-0:4.10.0-76.el9_5.6.noarch",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-vmware-soap-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-vmware-soap-0:4.10.0-76.el9_5.6.noarch"
        },
        "product_reference": "fence-agents-vmware-soap-0:4.10.0-76.el9_5.6.noarch",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-wti-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-wti-0:4.10.0-76.el9_5.6.noarch"
        },
        "product_reference": "fence-agents-wti-0:4.10.0-76.el9_5.6.noarch",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-zvm-0:4.10.0-76.el9_5.6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-zvm-0:4.10.0-76.el9_5.6.s390x"
        },
        "product_reference": "fence-agents-zvm-0:4.10.0-76.el9_5.6.s390x",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virt-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:fence-virt-0:4.10.0-76.el9_5.6.x86_64"
        },
        "product_reference": "fence-virt-0:4.10.0-76.el9_5.6.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virt-debuginfo-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:fence-virt-debuginfo-0:4.10.0-76.el9_5.6.x86_64"
        },
        "product_reference": "fence-virt-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virtd-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:fence-virtd-0:4.10.0-76.el9_5.6.x86_64"
        },
        "product_reference": "fence-virtd-0:4.10.0-76.el9_5.6.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virtd-cpg-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:fence-virtd-cpg-0:4.10.0-76.el9_5.6.x86_64"
        },
        "product_reference": "fence-virtd-cpg-0:4.10.0-76.el9_5.6.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virtd-cpg-debuginfo-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:fence-virtd-cpg-debuginfo-0:4.10.0-76.el9_5.6.x86_64"
        },
        "product_reference": "fence-virtd-cpg-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virtd-debuginfo-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:fence-virtd-debuginfo-0:4.10.0-76.el9_5.6.x86_64"
        },
        "product_reference": "fence-virtd-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virtd-libvirt-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:fence-virtd-libvirt-0:4.10.0-76.el9_5.6.x86_64"
        },
        "product_reference": "fence-virtd-libvirt-0:4.10.0-76.el9_5.6.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virtd-libvirt-debuginfo-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:fence-virtd-libvirt-debuginfo-0:4.10.0-76.el9_5.6.x86_64"
        },
        "product_reference": "fence-virtd-libvirt-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virtd-multicast-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:fence-virtd-multicast-0:4.10.0-76.el9_5.6.x86_64"
        },
        "product_reference": "fence-virtd-multicast-0:4.10.0-76.el9_5.6.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virtd-multicast-debuginfo-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:fence-virtd-multicast-debuginfo-0:4.10.0-76.el9_5.6.x86_64"
        },
        "product_reference": "fence-virtd-multicast-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virtd-serial-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:fence-virtd-serial-0:4.10.0-76.el9_5.6.x86_64"
        },
        "product_reference": "fence-virtd-serial-0:4.10.0-76.el9_5.6.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virtd-serial-debuginfo-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:fence-virtd-serial-debuginfo-0:4.10.0-76.el9_5.6.x86_64"
        },
        "product_reference": "fence-virtd-serial-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virtd-tcp-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:fence-virtd-tcp-0:4.10.0-76.el9_5.6.x86_64"
        },
        "product_reference": "fence-virtd-tcp-0:4.10.0-76.el9_5.6.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virtd-tcp-debuginfo-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:fence-virtd-tcp-debuginfo-0:4.10.0-76.el9_5.6.x86_64"
        },
        "product_reference": "fence-virtd-tcp-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ha-cloud-support-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:ha-cloud-support-0:4.10.0-76.el9_5.6.x86_64"
        },
        "product_reference": "ha-cloud-support-0:4.10.0-76.el9_5.6.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ha-cloud-support-debuginfo-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:ha-cloud-support-debuginfo-0:4.10.0-76.el9_5.6.x86_64"
        },
        "product_reference": "ha-cloud-support-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-0:4.10.0-76.el9_5.6.src as a component of Red Hat Enterprise Linux High Availability (v. 9)",
          "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-0:4.10.0-76.el9_5.6.src"
        },
        "product_reference": "fence-agents-0:4.10.0-76.el9_5.6.src",
        "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-aliyun-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux High Availability (v. 9)",
          "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-aliyun-0:4.10.0-76.el9_5.6.x86_64"
        },
        "product_reference": "fence-agents-aliyun-0:4.10.0-76.el9_5.6.x86_64",
        "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-all-0:4.10.0-76.el9_5.6.aarch64 as a component of Red Hat Enterprise Linux High Availability (v. 9)",
          "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.6.aarch64"
        },
        "product_reference": "fence-agents-all-0:4.10.0-76.el9_5.6.aarch64",
        "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-all-0:4.10.0-76.el9_5.6.ppc64le as a component of Red Hat Enterprise Linux High Availability (v. 9)",
          "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.6.ppc64le"
        },
        "product_reference": "fence-agents-all-0:4.10.0-76.el9_5.6.ppc64le",
        "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-all-0:4.10.0-76.el9_5.6.s390x as a component of Red Hat Enterprise Linux High Availability (v. 9)",
          "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.6.s390x"
        },
        "product_reference": "fence-agents-all-0:4.10.0-76.el9_5.6.s390x",
        "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-all-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux High Availability (v. 9)",
          "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.6.x86_64"
        },
        "product_reference": "fence-agents-all-0:4.10.0-76.el9_5.6.x86_64",
        "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-amt-ws-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux High Availability (v. 9)",
          "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-amt-ws-0:4.10.0-76.el9_5.6.noarch"
        },
        "product_reference": "fence-agents-amt-ws-0:4.10.0-76.el9_5.6.noarch",
        "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-apc-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux High Availability (v. 9)",
          "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-apc-0:4.10.0-76.el9_5.6.noarch"
        },
        "product_reference": "fence-agents-apc-0:4.10.0-76.el9_5.6.noarch",
        "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-apc-snmp-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux High Availability (v. 9)",
          "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-apc-snmp-0:4.10.0-76.el9_5.6.noarch"
        },
        "product_reference": "fence-agents-apc-snmp-0:4.10.0-76.el9_5.6.noarch",
        "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-aws-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux High Availability (v. 9)",
          "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-aws-0:4.10.0-76.el9_5.6.x86_64"
        },
        "product_reference": "fence-agents-aws-0:4.10.0-76.el9_5.6.x86_64",
        "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-azure-arm-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux High Availability (v. 9)",
          "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-azure-arm-0:4.10.0-76.el9_5.6.x86_64"
        },
        "product_reference": "fence-agents-azure-arm-0:4.10.0-76.el9_5.6.x86_64",
        "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-bladecenter-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux High Availability (v. 9)",
          "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-bladecenter-0:4.10.0-76.el9_5.6.noarch"
        },
        "product_reference": "fence-agents-bladecenter-0:4.10.0-76.el9_5.6.noarch",
        "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-brocade-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux High Availability (v. 9)",
          "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-brocade-0:4.10.0-76.el9_5.6.noarch"
        },
        "product_reference": "fence-agents-brocade-0:4.10.0-76.el9_5.6.noarch",
        "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-cisco-mds-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux High Availability (v. 9)",
          "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-cisco-mds-0:4.10.0-76.el9_5.6.noarch"
        },
        "product_reference": "fence-agents-cisco-mds-0:4.10.0-76.el9_5.6.noarch",
        "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-cisco-ucs-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux High Availability (v. 9)",
          "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-cisco-ucs-0:4.10.0-76.el9_5.6.noarch"
        },
        "product_reference": "fence-agents-cisco-ucs-0:4.10.0-76.el9_5.6.noarch",
        "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-common-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux High Availability (v. 9)",
          "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-common-0:4.10.0-76.el9_5.6.noarch"
        },
        "product_reference": "fence-agents-common-0:4.10.0-76.el9_5.6.noarch",
        "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-compute-0:4.10.0-76.el9_5.6.ppc64le as a component of Red Hat Enterprise Linux High Availability (v. 9)",
          "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-compute-0:4.10.0-76.el9_5.6.ppc64le"
        },
        "product_reference": "fence-agents-compute-0:4.10.0-76.el9_5.6.ppc64le",
        "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-compute-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux High Availability (v. 9)",
          "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-compute-0:4.10.0-76.el9_5.6.x86_64"
        },
        "product_reference": "fence-agents-compute-0:4.10.0-76.el9_5.6.x86_64",
        "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-debuginfo-0:4.10.0-76.el9_5.6.aarch64 as a component of Red Hat Enterprise Linux High Availability (v. 9)",
          "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.6.aarch64"
        },
        "product_reference": "fence-agents-debuginfo-0:4.10.0-76.el9_5.6.aarch64",
        "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-debuginfo-0:4.10.0-76.el9_5.6.ppc64le as a component of Red Hat Enterprise Linux High Availability (v. 9)",
          "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.6.ppc64le"
        },
        "product_reference": "fence-agents-debuginfo-0:4.10.0-76.el9_5.6.ppc64le",
        "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-debuginfo-0:4.10.0-76.el9_5.6.s390x as a component of Red Hat Enterprise Linux High Availability (v. 9)",
          "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.6.s390x"
        },
        "product_reference": "fence-agents-debuginfo-0:4.10.0-76.el9_5.6.s390x",
        "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-debuginfo-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux High Availability (v. 9)",
          "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.6.x86_64"
        },
        "product_reference": "fence-agents-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
        "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-debugsource-0:4.10.0-76.el9_5.6.aarch64 as a component of Red Hat Enterprise Linux High Availability (v. 9)",
          "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.6.aarch64"
        },
        "product_reference": "fence-agents-debugsource-0:4.10.0-76.el9_5.6.aarch64",
        "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-debugsource-0:4.10.0-76.el9_5.6.ppc64le as a component of Red Hat Enterprise Linux High Availability (v. 9)",
          "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.6.ppc64le"
        },
        "product_reference": "fence-agents-debugsource-0:4.10.0-76.el9_5.6.ppc64le",
        "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-debugsource-0:4.10.0-76.el9_5.6.s390x as a component of Red Hat Enterprise Linux High Availability (v. 9)",
          "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.6.s390x"
        },
        "product_reference": "fence-agents-debugsource-0:4.10.0-76.el9_5.6.s390x",
        "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-debugsource-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux High Availability (v. 9)",
          "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.6.x86_64"
        },
        "product_reference": "fence-agents-debugsource-0:4.10.0-76.el9_5.6.x86_64",
        "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-drac5-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux High Availability (v. 9)",
          "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-drac5-0:4.10.0-76.el9_5.6.noarch"
        },
        "product_reference": "fence-agents-drac5-0:4.10.0-76.el9_5.6.noarch",
        "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-eaton-snmp-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux High Availability (v. 9)",
          "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-eaton-snmp-0:4.10.0-76.el9_5.6.noarch"
        },
        "product_reference": "fence-agents-eaton-snmp-0:4.10.0-76.el9_5.6.noarch",
        "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-emerson-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux High Availability (v. 9)",
          "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-emerson-0:4.10.0-76.el9_5.6.noarch"
        },
        "product_reference": "fence-agents-emerson-0:4.10.0-76.el9_5.6.noarch",
        "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-eps-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux High Availability (v. 9)",
          "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-eps-0:4.10.0-76.el9_5.6.noarch"
        },
        "product_reference": "fence-agents-eps-0:4.10.0-76.el9_5.6.noarch",
        "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-gce-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux High Availability (v. 9)",
          "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-gce-0:4.10.0-76.el9_5.6.x86_64"
        },
        "product_reference": "fence-agents-gce-0:4.10.0-76.el9_5.6.x86_64",
        "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-heuristics-ping-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux High Availability (v. 9)",
          "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-heuristics-ping-0:4.10.0-76.el9_5.6.noarch"
        },
        "product_reference": "fence-agents-heuristics-ping-0:4.10.0-76.el9_5.6.noarch",
        "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-hpblade-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux High Availability (v. 9)",
          "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-hpblade-0:4.10.0-76.el9_5.6.noarch"
        },
        "product_reference": "fence-agents-hpblade-0:4.10.0-76.el9_5.6.noarch",
        "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-ibm-powervs-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux High Availability (v. 9)",
          "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-ibm-powervs-0:4.10.0-76.el9_5.6.noarch"
        },
        "product_reference": "fence-agents-ibm-powervs-0:4.10.0-76.el9_5.6.noarch",
        "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-ibm-vpc-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux High Availability (v. 9)",
          "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-ibm-vpc-0:4.10.0-76.el9_5.6.noarch"
        },
        "product_reference": "fence-agents-ibm-vpc-0:4.10.0-76.el9_5.6.noarch",
        "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-ibmblade-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux High Availability (v. 9)",
          "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-ibmblade-0:4.10.0-76.el9_5.6.noarch"
        },
        "product_reference": "fence-agents-ibmblade-0:4.10.0-76.el9_5.6.noarch",
        "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-ifmib-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux High Availability (v. 9)",
          "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-ifmib-0:4.10.0-76.el9_5.6.noarch"
        },
        "product_reference": "fence-agents-ifmib-0:4.10.0-76.el9_5.6.noarch",
        "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-ilo-moonshot-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux High Availability (v. 9)",
          "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-ilo-moonshot-0:4.10.0-76.el9_5.6.noarch"
        },
        "product_reference": "fence-agents-ilo-moonshot-0:4.10.0-76.el9_5.6.noarch",
        "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-ilo-mp-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux High Availability (v. 9)",
          "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-ilo-mp-0:4.10.0-76.el9_5.6.noarch"
        },
        "product_reference": "fence-agents-ilo-mp-0:4.10.0-76.el9_5.6.noarch",
        "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-ilo-ssh-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux High Availability (v. 9)",
          "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-ilo-ssh-0:4.10.0-76.el9_5.6.noarch"
        },
        "product_reference": "fence-agents-ilo-ssh-0:4.10.0-76.el9_5.6.noarch",
        "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-ilo2-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux High Availability (v. 9)",
          "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-ilo2-0:4.10.0-76.el9_5.6.noarch"
        },
        "product_reference": "fence-agents-ilo2-0:4.10.0-76.el9_5.6.noarch",
        "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-intelmodular-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux High Availability (v. 9)",
          "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-intelmodular-0:4.10.0-76.el9_5.6.noarch"
        },
        "product_reference": "fence-agents-intelmodular-0:4.10.0-76.el9_5.6.noarch",
        "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-ipdu-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux High Availability (v. 9)",
          "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-ipdu-0:4.10.0-76.el9_5.6.noarch"
        },
        "product_reference": "fence-agents-ipdu-0:4.10.0-76.el9_5.6.noarch",
        "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-ipmilan-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux High Availability (v. 9)",
          "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-ipmilan-0:4.10.0-76.el9_5.6.noarch"
        },
        "product_reference": "fence-agents-ipmilan-0:4.10.0-76.el9_5.6.noarch",
        "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kdump-0:4.10.0-76.el9_5.6.aarch64 as a component of Red Hat Enterprise Linux High Availability (v. 9)",
          "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.6.aarch64"
        },
        "product_reference": "fence-agents-kdump-0:4.10.0-76.el9_5.6.aarch64",
        "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kdump-0:4.10.0-76.el9_5.6.ppc64le as a component of Red Hat Enterprise Linux High Availability (v. 9)",
          "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.6.ppc64le"
        },
        "product_reference": "fence-agents-kdump-0:4.10.0-76.el9_5.6.ppc64le",
        "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kdump-0:4.10.0-76.el9_5.6.s390x as a component of Red Hat Enterprise Linux High Availability (v. 9)",
          "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.6.s390x"
        },
        "product_reference": "fence-agents-kdump-0:4.10.0-76.el9_5.6.s390x",
        "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kdump-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux High Availability (v. 9)",
          "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.6.x86_64"
        },
        "product_reference": "fence-agents-kdump-0:4.10.0-76.el9_5.6.x86_64",
        "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.aarch64 as a component of Red Hat Enterprise Linux High Availability (v. 9)",
          "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.aarch64"
        },
        "product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.aarch64",
        "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.ppc64le as a component of Red Hat Enterprise Linux High Availability (v. 9)",
          "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.ppc64le"
        },
        "product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.ppc64le",
        "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.s390x as a component of Red Hat Enterprise Linux High Availability (v. 9)",
          "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.s390x"
        },
        "product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.s390x",
        "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux High Availability (v. 9)",
          "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.x86_64"
        },
        "product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
        "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kubevirt-0:4.10.0-76.el9_5.6.aarch64 as a component of Red Hat Enterprise Linux High Availability (v. 9)",
          "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.6.aarch64"
        },
        "product_reference": "fence-agents-kubevirt-0:4.10.0-76.el9_5.6.aarch64",
        "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kubevirt-0:4.10.0-76.el9_5.6.ppc64le as a component of Red Hat Enterprise Linux High Availability (v. 9)",
          "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.6.ppc64le"
        },
        "product_reference": "fence-agents-kubevirt-0:4.10.0-76.el9_5.6.ppc64le",
        "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kubevirt-0:4.10.0-76.el9_5.6.s390x as a component of Red Hat Enterprise Linux High Availability (v. 9)",
          "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.6.s390x"
        },
        "product_reference": "fence-agents-kubevirt-0:4.10.0-76.el9_5.6.s390x",
        "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kubevirt-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux High Availability (v. 9)",
          "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.6.x86_64"
        },
        "product_reference": "fence-agents-kubevirt-0:4.10.0-76.el9_5.6.x86_64",
        "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.aarch64 as a component of Red Hat Enterprise Linux High Availability (v. 9)",
          "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.aarch64"
        },
        "product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.aarch64",
        "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.ppc64le as a component of Red Hat Enterprise Linux High Availability (v. 9)",
          "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.ppc64le"
        },
        "product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.ppc64le",
        "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.s390x as a component of Red Hat Enterprise Linux High Availability (v. 9)",
          "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.s390x"
        },
        "product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.s390x",
        "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux High Availability (v. 9)",
          "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.x86_64"
        },
        "product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
        "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-lpar-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux High Availability (v. 9)",
          "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-lpar-0:4.10.0-76.el9_5.6.noarch"
        },
        "product_reference": "fence-agents-lpar-0:4.10.0-76.el9_5.6.noarch",
        "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-mpath-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux High Availability (v. 9)",
          "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-mpath-0:4.10.0-76.el9_5.6.noarch"
        },
        "product_reference": "fence-agents-mpath-0:4.10.0-76.el9_5.6.noarch",
        "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-openstack-0:4.10.0-76.el9_5.6.ppc64le as a component of Red Hat Enterprise Linux High Availability (v. 9)",
          "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-openstack-0:4.10.0-76.el9_5.6.ppc64le"
        },
        "product_reference": "fence-agents-openstack-0:4.10.0-76.el9_5.6.ppc64le",
        "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-openstack-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux High Availability (v. 9)",
          "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-openstack-0:4.10.0-76.el9_5.6.x86_64"
        },
        "product_reference": "fence-agents-openstack-0:4.10.0-76.el9_5.6.x86_64",
        "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-redfish-0:4.10.0-76.el9_5.6.aarch64 as a component of Red Hat Enterprise Linux High Availability (v. 9)",
          "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.6.aarch64"
        },
        "product_reference": "fence-agents-redfish-0:4.10.0-76.el9_5.6.aarch64",
        "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-redfish-0:4.10.0-76.el9_5.6.ppc64le as a component of Red Hat Enterprise Linux High Availability (v. 9)",
          "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.6.ppc64le"
        },
        "product_reference": "fence-agents-redfish-0:4.10.0-76.el9_5.6.ppc64le",
        "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-redfish-0:4.10.0-76.el9_5.6.s390x as a component of Red Hat Enterprise Linux High Availability (v. 9)",
          "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.6.s390x"
        },
        "product_reference": "fence-agents-redfish-0:4.10.0-76.el9_5.6.s390x",
        "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-redfish-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux High Availability (v. 9)",
          "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.6.x86_64"
        },
        "product_reference": "fence-agents-redfish-0:4.10.0-76.el9_5.6.x86_64",
        "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-rhevm-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux High Availability (v. 9)",
          "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-rhevm-0:4.10.0-76.el9_5.6.noarch"
        },
        "product_reference": "fence-agents-rhevm-0:4.10.0-76.el9_5.6.noarch",
        "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-rsa-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux High Availability (v. 9)",
          "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-rsa-0:4.10.0-76.el9_5.6.noarch"
        },
        "product_reference": "fence-agents-rsa-0:4.10.0-76.el9_5.6.noarch",
        "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-rsb-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux High Availability (v. 9)",
          "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-rsb-0:4.10.0-76.el9_5.6.noarch"
        },
        "product_reference": "fence-agents-rsb-0:4.10.0-76.el9_5.6.noarch",
        "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-sbd-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux High Availability (v. 9)",
          "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-sbd-0:4.10.0-76.el9_5.6.noarch"
        },
        "product_reference": "fence-agents-sbd-0:4.10.0-76.el9_5.6.noarch",
        "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-scsi-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux High Availability (v. 9)",
          "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-scsi-0:4.10.0-76.el9_5.6.noarch"
        },
        "product_reference": "fence-agents-scsi-0:4.10.0-76.el9_5.6.noarch",
        "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-virsh-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux High Availability (v. 9)",
          "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-virsh-0:4.10.0-76.el9_5.6.noarch"
        },
        "product_reference": "fence-agents-virsh-0:4.10.0-76.el9_5.6.noarch",
        "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-vmware-rest-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux High Availability (v. 9)",
          "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-vmware-rest-0:4.10.0-76.el9_5.6.noarch"
        },
        "product_reference": "fence-agents-vmware-rest-0:4.10.0-76.el9_5.6.noarch",
        "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-vmware-soap-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux High Availability (v. 9)",
          "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-vmware-soap-0:4.10.0-76.el9_5.6.noarch"
        },
        "product_reference": "fence-agents-vmware-soap-0:4.10.0-76.el9_5.6.noarch",
        "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-wti-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux High Availability (v. 9)",
          "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-wti-0:4.10.0-76.el9_5.6.noarch"
        },
        "product_reference": "fence-agents-wti-0:4.10.0-76.el9_5.6.noarch",
        "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-zvm-0:4.10.0-76.el9_5.6.s390x as a component of Red Hat Enterprise Linux High Availability (v. 9)",
          "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-zvm-0:4.10.0-76.el9_5.6.s390x"
        },
        "product_reference": "fence-agents-zvm-0:4.10.0-76.el9_5.6.s390x",
        "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virt-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux High Availability (v. 9)",
          "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-virt-0:4.10.0-76.el9_5.6.x86_64"
        },
        "product_reference": "fence-virt-0:4.10.0-76.el9_5.6.x86_64",
        "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virt-debuginfo-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux High Availability (v. 9)",
          "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-virt-debuginfo-0:4.10.0-76.el9_5.6.x86_64"
        },
        "product_reference": "fence-virt-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
        "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virtd-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux High Availability (v. 9)",
          "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-virtd-0:4.10.0-76.el9_5.6.x86_64"
        },
        "product_reference": "fence-virtd-0:4.10.0-76.el9_5.6.x86_64",
        "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virtd-cpg-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux High Availability (v. 9)",
          "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-virtd-cpg-0:4.10.0-76.el9_5.6.x86_64"
        },
        "product_reference": "fence-virtd-cpg-0:4.10.0-76.el9_5.6.x86_64",
        "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virtd-cpg-debuginfo-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux High Availability (v. 9)",
          "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-virtd-cpg-debuginfo-0:4.10.0-76.el9_5.6.x86_64"
        },
        "product_reference": "fence-virtd-cpg-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
        "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virtd-debuginfo-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux High Availability (v. 9)",
          "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-virtd-debuginfo-0:4.10.0-76.el9_5.6.x86_64"
        },
        "product_reference": "fence-virtd-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
        "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virtd-libvirt-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux High Availability (v. 9)",
          "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-virtd-libvirt-0:4.10.0-76.el9_5.6.x86_64"
        },
        "product_reference": "fence-virtd-libvirt-0:4.10.0-76.el9_5.6.x86_64",
        "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virtd-libvirt-debuginfo-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux High Availability (v. 9)",
          "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-virtd-libvirt-debuginfo-0:4.10.0-76.el9_5.6.x86_64"
        },
        "product_reference": "fence-virtd-libvirt-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
        "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virtd-multicast-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux High Availability (v. 9)",
          "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-virtd-multicast-0:4.10.0-76.el9_5.6.x86_64"
        },
        "product_reference": "fence-virtd-multicast-0:4.10.0-76.el9_5.6.x86_64",
        "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virtd-multicast-debuginfo-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux High Availability (v. 9)",
          "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-virtd-multicast-debuginfo-0:4.10.0-76.el9_5.6.x86_64"
        },
        "product_reference": "fence-virtd-multicast-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
        "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virtd-serial-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux High Availability (v. 9)",
          "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-virtd-serial-0:4.10.0-76.el9_5.6.x86_64"
        },
        "product_reference": "fence-virtd-serial-0:4.10.0-76.el9_5.6.x86_64",
        "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virtd-serial-debuginfo-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux High Availability (v. 9)",
          "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-virtd-serial-debuginfo-0:4.10.0-76.el9_5.6.x86_64"
        },
        "product_reference": "fence-virtd-serial-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
        "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virtd-tcp-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux High Availability (v. 9)",
          "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-virtd-tcp-0:4.10.0-76.el9_5.6.x86_64"
        },
        "product_reference": "fence-virtd-tcp-0:4.10.0-76.el9_5.6.x86_64",
        "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virtd-tcp-debuginfo-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux High Availability (v. 9)",
          "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-virtd-tcp-debuginfo-0:4.10.0-76.el9_5.6.x86_64"
        },
        "product_reference": "fence-virtd-tcp-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
        "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ha-cloud-support-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux High Availability (v. 9)",
          "product_id": "HighAvailability-9.5.0.Z.MAIN:ha-cloud-support-0:4.10.0-76.el9_5.6.x86_64"
        },
        "product_reference": "ha-cloud-support-0:4.10.0-76.el9_5.6.x86_64",
        "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ha-cloud-support-debuginfo-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux High Availability (v. 9)",
          "product_id": "HighAvailability-9.5.0.Z.MAIN:ha-cloud-support-debuginfo-0:4.10.0-76.el9_5.6.x86_64"
        },
        "product_reference": "ha-cloud-support-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
        "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-0:4.10.0-76.el9_5.6.src as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
          "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-0:4.10.0-76.el9_5.6.src"
        },
        "product_reference": "fence-agents-0:4.10.0-76.el9_5.6.src",
        "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-aliyun-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
          "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-aliyun-0:4.10.0-76.el9_5.6.x86_64"
        },
        "product_reference": "fence-agents-aliyun-0:4.10.0-76.el9_5.6.x86_64",
        "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-all-0:4.10.0-76.el9_5.6.aarch64 as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
          "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.6.aarch64"
        },
        "product_reference": "fence-agents-all-0:4.10.0-76.el9_5.6.aarch64",
        "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-all-0:4.10.0-76.el9_5.6.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
          "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.6.ppc64le"
        },
        "product_reference": "fence-agents-all-0:4.10.0-76.el9_5.6.ppc64le",
        "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-all-0:4.10.0-76.el9_5.6.s390x as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
          "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.6.s390x"
        },
        "product_reference": "fence-agents-all-0:4.10.0-76.el9_5.6.s390x",
        "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-all-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
          "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.6.x86_64"
        },
        "product_reference": "fence-agents-all-0:4.10.0-76.el9_5.6.x86_64",
        "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-amt-ws-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
          "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-amt-ws-0:4.10.0-76.el9_5.6.noarch"
        },
        "product_reference": "fence-agents-amt-ws-0:4.10.0-76.el9_5.6.noarch",
        "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-apc-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
          "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-apc-0:4.10.0-76.el9_5.6.noarch"
        },
        "product_reference": "fence-agents-apc-0:4.10.0-76.el9_5.6.noarch",
        "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-apc-snmp-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
          "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-apc-snmp-0:4.10.0-76.el9_5.6.noarch"
        },
        "product_reference": "fence-agents-apc-snmp-0:4.10.0-76.el9_5.6.noarch",
        "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-aws-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
          "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-aws-0:4.10.0-76.el9_5.6.x86_64"
        },
        "product_reference": "fence-agents-aws-0:4.10.0-76.el9_5.6.x86_64",
        "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-azure-arm-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
          "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-azure-arm-0:4.10.0-76.el9_5.6.x86_64"
        },
        "product_reference": "fence-agents-azure-arm-0:4.10.0-76.el9_5.6.x86_64",
        "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-bladecenter-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
          "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-bladecenter-0:4.10.0-76.el9_5.6.noarch"
        },
        "product_reference": "fence-agents-bladecenter-0:4.10.0-76.el9_5.6.noarch",
        "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-brocade-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
          "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-brocade-0:4.10.0-76.el9_5.6.noarch"
        },
        "product_reference": "fence-agents-brocade-0:4.10.0-76.el9_5.6.noarch",
        "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-cisco-mds-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
          "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-cisco-mds-0:4.10.0-76.el9_5.6.noarch"
        },
        "product_reference": "fence-agents-cisco-mds-0:4.10.0-76.el9_5.6.noarch",
        "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-cisco-ucs-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
          "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-cisco-ucs-0:4.10.0-76.el9_5.6.noarch"
        },
        "product_reference": "fence-agents-cisco-ucs-0:4.10.0-76.el9_5.6.noarch",
        "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-common-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
          "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-common-0:4.10.0-76.el9_5.6.noarch"
        },
        "product_reference": "fence-agents-common-0:4.10.0-76.el9_5.6.noarch",
        "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-compute-0:4.10.0-76.el9_5.6.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
          "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-compute-0:4.10.0-76.el9_5.6.ppc64le"
        },
        "product_reference": "fence-agents-compute-0:4.10.0-76.el9_5.6.ppc64le",
        "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-compute-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
          "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-compute-0:4.10.0-76.el9_5.6.x86_64"
        },
        "product_reference": "fence-agents-compute-0:4.10.0-76.el9_5.6.x86_64",
        "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-debuginfo-0:4.10.0-76.el9_5.6.aarch64 as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
          "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.6.aarch64"
        },
        "product_reference": "fence-agents-debuginfo-0:4.10.0-76.el9_5.6.aarch64",
        "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-debuginfo-0:4.10.0-76.el9_5.6.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
          "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.6.ppc64le"
        },
        "product_reference": "fence-agents-debuginfo-0:4.10.0-76.el9_5.6.ppc64le",
        "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-debuginfo-0:4.10.0-76.el9_5.6.s390x as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
          "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.6.s390x"
        },
        "product_reference": "fence-agents-debuginfo-0:4.10.0-76.el9_5.6.s390x",
        "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-debuginfo-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
          "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.6.x86_64"
        },
        "product_reference": "fence-agents-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
        "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-debugsource-0:4.10.0-76.el9_5.6.aarch64 as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
          "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.6.aarch64"
        },
        "product_reference": "fence-agents-debugsource-0:4.10.0-76.el9_5.6.aarch64",
        "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-debugsource-0:4.10.0-76.el9_5.6.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
          "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.6.ppc64le"
        },
        "product_reference": "fence-agents-debugsource-0:4.10.0-76.el9_5.6.ppc64le",
        "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-debugsource-0:4.10.0-76.el9_5.6.s390x as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
          "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.6.s390x"
        },
        "product_reference": "fence-agents-debugsource-0:4.10.0-76.el9_5.6.s390x",
        "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-debugsource-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
          "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.6.x86_64"
        },
        "product_reference": "fence-agents-debugsource-0:4.10.0-76.el9_5.6.x86_64",
        "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-drac5-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
          "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-drac5-0:4.10.0-76.el9_5.6.noarch"
        },
        "product_reference": "fence-agents-drac5-0:4.10.0-76.el9_5.6.noarch",
        "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-eaton-snmp-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
          "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-eaton-snmp-0:4.10.0-76.el9_5.6.noarch"
        },
        "product_reference": "fence-agents-eaton-snmp-0:4.10.0-76.el9_5.6.noarch",
        "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-emerson-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
          "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-emerson-0:4.10.0-76.el9_5.6.noarch"
        },
        "product_reference": "fence-agents-emerson-0:4.10.0-76.el9_5.6.noarch",
        "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-eps-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
          "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-eps-0:4.10.0-76.el9_5.6.noarch"
        },
        "product_reference": "fence-agents-eps-0:4.10.0-76.el9_5.6.noarch",
        "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-gce-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
          "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-gce-0:4.10.0-76.el9_5.6.x86_64"
        },
        "product_reference": "fence-agents-gce-0:4.10.0-76.el9_5.6.x86_64",
        "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-heuristics-ping-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
          "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-heuristics-ping-0:4.10.0-76.el9_5.6.noarch"
        },
        "product_reference": "fence-agents-heuristics-ping-0:4.10.0-76.el9_5.6.noarch",
        "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-hpblade-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
          "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-hpblade-0:4.10.0-76.el9_5.6.noarch"
        },
        "product_reference": "fence-agents-hpblade-0:4.10.0-76.el9_5.6.noarch",
        "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-ibm-powervs-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
          "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-ibm-powervs-0:4.10.0-76.el9_5.6.noarch"
        },
        "product_reference": "fence-agents-ibm-powervs-0:4.10.0-76.el9_5.6.noarch",
        "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-ibm-vpc-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
          "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-ibm-vpc-0:4.10.0-76.el9_5.6.noarch"
        },
        "product_reference": "fence-agents-ibm-vpc-0:4.10.0-76.el9_5.6.noarch",
        "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-ibmblade-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
          "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-ibmblade-0:4.10.0-76.el9_5.6.noarch"
        },
        "product_reference": "fence-agents-ibmblade-0:4.10.0-76.el9_5.6.noarch",
        "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-ifmib-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
          "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-ifmib-0:4.10.0-76.el9_5.6.noarch"
        },
        "product_reference": "fence-agents-ifmib-0:4.10.0-76.el9_5.6.noarch",
        "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-ilo-moonshot-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
          "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-ilo-moonshot-0:4.10.0-76.el9_5.6.noarch"
        },
        "product_reference": "fence-agents-ilo-moonshot-0:4.10.0-76.el9_5.6.noarch",
        "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-ilo-mp-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
          "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-ilo-mp-0:4.10.0-76.el9_5.6.noarch"
        },
        "product_reference": "fence-agents-ilo-mp-0:4.10.0-76.el9_5.6.noarch",
        "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-ilo-ssh-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
          "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-ilo-ssh-0:4.10.0-76.el9_5.6.noarch"
        },
        "product_reference": "fence-agents-ilo-ssh-0:4.10.0-76.el9_5.6.noarch",
        "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-ilo2-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
          "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-ilo2-0:4.10.0-76.el9_5.6.noarch"
        },
        "product_reference": "fence-agents-ilo2-0:4.10.0-76.el9_5.6.noarch",
        "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-intelmodular-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
          "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-intelmodular-0:4.10.0-76.el9_5.6.noarch"
        },
        "product_reference": "fence-agents-intelmodular-0:4.10.0-76.el9_5.6.noarch",
        "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-ipdu-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
          "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-ipdu-0:4.10.0-76.el9_5.6.noarch"
        },
        "product_reference": "fence-agents-ipdu-0:4.10.0-76.el9_5.6.noarch",
        "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-ipmilan-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
          "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-ipmilan-0:4.10.0-76.el9_5.6.noarch"
        },
        "product_reference": "fence-agents-ipmilan-0:4.10.0-76.el9_5.6.noarch",
        "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kdump-0:4.10.0-76.el9_5.6.aarch64 as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
          "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.6.aarch64"
        },
        "product_reference": "fence-agents-kdump-0:4.10.0-76.el9_5.6.aarch64",
        "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kdump-0:4.10.0-76.el9_5.6.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
          "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.6.ppc64le"
        },
        "product_reference": "fence-agents-kdump-0:4.10.0-76.el9_5.6.ppc64le",
        "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kdump-0:4.10.0-76.el9_5.6.s390x as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
          "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.6.s390x"
        },
        "product_reference": "fence-agents-kdump-0:4.10.0-76.el9_5.6.s390x",
        "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kdump-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
          "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.6.x86_64"
        },
        "product_reference": "fence-agents-kdump-0:4.10.0-76.el9_5.6.x86_64",
        "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.aarch64 as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
          "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.aarch64"
        },
        "product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.aarch64",
        "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
          "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.ppc64le"
        },
        "product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.ppc64le",
        "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.s390x as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
          "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.s390x"
        },
        "product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.s390x",
        "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
          "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.x86_64"
        },
        "product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
        "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kubevirt-0:4.10.0-76.el9_5.6.aarch64 as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
          "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.6.aarch64"
        },
        "product_reference": "fence-agents-kubevirt-0:4.10.0-76.el9_5.6.aarch64",
        "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kubevirt-0:4.10.0-76.el9_5.6.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
          "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.6.ppc64le"
        },
        "product_reference": "fence-agents-kubevirt-0:4.10.0-76.el9_5.6.ppc64le",
        "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kubevirt-0:4.10.0-76.el9_5.6.s390x as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
          "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.6.s390x"
        },
        "product_reference": "fence-agents-kubevirt-0:4.10.0-76.el9_5.6.s390x",
        "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kubevirt-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
          "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.6.x86_64"
        },
        "product_reference": "fence-agents-kubevirt-0:4.10.0-76.el9_5.6.x86_64",
        "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.aarch64 as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
          "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.aarch64"
        },
        "product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.aarch64",
        "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
          "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.ppc64le"
        },
        "product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.ppc64le",
        "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.s390x as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
          "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.s390x"
        },
        "product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.s390x",
        "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
          "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.x86_64"
        },
        "product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
        "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-lpar-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
          "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-lpar-0:4.10.0-76.el9_5.6.noarch"
        },
        "product_reference": "fence-agents-lpar-0:4.10.0-76.el9_5.6.noarch",
        "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-mpath-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
          "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-mpath-0:4.10.0-76.el9_5.6.noarch"
        },
        "product_reference": "fence-agents-mpath-0:4.10.0-76.el9_5.6.noarch",
        "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-openstack-0:4.10.0-76.el9_5.6.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
          "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-openstack-0:4.10.0-76.el9_5.6.ppc64le"
        },
        "product_reference": "fence-agents-openstack-0:4.10.0-76.el9_5.6.ppc64le",
        "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-openstack-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
          "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-openstack-0:4.10.0-76.el9_5.6.x86_64"
        },
        "product_reference": "fence-agents-openstack-0:4.10.0-76.el9_5.6.x86_64",
        "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-redfish-0:4.10.0-76.el9_5.6.aarch64 as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
          "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.6.aarch64"
        },
        "product_reference": "fence-agents-redfish-0:4.10.0-76.el9_5.6.aarch64",
        "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-redfish-0:4.10.0-76.el9_5.6.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
          "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.6.ppc64le"
        },
        "product_reference": "fence-agents-redfish-0:4.10.0-76.el9_5.6.ppc64le",
        "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-redfish-0:4.10.0-76.el9_5.6.s390x as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
          "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.6.s390x"
        },
        "product_reference": "fence-agents-redfish-0:4.10.0-76.el9_5.6.s390x",
        "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-redfish-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
          "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.6.x86_64"
        },
        "product_reference": "fence-agents-redfish-0:4.10.0-76.el9_5.6.x86_64",
        "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-rhevm-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
          "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-rhevm-0:4.10.0-76.el9_5.6.noarch"
        },
        "product_reference": "fence-agents-rhevm-0:4.10.0-76.el9_5.6.noarch",
        "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-rsa-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
          "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-rsa-0:4.10.0-76.el9_5.6.noarch"
        },
        "product_reference": "fence-agents-rsa-0:4.10.0-76.el9_5.6.noarch",
        "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-rsb-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
          "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-rsb-0:4.10.0-76.el9_5.6.noarch"
        },
        "product_reference": "fence-agents-rsb-0:4.10.0-76.el9_5.6.noarch",
        "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-sbd-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
          "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-sbd-0:4.10.0-76.el9_5.6.noarch"
        },
        "product_reference": "fence-agents-sbd-0:4.10.0-76.el9_5.6.noarch",
        "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-scsi-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
          "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-scsi-0:4.10.0-76.el9_5.6.noarch"
        },
        "product_reference": "fence-agents-scsi-0:4.10.0-76.el9_5.6.noarch",
        "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-virsh-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
          "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-virsh-0:4.10.0-76.el9_5.6.noarch"
        },
        "product_reference": "fence-agents-virsh-0:4.10.0-76.el9_5.6.noarch",
        "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-vmware-rest-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
          "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-vmware-rest-0:4.10.0-76.el9_5.6.noarch"
        },
        "product_reference": "fence-agents-vmware-rest-0:4.10.0-76.el9_5.6.noarch",
        "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-vmware-soap-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
          "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-vmware-soap-0:4.10.0-76.el9_5.6.noarch"
        },
        "product_reference": "fence-agents-vmware-soap-0:4.10.0-76.el9_5.6.noarch",
        "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-wti-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
          "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-wti-0:4.10.0-76.el9_5.6.noarch"
        },
        "product_reference": "fence-agents-wti-0:4.10.0-76.el9_5.6.noarch",
        "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-zvm-0:4.10.0-76.el9_5.6.s390x as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
          "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-zvm-0:4.10.0-76.el9_5.6.s390x"
        },
        "product_reference": "fence-agents-zvm-0:4.10.0-76.el9_5.6.s390x",
        "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virt-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
          "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-virt-0:4.10.0-76.el9_5.6.x86_64"
        },
        "product_reference": "fence-virt-0:4.10.0-76.el9_5.6.x86_64",
        "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virt-debuginfo-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
          "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-virt-debuginfo-0:4.10.0-76.el9_5.6.x86_64"
        },
        "product_reference": "fence-virt-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
        "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virtd-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
          "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-0:4.10.0-76.el9_5.6.x86_64"
        },
        "product_reference": "fence-virtd-0:4.10.0-76.el9_5.6.x86_64",
        "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virtd-cpg-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
          "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-cpg-0:4.10.0-76.el9_5.6.x86_64"
        },
        "product_reference": "fence-virtd-cpg-0:4.10.0-76.el9_5.6.x86_64",
        "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virtd-cpg-debuginfo-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
          "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-cpg-debuginfo-0:4.10.0-76.el9_5.6.x86_64"
        },
        "product_reference": "fence-virtd-cpg-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
        "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virtd-debuginfo-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
          "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-debuginfo-0:4.10.0-76.el9_5.6.x86_64"
        },
        "product_reference": "fence-virtd-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
        "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virtd-libvirt-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
          "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-libvirt-0:4.10.0-76.el9_5.6.x86_64"
        },
        "product_reference": "fence-virtd-libvirt-0:4.10.0-76.el9_5.6.x86_64",
        "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virtd-libvirt-debuginfo-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
          "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-libvirt-debuginfo-0:4.10.0-76.el9_5.6.x86_64"
        },
        "product_reference": "fence-virtd-libvirt-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
        "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virtd-multicast-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
          "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-multicast-0:4.10.0-76.el9_5.6.x86_64"
        },
        "product_reference": "fence-virtd-multicast-0:4.10.0-76.el9_5.6.x86_64",
        "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virtd-multicast-debuginfo-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
          "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-multicast-debuginfo-0:4.10.0-76.el9_5.6.x86_64"
        },
        "product_reference": "fence-virtd-multicast-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
        "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virtd-serial-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
          "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-serial-0:4.10.0-76.el9_5.6.x86_64"
        },
        "product_reference": "fence-virtd-serial-0:4.10.0-76.el9_5.6.x86_64",
        "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virtd-serial-debuginfo-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
          "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-serial-debuginfo-0:4.10.0-76.el9_5.6.x86_64"
        },
        "product_reference": "fence-virtd-serial-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
        "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virtd-tcp-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
          "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-tcp-0:4.10.0-76.el9_5.6.x86_64"
        },
        "product_reference": "fence-virtd-tcp-0:4.10.0-76.el9_5.6.x86_64",
        "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virtd-tcp-debuginfo-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
          "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-tcp-debuginfo-0:4.10.0-76.el9_5.6.x86_64"
        },
        "product_reference": "fence-virtd-tcp-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
        "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ha-cloud-support-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
          "product_id": "ResilientStorage-9.5.0.Z.MAIN:ha-cloud-support-0:4.10.0-76.el9_5.6.x86_64"
        },
        "product_reference": "ha-cloud-support-0:4.10.0-76.el9_5.6.x86_64",
        "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ha-cloud-support-debuginfo-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
          "product_id": "ResilientStorage-9.5.0.Z.MAIN:ha-cloud-support-debuginfo-0:4.10.0-76.el9_5.6.x86_64"
        },
        "product_reference": "ha-cloud-support-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
        "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
      }
    ]
  },
  "vulnerabilities": [
    {
      "cve": "CVE-2025-27516",
      "cwe": {
        "id": "CWE-1336",
        "name": "Improper Neutralization of Special Elements Used in a Template Engine"
      },
      "discovery_date": "2025-03-05T21:01:07.674606+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2350190"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in Jinja. In affected versions, an oversight in how the Jinja sandboxed environment interacts with the `|attr` filter allows an attacker who controls the content of a template to execute arbitrary Python code. To exploit the vulnerability, an attacker needs to control the content of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications that execute untrusted templates. Jinja\u0027s sandbox does catch calls to `str.format` and ensures they don\u0027t escape the sandbox. However, it\u0027s possible to use the `|attr` filter to get a reference to a string\u0027s plain format method, bypassing the sandbox.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "jinja2: Jinja sandbox breakout through attr filter selecting format method",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "This vulnerability is rated as important severity due to the potential for an attacker to bypass Jinja\u0027s sandbox by exploiting the |attr filter, by controlling template content, an attacker can execute arbitrary Python code, impacting the integrity, confidentiality, and availability of the system. While the attack requires user interaction to trigger untrusted templates, the risk is significant in applications that allow such templates to be executed.",
          "title": "Statement"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "AppStream-9.5.0.Z.MAIN:fence-agents-0:4.10.0-76.el9_5.6.src",
          "AppStream-9.5.0.Z.MAIN:fence-agents-aliyun-0:4.10.0-76.el9_5.6.x86_64",
          "AppStream-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.6.aarch64",
          "AppStream-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.6.ppc64le",
          "AppStream-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.6.s390x",
          "AppStream-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.6.x86_64",
          "AppStream-9.5.0.Z.MAIN:fence-agents-amt-ws-0:4.10.0-76.el9_5.6.noarch",
          "AppStream-9.5.0.Z.MAIN:fence-agents-apc-0:4.10.0-76.el9_5.6.noarch",
          "AppStream-9.5.0.Z.MAIN:fence-agents-apc-snmp-0:4.10.0-76.el9_5.6.noarch",
          "AppStream-9.5.0.Z.MAIN:fence-agents-aws-0:4.10.0-76.el9_5.6.x86_64",
          "AppStream-9.5.0.Z.MAIN:fence-agents-azure-arm-0:4.10.0-76.el9_5.6.x86_64",
          "AppStream-9.5.0.Z.MAIN:fence-agents-bladecenter-0:4.10.0-76.el9_5.6.noarch",
          "AppStream-9.5.0.Z.MAIN:fence-agents-brocade-0:4.10.0-76.el9_5.6.noarch",
          "AppStream-9.5.0.Z.MAIN:fence-agents-cisco-mds-0:4.10.0-76.el9_5.6.noarch",
          "AppStream-9.5.0.Z.MAIN:fence-agents-cisco-ucs-0:4.10.0-76.el9_5.6.noarch",
          "AppStream-9.5.0.Z.MAIN:fence-agents-common-0:4.10.0-76.el9_5.6.noarch",
          "AppStream-9.5.0.Z.MAIN:fence-agents-compute-0:4.10.0-76.el9_5.6.ppc64le",
          "AppStream-9.5.0.Z.MAIN:fence-agents-compute-0:4.10.0-76.el9_5.6.x86_64",
          "AppStream-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.6.aarch64",
          "AppStream-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.6.ppc64le",
          "AppStream-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.6.s390x",
          "AppStream-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
          "AppStream-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.6.aarch64",
          "AppStream-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.6.ppc64le",
          "AppStream-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.6.s390x",
          "AppStream-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.6.x86_64",
          "AppStream-9.5.0.Z.MAIN:fence-agents-drac5-0:4.10.0-76.el9_5.6.noarch",
          "AppStream-9.5.0.Z.MAIN:fence-agents-eaton-snmp-0:4.10.0-76.el9_5.6.noarch",
          "AppStream-9.5.0.Z.MAIN:fence-agents-emerson-0:4.10.0-76.el9_5.6.noarch",
          "AppStream-9.5.0.Z.MAIN:fence-agents-eps-0:4.10.0-76.el9_5.6.noarch",
          "AppStream-9.5.0.Z.MAIN:fence-agents-gce-0:4.10.0-76.el9_5.6.x86_64",
          "AppStream-9.5.0.Z.MAIN:fence-agents-heuristics-ping-0:4.10.0-76.el9_5.6.noarch",
          "AppStream-9.5.0.Z.MAIN:fence-agents-hpblade-0:4.10.0-76.el9_5.6.noarch",
          "AppStream-9.5.0.Z.MAIN:fence-agents-ibm-powervs-0:4.10.0-76.el9_5.6.noarch",
          "AppStream-9.5.0.Z.MAIN:fence-agents-ibm-vpc-0:4.10.0-76.el9_5.6.noarch",
          "AppStream-9.5.0.Z.MAIN:fence-agents-ibmblade-0:4.10.0-76.el9_5.6.noarch",
          "AppStream-9.5.0.Z.MAIN:fence-agents-ifmib-0:4.10.0-76.el9_5.6.noarch",
          "AppStream-9.5.0.Z.MAIN:fence-agents-ilo-moonshot-0:4.10.0-76.el9_5.6.noarch",
          "AppStream-9.5.0.Z.MAIN:fence-agents-ilo-mp-0:4.10.0-76.el9_5.6.noarch",
          "AppStream-9.5.0.Z.MAIN:fence-agents-ilo-ssh-0:4.10.0-76.el9_5.6.noarch",
          "AppStream-9.5.0.Z.MAIN:fence-agents-ilo2-0:4.10.0-76.el9_5.6.noarch",
          "AppStream-9.5.0.Z.MAIN:fence-agents-intelmodular-0:4.10.0-76.el9_5.6.noarch",
          "AppStream-9.5.0.Z.MAIN:fence-agents-ipdu-0:4.10.0-76.el9_5.6.noarch",
          "AppStream-9.5.0.Z.MAIN:fence-agents-ipmilan-0:4.10.0-76.el9_5.6.noarch",
          "AppStream-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.6.aarch64",
          "AppStream-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.6.ppc64le",
          "AppStream-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.6.s390x",
          "AppStream-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.6.x86_64",
          "AppStream-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.aarch64",
          "AppStream-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.ppc64le",
          "AppStream-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.s390x",
          "AppStream-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
          "AppStream-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.6.aarch64",
          "AppStream-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.6.ppc64le",
          "AppStream-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.6.s390x",
          "AppStream-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.6.x86_64",
          "AppStream-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.aarch64",
          "AppStream-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.ppc64le",
          "AppStream-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.s390x",
          "AppStream-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
          "AppStream-9.5.0.Z.MAIN:fence-agents-lpar-0:4.10.0-76.el9_5.6.noarch",
          "AppStream-9.5.0.Z.MAIN:fence-agents-mpath-0:4.10.0-76.el9_5.6.noarch",
          "AppStream-9.5.0.Z.MAIN:fence-agents-openstack-0:4.10.0-76.el9_5.6.ppc64le",
          "AppStream-9.5.0.Z.MAIN:fence-agents-openstack-0:4.10.0-76.el9_5.6.x86_64",
          "AppStream-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.6.aarch64",
          "AppStream-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.6.ppc64le",
          "AppStream-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.6.s390x",
          "AppStream-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.6.x86_64",
          "AppStream-9.5.0.Z.MAIN:fence-agents-rhevm-0:4.10.0-76.el9_5.6.noarch",
          "AppStream-9.5.0.Z.MAIN:fence-agents-rsa-0:4.10.0-76.el9_5.6.noarch",
          "AppStream-9.5.0.Z.MAIN:fence-agents-rsb-0:4.10.0-76.el9_5.6.noarch",
          "AppStream-9.5.0.Z.MAIN:fence-agents-sbd-0:4.10.0-76.el9_5.6.noarch",
          "AppStream-9.5.0.Z.MAIN:fence-agents-scsi-0:4.10.0-76.el9_5.6.noarch",
          "AppStream-9.5.0.Z.MAIN:fence-agents-virsh-0:4.10.0-76.el9_5.6.noarch",
          "AppStream-9.5.0.Z.MAIN:fence-agents-vmware-rest-0:4.10.0-76.el9_5.6.noarch",
          "AppStream-9.5.0.Z.MAIN:fence-agents-vmware-soap-0:4.10.0-76.el9_5.6.noarch",
          "AppStream-9.5.0.Z.MAIN:fence-agents-wti-0:4.10.0-76.el9_5.6.noarch",
          "AppStream-9.5.0.Z.MAIN:fence-agents-zvm-0:4.10.0-76.el9_5.6.s390x",
          "AppStream-9.5.0.Z.MAIN:fence-virt-0:4.10.0-76.el9_5.6.x86_64",
          "AppStream-9.5.0.Z.MAIN:fence-virt-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
          "AppStream-9.5.0.Z.MAIN:fence-virtd-0:4.10.0-76.el9_5.6.x86_64",
          "AppStream-9.5.0.Z.MAIN:fence-virtd-cpg-0:4.10.0-76.el9_5.6.x86_64",
          "AppStream-9.5.0.Z.MAIN:fence-virtd-cpg-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
          "AppStream-9.5.0.Z.MAIN:fence-virtd-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
          "AppStream-9.5.0.Z.MAIN:fence-virtd-libvirt-0:4.10.0-76.el9_5.6.x86_64",
          "AppStream-9.5.0.Z.MAIN:fence-virtd-libvirt-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
          "AppStream-9.5.0.Z.MAIN:fence-virtd-multicast-0:4.10.0-76.el9_5.6.x86_64",
          "AppStream-9.5.0.Z.MAIN:fence-virtd-multicast-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
          "AppStream-9.5.0.Z.MAIN:fence-virtd-serial-0:4.10.0-76.el9_5.6.x86_64",
          "AppStream-9.5.0.Z.MAIN:fence-virtd-serial-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
          "AppStream-9.5.0.Z.MAIN:fence-virtd-tcp-0:4.10.0-76.el9_5.6.x86_64",
          "AppStream-9.5.0.Z.MAIN:fence-virtd-tcp-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
          "AppStream-9.5.0.Z.MAIN:ha-cloud-support-0:4.10.0-76.el9_5.6.x86_64",
          "AppStream-9.5.0.Z.MAIN:ha-cloud-support-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
          "HighAvailability-9.5.0.Z.MAIN:fence-agents-0:4.10.0-76.el9_5.6.src",
          "HighAvailability-9.5.0.Z.MAIN:fence-agents-aliyun-0:4.10.0-76.el9_5.6.x86_64",
          "HighAvailability-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.6.aarch64",
          "HighAvailability-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.6.ppc64le",
          "HighAvailability-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.6.s390x",
          "HighAvailability-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.6.x86_64",
          "HighAvailability-9.5.0.Z.MAIN:fence-agents-amt-ws-0:4.10.0-76.el9_5.6.noarch",
          "HighAvailability-9.5.0.Z.MAIN:fence-agents-apc-0:4.10.0-76.el9_5.6.noarch",
          "HighAvailability-9.5.0.Z.MAIN:fence-agents-apc-snmp-0:4.10.0-76.el9_5.6.noarch",
          "HighAvailability-9.5.0.Z.MAIN:fence-agents-aws-0:4.10.0-76.el9_5.6.x86_64",
          "HighAvailability-9.5.0.Z.MAIN:fence-agents-azure-arm-0:4.10.0-76.el9_5.6.x86_64",
          "HighAvailability-9.5.0.Z.MAIN:fence-agents-bladecenter-0:4.10.0-76.el9_5.6.noarch",
          "HighAvailability-9.5.0.Z.MAIN:fence-agents-brocade-0:4.10.0-76.el9_5.6.noarch",
          "HighAvailability-9.5.0.Z.MAIN:fence-agents-cisco-mds-0:4.10.0-76.el9_5.6.noarch",
          "HighAvailability-9.5.0.Z.MAIN:fence-agents-cisco-ucs-0:4.10.0-76.el9_5.6.noarch",
          "HighAvailability-9.5.0.Z.MAIN:fence-agents-common-0:4.10.0-76.el9_5.6.noarch",
          "HighAvailability-9.5.0.Z.MAIN:fence-agents-compute-0:4.10.0-76.el9_5.6.ppc64le",
          "HighAvailability-9.5.0.Z.MAIN:fence-agents-compute-0:4.10.0-76.el9_5.6.x86_64",
          "HighAvailability-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.6.aarch64",
          "HighAvailability-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.6.ppc64le",
          "HighAvailability-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.6.s390x",
          "HighAvailability-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
          "HighAvailability-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.6.aarch64",
          "HighAvailability-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.6.ppc64le",
          "HighAvailability-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.6.s390x",
          "HighAvailability-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.6.x86_64",
          "HighAvailability-9.5.0.Z.MAIN:fence-agents-drac5-0:4.10.0-76.el9_5.6.noarch",
          "HighAvailability-9.5.0.Z.MAIN:fence-agents-eaton-snmp-0:4.10.0-76.el9_5.6.noarch",
          "HighAvailability-9.5.0.Z.MAIN:fence-agents-emerson-0:4.10.0-76.el9_5.6.noarch",
          "HighAvailability-9.5.0.Z.MAIN:fence-agents-eps-0:4.10.0-76.el9_5.6.noarch",
          "HighAvailability-9.5.0.Z.MAIN:fence-agents-gce-0:4.10.0-76.el9_5.6.x86_64",
          "HighAvailability-9.5.0.Z.MAIN:fence-agents-heuristics-ping-0:4.10.0-76.el9_5.6.noarch",
          "HighAvailability-9.5.0.Z.MAIN:fence-agents-hpblade-0:4.10.0-76.el9_5.6.noarch",
          "HighAvailability-9.5.0.Z.MAIN:fence-agents-ibm-powervs-0:4.10.0-76.el9_5.6.noarch",
          "HighAvailability-9.5.0.Z.MAIN:fence-agents-ibm-vpc-0:4.10.0-76.el9_5.6.noarch",
          "HighAvailability-9.5.0.Z.MAIN:fence-agents-ibmblade-0:4.10.0-76.el9_5.6.noarch",
          "HighAvailability-9.5.0.Z.MAIN:fence-agents-ifmib-0:4.10.0-76.el9_5.6.noarch",
          "HighAvailability-9.5.0.Z.MAIN:fence-agents-ilo-moonshot-0:4.10.0-76.el9_5.6.noarch",
          "HighAvailability-9.5.0.Z.MAIN:fence-agents-ilo-mp-0:4.10.0-76.el9_5.6.noarch",
          "HighAvailability-9.5.0.Z.MAIN:fence-agents-ilo-ssh-0:4.10.0-76.el9_5.6.noarch",
          "HighAvailability-9.5.0.Z.MAIN:fence-agents-ilo2-0:4.10.0-76.el9_5.6.noarch",
          "HighAvailability-9.5.0.Z.MAIN:fence-agents-intelmodular-0:4.10.0-76.el9_5.6.noarch",
          "HighAvailability-9.5.0.Z.MAIN:fence-agents-ipdu-0:4.10.0-76.el9_5.6.noarch",
          "HighAvailability-9.5.0.Z.MAIN:fence-agents-ipmilan-0:4.10.0-76.el9_5.6.noarch",
          "HighAvailability-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.6.aarch64",
          "HighAvailability-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.6.ppc64le",
          "HighAvailability-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.6.s390x",
          "HighAvailability-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.6.x86_64",
          "HighAvailability-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.aarch64",
          "HighAvailability-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.ppc64le",
          "HighAvailability-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.s390x",
          "HighAvailability-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
          "HighAvailability-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.6.aarch64",
          "HighAvailability-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.6.ppc64le",
          "HighAvailability-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.6.s390x",
          "HighAvailability-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.6.x86_64",
          "HighAvailability-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.aarch64",
          "HighAvailability-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.ppc64le",
          "HighAvailability-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.s390x",
          "HighAvailability-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
          "HighAvailability-9.5.0.Z.MAIN:fence-agents-lpar-0:4.10.0-76.el9_5.6.noarch",
          "HighAvailability-9.5.0.Z.MAIN:fence-agents-mpath-0:4.10.0-76.el9_5.6.noarch",
          "HighAvailability-9.5.0.Z.MAIN:fence-agents-openstack-0:4.10.0-76.el9_5.6.ppc64le",
          "HighAvailability-9.5.0.Z.MAIN:fence-agents-openstack-0:4.10.0-76.el9_5.6.x86_64",
          "HighAvailability-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.6.aarch64",
          "HighAvailability-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.6.ppc64le",
          "HighAvailability-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.6.s390x",
          "HighAvailability-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.6.x86_64",
          "HighAvailability-9.5.0.Z.MAIN:fence-agents-rhevm-0:4.10.0-76.el9_5.6.noarch",
          "HighAvailability-9.5.0.Z.MAIN:fence-agents-rsa-0:4.10.0-76.el9_5.6.noarch",
          "HighAvailability-9.5.0.Z.MAIN:fence-agents-rsb-0:4.10.0-76.el9_5.6.noarch",
          "HighAvailability-9.5.0.Z.MAIN:fence-agents-sbd-0:4.10.0-76.el9_5.6.noarch",
          "HighAvailability-9.5.0.Z.MAIN:fence-agents-scsi-0:4.10.0-76.el9_5.6.noarch",
          "HighAvailability-9.5.0.Z.MAIN:fence-agents-virsh-0:4.10.0-76.el9_5.6.noarch",
          "HighAvailability-9.5.0.Z.MAIN:fence-agents-vmware-rest-0:4.10.0-76.el9_5.6.noarch",
          "HighAvailability-9.5.0.Z.MAIN:fence-agents-vmware-soap-0:4.10.0-76.el9_5.6.noarch",
          "HighAvailability-9.5.0.Z.MAIN:fence-agents-wti-0:4.10.0-76.el9_5.6.noarch",
          "HighAvailability-9.5.0.Z.MAIN:fence-agents-zvm-0:4.10.0-76.el9_5.6.s390x",
          "HighAvailability-9.5.0.Z.MAIN:fence-virt-0:4.10.0-76.el9_5.6.x86_64",
          "HighAvailability-9.5.0.Z.MAIN:fence-virt-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
          "HighAvailability-9.5.0.Z.MAIN:fence-virtd-0:4.10.0-76.el9_5.6.x86_64",
          "HighAvailability-9.5.0.Z.MAIN:fence-virtd-cpg-0:4.10.0-76.el9_5.6.x86_64",
          "HighAvailability-9.5.0.Z.MAIN:fence-virtd-cpg-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
          "HighAvailability-9.5.0.Z.MAIN:fence-virtd-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
          "HighAvailability-9.5.0.Z.MAIN:fence-virtd-libvirt-0:4.10.0-76.el9_5.6.x86_64",
          "HighAvailability-9.5.0.Z.MAIN:fence-virtd-libvirt-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
          "HighAvailability-9.5.0.Z.MAIN:fence-virtd-multicast-0:4.10.0-76.el9_5.6.x86_64",
          "HighAvailability-9.5.0.Z.MAIN:fence-virtd-multicast-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
          "HighAvailability-9.5.0.Z.MAIN:fence-virtd-serial-0:4.10.0-76.el9_5.6.x86_64",
          "HighAvailability-9.5.0.Z.MAIN:fence-virtd-serial-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
          "HighAvailability-9.5.0.Z.MAIN:fence-virtd-tcp-0:4.10.0-76.el9_5.6.x86_64",
          "HighAvailability-9.5.0.Z.MAIN:fence-virtd-tcp-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
          "HighAvailability-9.5.0.Z.MAIN:ha-cloud-support-0:4.10.0-76.el9_5.6.x86_64",
          "HighAvailability-9.5.0.Z.MAIN:ha-cloud-support-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
          "ResilientStorage-9.5.0.Z.MAIN:fence-agents-0:4.10.0-76.el9_5.6.src",
          "ResilientStorage-9.5.0.Z.MAIN:fence-agents-aliyun-0:4.10.0-76.el9_5.6.x86_64",
          "ResilientStorage-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.6.aarch64",
          "ResilientStorage-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.6.ppc64le",
          "ResilientStorage-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.6.s390x",
          "ResilientStorage-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.6.x86_64",
          "ResilientStorage-9.5.0.Z.MAIN:fence-agents-amt-ws-0:4.10.0-76.el9_5.6.noarch",
          "ResilientStorage-9.5.0.Z.MAIN:fence-agents-apc-0:4.10.0-76.el9_5.6.noarch",
          "ResilientStorage-9.5.0.Z.MAIN:fence-agents-apc-snmp-0:4.10.0-76.el9_5.6.noarch",
          "ResilientStorage-9.5.0.Z.MAIN:fence-agents-aws-0:4.10.0-76.el9_5.6.x86_64",
          "ResilientStorage-9.5.0.Z.MAIN:fence-agents-azure-arm-0:4.10.0-76.el9_5.6.x86_64",
          "ResilientStorage-9.5.0.Z.MAIN:fence-agents-bladecenter-0:4.10.0-76.el9_5.6.noarch",
          "ResilientStorage-9.5.0.Z.MAIN:fence-agents-brocade-0:4.10.0-76.el9_5.6.noarch",
          "ResilientStorage-9.5.0.Z.MAIN:fence-agents-cisco-mds-0:4.10.0-76.el9_5.6.noarch",
          "ResilientStorage-9.5.0.Z.MAIN:fence-agents-cisco-ucs-0:4.10.0-76.el9_5.6.noarch",
          "ResilientStorage-9.5.0.Z.MAIN:fence-agents-common-0:4.10.0-76.el9_5.6.noarch",
          "ResilientStorage-9.5.0.Z.MAIN:fence-agents-compute-0:4.10.0-76.el9_5.6.ppc64le",
          "ResilientStorage-9.5.0.Z.MAIN:fence-agents-compute-0:4.10.0-76.el9_5.6.x86_64",
          "ResilientStorage-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.6.aarch64",
          "ResilientStorage-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.6.ppc64le",
          "ResilientStorage-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.6.s390x",
          "ResilientStorage-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
          "ResilientStorage-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.6.aarch64",
          "ResilientStorage-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.6.ppc64le",
          "ResilientStorage-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.6.s390x",
          "ResilientStorage-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.6.x86_64",
          "ResilientStorage-9.5.0.Z.MAIN:fence-agents-drac5-0:4.10.0-76.el9_5.6.noarch",
          "ResilientStorage-9.5.0.Z.MAIN:fence-agents-eaton-snmp-0:4.10.0-76.el9_5.6.noarch",
          "ResilientStorage-9.5.0.Z.MAIN:fence-agents-emerson-0:4.10.0-76.el9_5.6.noarch",
          "ResilientStorage-9.5.0.Z.MAIN:fence-agents-eps-0:4.10.0-76.el9_5.6.noarch",
          "ResilientStorage-9.5.0.Z.MAIN:fence-agents-gce-0:4.10.0-76.el9_5.6.x86_64",
          "ResilientStorage-9.5.0.Z.MAIN:fence-agents-heuristics-ping-0:4.10.0-76.el9_5.6.noarch",
          "ResilientStorage-9.5.0.Z.MAIN:fence-agents-hpblade-0:4.10.0-76.el9_5.6.noarch",
          "ResilientStorage-9.5.0.Z.MAIN:fence-agents-ibm-powervs-0:4.10.0-76.el9_5.6.noarch",
          "ResilientStorage-9.5.0.Z.MAIN:fence-agents-ibm-vpc-0:4.10.0-76.el9_5.6.noarch",
          "ResilientStorage-9.5.0.Z.MAIN:fence-agents-ibmblade-0:4.10.0-76.el9_5.6.noarch",
          "ResilientStorage-9.5.0.Z.MAIN:fence-agents-ifmib-0:4.10.0-76.el9_5.6.noarch",
          "ResilientStorage-9.5.0.Z.MAIN:fence-agents-ilo-moonshot-0:4.10.0-76.el9_5.6.noarch",
          "ResilientStorage-9.5.0.Z.MAIN:fence-agents-ilo-mp-0:4.10.0-76.el9_5.6.noarch",
          "ResilientStorage-9.5.0.Z.MAIN:fence-agents-ilo-ssh-0:4.10.0-76.el9_5.6.noarch",
          "ResilientStorage-9.5.0.Z.MAIN:fence-agents-ilo2-0:4.10.0-76.el9_5.6.noarch",
          "ResilientStorage-9.5.0.Z.MAIN:fence-agents-intelmodular-0:4.10.0-76.el9_5.6.noarch",
          "ResilientStorage-9.5.0.Z.MAIN:fence-agents-ipdu-0:4.10.0-76.el9_5.6.noarch",
          "ResilientStorage-9.5.0.Z.MAIN:fence-agents-ipmilan-0:4.10.0-76.el9_5.6.noarch",
          "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.6.aarch64",
          "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.6.ppc64le",
          "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.6.s390x",
          "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.6.x86_64",
          "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.aarch64",
          "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.ppc64le",
          "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.s390x",
          "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
          "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.6.aarch64",
          "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.6.ppc64le",
          "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.6.s390x",
          "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.6.x86_64",
          "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.aarch64",
          "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.ppc64le",
          "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.s390x",
          "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
          "ResilientStorage-9.5.0.Z.MAIN:fence-agents-lpar-0:4.10.0-76.el9_5.6.noarch",
          "ResilientStorage-9.5.0.Z.MAIN:fence-agents-mpath-0:4.10.0-76.el9_5.6.noarch",
          "ResilientStorage-9.5.0.Z.MAIN:fence-agents-openstack-0:4.10.0-76.el9_5.6.ppc64le",
          "ResilientStorage-9.5.0.Z.MAIN:fence-agents-openstack-0:4.10.0-76.el9_5.6.x86_64",
          "ResilientStorage-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.6.aarch64",
          "ResilientStorage-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.6.ppc64le",
          "ResilientStorage-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.6.s390x",
          "ResilientStorage-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.6.x86_64",
          "ResilientStorage-9.5.0.Z.MAIN:fence-agents-rhevm-0:4.10.0-76.el9_5.6.noarch",
          "ResilientStorage-9.5.0.Z.MAIN:fence-agents-rsa-0:4.10.0-76.el9_5.6.noarch",
          "ResilientStorage-9.5.0.Z.MAIN:fence-agents-rsb-0:4.10.0-76.el9_5.6.noarch",
          "ResilientStorage-9.5.0.Z.MAIN:fence-agents-sbd-0:4.10.0-76.el9_5.6.noarch",
          "ResilientStorage-9.5.0.Z.MAIN:fence-agents-scsi-0:4.10.0-76.el9_5.6.noarch",
          "ResilientStorage-9.5.0.Z.MAIN:fence-agents-virsh-0:4.10.0-76.el9_5.6.noarch",
          "ResilientStorage-9.5.0.Z.MAIN:fence-agents-vmware-rest-0:4.10.0-76.el9_5.6.noarch",
          "ResilientStorage-9.5.0.Z.MAIN:fence-agents-vmware-soap-0:4.10.0-76.el9_5.6.noarch",
          "ResilientStorage-9.5.0.Z.MAIN:fence-agents-wti-0:4.10.0-76.el9_5.6.noarch",
          "ResilientStorage-9.5.0.Z.MAIN:fence-agents-zvm-0:4.10.0-76.el9_5.6.s390x",
          "ResilientStorage-9.5.0.Z.MAIN:fence-virt-0:4.10.0-76.el9_5.6.x86_64",
          "ResilientStorage-9.5.0.Z.MAIN:fence-virt-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
          "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-0:4.10.0-76.el9_5.6.x86_64",
          "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-cpg-0:4.10.0-76.el9_5.6.x86_64",
          "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-cpg-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
          "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
          "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-libvirt-0:4.10.0-76.el9_5.6.x86_64",
          "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-libvirt-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
          "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-multicast-0:4.10.0-76.el9_5.6.x86_64",
          "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-multicast-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
          "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-serial-0:4.10.0-76.el9_5.6.x86_64",
          "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-serial-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
          "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-tcp-0:4.10.0-76.el9_5.6.x86_64",
          "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-tcp-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
          "ResilientStorage-9.5.0.Z.MAIN:ha-cloud-support-0:4.10.0-76.el9_5.6.x86_64",
          "ResilientStorage-9.5.0.Z.MAIN:ha-cloud-support-debuginfo-0:4.10.0-76.el9_5.6.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2025-27516"
        },
        {
          "category": "external",
          "summary": "RHBZ#2350190",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2350190"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2025-27516",
          "url": "https://www.cve.org/CVERecord?id=CVE-2025-27516"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-27516",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-27516"
        },
        {
          "category": "external",
          "summary": "https://github.com/pallets/jinja/commit/90457bbf33b8662926ae65cdde4c4c32e756e403",
          "url": "https://github.com/pallets/jinja/commit/90457bbf33b8662926ae65cdde4c4c32e756e403"
        },
        {
          "category": "external",
          "summary": "https://github.com/pallets/jinja/security/advisories/GHSA-cpwx-vrp4-4pq7",
          "url": "https://github.com/pallets/jinja/security/advisories/GHSA-cpwx-vrp4-4pq7"
        }
      ],
      "release_date": "2025-03-05T20:40:06.568000+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2025-03-24T14:13:20+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "AppStream-9.5.0.Z.MAIN:fence-agents-0:4.10.0-76.el9_5.6.src",
            "AppStream-9.5.0.Z.MAIN:fence-agents-aliyun-0:4.10.0-76.el9_5.6.x86_64",
            "AppStream-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.6.aarch64",
            "AppStream-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.6.ppc64le",
            "AppStream-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.6.s390x",
            "AppStream-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.6.x86_64",
            "AppStream-9.5.0.Z.MAIN:fence-agents-amt-ws-0:4.10.0-76.el9_5.6.noarch",
            "AppStream-9.5.0.Z.MAIN:fence-agents-apc-0:4.10.0-76.el9_5.6.noarch",
            "AppStream-9.5.0.Z.MAIN:fence-agents-apc-snmp-0:4.10.0-76.el9_5.6.noarch",
            "AppStream-9.5.0.Z.MAIN:fence-agents-aws-0:4.10.0-76.el9_5.6.x86_64",
            "AppStream-9.5.0.Z.MAIN:fence-agents-azure-arm-0:4.10.0-76.el9_5.6.x86_64",
            "AppStream-9.5.0.Z.MAIN:fence-agents-bladecenter-0:4.10.0-76.el9_5.6.noarch",
            "AppStream-9.5.0.Z.MAIN:fence-agents-brocade-0:4.10.0-76.el9_5.6.noarch",
            "AppStream-9.5.0.Z.MAIN:fence-agents-cisco-mds-0:4.10.0-76.el9_5.6.noarch",
            "AppStream-9.5.0.Z.MAIN:fence-agents-cisco-ucs-0:4.10.0-76.el9_5.6.noarch",
            "AppStream-9.5.0.Z.MAIN:fence-agents-common-0:4.10.0-76.el9_5.6.noarch",
            "AppStream-9.5.0.Z.MAIN:fence-agents-compute-0:4.10.0-76.el9_5.6.ppc64le",
            "AppStream-9.5.0.Z.MAIN:fence-agents-compute-0:4.10.0-76.el9_5.6.x86_64",
            "AppStream-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.6.aarch64",
            "AppStream-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.6.ppc64le",
            "AppStream-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.6.s390x",
            "AppStream-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
            "AppStream-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.6.aarch64",
            "AppStream-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.6.ppc64le",
            "AppStream-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.6.s390x",
            "AppStream-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.6.x86_64",
            "AppStream-9.5.0.Z.MAIN:fence-agents-drac5-0:4.10.0-76.el9_5.6.noarch",
            "AppStream-9.5.0.Z.MAIN:fence-agents-eaton-snmp-0:4.10.0-76.el9_5.6.noarch",
            "AppStream-9.5.0.Z.MAIN:fence-agents-emerson-0:4.10.0-76.el9_5.6.noarch",
            "AppStream-9.5.0.Z.MAIN:fence-agents-eps-0:4.10.0-76.el9_5.6.noarch",
            "AppStream-9.5.0.Z.MAIN:fence-agents-gce-0:4.10.0-76.el9_5.6.x86_64",
            "AppStream-9.5.0.Z.MAIN:fence-agents-heuristics-ping-0:4.10.0-76.el9_5.6.noarch",
            "AppStream-9.5.0.Z.MAIN:fence-agents-hpblade-0:4.10.0-76.el9_5.6.noarch",
            "AppStream-9.5.0.Z.MAIN:fence-agents-ibm-powervs-0:4.10.0-76.el9_5.6.noarch",
            "AppStream-9.5.0.Z.MAIN:fence-agents-ibm-vpc-0:4.10.0-76.el9_5.6.noarch",
            "AppStream-9.5.0.Z.MAIN:fence-agents-ibmblade-0:4.10.0-76.el9_5.6.noarch",
            "AppStream-9.5.0.Z.MAIN:fence-agents-ifmib-0:4.10.0-76.el9_5.6.noarch",
            "AppStream-9.5.0.Z.MAIN:fence-agents-ilo-moonshot-0:4.10.0-76.el9_5.6.noarch",
            "AppStream-9.5.0.Z.MAIN:fence-agents-ilo-mp-0:4.10.0-76.el9_5.6.noarch",
            "AppStream-9.5.0.Z.MAIN:fence-agents-ilo-ssh-0:4.10.0-76.el9_5.6.noarch",
            "AppStream-9.5.0.Z.MAIN:fence-agents-ilo2-0:4.10.0-76.el9_5.6.noarch",
            "AppStream-9.5.0.Z.MAIN:fence-agents-intelmodular-0:4.10.0-76.el9_5.6.noarch",
            "AppStream-9.5.0.Z.MAIN:fence-agents-ipdu-0:4.10.0-76.el9_5.6.noarch",
            "AppStream-9.5.0.Z.MAIN:fence-agents-ipmilan-0:4.10.0-76.el9_5.6.noarch",
            "AppStream-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.6.aarch64",
            "AppStream-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.6.ppc64le",
            "AppStream-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.6.s390x",
            "AppStream-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.6.x86_64",
            "AppStream-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.aarch64",
            "AppStream-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.ppc64le",
            "AppStream-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.s390x",
            "AppStream-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
            "AppStream-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.6.aarch64",
            "AppStream-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.6.ppc64le",
            "AppStream-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.6.s390x",
            "AppStream-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.6.x86_64",
            "AppStream-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.aarch64",
            "AppStream-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.ppc64le",
            "AppStream-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.s390x",
            "AppStream-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
            "AppStream-9.5.0.Z.MAIN:fence-agents-lpar-0:4.10.0-76.el9_5.6.noarch",
            "AppStream-9.5.0.Z.MAIN:fence-agents-mpath-0:4.10.0-76.el9_5.6.noarch",
            "AppStream-9.5.0.Z.MAIN:fence-agents-openstack-0:4.10.0-76.el9_5.6.ppc64le",
            "AppStream-9.5.0.Z.MAIN:fence-agents-openstack-0:4.10.0-76.el9_5.6.x86_64",
            "AppStream-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.6.aarch64",
            "AppStream-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.6.ppc64le",
            "AppStream-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.6.s390x",
            "AppStream-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.6.x86_64",
            "AppStream-9.5.0.Z.MAIN:fence-agents-rhevm-0:4.10.0-76.el9_5.6.noarch",
            "AppStream-9.5.0.Z.MAIN:fence-agents-rsa-0:4.10.0-76.el9_5.6.noarch",
            "AppStream-9.5.0.Z.MAIN:fence-agents-rsb-0:4.10.0-76.el9_5.6.noarch",
            "AppStream-9.5.0.Z.MAIN:fence-agents-sbd-0:4.10.0-76.el9_5.6.noarch",
            "AppStream-9.5.0.Z.MAIN:fence-agents-scsi-0:4.10.0-76.el9_5.6.noarch",
            "AppStream-9.5.0.Z.MAIN:fence-agents-virsh-0:4.10.0-76.el9_5.6.noarch",
            "AppStream-9.5.0.Z.MAIN:fence-agents-vmware-rest-0:4.10.0-76.el9_5.6.noarch",
            "AppStream-9.5.0.Z.MAIN:fence-agents-vmware-soap-0:4.10.0-76.el9_5.6.noarch",
            "AppStream-9.5.0.Z.MAIN:fence-agents-wti-0:4.10.0-76.el9_5.6.noarch",
            "AppStream-9.5.0.Z.MAIN:fence-agents-zvm-0:4.10.0-76.el9_5.6.s390x",
            "AppStream-9.5.0.Z.MAIN:fence-virt-0:4.10.0-76.el9_5.6.x86_64",
            "AppStream-9.5.0.Z.MAIN:fence-virt-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
            "AppStream-9.5.0.Z.MAIN:fence-virtd-0:4.10.0-76.el9_5.6.x86_64",
            "AppStream-9.5.0.Z.MAIN:fence-virtd-cpg-0:4.10.0-76.el9_5.6.x86_64",
            "AppStream-9.5.0.Z.MAIN:fence-virtd-cpg-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
            "AppStream-9.5.0.Z.MAIN:fence-virtd-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
            "AppStream-9.5.0.Z.MAIN:fence-virtd-libvirt-0:4.10.0-76.el9_5.6.x86_64",
            "AppStream-9.5.0.Z.MAIN:fence-virtd-libvirt-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
            "AppStream-9.5.0.Z.MAIN:fence-virtd-multicast-0:4.10.0-76.el9_5.6.x86_64",
            "AppStream-9.5.0.Z.MAIN:fence-virtd-multicast-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
            "AppStream-9.5.0.Z.MAIN:fence-virtd-serial-0:4.10.0-76.el9_5.6.x86_64",
            "AppStream-9.5.0.Z.MAIN:fence-virtd-serial-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
            "AppStream-9.5.0.Z.MAIN:fence-virtd-tcp-0:4.10.0-76.el9_5.6.x86_64",
            "AppStream-9.5.0.Z.MAIN:fence-virtd-tcp-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
            "AppStream-9.5.0.Z.MAIN:ha-cloud-support-0:4.10.0-76.el9_5.6.x86_64",
            "AppStream-9.5.0.Z.MAIN:ha-cloud-support-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-0:4.10.0-76.el9_5.6.src",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-aliyun-0:4.10.0-76.el9_5.6.x86_64",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.6.aarch64",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.6.ppc64le",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.6.s390x",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.6.x86_64",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-amt-ws-0:4.10.0-76.el9_5.6.noarch",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-apc-0:4.10.0-76.el9_5.6.noarch",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-apc-snmp-0:4.10.0-76.el9_5.6.noarch",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-aws-0:4.10.0-76.el9_5.6.x86_64",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-azure-arm-0:4.10.0-76.el9_5.6.x86_64",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-bladecenter-0:4.10.0-76.el9_5.6.noarch",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-brocade-0:4.10.0-76.el9_5.6.noarch",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-cisco-mds-0:4.10.0-76.el9_5.6.noarch",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-cisco-ucs-0:4.10.0-76.el9_5.6.noarch",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-common-0:4.10.0-76.el9_5.6.noarch",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-compute-0:4.10.0-76.el9_5.6.ppc64le",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-compute-0:4.10.0-76.el9_5.6.x86_64",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.6.aarch64",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.6.ppc64le",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.6.s390x",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.6.aarch64",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.6.ppc64le",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.6.s390x",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.6.x86_64",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-drac5-0:4.10.0-76.el9_5.6.noarch",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-eaton-snmp-0:4.10.0-76.el9_5.6.noarch",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-emerson-0:4.10.0-76.el9_5.6.noarch",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-eps-0:4.10.0-76.el9_5.6.noarch",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-gce-0:4.10.0-76.el9_5.6.x86_64",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-heuristics-ping-0:4.10.0-76.el9_5.6.noarch",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-hpblade-0:4.10.0-76.el9_5.6.noarch",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-ibm-powervs-0:4.10.0-76.el9_5.6.noarch",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-ibm-vpc-0:4.10.0-76.el9_5.6.noarch",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-ibmblade-0:4.10.0-76.el9_5.6.noarch",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-ifmib-0:4.10.0-76.el9_5.6.noarch",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-ilo-moonshot-0:4.10.0-76.el9_5.6.noarch",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-ilo-mp-0:4.10.0-76.el9_5.6.noarch",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-ilo-ssh-0:4.10.0-76.el9_5.6.noarch",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-ilo2-0:4.10.0-76.el9_5.6.noarch",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-intelmodular-0:4.10.0-76.el9_5.6.noarch",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-ipdu-0:4.10.0-76.el9_5.6.noarch",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-ipmilan-0:4.10.0-76.el9_5.6.noarch",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.6.aarch64",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.6.ppc64le",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.6.s390x",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.6.x86_64",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.aarch64",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.ppc64le",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.s390x",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.6.aarch64",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.6.ppc64le",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.6.s390x",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.6.x86_64",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.aarch64",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.ppc64le",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.s390x",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-lpar-0:4.10.0-76.el9_5.6.noarch",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-mpath-0:4.10.0-76.el9_5.6.noarch",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-openstack-0:4.10.0-76.el9_5.6.ppc64le",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-openstack-0:4.10.0-76.el9_5.6.x86_64",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.6.aarch64",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.6.ppc64le",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.6.s390x",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.6.x86_64",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-rhevm-0:4.10.0-76.el9_5.6.noarch",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-rsa-0:4.10.0-76.el9_5.6.noarch",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-rsb-0:4.10.0-76.el9_5.6.noarch",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-sbd-0:4.10.0-76.el9_5.6.noarch",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-scsi-0:4.10.0-76.el9_5.6.noarch",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-virsh-0:4.10.0-76.el9_5.6.noarch",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-vmware-rest-0:4.10.0-76.el9_5.6.noarch",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-vmware-soap-0:4.10.0-76.el9_5.6.noarch",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-wti-0:4.10.0-76.el9_5.6.noarch",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-zvm-0:4.10.0-76.el9_5.6.s390x",
            "HighAvailability-9.5.0.Z.MAIN:fence-virt-0:4.10.0-76.el9_5.6.x86_64",
            "HighAvailability-9.5.0.Z.MAIN:fence-virt-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
            "HighAvailability-9.5.0.Z.MAIN:fence-virtd-0:4.10.0-76.el9_5.6.x86_64",
            "HighAvailability-9.5.0.Z.MAIN:fence-virtd-cpg-0:4.10.0-76.el9_5.6.x86_64",
            "HighAvailability-9.5.0.Z.MAIN:fence-virtd-cpg-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
            "HighAvailability-9.5.0.Z.MAIN:fence-virtd-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
            "HighAvailability-9.5.0.Z.MAIN:fence-virtd-libvirt-0:4.10.0-76.el9_5.6.x86_64",
            "HighAvailability-9.5.0.Z.MAIN:fence-virtd-libvirt-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
            "HighAvailability-9.5.0.Z.MAIN:fence-virtd-multicast-0:4.10.0-76.el9_5.6.x86_64",
            "HighAvailability-9.5.0.Z.MAIN:fence-virtd-multicast-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
            "HighAvailability-9.5.0.Z.MAIN:fence-virtd-serial-0:4.10.0-76.el9_5.6.x86_64",
            "HighAvailability-9.5.0.Z.MAIN:fence-virtd-serial-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
            "HighAvailability-9.5.0.Z.MAIN:fence-virtd-tcp-0:4.10.0-76.el9_5.6.x86_64",
            "HighAvailability-9.5.0.Z.MAIN:fence-virtd-tcp-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
            "HighAvailability-9.5.0.Z.MAIN:ha-cloud-support-0:4.10.0-76.el9_5.6.x86_64",
            "HighAvailability-9.5.0.Z.MAIN:ha-cloud-support-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-0:4.10.0-76.el9_5.6.src",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-aliyun-0:4.10.0-76.el9_5.6.x86_64",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.6.aarch64",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.6.ppc64le",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.6.s390x",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.6.x86_64",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-amt-ws-0:4.10.0-76.el9_5.6.noarch",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-apc-0:4.10.0-76.el9_5.6.noarch",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-apc-snmp-0:4.10.0-76.el9_5.6.noarch",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-aws-0:4.10.0-76.el9_5.6.x86_64",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-azure-arm-0:4.10.0-76.el9_5.6.x86_64",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-bladecenter-0:4.10.0-76.el9_5.6.noarch",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-brocade-0:4.10.0-76.el9_5.6.noarch",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-cisco-mds-0:4.10.0-76.el9_5.6.noarch",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-cisco-ucs-0:4.10.0-76.el9_5.6.noarch",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-common-0:4.10.0-76.el9_5.6.noarch",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-compute-0:4.10.0-76.el9_5.6.ppc64le",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-compute-0:4.10.0-76.el9_5.6.x86_64",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.6.aarch64",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.6.ppc64le",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.6.s390x",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.6.aarch64",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.6.ppc64le",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.6.s390x",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.6.x86_64",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-drac5-0:4.10.0-76.el9_5.6.noarch",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-eaton-snmp-0:4.10.0-76.el9_5.6.noarch",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-emerson-0:4.10.0-76.el9_5.6.noarch",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-eps-0:4.10.0-76.el9_5.6.noarch",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-gce-0:4.10.0-76.el9_5.6.x86_64",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-heuristics-ping-0:4.10.0-76.el9_5.6.noarch",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-hpblade-0:4.10.0-76.el9_5.6.noarch",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-ibm-powervs-0:4.10.0-76.el9_5.6.noarch",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-ibm-vpc-0:4.10.0-76.el9_5.6.noarch",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-ibmblade-0:4.10.0-76.el9_5.6.noarch",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-ifmib-0:4.10.0-76.el9_5.6.noarch",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-ilo-moonshot-0:4.10.0-76.el9_5.6.noarch",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-ilo-mp-0:4.10.0-76.el9_5.6.noarch",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-ilo-ssh-0:4.10.0-76.el9_5.6.noarch",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-ilo2-0:4.10.0-76.el9_5.6.noarch",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-intelmodular-0:4.10.0-76.el9_5.6.noarch",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-ipdu-0:4.10.0-76.el9_5.6.noarch",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-ipmilan-0:4.10.0-76.el9_5.6.noarch",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.6.aarch64",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.6.ppc64le",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.6.s390x",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.6.x86_64",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.aarch64",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.ppc64le",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.s390x",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.6.aarch64",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.6.ppc64le",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.6.s390x",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.6.x86_64",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.aarch64",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.ppc64le",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.s390x",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-lpar-0:4.10.0-76.el9_5.6.noarch",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-mpath-0:4.10.0-76.el9_5.6.noarch",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-openstack-0:4.10.0-76.el9_5.6.ppc64le",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-openstack-0:4.10.0-76.el9_5.6.x86_64",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.6.aarch64",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.6.ppc64le",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.6.s390x",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.6.x86_64",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-rhevm-0:4.10.0-76.el9_5.6.noarch",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-rsa-0:4.10.0-76.el9_5.6.noarch",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-rsb-0:4.10.0-76.el9_5.6.noarch",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-sbd-0:4.10.0-76.el9_5.6.noarch",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-scsi-0:4.10.0-76.el9_5.6.noarch",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-virsh-0:4.10.0-76.el9_5.6.noarch",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-vmware-rest-0:4.10.0-76.el9_5.6.noarch",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-vmware-soap-0:4.10.0-76.el9_5.6.noarch",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-wti-0:4.10.0-76.el9_5.6.noarch",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-zvm-0:4.10.0-76.el9_5.6.s390x",
            "ResilientStorage-9.5.0.Z.MAIN:fence-virt-0:4.10.0-76.el9_5.6.x86_64",
            "ResilientStorage-9.5.0.Z.MAIN:fence-virt-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
            "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-0:4.10.0-76.el9_5.6.x86_64",
            "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-cpg-0:4.10.0-76.el9_5.6.x86_64",
            "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-cpg-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
            "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
            "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-libvirt-0:4.10.0-76.el9_5.6.x86_64",
            "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-libvirt-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
            "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-multicast-0:4.10.0-76.el9_5.6.x86_64",
            "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-multicast-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
            "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-serial-0:4.10.0-76.el9_5.6.x86_64",
            "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-serial-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
            "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-tcp-0:4.10.0-76.el9_5.6.x86_64",
            "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-tcp-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
            "ResilientStorage-9.5.0.Z.MAIN:ha-cloud-support-0:4.10.0-76.el9_5.6.x86_64",
            "ResilientStorage-9.5.0.Z.MAIN:ha-cloud-support-debuginfo-0:4.10.0-76.el9_5.6.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2025:3113"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "LOCAL",
            "availabilityImpact": "HIGH",
            "baseScore": 7.3,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "HIGH",
            "privilegesRequired": "LOW",
            "scope": "UNCHANGED",
            "userInteraction": "REQUIRED",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "AppStream-9.5.0.Z.MAIN:fence-agents-0:4.10.0-76.el9_5.6.src",
            "AppStream-9.5.0.Z.MAIN:fence-agents-aliyun-0:4.10.0-76.el9_5.6.x86_64",
            "AppStream-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.6.aarch64",
            "AppStream-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.6.ppc64le",
            "AppStream-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.6.s390x",
            "AppStream-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.6.x86_64",
            "AppStream-9.5.0.Z.MAIN:fence-agents-amt-ws-0:4.10.0-76.el9_5.6.noarch",
            "AppStream-9.5.0.Z.MAIN:fence-agents-apc-0:4.10.0-76.el9_5.6.noarch",
            "AppStream-9.5.0.Z.MAIN:fence-agents-apc-snmp-0:4.10.0-76.el9_5.6.noarch",
            "AppStream-9.5.0.Z.MAIN:fence-agents-aws-0:4.10.0-76.el9_5.6.x86_64",
            "AppStream-9.5.0.Z.MAIN:fence-agents-azure-arm-0:4.10.0-76.el9_5.6.x86_64",
            "AppStream-9.5.0.Z.MAIN:fence-agents-bladecenter-0:4.10.0-76.el9_5.6.noarch",
            "AppStream-9.5.0.Z.MAIN:fence-agents-brocade-0:4.10.0-76.el9_5.6.noarch",
            "AppStream-9.5.0.Z.MAIN:fence-agents-cisco-mds-0:4.10.0-76.el9_5.6.noarch",
            "AppStream-9.5.0.Z.MAIN:fence-agents-cisco-ucs-0:4.10.0-76.el9_5.6.noarch",
            "AppStream-9.5.0.Z.MAIN:fence-agents-common-0:4.10.0-76.el9_5.6.noarch",
            "AppStream-9.5.0.Z.MAIN:fence-agents-compute-0:4.10.0-76.el9_5.6.ppc64le",
            "AppStream-9.5.0.Z.MAIN:fence-agents-compute-0:4.10.0-76.el9_5.6.x86_64",
            "AppStream-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.6.aarch64",
            "AppStream-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.6.ppc64le",
            "AppStream-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.6.s390x",
            "AppStream-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
            "AppStream-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.6.aarch64",
            "AppStream-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.6.ppc64le",
            "AppStream-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.6.s390x",
            "AppStream-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.6.x86_64",
            "AppStream-9.5.0.Z.MAIN:fence-agents-drac5-0:4.10.0-76.el9_5.6.noarch",
            "AppStream-9.5.0.Z.MAIN:fence-agents-eaton-snmp-0:4.10.0-76.el9_5.6.noarch",
            "AppStream-9.5.0.Z.MAIN:fence-agents-emerson-0:4.10.0-76.el9_5.6.noarch",
            "AppStream-9.5.0.Z.MAIN:fence-agents-eps-0:4.10.0-76.el9_5.6.noarch",
            "AppStream-9.5.0.Z.MAIN:fence-agents-gce-0:4.10.0-76.el9_5.6.x86_64",
            "AppStream-9.5.0.Z.MAIN:fence-agents-heuristics-ping-0:4.10.0-76.el9_5.6.noarch",
            "AppStream-9.5.0.Z.MAIN:fence-agents-hpblade-0:4.10.0-76.el9_5.6.noarch",
            "AppStream-9.5.0.Z.MAIN:fence-agents-ibm-powervs-0:4.10.0-76.el9_5.6.noarch",
            "AppStream-9.5.0.Z.MAIN:fence-agents-ibm-vpc-0:4.10.0-76.el9_5.6.noarch",
            "AppStream-9.5.0.Z.MAIN:fence-agents-ibmblade-0:4.10.0-76.el9_5.6.noarch",
            "AppStream-9.5.0.Z.MAIN:fence-agents-ifmib-0:4.10.0-76.el9_5.6.noarch",
            "AppStream-9.5.0.Z.MAIN:fence-agents-ilo-moonshot-0:4.10.0-76.el9_5.6.noarch",
            "AppStream-9.5.0.Z.MAIN:fence-agents-ilo-mp-0:4.10.0-76.el9_5.6.noarch",
            "AppStream-9.5.0.Z.MAIN:fence-agents-ilo-ssh-0:4.10.0-76.el9_5.6.noarch",
            "AppStream-9.5.0.Z.MAIN:fence-agents-ilo2-0:4.10.0-76.el9_5.6.noarch",
            "AppStream-9.5.0.Z.MAIN:fence-agents-intelmodular-0:4.10.0-76.el9_5.6.noarch",
            "AppStream-9.5.0.Z.MAIN:fence-agents-ipdu-0:4.10.0-76.el9_5.6.noarch",
            "AppStream-9.5.0.Z.MAIN:fence-agents-ipmilan-0:4.10.0-76.el9_5.6.noarch",
            "AppStream-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.6.aarch64",
            "AppStream-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.6.ppc64le",
            "AppStream-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.6.s390x",
            "AppStream-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.6.x86_64",
            "AppStream-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.aarch64",
            "AppStream-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.ppc64le",
            "AppStream-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.s390x",
            "AppStream-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
            "AppStream-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.6.aarch64",
            "AppStream-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.6.ppc64le",
            "AppStream-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.6.s390x",
            "AppStream-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.6.x86_64",
            "AppStream-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.aarch64",
            "AppStream-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.ppc64le",
            "AppStream-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.s390x",
            "AppStream-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
            "AppStream-9.5.0.Z.MAIN:fence-agents-lpar-0:4.10.0-76.el9_5.6.noarch",
            "AppStream-9.5.0.Z.MAIN:fence-agents-mpath-0:4.10.0-76.el9_5.6.noarch",
            "AppStream-9.5.0.Z.MAIN:fence-agents-openstack-0:4.10.0-76.el9_5.6.ppc64le",
            "AppStream-9.5.0.Z.MAIN:fence-agents-openstack-0:4.10.0-76.el9_5.6.x86_64",
            "AppStream-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.6.aarch64",
            "AppStream-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.6.ppc64le",
            "AppStream-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.6.s390x",
            "AppStream-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.6.x86_64",
            "AppStream-9.5.0.Z.MAIN:fence-agents-rhevm-0:4.10.0-76.el9_5.6.noarch",
            "AppStream-9.5.0.Z.MAIN:fence-agents-rsa-0:4.10.0-76.el9_5.6.noarch",
            "AppStream-9.5.0.Z.MAIN:fence-agents-rsb-0:4.10.0-76.el9_5.6.noarch",
            "AppStream-9.5.0.Z.MAIN:fence-agents-sbd-0:4.10.0-76.el9_5.6.noarch",
            "AppStream-9.5.0.Z.MAIN:fence-agents-scsi-0:4.10.0-76.el9_5.6.noarch",
            "AppStream-9.5.0.Z.MAIN:fence-agents-virsh-0:4.10.0-76.el9_5.6.noarch",
            "AppStream-9.5.0.Z.MAIN:fence-agents-vmware-rest-0:4.10.0-76.el9_5.6.noarch",
            "AppStream-9.5.0.Z.MAIN:fence-agents-vmware-soap-0:4.10.0-76.el9_5.6.noarch",
            "AppStream-9.5.0.Z.MAIN:fence-agents-wti-0:4.10.0-76.el9_5.6.noarch",
            "AppStream-9.5.0.Z.MAIN:fence-agents-zvm-0:4.10.0-76.el9_5.6.s390x",
            "AppStream-9.5.0.Z.MAIN:fence-virt-0:4.10.0-76.el9_5.6.x86_64",
            "AppStream-9.5.0.Z.MAIN:fence-virt-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
            "AppStream-9.5.0.Z.MAIN:fence-virtd-0:4.10.0-76.el9_5.6.x86_64",
            "AppStream-9.5.0.Z.MAIN:fence-virtd-cpg-0:4.10.0-76.el9_5.6.x86_64",
            "AppStream-9.5.0.Z.MAIN:fence-virtd-cpg-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
            "AppStream-9.5.0.Z.MAIN:fence-virtd-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
            "AppStream-9.5.0.Z.MAIN:fence-virtd-libvirt-0:4.10.0-76.el9_5.6.x86_64",
            "AppStream-9.5.0.Z.MAIN:fence-virtd-libvirt-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
            "AppStream-9.5.0.Z.MAIN:fence-virtd-multicast-0:4.10.0-76.el9_5.6.x86_64",
            "AppStream-9.5.0.Z.MAIN:fence-virtd-multicast-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
            "AppStream-9.5.0.Z.MAIN:fence-virtd-serial-0:4.10.0-76.el9_5.6.x86_64",
            "AppStream-9.5.0.Z.MAIN:fence-virtd-serial-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
            "AppStream-9.5.0.Z.MAIN:fence-virtd-tcp-0:4.10.0-76.el9_5.6.x86_64",
            "AppStream-9.5.0.Z.MAIN:fence-virtd-tcp-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
            "AppStream-9.5.0.Z.MAIN:ha-cloud-support-0:4.10.0-76.el9_5.6.x86_64",
            "AppStream-9.5.0.Z.MAIN:ha-cloud-support-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-0:4.10.0-76.el9_5.6.src",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-aliyun-0:4.10.0-76.el9_5.6.x86_64",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.6.aarch64",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.6.ppc64le",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.6.s390x",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.6.x86_64",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-amt-ws-0:4.10.0-76.el9_5.6.noarch",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-apc-0:4.10.0-76.el9_5.6.noarch",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-apc-snmp-0:4.10.0-76.el9_5.6.noarch",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-aws-0:4.10.0-76.el9_5.6.x86_64",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-azure-arm-0:4.10.0-76.el9_5.6.x86_64",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-bladecenter-0:4.10.0-76.el9_5.6.noarch",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-brocade-0:4.10.0-76.el9_5.6.noarch",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-cisco-mds-0:4.10.0-76.el9_5.6.noarch",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-cisco-ucs-0:4.10.0-76.el9_5.6.noarch",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-common-0:4.10.0-76.el9_5.6.noarch",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-compute-0:4.10.0-76.el9_5.6.ppc64le",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-compute-0:4.10.0-76.el9_5.6.x86_64",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.6.aarch64",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.6.ppc64le",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.6.s390x",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.6.aarch64",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.6.ppc64le",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.6.s390x",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.6.x86_64",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-drac5-0:4.10.0-76.el9_5.6.noarch",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-eaton-snmp-0:4.10.0-76.el9_5.6.noarch",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-emerson-0:4.10.0-76.el9_5.6.noarch",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-eps-0:4.10.0-76.el9_5.6.noarch",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-gce-0:4.10.0-76.el9_5.6.x86_64",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-heuristics-ping-0:4.10.0-76.el9_5.6.noarch",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-hpblade-0:4.10.0-76.el9_5.6.noarch",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-ibm-powervs-0:4.10.0-76.el9_5.6.noarch",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-ibm-vpc-0:4.10.0-76.el9_5.6.noarch",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-ibmblade-0:4.10.0-76.el9_5.6.noarch",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-ifmib-0:4.10.0-76.el9_5.6.noarch",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-ilo-moonshot-0:4.10.0-76.el9_5.6.noarch",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-ilo-mp-0:4.10.0-76.el9_5.6.noarch",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-ilo-ssh-0:4.10.0-76.el9_5.6.noarch",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-ilo2-0:4.10.0-76.el9_5.6.noarch",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-intelmodular-0:4.10.0-76.el9_5.6.noarch",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-ipdu-0:4.10.0-76.el9_5.6.noarch",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-ipmilan-0:4.10.0-76.el9_5.6.noarch",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.6.aarch64",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.6.ppc64le",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.6.s390x",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.6.x86_64",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.aarch64",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.ppc64le",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.s390x",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.6.aarch64",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.6.ppc64le",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.6.s390x",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.6.x86_64",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.aarch64",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.ppc64le",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.s390x",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-lpar-0:4.10.0-76.el9_5.6.noarch",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-mpath-0:4.10.0-76.el9_5.6.noarch",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-openstack-0:4.10.0-76.el9_5.6.ppc64le",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-openstack-0:4.10.0-76.el9_5.6.x86_64",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.6.aarch64",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.6.ppc64le",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.6.s390x",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.6.x86_64",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-rhevm-0:4.10.0-76.el9_5.6.noarch",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-rsa-0:4.10.0-76.el9_5.6.noarch",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-rsb-0:4.10.0-76.el9_5.6.noarch",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-sbd-0:4.10.0-76.el9_5.6.noarch",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-scsi-0:4.10.0-76.el9_5.6.noarch",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-virsh-0:4.10.0-76.el9_5.6.noarch",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-vmware-rest-0:4.10.0-76.el9_5.6.noarch",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-vmware-soap-0:4.10.0-76.el9_5.6.noarch",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-wti-0:4.10.0-76.el9_5.6.noarch",
            "HighAvailability-9.5.0.Z.MAIN:fence-agents-zvm-0:4.10.0-76.el9_5.6.s390x",
            "HighAvailability-9.5.0.Z.MAIN:fence-virt-0:4.10.0-76.el9_5.6.x86_64",
            "HighAvailability-9.5.0.Z.MAIN:fence-virt-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
            "HighAvailability-9.5.0.Z.MAIN:fence-virtd-0:4.10.0-76.el9_5.6.x86_64",
            "HighAvailability-9.5.0.Z.MAIN:fence-virtd-cpg-0:4.10.0-76.el9_5.6.x86_64",
            "HighAvailability-9.5.0.Z.MAIN:fence-virtd-cpg-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
            "HighAvailability-9.5.0.Z.MAIN:fence-virtd-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
            "HighAvailability-9.5.0.Z.MAIN:fence-virtd-libvirt-0:4.10.0-76.el9_5.6.x86_64",
            "HighAvailability-9.5.0.Z.MAIN:fence-virtd-libvirt-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
            "HighAvailability-9.5.0.Z.MAIN:fence-virtd-multicast-0:4.10.0-76.el9_5.6.x86_64",
            "HighAvailability-9.5.0.Z.MAIN:fence-virtd-multicast-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
            "HighAvailability-9.5.0.Z.MAIN:fence-virtd-serial-0:4.10.0-76.el9_5.6.x86_64",
            "HighAvailability-9.5.0.Z.MAIN:fence-virtd-serial-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
            "HighAvailability-9.5.0.Z.MAIN:fence-virtd-tcp-0:4.10.0-76.el9_5.6.x86_64",
            "HighAvailability-9.5.0.Z.MAIN:fence-virtd-tcp-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
            "HighAvailability-9.5.0.Z.MAIN:ha-cloud-support-0:4.10.0-76.el9_5.6.x86_64",
            "HighAvailability-9.5.0.Z.MAIN:ha-cloud-support-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-0:4.10.0-76.el9_5.6.src",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-aliyun-0:4.10.0-76.el9_5.6.x86_64",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.6.aarch64",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.6.ppc64le",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.6.s390x",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.6.x86_64",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-amt-ws-0:4.10.0-76.el9_5.6.noarch",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-apc-0:4.10.0-76.el9_5.6.noarch",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-apc-snmp-0:4.10.0-76.el9_5.6.noarch",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-aws-0:4.10.0-76.el9_5.6.x86_64",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-azure-arm-0:4.10.0-76.el9_5.6.x86_64",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-bladecenter-0:4.10.0-76.el9_5.6.noarch",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-brocade-0:4.10.0-76.el9_5.6.noarch",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-cisco-mds-0:4.10.0-76.el9_5.6.noarch",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-cisco-ucs-0:4.10.0-76.el9_5.6.noarch",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-common-0:4.10.0-76.el9_5.6.noarch",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-compute-0:4.10.0-76.el9_5.6.ppc64le",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-compute-0:4.10.0-76.el9_5.6.x86_64",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.6.aarch64",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.6.ppc64le",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.6.s390x",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.6.aarch64",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.6.ppc64le",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.6.s390x",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.6.x86_64",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-drac5-0:4.10.0-76.el9_5.6.noarch",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-eaton-snmp-0:4.10.0-76.el9_5.6.noarch",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-emerson-0:4.10.0-76.el9_5.6.noarch",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-eps-0:4.10.0-76.el9_5.6.noarch",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-gce-0:4.10.0-76.el9_5.6.x86_64",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-heuristics-ping-0:4.10.0-76.el9_5.6.noarch",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-hpblade-0:4.10.0-76.el9_5.6.noarch",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-ibm-powervs-0:4.10.0-76.el9_5.6.noarch",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-ibm-vpc-0:4.10.0-76.el9_5.6.noarch",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-ibmblade-0:4.10.0-76.el9_5.6.noarch",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-ifmib-0:4.10.0-76.el9_5.6.noarch",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-ilo-moonshot-0:4.10.0-76.el9_5.6.noarch",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-ilo-mp-0:4.10.0-76.el9_5.6.noarch",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-ilo-ssh-0:4.10.0-76.el9_5.6.noarch",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-ilo2-0:4.10.0-76.el9_5.6.noarch",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-intelmodular-0:4.10.0-76.el9_5.6.noarch",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-ipdu-0:4.10.0-76.el9_5.6.noarch",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-ipmilan-0:4.10.0-76.el9_5.6.noarch",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.6.aarch64",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.6.ppc64le",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.6.s390x",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.6.x86_64",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.aarch64",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.ppc64le",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.s390x",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.6.aarch64",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.6.ppc64le",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.6.s390x",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.6.x86_64",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.aarch64",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.ppc64le",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.s390x",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-lpar-0:4.10.0-76.el9_5.6.noarch",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-mpath-0:4.10.0-76.el9_5.6.noarch",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-openstack-0:4.10.0-76.el9_5.6.ppc64le",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-openstack-0:4.10.0-76.el9_5.6.x86_64",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.6.aarch64",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.6.ppc64le",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.6.s390x",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.6.x86_64",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-rhevm-0:4.10.0-76.el9_5.6.noarch",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-rsa-0:4.10.0-76.el9_5.6.noarch",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-rsb-0:4.10.0-76.el9_5.6.noarch",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-sbd-0:4.10.0-76.el9_5.6.noarch",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-scsi-0:4.10.0-76.el9_5.6.noarch",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-virsh-0:4.10.0-76.el9_5.6.noarch",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-vmware-rest-0:4.10.0-76.el9_5.6.noarch",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-vmware-soap-0:4.10.0-76.el9_5.6.noarch",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-wti-0:4.10.0-76.el9_5.6.noarch",
            "ResilientStorage-9.5.0.Z.MAIN:fence-agents-zvm-0:4.10.0-76.el9_5.6.s390x",
            "ResilientStorage-9.5.0.Z.MAIN:fence-virt-0:4.10.0-76.el9_5.6.x86_64",
            "ResilientStorage-9.5.0.Z.MAIN:fence-virt-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
            "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-0:4.10.0-76.el9_5.6.x86_64",
            "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-cpg-0:4.10.0-76.el9_5.6.x86_64",
            "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-cpg-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
            "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
            "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-libvirt-0:4.10.0-76.el9_5.6.x86_64",
            "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-libvirt-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
            "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-multicast-0:4.10.0-76.el9_5.6.x86_64",
            "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-multicast-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
            "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-serial-0:4.10.0-76.el9_5.6.x86_64",
            "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-serial-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
            "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-tcp-0:4.10.0-76.el9_5.6.x86_64",
            "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-tcp-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
            "ResilientStorage-9.5.0.Z.MAIN:ha-cloud-support-0:4.10.0-76.el9_5.6.x86_64",
            "ResilientStorage-9.5.0.Z.MAIN:ha-cloud-support-debuginfo-0:4.10.0-76.el9_5.6.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Important"
        }
      ],
      "title": "jinja2: Jinja sandbox breakout through attr filter selecting format method"
    }
  ]
}
  rhsa-2025:2688
Vulnerability from csaf_redhat
Notes
{
  "document": {
    "aggregate_severity": {
      "namespace": "https://access.redhat.com/security/updates/classification/",
      "text": "Important"
    },
    "category": "csaf_security_advisory",
    "csaf_version": "2.0",
    "distribution": {
      "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
      "tlp": {
        "label": "WHITE",
        "url": "https://www.first.org/tlp/"
      }
    },
    "lang": "en",
    "notes": [
      {
        "category": "summary",
        "text": "An update for fence-agents is now available for Red Hat Enterprise Linux 9.4 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
        "title": "Topic"
      },
      {
        "category": "general",
        "text": "The fence-agents packages provide a collection of scripts for handling remote power management for cluster devices. They allow failed or unreachable nodes to be forcibly restarted and removed from the cluster. \n\nSecurity Fix(es):\n\n* jinja2: Jinja sandbox breakout through attr filter selecting format method (CVE-2025-27516)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
        "title": "Details"
      },
      {
        "category": "legal_disclaimer",
        "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
        "title": "Terms of Use"
      }
    ],
    "publisher": {
      "category": "vendor",
      "contact_details": "https://access.redhat.com/security/team/contact/",
      "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
      "name": "Red Hat Product Security",
      "namespace": "https://www.redhat.com"
    },
    "references": [
      {
        "category": "self",
        "summary": "https://access.redhat.com/errata/RHSA-2025:2688",
        "url": "https://access.redhat.com/errata/RHSA-2025:2688"
      },
      {
        "category": "external",
        "summary": "https://access.redhat.com/security/updates/classification/#important",
        "url": "https://access.redhat.com/security/updates/classification/#important"
      },
      {
        "category": "external",
        "summary": "2350190",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2350190"
      },
      {
        "category": "self",
        "summary": "Canonical URL",
        "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_2688.json"
      }
    ],
    "title": "Red Hat Security Advisory: fence-agents security update",
    "tracking": {
      "current_release_date": "2025-10-28T19:42:36+00:00",
      "generator": {
        "date": "2025-10-28T19:42:36+00:00",
        "engine": {
          "name": "Red Hat SDEngine",
          "version": "4.6.10"
        }
      },
      "id": "RHSA-2025:2688",
      "initial_release_date": "2025-03-12T15:44:33+00:00",
      "revision_history": [
        {
          "date": "2025-03-12T15:44:33+00:00",
          "number": "1",
          "summary": "Initial version"
        },
        {
          "date": "2025-03-12T15:44:33+00:00",
          "number": "2",
          "summary": "Last updated version"
        },
        {
          "date": "2025-10-28T19:42:36+00:00",
          "number": "3",
          "summary": "Last generated version"
        }
      ],
      "status": "final",
      "version": "3"
    }
  },
  "product_tree": {
    "branches": [
      {
        "branches": [
          {
            "branches": [
              {
                "category": "product_name",
                "name": "Red Hat Enterprise Linux AppStream EUS (v.9.4)",
                "product": {
                  "name": "Red Hat Enterprise Linux AppStream EUS (v.9.4)",
                  "product_id": "AppStream-9.4.0.Z.EUS",
                  "product_identification_helper": {
                    "cpe": "cpe:/a:redhat:rhel_eus:9.4::appstream"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "Red Hat Enterprise Linux High Availability EUS (v.9.4)",
                "product": {
                  "name": "Red Hat Enterprise Linux High Availability EUS (v.9.4)",
                  "product_id": "HighAvailability-9.4.0.Z.EUS",
                  "product_identification_helper": {
                    "cpe": "cpe:/a:redhat:rhel_eus:9.4::highavailability"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
                "product": {
                  "name": "Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
                  "product_id": "ResilientStorage-9.4.0.Z.EUS",
                  "product_identification_helper": {
                    "cpe": "cpe:/a:redhat:rhel_eus:9.4::resilientstorage"
                  }
                }
              }
            ],
            "category": "product_family",
            "name": "Red Hat Enterprise Linux"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "fence-agents-0:4.10.0-62.el9_4.11.src",
                "product": {
                  "name": "fence-agents-0:4.10.0-62.el9_4.11.src",
                  "product_id": "fence-agents-0:4.10.0-62.el9_4.11.src",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents@4.10.0-62.el9_4.11?arch=src"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "src"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "fence-agents-common-0:4.10.0-62.el9_4.11.noarch",
                "product": {
                  "name": "fence-agents-common-0:4.10.0-62.el9_4.11.noarch",
                  "product_id": "fence-agents-common-0:4.10.0-62.el9_4.11.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-common@4.10.0-62.el9_4.11?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-ibm-powervs-0:4.10.0-62.el9_4.11.noarch",
                "product": {
                  "name": "fence-agents-ibm-powervs-0:4.10.0-62.el9_4.11.noarch",
                  "product_id": "fence-agents-ibm-powervs-0:4.10.0-62.el9_4.11.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-ibm-powervs@4.10.0-62.el9_4.11?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-ibm-vpc-0:4.10.0-62.el9_4.11.noarch",
                "product": {
                  "name": "fence-agents-ibm-vpc-0:4.10.0-62.el9_4.11.noarch",
                  "product_id": "fence-agents-ibm-vpc-0:4.10.0-62.el9_4.11.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-ibm-vpc@4.10.0-62.el9_4.11?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-virsh-0:4.10.0-62.el9_4.11.noarch",
                "product": {
                  "name": "fence-agents-virsh-0:4.10.0-62.el9_4.11.noarch",
                  "product_id": "fence-agents-virsh-0:4.10.0-62.el9_4.11.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-virsh@4.10.0-62.el9_4.11?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-amt-ws-0:4.10.0-62.el9_4.11.noarch",
                "product": {
                  "name": "fence-agents-amt-ws-0:4.10.0-62.el9_4.11.noarch",
                  "product_id": "fence-agents-amt-ws-0:4.10.0-62.el9_4.11.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-amt-ws@4.10.0-62.el9_4.11?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-apc-0:4.10.0-62.el9_4.11.noarch",
                "product": {
                  "name": "fence-agents-apc-0:4.10.0-62.el9_4.11.noarch",
                  "product_id": "fence-agents-apc-0:4.10.0-62.el9_4.11.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-apc@4.10.0-62.el9_4.11?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-apc-snmp-0:4.10.0-62.el9_4.11.noarch",
                "product": {
                  "name": "fence-agents-apc-snmp-0:4.10.0-62.el9_4.11.noarch",
                  "product_id": "fence-agents-apc-snmp-0:4.10.0-62.el9_4.11.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-apc-snmp@4.10.0-62.el9_4.11?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-bladecenter-0:4.10.0-62.el9_4.11.noarch",
                "product": {
                  "name": "fence-agents-bladecenter-0:4.10.0-62.el9_4.11.noarch",
                  "product_id": "fence-agents-bladecenter-0:4.10.0-62.el9_4.11.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-bladecenter@4.10.0-62.el9_4.11?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-brocade-0:4.10.0-62.el9_4.11.noarch",
                "product": {
                  "name": "fence-agents-brocade-0:4.10.0-62.el9_4.11.noarch",
                  "product_id": "fence-agents-brocade-0:4.10.0-62.el9_4.11.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-brocade@4.10.0-62.el9_4.11?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-cisco-mds-0:4.10.0-62.el9_4.11.noarch",
                "product": {
                  "name": "fence-agents-cisco-mds-0:4.10.0-62.el9_4.11.noarch",
                  "product_id": "fence-agents-cisco-mds-0:4.10.0-62.el9_4.11.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-cisco-mds@4.10.0-62.el9_4.11?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-cisco-ucs-0:4.10.0-62.el9_4.11.noarch",
                "product": {
                  "name": "fence-agents-cisco-ucs-0:4.10.0-62.el9_4.11.noarch",
                  "product_id": "fence-agents-cisco-ucs-0:4.10.0-62.el9_4.11.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-cisco-ucs@4.10.0-62.el9_4.11?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-drac5-0:4.10.0-62.el9_4.11.noarch",
                "product": {
                  "name": "fence-agents-drac5-0:4.10.0-62.el9_4.11.noarch",
                  "product_id": "fence-agents-drac5-0:4.10.0-62.el9_4.11.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-drac5@4.10.0-62.el9_4.11?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-eaton-snmp-0:4.10.0-62.el9_4.11.noarch",
                "product": {
                  "name": "fence-agents-eaton-snmp-0:4.10.0-62.el9_4.11.noarch",
                  "product_id": "fence-agents-eaton-snmp-0:4.10.0-62.el9_4.11.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-eaton-snmp@4.10.0-62.el9_4.11?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-emerson-0:4.10.0-62.el9_4.11.noarch",
                "product": {
                  "name": "fence-agents-emerson-0:4.10.0-62.el9_4.11.noarch",
                  "product_id": "fence-agents-emerson-0:4.10.0-62.el9_4.11.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-emerson@4.10.0-62.el9_4.11?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-eps-0:4.10.0-62.el9_4.11.noarch",
                "product": {
                  "name": "fence-agents-eps-0:4.10.0-62.el9_4.11.noarch",
                  "product_id": "fence-agents-eps-0:4.10.0-62.el9_4.11.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-eps@4.10.0-62.el9_4.11?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-heuristics-ping-0:4.10.0-62.el9_4.11.noarch",
                "product": {
                  "name": "fence-agents-heuristics-ping-0:4.10.0-62.el9_4.11.noarch",
                  "product_id": "fence-agents-heuristics-ping-0:4.10.0-62.el9_4.11.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-heuristics-ping@4.10.0-62.el9_4.11?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-hpblade-0:4.10.0-62.el9_4.11.noarch",
                "product": {
                  "name": "fence-agents-hpblade-0:4.10.0-62.el9_4.11.noarch",
                  "product_id": "fence-agents-hpblade-0:4.10.0-62.el9_4.11.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-hpblade@4.10.0-62.el9_4.11?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-ibmblade-0:4.10.0-62.el9_4.11.noarch",
                "product": {
                  "name": "fence-agents-ibmblade-0:4.10.0-62.el9_4.11.noarch",
                  "product_id": "fence-agents-ibmblade-0:4.10.0-62.el9_4.11.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-ibmblade@4.10.0-62.el9_4.11?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-ifmib-0:4.10.0-62.el9_4.11.noarch",
                "product": {
                  "name": "fence-agents-ifmib-0:4.10.0-62.el9_4.11.noarch",
                  "product_id": "fence-agents-ifmib-0:4.10.0-62.el9_4.11.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-ifmib@4.10.0-62.el9_4.11?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-ilo-moonshot-0:4.10.0-62.el9_4.11.noarch",
                "product": {
                  "name": "fence-agents-ilo-moonshot-0:4.10.0-62.el9_4.11.noarch",
                  "product_id": "fence-agents-ilo-moonshot-0:4.10.0-62.el9_4.11.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-ilo-moonshot@4.10.0-62.el9_4.11?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-ilo-mp-0:4.10.0-62.el9_4.11.noarch",
                "product": {
                  "name": "fence-agents-ilo-mp-0:4.10.0-62.el9_4.11.noarch",
                  "product_id": "fence-agents-ilo-mp-0:4.10.0-62.el9_4.11.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-ilo-mp@4.10.0-62.el9_4.11?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-ilo-ssh-0:4.10.0-62.el9_4.11.noarch",
                "product": {
                  "name": "fence-agents-ilo-ssh-0:4.10.0-62.el9_4.11.noarch",
                  "product_id": "fence-agents-ilo-ssh-0:4.10.0-62.el9_4.11.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-ilo-ssh@4.10.0-62.el9_4.11?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-ilo2-0:4.10.0-62.el9_4.11.noarch",
                "product": {
                  "name": "fence-agents-ilo2-0:4.10.0-62.el9_4.11.noarch",
                  "product_id": "fence-agents-ilo2-0:4.10.0-62.el9_4.11.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-ilo2@4.10.0-62.el9_4.11?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-intelmodular-0:4.10.0-62.el9_4.11.noarch",
                "product": {
                  "name": "fence-agents-intelmodular-0:4.10.0-62.el9_4.11.noarch",
                  "product_id": "fence-agents-intelmodular-0:4.10.0-62.el9_4.11.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-intelmodular@4.10.0-62.el9_4.11?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-ipdu-0:4.10.0-62.el9_4.11.noarch",
                "product": {
                  "name": "fence-agents-ipdu-0:4.10.0-62.el9_4.11.noarch",
                  "product_id": "fence-agents-ipdu-0:4.10.0-62.el9_4.11.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-ipdu@4.10.0-62.el9_4.11?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-ipmilan-0:4.10.0-62.el9_4.11.noarch",
                "product": {
                  "name": "fence-agents-ipmilan-0:4.10.0-62.el9_4.11.noarch",
                  "product_id": "fence-agents-ipmilan-0:4.10.0-62.el9_4.11.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-ipmilan@4.10.0-62.el9_4.11?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-lpar-0:4.10.0-62.el9_4.11.noarch",
                "product": {
                  "name": "fence-agents-lpar-0:4.10.0-62.el9_4.11.noarch",
                  "product_id": "fence-agents-lpar-0:4.10.0-62.el9_4.11.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-lpar@4.10.0-62.el9_4.11?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-mpath-0:4.10.0-62.el9_4.11.noarch",
                "product": {
                  "name": "fence-agents-mpath-0:4.10.0-62.el9_4.11.noarch",
                  "product_id": "fence-agents-mpath-0:4.10.0-62.el9_4.11.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-mpath@4.10.0-62.el9_4.11?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-rhevm-0:4.10.0-62.el9_4.11.noarch",
                "product": {
                  "name": "fence-agents-rhevm-0:4.10.0-62.el9_4.11.noarch",
                  "product_id": "fence-agents-rhevm-0:4.10.0-62.el9_4.11.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-rhevm@4.10.0-62.el9_4.11?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-rsa-0:4.10.0-62.el9_4.11.noarch",
                "product": {
                  "name": "fence-agents-rsa-0:4.10.0-62.el9_4.11.noarch",
                  "product_id": "fence-agents-rsa-0:4.10.0-62.el9_4.11.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-rsa@4.10.0-62.el9_4.11?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-rsb-0:4.10.0-62.el9_4.11.noarch",
                "product": {
                  "name": "fence-agents-rsb-0:4.10.0-62.el9_4.11.noarch",
                  "product_id": "fence-agents-rsb-0:4.10.0-62.el9_4.11.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-rsb@4.10.0-62.el9_4.11?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-sbd-0:4.10.0-62.el9_4.11.noarch",
                "product": {
                  "name": "fence-agents-sbd-0:4.10.0-62.el9_4.11.noarch",
                  "product_id": "fence-agents-sbd-0:4.10.0-62.el9_4.11.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-sbd@4.10.0-62.el9_4.11?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-scsi-0:4.10.0-62.el9_4.11.noarch",
                "product": {
                  "name": "fence-agents-scsi-0:4.10.0-62.el9_4.11.noarch",
                  "product_id": "fence-agents-scsi-0:4.10.0-62.el9_4.11.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-scsi@4.10.0-62.el9_4.11?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-vmware-rest-0:4.10.0-62.el9_4.11.noarch",
                "product": {
                  "name": "fence-agents-vmware-rest-0:4.10.0-62.el9_4.11.noarch",
                  "product_id": "fence-agents-vmware-rest-0:4.10.0-62.el9_4.11.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-vmware-rest@4.10.0-62.el9_4.11?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-vmware-soap-0:4.10.0-62.el9_4.11.noarch",
                "product": {
                  "name": "fence-agents-vmware-soap-0:4.10.0-62.el9_4.11.noarch",
                  "product_id": "fence-agents-vmware-soap-0:4.10.0-62.el9_4.11.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-vmware-soap@4.10.0-62.el9_4.11?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-wti-0:4.10.0-62.el9_4.11.noarch",
                "product": {
                  "name": "fence-agents-wti-0:4.10.0-62.el9_4.11.noarch",
                  "product_id": "fence-agents-wti-0:4.10.0-62.el9_4.11.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-wti@4.10.0-62.el9_4.11?arch=noarch"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "noarch"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "fence-agents-compute-0:4.10.0-62.el9_4.11.ppc64le",
                "product": {
                  "name": "fence-agents-compute-0:4.10.0-62.el9_4.11.ppc64le",
                  "product_id": "fence-agents-compute-0:4.10.0-62.el9_4.11.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-compute@4.10.0-62.el9_4.11?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-kubevirt-0:4.10.0-62.el9_4.11.ppc64le",
                "product": {
                  "name": "fence-agents-kubevirt-0:4.10.0-62.el9_4.11.ppc64le",
                  "product_id": "fence-agents-kubevirt-0:4.10.0-62.el9_4.11.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-kubevirt@4.10.0-62.el9_4.11?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-debugsource-0:4.10.0-62.el9_4.11.ppc64le",
                "product": {
                  "name": "fence-agents-debugsource-0:4.10.0-62.el9_4.11.ppc64le",
                  "product_id": "fence-agents-debugsource-0:4.10.0-62.el9_4.11.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-debugsource@4.10.0-62.el9_4.11?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-debuginfo-0:4.10.0-62.el9_4.11.ppc64le",
                "product": {
                  "name": "fence-agents-debuginfo-0:4.10.0-62.el9_4.11.ppc64le",
                  "product_id": "fence-agents-debuginfo-0:4.10.0-62.el9_4.11.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-debuginfo@4.10.0-62.el9_4.11?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.ppc64le",
                "product": {
                  "name": "fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.ppc64le",
                  "product_id": "fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-kdump-debuginfo@4.10.0-62.el9_4.11?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.ppc64le",
                "product": {
                  "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.ppc64le",
                  "product_id": "fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-kubevirt-debuginfo@4.10.0-62.el9_4.11?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-all-0:4.10.0-62.el9_4.11.ppc64le",
                "product": {
                  "name": "fence-agents-all-0:4.10.0-62.el9_4.11.ppc64le",
                  "product_id": "fence-agents-all-0:4.10.0-62.el9_4.11.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-all@4.10.0-62.el9_4.11?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-kdump-0:4.10.0-62.el9_4.11.ppc64le",
                "product": {
                  "name": "fence-agents-kdump-0:4.10.0-62.el9_4.11.ppc64le",
                  "product_id": "fence-agents-kdump-0:4.10.0-62.el9_4.11.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-kdump@4.10.0-62.el9_4.11?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-openstack-0:4.10.0-62.el9_4.11.ppc64le",
                "product": {
                  "name": "fence-agents-openstack-0:4.10.0-62.el9_4.11.ppc64le",
                  "product_id": "fence-agents-openstack-0:4.10.0-62.el9_4.11.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-openstack@4.10.0-62.el9_4.11?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-redfish-0:4.10.0-62.el9_4.11.ppc64le",
                "product": {
                  "name": "fence-agents-redfish-0:4.10.0-62.el9_4.11.ppc64le",
                  "product_id": "fence-agents-redfish-0:4.10.0-62.el9_4.11.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-redfish@4.10.0-62.el9_4.11?arch=ppc64le"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "ppc64le"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "fence-agents-compute-0:4.10.0-62.el9_4.11.x86_64",
                "product": {
                  "name": "fence-agents-compute-0:4.10.0-62.el9_4.11.x86_64",
                  "product_id": "fence-agents-compute-0:4.10.0-62.el9_4.11.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-compute@4.10.0-62.el9_4.11?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-kubevirt-0:4.10.0-62.el9_4.11.x86_64",
                "product": {
                  "name": "fence-agents-kubevirt-0:4.10.0-62.el9_4.11.x86_64",
                  "product_id": "fence-agents-kubevirt-0:4.10.0-62.el9_4.11.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-kubevirt@4.10.0-62.el9_4.11?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-virt-0:4.10.0-62.el9_4.11.x86_64",
                "product": {
                  "name": "fence-virt-0:4.10.0-62.el9_4.11.x86_64",
                  "product_id": "fence-virt-0:4.10.0-62.el9_4.11.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-virt@4.10.0-62.el9_4.11?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-virtd-0:4.10.0-62.el9_4.11.x86_64",
                "product": {
                  "name": "fence-virtd-0:4.10.0-62.el9_4.11.x86_64",
                  "product_id": "fence-virtd-0:4.10.0-62.el9_4.11.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-virtd@4.10.0-62.el9_4.11?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-virtd-cpg-0:4.10.0-62.el9_4.11.x86_64",
                "product": {
                  "name": "fence-virtd-cpg-0:4.10.0-62.el9_4.11.x86_64",
                  "product_id": "fence-virtd-cpg-0:4.10.0-62.el9_4.11.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-virtd-cpg@4.10.0-62.el9_4.11?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-virtd-libvirt-0:4.10.0-62.el9_4.11.x86_64",
                "product": {
                  "name": "fence-virtd-libvirt-0:4.10.0-62.el9_4.11.x86_64",
                  "product_id": "fence-virtd-libvirt-0:4.10.0-62.el9_4.11.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-virtd-libvirt@4.10.0-62.el9_4.11?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-virtd-multicast-0:4.10.0-62.el9_4.11.x86_64",
                "product": {
                  "name": "fence-virtd-multicast-0:4.10.0-62.el9_4.11.x86_64",
                  "product_id": "fence-virtd-multicast-0:4.10.0-62.el9_4.11.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-virtd-multicast@4.10.0-62.el9_4.11?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-virtd-serial-0:4.10.0-62.el9_4.11.x86_64",
                "product": {
                  "name": "fence-virtd-serial-0:4.10.0-62.el9_4.11.x86_64",
                  "product_id": "fence-virtd-serial-0:4.10.0-62.el9_4.11.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-virtd-serial@4.10.0-62.el9_4.11?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-virtd-tcp-0:4.10.0-62.el9_4.11.x86_64",
                "product": {
                  "name": "fence-virtd-tcp-0:4.10.0-62.el9_4.11.x86_64",
                  "product_id": "fence-virtd-tcp-0:4.10.0-62.el9_4.11.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-virtd-tcp@4.10.0-62.el9_4.11?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-debugsource-0:4.10.0-62.el9_4.11.x86_64",
                "product": {
                  "name": "fence-agents-debugsource-0:4.10.0-62.el9_4.11.x86_64",
                  "product_id": "fence-agents-debugsource-0:4.10.0-62.el9_4.11.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-debugsource@4.10.0-62.el9_4.11?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
                "product": {
                  "name": "fence-agents-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
                  "product_id": "fence-agents-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-debuginfo@4.10.0-62.el9_4.11?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
                "product": {
                  "name": "fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
                  "product_id": "fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-kdump-debuginfo@4.10.0-62.el9_4.11?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
                "product": {
                  "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
                  "product_id": "fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-kubevirt-debuginfo@4.10.0-62.el9_4.11?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-virt-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
                "product": {
                  "name": "fence-virt-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
                  "product_id": "fence-virt-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-virt-debuginfo@4.10.0-62.el9_4.11?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-virtd-cpg-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
                "product": {
                  "name": "fence-virtd-cpg-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
                  "product_id": "fence-virtd-cpg-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-virtd-cpg-debuginfo@4.10.0-62.el9_4.11?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-virtd-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
                "product": {
                  "name": "fence-virtd-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
                  "product_id": "fence-virtd-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-virtd-debuginfo@4.10.0-62.el9_4.11?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-virtd-libvirt-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
                "product": {
                  "name": "fence-virtd-libvirt-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
                  "product_id": "fence-virtd-libvirt-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-virtd-libvirt-debuginfo@4.10.0-62.el9_4.11?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-virtd-multicast-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
                "product": {
                  "name": "fence-virtd-multicast-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
                  "product_id": "fence-virtd-multicast-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-virtd-multicast-debuginfo@4.10.0-62.el9_4.11?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-virtd-serial-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
                "product": {
                  "name": "fence-virtd-serial-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
                  "product_id": "fence-virtd-serial-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-virtd-serial-debuginfo@4.10.0-62.el9_4.11?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-virtd-tcp-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
                "product": {
                  "name": "fence-virtd-tcp-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
                  "product_id": "fence-virtd-tcp-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-virtd-tcp-debuginfo@4.10.0-62.el9_4.11?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ha-cloud-support-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
                "product": {
                  "name": "ha-cloud-support-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
                  "product_id": "ha-cloud-support-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/ha-cloud-support-debuginfo@4.10.0-62.el9_4.11?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-aliyun-0:4.10.0-62.el9_4.11.x86_64",
                "product": {
                  "name": "fence-agents-aliyun-0:4.10.0-62.el9_4.11.x86_64",
                  "product_id": "fence-agents-aliyun-0:4.10.0-62.el9_4.11.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-aliyun@4.10.0-62.el9_4.11?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-all-0:4.10.0-62.el9_4.11.x86_64",
                "product": {
                  "name": "fence-agents-all-0:4.10.0-62.el9_4.11.x86_64",
                  "product_id": "fence-agents-all-0:4.10.0-62.el9_4.11.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-all@4.10.0-62.el9_4.11?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-aws-0:4.10.0-62.el9_4.11.x86_64",
                "product": {
                  "name": "fence-agents-aws-0:4.10.0-62.el9_4.11.x86_64",
                  "product_id": "fence-agents-aws-0:4.10.0-62.el9_4.11.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-aws@4.10.0-62.el9_4.11?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-azure-arm-0:4.10.0-62.el9_4.11.x86_64",
                "product": {
                  "name": "fence-agents-azure-arm-0:4.10.0-62.el9_4.11.x86_64",
                  "product_id": "fence-agents-azure-arm-0:4.10.0-62.el9_4.11.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-azure-arm@4.10.0-62.el9_4.11?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-gce-0:4.10.0-62.el9_4.11.x86_64",
                "product": {
                  "name": "fence-agents-gce-0:4.10.0-62.el9_4.11.x86_64",
                  "product_id": "fence-agents-gce-0:4.10.0-62.el9_4.11.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-gce@4.10.0-62.el9_4.11?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-kdump-0:4.10.0-62.el9_4.11.x86_64",
                "product": {
                  "name": "fence-agents-kdump-0:4.10.0-62.el9_4.11.x86_64",
                  "product_id": "fence-agents-kdump-0:4.10.0-62.el9_4.11.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-kdump@4.10.0-62.el9_4.11?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-openstack-0:4.10.0-62.el9_4.11.x86_64",
                "product": {
                  "name": "fence-agents-openstack-0:4.10.0-62.el9_4.11.x86_64",
                  "product_id": "fence-agents-openstack-0:4.10.0-62.el9_4.11.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-openstack@4.10.0-62.el9_4.11?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-redfish-0:4.10.0-62.el9_4.11.x86_64",
                "product": {
                  "name": "fence-agents-redfish-0:4.10.0-62.el9_4.11.x86_64",
                  "product_id": "fence-agents-redfish-0:4.10.0-62.el9_4.11.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-redfish@4.10.0-62.el9_4.11?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "ha-cloud-support-0:4.10.0-62.el9_4.11.x86_64",
                "product": {
                  "name": "ha-cloud-support-0:4.10.0-62.el9_4.11.x86_64",
                  "product_id": "ha-cloud-support-0:4.10.0-62.el9_4.11.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/ha-cloud-support@4.10.0-62.el9_4.11?arch=x86_64"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "x86_64"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "fence-agents-kubevirt-0:4.10.0-62.el9_4.11.aarch64",
                "product": {
                  "name": "fence-agents-kubevirt-0:4.10.0-62.el9_4.11.aarch64",
                  "product_id": "fence-agents-kubevirt-0:4.10.0-62.el9_4.11.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-kubevirt@4.10.0-62.el9_4.11?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-debugsource-0:4.10.0-62.el9_4.11.aarch64",
                "product": {
                  "name": "fence-agents-debugsource-0:4.10.0-62.el9_4.11.aarch64",
                  "product_id": "fence-agents-debugsource-0:4.10.0-62.el9_4.11.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-debugsource@4.10.0-62.el9_4.11?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-debuginfo-0:4.10.0-62.el9_4.11.aarch64",
                "product": {
                  "name": "fence-agents-debuginfo-0:4.10.0-62.el9_4.11.aarch64",
                  "product_id": "fence-agents-debuginfo-0:4.10.0-62.el9_4.11.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-debuginfo@4.10.0-62.el9_4.11?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.aarch64",
                "product": {
                  "name": "fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.aarch64",
                  "product_id": "fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-kdump-debuginfo@4.10.0-62.el9_4.11?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.aarch64",
                "product": {
                  "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.aarch64",
                  "product_id": "fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-kubevirt-debuginfo@4.10.0-62.el9_4.11?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-all-0:4.10.0-62.el9_4.11.aarch64",
                "product": {
                  "name": "fence-agents-all-0:4.10.0-62.el9_4.11.aarch64",
                  "product_id": "fence-agents-all-0:4.10.0-62.el9_4.11.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-all@4.10.0-62.el9_4.11?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-kdump-0:4.10.0-62.el9_4.11.aarch64",
                "product": {
                  "name": "fence-agents-kdump-0:4.10.0-62.el9_4.11.aarch64",
                  "product_id": "fence-agents-kdump-0:4.10.0-62.el9_4.11.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-kdump@4.10.0-62.el9_4.11?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-redfish-0:4.10.0-62.el9_4.11.aarch64",
                "product": {
                  "name": "fence-agents-redfish-0:4.10.0-62.el9_4.11.aarch64",
                  "product_id": "fence-agents-redfish-0:4.10.0-62.el9_4.11.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-redfish@4.10.0-62.el9_4.11?arch=aarch64"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "aarch64"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "fence-agents-kubevirt-0:4.10.0-62.el9_4.11.s390x",
                "product": {
                  "name": "fence-agents-kubevirt-0:4.10.0-62.el9_4.11.s390x",
                  "product_id": "fence-agents-kubevirt-0:4.10.0-62.el9_4.11.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-kubevirt@4.10.0-62.el9_4.11?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-debugsource-0:4.10.0-62.el9_4.11.s390x",
                "product": {
                  "name": "fence-agents-debugsource-0:4.10.0-62.el9_4.11.s390x",
                  "product_id": "fence-agents-debugsource-0:4.10.0-62.el9_4.11.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-debugsource@4.10.0-62.el9_4.11?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-debuginfo-0:4.10.0-62.el9_4.11.s390x",
                "product": {
                  "name": "fence-agents-debuginfo-0:4.10.0-62.el9_4.11.s390x",
                  "product_id": "fence-agents-debuginfo-0:4.10.0-62.el9_4.11.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-debuginfo@4.10.0-62.el9_4.11?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.s390x",
                "product": {
                  "name": "fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.s390x",
                  "product_id": "fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-kdump-debuginfo@4.10.0-62.el9_4.11?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.s390x",
                "product": {
                  "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.s390x",
                  "product_id": "fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-kubevirt-debuginfo@4.10.0-62.el9_4.11?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-all-0:4.10.0-62.el9_4.11.s390x",
                "product": {
                  "name": "fence-agents-all-0:4.10.0-62.el9_4.11.s390x",
                  "product_id": "fence-agents-all-0:4.10.0-62.el9_4.11.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-all@4.10.0-62.el9_4.11?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-kdump-0:4.10.0-62.el9_4.11.s390x",
                "product": {
                  "name": "fence-agents-kdump-0:4.10.0-62.el9_4.11.s390x",
                  "product_id": "fence-agents-kdump-0:4.10.0-62.el9_4.11.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-kdump@4.10.0-62.el9_4.11?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-redfish-0:4.10.0-62.el9_4.11.s390x",
                "product": {
                  "name": "fence-agents-redfish-0:4.10.0-62.el9_4.11.s390x",
                  "product_id": "fence-agents-redfish-0:4.10.0-62.el9_4.11.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-redfish@4.10.0-62.el9_4.11?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "fence-agents-zvm-0:4.10.0-62.el9_4.11.s390x",
                "product": {
                  "name": "fence-agents-zvm-0:4.10.0-62.el9_4.11.s390x",
                  "product_id": "fence-agents-zvm-0:4.10.0-62.el9_4.11.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/fence-agents-zvm@4.10.0-62.el9_4.11?arch=s390x"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "s390x"
          }
        ],
        "category": "vendor",
        "name": "Red Hat"
      }
    ],
    "relationships": [
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-0:4.10.0-62.el9_4.11.src as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-0:4.10.0-62.el9_4.11.src"
        },
        "product_reference": "fence-agents-0:4.10.0-62.el9_4.11.src",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-aliyun-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-aliyun-0:4.10.0-62.el9_4.11.x86_64"
        },
        "product_reference": "fence-agents-aliyun-0:4.10.0-62.el9_4.11.x86_64",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-all-0:4.10.0-62.el9_4.11.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.11.aarch64"
        },
        "product_reference": "fence-agents-all-0:4.10.0-62.el9_4.11.aarch64",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-all-0:4.10.0-62.el9_4.11.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.11.ppc64le"
        },
        "product_reference": "fence-agents-all-0:4.10.0-62.el9_4.11.ppc64le",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-all-0:4.10.0-62.el9_4.11.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.11.s390x"
        },
        "product_reference": "fence-agents-all-0:4.10.0-62.el9_4.11.s390x",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-all-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.11.x86_64"
        },
        "product_reference": "fence-agents-all-0:4.10.0-62.el9_4.11.x86_64",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-amt-ws-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-amt-ws-0:4.10.0-62.el9_4.11.noarch"
        },
        "product_reference": "fence-agents-amt-ws-0:4.10.0-62.el9_4.11.noarch",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-apc-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-apc-0:4.10.0-62.el9_4.11.noarch"
        },
        "product_reference": "fence-agents-apc-0:4.10.0-62.el9_4.11.noarch",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-apc-snmp-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-apc-snmp-0:4.10.0-62.el9_4.11.noarch"
        },
        "product_reference": "fence-agents-apc-snmp-0:4.10.0-62.el9_4.11.noarch",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-aws-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-aws-0:4.10.0-62.el9_4.11.x86_64"
        },
        "product_reference": "fence-agents-aws-0:4.10.0-62.el9_4.11.x86_64",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-azure-arm-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-azure-arm-0:4.10.0-62.el9_4.11.x86_64"
        },
        "product_reference": "fence-agents-azure-arm-0:4.10.0-62.el9_4.11.x86_64",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-bladecenter-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-bladecenter-0:4.10.0-62.el9_4.11.noarch"
        },
        "product_reference": "fence-agents-bladecenter-0:4.10.0-62.el9_4.11.noarch",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-brocade-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-brocade-0:4.10.0-62.el9_4.11.noarch"
        },
        "product_reference": "fence-agents-brocade-0:4.10.0-62.el9_4.11.noarch",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-cisco-mds-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-cisco-mds-0:4.10.0-62.el9_4.11.noarch"
        },
        "product_reference": "fence-agents-cisco-mds-0:4.10.0-62.el9_4.11.noarch",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-cisco-ucs-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-cisco-ucs-0:4.10.0-62.el9_4.11.noarch"
        },
        "product_reference": "fence-agents-cisco-ucs-0:4.10.0-62.el9_4.11.noarch",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-common-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-common-0:4.10.0-62.el9_4.11.noarch"
        },
        "product_reference": "fence-agents-common-0:4.10.0-62.el9_4.11.noarch",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-compute-0:4.10.0-62.el9_4.11.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-compute-0:4.10.0-62.el9_4.11.ppc64le"
        },
        "product_reference": "fence-agents-compute-0:4.10.0-62.el9_4.11.ppc64le",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-compute-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-compute-0:4.10.0-62.el9_4.11.x86_64"
        },
        "product_reference": "fence-agents-compute-0:4.10.0-62.el9_4.11.x86_64",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-debuginfo-0:4.10.0-62.el9_4.11.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.11.aarch64"
        },
        "product_reference": "fence-agents-debuginfo-0:4.10.0-62.el9_4.11.aarch64",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-debuginfo-0:4.10.0-62.el9_4.11.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.11.ppc64le"
        },
        "product_reference": "fence-agents-debuginfo-0:4.10.0-62.el9_4.11.ppc64le",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-debuginfo-0:4.10.0-62.el9_4.11.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.11.s390x"
        },
        "product_reference": "fence-agents-debuginfo-0:4.10.0-62.el9_4.11.s390x",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-debuginfo-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.11.x86_64"
        },
        "product_reference": "fence-agents-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-debugsource-0:4.10.0-62.el9_4.11.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.11.aarch64"
        },
        "product_reference": "fence-agents-debugsource-0:4.10.0-62.el9_4.11.aarch64",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-debugsource-0:4.10.0-62.el9_4.11.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.11.ppc64le"
        },
        "product_reference": "fence-agents-debugsource-0:4.10.0-62.el9_4.11.ppc64le",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-debugsource-0:4.10.0-62.el9_4.11.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.11.s390x"
        },
        "product_reference": "fence-agents-debugsource-0:4.10.0-62.el9_4.11.s390x",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-debugsource-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.11.x86_64"
        },
        "product_reference": "fence-agents-debugsource-0:4.10.0-62.el9_4.11.x86_64",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-drac5-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-drac5-0:4.10.0-62.el9_4.11.noarch"
        },
        "product_reference": "fence-agents-drac5-0:4.10.0-62.el9_4.11.noarch",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-eaton-snmp-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-eaton-snmp-0:4.10.0-62.el9_4.11.noarch"
        },
        "product_reference": "fence-agents-eaton-snmp-0:4.10.0-62.el9_4.11.noarch",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-emerson-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-emerson-0:4.10.0-62.el9_4.11.noarch"
        },
        "product_reference": "fence-agents-emerson-0:4.10.0-62.el9_4.11.noarch",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-eps-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-eps-0:4.10.0-62.el9_4.11.noarch"
        },
        "product_reference": "fence-agents-eps-0:4.10.0-62.el9_4.11.noarch",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-gce-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-gce-0:4.10.0-62.el9_4.11.x86_64"
        },
        "product_reference": "fence-agents-gce-0:4.10.0-62.el9_4.11.x86_64",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-heuristics-ping-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-heuristics-ping-0:4.10.0-62.el9_4.11.noarch"
        },
        "product_reference": "fence-agents-heuristics-ping-0:4.10.0-62.el9_4.11.noarch",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-hpblade-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-hpblade-0:4.10.0-62.el9_4.11.noarch"
        },
        "product_reference": "fence-agents-hpblade-0:4.10.0-62.el9_4.11.noarch",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-ibm-powervs-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-ibm-powervs-0:4.10.0-62.el9_4.11.noarch"
        },
        "product_reference": "fence-agents-ibm-powervs-0:4.10.0-62.el9_4.11.noarch",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-ibm-vpc-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-ibm-vpc-0:4.10.0-62.el9_4.11.noarch"
        },
        "product_reference": "fence-agents-ibm-vpc-0:4.10.0-62.el9_4.11.noarch",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-ibmblade-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-ibmblade-0:4.10.0-62.el9_4.11.noarch"
        },
        "product_reference": "fence-agents-ibmblade-0:4.10.0-62.el9_4.11.noarch",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-ifmib-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-ifmib-0:4.10.0-62.el9_4.11.noarch"
        },
        "product_reference": "fence-agents-ifmib-0:4.10.0-62.el9_4.11.noarch",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-ilo-moonshot-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-ilo-moonshot-0:4.10.0-62.el9_4.11.noarch"
        },
        "product_reference": "fence-agents-ilo-moonshot-0:4.10.0-62.el9_4.11.noarch",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-ilo-mp-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-ilo-mp-0:4.10.0-62.el9_4.11.noarch"
        },
        "product_reference": "fence-agents-ilo-mp-0:4.10.0-62.el9_4.11.noarch",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-ilo-ssh-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-ilo-ssh-0:4.10.0-62.el9_4.11.noarch"
        },
        "product_reference": "fence-agents-ilo-ssh-0:4.10.0-62.el9_4.11.noarch",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-ilo2-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-ilo2-0:4.10.0-62.el9_4.11.noarch"
        },
        "product_reference": "fence-agents-ilo2-0:4.10.0-62.el9_4.11.noarch",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-intelmodular-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-intelmodular-0:4.10.0-62.el9_4.11.noarch"
        },
        "product_reference": "fence-agents-intelmodular-0:4.10.0-62.el9_4.11.noarch",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-ipdu-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-ipdu-0:4.10.0-62.el9_4.11.noarch"
        },
        "product_reference": "fence-agents-ipdu-0:4.10.0-62.el9_4.11.noarch",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-ipmilan-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-ipmilan-0:4.10.0-62.el9_4.11.noarch"
        },
        "product_reference": "fence-agents-ipmilan-0:4.10.0-62.el9_4.11.noarch",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kdump-0:4.10.0-62.el9_4.11.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.11.aarch64"
        },
        "product_reference": "fence-agents-kdump-0:4.10.0-62.el9_4.11.aarch64",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kdump-0:4.10.0-62.el9_4.11.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.11.ppc64le"
        },
        "product_reference": "fence-agents-kdump-0:4.10.0-62.el9_4.11.ppc64le",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kdump-0:4.10.0-62.el9_4.11.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.11.s390x"
        },
        "product_reference": "fence-agents-kdump-0:4.10.0-62.el9_4.11.s390x",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kdump-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.11.x86_64"
        },
        "product_reference": "fence-agents-kdump-0:4.10.0-62.el9_4.11.x86_64",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.aarch64"
        },
        "product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.aarch64",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.ppc64le"
        },
        "product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.ppc64le",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.s390x"
        },
        "product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.s390x",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.x86_64"
        },
        "product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kubevirt-0:4.10.0-62.el9_4.11.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.11.aarch64"
        },
        "product_reference": "fence-agents-kubevirt-0:4.10.0-62.el9_4.11.aarch64",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kubevirt-0:4.10.0-62.el9_4.11.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.11.ppc64le"
        },
        "product_reference": "fence-agents-kubevirt-0:4.10.0-62.el9_4.11.ppc64le",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kubevirt-0:4.10.0-62.el9_4.11.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.11.s390x"
        },
        "product_reference": "fence-agents-kubevirt-0:4.10.0-62.el9_4.11.s390x",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kubevirt-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.11.x86_64"
        },
        "product_reference": "fence-agents-kubevirt-0:4.10.0-62.el9_4.11.x86_64",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.aarch64"
        },
        "product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.aarch64",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.ppc64le"
        },
        "product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.ppc64le",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.s390x"
        },
        "product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.s390x",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.x86_64"
        },
        "product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-lpar-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-lpar-0:4.10.0-62.el9_4.11.noarch"
        },
        "product_reference": "fence-agents-lpar-0:4.10.0-62.el9_4.11.noarch",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-mpath-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-mpath-0:4.10.0-62.el9_4.11.noarch"
        },
        "product_reference": "fence-agents-mpath-0:4.10.0-62.el9_4.11.noarch",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-openstack-0:4.10.0-62.el9_4.11.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-openstack-0:4.10.0-62.el9_4.11.ppc64le"
        },
        "product_reference": "fence-agents-openstack-0:4.10.0-62.el9_4.11.ppc64le",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-openstack-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-openstack-0:4.10.0-62.el9_4.11.x86_64"
        },
        "product_reference": "fence-agents-openstack-0:4.10.0-62.el9_4.11.x86_64",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-redfish-0:4.10.0-62.el9_4.11.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.11.aarch64"
        },
        "product_reference": "fence-agents-redfish-0:4.10.0-62.el9_4.11.aarch64",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-redfish-0:4.10.0-62.el9_4.11.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.11.ppc64le"
        },
        "product_reference": "fence-agents-redfish-0:4.10.0-62.el9_4.11.ppc64le",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-redfish-0:4.10.0-62.el9_4.11.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.11.s390x"
        },
        "product_reference": "fence-agents-redfish-0:4.10.0-62.el9_4.11.s390x",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-redfish-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.11.x86_64"
        },
        "product_reference": "fence-agents-redfish-0:4.10.0-62.el9_4.11.x86_64",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-rhevm-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-rhevm-0:4.10.0-62.el9_4.11.noarch"
        },
        "product_reference": "fence-agents-rhevm-0:4.10.0-62.el9_4.11.noarch",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-rsa-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-rsa-0:4.10.0-62.el9_4.11.noarch"
        },
        "product_reference": "fence-agents-rsa-0:4.10.0-62.el9_4.11.noarch",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-rsb-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-rsb-0:4.10.0-62.el9_4.11.noarch"
        },
        "product_reference": "fence-agents-rsb-0:4.10.0-62.el9_4.11.noarch",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-sbd-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-sbd-0:4.10.0-62.el9_4.11.noarch"
        },
        "product_reference": "fence-agents-sbd-0:4.10.0-62.el9_4.11.noarch",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-scsi-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-scsi-0:4.10.0-62.el9_4.11.noarch"
        },
        "product_reference": "fence-agents-scsi-0:4.10.0-62.el9_4.11.noarch",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-virsh-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-virsh-0:4.10.0-62.el9_4.11.noarch"
        },
        "product_reference": "fence-agents-virsh-0:4.10.0-62.el9_4.11.noarch",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-vmware-rest-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-vmware-rest-0:4.10.0-62.el9_4.11.noarch"
        },
        "product_reference": "fence-agents-vmware-rest-0:4.10.0-62.el9_4.11.noarch",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-vmware-soap-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-vmware-soap-0:4.10.0-62.el9_4.11.noarch"
        },
        "product_reference": "fence-agents-vmware-soap-0:4.10.0-62.el9_4.11.noarch",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-wti-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-wti-0:4.10.0-62.el9_4.11.noarch"
        },
        "product_reference": "fence-agents-wti-0:4.10.0-62.el9_4.11.noarch",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-zvm-0:4.10.0-62.el9_4.11.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-zvm-0:4.10.0-62.el9_4.11.s390x"
        },
        "product_reference": "fence-agents-zvm-0:4.10.0-62.el9_4.11.s390x",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virt-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:fence-virt-0:4.10.0-62.el9_4.11.x86_64"
        },
        "product_reference": "fence-virt-0:4.10.0-62.el9_4.11.x86_64",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virt-debuginfo-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:fence-virt-debuginfo-0:4.10.0-62.el9_4.11.x86_64"
        },
        "product_reference": "fence-virt-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virtd-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:fence-virtd-0:4.10.0-62.el9_4.11.x86_64"
        },
        "product_reference": "fence-virtd-0:4.10.0-62.el9_4.11.x86_64",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virtd-cpg-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:fence-virtd-cpg-0:4.10.0-62.el9_4.11.x86_64"
        },
        "product_reference": "fence-virtd-cpg-0:4.10.0-62.el9_4.11.x86_64",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virtd-cpg-debuginfo-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-62.el9_4.11.x86_64"
        },
        "product_reference": "fence-virtd-cpg-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virtd-debuginfo-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:fence-virtd-debuginfo-0:4.10.0-62.el9_4.11.x86_64"
        },
        "product_reference": "fence-virtd-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virtd-libvirt-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:fence-virtd-libvirt-0:4.10.0-62.el9_4.11.x86_64"
        },
        "product_reference": "fence-virtd-libvirt-0:4.10.0-62.el9_4.11.x86_64",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virtd-libvirt-debuginfo-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-62.el9_4.11.x86_64"
        },
        "product_reference": "fence-virtd-libvirt-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virtd-multicast-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:fence-virtd-multicast-0:4.10.0-62.el9_4.11.x86_64"
        },
        "product_reference": "fence-virtd-multicast-0:4.10.0-62.el9_4.11.x86_64",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virtd-multicast-debuginfo-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-62.el9_4.11.x86_64"
        },
        "product_reference": "fence-virtd-multicast-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virtd-serial-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:fence-virtd-serial-0:4.10.0-62.el9_4.11.x86_64"
        },
        "product_reference": "fence-virtd-serial-0:4.10.0-62.el9_4.11.x86_64",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virtd-serial-debuginfo-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:fence-virtd-serial-debuginfo-0:4.10.0-62.el9_4.11.x86_64"
        },
        "product_reference": "fence-virtd-serial-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virtd-tcp-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:fence-virtd-tcp-0:4.10.0-62.el9_4.11.x86_64"
        },
        "product_reference": "fence-virtd-tcp-0:4.10.0-62.el9_4.11.x86_64",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virtd-tcp-debuginfo-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-62.el9_4.11.x86_64"
        },
        "product_reference": "fence-virtd-tcp-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ha-cloud-support-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:ha-cloud-support-0:4.10.0-62.el9_4.11.x86_64"
        },
        "product_reference": "ha-cloud-support-0:4.10.0-62.el9_4.11.x86_64",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ha-cloud-support-debuginfo-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:ha-cloud-support-debuginfo-0:4.10.0-62.el9_4.11.x86_64"
        },
        "product_reference": "ha-cloud-support-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-0:4.10.0-62.el9_4.11.src as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
          "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-0:4.10.0-62.el9_4.11.src"
        },
        "product_reference": "fence-agents-0:4.10.0-62.el9_4.11.src",
        "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-aliyun-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
          "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-aliyun-0:4.10.0-62.el9_4.11.x86_64"
        },
        "product_reference": "fence-agents-aliyun-0:4.10.0-62.el9_4.11.x86_64",
        "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-all-0:4.10.0-62.el9_4.11.aarch64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
          "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.11.aarch64"
        },
        "product_reference": "fence-agents-all-0:4.10.0-62.el9_4.11.aarch64",
        "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-all-0:4.10.0-62.el9_4.11.ppc64le as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
          "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.11.ppc64le"
        },
        "product_reference": "fence-agents-all-0:4.10.0-62.el9_4.11.ppc64le",
        "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-all-0:4.10.0-62.el9_4.11.s390x as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
          "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.11.s390x"
        },
        "product_reference": "fence-agents-all-0:4.10.0-62.el9_4.11.s390x",
        "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-all-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
          "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.11.x86_64"
        },
        "product_reference": "fence-agents-all-0:4.10.0-62.el9_4.11.x86_64",
        "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-amt-ws-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
          "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-amt-ws-0:4.10.0-62.el9_4.11.noarch"
        },
        "product_reference": "fence-agents-amt-ws-0:4.10.0-62.el9_4.11.noarch",
        "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-apc-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
          "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-apc-0:4.10.0-62.el9_4.11.noarch"
        },
        "product_reference": "fence-agents-apc-0:4.10.0-62.el9_4.11.noarch",
        "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-apc-snmp-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
          "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-apc-snmp-0:4.10.0-62.el9_4.11.noarch"
        },
        "product_reference": "fence-agents-apc-snmp-0:4.10.0-62.el9_4.11.noarch",
        "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-aws-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
          "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-aws-0:4.10.0-62.el9_4.11.x86_64"
        },
        "product_reference": "fence-agents-aws-0:4.10.0-62.el9_4.11.x86_64",
        "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-azure-arm-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
          "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-azure-arm-0:4.10.0-62.el9_4.11.x86_64"
        },
        "product_reference": "fence-agents-azure-arm-0:4.10.0-62.el9_4.11.x86_64",
        "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-bladecenter-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
          "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-bladecenter-0:4.10.0-62.el9_4.11.noarch"
        },
        "product_reference": "fence-agents-bladecenter-0:4.10.0-62.el9_4.11.noarch",
        "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-brocade-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
          "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-brocade-0:4.10.0-62.el9_4.11.noarch"
        },
        "product_reference": "fence-agents-brocade-0:4.10.0-62.el9_4.11.noarch",
        "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-cisco-mds-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
          "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-cisco-mds-0:4.10.0-62.el9_4.11.noarch"
        },
        "product_reference": "fence-agents-cisco-mds-0:4.10.0-62.el9_4.11.noarch",
        "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-cisco-ucs-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
          "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-cisco-ucs-0:4.10.0-62.el9_4.11.noarch"
        },
        "product_reference": "fence-agents-cisco-ucs-0:4.10.0-62.el9_4.11.noarch",
        "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-common-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
          "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-common-0:4.10.0-62.el9_4.11.noarch"
        },
        "product_reference": "fence-agents-common-0:4.10.0-62.el9_4.11.noarch",
        "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-compute-0:4.10.0-62.el9_4.11.ppc64le as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
          "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-compute-0:4.10.0-62.el9_4.11.ppc64le"
        },
        "product_reference": "fence-agents-compute-0:4.10.0-62.el9_4.11.ppc64le",
        "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-compute-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
          "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-compute-0:4.10.0-62.el9_4.11.x86_64"
        },
        "product_reference": "fence-agents-compute-0:4.10.0-62.el9_4.11.x86_64",
        "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-debuginfo-0:4.10.0-62.el9_4.11.aarch64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
          "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.11.aarch64"
        },
        "product_reference": "fence-agents-debuginfo-0:4.10.0-62.el9_4.11.aarch64",
        "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-debuginfo-0:4.10.0-62.el9_4.11.ppc64le as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
          "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.11.ppc64le"
        },
        "product_reference": "fence-agents-debuginfo-0:4.10.0-62.el9_4.11.ppc64le",
        "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-debuginfo-0:4.10.0-62.el9_4.11.s390x as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
          "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.11.s390x"
        },
        "product_reference": "fence-agents-debuginfo-0:4.10.0-62.el9_4.11.s390x",
        "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-debuginfo-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
          "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.11.x86_64"
        },
        "product_reference": "fence-agents-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
        "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-debugsource-0:4.10.0-62.el9_4.11.aarch64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
          "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.11.aarch64"
        },
        "product_reference": "fence-agents-debugsource-0:4.10.0-62.el9_4.11.aarch64",
        "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-debugsource-0:4.10.0-62.el9_4.11.ppc64le as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
          "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.11.ppc64le"
        },
        "product_reference": "fence-agents-debugsource-0:4.10.0-62.el9_4.11.ppc64le",
        "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-debugsource-0:4.10.0-62.el9_4.11.s390x as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
          "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.11.s390x"
        },
        "product_reference": "fence-agents-debugsource-0:4.10.0-62.el9_4.11.s390x",
        "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-debugsource-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
          "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.11.x86_64"
        },
        "product_reference": "fence-agents-debugsource-0:4.10.0-62.el9_4.11.x86_64",
        "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-drac5-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
          "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-drac5-0:4.10.0-62.el9_4.11.noarch"
        },
        "product_reference": "fence-agents-drac5-0:4.10.0-62.el9_4.11.noarch",
        "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-eaton-snmp-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
          "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-eaton-snmp-0:4.10.0-62.el9_4.11.noarch"
        },
        "product_reference": "fence-agents-eaton-snmp-0:4.10.0-62.el9_4.11.noarch",
        "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-emerson-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
          "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-emerson-0:4.10.0-62.el9_4.11.noarch"
        },
        "product_reference": "fence-agents-emerson-0:4.10.0-62.el9_4.11.noarch",
        "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-eps-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
          "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-eps-0:4.10.0-62.el9_4.11.noarch"
        },
        "product_reference": "fence-agents-eps-0:4.10.0-62.el9_4.11.noarch",
        "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-gce-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
          "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-gce-0:4.10.0-62.el9_4.11.x86_64"
        },
        "product_reference": "fence-agents-gce-0:4.10.0-62.el9_4.11.x86_64",
        "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-heuristics-ping-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
          "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-heuristics-ping-0:4.10.0-62.el9_4.11.noarch"
        },
        "product_reference": "fence-agents-heuristics-ping-0:4.10.0-62.el9_4.11.noarch",
        "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-hpblade-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
          "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-hpblade-0:4.10.0-62.el9_4.11.noarch"
        },
        "product_reference": "fence-agents-hpblade-0:4.10.0-62.el9_4.11.noarch",
        "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-ibm-powervs-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
          "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-ibm-powervs-0:4.10.0-62.el9_4.11.noarch"
        },
        "product_reference": "fence-agents-ibm-powervs-0:4.10.0-62.el9_4.11.noarch",
        "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-ibm-vpc-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
          "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-ibm-vpc-0:4.10.0-62.el9_4.11.noarch"
        },
        "product_reference": "fence-agents-ibm-vpc-0:4.10.0-62.el9_4.11.noarch",
        "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-ibmblade-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
          "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-ibmblade-0:4.10.0-62.el9_4.11.noarch"
        },
        "product_reference": "fence-agents-ibmblade-0:4.10.0-62.el9_4.11.noarch",
        "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-ifmib-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
          "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-ifmib-0:4.10.0-62.el9_4.11.noarch"
        },
        "product_reference": "fence-agents-ifmib-0:4.10.0-62.el9_4.11.noarch",
        "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-ilo-moonshot-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
          "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-ilo-moonshot-0:4.10.0-62.el9_4.11.noarch"
        },
        "product_reference": "fence-agents-ilo-moonshot-0:4.10.0-62.el9_4.11.noarch",
        "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-ilo-mp-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
          "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-ilo-mp-0:4.10.0-62.el9_4.11.noarch"
        },
        "product_reference": "fence-agents-ilo-mp-0:4.10.0-62.el9_4.11.noarch",
        "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-ilo-ssh-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
          "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-ilo-ssh-0:4.10.0-62.el9_4.11.noarch"
        },
        "product_reference": "fence-agents-ilo-ssh-0:4.10.0-62.el9_4.11.noarch",
        "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-ilo2-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
          "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-ilo2-0:4.10.0-62.el9_4.11.noarch"
        },
        "product_reference": "fence-agents-ilo2-0:4.10.0-62.el9_4.11.noarch",
        "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-intelmodular-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
          "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-intelmodular-0:4.10.0-62.el9_4.11.noarch"
        },
        "product_reference": "fence-agents-intelmodular-0:4.10.0-62.el9_4.11.noarch",
        "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-ipdu-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
          "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-ipdu-0:4.10.0-62.el9_4.11.noarch"
        },
        "product_reference": "fence-agents-ipdu-0:4.10.0-62.el9_4.11.noarch",
        "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-ipmilan-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
          "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-ipmilan-0:4.10.0-62.el9_4.11.noarch"
        },
        "product_reference": "fence-agents-ipmilan-0:4.10.0-62.el9_4.11.noarch",
        "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kdump-0:4.10.0-62.el9_4.11.aarch64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
          "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.11.aarch64"
        },
        "product_reference": "fence-agents-kdump-0:4.10.0-62.el9_4.11.aarch64",
        "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kdump-0:4.10.0-62.el9_4.11.ppc64le as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
          "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.11.ppc64le"
        },
        "product_reference": "fence-agents-kdump-0:4.10.0-62.el9_4.11.ppc64le",
        "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kdump-0:4.10.0-62.el9_4.11.s390x as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
          "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.11.s390x"
        },
        "product_reference": "fence-agents-kdump-0:4.10.0-62.el9_4.11.s390x",
        "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kdump-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
          "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.11.x86_64"
        },
        "product_reference": "fence-agents-kdump-0:4.10.0-62.el9_4.11.x86_64",
        "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.aarch64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
          "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.aarch64"
        },
        "product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.aarch64",
        "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.ppc64le as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
          "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.ppc64le"
        },
        "product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.ppc64le",
        "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.s390x as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
          "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.s390x"
        },
        "product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.s390x",
        "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
          "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.x86_64"
        },
        "product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
        "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kubevirt-0:4.10.0-62.el9_4.11.aarch64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
          "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.11.aarch64"
        },
        "product_reference": "fence-agents-kubevirt-0:4.10.0-62.el9_4.11.aarch64",
        "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kubevirt-0:4.10.0-62.el9_4.11.ppc64le as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
          "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.11.ppc64le"
        },
        "product_reference": "fence-agents-kubevirt-0:4.10.0-62.el9_4.11.ppc64le",
        "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kubevirt-0:4.10.0-62.el9_4.11.s390x as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
          "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.11.s390x"
        },
        "product_reference": "fence-agents-kubevirt-0:4.10.0-62.el9_4.11.s390x",
        "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kubevirt-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
          "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.11.x86_64"
        },
        "product_reference": "fence-agents-kubevirt-0:4.10.0-62.el9_4.11.x86_64",
        "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.aarch64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
          "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.aarch64"
        },
        "product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.aarch64",
        "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.ppc64le as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
          "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.ppc64le"
        },
        "product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.ppc64le",
        "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.s390x as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
          "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.s390x"
        },
        "product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.s390x",
        "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
          "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.x86_64"
        },
        "product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
        "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-lpar-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
          "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-lpar-0:4.10.0-62.el9_4.11.noarch"
        },
        "product_reference": "fence-agents-lpar-0:4.10.0-62.el9_4.11.noarch",
        "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-mpath-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
          "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-mpath-0:4.10.0-62.el9_4.11.noarch"
        },
        "product_reference": "fence-agents-mpath-0:4.10.0-62.el9_4.11.noarch",
        "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-openstack-0:4.10.0-62.el9_4.11.ppc64le as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
          "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-openstack-0:4.10.0-62.el9_4.11.ppc64le"
        },
        "product_reference": "fence-agents-openstack-0:4.10.0-62.el9_4.11.ppc64le",
        "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-openstack-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
          "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-openstack-0:4.10.0-62.el9_4.11.x86_64"
        },
        "product_reference": "fence-agents-openstack-0:4.10.0-62.el9_4.11.x86_64",
        "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-redfish-0:4.10.0-62.el9_4.11.aarch64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
          "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.11.aarch64"
        },
        "product_reference": "fence-agents-redfish-0:4.10.0-62.el9_4.11.aarch64",
        "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-redfish-0:4.10.0-62.el9_4.11.ppc64le as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
          "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.11.ppc64le"
        },
        "product_reference": "fence-agents-redfish-0:4.10.0-62.el9_4.11.ppc64le",
        "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-redfish-0:4.10.0-62.el9_4.11.s390x as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
          "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.11.s390x"
        },
        "product_reference": "fence-agents-redfish-0:4.10.0-62.el9_4.11.s390x",
        "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-redfish-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
          "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.11.x86_64"
        },
        "product_reference": "fence-agents-redfish-0:4.10.0-62.el9_4.11.x86_64",
        "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-rhevm-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
          "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-rhevm-0:4.10.0-62.el9_4.11.noarch"
        },
        "product_reference": "fence-agents-rhevm-0:4.10.0-62.el9_4.11.noarch",
        "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-rsa-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
          "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-rsa-0:4.10.0-62.el9_4.11.noarch"
        },
        "product_reference": "fence-agents-rsa-0:4.10.0-62.el9_4.11.noarch",
        "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-rsb-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
          "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-rsb-0:4.10.0-62.el9_4.11.noarch"
        },
        "product_reference": "fence-agents-rsb-0:4.10.0-62.el9_4.11.noarch",
        "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-sbd-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
          "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-sbd-0:4.10.0-62.el9_4.11.noarch"
        },
        "product_reference": "fence-agents-sbd-0:4.10.0-62.el9_4.11.noarch",
        "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-scsi-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
          "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-scsi-0:4.10.0-62.el9_4.11.noarch"
        },
        "product_reference": "fence-agents-scsi-0:4.10.0-62.el9_4.11.noarch",
        "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-virsh-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
          "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-virsh-0:4.10.0-62.el9_4.11.noarch"
        },
        "product_reference": "fence-agents-virsh-0:4.10.0-62.el9_4.11.noarch",
        "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-vmware-rest-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
          "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-vmware-rest-0:4.10.0-62.el9_4.11.noarch"
        },
        "product_reference": "fence-agents-vmware-rest-0:4.10.0-62.el9_4.11.noarch",
        "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-vmware-soap-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
          "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-vmware-soap-0:4.10.0-62.el9_4.11.noarch"
        },
        "product_reference": "fence-agents-vmware-soap-0:4.10.0-62.el9_4.11.noarch",
        "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-wti-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
          "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-wti-0:4.10.0-62.el9_4.11.noarch"
        },
        "product_reference": "fence-agents-wti-0:4.10.0-62.el9_4.11.noarch",
        "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-zvm-0:4.10.0-62.el9_4.11.s390x as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
          "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-zvm-0:4.10.0-62.el9_4.11.s390x"
        },
        "product_reference": "fence-agents-zvm-0:4.10.0-62.el9_4.11.s390x",
        "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virt-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
          "product_id": "HighAvailability-9.4.0.Z.EUS:fence-virt-0:4.10.0-62.el9_4.11.x86_64"
        },
        "product_reference": "fence-virt-0:4.10.0-62.el9_4.11.x86_64",
        "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virt-debuginfo-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
          "product_id": "HighAvailability-9.4.0.Z.EUS:fence-virt-debuginfo-0:4.10.0-62.el9_4.11.x86_64"
        },
        "product_reference": "fence-virt-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
        "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virtd-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
          "product_id": "HighAvailability-9.4.0.Z.EUS:fence-virtd-0:4.10.0-62.el9_4.11.x86_64"
        },
        "product_reference": "fence-virtd-0:4.10.0-62.el9_4.11.x86_64",
        "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virtd-cpg-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
          "product_id": "HighAvailability-9.4.0.Z.EUS:fence-virtd-cpg-0:4.10.0-62.el9_4.11.x86_64"
        },
        "product_reference": "fence-virtd-cpg-0:4.10.0-62.el9_4.11.x86_64",
        "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virtd-cpg-debuginfo-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
          "product_id": "HighAvailability-9.4.0.Z.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-62.el9_4.11.x86_64"
        },
        "product_reference": "fence-virtd-cpg-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
        "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virtd-debuginfo-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
          "product_id": "HighAvailability-9.4.0.Z.EUS:fence-virtd-debuginfo-0:4.10.0-62.el9_4.11.x86_64"
        },
        "product_reference": "fence-virtd-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
        "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virtd-libvirt-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
          "product_id": "HighAvailability-9.4.0.Z.EUS:fence-virtd-libvirt-0:4.10.0-62.el9_4.11.x86_64"
        },
        "product_reference": "fence-virtd-libvirt-0:4.10.0-62.el9_4.11.x86_64",
        "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virtd-libvirt-debuginfo-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
          "product_id": "HighAvailability-9.4.0.Z.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-62.el9_4.11.x86_64"
        },
        "product_reference": "fence-virtd-libvirt-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
        "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virtd-multicast-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
          "product_id": "HighAvailability-9.4.0.Z.EUS:fence-virtd-multicast-0:4.10.0-62.el9_4.11.x86_64"
        },
        "product_reference": "fence-virtd-multicast-0:4.10.0-62.el9_4.11.x86_64",
        "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virtd-multicast-debuginfo-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
          "product_id": "HighAvailability-9.4.0.Z.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-62.el9_4.11.x86_64"
        },
        "product_reference": "fence-virtd-multicast-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
        "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virtd-serial-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
          "product_id": "HighAvailability-9.4.0.Z.EUS:fence-virtd-serial-0:4.10.0-62.el9_4.11.x86_64"
        },
        "product_reference": "fence-virtd-serial-0:4.10.0-62.el9_4.11.x86_64",
        "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virtd-serial-debuginfo-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
          "product_id": "HighAvailability-9.4.0.Z.EUS:fence-virtd-serial-debuginfo-0:4.10.0-62.el9_4.11.x86_64"
        },
        "product_reference": "fence-virtd-serial-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
        "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virtd-tcp-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
          "product_id": "HighAvailability-9.4.0.Z.EUS:fence-virtd-tcp-0:4.10.0-62.el9_4.11.x86_64"
        },
        "product_reference": "fence-virtd-tcp-0:4.10.0-62.el9_4.11.x86_64",
        "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virtd-tcp-debuginfo-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
          "product_id": "HighAvailability-9.4.0.Z.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-62.el9_4.11.x86_64"
        },
        "product_reference": "fence-virtd-tcp-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
        "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ha-cloud-support-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
          "product_id": "HighAvailability-9.4.0.Z.EUS:ha-cloud-support-0:4.10.0-62.el9_4.11.x86_64"
        },
        "product_reference": "ha-cloud-support-0:4.10.0-62.el9_4.11.x86_64",
        "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ha-cloud-support-debuginfo-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
          "product_id": "HighAvailability-9.4.0.Z.EUS:ha-cloud-support-debuginfo-0:4.10.0-62.el9_4.11.x86_64"
        },
        "product_reference": "ha-cloud-support-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
        "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-0:4.10.0-62.el9_4.11.src as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
          "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-0:4.10.0-62.el9_4.11.src"
        },
        "product_reference": "fence-agents-0:4.10.0-62.el9_4.11.src",
        "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-aliyun-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
          "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-aliyun-0:4.10.0-62.el9_4.11.x86_64"
        },
        "product_reference": "fence-agents-aliyun-0:4.10.0-62.el9_4.11.x86_64",
        "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-all-0:4.10.0-62.el9_4.11.aarch64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
          "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.11.aarch64"
        },
        "product_reference": "fence-agents-all-0:4.10.0-62.el9_4.11.aarch64",
        "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-all-0:4.10.0-62.el9_4.11.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
          "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.11.ppc64le"
        },
        "product_reference": "fence-agents-all-0:4.10.0-62.el9_4.11.ppc64le",
        "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-all-0:4.10.0-62.el9_4.11.s390x as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
          "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.11.s390x"
        },
        "product_reference": "fence-agents-all-0:4.10.0-62.el9_4.11.s390x",
        "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-all-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
          "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.11.x86_64"
        },
        "product_reference": "fence-agents-all-0:4.10.0-62.el9_4.11.x86_64",
        "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-amt-ws-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
          "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-amt-ws-0:4.10.0-62.el9_4.11.noarch"
        },
        "product_reference": "fence-agents-amt-ws-0:4.10.0-62.el9_4.11.noarch",
        "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-apc-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
          "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-apc-0:4.10.0-62.el9_4.11.noarch"
        },
        "product_reference": "fence-agents-apc-0:4.10.0-62.el9_4.11.noarch",
        "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-apc-snmp-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
          "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-apc-snmp-0:4.10.0-62.el9_4.11.noarch"
        },
        "product_reference": "fence-agents-apc-snmp-0:4.10.0-62.el9_4.11.noarch",
        "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-aws-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
          "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-aws-0:4.10.0-62.el9_4.11.x86_64"
        },
        "product_reference": "fence-agents-aws-0:4.10.0-62.el9_4.11.x86_64",
        "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-azure-arm-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
          "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-azure-arm-0:4.10.0-62.el9_4.11.x86_64"
        },
        "product_reference": "fence-agents-azure-arm-0:4.10.0-62.el9_4.11.x86_64",
        "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-bladecenter-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
          "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-bladecenter-0:4.10.0-62.el9_4.11.noarch"
        },
        "product_reference": "fence-agents-bladecenter-0:4.10.0-62.el9_4.11.noarch",
        "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-brocade-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
          "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-brocade-0:4.10.0-62.el9_4.11.noarch"
        },
        "product_reference": "fence-agents-brocade-0:4.10.0-62.el9_4.11.noarch",
        "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-cisco-mds-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
          "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-cisco-mds-0:4.10.0-62.el9_4.11.noarch"
        },
        "product_reference": "fence-agents-cisco-mds-0:4.10.0-62.el9_4.11.noarch",
        "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-cisco-ucs-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
          "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-cisco-ucs-0:4.10.0-62.el9_4.11.noarch"
        },
        "product_reference": "fence-agents-cisco-ucs-0:4.10.0-62.el9_4.11.noarch",
        "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-common-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
          "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-common-0:4.10.0-62.el9_4.11.noarch"
        },
        "product_reference": "fence-agents-common-0:4.10.0-62.el9_4.11.noarch",
        "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-compute-0:4.10.0-62.el9_4.11.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
          "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-compute-0:4.10.0-62.el9_4.11.ppc64le"
        },
        "product_reference": "fence-agents-compute-0:4.10.0-62.el9_4.11.ppc64le",
        "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-compute-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
          "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-compute-0:4.10.0-62.el9_4.11.x86_64"
        },
        "product_reference": "fence-agents-compute-0:4.10.0-62.el9_4.11.x86_64",
        "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-debuginfo-0:4.10.0-62.el9_4.11.aarch64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
          "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.11.aarch64"
        },
        "product_reference": "fence-agents-debuginfo-0:4.10.0-62.el9_4.11.aarch64",
        "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-debuginfo-0:4.10.0-62.el9_4.11.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
          "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.11.ppc64le"
        },
        "product_reference": "fence-agents-debuginfo-0:4.10.0-62.el9_4.11.ppc64le",
        "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-debuginfo-0:4.10.0-62.el9_4.11.s390x as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
          "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.11.s390x"
        },
        "product_reference": "fence-agents-debuginfo-0:4.10.0-62.el9_4.11.s390x",
        "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-debuginfo-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
          "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.11.x86_64"
        },
        "product_reference": "fence-agents-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
        "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-debugsource-0:4.10.0-62.el9_4.11.aarch64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
          "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.11.aarch64"
        },
        "product_reference": "fence-agents-debugsource-0:4.10.0-62.el9_4.11.aarch64",
        "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-debugsource-0:4.10.0-62.el9_4.11.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
          "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.11.ppc64le"
        },
        "product_reference": "fence-agents-debugsource-0:4.10.0-62.el9_4.11.ppc64le",
        "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-debugsource-0:4.10.0-62.el9_4.11.s390x as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
          "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.11.s390x"
        },
        "product_reference": "fence-agents-debugsource-0:4.10.0-62.el9_4.11.s390x",
        "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-debugsource-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
          "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.11.x86_64"
        },
        "product_reference": "fence-agents-debugsource-0:4.10.0-62.el9_4.11.x86_64",
        "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-drac5-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
          "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-drac5-0:4.10.0-62.el9_4.11.noarch"
        },
        "product_reference": "fence-agents-drac5-0:4.10.0-62.el9_4.11.noarch",
        "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-eaton-snmp-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
          "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-eaton-snmp-0:4.10.0-62.el9_4.11.noarch"
        },
        "product_reference": "fence-agents-eaton-snmp-0:4.10.0-62.el9_4.11.noarch",
        "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-emerson-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
          "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-emerson-0:4.10.0-62.el9_4.11.noarch"
        },
        "product_reference": "fence-agents-emerson-0:4.10.0-62.el9_4.11.noarch",
        "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-eps-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
          "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-eps-0:4.10.0-62.el9_4.11.noarch"
        },
        "product_reference": "fence-agents-eps-0:4.10.0-62.el9_4.11.noarch",
        "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-gce-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
          "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-gce-0:4.10.0-62.el9_4.11.x86_64"
        },
        "product_reference": "fence-agents-gce-0:4.10.0-62.el9_4.11.x86_64",
        "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-heuristics-ping-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
          "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-heuristics-ping-0:4.10.0-62.el9_4.11.noarch"
        },
        "product_reference": "fence-agents-heuristics-ping-0:4.10.0-62.el9_4.11.noarch",
        "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-hpblade-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
          "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-hpblade-0:4.10.0-62.el9_4.11.noarch"
        },
        "product_reference": "fence-agents-hpblade-0:4.10.0-62.el9_4.11.noarch",
        "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-ibm-powervs-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
          "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-ibm-powervs-0:4.10.0-62.el9_4.11.noarch"
        },
        "product_reference": "fence-agents-ibm-powervs-0:4.10.0-62.el9_4.11.noarch",
        "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-ibm-vpc-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
          "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-ibm-vpc-0:4.10.0-62.el9_4.11.noarch"
        },
        "product_reference": "fence-agents-ibm-vpc-0:4.10.0-62.el9_4.11.noarch",
        "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-ibmblade-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
          "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-ibmblade-0:4.10.0-62.el9_4.11.noarch"
        },
        "product_reference": "fence-agents-ibmblade-0:4.10.0-62.el9_4.11.noarch",
        "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-ifmib-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
          "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-ifmib-0:4.10.0-62.el9_4.11.noarch"
        },
        "product_reference": "fence-agents-ifmib-0:4.10.0-62.el9_4.11.noarch",
        "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-ilo-moonshot-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
          "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-ilo-moonshot-0:4.10.0-62.el9_4.11.noarch"
        },
        "product_reference": "fence-agents-ilo-moonshot-0:4.10.0-62.el9_4.11.noarch",
        "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-ilo-mp-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
          "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-ilo-mp-0:4.10.0-62.el9_4.11.noarch"
        },
        "product_reference": "fence-agents-ilo-mp-0:4.10.0-62.el9_4.11.noarch",
        "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-ilo-ssh-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
          "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-ilo-ssh-0:4.10.0-62.el9_4.11.noarch"
        },
        "product_reference": "fence-agents-ilo-ssh-0:4.10.0-62.el9_4.11.noarch",
        "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-ilo2-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
          "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-ilo2-0:4.10.0-62.el9_4.11.noarch"
        },
        "product_reference": "fence-agents-ilo2-0:4.10.0-62.el9_4.11.noarch",
        "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-intelmodular-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
          "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-intelmodular-0:4.10.0-62.el9_4.11.noarch"
        },
        "product_reference": "fence-agents-intelmodular-0:4.10.0-62.el9_4.11.noarch",
        "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-ipdu-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
          "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-ipdu-0:4.10.0-62.el9_4.11.noarch"
        },
        "product_reference": "fence-agents-ipdu-0:4.10.0-62.el9_4.11.noarch",
        "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-ipmilan-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
          "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-ipmilan-0:4.10.0-62.el9_4.11.noarch"
        },
        "product_reference": "fence-agents-ipmilan-0:4.10.0-62.el9_4.11.noarch",
        "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kdump-0:4.10.0-62.el9_4.11.aarch64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
          "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.11.aarch64"
        },
        "product_reference": "fence-agents-kdump-0:4.10.0-62.el9_4.11.aarch64",
        "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kdump-0:4.10.0-62.el9_4.11.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
          "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.11.ppc64le"
        },
        "product_reference": "fence-agents-kdump-0:4.10.0-62.el9_4.11.ppc64le",
        "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kdump-0:4.10.0-62.el9_4.11.s390x as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
          "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.11.s390x"
        },
        "product_reference": "fence-agents-kdump-0:4.10.0-62.el9_4.11.s390x",
        "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kdump-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
          "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.11.x86_64"
        },
        "product_reference": "fence-agents-kdump-0:4.10.0-62.el9_4.11.x86_64",
        "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.aarch64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
          "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.aarch64"
        },
        "product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.aarch64",
        "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
          "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.ppc64le"
        },
        "product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.ppc64le",
        "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.s390x as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
          "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.s390x"
        },
        "product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.s390x",
        "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
          "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.x86_64"
        },
        "product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
        "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kubevirt-0:4.10.0-62.el9_4.11.aarch64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
          "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.11.aarch64"
        },
        "product_reference": "fence-agents-kubevirt-0:4.10.0-62.el9_4.11.aarch64",
        "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kubevirt-0:4.10.0-62.el9_4.11.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
          "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.11.ppc64le"
        },
        "product_reference": "fence-agents-kubevirt-0:4.10.0-62.el9_4.11.ppc64le",
        "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kubevirt-0:4.10.0-62.el9_4.11.s390x as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
          "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.11.s390x"
        },
        "product_reference": "fence-agents-kubevirt-0:4.10.0-62.el9_4.11.s390x",
        "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kubevirt-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
          "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.11.x86_64"
        },
        "product_reference": "fence-agents-kubevirt-0:4.10.0-62.el9_4.11.x86_64",
        "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.aarch64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
          "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.aarch64"
        },
        "product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.aarch64",
        "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
          "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.ppc64le"
        },
        "product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.ppc64le",
        "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.s390x as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
          "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.s390x"
        },
        "product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.s390x",
        "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
          "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.x86_64"
        },
        "product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
        "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-lpar-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
          "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-lpar-0:4.10.0-62.el9_4.11.noarch"
        },
        "product_reference": "fence-agents-lpar-0:4.10.0-62.el9_4.11.noarch",
        "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-mpath-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
          "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-mpath-0:4.10.0-62.el9_4.11.noarch"
        },
        "product_reference": "fence-agents-mpath-0:4.10.0-62.el9_4.11.noarch",
        "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-openstack-0:4.10.0-62.el9_4.11.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
          "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-openstack-0:4.10.0-62.el9_4.11.ppc64le"
        },
        "product_reference": "fence-agents-openstack-0:4.10.0-62.el9_4.11.ppc64le",
        "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-openstack-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
          "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-openstack-0:4.10.0-62.el9_4.11.x86_64"
        },
        "product_reference": "fence-agents-openstack-0:4.10.0-62.el9_4.11.x86_64",
        "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-redfish-0:4.10.0-62.el9_4.11.aarch64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
          "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.11.aarch64"
        },
        "product_reference": "fence-agents-redfish-0:4.10.0-62.el9_4.11.aarch64",
        "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-redfish-0:4.10.0-62.el9_4.11.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
          "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.11.ppc64le"
        },
        "product_reference": "fence-agents-redfish-0:4.10.0-62.el9_4.11.ppc64le",
        "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-redfish-0:4.10.0-62.el9_4.11.s390x as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
          "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.11.s390x"
        },
        "product_reference": "fence-agents-redfish-0:4.10.0-62.el9_4.11.s390x",
        "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-redfish-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
          "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.11.x86_64"
        },
        "product_reference": "fence-agents-redfish-0:4.10.0-62.el9_4.11.x86_64",
        "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-rhevm-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
          "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-rhevm-0:4.10.0-62.el9_4.11.noarch"
        },
        "product_reference": "fence-agents-rhevm-0:4.10.0-62.el9_4.11.noarch",
        "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-rsa-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
          "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-rsa-0:4.10.0-62.el9_4.11.noarch"
        },
        "product_reference": "fence-agents-rsa-0:4.10.0-62.el9_4.11.noarch",
        "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-rsb-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
          "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-rsb-0:4.10.0-62.el9_4.11.noarch"
        },
        "product_reference": "fence-agents-rsb-0:4.10.0-62.el9_4.11.noarch",
        "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-sbd-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
          "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-sbd-0:4.10.0-62.el9_4.11.noarch"
        },
        "product_reference": "fence-agents-sbd-0:4.10.0-62.el9_4.11.noarch",
        "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-scsi-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
          "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-scsi-0:4.10.0-62.el9_4.11.noarch"
        },
        "product_reference": "fence-agents-scsi-0:4.10.0-62.el9_4.11.noarch",
        "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-virsh-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
          "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-virsh-0:4.10.0-62.el9_4.11.noarch"
        },
        "product_reference": "fence-agents-virsh-0:4.10.0-62.el9_4.11.noarch",
        "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-vmware-rest-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
          "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-vmware-rest-0:4.10.0-62.el9_4.11.noarch"
        },
        "product_reference": "fence-agents-vmware-rest-0:4.10.0-62.el9_4.11.noarch",
        "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-vmware-soap-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
          "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-vmware-soap-0:4.10.0-62.el9_4.11.noarch"
        },
        "product_reference": "fence-agents-vmware-soap-0:4.10.0-62.el9_4.11.noarch",
        "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-wti-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
          "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-wti-0:4.10.0-62.el9_4.11.noarch"
        },
        "product_reference": "fence-agents-wti-0:4.10.0-62.el9_4.11.noarch",
        "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-agents-zvm-0:4.10.0-62.el9_4.11.s390x as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
          "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-zvm-0:4.10.0-62.el9_4.11.s390x"
        },
        "product_reference": "fence-agents-zvm-0:4.10.0-62.el9_4.11.s390x",
        "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virt-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
          "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-virt-0:4.10.0-62.el9_4.11.x86_64"
        },
        "product_reference": "fence-virt-0:4.10.0-62.el9_4.11.x86_64",
        "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virt-debuginfo-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
          "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-virt-debuginfo-0:4.10.0-62.el9_4.11.x86_64"
        },
        "product_reference": "fence-virt-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
        "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virtd-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
          "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-virtd-0:4.10.0-62.el9_4.11.x86_64"
        },
        "product_reference": "fence-virtd-0:4.10.0-62.el9_4.11.x86_64",
        "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virtd-cpg-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
          "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-virtd-cpg-0:4.10.0-62.el9_4.11.x86_64"
        },
        "product_reference": "fence-virtd-cpg-0:4.10.0-62.el9_4.11.x86_64",
        "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virtd-cpg-debuginfo-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
          "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-62.el9_4.11.x86_64"
        },
        "product_reference": "fence-virtd-cpg-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
        "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virtd-debuginfo-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
          "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-virtd-debuginfo-0:4.10.0-62.el9_4.11.x86_64"
        },
        "product_reference": "fence-virtd-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
        "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virtd-libvirt-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
          "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-virtd-libvirt-0:4.10.0-62.el9_4.11.x86_64"
        },
        "product_reference": "fence-virtd-libvirt-0:4.10.0-62.el9_4.11.x86_64",
        "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virtd-libvirt-debuginfo-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
          "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-62.el9_4.11.x86_64"
        },
        "product_reference": "fence-virtd-libvirt-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
        "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virtd-multicast-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
          "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-virtd-multicast-0:4.10.0-62.el9_4.11.x86_64"
        },
        "product_reference": "fence-virtd-multicast-0:4.10.0-62.el9_4.11.x86_64",
        "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virtd-multicast-debuginfo-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
          "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-62.el9_4.11.x86_64"
        },
        "product_reference": "fence-virtd-multicast-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
        "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virtd-serial-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
          "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-virtd-serial-0:4.10.0-62.el9_4.11.x86_64"
        },
        "product_reference": "fence-virtd-serial-0:4.10.0-62.el9_4.11.x86_64",
        "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virtd-serial-debuginfo-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
          "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-virtd-serial-debuginfo-0:4.10.0-62.el9_4.11.x86_64"
        },
        "product_reference": "fence-virtd-serial-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
        "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virtd-tcp-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
          "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-virtd-tcp-0:4.10.0-62.el9_4.11.x86_64"
        },
        "product_reference": "fence-virtd-tcp-0:4.10.0-62.el9_4.11.x86_64",
        "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "fence-virtd-tcp-debuginfo-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
          "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-62.el9_4.11.x86_64"
        },
        "product_reference": "fence-virtd-tcp-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
        "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ha-cloud-support-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
          "product_id": "ResilientStorage-9.4.0.Z.EUS:ha-cloud-support-0:4.10.0-62.el9_4.11.x86_64"
        },
        "product_reference": "ha-cloud-support-0:4.10.0-62.el9_4.11.x86_64",
        "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ha-cloud-support-debuginfo-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
          "product_id": "ResilientStorage-9.4.0.Z.EUS:ha-cloud-support-debuginfo-0:4.10.0-62.el9_4.11.x86_64"
        },
        "product_reference": "ha-cloud-support-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
        "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
      }
    ]
  },
  "vulnerabilities": [
    {
      "cve": "CVE-2025-27516",
      "cwe": {
        "id": "CWE-1336",
        "name": "Improper Neutralization of Special Elements Used in a Template Engine"
      },
      "discovery_date": "2025-03-05T21:01:07.674606+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2350190"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in Jinja. In affected versions, an oversight in how the Jinja sandboxed environment interacts with the `|attr` filter allows an attacker who controls the content of a template to execute arbitrary Python code. To exploit the vulnerability, an attacker needs to control the content of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications that execute untrusted templates. Jinja\u0027s sandbox does catch calls to `str.format` and ensures they don\u0027t escape the sandbox. However, it\u0027s possible to use the `|attr` filter to get a reference to a string\u0027s plain format method, bypassing the sandbox.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "jinja2: Jinja sandbox breakout through attr filter selecting format method",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "This vulnerability is rated as important severity due to the potential for an attacker to bypass Jinja\u0027s sandbox by exploiting the |attr filter, by controlling template content, an attacker can execute arbitrary Python code, impacting the integrity, confidentiality, and availability of the system. While the attack requires user interaction to trigger untrusted templates, the risk is significant in applications that allow such templates to be executed.",
          "title": "Statement"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "AppStream-9.4.0.Z.EUS:fence-agents-0:4.10.0-62.el9_4.11.src",
          "AppStream-9.4.0.Z.EUS:fence-agents-aliyun-0:4.10.0-62.el9_4.11.x86_64",
          "AppStream-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.11.aarch64",
          "AppStream-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.11.ppc64le",
          "AppStream-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.11.s390x",
          "AppStream-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.11.x86_64",
          "AppStream-9.4.0.Z.EUS:fence-agents-amt-ws-0:4.10.0-62.el9_4.11.noarch",
          "AppStream-9.4.0.Z.EUS:fence-agents-apc-0:4.10.0-62.el9_4.11.noarch",
          "AppStream-9.4.0.Z.EUS:fence-agents-apc-snmp-0:4.10.0-62.el9_4.11.noarch",
          "AppStream-9.4.0.Z.EUS:fence-agents-aws-0:4.10.0-62.el9_4.11.x86_64",
          "AppStream-9.4.0.Z.EUS:fence-agents-azure-arm-0:4.10.0-62.el9_4.11.x86_64",
          "AppStream-9.4.0.Z.EUS:fence-agents-bladecenter-0:4.10.0-62.el9_4.11.noarch",
          "AppStream-9.4.0.Z.EUS:fence-agents-brocade-0:4.10.0-62.el9_4.11.noarch",
          "AppStream-9.4.0.Z.EUS:fence-agents-cisco-mds-0:4.10.0-62.el9_4.11.noarch",
          "AppStream-9.4.0.Z.EUS:fence-agents-cisco-ucs-0:4.10.0-62.el9_4.11.noarch",
          "AppStream-9.4.0.Z.EUS:fence-agents-common-0:4.10.0-62.el9_4.11.noarch",
          "AppStream-9.4.0.Z.EUS:fence-agents-compute-0:4.10.0-62.el9_4.11.ppc64le",
          "AppStream-9.4.0.Z.EUS:fence-agents-compute-0:4.10.0-62.el9_4.11.x86_64",
          "AppStream-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.11.aarch64",
          "AppStream-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.11.ppc64le",
          "AppStream-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.11.s390x",
          "AppStream-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
          "AppStream-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.11.aarch64",
          "AppStream-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.11.ppc64le",
          "AppStream-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.11.s390x",
          "AppStream-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.11.x86_64",
          "AppStream-9.4.0.Z.EUS:fence-agents-drac5-0:4.10.0-62.el9_4.11.noarch",
          "AppStream-9.4.0.Z.EUS:fence-agents-eaton-snmp-0:4.10.0-62.el9_4.11.noarch",
          "AppStream-9.4.0.Z.EUS:fence-agents-emerson-0:4.10.0-62.el9_4.11.noarch",
          "AppStream-9.4.0.Z.EUS:fence-agents-eps-0:4.10.0-62.el9_4.11.noarch",
          "AppStream-9.4.0.Z.EUS:fence-agents-gce-0:4.10.0-62.el9_4.11.x86_64",
          "AppStream-9.4.0.Z.EUS:fence-agents-heuristics-ping-0:4.10.0-62.el9_4.11.noarch",
          "AppStream-9.4.0.Z.EUS:fence-agents-hpblade-0:4.10.0-62.el9_4.11.noarch",
          "AppStream-9.4.0.Z.EUS:fence-agents-ibm-powervs-0:4.10.0-62.el9_4.11.noarch",
          "AppStream-9.4.0.Z.EUS:fence-agents-ibm-vpc-0:4.10.0-62.el9_4.11.noarch",
          "AppStream-9.4.0.Z.EUS:fence-agents-ibmblade-0:4.10.0-62.el9_4.11.noarch",
          "AppStream-9.4.0.Z.EUS:fence-agents-ifmib-0:4.10.0-62.el9_4.11.noarch",
          "AppStream-9.4.0.Z.EUS:fence-agents-ilo-moonshot-0:4.10.0-62.el9_4.11.noarch",
          "AppStream-9.4.0.Z.EUS:fence-agents-ilo-mp-0:4.10.0-62.el9_4.11.noarch",
          "AppStream-9.4.0.Z.EUS:fence-agents-ilo-ssh-0:4.10.0-62.el9_4.11.noarch",
          "AppStream-9.4.0.Z.EUS:fence-agents-ilo2-0:4.10.0-62.el9_4.11.noarch",
          "AppStream-9.4.0.Z.EUS:fence-agents-intelmodular-0:4.10.0-62.el9_4.11.noarch",
          "AppStream-9.4.0.Z.EUS:fence-agents-ipdu-0:4.10.0-62.el9_4.11.noarch",
          "AppStream-9.4.0.Z.EUS:fence-agents-ipmilan-0:4.10.0-62.el9_4.11.noarch",
          "AppStream-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.11.aarch64",
          "AppStream-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.11.ppc64le",
          "AppStream-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.11.s390x",
          "AppStream-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.11.x86_64",
          "AppStream-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.aarch64",
          "AppStream-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.ppc64le",
          "AppStream-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.s390x",
          "AppStream-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
          "AppStream-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.11.aarch64",
          "AppStream-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.11.ppc64le",
          "AppStream-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.11.s390x",
          "AppStream-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.11.x86_64",
          "AppStream-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.aarch64",
          "AppStream-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.ppc64le",
          "AppStream-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.s390x",
          "AppStream-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
          "AppStream-9.4.0.Z.EUS:fence-agents-lpar-0:4.10.0-62.el9_4.11.noarch",
          "AppStream-9.4.0.Z.EUS:fence-agents-mpath-0:4.10.0-62.el9_4.11.noarch",
          "AppStream-9.4.0.Z.EUS:fence-agents-openstack-0:4.10.0-62.el9_4.11.ppc64le",
          "AppStream-9.4.0.Z.EUS:fence-agents-openstack-0:4.10.0-62.el9_4.11.x86_64",
          "AppStream-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.11.aarch64",
          "AppStream-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.11.ppc64le",
          "AppStream-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.11.s390x",
          "AppStream-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.11.x86_64",
          "AppStream-9.4.0.Z.EUS:fence-agents-rhevm-0:4.10.0-62.el9_4.11.noarch",
          "AppStream-9.4.0.Z.EUS:fence-agents-rsa-0:4.10.0-62.el9_4.11.noarch",
          "AppStream-9.4.0.Z.EUS:fence-agents-rsb-0:4.10.0-62.el9_4.11.noarch",
          "AppStream-9.4.0.Z.EUS:fence-agents-sbd-0:4.10.0-62.el9_4.11.noarch",
          "AppStream-9.4.0.Z.EUS:fence-agents-scsi-0:4.10.0-62.el9_4.11.noarch",
          "AppStream-9.4.0.Z.EUS:fence-agents-virsh-0:4.10.0-62.el9_4.11.noarch",
          "AppStream-9.4.0.Z.EUS:fence-agents-vmware-rest-0:4.10.0-62.el9_4.11.noarch",
          "AppStream-9.4.0.Z.EUS:fence-agents-vmware-soap-0:4.10.0-62.el9_4.11.noarch",
          "AppStream-9.4.0.Z.EUS:fence-agents-wti-0:4.10.0-62.el9_4.11.noarch",
          "AppStream-9.4.0.Z.EUS:fence-agents-zvm-0:4.10.0-62.el9_4.11.s390x",
          "AppStream-9.4.0.Z.EUS:fence-virt-0:4.10.0-62.el9_4.11.x86_64",
          "AppStream-9.4.0.Z.EUS:fence-virt-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
          "AppStream-9.4.0.Z.EUS:fence-virtd-0:4.10.0-62.el9_4.11.x86_64",
          "AppStream-9.4.0.Z.EUS:fence-virtd-cpg-0:4.10.0-62.el9_4.11.x86_64",
          "AppStream-9.4.0.Z.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
          "AppStream-9.4.0.Z.EUS:fence-virtd-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
          "AppStream-9.4.0.Z.EUS:fence-virtd-libvirt-0:4.10.0-62.el9_4.11.x86_64",
          "AppStream-9.4.0.Z.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
          "AppStream-9.4.0.Z.EUS:fence-virtd-multicast-0:4.10.0-62.el9_4.11.x86_64",
          "AppStream-9.4.0.Z.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
          "AppStream-9.4.0.Z.EUS:fence-virtd-serial-0:4.10.0-62.el9_4.11.x86_64",
          "AppStream-9.4.0.Z.EUS:fence-virtd-serial-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
          "AppStream-9.4.0.Z.EUS:fence-virtd-tcp-0:4.10.0-62.el9_4.11.x86_64",
          "AppStream-9.4.0.Z.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
          "AppStream-9.4.0.Z.EUS:ha-cloud-support-0:4.10.0-62.el9_4.11.x86_64",
          "AppStream-9.4.0.Z.EUS:ha-cloud-support-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
          "HighAvailability-9.4.0.Z.EUS:fence-agents-0:4.10.0-62.el9_4.11.src",
          "HighAvailability-9.4.0.Z.EUS:fence-agents-aliyun-0:4.10.0-62.el9_4.11.x86_64",
          "HighAvailability-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.11.aarch64",
          "HighAvailability-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.11.ppc64le",
          "HighAvailability-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.11.s390x",
          "HighAvailability-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.11.x86_64",
          "HighAvailability-9.4.0.Z.EUS:fence-agents-amt-ws-0:4.10.0-62.el9_4.11.noarch",
          "HighAvailability-9.4.0.Z.EUS:fence-agents-apc-0:4.10.0-62.el9_4.11.noarch",
          "HighAvailability-9.4.0.Z.EUS:fence-agents-apc-snmp-0:4.10.0-62.el9_4.11.noarch",
          "HighAvailability-9.4.0.Z.EUS:fence-agents-aws-0:4.10.0-62.el9_4.11.x86_64",
          "HighAvailability-9.4.0.Z.EUS:fence-agents-azure-arm-0:4.10.0-62.el9_4.11.x86_64",
          "HighAvailability-9.4.0.Z.EUS:fence-agents-bladecenter-0:4.10.0-62.el9_4.11.noarch",
          "HighAvailability-9.4.0.Z.EUS:fence-agents-brocade-0:4.10.0-62.el9_4.11.noarch",
          "HighAvailability-9.4.0.Z.EUS:fence-agents-cisco-mds-0:4.10.0-62.el9_4.11.noarch",
          "HighAvailability-9.4.0.Z.EUS:fence-agents-cisco-ucs-0:4.10.0-62.el9_4.11.noarch",
          "HighAvailability-9.4.0.Z.EUS:fence-agents-common-0:4.10.0-62.el9_4.11.noarch",
          "HighAvailability-9.4.0.Z.EUS:fence-agents-compute-0:4.10.0-62.el9_4.11.ppc64le",
          "HighAvailability-9.4.0.Z.EUS:fence-agents-compute-0:4.10.0-62.el9_4.11.x86_64",
          "HighAvailability-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.11.aarch64",
          "HighAvailability-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.11.ppc64le",
          "HighAvailability-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.11.s390x",
          "HighAvailability-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
          "HighAvailability-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.11.aarch64",
          "HighAvailability-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.11.ppc64le",
          "HighAvailability-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.11.s390x",
          "HighAvailability-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.11.x86_64",
          "HighAvailability-9.4.0.Z.EUS:fence-agents-drac5-0:4.10.0-62.el9_4.11.noarch",
          "HighAvailability-9.4.0.Z.EUS:fence-agents-eaton-snmp-0:4.10.0-62.el9_4.11.noarch",
          "HighAvailability-9.4.0.Z.EUS:fence-agents-emerson-0:4.10.0-62.el9_4.11.noarch",
          "HighAvailability-9.4.0.Z.EUS:fence-agents-eps-0:4.10.0-62.el9_4.11.noarch",
          "HighAvailability-9.4.0.Z.EUS:fence-agents-gce-0:4.10.0-62.el9_4.11.x86_64",
          "HighAvailability-9.4.0.Z.EUS:fence-agents-heuristics-ping-0:4.10.0-62.el9_4.11.noarch",
          "HighAvailability-9.4.0.Z.EUS:fence-agents-hpblade-0:4.10.0-62.el9_4.11.noarch",
          "HighAvailability-9.4.0.Z.EUS:fence-agents-ibm-powervs-0:4.10.0-62.el9_4.11.noarch",
          "HighAvailability-9.4.0.Z.EUS:fence-agents-ibm-vpc-0:4.10.0-62.el9_4.11.noarch",
          "HighAvailability-9.4.0.Z.EUS:fence-agents-ibmblade-0:4.10.0-62.el9_4.11.noarch",
          "HighAvailability-9.4.0.Z.EUS:fence-agents-ifmib-0:4.10.0-62.el9_4.11.noarch",
          "HighAvailability-9.4.0.Z.EUS:fence-agents-ilo-moonshot-0:4.10.0-62.el9_4.11.noarch",
          "HighAvailability-9.4.0.Z.EUS:fence-agents-ilo-mp-0:4.10.0-62.el9_4.11.noarch",
          "HighAvailability-9.4.0.Z.EUS:fence-agents-ilo-ssh-0:4.10.0-62.el9_4.11.noarch",
          "HighAvailability-9.4.0.Z.EUS:fence-agents-ilo2-0:4.10.0-62.el9_4.11.noarch",
          "HighAvailability-9.4.0.Z.EUS:fence-agents-intelmodular-0:4.10.0-62.el9_4.11.noarch",
          "HighAvailability-9.4.0.Z.EUS:fence-agents-ipdu-0:4.10.0-62.el9_4.11.noarch",
          "HighAvailability-9.4.0.Z.EUS:fence-agents-ipmilan-0:4.10.0-62.el9_4.11.noarch",
          "HighAvailability-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.11.aarch64",
          "HighAvailability-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.11.ppc64le",
          "HighAvailability-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.11.s390x",
          "HighAvailability-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.11.x86_64",
          "HighAvailability-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.aarch64",
          "HighAvailability-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.ppc64le",
          "HighAvailability-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.s390x",
          "HighAvailability-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
          "HighAvailability-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.11.aarch64",
          "HighAvailability-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.11.ppc64le",
          "HighAvailability-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.11.s390x",
          "HighAvailability-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.11.x86_64",
          "HighAvailability-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.aarch64",
          "HighAvailability-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.ppc64le",
          "HighAvailability-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.s390x",
          "HighAvailability-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
          "HighAvailability-9.4.0.Z.EUS:fence-agents-lpar-0:4.10.0-62.el9_4.11.noarch",
          "HighAvailability-9.4.0.Z.EUS:fence-agents-mpath-0:4.10.0-62.el9_4.11.noarch",
          "HighAvailability-9.4.0.Z.EUS:fence-agents-openstack-0:4.10.0-62.el9_4.11.ppc64le",
          "HighAvailability-9.4.0.Z.EUS:fence-agents-openstack-0:4.10.0-62.el9_4.11.x86_64",
          "HighAvailability-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.11.aarch64",
          "HighAvailability-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.11.ppc64le",
          "HighAvailability-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.11.s390x",
          "HighAvailability-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.11.x86_64",
          "HighAvailability-9.4.0.Z.EUS:fence-agents-rhevm-0:4.10.0-62.el9_4.11.noarch",
          "HighAvailability-9.4.0.Z.EUS:fence-agents-rsa-0:4.10.0-62.el9_4.11.noarch",
          "HighAvailability-9.4.0.Z.EUS:fence-agents-rsb-0:4.10.0-62.el9_4.11.noarch",
          "HighAvailability-9.4.0.Z.EUS:fence-agents-sbd-0:4.10.0-62.el9_4.11.noarch",
          "HighAvailability-9.4.0.Z.EUS:fence-agents-scsi-0:4.10.0-62.el9_4.11.noarch",
          "HighAvailability-9.4.0.Z.EUS:fence-agents-virsh-0:4.10.0-62.el9_4.11.noarch",
          "HighAvailability-9.4.0.Z.EUS:fence-agents-vmware-rest-0:4.10.0-62.el9_4.11.noarch",
          "HighAvailability-9.4.0.Z.EUS:fence-agents-vmware-soap-0:4.10.0-62.el9_4.11.noarch",
          "HighAvailability-9.4.0.Z.EUS:fence-agents-wti-0:4.10.0-62.el9_4.11.noarch",
          "HighAvailability-9.4.0.Z.EUS:fence-agents-zvm-0:4.10.0-62.el9_4.11.s390x",
          "HighAvailability-9.4.0.Z.EUS:fence-virt-0:4.10.0-62.el9_4.11.x86_64",
          "HighAvailability-9.4.0.Z.EUS:fence-virt-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
          "HighAvailability-9.4.0.Z.EUS:fence-virtd-0:4.10.0-62.el9_4.11.x86_64",
          "HighAvailability-9.4.0.Z.EUS:fence-virtd-cpg-0:4.10.0-62.el9_4.11.x86_64",
          "HighAvailability-9.4.0.Z.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
          "HighAvailability-9.4.0.Z.EUS:fence-virtd-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
          "HighAvailability-9.4.0.Z.EUS:fence-virtd-libvirt-0:4.10.0-62.el9_4.11.x86_64",
          "HighAvailability-9.4.0.Z.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
          "HighAvailability-9.4.0.Z.EUS:fence-virtd-multicast-0:4.10.0-62.el9_4.11.x86_64",
          "HighAvailability-9.4.0.Z.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
          "HighAvailability-9.4.0.Z.EUS:fence-virtd-serial-0:4.10.0-62.el9_4.11.x86_64",
          "HighAvailability-9.4.0.Z.EUS:fence-virtd-serial-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
          "HighAvailability-9.4.0.Z.EUS:fence-virtd-tcp-0:4.10.0-62.el9_4.11.x86_64",
          "HighAvailability-9.4.0.Z.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
          "HighAvailability-9.4.0.Z.EUS:ha-cloud-support-0:4.10.0-62.el9_4.11.x86_64",
          "HighAvailability-9.4.0.Z.EUS:ha-cloud-support-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
          "ResilientStorage-9.4.0.Z.EUS:fence-agents-0:4.10.0-62.el9_4.11.src",
          "ResilientStorage-9.4.0.Z.EUS:fence-agents-aliyun-0:4.10.0-62.el9_4.11.x86_64",
          "ResilientStorage-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.11.aarch64",
          "ResilientStorage-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.11.ppc64le",
          "ResilientStorage-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.11.s390x",
          "ResilientStorage-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.11.x86_64",
          "ResilientStorage-9.4.0.Z.EUS:fence-agents-amt-ws-0:4.10.0-62.el9_4.11.noarch",
          "ResilientStorage-9.4.0.Z.EUS:fence-agents-apc-0:4.10.0-62.el9_4.11.noarch",
          "ResilientStorage-9.4.0.Z.EUS:fence-agents-apc-snmp-0:4.10.0-62.el9_4.11.noarch",
          "ResilientStorage-9.4.0.Z.EUS:fence-agents-aws-0:4.10.0-62.el9_4.11.x86_64",
          "ResilientStorage-9.4.0.Z.EUS:fence-agents-azure-arm-0:4.10.0-62.el9_4.11.x86_64",
          "ResilientStorage-9.4.0.Z.EUS:fence-agents-bladecenter-0:4.10.0-62.el9_4.11.noarch",
          "ResilientStorage-9.4.0.Z.EUS:fence-agents-brocade-0:4.10.0-62.el9_4.11.noarch",
          "ResilientStorage-9.4.0.Z.EUS:fence-agents-cisco-mds-0:4.10.0-62.el9_4.11.noarch",
          "ResilientStorage-9.4.0.Z.EUS:fence-agents-cisco-ucs-0:4.10.0-62.el9_4.11.noarch",
          "ResilientStorage-9.4.0.Z.EUS:fence-agents-common-0:4.10.0-62.el9_4.11.noarch",
          "ResilientStorage-9.4.0.Z.EUS:fence-agents-compute-0:4.10.0-62.el9_4.11.ppc64le",
          "ResilientStorage-9.4.0.Z.EUS:fence-agents-compute-0:4.10.0-62.el9_4.11.x86_64",
          "ResilientStorage-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.11.aarch64",
          "ResilientStorage-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.11.ppc64le",
          "ResilientStorage-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.11.s390x",
          "ResilientStorage-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
          "ResilientStorage-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.11.aarch64",
          "ResilientStorage-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.11.ppc64le",
          "ResilientStorage-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.11.s390x",
          "ResilientStorage-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.11.x86_64",
          "ResilientStorage-9.4.0.Z.EUS:fence-agents-drac5-0:4.10.0-62.el9_4.11.noarch",
          "ResilientStorage-9.4.0.Z.EUS:fence-agents-eaton-snmp-0:4.10.0-62.el9_4.11.noarch",
          "ResilientStorage-9.4.0.Z.EUS:fence-agents-emerson-0:4.10.0-62.el9_4.11.noarch",
          "ResilientStorage-9.4.0.Z.EUS:fence-agents-eps-0:4.10.0-62.el9_4.11.noarch",
          "ResilientStorage-9.4.0.Z.EUS:fence-agents-gce-0:4.10.0-62.el9_4.11.x86_64",
          "ResilientStorage-9.4.0.Z.EUS:fence-agents-heuristics-ping-0:4.10.0-62.el9_4.11.noarch",
          "ResilientStorage-9.4.0.Z.EUS:fence-agents-hpblade-0:4.10.0-62.el9_4.11.noarch",
          "ResilientStorage-9.4.0.Z.EUS:fence-agents-ibm-powervs-0:4.10.0-62.el9_4.11.noarch",
          "ResilientStorage-9.4.0.Z.EUS:fence-agents-ibm-vpc-0:4.10.0-62.el9_4.11.noarch",
          "ResilientStorage-9.4.0.Z.EUS:fence-agents-ibmblade-0:4.10.0-62.el9_4.11.noarch",
          "ResilientStorage-9.4.0.Z.EUS:fence-agents-ifmib-0:4.10.0-62.el9_4.11.noarch",
          "ResilientStorage-9.4.0.Z.EUS:fence-agents-ilo-moonshot-0:4.10.0-62.el9_4.11.noarch",
          "ResilientStorage-9.4.0.Z.EUS:fence-agents-ilo-mp-0:4.10.0-62.el9_4.11.noarch",
          "ResilientStorage-9.4.0.Z.EUS:fence-agents-ilo-ssh-0:4.10.0-62.el9_4.11.noarch",
          "ResilientStorage-9.4.0.Z.EUS:fence-agents-ilo2-0:4.10.0-62.el9_4.11.noarch",
          "ResilientStorage-9.4.0.Z.EUS:fence-agents-intelmodular-0:4.10.0-62.el9_4.11.noarch",
          "ResilientStorage-9.4.0.Z.EUS:fence-agents-ipdu-0:4.10.0-62.el9_4.11.noarch",
          "ResilientStorage-9.4.0.Z.EUS:fence-agents-ipmilan-0:4.10.0-62.el9_4.11.noarch",
          "ResilientStorage-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.11.aarch64",
          "ResilientStorage-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.11.ppc64le",
          "ResilientStorage-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.11.s390x",
          "ResilientStorage-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.11.x86_64",
          "ResilientStorage-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.aarch64",
          "ResilientStorage-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.ppc64le",
          "ResilientStorage-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.s390x",
          "ResilientStorage-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
          "ResilientStorage-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.11.aarch64",
          "ResilientStorage-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.11.ppc64le",
          "ResilientStorage-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.11.s390x",
          "ResilientStorage-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.11.x86_64",
          "ResilientStorage-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.aarch64",
          "ResilientStorage-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.ppc64le",
          "ResilientStorage-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.s390x",
          "ResilientStorage-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
          "ResilientStorage-9.4.0.Z.EUS:fence-agents-lpar-0:4.10.0-62.el9_4.11.noarch",
          "ResilientStorage-9.4.0.Z.EUS:fence-agents-mpath-0:4.10.0-62.el9_4.11.noarch",
          "ResilientStorage-9.4.0.Z.EUS:fence-agents-openstack-0:4.10.0-62.el9_4.11.ppc64le",
          "ResilientStorage-9.4.0.Z.EUS:fence-agents-openstack-0:4.10.0-62.el9_4.11.x86_64",
          "ResilientStorage-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.11.aarch64",
          "ResilientStorage-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.11.ppc64le",
          "ResilientStorage-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.11.s390x",
          "ResilientStorage-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.11.x86_64",
          "ResilientStorage-9.4.0.Z.EUS:fence-agents-rhevm-0:4.10.0-62.el9_4.11.noarch",
          "ResilientStorage-9.4.0.Z.EUS:fence-agents-rsa-0:4.10.0-62.el9_4.11.noarch",
          "ResilientStorage-9.4.0.Z.EUS:fence-agents-rsb-0:4.10.0-62.el9_4.11.noarch",
          "ResilientStorage-9.4.0.Z.EUS:fence-agents-sbd-0:4.10.0-62.el9_4.11.noarch",
          "ResilientStorage-9.4.0.Z.EUS:fence-agents-scsi-0:4.10.0-62.el9_4.11.noarch",
          "ResilientStorage-9.4.0.Z.EUS:fence-agents-virsh-0:4.10.0-62.el9_4.11.noarch",
          "ResilientStorage-9.4.0.Z.EUS:fence-agents-vmware-rest-0:4.10.0-62.el9_4.11.noarch",
          "ResilientStorage-9.4.0.Z.EUS:fence-agents-vmware-soap-0:4.10.0-62.el9_4.11.noarch",
          "ResilientStorage-9.4.0.Z.EUS:fence-agents-wti-0:4.10.0-62.el9_4.11.noarch",
          "ResilientStorage-9.4.0.Z.EUS:fence-agents-zvm-0:4.10.0-62.el9_4.11.s390x",
          "ResilientStorage-9.4.0.Z.EUS:fence-virt-0:4.10.0-62.el9_4.11.x86_64",
          "ResilientStorage-9.4.0.Z.EUS:fence-virt-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
          "ResilientStorage-9.4.0.Z.EUS:fence-virtd-0:4.10.0-62.el9_4.11.x86_64",
          "ResilientStorage-9.4.0.Z.EUS:fence-virtd-cpg-0:4.10.0-62.el9_4.11.x86_64",
          "ResilientStorage-9.4.0.Z.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
          "ResilientStorage-9.4.0.Z.EUS:fence-virtd-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
          "ResilientStorage-9.4.0.Z.EUS:fence-virtd-libvirt-0:4.10.0-62.el9_4.11.x86_64",
          "ResilientStorage-9.4.0.Z.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
          "ResilientStorage-9.4.0.Z.EUS:fence-virtd-multicast-0:4.10.0-62.el9_4.11.x86_64",
          "ResilientStorage-9.4.0.Z.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
          "ResilientStorage-9.4.0.Z.EUS:fence-virtd-serial-0:4.10.0-62.el9_4.11.x86_64",
          "ResilientStorage-9.4.0.Z.EUS:fence-virtd-serial-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
          "ResilientStorage-9.4.0.Z.EUS:fence-virtd-tcp-0:4.10.0-62.el9_4.11.x86_64",
          "ResilientStorage-9.4.0.Z.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
          "ResilientStorage-9.4.0.Z.EUS:ha-cloud-support-0:4.10.0-62.el9_4.11.x86_64",
          "ResilientStorage-9.4.0.Z.EUS:ha-cloud-support-debuginfo-0:4.10.0-62.el9_4.11.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2025-27516"
        },
        {
          "category": "external",
          "summary": "RHBZ#2350190",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2350190"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2025-27516",
          "url": "https://www.cve.org/CVERecord?id=CVE-2025-27516"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-27516",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-27516"
        },
        {
          "category": "external",
          "summary": "https://github.com/pallets/jinja/commit/90457bbf33b8662926ae65cdde4c4c32e756e403",
          "url": "https://github.com/pallets/jinja/commit/90457bbf33b8662926ae65cdde4c4c32e756e403"
        },
        {
          "category": "external",
          "summary": "https://github.com/pallets/jinja/security/advisories/GHSA-cpwx-vrp4-4pq7",
          "url": "https://github.com/pallets/jinja/security/advisories/GHSA-cpwx-vrp4-4pq7"
        }
      ],
      "release_date": "2025-03-05T20:40:06.568000+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2025-03-12T15:44:33+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "AppStream-9.4.0.Z.EUS:fence-agents-0:4.10.0-62.el9_4.11.src",
            "AppStream-9.4.0.Z.EUS:fence-agents-aliyun-0:4.10.0-62.el9_4.11.x86_64",
            "AppStream-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.11.aarch64",
            "AppStream-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.11.ppc64le",
            "AppStream-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.11.s390x",
            "AppStream-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.11.x86_64",
            "AppStream-9.4.0.Z.EUS:fence-agents-amt-ws-0:4.10.0-62.el9_4.11.noarch",
            "AppStream-9.4.0.Z.EUS:fence-agents-apc-0:4.10.0-62.el9_4.11.noarch",
            "AppStream-9.4.0.Z.EUS:fence-agents-apc-snmp-0:4.10.0-62.el9_4.11.noarch",
            "AppStream-9.4.0.Z.EUS:fence-agents-aws-0:4.10.0-62.el9_4.11.x86_64",
            "AppStream-9.4.0.Z.EUS:fence-agents-azure-arm-0:4.10.0-62.el9_4.11.x86_64",
            "AppStream-9.4.0.Z.EUS:fence-agents-bladecenter-0:4.10.0-62.el9_4.11.noarch",
            "AppStream-9.4.0.Z.EUS:fence-agents-brocade-0:4.10.0-62.el9_4.11.noarch",
            "AppStream-9.4.0.Z.EUS:fence-agents-cisco-mds-0:4.10.0-62.el9_4.11.noarch",
            "AppStream-9.4.0.Z.EUS:fence-agents-cisco-ucs-0:4.10.0-62.el9_4.11.noarch",
            "AppStream-9.4.0.Z.EUS:fence-agents-common-0:4.10.0-62.el9_4.11.noarch",
            "AppStream-9.4.0.Z.EUS:fence-agents-compute-0:4.10.0-62.el9_4.11.ppc64le",
            "AppStream-9.4.0.Z.EUS:fence-agents-compute-0:4.10.0-62.el9_4.11.x86_64",
            "AppStream-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.11.aarch64",
            "AppStream-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.11.ppc64le",
            "AppStream-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.11.s390x",
            "AppStream-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
            "AppStream-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.11.aarch64",
            "AppStream-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.11.ppc64le",
            "AppStream-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.11.s390x",
            "AppStream-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.11.x86_64",
            "AppStream-9.4.0.Z.EUS:fence-agents-drac5-0:4.10.0-62.el9_4.11.noarch",
            "AppStream-9.4.0.Z.EUS:fence-agents-eaton-snmp-0:4.10.0-62.el9_4.11.noarch",
            "AppStream-9.4.0.Z.EUS:fence-agents-emerson-0:4.10.0-62.el9_4.11.noarch",
            "AppStream-9.4.0.Z.EUS:fence-agents-eps-0:4.10.0-62.el9_4.11.noarch",
            "AppStream-9.4.0.Z.EUS:fence-agents-gce-0:4.10.0-62.el9_4.11.x86_64",
            "AppStream-9.4.0.Z.EUS:fence-agents-heuristics-ping-0:4.10.0-62.el9_4.11.noarch",
            "AppStream-9.4.0.Z.EUS:fence-agents-hpblade-0:4.10.0-62.el9_4.11.noarch",
            "AppStream-9.4.0.Z.EUS:fence-agents-ibm-powervs-0:4.10.0-62.el9_4.11.noarch",
            "AppStream-9.4.0.Z.EUS:fence-agents-ibm-vpc-0:4.10.0-62.el9_4.11.noarch",
            "AppStream-9.4.0.Z.EUS:fence-agents-ibmblade-0:4.10.0-62.el9_4.11.noarch",
            "AppStream-9.4.0.Z.EUS:fence-agents-ifmib-0:4.10.0-62.el9_4.11.noarch",
            "AppStream-9.4.0.Z.EUS:fence-agents-ilo-moonshot-0:4.10.0-62.el9_4.11.noarch",
            "AppStream-9.4.0.Z.EUS:fence-agents-ilo-mp-0:4.10.0-62.el9_4.11.noarch",
            "AppStream-9.4.0.Z.EUS:fence-agents-ilo-ssh-0:4.10.0-62.el9_4.11.noarch",
            "AppStream-9.4.0.Z.EUS:fence-agents-ilo2-0:4.10.0-62.el9_4.11.noarch",
            "AppStream-9.4.0.Z.EUS:fence-agents-intelmodular-0:4.10.0-62.el9_4.11.noarch",
            "AppStream-9.4.0.Z.EUS:fence-agents-ipdu-0:4.10.0-62.el9_4.11.noarch",
            "AppStream-9.4.0.Z.EUS:fence-agents-ipmilan-0:4.10.0-62.el9_4.11.noarch",
            "AppStream-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.11.aarch64",
            "AppStream-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.11.ppc64le",
            "AppStream-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.11.s390x",
            "AppStream-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.11.x86_64",
            "AppStream-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.aarch64",
            "AppStream-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.ppc64le",
            "AppStream-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.s390x",
            "AppStream-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
            "AppStream-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.11.aarch64",
            "AppStream-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.11.ppc64le",
            "AppStream-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.11.s390x",
            "AppStream-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.11.x86_64",
            "AppStream-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.aarch64",
            "AppStream-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.ppc64le",
            "AppStream-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.s390x",
            "AppStream-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
            "AppStream-9.4.0.Z.EUS:fence-agents-lpar-0:4.10.0-62.el9_4.11.noarch",
            "AppStream-9.4.0.Z.EUS:fence-agents-mpath-0:4.10.0-62.el9_4.11.noarch",
            "AppStream-9.4.0.Z.EUS:fence-agents-openstack-0:4.10.0-62.el9_4.11.ppc64le",
            "AppStream-9.4.0.Z.EUS:fence-agents-openstack-0:4.10.0-62.el9_4.11.x86_64",
            "AppStream-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.11.aarch64",
            "AppStream-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.11.ppc64le",
            "AppStream-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.11.s390x",
            "AppStream-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.11.x86_64",
            "AppStream-9.4.0.Z.EUS:fence-agents-rhevm-0:4.10.0-62.el9_4.11.noarch",
            "AppStream-9.4.0.Z.EUS:fence-agents-rsa-0:4.10.0-62.el9_4.11.noarch",
            "AppStream-9.4.0.Z.EUS:fence-agents-rsb-0:4.10.0-62.el9_4.11.noarch",
            "AppStream-9.4.0.Z.EUS:fence-agents-sbd-0:4.10.0-62.el9_4.11.noarch",
            "AppStream-9.4.0.Z.EUS:fence-agents-scsi-0:4.10.0-62.el9_4.11.noarch",
            "AppStream-9.4.0.Z.EUS:fence-agents-virsh-0:4.10.0-62.el9_4.11.noarch",
            "AppStream-9.4.0.Z.EUS:fence-agents-vmware-rest-0:4.10.0-62.el9_4.11.noarch",
            "AppStream-9.4.0.Z.EUS:fence-agents-vmware-soap-0:4.10.0-62.el9_4.11.noarch",
            "AppStream-9.4.0.Z.EUS:fence-agents-wti-0:4.10.0-62.el9_4.11.noarch",
            "AppStream-9.4.0.Z.EUS:fence-agents-zvm-0:4.10.0-62.el9_4.11.s390x",
            "AppStream-9.4.0.Z.EUS:fence-virt-0:4.10.0-62.el9_4.11.x86_64",
            "AppStream-9.4.0.Z.EUS:fence-virt-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
            "AppStream-9.4.0.Z.EUS:fence-virtd-0:4.10.0-62.el9_4.11.x86_64",
            "AppStream-9.4.0.Z.EUS:fence-virtd-cpg-0:4.10.0-62.el9_4.11.x86_64",
            "AppStream-9.4.0.Z.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
            "AppStream-9.4.0.Z.EUS:fence-virtd-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
            "AppStream-9.4.0.Z.EUS:fence-virtd-libvirt-0:4.10.0-62.el9_4.11.x86_64",
            "AppStream-9.4.0.Z.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
            "AppStream-9.4.0.Z.EUS:fence-virtd-multicast-0:4.10.0-62.el9_4.11.x86_64",
            "AppStream-9.4.0.Z.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
            "AppStream-9.4.0.Z.EUS:fence-virtd-serial-0:4.10.0-62.el9_4.11.x86_64",
            "AppStream-9.4.0.Z.EUS:fence-virtd-serial-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
            "AppStream-9.4.0.Z.EUS:fence-virtd-tcp-0:4.10.0-62.el9_4.11.x86_64",
            "AppStream-9.4.0.Z.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
            "AppStream-9.4.0.Z.EUS:ha-cloud-support-0:4.10.0-62.el9_4.11.x86_64",
            "AppStream-9.4.0.Z.EUS:ha-cloud-support-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-0:4.10.0-62.el9_4.11.src",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-aliyun-0:4.10.0-62.el9_4.11.x86_64",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.11.aarch64",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.11.ppc64le",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.11.s390x",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.11.x86_64",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-amt-ws-0:4.10.0-62.el9_4.11.noarch",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-apc-0:4.10.0-62.el9_4.11.noarch",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-apc-snmp-0:4.10.0-62.el9_4.11.noarch",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-aws-0:4.10.0-62.el9_4.11.x86_64",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-azure-arm-0:4.10.0-62.el9_4.11.x86_64",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-bladecenter-0:4.10.0-62.el9_4.11.noarch",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-brocade-0:4.10.0-62.el9_4.11.noarch",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-cisco-mds-0:4.10.0-62.el9_4.11.noarch",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-cisco-ucs-0:4.10.0-62.el9_4.11.noarch",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-common-0:4.10.0-62.el9_4.11.noarch",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-compute-0:4.10.0-62.el9_4.11.ppc64le",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-compute-0:4.10.0-62.el9_4.11.x86_64",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.11.aarch64",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.11.ppc64le",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.11.s390x",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.11.aarch64",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.11.ppc64le",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.11.s390x",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.11.x86_64",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-drac5-0:4.10.0-62.el9_4.11.noarch",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-eaton-snmp-0:4.10.0-62.el9_4.11.noarch",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-emerson-0:4.10.0-62.el9_4.11.noarch",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-eps-0:4.10.0-62.el9_4.11.noarch",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-gce-0:4.10.0-62.el9_4.11.x86_64",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-heuristics-ping-0:4.10.0-62.el9_4.11.noarch",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-hpblade-0:4.10.0-62.el9_4.11.noarch",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-ibm-powervs-0:4.10.0-62.el9_4.11.noarch",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-ibm-vpc-0:4.10.0-62.el9_4.11.noarch",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-ibmblade-0:4.10.0-62.el9_4.11.noarch",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-ifmib-0:4.10.0-62.el9_4.11.noarch",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-ilo-moonshot-0:4.10.0-62.el9_4.11.noarch",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-ilo-mp-0:4.10.0-62.el9_4.11.noarch",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-ilo-ssh-0:4.10.0-62.el9_4.11.noarch",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-ilo2-0:4.10.0-62.el9_4.11.noarch",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-intelmodular-0:4.10.0-62.el9_4.11.noarch",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-ipdu-0:4.10.0-62.el9_4.11.noarch",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-ipmilan-0:4.10.0-62.el9_4.11.noarch",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.11.aarch64",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.11.ppc64le",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.11.s390x",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.11.x86_64",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.aarch64",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.ppc64le",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.s390x",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.11.aarch64",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.11.ppc64le",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.11.s390x",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.11.x86_64",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.aarch64",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.ppc64le",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.s390x",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-lpar-0:4.10.0-62.el9_4.11.noarch",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-mpath-0:4.10.0-62.el9_4.11.noarch",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-openstack-0:4.10.0-62.el9_4.11.ppc64le",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-openstack-0:4.10.0-62.el9_4.11.x86_64",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.11.aarch64",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.11.ppc64le",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.11.s390x",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.11.x86_64",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-rhevm-0:4.10.0-62.el9_4.11.noarch",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-rsa-0:4.10.0-62.el9_4.11.noarch",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-rsb-0:4.10.0-62.el9_4.11.noarch",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-sbd-0:4.10.0-62.el9_4.11.noarch",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-scsi-0:4.10.0-62.el9_4.11.noarch",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-virsh-0:4.10.0-62.el9_4.11.noarch",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-vmware-rest-0:4.10.0-62.el9_4.11.noarch",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-vmware-soap-0:4.10.0-62.el9_4.11.noarch",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-wti-0:4.10.0-62.el9_4.11.noarch",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-zvm-0:4.10.0-62.el9_4.11.s390x",
            "HighAvailability-9.4.0.Z.EUS:fence-virt-0:4.10.0-62.el9_4.11.x86_64",
            "HighAvailability-9.4.0.Z.EUS:fence-virt-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
            "HighAvailability-9.4.0.Z.EUS:fence-virtd-0:4.10.0-62.el9_4.11.x86_64",
            "HighAvailability-9.4.0.Z.EUS:fence-virtd-cpg-0:4.10.0-62.el9_4.11.x86_64",
            "HighAvailability-9.4.0.Z.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
            "HighAvailability-9.4.0.Z.EUS:fence-virtd-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
            "HighAvailability-9.4.0.Z.EUS:fence-virtd-libvirt-0:4.10.0-62.el9_4.11.x86_64",
            "HighAvailability-9.4.0.Z.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
            "HighAvailability-9.4.0.Z.EUS:fence-virtd-multicast-0:4.10.0-62.el9_4.11.x86_64",
            "HighAvailability-9.4.0.Z.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
            "HighAvailability-9.4.0.Z.EUS:fence-virtd-serial-0:4.10.0-62.el9_4.11.x86_64",
            "HighAvailability-9.4.0.Z.EUS:fence-virtd-serial-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
            "HighAvailability-9.4.0.Z.EUS:fence-virtd-tcp-0:4.10.0-62.el9_4.11.x86_64",
            "HighAvailability-9.4.0.Z.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
            "HighAvailability-9.4.0.Z.EUS:ha-cloud-support-0:4.10.0-62.el9_4.11.x86_64",
            "HighAvailability-9.4.0.Z.EUS:ha-cloud-support-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-0:4.10.0-62.el9_4.11.src",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-aliyun-0:4.10.0-62.el9_4.11.x86_64",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.11.aarch64",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.11.ppc64le",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.11.s390x",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.11.x86_64",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-amt-ws-0:4.10.0-62.el9_4.11.noarch",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-apc-0:4.10.0-62.el9_4.11.noarch",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-apc-snmp-0:4.10.0-62.el9_4.11.noarch",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-aws-0:4.10.0-62.el9_4.11.x86_64",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-azure-arm-0:4.10.0-62.el9_4.11.x86_64",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-bladecenter-0:4.10.0-62.el9_4.11.noarch",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-brocade-0:4.10.0-62.el9_4.11.noarch",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-cisco-mds-0:4.10.0-62.el9_4.11.noarch",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-cisco-ucs-0:4.10.0-62.el9_4.11.noarch",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-common-0:4.10.0-62.el9_4.11.noarch",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-compute-0:4.10.0-62.el9_4.11.ppc64le",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-compute-0:4.10.0-62.el9_4.11.x86_64",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.11.aarch64",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.11.ppc64le",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.11.s390x",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.11.aarch64",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.11.ppc64le",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.11.s390x",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.11.x86_64",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-drac5-0:4.10.0-62.el9_4.11.noarch",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-eaton-snmp-0:4.10.0-62.el9_4.11.noarch",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-emerson-0:4.10.0-62.el9_4.11.noarch",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-eps-0:4.10.0-62.el9_4.11.noarch",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-gce-0:4.10.0-62.el9_4.11.x86_64",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-heuristics-ping-0:4.10.0-62.el9_4.11.noarch",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-hpblade-0:4.10.0-62.el9_4.11.noarch",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-ibm-powervs-0:4.10.0-62.el9_4.11.noarch",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-ibm-vpc-0:4.10.0-62.el9_4.11.noarch",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-ibmblade-0:4.10.0-62.el9_4.11.noarch",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-ifmib-0:4.10.0-62.el9_4.11.noarch",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-ilo-moonshot-0:4.10.0-62.el9_4.11.noarch",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-ilo-mp-0:4.10.0-62.el9_4.11.noarch",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-ilo-ssh-0:4.10.0-62.el9_4.11.noarch",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-ilo2-0:4.10.0-62.el9_4.11.noarch",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-intelmodular-0:4.10.0-62.el9_4.11.noarch",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-ipdu-0:4.10.0-62.el9_4.11.noarch",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-ipmilan-0:4.10.0-62.el9_4.11.noarch",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.11.aarch64",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.11.ppc64le",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.11.s390x",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.11.x86_64",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.aarch64",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.ppc64le",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.s390x",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.11.aarch64",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.11.ppc64le",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.11.s390x",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.11.x86_64",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.aarch64",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.ppc64le",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.s390x",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-lpar-0:4.10.0-62.el9_4.11.noarch",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-mpath-0:4.10.0-62.el9_4.11.noarch",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-openstack-0:4.10.0-62.el9_4.11.ppc64le",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-openstack-0:4.10.0-62.el9_4.11.x86_64",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.11.aarch64",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.11.ppc64le",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.11.s390x",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.11.x86_64",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-rhevm-0:4.10.0-62.el9_4.11.noarch",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-rsa-0:4.10.0-62.el9_4.11.noarch",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-rsb-0:4.10.0-62.el9_4.11.noarch",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-sbd-0:4.10.0-62.el9_4.11.noarch",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-scsi-0:4.10.0-62.el9_4.11.noarch",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-virsh-0:4.10.0-62.el9_4.11.noarch",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-vmware-rest-0:4.10.0-62.el9_4.11.noarch",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-vmware-soap-0:4.10.0-62.el9_4.11.noarch",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-wti-0:4.10.0-62.el9_4.11.noarch",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-zvm-0:4.10.0-62.el9_4.11.s390x",
            "ResilientStorage-9.4.0.Z.EUS:fence-virt-0:4.10.0-62.el9_4.11.x86_64",
            "ResilientStorage-9.4.0.Z.EUS:fence-virt-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
            "ResilientStorage-9.4.0.Z.EUS:fence-virtd-0:4.10.0-62.el9_4.11.x86_64",
            "ResilientStorage-9.4.0.Z.EUS:fence-virtd-cpg-0:4.10.0-62.el9_4.11.x86_64",
            "ResilientStorage-9.4.0.Z.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
            "ResilientStorage-9.4.0.Z.EUS:fence-virtd-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
            "ResilientStorage-9.4.0.Z.EUS:fence-virtd-libvirt-0:4.10.0-62.el9_4.11.x86_64",
            "ResilientStorage-9.4.0.Z.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
            "ResilientStorage-9.4.0.Z.EUS:fence-virtd-multicast-0:4.10.0-62.el9_4.11.x86_64",
            "ResilientStorage-9.4.0.Z.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
            "ResilientStorage-9.4.0.Z.EUS:fence-virtd-serial-0:4.10.0-62.el9_4.11.x86_64",
            "ResilientStorage-9.4.0.Z.EUS:fence-virtd-serial-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
            "ResilientStorage-9.4.0.Z.EUS:fence-virtd-tcp-0:4.10.0-62.el9_4.11.x86_64",
            "ResilientStorage-9.4.0.Z.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
            "ResilientStorage-9.4.0.Z.EUS:ha-cloud-support-0:4.10.0-62.el9_4.11.x86_64",
            "ResilientStorage-9.4.0.Z.EUS:ha-cloud-support-debuginfo-0:4.10.0-62.el9_4.11.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2025:2688"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "LOCAL",
            "availabilityImpact": "HIGH",
            "baseScore": 7.3,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "HIGH",
            "privilegesRequired": "LOW",
            "scope": "UNCHANGED",
            "userInteraction": "REQUIRED",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "AppStream-9.4.0.Z.EUS:fence-agents-0:4.10.0-62.el9_4.11.src",
            "AppStream-9.4.0.Z.EUS:fence-agents-aliyun-0:4.10.0-62.el9_4.11.x86_64",
            "AppStream-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.11.aarch64",
            "AppStream-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.11.ppc64le",
            "AppStream-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.11.s390x",
            "AppStream-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.11.x86_64",
            "AppStream-9.4.0.Z.EUS:fence-agents-amt-ws-0:4.10.0-62.el9_4.11.noarch",
            "AppStream-9.4.0.Z.EUS:fence-agents-apc-0:4.10.0-62.el9_4.11.noarch",
            "AppStream-9.4.0.Z.EUS:fence-agents-apc-snmp-0:4.10.0-62.el9_4.11.noarch",
            "AppStream-9.4.0.Z.EUS:fence-agents-aws-0:4.10.0-62.el9_4.11.x86_64",
            "AppStream-9.4.0.Z.EUS:fence-agents-azure-arm-0:4.10.0-62.el9_4.11.x86_64",
            "AppStream-9.4.0.Z.EUS:fence-agents-bladecenter-0:4.10.0-62.el9_4.11.noarch",
            "AppStream-9.4.0.Z.EUS:fence-agents-brocade-0:4.10.0-62.el9_4.11.noarch",
            "AppStream-9.4.0.Z.EUS:fence-agents-cisco-mds-0:4.10.0-62.el9_4.11.noarch",
            "AppStream-9.4.0.Z.EUS:fence-agents-cisco-ucs-0:4.10.0-62.el9_4.11.noarch",
            "AppStream-9.4.0.Z.EUS:fence-agents-common-0:4.10.0-62.el9_4.11.noarch",
            "AppStream-9.4.0.Z.EUS:fence-agents-compute-0:4.10.0-62.el9_4.11.ppc64le",
            "AppStream-9.4.0.Z.EUS:fence-agents-compute-0:4.10.0-62.el9_4.11.x86_64",
            "AppStream-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.11.aarch64",
            "AppStream-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.11.ppc64le",
            "AppStream-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.11.s390x",
            "AppStream-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
            "AppStream-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.11.aarch64",
            "AppStream-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.11.ppc64le",
            "AppStream-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.11.s390x",
            "AppStream-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.11.x86_64",
            "AppStream-9.4.0.Z.EUS:fence-agents-drac5-0:4.10.0-62.el9_4.11.noarch",
            "AppStream-9.4.0.Z.EUS:fence-agents-eaton-snmp-0:4.10.0-62.el9_4.11.noarch",
            "AppStream-9.4.0.Z.EUS:fence-agents-emerson-0:4.10.0-62.el9_4.11.noarch",
            "AppStream-9.4.0.Z.EUS:fence-agents-eps-0:4.10.0-62.el9_4.11.noarch",
            "AppStream-9.4.0.Z.EUS:fence-agents-gce-0:4.10.0-62.el9_4.11.x86_64",
            "AppStream-9.4.0.Z.EUS:fence-agents-heuristics-ping-0:4.10.0-62.el9_4.11.noarch",
            "AppStream-9.4.0.Z.EUS:fence-agents-hpblade-0:4.10.0-62.el9_4.11.noarch",
            "AppStream-9.4.0.Z.EUS:fence-agents-ibm-powervs-0:4.10.0-62.el9_4.11.noarch",
            "AppStream-9.4.0.Z.EUS:fence-agents-ibm-vpc-0:4.10.0-62.el9_4.11.noarch",
            "AppStream-9.4.0.Z.EUS:fence-agents-ibmblade-0:4.10.0-62.el9_4.11.noarch",
            "AppStream-9.4.0.Z.EUS:fence-agents-ifmib-0:4.10.0-62.el9_4.11.noarch",
            "AppStream-9.4.0.Z.EUS:fence-agents-ilo-moonshot-0:4.10.0-62.el9_4.11.noarch",
            "AppStream-9.4.0.Z.EUS:fence-agents-ilo-mp-0:4.10.0-62.el9_4.11.noarch",
            "AppStream-9.4.0.Z.EUS:fence-agents-ilo-ssh-0:4.10.0-62.el9_4.11.noarch",
            "AppStream-9.4.0.Z.EUS:fence-agents-ilo2-0:4.10.0-62.el9_4.11.noarch",
            "AppStream-9.4.0.Z.EUS:fence-agents-intelmodular-0:4.10.0-62.el9_4.11.noarch",
            "AppStream-9.4.0.Z.EUS:fence-agents-ipdu-0:4.10.0-62.el9_4.11.noarch",
            "AppStream-9.4.0.Z.EUS:fence-agents-ipmilan-0:4.10.0-62.el9_4.11.noarch",
            "AppStream-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.11.aarch64",
            "AppStream-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.11.ppc64le",
            "AppStream-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.11.s390x",
            "AppStream-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.11.x86_64",
            "AppStream-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.aarch64",
            "AppStream-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.ppc64le",
            "AppStream-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.s390x",
            "AppStream-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
            "AppStream-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.11.aarch64",
            "AppStream-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.11.ppc64le",
            "AppStream-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.11.s390x",
            "AppStream-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.11.x86_64",
            "AppStream-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.aarch64",
            "AppStream-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.ppc64le",
            "AppStream-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.s390x",
            "AppStream-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
            "AppStream-9.4.0.Z.EUS:fence-agents-lpar-0:4.10.0-62.el9_4.11.noarch",
            "AppStream-9.4.0.Z.EUS:fence-agents-mpath-0:4.10.0-62.el9_4.11.noarch",
            "AppStream-9.4.0.Z.EUS:fence-agents-openstack-0:4.10.0-62.el9_4.11.ppc64le",
            "AppStream-9.4.0.Z.EUS:fence-agents-openstack-0:4.10.0-62.el9_4.11.x86_64",
            "AppStream-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.11.aarch64",
            "AppStream-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.11.ppc64le",
            "AppStream-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.11.s390x",
            "AppStream-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.11.x86_64",
            "AppStream-9.4.0.Z.EUS:fence-agents-rhevm-0:4.10.0-62.el9_4.11.noarch",
            "AppStream-9.4.0.Z.EUS:fence-agents-rsa-0:4.10.0-62.el9_4.11.noarch",
            "AppStream-9.4.0.Z.EUS:fence-agents-rsb-0:4.10.0-62.el9_4.11.noarch",
            "AppStream-9.4.0.Z.EUS:fence-agents-sbd-0:4.10.0-62.el9_4.11.noarch",
            "AppStream-9.4.0.Z.EUS:fence-agents-scsi-0:4.10.0-62.el9_4.11.noarch",
            "AppStream-9.4.0.Z.EUS:fence-agents-virsh-0:4.10.0-62.el9_4.11.noarch",
            "AppStream-9.4.0.Z.EUS:fence-agents-vmware-rest-0:4.10.0-62.el9_4.11.noarch",
            "AppStream-9.4.0.Z.EUS:fence-agents-vmware-soap-0:4.10.0-62.el9_4.11.noarch",
            "AppStream-9.4.0.Z.EUS:fence-agents-wti-0:4.10.0-62.el9_4.11.noarch",
            "AppStream-9.4.0.Z.EUS:fence-agents-zvm-0:4.10.0-62.el9_4.11.s390x",
            "AppStream-9.4.0.Z.EUS:fence-virt-0:4.10.0-62.el9_4.11.x86_64",
            "AppStream-9.4.0.Z.EUS:fence-virt-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
            "AppStream-9.4.0.Z.EUS:fence-virtd-0:4.10.0-62.el9_4.11.x86_64",
            "AppStream-9.4.0.Z.EUS:fence-virtd-cpg-0:4.10.0-62.el9_4.11.x86_64",
            "AppStream-9.4.0.Z.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
            "AppStream-9.4.0.Z.EUS:fence-virtd-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
            "AppStream-9.4.0.Z.EUS:fence-virtd-libvirt-0:4.10.0-62.el9_4.11.x86_64",
            "AppStream-9.4.0.Z.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
            "AppStream-9.4.0.Z.EUS:fence-virtd-multicast-0:4.10.0-62.el9_4.11.x86_64",
            "AppStream-9.4.0.Z.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
            "AppStream-9.4.0.Z.EUS:fence-virtd-serial-0:4.10.0-62.el9_4.11.x86_64",
            "AppStream-9.4.0.Z.EUS:fence-virtd-serial-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
            "AppStream-9.4.0.Z.EUS:fence-virtd-tcp-0:4.10.0-62.el9_4.11.x86_64",
            "AppStream-9.4.0.Z.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
            "AppStream-9.4.0.Z.EUS:ha-cloud-support-0:4.10.0-62.el9_4.11.x86_64",
            "AppStream-9.4.0.Z.EUS:ha-cloud-support-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-0:4.10.0-62.el9_4.11.src",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-aliyun-0:4.10.0-62.el9_4.11.x86_64",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.11.aarch64",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.11.ppc64le",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.11.s390x",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.11.x86_64",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-amt-ws-0:4.10.0-62.el9_4.11.noarch",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-apc-0:4.10.0-62.el9_4.11.noarch",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-apc-snmp-0:4.10.0-62.el9_4.11.noarch",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-aws-0:4.10.0-62.el9_4.11.x86_64",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-azure-arm-0:4.10.0-62.el9_4.11.x86_64",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-bladecenter-0:4.10.0-62.el9_4.11.noarch",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-brocade-0:4.10.0-62.el9_4.11.noarch",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-cisco-mds-0:4.10.0-62.el9_4.11.noarch",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-cisco-ucs-0:4.10.0-62.el9_4.11.noarch",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-common-0:4.10.0-62.el9_4.11.noarch",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-compute-0:4.10.0-62.el9_4.11.ppc64le",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-compute-0:4.10.0-62.el9_4.11.x86_64",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.11.aarch64",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.11.ppc64le",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.11.s390x",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.11.aarch64",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.11.ppc64le",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.11.s390x",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.11.x86_64",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-drac5-0:4.10.0-62.el9_4.11.noarch",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-eaton-snmp-0:4.10.0-62.el9_4.11.noarch",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-emerson-0:4.10.0-62.el9_4.11.noarch",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-eps-0:4.10.0-62.el9_4.11.noarch",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-gce-0:4.10.0-62.el9_4.11.x86_64",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-heuristics-ping-0:4.10.0-62.el9_4.11.noarch",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-hpblade-0:4.10.0-62.el9_4.11.noarch",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-ibm-powervs-0:4.10.0-62.el9_4.11.noarch",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-ibm-vpc-0:4.10.0-62.el9_4.11.noarch",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-ibmblade-0:4.10.0-62.el9_4.11.noarch",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-ifmib-0:4.10.0-62.el9_4.11.noarch",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-ilo-moonshot-0:4.10.0-62.el9_4.11.noarch",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-ilo-mp-0:4.10.0-62.el9_4.11.noarch",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-ilo-ssh-0:4.10.0-62.el9_4.11.noarch",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-ilo2-0:4.10.0-62.el9_4.11.noarch",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-intelmodular-0:4.10.0-62.el9_4.11.noarch",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-ipdu-0:4.10.0-62.el9_4.11.noarch",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-ipmilan-0:4.10.0-62.el9_4.11.noarch",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.11.aarch64",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.11.ppc64le",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.11.s390x",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.11.x86_64",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.aarch64",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.ppc64le",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.s390x",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.11.aarch64",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.11.ppc64le",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.11.s390x",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.11.x86_64",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.aarch64",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.ppc64le",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.s390x",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-lpar-0:4.10.0-62.el9_4.11.noarch",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-mpath-0:4.10.0-62.el9_4.11.noarch",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-openstack-0:4.10.0-62.el9_4.11.ppc64le",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-openstack-0:4.10.0-62.el9_4.11.x86_64",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.11.aarch64",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.11.ppc64le",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.11.s390x",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.11.x86_64",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-rhevm-0:4.10.0-62.el9_4.11.noarch",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-rsa-0:4.10.0-62.el9_4.11.noarch",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-rsb-0:4.10.0-62.el9_4.11.noarch",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-sbd-0:4.10.0-62.el9_4.11.noarch",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-scsi-0:4.10.0-62.el9_4.11.noarch",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-virsh-0:4.10.0-62.el9_4.11.noarch",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-vmware-rest-0:4.10.0-62.el9_4.11.noarch",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-vmware-soap-0:4.10.0-62.el9_4.11.noarch",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-wti-0:4.10.0-62.el9_4.11.noarch",
            "HighAvailability-9.4.0.Z.EUS:fence-agents-zvm-0:4.10.0-62.el9_4.11.s390x",
            "HighAvailability-9.4.0.Z.EUS:fence-virt-0:4.10.0-62.el9_4.11.x86_64",
            "HighAvailability-9.4.0.Z.EUS:fence-virt-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
            "HighAvailability-9.4.0.Z.EUS:fence-virtd-0:4.10.0-62.el9_4.11.x86_64",
            "HighAvailability-9.4.0.Z.EUS:fence-virtd-cpg-0:4.10.0-62.el9_4.11.x86_64",
            "HighAvailability-9.4.0.Z.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
            "HighAvailability-9.4.0.Z.EUS:fence-virtd-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
            "HighAvailability-9.4.0.Z.EUS:fence-virtd-libvirt-0:4.10.0-62.el9_4.11.x86_64",
            "HighAvailability-9.4.0.Z.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
            "HighAvailability-9.4.0.Z.EUS:fence-virtd-multicast-0:4.10.0-62.el9_4.11.x86_64",
            "HighAvailability-9.4.0.Z.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
            "HighAvailability-9.4.0.Z.EUS:fence-virtd-serial-0:4.10.0-62.el9_4.11.x86_64",
            "HighAvailability-9.4.0.Z.EUS:fence-virtd-serial-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
            "HighAvailability-9.4.0.Z.EUS:fence-virtd-tcp-0:4.10.0-62.el9_4.11.x86_64",
            "HighAvailability-9.4.0.Z.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
            "HighAvailability-9.4.0.Z.EUS:ha-cloud-support-0:4.10.0-62.el9_4.11.x86_64",
            "HighAvailability-9.4.0.Z.EUS:ha-cloud-support-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-0:4.10.0-62.el9_4.11.src",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-aliyun-0:4.10.0-62.el9_4.11.x86_64",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.11.aarch64",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.11.ppc64le",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.11.s390x",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.11.x86_64",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-amt-ws-0:4.10.0-62.el9_4.11.noarch",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-apc-0:4.10.0-62.el9_4.11.noarch",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-apc-snmp-0:4.10.0-62.el9_4.11.noarch",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-aws-0:4.10.0-62.el9_4.11.x86_64",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-azure-arm-0:4.10.0-62.el9_4.11.x86_64",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-bladecenter-0:4.10.0-62.el9_4.11.noarch",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-brocade-0:4.10.0-62.el9_4.11.noarch",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-cisco-mds-0:4.10.0-62.el9_4.11.noarch",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-cisco-ucs-0:4.10.0-62.el9_4.11.noarch",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-common-0:4.10.0-62.el9_4.11.noarch",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-compute-0:4.10.0-62.el9_4.11.ppc64le",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-compute-0:4.10.0-62.el9_4.11.x86_64",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.11.aarch64",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.11.ppc64le",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.11.s390x",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.11.aarch64",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.11.ppc64le",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.11.s390x",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.11.x86_64",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-drac5-0:4.10.0-62.el9_4.11.noarch",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-eaton-snmp-0:4.10.0-62.el9_4.11.noarch",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-emerson-0:4.10.0-62.el9_4.11.noarch",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-eps-0:4.10.0-62.el9_4.11.noarch",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-gce-0:4.10.0-62.el9_4.11.x86_64",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-heuristics-ping-0:4.10.0-62.el9_4.11.noarch",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-hpblade-0:4.10.0-62.el9_4.11.noarch",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-ibm-powervs-0:4.10.0-62.el9_4.11.noarch",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-ibm-vpc-0:4.10.0-62.el9_4.11.noarch",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-ibmblade-0:4.10.0-62.el9_4.11.noarch",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-ifmib-0:4.10.0-62.el9_4.11.noarch",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-ilo-moonshot-0:4.10.0-62.el9_4.11.noarch",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-ilo-mp-0:4.10.0-62.el9_4.11.noarch",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-ilo-ssh-0:4.10.0-62.el9_4.11.noarch",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-ilo2-0:4.10.0-62.el9_4.11.noarch",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-intelmodular-0:4.10.0-62.el9_4.11.noarch",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-ipdu-0:4.10.0-62.el9_4.11.noarch",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-ipmilan-0:4.10.0-62.el9_4.11.noarch",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.11.aarch64",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.11.ppc64le",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.11.s390x",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.11.x86_64",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.aarch64",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.ppc64le",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.s390x",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.11.aarch64",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.11.ppc64le",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.11.s390x",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.11.x86_64",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.aarch64",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.ppc64le",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.s390x",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-lpar-0:4.10.0-62.el9_4.11.noarch",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-mpath-0:4.10.0-62.el9_4.11.noarch",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-openstack-0:4.10.0-62.el9_4.11.ppc64le",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-openstack-0:4.10.0-62.el9_4.11.x86_64",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.11.aarch64",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.11.ppc64le",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.11.s390x",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.11.x86_64",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-rhevm-0:4.10.0-62.el9_4.11.noarch",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-rsa-0:4.10.0-62.el9_4.11.noarch",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-rsb-0:4.10.0-62.el9_4.11.noarch",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-sbd-0:4.10.0-62.el9_4.11.noarch",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-scsi-0:4.10.0-62.el9_4.11.noarch",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-virsh-0:4.10.0-62.el9_4.11.noarch",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-vmware-rest-0:4.10.0-62.el9_4.11.noarch",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-vmware-soap-0:4.10.0-62.el9_4.11.noarch",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-wti-0:4.10.0-62.el9_4.11.noarch",
            "ResilientStorage-9.4.0.Z.EUS:fence-agents-zvm-0:4.10.0-62.el9_4.11.s390x",
            "ResilientStorage-9.4.0.Z.EUS:fence-virt-0:4.10.0-62.el9_4.11.x86_64",
            "ResilientStorage-9.4.0.Z.EUS:fence-virt-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
            "ResilientStorage-9.4.0.Z.EUS:fence-virtd-0:4.10.0-62.el9_4.11.x86_64",
            "ResilientStorage-9.4.0.Z.EUS:fence-virtd-cpg-0:4.10.0-62.el9_4.11.x86_64",
            "ResilientStorage-9.4.0.Z.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
            "ResilientStorage-9.4.0.Z.EUS:fence-virtd-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
            "ResilientStorage-9.4.0.Z.EUS:fence-virtd-libvirt-0:4.10.0-62.el9_4.11.x86_64",
            "ResilientStorage-9.4.0.Z.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
            "ResilientStorage-9.4.0.Z.EUS:fence-virtd-multicast-0:4.10.0-62.el9_4.11.x86_64",
            "ResilientStorage-9.4.0.Z.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
            "ResilientStorage-9.4.0.Z.EUS:fence-virtd-serial-0:4.10.0-62.el9_4.11.x86_64",
            "ResilientStorage-9.4.0.Z.EUS:fence-virtd-serial-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
            "ResilientStorage-9.4.0.Z.EUS:fence-virtd-tcp-0:4.10.0-62.el9_4.11.x86_64",
            "ResilientStorage-9.4.0.Z.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
            "ResilientStorage-9.4.0.Z.EUS:ha-cloud-support-0:4.10.0-62.el9_4.11.x86_64",
            "ResilientStorage-9.4.0.Z.EUS:ha-cloud-support-debuginfo-0:4.10.0-62.el9_4.11.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Important"
        }
      ],
      "title": "jinja2: Jinja sandbox breakout through attr filter selecting format method"
    }
  ]
}
  rhsa-2025:4431
Vulnerability from csaf_redhat
Notes
{
  "document": {
    "aggregate_severity": {
      "namespace": "https://access.redhat.com/security/updates/classification/",
      "text": "Important"
    },
    "category": "csaf_security_advisory",
    "csaf_version": "2.0",
    "distribution": {
      "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
      "tlp": {
        "label": "WHITE",
        "url": "https://www.first.org/tlp/"
      }
    },
    "lang": "en",
    "notes": [
      {
        "category": "summary",
        "text": "Red Hat OpenShift Container Platform release 4.17.28 is now available with updates to packages and images that fix several bugs and add enhancements.\n\nThis release includes a security update for Red Hat OpenShift Container Platform 4.17.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
        "title": "Topic"
      },
      {
        "category": "general",
        "text": "Red Hat OpenShift Container Platform is Red Hat\u0027s cloud computing Kubernetes application platform solution designed for on-premise or private cloud deployments.\n\nThis advisory contains the container images for Red Hat OpenShift Container Platform 4.17.28. See the following advisory for the RPM packages for this release:\n\nhttps://access.redhat.com/errata/RHBA-2025:4433\n\nSpace precludes documenting all of the container images in this advisory. See the following Release Notes documentation, which will be updated shortly for this release, for details about these changes:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.17/html/release_notes/\n\nSecurity Fix(es):\n\n* libxslt: Use-After-Free in libxslt (xsltGetInheritedNsList)\n(CVE-2024-55549)\n* libxslt: Use-After-Free in libxslt numbers.c (CVE-2025-24855)\n* jinja2: Jinja sandbox breakout through attr filter selecting format\nmethod (CVE-2025-27516)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAll OpenShift Container Platform 4.17 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.17/html-single/updating_clusters/index#updating-cluster-cli.",
        "title": "Details"
      },
      {
        "category": "legal_disclaimer",
        "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
        "title": "Terms of Use"
      }
    ],
    "publisher": {
      "category": "vendor",
      "contact_details": "https://access.redhat.com/security/team/contact/",
      "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
      "name": "Red Hat Product Security",
      "namespace": "https://www.redhat.com"
    },
    "references": [
      {
        "category": "self",
        "summary": "https://access.redhat.com/errata/RHSA-2025:4431",
        "url": "https://access.redhat.com/errata/RHSA-2025:4431"
      },
      {
        "category": "external",
        "summary": "https://access.redhat.com/security/updates/classification/#important",
        "url": "https://access.redhat.com/security/updates/classification/#important"
      },
      {
        "category": "external",
        "summary": "2350190",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2350190"
      },
      {
        "category": "external",
        "summary": "2352483",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2352483"
      },
      {
        "category": "external",
        "summary": "2352484",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2352484"
      },
      {
        "category": "external",
        "summary": "OCPBUGS-52314",
        "url": "https://issues.redhat.com/browse/OCPBUGS-52314"
      },
      {
        "category": "external",
        "summary": "OCPBUGS-54830",
        "url": "https://issues.redhat.com/browse/OCPBUGS-54830"
      },
      {
        "category": "external",
        "summary": "OCPBUGS-55118",
        "url": "https://issues.redhat.com/browse/OCPBUGS-55118"
      },
      {
        "category": "external",
        "summary": "OCPBUGS-55184",
        "url": "https://issues.redhat.com/browse/OCPBUGS-55184"
      },
      {
        "category": "external",
        "summary": "OCPBUGS-55202",
        "url": "https://issues.redhat.com/browse/OCPBUGS-55202"
      },
      {
        "category": "external",
        "summary": "OCPBUGS-55239",
        "url": "https://issues.redhat.com/browse/OCPBUGS-55239"
      },
      {
        "category": "external",
        "summary": "OCPBUGS-55344",
        "url": "https://issues.redhat.com/browse/OCPBUGS-55344"
      },
      {
        "category": "external",
        "summary": "OCPBUGS-55355",
        "url": "https://issues.redhat.com/browse/OCPBUGS-55355"
      },
      {
        "category": "self",
        "summary": "Canonical URL",
        "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_4431.json"
      }
    ],
    "title": "Red Hat Security Advisory: OpenShift Container Platform 4.17.28 bug fix and security update",
    "tracking": {
      "current_release_date": "2025-10-28T19:42:50+00:00",
      "generator": {
        "date": "2025-10-28T19:42:50+00:00",
        "engine": {
          "name": "Red Hat SDEngine",
          "version": "4.6.10"
        }
      },
      "id": "RHSA-2025:4431",
      "initial_release_date": "2025-05-09T04:33:03+00:00",
      "revision_history": [
        {
          "date": "2025-05-09T04:33:03+00:00",
          "number": "1",
          "summary": "Initial version"
        },
        {
          "date": "2025-05-09T04:33:03+00:00",
          "number": "2",
          "summary": "Last updated version"
        },
        {
          "date": "2025-10-28T19:42:50+00:00",
          "number": "3",
          "summary": "Last generated version"
        }
      ],
      "status": "final",
      "version": "3"
    }
  },
  "product_tree": {
    "branches": [
      {
        "branches": [
          {
            "branches": [
              {
                "category": "product_name",
                "name": "Red Hat OpenShift Container Platform 4.17",
                "product": {
                  "name": "Red Hat OpenShift Container Platform 4.17",
                  "product_id": "9Base-RHOSE-4.17",
                  "product_identification_helper": {
                    "cpe": "cpe:/a:redhat:openshift:4.17::el9"
                  }
                }
              }
            ],
            "category": "product_family",
            "name": "Red Hat OpenShift Enterprise"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-autoscaler-rhel9@sha256:e315d8104d63d0323f37112d8847fffe896a5399732874f1ace113ef168ec6f6_ppc64le",
                "product": {
                  "name": "openshift4/ose-cluster-autoscaler-rhel9@sha256:e315d8104d63d0323f37112d8847fffe896a5399732874f1ace113ef168ec6f6_ppc64le",
                  "product_id": "openshift4/ose-cluster-autoscaler-rhel9@sha256:e315d8104d63d0323f37112d8847fffe896a5399732874f1ace113ef168ec6f6_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-autoscaler-rhel9@sha256:e315d8104d63d0323f37112d8847fffe896a5399732874f1ace113ef168ec6f6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9\u0026tag=v4.17.0-202504281009.p0.g12bd2a9.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/aws-kms-encryption-provider-rhel9@sha256:9ba0c5d8195237e7cc9e37ae735a7841a3fcab2fe12e6ef106da61a6e09db0cf_ppc64le",
                "product": {
                  "name": "openshift4/aws-kms-encryption-provider-rhel9@sha256:9ba0c5d8195237e7cc9e37ae735a7841a3fcab2fe12e6ef106da61a6e09db0cf_ppc64le",
                  "product_id": "openshift4/aws-kms-encryption-provider-rhel9@sha256:9ba0c5d8195237e7cc9e37ae735a7841a3fcab2fe12e6ef106da61a6e09db0cf_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/aws-kms-encryption-provider-rhel9@sha256:9ba0c5d8195237e7cc9e37ae735a7841a3fcab2fe12e6ef106da61a6e09db0cf?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9\u0026tag=v4.17.0-202504281009.p0.g9d40167.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/azure-kms-encryption-provider-rhel9@sha256:a9fa50ec982340d9e61f130c74457bf6809d843c13a266d140617f17ac1bec0d_ppc64le",
                "product": {
                  "name": "openshift4/azure-kms-encryption-provider-rhel9@sha256:a9fa50ec982340d9e61f130c74457bf6809d843c13a266d140617f17ac1bec0d_ppc64le",
                  "product_id": "openshift4/azure-kms-encryption-provider-rhel9@sha256:a9fa50ec982340d9e61f130c74457bf6809d843c13a266d140617f17ac1bec0d_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/azure-kms-encryption-provider-rhel9@sha256:a9fa50ec982340d9e61f130c74457bf6809d843c13a266d140617f17ac1bec0d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9\u0026tag=v4.17.0-202504281009.p0.gf1e56a2.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-baremetal-machine-controllers-rhel9@sha256:718e160e36461f4b068deda1ebe34c36cfcad3cc4a361321dcf538d2a83aa1c5_ppc64le",
                "product": {
                  "name": "openshift4/ose-baremetal-machine-controllers-rhel9@sha256:718e160e36461f4b068deda1ebe34c36cfcad3cc4a361321dcf538d2a83aa1c5_ppc64le",
                  "product_id": "openshift4/ose-baremetal-machine-controllers-rhel9@sha256:718e160e36461f4b068deda1ebe34c36cfcad3cc4a361321dcf538d2a83aa1c5_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-baremetal-machine-controllers-rhel9@sha256:718e160e36461f4b068deda1ebe34c36cfcad3cc4a361321dcf538d2a83aa1c5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9\u0026tag=v4.17.0-202504281009.p0.g6e7aa77.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-etcd-rhel9-operator@sha256:f40468472b7d853b1f5034c2bb4cfecb6bf91c78e9963bdb350efa6172c34029_ppc64le",
                "product": {
                  "name": "openshift4/ose-cluster-etcd-rhel9-operator@sha256:f40468472b7d853b1f5034c2bb4cfecb6bf91c78e9963bdb350efa6172c34029_ppc64le",
                  "product_id": "openshift4/ose-cluster-etcd-rhel9-operator@sha256:f40468472b7d853b1f5034c2bb4cfecb6bf91c78e9963bdb350efa6172c34029_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-etcd-rhel9-operator@sha256:f40468472b7d853b1f5034c2bb4cfecb6bf91c78e9963bdb350efa6172c34029?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator\u0026tag=v4.17.0-202504281009.p0.g50f5541.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-monitoring-rhel9-operator@sha256:bcb67b2b03ee49369c4d970c5e07322f85d2cf30bc50386e73313df1ad5b926e_ppc64le",
                "product": {
                  "name": "openshift4/ose-cluster-monitoring-rhel9-operator@sha256:bcb67b2b03ee49369c4d970c5e07322f85d2cf30bc50386e73313df1ad5b926e_ppc64le",
                  "product_id": "openshift4/ose-cluster-monitoring-rhel9-operator@sha256:bcb67b2b03ee49369c4d970c5e07322f85d2cf30bc50386e73313df1ad5b926e_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-monitoring-rhel9-operator@sha256:bcb67b2b03ee49369c4d970c5e07322f85d2cf30bc50386e73313df1ad5b926e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator\u0026tag=v4.17.0-202504281009.p0.gff3a4f0.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-network-rhel9-operator@sha256:64d5b8230e17e6c1e6b53c2cbe91ded4f9caead425dd579adbb2700923375c98_ppc64le",
                "product": {
                  "name": "openshift4/ose-cluster-network-rhel9-operator@sha256:64d5b8230e17e6c1e6b53c2cbe91ded4f9caead425dd579adbb2700923375c98_ppc64le",
                  "product_id": "openshift4/ose-cluster-network-rhel9-operator@sha256:64d5b8230e17e6c1e6b53c2cbe91ded4f9caead425dd579adbb2700923375c98_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-network-rhel9-operator@sha256:64d5b8230e17e6c1e6b53c2cbe91ded4f9caead425dd579adbb2700923375c98?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator\u0026tag=v4.17.0-202504281009.p0.g5f2fe68.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:78953203ce538feac3dc891a0021a076873b55d04b0a87ee223ad64f41beee6d_ppc64le",
                "product": {
                  "name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:78953203ce538feac3dc891a0021a076873b55d04b0a87ee223ad64f41beee6d_ppc64le",
                  "product_id": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:78953203ce538feac3dc891a0021a076873b55d04b0a87ee223ad64f41beee6d_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256:78953203ce538feac3dc891a0021a076873b55d04b0a87ee223ad64f41beee6d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator\u0026tag=v4.17.0-202504300106.p0.gb6712f3.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-version-rhel9-operator@sha256:cdd431c76a10d0a679171a9e834274b053d4c710b26703e9732468c538e28cf8_ppc64le",
                "product": {
                  "name": "openshift4/ose-cluster-version-rhel9-operator@sha256:cdd431c76a10d0a679171a9e834274b053d4c710b26703e9732468c538e28cf8_ppc64le",
                  "product_id": "openshift4/ose-cluster-version-rhel9-operator@sha256:cdd431c76a10d0a679171a9e834274b053d4c710b26703e9732468c538e28cf8_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-version-rhel9-operator@sha256:cdd431c76a10d0a679171a9e834274b053d4c710b26703e9732468c538e28cf8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator\u0026tag=v4.17.0-202504281705.p0.gb06c462.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-configmap-reloader-rhel9@sha256:9a41418fa0c3c5e3f0360b9c7459f186511389b5683ee3bff415f049ae84a241_ppc64le",
                "product": {
                  "name": "openshift4/ose-configmap-reloader-rhel9@sha256:9a41418fa0c3c5e3f0360b9c7459f186511389b5683ee3bff415f049ae84a241_ppc64le",
                  "product_id": "openshift4/ose-configmap-reloader-rhel9@sha256:9a41418fa0c3c5e3f0360b9c7459f186511389b5683ee3bff415f049ae84a241_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-configmap-reloader-rhel9@sha256:9a41418fa0c3c5e3f0360b9c7459f186511389b5683ee3bff415f049ae84a241?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-configmap-reloader-rhel9\u0026tag=v4.17.0-202504281009.p0.gb877222.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/container-networking-plugins-microshift-rhel9@sha256:4c57864ec6554cf452d24947d6d1387f8c4e10a0b89508279b1bdc12a1a1f50e_ppc64le",
                "product": {
                  "name": "openshift4/container-networking-plugins-microshift-rhel9@sha256:4c57864ec6554cf452d24947d6d1387f8c4e10a0b89508279b1bdc12a1a1f50e_ppc64le",
                  "product_id": "openshift4/container-networking-plugins-microshift-rhel9@sha256:4c57864ec6554cf452d24947d6d1387f8c4e10a0b89508279b1bdc12a1a1f50e_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/container-networking-plugins-microshift-rhel9@sha256:4c57864ec6554cf452d24947d6d1387f8c4e10a0b89508279b1bdc12a1a1f50e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9\u0026tag=v4.17.0-202504281009.p0.g24a6532.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-coredns-rhel9@sha256:560e9cc66aad1c9732c23b0d7cdb2c812a31c46efa456346b01e142b185d2194_ppc64le",
                "product": {
                  "name": "openshift4/ose-coredns-rhel9@sha256:560e9cc66aad1c9732c23b0d7cdb2c812a31c46efa456346b01e142b185d2194_ppc64le",
                  "product_id": "openshift4/ose-coredns-rhel9@sha256:560e9cc66aad1c9732c23b0d7cdb2c812a31c46efa456346b01e142b185d2194_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-coredns-rhel9@sha256:560e9cc66aad1c9732c23b0d7cdb2c812a31c46efa456346b01e142b185d2194?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-coredns-rhel9\u0026tag=v4.17.0-202504281009.p0.gd3b441c.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-csi-external-attacher-rhel9@sha256:ba7cb4455bb603eaf6b506782468741b5a71b31a0947bab69c809454ba19f260_ppc64le",
                "product": {
                  "name": "openshift4/ose-csi-external-attacher-rhel9@sha256:ba7cb4455bb603eaf6b506782468741b5a71b31a0947bab69c809454ba19f260_ppc64le",
                  "product_id": "openshift4/ose-csi-external-attacher-rhel9@sha256:ba7cb4455bb603eaf6b506782468741b5a71b31a0947bab69c809454ba19f260_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-csi-external-attacher-rhel9@sha256:ba7cb4455bb603eaf6b506782468741b5a71b31a0947bab69c809454ba19f260?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9\u0026tag=v4.17.0-202504281009.p0.gc3fe8e2.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-csi-driver-manila-rhel9@sha256:0c895394b3967e306bb26310f35b0aed33af1048bf1053a780df197734e6f8c4_ppc64le",
                "product": {
                  "name": "openshift4/ose-csi-driver-manila-rhel9@sha256:0c895394b3967e306bb26310f35b0aed33af1048bf1053a780df197734e6f8c4_ppc64le",
                  "product_id": "openshift4/ose-csi-driver-manila-rhel9@sha256:0c895394b3967e306bb26310f35b0aed33af1048bf1053a780df197734e6f8c4_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-csi-driver-manila-rhel9@sha256:0c895394b3967e306bb26310f35b0aed33af1048bf1053a780df197734e6f8c4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9\u0026tag=v4.17.0-202504281009.p0.g0e338e1.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-csi-driver-manila-rhel9-operator@sha256:e869a57727be73359e7159e2ca575f98976e4ebf444635098845f22f01352289_ppc64le",
                "product": {
                  "name": "openshift4/ose-csi-driver-manila-rhel9-operator@sha256:e869a57727be73359e7159e2ca575f98976e4ebf444635098845f22f01352289_ppc64le",
                  "product_id": "openshift4/ose-csi-driver-manila-rhel9-operator@sha256:e869a57727be73359e7159e2ca575f98976e4ebf444635098845f22f01352289_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-csi-driver-manila-rhel9-operator@sha256:e869a57727be73359e7159e2ca575f98976e4ebf444635098845f22f01352289?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator\u0026tag=v4.17.0-202504281009.p0.gefc99a2.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-csi-driver-nfs-rhel9@sha256:aded4df23d361836b6ef99a3bba41c187533883dc32134571a419f3894cd1123_ppc64le",
                "product": {
                  "name": "openshift4/ose-csi-driver-nfs-rhel9@sha256:aded4df23d361836b6ef99a3bba41c187533883dc32134571a419f3894cd1123_ppc64le",
                  "product_id": "openshift4/ose-csi-driver-nfs-rhel9@sha256:aded4df23d361836b6ef99a3bba41c187533883dc32134571a419f3894cd1123_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-csi-driver-nfs-rhel9@sha256:aded4df23d361836b6ef99a3bba41c187533883dc32134571a419f3894cd1123?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9\u0026tag=v4.17.0-202504281009.p0.g6a72c25.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-csi-livenessprobe-rhel9@sha256:19606dd645438a72af581210114459eeecfe1c96547de6e2a9a7a4a8d7b781c1_ppc64le",
                "product": {
                  "name": "openshift4/ose-csi-livenessprobe-rhel9@sha256:19606dd645438a72af581210114459eeecfe1c96547de6e2a9a7a4a8d7b781c1_ppc64le",
                  "product_id": "openshift4/ose-csi-livenessprobe-rhel9@sha256:19606dd645438a72af581210114459eeecfe1c96547de6e2a9a7a4a8d7b781c1_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-csi-livenessprobe-rhel9@sha256:19606dd645438a72af581210114459eeecfe1c96547de6e2a9a7a4a8d7b781c1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9\u0026tag=v4.17.0-202504281009.p0.g075ebcd.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-csi-node-driver-registrar-rhel9@sha256:168d92be0933a07413608c50a787729080bc8c850c9efdec25f77bafdfaaae34_ppc64le",
                "product": {
                  "name": "openshift4/ose-csi-node-driver-registrar-rhel9@sha256:168d92be0933a07413608c50a787729080bc8c850c9efdec25f77bafdfaaae34_ppc64le",
                  "product_id": "openshift4/ose-csi-node-driver-registrar-rhel9@sha256:168d92be0933a07413608c50a787729080bc8c850c9efdec25f77bafdfaaae34_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-csi-node-driver-registrar-rhel9@sha256:168d92be0933a07413608c50a787729080bc8c850c9efdec25f77bafdfaaae34?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9\u0026tag=v4.17.0-202504281009.p0.g436a1f3.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-csi-external-provisioner-rhel9@sha256:5788c2e871884ff0e5edf019ae70cf1739b34170706ed731679afcd38d45202d_ppc64le",
                "product": {
                  "name": "openshift4/ose-csi-external-provisioner-rhel9@sha256:5788c2e871884ff0e5edf019ae70cf1739b34170706ed731679afcd38d45202d_ppc64le",
                  "product_id": "openshift4/ose-csi-external-provisioner-rhel9@sha256:5788c2e871884ff0e5edf019ae70cf1739b34170706ed731679afcd38d45202d_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-csi-external-provisioner-rhel9@sha256:5788c2e871884ff0e5edf019ae70cf1739b34170706ed731679afcd38d45202d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9\u0026tag=v4.17.0-202504281009.p0.gfe460e5.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/driver-toolkit-rhel9@sha256:c9e05849c3438f54571b43555c775401f5a97abcf7d328c6b04387e8c1d0b312_ppc64le",
                "product": {
                  "name": "openshift4/driver-toolkit-rhel9@sha256:c9e05849c3438f54571b43555c775401f5a97abcf7d328c6b04387e8c1d0b312_ppc64le",
                  "product_id": "openshift4/driver-toolkit-rhel9@sha256:c9e05849c3438f54571b43555c775401f5a97abcf7d328c6b04387e8c1d0b312_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/driver-toolkit-rhel9@sha256:c9e05849c3438f54571b43555c775401f5a97abcf7d328c6b04387e8c1d0b312?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/driver-toolkit-rhel9\u0026tag=v4.17.0-202504291435.p0.g859518f.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4394b5921e342708156f43b45fe0cb780357d7a493c8c323fc403cf99bb0a7ad_ppc64le",
                "product": {
                  "name": "openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4394b5921e342708156f43b45fe0cb780357d7a493c8c323fc403cf99bb0a7ad_ppc64le",
                  "product_id": "openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4394b5921e342708156f43b45fe0cb780357d7a493c8c323fc403cf99bb0a7ad_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4394b5921e342708156f43b45fe0cb780357d7a493c8c323fc403cf99bb0a7ad?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9\u0026tag=v4.17.0-202504281009.p0.g08579e9.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-oauth-proxy-rhel9@sha256:1eaf29ebdb3d128ff2acc33bae9a33da915806cd20c8aa98afd8d1004eb17dba_ppc64le",
                "product": {
                  "name": "openshift4/ose-oauth-proxy-rhel9@sha256:1eaf29ebdb3d128ff2acc33bae9a33da915806cd20c8aa98afd8d1004eb17dba_ppc64le",
                  "product_id": "openshift4/ose-oauth-proxy-rhel9@sha256:1eaf29ebdb3d128ff2acc33bae9a33da915806cd20c8aa98afd8d1004eb17dba_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-oauth-proxy-rhel9@sha256:1eaf29ebdb3d128ff2acc33bae9a33da915806cd20c8aa98afd8d1004eb17dba?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-proxy-rhel9\u0026tag=v4.17.0-202504281009.p0.g07d03d7.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-prometheus-alertmanager-rhel9@sha256:bb6af93d177a604520ef035bfe3617985f7a217784d20a4cd180dddae75e6949_ppc64le",
                "product": {
                  "name": "openshift4/ose-prometheus-alertmanager-rhel9@sha256:bb6af93d177a604520ef035bfe3617985f7a217784d20a4cd180dddae75e6949_ppc64le",
                  "product_id": "openshift4/ose-prometheus-alertmanager-rhel9@sha256:bb6af93d177a604520ef035bfe3617985f7a217784d20a4cd180dddae75e6949_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-prometheus-alertmanager-rhel9@sha256:bb6af93d177a604520ef035bfe3617985f7a217784d20a4cd180dddae75e6949?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9\u0026tag=v4.17.0-202504281009.p0.gd7c1a7c.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-prometheus-node-exporter-rhel9@sha256:8292247806e2520a54b4170aa69da7f20b93b2420df976dbd2f5e92735100c2a_ppc64le",
                "product": {
                  "name": "openshift4/ose-prometheus-node-exporter-rhel9@sha256:8292247806e2520a54b4170aa69da7f20b93b2420df976dbd2f5e92735100c2a_ppc64le",
                  "product_id": "openshift4/ose-prometheus-node-exporter-rhel9@sha256:8292247806e2520a54b4170aa69da7f20b93b2420df976dbd2f5e92735100c2a_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-prometheus-node-exporter-rhel9@sha256:8292247806e2520a54b4170aa69da7f20b93b2420df976dbd2f5e92735100c2a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9\u0026tag=v4.17.0-202504281009.p0.gd88fd69.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-prometheus-rhel9@sha256:033caa3d2b728c32e63c7de347646938d304ac0ff2c490aa35d7e85e63236cc3_ppc64le",
                "product": {
                  "name": "openshift4/ose-prometheus-rhel9@sha256:033caa3d2b728c32e63c7de347646938d304ac0ff2c490aa35d7e85e63236cc3_ppc64le",
                  "product_id": "openshift4/ose-prometheus-rhel9@sha256:033caa3d2b728c32e63c7de347646938d304ac0ff2c490aa35d7e85e63236cc3_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-prometheus-rhel9@sha256:033caa3d2b728c32e63c7de347646938d304ac0ff2c490aa35d7e85e63236cc3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-rhel9\u0026tag=v4.17.0-202504281009.p0.gb43f995.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-kube-proxy-rhel9@sha256:d1654ad59633f2f3d6542a83c32ac0e1084cd148a735b46f4c674edca9fc98e0_ppc64le",
                "product": {
                  "name": "openshift4/ose-kube-proxy-rhel9@sha256:d1654ad59633f2f3d6542a83c32ac0e1084cd148a735b46f4c674edca9fc98e0_ppc64le",
                  "product_id": "openshift4/ose-kube-proxy-rhel9@sha256:d1654ad59633f2f3d6542a83c32ac0e1084cd148a735b46f4c674edca9fc98e0_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-kube-proxy-rhel9@sha256:d1654ad59633f2f3d6542a83c32ac0e1084cd148a735b46f4c674edca9fc98e0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-kube-proxy-rhel9\u0026tag=v4.17.0-202504281009.p0.gdee082d.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-kube-rbac-proxy-rhel9@sha256:5c81ef8f24b561ba9b51c25e3ca50322eeb0544240f9f6db020542f5101f17ae_ppc64le",
                "product": {
                  "name": "openshift4/ose-kube-rbac-proxy-rhel9@sha256:5c81ef8f24b561ba9b51c25e3ca50322eeb0544240f9f6db020542f5101f17ae_ppc64le",
                  "product_id": "openshift4/ose-kube-rbac-proxy-rhel9@sha256:5c81ef8f24b561ba9b51c25e3ca50322eeb0544240f9f6db020542f5101f17ae_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-kube-rbac-proxy-rhel9@sha256:5c81ef8f24b561ba9b51c25e3ca50322eeb0544240f9f6db020542f5101f17ae?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9\u0026tag=v4.17.0-202504281009.p0.g7718265.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-kube-state-metrics-rhel9@sha256:6c697bb3cd8bf8a743a0a948721c4c97284d62608ec5272bf97fa51d23f8ab14_ppc64le",
                "product": {
                  "name": "openshift4/ose-kube-state-metrics-rhel9@sha256:6c697bb3cd8bf8a743a0a948721c4c97284d62608ec5272bf97fa51d23f8ab14_ppc64le",
                  "product_id": "openshift4/ose-kube-state-metrics-rhel9@sha256:6c697bb3cd8bf8a743a0a948721c4c97284d62608ec5272bf97fa51d23f8ab14_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-kube-state-metrics-rhel9@sha256:6c697bb3cd8bf8a743a0a948721c4c97284d62608ec5272bf97fa51d23f8ab14?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9\u0026tag=v4.17.0-202504281009.p0.g462e63f.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-operator-marketplace-rhel9@sha256:7c57bddae38c037d1848a509ba7c4e5831632581439f90865422151a90c7ade5_ppc64le",
                "product": {
                  "name": "openshift4/ose-operator-marketplace-rhel9@sha256:7c57bddae38c037d1848a509ba7c4e5831632581439f90865422151a90c7ade5_ppc64le",
                  "product_id": "openshift4/ose-operator-marketplace-rhel9@sha256:7c57bddae38c037d1848a509ba7c4e5831632581439f90865422151a90c7ade5_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-operator-marketplace-rhel9@sha256:7c57bddae38c037d1848a509ba7c4e5831632581439f90865422151a90c7ade5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-operator-marketplace-rhel9\u0026tag=v4.17.0-202504281009.p0.gf03e282.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-monitoring-plugin-rhel9@sha256:cb9d387eca1b9defc9b9cf59e79e3afd9721f6e2768f6ca1b23e2d93c643fe88_ppc64le",
                "product": {
                  "name": "openshift4/ose-monitoring-plugin-rhel9@sha256:cb9d387eca1b9defc9b9cf59e79e3afd9721f6e2768f6ca1b23e2d93c643fe88_ppc64le",
                  "product_id": "openshift4/ose-monitoring-plugin-rhel9@sha256:cb9d387eca1b9defc9b9cf59e79e3afd9721f6e2768f6ca1b23e2d93c643fe88_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-monitoring-plugin-rhel9@sha256:cb9d387eca1b9defc9b9cf59e79e3afd9721f6e2768f6ca1b23e2d93c643fe88?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9\u0026tag=v4.17.0-202504300106.p0.g3246300.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-multus-cni-rhel9@sha256:331e9a2ee10ab14cd3cdf1016af92a1e3df1f25422900bf980604b0b6c6050e9_ppc64le",
                "product": {
                  "name": "openshift4/ose-multus-cni-rhel9@sha256:331e9a2ee10ab14cd3cdf1016af92a1e3df1f25422900bf980604b0b6c6050e9_ppc64le",
                  "product_id": "openshift4/ose-multus-cni-rhel9@sha256:331e9a2ee10ab14cd3cdf1016af92a1e3df1f25422900bf980604b0b6c6050e9_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-multus-cni-rhel9@sha256:331e9a2ee10ab14cd3cdf1016af92a1e3df1f25422900bf980604b0b6c6050e9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-multus-cni-rhel9\u0026tag=v4.17.0-202504281009.p0.gaf7b9cb.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-multus-cni-microshift-rhel9@sha256:60064cac3df05c9a076ad9942bf3ffdf452f8ed8ade863153a7ea449234b1e4c_ppc64le",
                "product": {
                  "name": "openshift4/ose-multus-cni-microshift-rhel9@sha256:60064cac3df05c9a076ad9942bf3ffdf452f8ed8ade863153a7ea449234b1e4c_ppc64le",
                  "product_id": "openshift4/ose-multus-cni-microshift-rhel9@sha256:60064cac3df05c9a076ad9942bf3ffdf452f8ed8ade863153a7ea449234b1e4c_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-multus-cni-microshift-rhel9@sha256:60064cac3df05c9a076ad9942bf3ffdf452f8ed8ade863153a7ea449234b1e4c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9\u0026tag=v4.17.0-202504281009.p0.gaf7b9cb.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-networking-console-plugin-rhel9@sha256:7c0370de82ecd2cab8bf48ae7f1bf66a52d637e8b9aa6c0ceadc6a27b5e3507d_ppc64le",
                "product": {
                  "name": "openshift4/ose-networking-console-plugin-rhel9@sha256:7c0370de82ecd2cab8bf48ae7f1bf66a52d637e8b9aa6c0ceadc6a27b5e3507d_ppc64le",
                  "product_id": "openshift4/ose-networking-console-plugin-rhel9@sha256:7c0370de82ecd2cab8bf48ae7f1bf66a52d637e8b9aa6c0ceadc6a27b5e3507d_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-networking-console-plugin-rhel9@sha256:7c0370de82ecd2cab8bf48ae7f1bf66a52d637e8b9aa6c0ceadc6a27b5e3507d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9\u0026tag=v4.17.0-202504300106.p0.g869e77a.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-oauth-server-rhel9@sha256:b4fc4980e7caa15cc853da45981051aa3e1290e4ed9e6aa78cd0bb251796fd39_ppc64le",
                "product": {
                  "name": "openshift4/ose-oauth-server-rhel9@sha256:b4fc4980e7caa15cc853da45981051aa3e1290e4ed9e6aa78cd0bb251796fd39_ppc64le",
                  "product_id": "openshift4/ose-oauth-server-rhel9@sha256:b4fc4980e7caa15cc853da45981051aa3e1290e4ed9e6aa78cd0bb251796fd39_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-oauth-server-rhel9@sha256:b4fc4980e7caa15cc853da45981051aa3e1290e4ed9e6aa78cd0bb251796fd39?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-server-rhel9\u0026tag=v4.17.0-202504281009.p0.g5a70bce.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/oc-mirror-plugin-rhel9@sha256:b08c31f2ce70a557a6815eda64402e5685cd9742ccf4b156daeca83c7f883ca8_ppc64le",
                "product": {
                  "name": "openshift4/oc-mirror-plugin-rhel9@sha256:b08c31f2ce70a557a6815eda64402e5685cd9742ccf4b156daeca83c7f883ca8_ppc64le",
                  "product_id": "openshift4/oc-mirror-plugin-rhel9@sha256:b08c31f2ce70a557a6815eda64402e5685cd9742ccf4b156daeca83c7f883ca8_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/oc-mirror-plugin-rhel9@sha256:b08c31f2ce70a557a6815eda64402e5685cd9742ccf4b156daeca83c7f883ca8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/oc-mirror-plugin-rhel9\u0026tag=v4.17.0-202504281009.p0.g39bedc7.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-docker-builder-rhel9@sha256:fd0471855bbf69b72b75db2173aad473b9770f2e1403687bbf654c0bddb44c85_ppc64le",
                "product": {
                  "name": "openshift4/ose-docker-builder-rhel9@sha256:fd0471855bbf69b72b75db2173aad473b9770f2e1403687bbf654c0bddb44c85_ppc64le",
                  "product_id": "openshift4/ose-docker-builder-rhel9@sha256:fd0471855bbf69b72b75db2173aad473b9770f2e1403687bbf654c0bddb44c85_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-docker-builder-rhel9@sha256:fd0471855bbf69b72b75db2173aad473b9770f2e1403687bbf654c0bddb44c85?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-docker-builder-rhel9\u0026tag=v4.17.0-202504281009.p0.g2bfbba1.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cli-rhel9@sha256:5b176c5b0b293b4a704820dbf0428bdab55cc18dea95a85af8bbf66d26c4fbb8_ppc64le",
                "product": {
                  "name": "openshift4/ose-cli-rhel9@sha256:5b176c5b0b293b4a704820dbf0428bdab55cc18dea95a85af8bbf66d26c4fbb8_ppc64le",
                  "product_id": "openshift4/ose-cli-rhel9@sha256:5b176c5b0b293b4a704820dbf0428bdab55cc18dea95a85af8bbf66d26c4fbb8_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cli-rhel9@sha256:5b176c5b0b293b4a704820dbf0428bdab55cc18dea95a85af8bbf66d26c4fbb8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cli-rhel9\u0026tag=v4.17.0-202504281009.p0.g0000b3e.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-console-rhel9@sha256:6c395b2f00617a611ed2710bb748f4cfce0e555b0202fdc94ca7520438130d43_ppc64le",
                "product": {
                  "name": "openshift4/ose-console-rhel9@sha256:6c395b2f00617a611ed2710bb748f4cfce0e555b0202fdc94ca7520438130d43_ppc64le",
                  "product_id": "openshift4/ose-console-rhel9@sha256:6c395b2f00617a611ed2710bb748f4cfce0e555b0202fdc94ca7520438130d43_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-console-rhel9@sha256:6c395b2f00617a611ed2710bb748f4cfce0e555b0202fdc94ca7520438130d43?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-console-rhel9\u0026tag=v4.17.0-202504300106.p0.g2fcf4cc.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-console-rhel9-operator@sha256:a741ec0828daf891fdf795b37eb7b54c5301302e4b208c188b8e6203909f0014_ppc64le",
                "product": {
                  "name": "openshift4/ose-console-rhel9-operator@sha256:a741ec0828daf891fdf795b37eb7b54c5301302e4b208c188b8e6203909f0014_ppc64le",
                  "product_id": "openshift4/ose-console-rhel9-operator@sha256:a741ec0828daf891fdf795b37eb7b54c5301302e4b208c188b8e6203909f0014_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-console-rhel9-operator@sha256:a741ec0828daf891fdf795b37eb7b54c5301302e4b208c188b8e6203909f0014?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-console-rhel9-operator\u0026tag=v4.17.0-202504281009.p0.g253854e.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-deployer-rhel9@sha256:a0afe3a4c032a1397872b707245f09fc3e63c233b0ee128fd3a4c695a20af9c4_ppc64le",
                "product": {
                  "name": "openshift4/ose-deployer-rhel9@sha256:a0afe3a4c032a1397872b707245f09fc3e63c233b0ee128fd3a4c695a20af9c4_ppc64le",
                  "product_id": "openshift4/ose-deployer-rhel9@sha256:a0afe3a4c032a1397872b707245f09fc3e63c233b0ee128fd3a4c695a20af9c4_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-deployer-rhel9@sha256:a0afe3a4c032a1397872b707245f09fc3e63c233b0ee128fd3a4c695a20af9c4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-deployer-rhel9\u0026tag=v4.17.0-202504281009.p0.g0000b3e.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-haproxy-router-rhel9@sha256:0b72b29c550a7e726d31a9814799bdb6ebf6ca071176262402619395ac8a3a65_ppc64le",
                "product": {
                  "name": "openshift4/ose-haproxy-router-rhel9@sha256:0b72b29c550a7e726d31a9814799bdb6ebf6ca071176262402619395ac8a3a65_ppc64le",
                  "product_id": "openshift4/ose-haproxy-router-rhel9@sha256:0b72b29c550a7e726d31a9814799bdb6ebf6ca071176262402619395ac8a3a65_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-haproxy-router-rhel9@sha256:0b72b29c550a7e726d31a9814799bdb6ebf6ca071176262402619395ac8a3a65?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-haproxy-router-rhel9\u0026tag=v4.17.0-202504281009.p0.ga33f2b6.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-hyperkube-rhel9@sha256:c32ff89d47b6e001bc02fdb86323cdc692d1abd679917cbea206b70e43d0d976_ppc64le",
                "product": {
                  "name": "openshift4/ose-hyperkube-rhel9@sha256:c32ff89d47b6e001bc02fdb86323cdc692d1abd679917cbea206b70e43d0d976_ppc64le",
                  "product_id": "openshift4/ose-hyperkube-rhel9@sha256:c32ff89d47b6e001bc02fdb86323cdc692d1abd679917cbea206b70e43d0d976_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-hyperkube-rhel9@sha256:c32ff89d47b6e001bc02fdb86323cdc692d1abd679917cbea206b70e43d0d976?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-hyperkube-rhel9\u0026tag=v4.17.0-202504281009.p0.g89ebee0.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-keepalived-ipfailover-rhel9@sha256:0a2b379d082cead1b190b32ffa9339bf88fb50a8ab5abaf12ca2bffccdfc75ee_ppc64le",
                "product": {
                  "name": "openshift4/ose-keepalived-ipfailover-rhel9@sha256:0a2b379d082cead1b190b32ffa9339bf88fb50a8ab5abaf12ca2bffccdfc75ee_ppc64le",
                  "product_id": "openshift4/ose-keepalived-ipfailover-rhel9@sha256:0a2b379d082cead1b190b32ffa9339bf88fb50a8ab5abaf12ca2bffccdfc75ee_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-keepalived-ipfailover-rhel9@sha256:0a2b379d082cead1b190b32ffa9339bf88fb50a8ab5abaf12ca2bffccdfc75ee?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9\u0026tag=v4.17.0-202504281009.p0.ge3879e9.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-pod-rhel9@sha256:d55bc674b70cafddc0cfb861bf0cdc64415cd01d4d42d71bae31f5a909cf27ee_ppc64le",
                "product": {
                  "name": "openshift4/ose-pod-rhel9@sha256:d55bc674b70cafddc0cfb861bf0cdc64415cd01d4d42d71bae31f5a909cf27ee_ppc64le",
                  "product_id": "openshift4/ose-pod-rhel9@sha256:d55bc674b70cafddc0cfb861bf0cdc64415cd01d4d42d71bae31f5a909cf27ee_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-pod-rhel9@sha256:d55bc674b70cafddc0cfb861bf0cdc64415cd01d4d42d71bae31f5a909cf27ee?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-pod-rhel9\u0026tag=v4.17.0-202504281009.p0.g89ebee0.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-docker-registry-rhel9@sha256:78d4de7a4f72a623b01378e0798e2540b4123991b02d450c7b3391f186e32c36_ppc64le",
                "product": {
                  "name": "openshift4/ose-docker-registry-rhel9@sha256:78d4de7a4f72a623b01378e0798e2540b4123991b02d450c7b3391f186e32c36_ppc64le",
                  "product_id": "openshift4/ose-docker-registry-rhel9@sha256:78d4de7a4f72a623b01378e0798e2540b4123991b02d450c7b3391f186e32c36_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-docker-registry-rhel9@sha256:78d4de7a4f72a623b01378e0798e2540b4123991b02d450c7b3391f186e32c36?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-docker-registry-rhel9\u0026tag=v4.17.0-202504281009.p0.gfe9b400.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-tests-rhel9@sha256:91bdfd2dfa408a28a625c9697731b50eb4afed0ea2bf5f6e83e4a2b9bf42fc49_ppc64le",
                "product": {
                  "name": "openshift4/ose-tests-rhel9@sha256:91bdfd2dfa408a28a625c9697731b50eb4afed0ea2bf5f6e83e4a2b9bf42fc49_ppc64le",
                  "product_id": "openshift4/ose-tests-rhel9@sha256:91bdfd2dfa408a28a625c9697731b50eb4afed0ea2bf5f6e83e4a2b9bf42fc49_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-tests-rhel9@sha256:91bdfd2dfa408a28a625c9697731b50eb4afed0ea2bf5f6e83e4a2b9bf42fc49?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-tests-rhel9\u0026tag=v4.17.0-202504300308.p0.g95cbab5.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-openshift-state-metrics-rhel9@sha256:539c14445c4b7acb91b414f802d93be4cebc24d060b52e06017338fe9075d9b3_ppc64le",
                "product": {
                  "name": "openshift4/ose-openshift-state-metrics-rhel9@sha256:539c14445c4b7acb91b414f802d93be4cebc24d060b52e06017338fe9075d9b3_ppc64le",
                  "product_id": "openshift4/ose-openshift-state-metrics-rhel9@sha256:539c14445c4b7acb91b414f802d93be4cebc24d060b52e06017338fe9075d9b3_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-openshift-state-metrics-rhel9@sha256:539c14445c4b7acb91b414f802d93be4cebc24d060b52e06017338fe9075d9b3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9\u0026tag=v4.17.0-202504281009.p0.g1e963eb.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:1ef9d43e45303b56e96f1fd2b5d63cb185ad3373fe516730a5b0b98b6947395d_ppc64le",
                "product": {
                  "name": "openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:1ef9d43e45303b56e96f1fd2b5d63cb185ad3373fe516730a5b0b98b6947395d_ppc64le",
                  "product_id": "openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:1ef9d43e45303b56e96f1fd2b5d63cb185ad3373fe516730a5b0b98b6947395d_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-openstack-cluster-api-controllers-rhel9@sha256:1ef9d43e45303b56e96f1fd2b5d63cb185ad3373fe516730a5b0b98b6947395d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9\u0026tag=v4.17.0-202504281009.p0.g23512b6.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d7dbfed38bbc7511c43814e7d06a7c120b4a62adf724461c76154a37cd37796a_ppc64le",
                "product": {
                  "name": "openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d7dbfed38bbc7511c43814e7d06a7c120b4a62adf724461c76154a37cd37796a_ppc64le",
                  "product_id": "openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d7dbfed38bbc7511c43814e7d06a7c120b4a62adf724461c76154a37cd37796a_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-operator-lifecycle-manager-rhel9@sha256:d7dbfed38bbc7511c43814e7d06a7c120b4a62adf724461c76154a37cd37796a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9\u0026tag=v4.17.0-202504281009.p0.gd3b1715.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-operator-registry-rhel9@sha256:12875248fd37b9d1fa4afd238ce78aa147fd2d0dd9708436fc01ac28243c425b_ppc64le",
                "product": {
                  "name": "openshift4/ose-operator-registry-rhel9@sha256:12875248fd37b9d1fa4afd238ce78aa147fd2d0dd9708436fc01ac28243c425b_ppc64le",
                  "product_id": "openshift4/ose-operator-registry-rhel9@sha256:12875248fd37b9d1fa4afd238ce78aa147fd2d0dd9708436fc01ac28243c425b_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-operator-registry-rhel9@sha256:12875248fd37b9d1fa4afd238ce78aa147fd2d0dd9708436fc01ac28243c425b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-operator-registry-rhel9\u0026tag=v4.17.0-202504281009.p0.gd3b1715.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "redhat/redhat-operator-index@sha256:12875248fd37b9d1fa4afd238ce78aa147fd2d0dd9708436fc01ac28243c425b_ppc64le",
                "product": {
                  "name": "redhat/redhat-operator-index@sha256:12875248fd37b9d1fa4afd238ce78aa147fd2d0dd9708436fc01ac28243c425b_ppc64le",
                  "product_id": "redhat/redhat-operator-index@sha256:12875248fd37b9d1fa4afd238ce78aa147fd2d0dd9708436fc01ac28243c425b_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/redhat-operator-index@sha256:12875248fd37b9d1fa4afd238ce78aa147fd2d0dd9708436fc01ac28243c425b?arch=ppc64le\u0026repository_url=registry.redhat.io/redhat/redhat-operator-index\u0026tag=v4.17"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-agent-installer-api-server-rhel9@sha256:c6d52c578fe8575c33353f690ce18be227007decf25f409e7111166ffb22b87d_ppc64le",
                "product": {
                  "name": "openshift4/ose-agent-installer-api-server-rhel9@sha256:c6d52c578fe8575c33353f690ce18be227007decf25f409e7111166ffb22b87d_ppc64le",
                  "product_id": "openshift4/ose-agent-installer-api-server-rhel9@sha256:c6d52c578fe8575c33353f690ce18be227007decf25f409e7111166ffb22b87d_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-agent-installer-api-server-rhel9@sha256:c6d52c578fe8575c33353f690ce18be227007decf25f409e7111166ffb22b87d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9\u0026tag=v4.17.0-202504291008.p0.ga020810.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:46f1f67888e8393761a6f834332765f45eb96af42573e3ea5815a04659372e57_ppc64le",
                "product": {
                  "name": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:46f1f67888e8393761a6f834332765f45eb96af42573e3ea5815a04659372e57_ppc64le",
                  "product_id": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:46f1f67888e8393761a6f834332765f45eb96af42573e3ea5815a04659372e57_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-agent-installer-csr-approver-rhel9@sha256:46f1f67888e8393761a6f834332765f45eb96af42573e3ea5815a04659372e57?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9\u0026tag=v4.17.0-202504281009.p0.g6a8ebdd.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:d852f1e4bdf0eb8e37eb0980914232de8cf6dfc3e159f0dcb1d13d909350c3e7_ppc64le",
                "product": {
                  "name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:d852f1e4bdf0eb8e37eb0980914232de8cf6dfc3e159f0dcb1d13d909350c3e7_ppc64le",
                  "product_id": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:d852f1e4bdf0eb8e37eb0980914232de8cf6dfc3e159f0dcb1d13d909350c3e7_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256:d852f1e4bdf0eb8e37eb0980914232de8cf6dfc3e159f0dcb1d13d909350c3e7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9\u0026tag=v4.17.0-202504281009.p0.g24cbafb.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:d7cb7d816efb575eddc5da8409296b166722d17cea4b00e3d1395897f2c81755_ppc64le",
                "product": {
                  "name": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:d7cb7d816efb575eddc5da8409296b166722d17cea4b00e3d1395897f2c81755_ppc64le",
                  "product_id": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:d7cb7d816efb575eddc5da8409296b166722d17cea4b00e3d1395897f2c81755_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-agent-installer-orchestrator-rhel9@sha256:d7cb7d816efb575eddc5da8409296b166722d17cea4b00e3d1395897f2c81755?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9\u0026tag=v4.17.0-202504281009.p0.g6a8ebdd.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-agent-installer-utils-rhel9@sha256:087df13ba7456b25344b3903902d5b1ed4fb22771273d07fe7969ad0ee5326c6_ppc64le",
                "product": {
                  "name": "openshift4/ose-agent-installer-utils-rhel9@sha256:087df13ba7456b25344b3903902d5b1ed4fb22771273d07fe7969ad0ee5326c6_ppc64le",
                  "product_id": "openshift4/ose-agent-installer-utils-rhel9@sha256:087df13ba7456b25344b3903902d5b1ed4fb22771273d07fe7969ad0ee5326c6_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-agent-installer-utils-rhel9@sha256:087df13ba7456b25344b3903902d5b1ed4fb22771273d07fe7969ad0ee5326c6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9\u0026tag=v4.17.0-202504291008.p0.g3b99303.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-apiserver-network-proxy-rhel9@sha256:e88854ffd5222917d6056d2c4fa1f6c1b3000c1ff0884226e1181aed5af46b9c_ppc64le",
                "product": {
                  "name": "openshift4/ose-apiserver-network-proxy-rhel9@sha256:e88854ffd5222917d6056d2c4fa1f6c1b3000c1ff0884226e1181aed5af46b9c_ppc64le",
                  "product_id": "openshift4/ose-apiserver-network-proxy-rhel9@sha256:e88854ffd5222917d6056d2c4fa1f6c1b3000c1ff0884226e1181aed5af46b9c_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-apiserver-network-proxy-rhel9@sha256:e88854ffd5222917d6056d2c4fa1f6c1b3000c1ff0884226e1181aed5af46b9c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9\u0026tag=v4.17.0-202504281705.p0.gcd42641.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:18c081b7655b78e92106086320308698df10559225a21bf21c51519a683fc23f_ppc64le",
                "product": {
                  "name": "openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:18c081b7655b78e92106086320308698df10559225a21bf21c51519a683fc23f_ppc64le",
                  "product_id": "openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:18c081b7655b78e92106086320308698df10559225a21bf21c51519a683fc23f_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-baremetal-cluster-api-controllers-rhel9@sha256:18c081b7655b78e92106086320308698df10559225a21bf21c51519a683fc23f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9\u0026tag=v4.17.0-202504281009.p0.g8754bf6.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-baremetal-installer-rhel9@sha256:07455ca24a9669a7201e1269bf1f5c6626b3b2f06e5a949a039035b8c7b7568a_ppc64le",
                "product": {
                  "name": "openshift4/ose-baremetal-installer-rhel9@sha256:07455ca24a9669a7201e1269bf1f5c6626b3b2f06e5a949a039035b8c7b7568a_ppc64le",
                  "product_id": "openshift4/ose-baremetal-installer-rhel9@sha256:07455ca24a9669a7201e1269bf1f5c6626b3b2f06e5a949a039035b8c7b7568a_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-baremetal-installer-rhel9@sha256:07455ca24a9669a7201e1269bf1f5c6626b3b2f06e5a949a039035b8c7b7568a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-installer-rhel9\u0026tag=v4.17.0-202504281009.p0.g5e4e2af.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-baremetal-rhel9-operator@sha256:3751d445e6c9ab436fa0e62096bb69d18ed75aa2608c37ce9e93a17976fcf07c_ppc64le",
                "product": {
                  "name": "openshift4/ose-baremetal-rhel9-operator@sha256:3751d445e6c9ab436fa0e62096bb69d18ed75aa2608c37ce9e93a17976fcf07c_ppc64le",
                  "product_id": "openshift4/ose-baremetal-rhel9-operator@sha256:3751d445e6c9ab436fa0e62096bb69d18ed75aa2608c37ce9e93a17976fcf07c_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-baremetal-rhel9-operator@sha256:3751d445e6c9ab436fa0e62096bb69d18ed75aa2608c37ce9e93a17976fcf07c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-rhel9-operator\u0026tag=v4.17.0-202504281009.p0.ge6e5d54.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-baremetal-runtimecfg-rhel9@sha256:5ad475579d7fc5028a834016086045c0d3a8097b6837969ee4ed524e54ab7d6e_ppc64le",
                "product": {
                  "name": "openshift4/ose-baremetal-runtimecfg-rhel9@sha256:5ad475579d7fc5028a834016086045c0d3a8097b6837969ee4ed524e54ab7d6e_ppc64le",
                  "product_id": "openshift4/ose-baremetal-runtimecfg-rhel9@sha256:5ad475579d7fc5028a834016086045c0d3a8097b6837969ee4ed524e54ab7d6e_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-baremetal-runtimecfg-rhel9@sha256:5ad475579d7fc5028a834016086045c0d3a8097b6837969ee4ed524e54ab7d6e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9\u0026tag=v4.17.0-202504281009.p0.g8956d91.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cli-artifacts-rhel9@sha256:14186b3754aff62f3a4de1c51eee5bf147c712323044d86970cebd7fdcdebdcd_ppc64le",
                "product": {
                  "name": "openshift4/ose-cli-artifacts-rhel9@sha256:14186b3754aff62f3a4de1c51eee5bf147c712323044d86970cebd7fdcdebdcd_ppc64le",
                  "product_id": "openshift4/ose-cli-artifacts-rhel9@sha256:14186b3754aff62f3a4de1c51eee5bf147c712323044d86970cebd7fdcdebdcd_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cli-artifacts-rhel9@sha256:14186b3754aff62f3a4de1c51eee5bf147c712323044d86970cebd7fdcdebdcd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9\u0026tag=v4.17.0-202504281009.p0.g0000b3e.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cloud-credential-rhel9-operator@sha256:f62343c3535a6fda32806b43a098d55a7a7844941e93a3a5045a47c7b95440eb_ppc64le",
                "product": {
                  "name": "openshift4/ose-cloud-credential-rhel9-operator@sha256:f62343c3535a6fda32806b43a098d55a7a7844941e93a3a5045a47c7b95440eb_ppc64le",
                  "product_id": "openshift4/ose-cloud-credential-rhel9-operator@sha256:f62343c3535a6fda32806b43a098d55a7a7844941e93a3a5045a47c7b95440eb_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cloud-credential-rhel9-operator@sha256:f62343c3535a6fda32806b43a098d55a7a7844941e93a3a5045a47c7b95440eb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator\u0026tag=v4.17.0-202504281009.p0.g8dff677.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/cloud-network-config-controller-rhel9@sha256:2a6eb863736abf5c2d7a3f7c2f324e71e25a7dd9a0d5219bd9666c136e0fa863_ppc64le",
                "product": {
                  "name": "openshift4/cloud-network-config-controller-rhel9@sha256:2a6eb863736abf5c2d7a3f7c2f324e71e25a7dd9a0d5219bd9666c136e0fa863_ppc64le",
                  "product_id": "openshift4/cloud-network-config-controller-rhel9@sha256:2a6eb863736abf5c2d7a3f7c2f324e71e25a7dd9a0d5219bd9666c136e0fa863_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/cloud-network-config-controller-rhel9@sha256:2a6eb863736abf5c2d7a3f7c2f324e71e25a7dd9a0d5219bd9666c136e0fa863?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/cloud-network-config-controller-rhel9\u0026tag=v4.17.0-202504281009.p0.g779b346.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-api-rhel9@sha256:f46dd8f62a70bb734ccd71229b09047f4625234774e321d556c0fbc5715b3c11_ppc64le",
                "product": {
                  "name": "openshift4/ose-cluster-api-rhel9@sha256:f46dd8f62a70bb734ccd71229b09047f4625234774e321d556c0fbc5715b3c11_ppc64le",
                  "product_id": "openshift4/ose-cluster-api-rhel9@sha256:f46dd8f62a70bb734ccd71229b09047f4625234774e321d556c0fbc5715b3c11_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-api-rhel9@sha256:f46dd8f62a70bb734ccd71229b09047f4625234774e321d556c0fbc5715b3c11?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-api-rhel9\u0026tag=v4.17.0-202504281009.p0.g77ef4fc.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-authentication-rhel9-operator@sha256:ca4c4cf5e2ae3d5216576c6b154092fd77f93c978753fd4b7a76884850e46ba3_ppc64le",
                "product": {
                  "name": "openshift4/ose-cluster-authentication-rhel9-operator@sha256:ca4c4cf5e2ae3d5216576c6b154092fd77f93c978753fd4b7a76884850e46ba3_ppc64le",
                  "product_id": "openshift4/ose-cluster-authentication-rhel9-operator@sha256:ca4c4cf5e2ae3d5216576c6b154092fd77f93c978753fd4b7a76884850e46ba3_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-authentication-rhel9-operator@sha256:ca4c4cf5e2ae3d5216576c6b154092fd77f93c978753fd4b7a76884850e46ba3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator\u0026tag=v4.17.0-202504281009.p0.gf641a4c.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:85a24fe4edf8fbe51d0434bf2e65b149121c687a059a36bc4c48b592848befc8_ppc64le",
                "product": {
                  "name": "openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:85a24fe4edf8fbe51d0434bf2e65b149121c687a059a36bc4c48b592848befc8_ppc64le",
                  "product_id": "openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:85a24fe4edf8fbe51d0434bf2e65b149121c687a059a36bc4c48b592848befc8_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-autoscaler-rhel9-operator@sha256:85a24fe4edf8fbe51d0434bf2e65b149121c687a059a36bc4c48b592848befc8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator\u0026tag=v4.17.0-202504281009.p0.gea4a887.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-baremetal-operator-rhel9@sha256:f039f4cf06258b1aa584b2b8d64994593a322dbc339fe6e8431ea0b8e67fbe28_ppc64le",
                "product": {
                  "name": "openshift4/ose-cluster-baremetal-operator-rhel9@sha256:f039f4cf06258b1aa584b2b8d64994593a322dbc339fe6e8431ea0b8e67fbe28_ppc64le",
                  "product_id": "openshift4/ose-cluster-baremetal-operator-rhel9@sha256:f039f4cf06258b1aa584b2b8d64994593a322dbc339fe6e8431ea0b8e67fbe28_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-baremetal-operator-rhel9@sha256:f039f4cf06258b1aa584b2b8d64994593a322dbc339fe6e8431ea0b8e67fbe28?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9\u0026tag=v4.17.0-202504281009.p0.gcaa33e3.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-bootstrap-rhel9@sha256:5bd313301496ab3db1b3a6feeebe517a4927a172808dac07895e8fec30d91c2c_ppc64le",
                "product": {
                  "name": "openshift4/ose-cluster-bootstrap-rhel9@sha256:5bd313301496ab3db1b3a6feeebe517a4927a172808dac07895e8fec30d91c2c_ppc64le",
                  "product_id": "openshift4/ose-cluster-bootstrap-rhel9@sha256:5bd313301496ab3db1b3a6feeebe517a4927a172808dac07895e8fec30d91c2c_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-bootstrap-rhel9@sha256:5bd313301496ab3db1b3a6feeebe517a4927a172808dac07895e8fec30d91c2c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9\u0026tag=v4.17.0-202504281009.p0.g95dd912.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-capi-rhel9-operator@sha256:c8ecda9595878c72bc15d36ecf106ee8b2455f03278c978b784951c8f504f961_ppc64le",
                "product": {
                  "name": "openshift4/ose-cluster-capi-rhel9-operator@sha256:c8ecda9595878c72bc15d36ecf106ee8b2455f03278c978b784951c8f504f961_ppc64le",
                  "product_id": "openshift4/ose-cluster-capi-rhel9-operator@sha256:c8ecda9595878c72bc15d36ecf106ee8b2455f03278c978b784951c8f504f961_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-capi-rhel9-operator@sha256:c8ecda9595878c72bc15d36ecf106ee8b2455f03278c978b784951c8f504f961?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator\u0026tag=v4.17.0-202504281009.p0.g6dd70ba.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ae6cded8079fd98f313c8e7cf2125d4937d0dac82d09bde1ab60a5ff54f8f482_ppc64le",
                "product": {
                  "name": "openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ae6cded8079fd98f313c8e7cf2125d4937d0dac82d09bde1ab60a5ff54f8f482_ppc64le",
                  "product_id": "openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ae6cded8079fd98f313c8e7cf2125d4937d0dac82d09bde1ab60a5ff54f8f482_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ae6cded8079fd98f313c8e7cf2125d4937d0dac82d09bde1ab60a5ff54f8f482?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator\u0026tag=v4.17.0-202504281009.p0.g32fd839.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-config-api-rhel9@sha256:832e662e1a673659c3839967d76529820f9ae03af645d2bf01ae711e90e4334b_ppc64le",
                "product": {
                  "name": "openshift4/ose-cluster-config-api-rhel9@sha256:832e662e1a673659c3839967d76529820f9ae03af645d2bf01ae711e90e4334b_ppc64le",
                  "product_id": "openshift4/ose-cluster-config-api-rhel9@sha256:832e662e1a673659c3839967d76529820f9ae03af645d2bf01ae711e90e4334b_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-config-api-rhel9@sha256:832e662e1a673659c3839967d76529820f9ae03af645d2bf01ae711e90e4334b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-config-api-rhel9\u0026tag=v4.17.0-202504291308.p0.gace59d6.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-config-rhel9-operator@sha256:883a117396882ccf957ae86b7c9254daaa712e4475502dd05956e6e5f338a175_ppc64le",
                "product": {
                  "name": "openshift4/ose-cluster-config-rhel9-operator@sha256:883a117396882ccf957ae86b7c9254daaa712e4475502dd05956e6e5f338a175_ppc64le",
                  "product_id": "openshift4/ose-cluster-config-rhel9-operator@sha256:883a117396882ccf957ae86b7c9254daaa712e4475502dd05956e6e5f338a175_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-config-rhel9-operator@sha256:883a117396882ccf957ae86b7c9254daaa712e4475502dd05956e6e5f338a175?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator\u0026tag=v4.17.0-202504281009.p0.g0dc084f.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:c429553d8c5a41d404e1468cd1359478ac5c69107be7a0db593418466d724b79_ppc64le",
                "product": {
                  "name": "openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:c429553d8c5a41d404e1468cd1359478ac5c69107be7a0db593418466d724b79_ppc64le",
                  "product_id": "openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:c429553d8c5a41d404e1468cd1359478ac5c69107be7a0db593418466d724b79_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:c429553d8c5a41d404e1468cd1359478ac5c69107be7a0db593418466d724b79?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator\u0026tag=v4.17.0-202504281009.p0.gf7e01c2.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:82d32c060baaa8a29a098bbbb03e5e14135135632823c5ea1da8aa6b8499c45f_ppc64le",
                "product": {
                  "name": "openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:82d32c060baaa8a29a098bbbb03e5e14135135632823c5ea1da8aa6b8499c45f_ppc64le",
                  "product_id": "openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:82d32c060baaa8a29a098bbbb03e5e14135135632823c5ea1da8aa6b8499c45f_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:82d32c060baaa8a29a098bbbb03e5e14135135632823c5ea1da8aa6b8499c45f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator\u0026tag=v4.17.0-202504281009.p0.gffba005.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-dns-rhel9-operator@sha256:9397bf5c292ca4b3f7f0da97f94a7323de3669dfd9ae4473e8154354d5b8e42a_ppc64le",
                "product": {
                  "name": "openshift4/ose-cluster-dns-rhel9-operator@sha256:9397bf5c292ca4b3f7f0da97f94a7323de3669dfd9ae4473e8154354d5b8e42a_ppc64le",
                  "product_id": "openshift4/ose-cluster-dns-rhel9-operator@sha256:9397bf5c292ca4b3f7f0da97f94a7323de3669dfd9ae4473e8154354d5b8e42a_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-dns-rhel9-operator@sha256:9397bf5c292ca4b3f7f0da97f94a7323de3669dfd9ae4473e8154354d5b8e42a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator\u0026tag=v4.17.0-202504281009.p0.g81507f0.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-image-registry-rhel9-operator@sha256:bcb4ca0eaa52bf9c584568b34bdc9d08253822dabe8a43fccbfe3601332ed8d8_ppc64le",
                "product": {
                  "name": "openshift4/ose-cluster-image-registry-rhel9-operator@sha256:bcb4ca0eaa52bf9c584568b34bdc9d08253822dabe8a43fccbfe3601332ed8d8_ppc64le",
                  "product_id": "openshift4/ose-cluster-image-registry-rhel9-operator@sha256:bcb4ca0eaa52bf9c584568b34bdc9d08253822dabe8a43fccbfe3601332ed8d8_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-image-registry-rhel9-operator@sha256:bcb4ca0eaa52bf9c584568b34bdc9d08253822dabe8a43fccbfe3601332ed8d8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator\u0026tag=v4.17.0-202504281009.p0.gce3e484.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-ingress-rhel9-operator@sha256:e58cc3035d0ea33eb409b18a70e10511289449f3cfa643b52cc74857295e3f96_ppc64le",
                "product": {
                  "name": "openshift4/ose-cluster-ingress-rhel9-operator@sha256:e58cc3035d0ea33eb409b18a70e10511289449f3cfa643b52cc74857295e3f96_ppc64le",
                  "product_id": "openshift4/ose-cluster-ingress-rhel9-operator@sha256:e58cc3035d0ea33eb409b18a70e10511289449f3cfa643b52cc74857295e3f96_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-ingress-rhel9-operator@sha256:e58cc3035d0ea33eb409b18a70e10511289449f3cfa643b52cc74857295e3f96?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator\u0026tag=v4.17.0-202504281009.p0.gcb5306d.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:607f047b7f4756d3dcd4243183fb4a23c45798632de00526574f2d5d7f9fc2c3_ppc64le",
                "product": {
                  "name": "openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:607f047b7f4756d3dcd4243183fb4a23c45798632de00526574f2d5d7f9fc2c3_ppc64le",
                  "product_id": "openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:607f047b7f4756d3dcd4243183fb4a23c45798632de00526574f2d5d7f9fc2c3_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-kube-apiserver-rhel9-operator@sha256:607f047b7f4756d3dcd4243183fb4a23c45798632de00526574f2d5d7f9fc2c3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator\u0026tag=v4.17.0-202504281009.p0.g4fae673.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:8dbc021731dacf75104e78f431c0a7ebaf80e31edf75fd54e0507f4af7724c91_ppc64le",
                "product": {
                  "name": "openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:8dbc021731dacf75104e78f431c0a7ebaf80e31edf75fd54e0507f4af7724c91_ppc64le",
                  "product_id": "openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:8dbc021731dacf75104e78f431c0a7ebaf80e31edf75fd54e0507f4af7724c91_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel9-operator@sha256:8dbc021731dacf75104e78f431c0a7ebaf80e31edf75fd54e0507f4af7724c91?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator\u0026tag=v4.17.0-202504281009.p0.gaed5f6c.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:78bac198d882113612602d0a58dd516234a4b151d24e861bb69582983437b84b_ppc64le",
                "product": {
                  "name": "openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:78bac198d882113612602d0a58dd516234a4b151d24e861bb69582983437b84b_ppc64le",
                  "product_id": "openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:78bac198d882113612602d0a58dd516234a4b151d24e861bb69582983437b84b_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-kube-controller-manager-rhel9-operator@sha256:78bac198d882113612602d0a58dd516234a4b151d24e861bb69582983437b84b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator\u0026tag=v4.17.0-202504281009.p0.g0a9ed57.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:cbacae519379425f790d66b55eb12e524a5a965f2414393e52d03bb9418f1e3d_ppc64le",
                "product": {
                  "name": "openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:cbacae519379425f790d66b55eb12e524a5a965f2414393e52d03bb9418f1e3d_ppc64le",
                  "product_id": "openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:cbacae519379425f790d66b55eb12e524a5a965f2414393e52d03bb9418f1e3d_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-kube-scheduler-rhel9-operator@sha256:cbacae519379425f790d66b55eb12e524a5a965f2414393e52d03bb9418f1e3d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator\u0026tag=v4.17.0-202504281009.p0.g98ca953.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:818f1d4ead362a2a9e72516b2b0326acc823989bc9b705615eaf4931d9fcc88f_ppc64le",
                "product": {
                  "name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:818f1d4ead362a2a9e72516b2b0326acc823989bc9b705615eaf4931d9fcc88f_ppc64le",
                  "product_id": "openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:818f1d4ead362a2a9e72516b2b0326acc823989bc9b705615eaf4931d9fcc88f_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:818f1d4ead362a2a9e72516b2b0326acc823989bc9b705615eaf4931d9fcc88f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator\u0026tag=v4.17.0-202504281009.p0.gab40b61.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-machine-approver-rhel9@sha256:eb1cc3b42cf8fc4d031a921ecf465c41b0cab5e259baa5b685fa625ec1ab2397_ppc64le",
                "product": {
                  "name": "openshift4/ose-cluster-machine-approver-rhel9@sha256:eb1cc3b42cf8fc4d031a921ecf465c41b0cab5e259baa5b685fa625ec1ab2397_ppc64le",
                  "product_id": "openshift4/ose-cluster-machine-approver-rhel9@sha256:eb1cc3b42cf8fc4d031a921ecf465c41b0cab5e259baa5b685fa625ec1ab2397_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-machine-approver-rhel9@sha256:eb1cc3b42cf8fc4d031a921ecf465c41b0cab5e259baa5b685fa625ec1ab2397?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9\u0026tag=v4.17.0-202504281009.p0.gacc2380.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-olm-rhel9-operator@sha256:d1534fff36a779d2fda9651a518f21e007d8abf447f21f0ee271da2862d26d2e_ppc64le",
                "product": {
                  "name": "openshift4/ose-cluster-olm-rhel9-operator@sha256:d1534fff36a779d2fda9651a518f21e007d8abf447f21f0ee271da2862d26d2e_ppc64le",
                  "product_id": "openshift4/ose-cluster-olm-rhel9-operator@sha256:d1534fff36a779d2fda9651a518f21e007d8abf447f21f0ee271da2862d26d2e_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-olm-rhel9-operator@sha256:d1534fff36a779d2fda9651a518f21e007d8abf447f21f0ee271da2862d26d2e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator\u0026tag=v4.17.0-202504281705.p0.ge31b777.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:8fee43ee0f40cbf79c410bef0184825bf63d4758129fc8612147c85147f7fcc9_ppc64le",
                "product": {
                  "name": "openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:8fee43ee0f40cbf79c410bef0184825bf63d4758129fc8612147c85147f7fcc9_ppc64le",
                  "product_id": "openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:8fee43ee0f40cbf79c410bef0184825bf63d4758129fc8612147c85147f7fcc9_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-openshift-apiserver-rhel9-operator@sha256:8fee43ee0f40cbf79c410bef0184825bf63d4758129fc8612147c85147f7fcc9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator\u0026tag=v4.17.0-202504281009.p0.g2b2ba3b.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2f312119f1cfe71afa89bf2c74a4a57ad497275ff953313982a63153a39f2493_ppc64le",
                "product": {
                  "name": "openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2f312119f1cfe71afa89bf2c74a4a57ad497275ff953313982a63153a39f2493_ppc64le",
                  "product_id": "openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2f312119f1cfe71afa89bf2c74a4a57ad497275ff953313982a63153a39f2493_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2f312119f1cfe71afa89bf2c74a4a57ad497275ff953313982a63153a39f2493?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator\u0026tag=v4.17.0-202504281009.p0.gb05a249.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ovirt-csi-driver-rhel9-operator@sha256:46a72226eb46b3833644353955ba0b6dbaedc829818cedfd0e00463018738efe_ppc64le",
                "product": {
                  "name": "openshift4/ovirt-csi-driver-rhel9-operator@sha256:46a72226eb46b3833644353955ba0b6dbaedc829818cedfd0e00463018738efe_ppc64le",
                  "product_id": "openshift4/ovirt-csi-driver-rhel9-operator@sha256:46a72226eb46b3833644353955ba0b6dbaedc829818cedfd0e00463018738efe_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ovirt-csi-driver-rhel9-operator@sha256:46a72226eb46b3833644353955ba0b6dbaedc829818cedfd0e00463018738efe?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator\u0026tag=v4.17.0-202504281705.p0.g0feae25.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-policy-controller-rhel9@sha256:6e67c8b7fa4d81a89121b84cad75a0a7d303d0177e28c730b903500c15b6f7c9_ppc64le",
                "product": {
                  "name": "openshift4/ose-cluster-policy-controller-rhel9@sha256:6e67c8b7fa4d81a89121b84cad75a0a7d303d0177e28c730b903500c15b6f7c9_ppc64le",
                  "product_id": "openshift4/ose-cluster-policy-controller-rhel9@sha256:6e67c8b7fa4d81a89121b84cad75a0a7d303d0177e28c730b903500c15b6f7c9_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-policy-controller-rhel9@sha256:6e67c8b7fa4d81a89121b84cad75a0a7d303d0177e28c730b903500c15b6f7c9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9\u0026tag=v4.17.0-202504281009.p0.g7209e90.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-samples-rhel9-operator@sha256:b9aee8ee21d594a677917b210a62a223ce19c451fe43bd0affac62844ba3bb32_ppc64le",
                "product": {
                  "name": "openshift4/ose-cluster-samples-rhel9-operator@sha256:b9aee8ee21d594a677917b210a62a223ce19c451fe43bd0affac62844ba3bb32_ppc64le",
                  "product_id": "openshift4/ose-cluster-samples-rhel9-operator@sha256:b9aee8ee21d594a677917b210a62a223ce19c451fe43bd0affac62844ba3bb32_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-samples-rhel9-operator@sha256:b9aee8ee21d594a677917b210a62a223ce19c451fe43bd0affac62844ba3bb32?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator\u0026tag=v4.17.0-202504291008.p0.g7e221dd.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-storage-rhel9-operator@sha256:83cb02829b00376a4f31a5892b408a054cfe705906258a984f042b01486de3ea_ppc64le",
                "product": {
                  "name": "openshift4/ose-cluster-storage-rhel9-operator@sha256:83cb02829b00376a4f31a5892b408a054cfe705906258a984f042b01486de3ea_ppc64le",
                  "product_id": "openshift4/ose-cluster-storage-rhel9-operator@sha256:83cb02829b00376a4f31a5892b408a054cfe705906258a984f042b01486de3ea_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-storage-rhel9-operator@sha256:83cb02829b00376a4f31a5892b408a054cfe705906258a984f042b01486de3ea?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator\u0026tag=v4.17.0-202504281009.p0.ge4b8dce.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-update-keys-rhel9@sha256:4f8f6b9654e37cf6f03f984cfc5ff98945f4fa72903622f1fa770255d0073149_ppc64le",
                "product": {
                  "name": "openshift4/ose-cluster-update-keys-rhel9@sha256:4f8f6b9654e37cf6f03f984cfc5ff98945f4fa72903622f1fa770255d0073149_ppc64le",
                  "product_id": "openshift4/ose-cluster-update-keys-rhel9@sha256:4f8f6b9654e37cf6f03f984cfc5ff98945f4fa72903622f1fa770255d0073149_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-update-keys-rhel9@sha256:4f8f6b9654e37cf6f03f984cfc5ff98945f4fa72903622f1fa770255d0073149?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9\u0026tag=v4.17.0-202504281009.p0.g2ce31fc.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-container-networking-plugins-rhel9@sha256:0ff1c231ef4d4a632a089b0a95f8a8e498bd16d68a41200ffd3ad4bf32124d0f_ppc64le",
                "product": {
                  "name": "openshift4/ose-container-networking-plugins-rhel9@sha256:0ff1c231ef4d4a632a089b0a95f8a8e498bd16d68a41200ffd3ad4bf32124d0f_ppc64le",
                  "product_id": "openshift4/ose-container-networking-plugins-rhel9@sha256:0ff1c231ef4d4a632a089b0a95f8a8e498bd16d68a41200ffd3ad4bf32124d0f_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-container-networking-plugins-rhel9@sha256:0ff1c231ef4d4a632a089b0a95f8a8e498bd16d68a41200ffd3ad4bf32124d0f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9\u0026tag=v4.17.0-202504281009.p0.g24a6532.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-csi-driver-shared-resource-rhel9@sha256:f8184d15a60064a6b6968ed728c5bb7538772851c11362746a5bfa8bb614243d_ppc64le",
                "product": {
                  "name": "openshift4/ose-csi-driver-shared-resource-rhel9@sha256:f8184d15a60064a6b6968ed728c5bb7538772851c11362746a5bfa8bb614243d_ppc64le",
                  "product_id": "openshift4/ose-csi-driver-shared-resource-rhel9@sha256:f8184d15a60064a6b6968ed728c5bb7538772851c11362746a5bfa8bb614243d_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-csi-driver-shared-resource-rhel9@sha256:f8184d15a60064a6b6968ed728c5bb7538772851c11362746a5bfa8bb614243d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9\u0026tag=v4.17.0-202504281009.p0.g027a8c4.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:477200d2e88cb3cc422914c4d9701b09002ebfb44de6dc6bc5017e468ab4b2d8_ppc64le",
                "product": {
                  "name": "openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:477200d2e88cb3cc422914c4d9701b09002ebfb44de6dc6bc5017e468ab4b2d8_ppc64le",
                  "product_id": "openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:477200d2e88cb3cc422914c4d9701b09002ebfb44de6dc6bc5017e468ab4b2d8_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-csi-driver-shared-resource-rhel9-operator@sha256:477200d2e88cb3cc422914c4d9701b09002ebfb44de6dc6bc5017e468ab4b2d8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator\u0026tag=v4.17.0-202504281009.p0.gc095a1f.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:0129f8cfee2d3506adfca7939ce4cdedbdd25e6d3994ae8d82b9f2e460fccbc5_ppc64le",
                "product": {
                  "name": "openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:0129f8cfee2d3506adfca7939ce4cdedbdd25e6d3994ae8d82b9f2e460fccbc5_ppc64le",
                  "product_id": "openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:0129f8cfee2d3506adfca7939ce4cdedbdd25e6d3994ae8d82b9f2e460fccbc5_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-csi-driver-shared-resource-webhook-rhel9@sha256:0129f8cfee2d3506adfca7939ce4cdedbdd25e6d3994ae8d82b9f2e460fccbc5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9\u0026tag=v4.17.0-202504281009.p0.g027a8c4.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-csi-external-resizer-rhel9@sha256:265f7809b2e2b916d3712bf17bc3c171576fde26307718ca6bfd944148bb2502_ppc64le",
                "product": {
                  "name": "openshift4/ose-csi-external-resizer-rhel9@sha256:265f7809b2e2b916d3712bf17bc3c171576fde26307718ca6bfd944148bb2502_ppc64le",
                  "product_id": "openshift4/ose-csi-external-resizer-rhel9@sha256:265f7809b2e2b916d3712bf17bc3c171576fde26307718ca6bfd944148bb2502_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-csi-external-resizer-rhel9@sha256:265f7809b2e2b916d3712bf17bc3c171576fde26307718ca6bfd944148bb2502?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9\u0026tag=v4.17.0-202504281009.p0.gab87a93.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-csi-external-snapshotter-rhel9@sha256:1866f88a278845d7aa851aebf6099ae6b77d98f9c244406c2aa2d61daf88bf72_ppc64le",
                "product": {
                  "name": "openshift4/ose-csi-external-snapshotter-rhel9@sha256:1866f88a278845d7aa851aebf6099ae6b77d98f9c244406c2aa2d61daf88bf72_ppc64le",
                  "product_id": "openshift4/ose-csi-external-snapshotter-rhel9@sha256:1866f88a278845d7aa851aebf6099ae6b77d98f9c244406c2aa2d61daf88bf72_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-csi-external-snapshotter-rhel9@sha256:1866f88a278845d7aa851aebf6099ae6b77d98f9c244406c2aa2d61daf88bf72?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9\u0026tag=v4.17.0-202504281009.p0.gaa558ca.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-csi-snapshot-controller-rhel9@sha256:084151639be629d3a1f9f29ae20271dbe319319e2363d75f8c7c7ec7a8262002_ppc64le",
                "product": {
                  "name": "openshift4/ose-csi-snapshot-controller-rhel9@sha256:084151639be629d3a1f9f29ae20271dbe319319e2363d75f8c7c7ec7a8262002_ppc64le",
                  "product_id": "openshift4/ose-csi-snapshot-controller-rhel9@sha256:084151639be629d3a1f9f29ae20271dbe319319e2363d75f8c7c7ec7a8262002_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-csi-snapshot-controller-rhel9@sha256:084151639be629d3a1f9f29ae20271dbe319319e2363d75f8c7c7ec7a8262002?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9\u0026tag=v4.17.0-202504281009.p0.gaa558ca.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:5e31e4d6f9eb5eb18dbf99b54a3a294e824fda2ad901333ecd33f9eacbac6d30_ppc64le",
                "product": {
                  "name": "openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:5e31e4d6f9eb5eb18dbf99b54a3a294e824fda2ad901333ecd33f9eacbac6d30_ppc64le",
                  "product_id": "openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:5e31e4d6f9eb5eb18dbf99b54a3a294e824fda2ad901333ecd33f9eacbac6d30_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-csi-snapshot-validation-webhook-rhel9@sha256:5e31e4d6f9eb5eb18dbf99b54a3a294e824fda2ad901333ecd33f9eacbac6d30?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9\u0026tag=v4.17.0-202504281009.p0.gaa558ca.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/egress-router-cni-rhel9@sha256:deecbd903551fa42eba84fbe2051794146cfc426cf6f151a2d8b0e26d99909b1_ppc64le",
                "product": {
                  "name": "openshift4/egress-router-cni-rhel9@sha256:deecbd903551fa42eba84fbe2051794146cfc426cf6f151a2d8b0e26d99909b1_ppc64le",
                  "product_id": "openshift4/egress-router-cni-rhel9@sha256:deecbd903551fa42eba84fbe2051794146cfc426cf6f151a2d8b0e26d99909b1_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/egress-router-cni-rhel9@sha256:deecbd903551fa42eba84fbe2051794146cfc426cf6f151a2d8b0e26d99909b1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/egress-router-cni-rhel9\u0026tag=v4.17.0-202504281009.p0.g3193a75.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-etcd-rhel9@sha256:0ee443647f0fe63c9a05edcd5a644f7eca0eeb2be877aeeb7026c4db738d56a7_ppc64le",
                "product": {
                  "name": "openshift4/ose-etcd-rhel9@sha256:0ee443647f0fe63c9a05edcd5a644f7eca0eeb2be877aeeb7026c4db738d56a7_ppc64le",
                  "product_id": "openshift4/ose-etcd-rhel9@sha256:0ee443647f0fe63c9a05edcd5a644f7eca0eeb2be877aeeb7026c4db738d56a7_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-etcd-rhel9@sha256:0ee443647f0fe63c9a05edcd5a644f7eca0eeb2be877aeeb7026c4db738d56a7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-etcd-rhel9\u0026tag=v4.17.0-202504281009.p0.g0d9e0a9.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/frr-rhel9@sha256:530a9dff7076b84825ddbb0fdc1320140ee5f01de559b2ad166032d58dad6dc2_ppc64le",
                "product": {
                  "name": "openshift4/frr-rhel9@sha256:530a9dff7076b84825ddbb0fdc1320140ee5f01de559b2ad166032d58dad6dc2_ppc64le",
                  "product_id": "openshift4/frr-rhel9@sha256:530a9dff7076b84825ddbb0fdc1320140ee5f01de559b2ad166032d58dad6dc2_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/frr-rhel9@sha256:530a9dff7076b84825ddbb0fdc1320140ee5f01de559b2ad166032d58dad6dc2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/frr-rhel9\u0026tag=v4.17.0-202504291435.p0.g58f202b.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:170aba64101289aa8f9a8612888b1341e36e52394ba766dac7130d675816e2be_ppc64le",
                "product": {
                  "name": "openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:170aba64101289aa8f9a8612888b1341e36e52394ba766dac7130d675816e2be_ppc64le",
                  "product_id": "openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:170aba64101289aa8f9a8612888b1341e36e52394ba766dac7130d675816e2be_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-gcp-cloud-controller-manager-rhel9@sha256:170aba64101289aa8f9a8612888b1341e36e52394ba766dac7130d675816e2be?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9\u0026tag=v4.17.0-202504281009.p0.g8ce997d.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:eeb9caacd52b52b2cc46ed0fa5f80606c7033d9cc8d7c63a5c199de6d107e9fa_ppc64le",
                "product": {
                  "name": "openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:eeb9caacd52b52b2cc46ed0fa5f80606c7033d9cc8d7c63a5c199de6d107e9fa_ppc64le",
                  "product_id": "openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:eeb9caacd52b52b2cc46ed0fa5f80606c7033d9cc8d7c63a5c199de6d107e9fa_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-gcp-cluster-api-controllers-rhel9@sha256:eeb9caacd52b52b2cc46ed0fa5f80606c7033d9cc8d7c63a5c199de6d107e9fa?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9\u0026tag=v4.17.0-202504281009.p0.g9c561f2.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:73556902372fba78e19553065eaa89633c01c36b6cf10d6f51ad981777b6f9a1_ppc64le",
                "product": {
                  "name": "openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:73556902372fba78e19553065eaa89633c01c36b6cf10d6f51ad981777b6f9a1_ppc64le",
                  "product_id": "openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:73556902372fba78e19553065eaa89633c01c36b6cf10d6f51ad981777b6f9a1_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-gcp-pd-csi-driver-rhel9@sha256:73556902372fba78e19553065eaa89633c01c36b6cf10d6f51ad981777b6f9a1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9\u0026tag=v4.17.0-202504281009.p0.gc770b41.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:d64a1c2fe51eaaa842bdb14a8bb317317ed1c22180d766e15fcfa5878cb5285c_ppc64le",
                "product": {
                  "name": "openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:d64a1c2fe51eaaa842bdb14a8bb317317ed1c22180d766e15fcfa5878cb5285c_ppc64le",
                  "product_id": "openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:d64a1c2fe51eaaa842bdb14a8bb317317ed1c22180d766e15fcfa5878cb5285c_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-gcp-pd-csi-driver-operator-rhel9@sha256:d64a1c2fe51eaaa842bdb14a8bb317317ed1c22180d766e15fcfa5878cb5285c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9\u0026tag=v4.17.0-202504281009.p0.gc23b064.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-hypershift-rhel9@sha256:0677902a88154c33c82a5dfc1aec5325cd2938b08485299a17eb14ea0a4857d3_ppc64le",
                "product": {
                  "name": "openshift4/ose-hypershift-rhel9@sha256:0677902a88154c33c82a5dfc1aec5325cd2938b08485299a17eb14ea0a4857d3_ppc64le",
                  "product_id": "openshift4/ose-hypershift-rhel9@sha256:0677902a88154c33c82a5dfc1aec5325cd2938b08485299a17eb14ea0a4857d3_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-hypershift-rhel9@sha256:0677902a88154c33c82a5dfc1aec5325cd2938b08485299a17eb14ea0a4857d3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-hypershift-rhel9\u0026tag=v4.17.0-202504281009.p0.g98664c8.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:8365ab32e19f655627b62adfdc05ceaf24cf10395876f4b3a545df57eea4abba_ppc64le",
                "product": {
                  "name": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:8365ab32e19f655627b62adfdc05ceaf24cf10395876f4b3a545df57eea4abba_ppc64le",
                  "product_id": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:8365ab32e19f655627b62adfdc05ceaf24cf10395876f4b3a545df57eea4abba_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:8365ab32e19f655627b62adfdc05ceaf24cf10395876f4b3a545df57eea4abba?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9\u0026tag=v4.17.0-202504281009.p0.g14489f6.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-insights-rhel9-operator@sha256:f54220fde82b962663a86123a99a65e549fd68fd9a6153f6c67979567a6fbf58_ppc64le",
                "product": {
                  "name": "openshift4/ose-insights-rhel9-operator@sha256:f54220fde82b962663a86123a99a65e549fd68fd9a6153f6c67979567a6fbf58_ppc64le",
                  "product_id": "openshift4/ose-insights-rhel9-operator@sha256:f54220fde82b962663a86123a99a65e549fd68fd9a6153f6c67979567a6fbf58_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-insights-rhel9-operator@sha256:f54220fde82b962663a86123a99a65e549fd68fd9a6153f6c67979567a6fbf58?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-insights-rhel9-operator\u0026tag=v4.17.0-202504281009.p0.g2b1e2df.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-installer-altinfra-rhel9@sha256:e26559b0ae61de908b9db0753babf47e2a3bc27c6637c7e945d153959fcb79ea_ppc64le",
                "product": {
                  "name": "openshift4/ose-installer-altinfra-rhel9@sha256:e26559b0ae61de908b9db0753babf47e2a3bc27c6637c7e945d153959fcb79ea_ppc64le",
                  "product_id": "openshift4/ose-installer-altinfra-rhel9@sha256:e26559b0ae61de908b9db0753babf47e2a3bc27c6637c7e945d153959fcb79ea_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-installer-altinfra-rhel9@sha256:e26559b0ae61de908b9db0753babf47e2a3bc27c6637c7e945d153959fcb79ea?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-installer-altinfra-rhel9\u0026tag=v4.17.0-202504281705.p0.g5e4e2af.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-installer-artifacts-rhel9@sha256:7a235516acc4c967b8fdda1868be132966714d19d6d90a5ce4b4cab661d819b3_ppc64le",
                "product": {
                  "name": "openshift4/ose-installer-artifacts-rhel9@sha256:7a235516acc4c967b8fdda1868be132966714d19d6d90a5ce4b4cab661d819b3_ppc64le",
                  "product_id": "openshift4/ose-installer-artifacts-rhel9@sha256:7a235516acc4c967b8fdda1868be132966714d19d6d90a5ce4b4cab661d819b3_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-installer-artifacts-rhel9@sha256:7a235516acc4c967b8fdda1868be132966714d19d6d90a5ce4b4cab661d819b3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-installer-artifacts-rhel9\u0026tag=v4.17.0-202504281009.p0.g5e4e2af.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-installer-rhel9@sha256:df403029362bb02139eab00cdb01c35171431ce0e237c874e11e06aabca19311_ppc64le",
                "product": {
                  "name": "openshift4/ose-installer-rhel9@sha256:df403029362bb02139eab00cdb01c35171431ce0e237c874e11e06aabca19311_ppc64le",
                  "product_id": "openshift4/ose-installer-rhel9@sha256:df403029362bb02139eab00cdb01c35171431ce0e237c874e11e06aabca19311_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-installer-rhel9@sha256:df403029362bb02139eab00cdb01c35171431ce0e237c874e11e06aabca19311?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-installer-rhel9\u0026tag=v4.17.0-202504281009.p0.g5e4e2af.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/kube-metrics-server-rhel9@sha256:9792d7c9a9e5725b68fa3812d5907d4812b6cb23042af5392d7e6cbfdd3f8995_ppc64le",
                "product": {
                  "name": "openshift4/kube-metrics-server-rhel9@sha256:9792d7c9a9e5725b68fa3812d5907d4812b6cb23042af5392d7e6cbfdd3f8995_ppc64le",
                  "product_id": "openshift4/kube-metrics-server-rhel9@sha256:9792d7c9a9e5725b68fa3812d5907d4812b6cb23042af5392d7e6cbfdd3f8995_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/kube-metrics-server-rhel9@sha256:9792d7c9a9e5725b68fa3812d5907d4812b6cb23042af5392d7e6cbfdd3f8995?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/kube-metrics-server-rhel9\u0026tag=v4.17.0-202504281009.p0.ge870adb.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b798ea0514d92809752909b9f0b4d38ea1a7309df58750c1c516034c8a58ce4e_ppc64le",
                "product": {
                  "name": "openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b798ea0514d92809752909b9f0b4d38ea1a7309df58750c1c516034c8a58ce4e_ppc64le",
                  "product_id": "openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b798ea0514d92809752909b9f0b4d38ea1a7309df58750c1c516034c8a58ce4e_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-kube-storage-version-migrator-rhel9@sha256:b798ea0514d92809752909b9f0b4d38ea1a7309df58750c1c516034c8a58ce4e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9\u0026tag=v4.17.0-202504281009.p0.g34fafc0.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:b248b7e14b2f4a76b6fea232897ef6db0f43531e46d161af07f2e4bad05e707b_ppc64le",
                "product": {
                  "name": "openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:b248b7e14b2f4a76b6fea232897ef6db0f43531e46d161af07f2e4bad05e707b_ppc64le",
                  "product_id": "openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:b248b7e14b2f4a76b6fea232897ef6db0f43531e46d161af07f2e4bad05e707b_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-kubevirt-cloud-controller-manager-rhel9@sha256:b248b7e14b2f4a76b6fea232897ef6db0f43531e46d161af07f2e4bad05e707b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9\u0026tag=v4.17.0-202504281009.p0.g3f4542e.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/kubevirt-csi-driver-rhel9@sha256:7fdb186f15c46bfe20e5426701cac2c4ba45e78c414e71b1aac14f321092eb4a_ppc64le",
                "product": {
                  "name": "openshift4/kubevirt-csi-driver-rhel9@sha256:7fdb186f15c46bfe20e5426701cac2c4ba45e78c414e71b1aac14f321092eb4a_ppc64le",
                  "product_id": "openshift4/kubevirt-csi-driver-rhel9@sha256:7fdb186f15c46bfe20e5426701cac2c4ba45e78c414e71b1aac14f321092eb4a_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/kubevirt-csi-driver-rhel9@sha256:7fdb186f15c46bfe20e5426701cac2c4ba45e78c414e71b1aac14f321092eb4a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9\u0026tag=v4.17.0-202504281009.p0.g757a889.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-libvirt-machine-controllers-rhel9@sha256:70a12a74322db347077f7758c485acb127ad33d021ae5aec5e912f94f8ffd8ca_ppc64le",
                "product": {
                  "name": "openshift4/ose-libvirt-machine-controllers-rhel9@sha256:70a12a74322db347077f7758c485acb127ad33d021ae5aec5e912f94f8ffd8ca_ppc64le",
                  "product_id": "openshift4/ose-libvirt-machine-controllers-rhel9@sha256:70a12a74322db347077f7758c485acb127ad33d021ae5aec5e912f94f8ffd8ca_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-libvirt-machine-controllers-rhel9@sha256:70a12a74322db347077f7758c485acb127ad33d021ae5aec5e912f94f8ffd8ca?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9\u0026tag=v4.17.0-202504281009.p0.ga336f0b.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-machine-api-rhel9-operator@sha256:5f2486c25d18ae075485af13b8800df7b2bd1b251c73b1784ca1946569b83919_ppc64le",
                "product": {
                  "name": "openshift4/ose-machine-api-rhel9-operator@sha256:5f2486c25d18ae075485af13b8800df7b2bd1b251c73b1784ca1946569b83919_ppc64le",
                  "product_id": "openshift4/ose-machine-api-rhel9-operator@sha256:5f2486c25d18ae075485af13b8800df7b2bd1b251c73b1784ca1946569b83919_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-machine-api-rhel9-operator@sha256:5f2486c25d18ae075485af13b8800df7b2bd1b251c73b1784ca1946569b83919?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-rhel9-operator\u0026tag=v4.17.0-202504281009.p0.g1e7747d.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-machine-api-provider-gcp-rhel9@sha256:968aebcf8a5dbabc3b12fd50db0f8a1bf4bfe399b390efd29b9534510d7643ca_ppc64le",
                "product": {
                  "name": "openshift4/ose-machine-api-provider-gcp-rhel9@sha256:968aebcf8a5dbabc3b12fd50db0f8a1bf4bfe399b390efd29b9534510d7643ca_ppc64le",
                  "product_id": "openshift4/ose-machine-api-provider-gcp-rhel9@sha256:968aebcf8a5dbabc3b12fd50db0f8a1bf4bfe399b390efd29b9534510d7643ca_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-machine-api-provider-gcp-rhel9@sha256:968aebcf8a5dbabc3b12fd50db0f8a1bf4bfe399b390efd29b9534510d7643ca?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9\u0026tag=v4.17.0-202504281009.p0.g86a1d90.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-machine-api-provider-openstack-rhel9@sha256:6fb5c3a4b83c250c783d6b88d7914f72e4972ca2a2e5852ef46a0f754b6f8eef_ppc64le",
                "product": {
                  "name": "openshift4/ose-machine-api-provider-openstack-rhel9@sha256:6fb5c3a4b83c250c783d6b88d7914f72e4972ca2a2e5852ef46a0f754b6f8eef_ppc64le",
                  "product_id": "openshift4/ose-machine-api-provider-openstack-rhel9@sha256:6fb5c3a4b83c250c783d6b88d7914f72e4972ca2a2e5852ef46a0f754b6f8eef_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-machine-api-provider-openstack-rhel9@sha256:6fb5c3a4b83c250c783d6b88d7914f72e4972ca2a2e5852ef46a0f754b6f8eef?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9\u0026tag=v4.17.0-202504281009.p0.g6897187.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-machine-config-rhel9-operator@sha256:ef6cde961dbbb6fba059c3c45a80fb0e2da74f4c5cd52b42e73589ddf5b1e399_ppc64le",
                "product": {
                  "name": "openshift4/ose-machine-config-rhel9-operator@sha256:ef6cde961dbbb6fba059c3c45a80fb0e2da74f4c5cd52b42e73589ddf5b1e399_ppc64le",
                  "product_id": "openshift4/ose-machine-config-rhel9-operator@sha256:ef6cde961dbbb6fba059c3c45a80fb0e2da74f4c5cd52b42e73589ddf5b1e399_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-machine-config-rhel9-operator@sha256:ef6cde961dbbb6fba059c3c45a80fb0e2da74f4c5cd52b42e73589ddf5b1e399?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-machine-config-rhel9-operator\u0026tag=v4.17.0-202504290337.p0.g95b720d.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-machine-os-images-rhel9@sha256:c26463b63a1336896c3b5966be5952b60e539691202cd81e7ae4e964817f2109_ppc64le",
                "product": {
                  "name": "openshift4/ose-machine-os-images-rhel9@sha256:c26463b63a1336896c3b5966be5952b60e539691202cd81e7ae4e964817f2109_ppc64le",
                  "product_id": "openshift4/ose-machine-os-images-rhel9@sha256:c26463b63a1336896c3b5966be5952b60e539691202cd81e7ae4e964817f2109_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-machine-os-images-rhel9@sha256:c26463b63a1336896c3b5966be5952b60e539691202cd81e7ae4e964817f2109?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-machine-os-images-rhel9\u0026tag=v4.17.0-202504281009.p0.gf85666b.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-multus-admission-controller-rhel9@sha256:4a2061a1ba2d018fcdd41b6722fb4e332b72983954ea5d0609b01785d2647e6f_ppc64le",
                "product": {
                  "name": "openshift4/ose-multus-admission-controller-rhel9@sha256:4a2061a1ba2d018fcdd41b6722fb4e332b72983954ea5d0609b01785d2647e6f_ppc64le",
                  "product_id": "openshift4/ose-multus-admission-controller-rhel9@sha256:4a2061a1ba2d018fcdd41b6722fb4e332b72983954ea5d0609b01785d2647e6f_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-multus-admission-controller-rhel9@sha256:4a2061a1ba2d018fcdd41b6722fb4e332b72983954ea5d0609b01785d2647e6f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9\u0026tag=v4.17.0-202504281009.p0.g076f0ca.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-multus-networkpolicy-rhel9@sha256:f32767d8dbad803a847397b47ef35d48820e2ac8c5abb5d916fc3daab615f6ab_ppc64le",
                "product": {
                  "name": "openshift4/ose-multus-networkpolicy-rhel9@sha256:f32767d8dbad803a847397b47ef35d48820e2ac8c5abb5d916fc3daab615f6ab_ppc64le",
                  "product_id": "openshift4/ose-multus-networkpolicy-rhel9@sha256:f32767d8dbad803a847397b47ef35d48820e2ac8c5abb5d916fc3daab615f6ab_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-multus-networkpolicy-rhel9@sha256:f32767d8dbad803a847397b47ef35d48820e2ac8c5abb5d916fc3daab615f6ab?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9\u0026tag=v4.17.0-202504281009.p0.g7d01ea1.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-multus-route-override-cni-rhel9@sha256:c0b91c4fdee11f1468e9c32f2f95feb08f49eada69835577eea2c04ede8c5725_ppc64le",
                "product": {
                  "name": "openshift4/ose-multus-route-override-cni-rhel9@sha256:c0b91c4fdee11f1468e9c32f2f95feb08f49eada69835577eea2c04ede8c5725_ppc64le",
                  "product_id": "openshift4/ose-multus-route-override-cni-rhel9@sha256:c0b91c4fdee11f1468e9c32f2f95feb08f49eada69835577eea2c04ede8c5725_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-multus-route-override-cni-rhel9@sha256:c0b91c4fdee11f1468e9c32f2f95feb08f49eada69835577eea2c04ede8c5725?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9\u0026tag=v4.17.0-202504281009.p0.g391c1b0.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:2264796d3b4da7e3fc2961c55972859361750a1272f52112d6b50c069275b6f8_ppc64le",
                "product": {
                  "name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:2264796d3b4da7e3fc2961c55972859361750a1272f52112d6b50c069275b6f8_ppc64le",
                  "product_id": "openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:2264796d3b4da7e3fc2961c55972859361750a1272f52112d6b50c069275b6f8_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel9@sha256:2264796d3b4da7e3fc2961c55972859361750a1272f52112d6b50c069275b6f8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9\u0026tag=v4.17.0-202504281009.p0.ga9576ed.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-must-gather-rhel9@sha256:7e0061f5d8d3909d377e353592c99179627fbbd8e70d90f1aae44dc8f9f34b9c_ppc64le",
                "product": {
                  "name": "openshift4/ose-must-gather-rhel9@sha256:7e0061f5d8d3909d377e353592c99179627fbbd8e70d90f1aae44dc8f9f34b9c_ppc64le",
                  "product_id": "openshift4/ose-must-gather-rhel9@sha256:7e0061f5d8d3909d377e353592c99179627fbbd8e70d90f1aae44dc8f9f34b9c_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-must-gather-rhel9@sha256:7e0061f5d8d3909d377e353592c99179627fbbd8e70d90f1aae44dc8f9f34b9c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-must-gather-rhel9\u0026tag=v4.17.0-202504281009.p0.g56b3427.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-network-interface-bond-cni-rhel9@sha256:c372276000e5ed2540990ca06299d060a49c646ad7a1f206ce5094c7b95536b4_ppc64le",
                "product": {
                  "name": "openshift4/ose-network-interface-bond-cni-rhel9@sha256:c372276000e5ed2540990ca06299d060a49c646ad7a1f206ce5094c7b95536b4_ppc64le",
                  "product_id": "openshift4/ose-network-interface-bond-cni-rhel9@sha256:c372276000e5ed2540990ca06299d060a49c646ad7a1f206ce5094c7b95536b4_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-network-interface-bond-cni-rhel9@sha256:c372276000e5ed2540990ca06299d060a49c646ad7a1f206ce5094c7b95536b4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9\u0026tag=v4.17.0-202504281009.p0.g8630f33.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-network-metrics-daemon-rhel9@sha256:e805f9a0f7eb2039fd8040dcff142175c392381c992b69e8c5e3307249fd10cf_ppc64le",
                "product": {
                  "name": "openshift4/ose-network-metrics-daemon-rhel9@sha256:e805f9a0f7eb2039fd8040dcff142175c392381c992b69e8c5e3307249fd10cf_ppc64le",
                  "product_id": "openshift4/ose-network-metrics-daemon-rhel9@sha256:e805f9a0f7eb2039fd8040dcff142175c392381c992b69e8c5e3307249fd10cf_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-network-metrics-daemon-rhel9@sha256:e805f9a0f7eb2039fd8040dcff142175c392381c992b69e8c5e3307249fd10cf?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9\u0026tag=v4.17.0-202504281009.p0.gddb486a.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/network-tools-rhel9@sha256:ac07972de391248c3b2fd918633f53d1e072e704cdd11573c2ae7ffc7e4ee9ee_ppc64le",
                "product": {
                  "name": "openshift4/network-tools-rhel9@sha256:ac07972de391248c3b2fd918633f53d1e072e704cdd11573c2ae7ffc7e4ee9ee_ppc64le",
                  "product_id": "openshift4/network-tools-rhel9@sha256:ac07972de391248c3b2fd918633f53d1e072e704cdd11573c2ae7ffc7e4ee9ee_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/network-tools-rhel9@sha256:ac07972de391248c3b2fd918633f53d1e072e704cdd11573c2ae7ffc7e4ee9ee?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/network-tools-rhel9\u0026tag=v4.17.0-202504300106.p0.g8e170b4.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-oauth-apiserver-rhel9@sha256:8ecc5104c41faaecc96f97e1f3c4ddfe0047bec271a6bd41a72c4704a2b479c4_ppc64le",
                "product": {
                  "name": "openshift4/ose-oauth-apiserver-rhel9@sha256:8ecc5104c41faaecc96f97e1f3c4ddfe0047bec271a6bd41a72c4704a2b479c4_ppc64le",
                  "product_id": "openshift4/ose-oauth-apiserver-rhel9@sha256:8ecc5104c41faaecc96f97e1f3c4ddfe0047bec271a6bd41a72c4704a2b479c4_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-oauth-apiserver-rhel9@sha256:8ecc5104c41faaecc96f97e1f3c4ddfe0047bec271a6bd41a72c4704a2b479c4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9\u0026tag=v4.17.0-202504281009.p0.g04782ff.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-olm-catalogd-rhel9@sha256:e9c3bf1b4cd8b50229b2d2cd74f6ab8ef8d300d6bcd577b3334d368621c96e5b_ppc64le",
                "product": {
                  "name": "openshift4/ose-olm-catalogd-rhel9@sha256:e9c3bf1b4cd8b50229b2d2cd74f6ab8ef8d300d6bcd577b3334d368621c96e5b_ppc64le",
                  "product_id": "openshift4/ose-olm-catalogd-rhel9@sha256:e9c3bf1b4cd8b50229b2d2cd74f6ab8ef8d300d6bcd577b3334d368621c96e5b_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-olm-catalogd-rhel9@sha256:e9c3bf1b4cd8b50229b2d2cd74f6ab8ef8d300d6bcd577b3334d368621c96e5b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-olm-catalogd-rhel9\u0026tag=v4.17.0-202504281009.p0.gc740e05.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-olm-operator-controller-rhel9@sha256:7947045fc7c78746b791cf45cc7086f35981ca1675813803e4d6b44e1217d4a5_ppc64le",
                "product": {
                  "name": "openshift4/ose-olm-operator-controller-rhel9@sha256:7947045fc7c78746b791cf45cc7086f35981ca1675813803e4d6b44e1217d4a5_ppc64le",
                  "product_id": "openshift4/ose-olm-operator-controller-rhel9@sha256:7947045fc7c78746b791cf45cc7086f35981ca1675813803e4d6b44e1217d4a5_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-olm-operator-controller-rhel9@sha256:7947045fc7c78746b791cf45cc7086f35981ca1675813803e4d6b44e1217d4a5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9\u0026tag=v4.17.0-202504281009.p0.g8bc0220.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-openshift-apiserver-rhel9@sha256:12ee719e29b1a159926fa67162dfff04668a0c786db83697a75fc8bf96c61e36_ppc64le",
                "product": {
                  "name": "openshift4/ose-openshift-apiserver-rhel9@sha256:12ee719e29b1a159926fa67162dfff04668a0c786db83697a75fc8bf96c61e36_ppc64le",
                  "product_id": "openshift4/ose-openshift-apiserver-rhel9@sha256:12ee719e29b1a159926fa67162dfff04668a0c786db83697a75fc8bf96c61e36_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-openshift-apiserver-rhel9@sha256:12ee719e29b1a159926fa67162dfff04668a0c786db83697a75fc8bf96c61e36?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9\u0026tag=v4.17.0-202504281009.p0.g58f7b42.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-openshift-controller-manager-rhel9@sha256:fbba55058981a9c57d0b273bc8b56b66e164c7fae1bf59d74aaf6ea3656ac59e_ppc64le",
                "product": {
                  "name": "openshift4/ose-openshift-controller-manager-rhel9@sha256:fbba55058981a9c57d0b273bc8b56b66e164c7fae1bf59d74aaf6ea3656ac59e_ppc64le",
                  "product_id": "openshift4/ose-openshift-controller-manager-rhel9@sha256:fbba55058981a9c57d0b273bc8b56b66e164c7fae1bf59d74aaf6ea3656ac59e_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-openshift-controller-manager-rhel9@sha256:fbba55058981a9c57d0b273bc8b56b66e164c7fae1bf59d74aaf6ea3656ac59e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9\u0026tag=v4.17.0-202504281009.p0.g70aa014.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:ba40d8da235fde8e89b6115a1d5f41568fafb4eeddcc38f107e493fef2ea38ae_ppc64le",
                "product": {
                  "name": "openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:ba40d8da235fde8e89b6115a1d5f41568fafb4eeddcc38f107e493fef2ea38ae_ppc64le",
                  "product_id": "openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:ba40d8da235fde8e89b6115a1d5f41568fafb4eeddcc38f107e493fef2ea38ae_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9@sha256:ba40d8da235fde8e89b6115a1d5f41568fafb4eeddcc38f107e493fef2ea38ae?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9\u0026tag=v4.17.0-202504281009.p0.g0e338e1.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:30ef542720dd4425d7f7fae10dcebe2d5fe6d25105d34261fe754f4cab4a64b6_ppc64le",
                "product": {
                  "name": "openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:30ef542720dd4425d7f7fae10dcebe2d5fe6d25105d34261fe754f4cab4a64b6_ppc64le",
                  "product_id": "openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:30ef542720dd4425d7f7fae10dcebe2d5fe6d25105d34261fe754f4cab4a64b6_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:30ef542720dd4425d7f7fae10dcebe2d5fe6d25105d34261fe754f4cab4a64b6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator\u0026tag=v4.17.0-202504281009.p0.gf89b6db.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ff4bf6e903a1af1f494f5e0f43ed6718bcb55557fe9135d0750362bf0e8e6b58_ppc64le",
                "product": {
                  "name": "openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ff4bf6e903a1af1f494f5e0f43ed6718bcb55557fe9135d0750362bf0e8e6b58_ppc64le",
                  "product_id": "openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ff4bf6e903a1af1f494f5e0f43ed6718bcb55557fe9135d0750362bf0e8e6b58_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel9@sha256:ff4bf6e903a1af1f494f5e0f43ed6718bcb55557fe9135d0750362bf0e8e6b58?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9\u0026tag=v4.17.0-202504281009.p0.g0e338e1.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-operator-framework-tools-rhel9@sha256:c187541b8c1b8a589645a608ed79b43f9e6911116faee1c50ca8a0a30a4d3738_ppc64le",
                "product": {
                  "name": "openshift4/ose-operator-framework-tools-rhel9@sha256:c187541b8c1b8a589645a608ed79b43f9e6911116faee1c50ca8a0a30a4d3738_ppc64le",
                  "product_id": "openshift4/ose-operator-framework-tools-rhel9@sha256:c187541b8c1b8a589645a608ed79b43f9e6911116faee1c50ca8a0a30a4d3738_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-operator-framework-tools-rhel9@sha256:c187541b8c1b8a589645a608ed79b43f9e6911116faee1c50ca8a0a30a4d3738?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9\u0026tag=v4.17.0-202504281009.p0.gd3b1715.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ovirt-csi-driver-rhel9@sha256:a05a16ce31d453bb37fbedcbf8e05e5f6dbf929f5626fd00ff2403bf8510073f_ppc64le",
                "product": {
                  "name": "openshift4/ovirt-csi-driver-rhel9@sha256:a05a16ce31d453bb37fbedcbf8e05e5f6dbf929f5626fd00ff2403bf8510073f_ppc64le",
                  "product_id": "openshift4/ovirt-csi-driver-rhel9@sha256:a05a16ce31d453bb37fbedcbf8e05e5f6dbf929f5626fd00ff2403bf8510073f_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ovirt-csi-driver-rhel9@sha256:a05a16ce31d453bb37fbedcbf8e05e5f6dbf929f5626fd00ff2403bf8510073f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel9\u0026tag=v4.17.0-202504281009.p0.g1db726a.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-ovn-kubernetes-rhel9@sha256:2bade31f6bbac52b4916f47431126c735efb2f98db4a69a5d6839ae731803dc1_ppc64le",
                "product": {
                  "name": "openshift4/ose-ovn-kubernetes-rhel9@sha256:2bade31f6bbac52b4916f47431126c735efb2f98db4a69a5d6839ae731803dc1_ppc64le",
                  "product_id": "openshift4/ose-ovn-kubernetes-rhel9@sha256:2bade31f6bbac52b4916f47431126c735efb2f98db4a69a5d6839ae731803dc1_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256:2bade31f6bbac52b4916f47431126c735efb2f98db4a69a5d6839ae731803dc1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9\u0026tag=v4.17.0-202504281009.p0.gb02d1af.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-powervs-block-csi-driver-rhel9@sha256:0e89e02535502b0390ca0c4ab8162b78c68af02974955d735536a1872b48c189_ppc64le",
                "product": {
                  "name": "openshift4/ose-powervs-block-csi-driver-rhel9@sha256:0e89e02535502b0390ca0c4ab8162b78c68af02974955d735536a1872b48c189_ppc64le",
                  "product_id": "openshift4/ose-powervs-block-csi-driver-rhel9@sha256:0e89e02535502b0390ca0c4ab8162b78c68af02974955d735536a1872b48c189_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-powervs-block-csi-driver-rhel9@sha256:0e89e02535502b0390ca0c4ab8162b78c68af02974955d735536a1872b48c189?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9\u0026tag=v4.17.0-202504281009.p0.gaaa6afa.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:07248406477642eccb6adecec3aec409bae0e04598a7252e771dfa87368e4c91_ppc64le",
                "product": {
                  "name": "openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:07248406477642eccb6adecec3aec409bae0e04598a7252e771dfa87368e4c91_ppc64le",
                  "product_id": "openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:07248406477642eccb6adecec3aec409bae0e04598a7252e771dfa87368e4c91_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-powervs-block-csi-driver-rhel9-operator@sha256:07248406477642eccb6adecec3aec409bae0e04598a7252e771dfa87368e4c91?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator\u0026tag=v4.17.0-202504281009.p0.gf6f037c.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:1fee47031672c49bcfa735489ab08fd4be10995234ecc97e7b51733d4170df96_ppc64le",
                "product": {
                  "name": "openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:1fee47031672c49bcfa735489ab08fd4be10995234ecc97e7b51733d4170df96_ppc64le",
                  "product_id": "openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:1fee47031672c49bcfa735489ab08fd4be10995234ecc97e7b51733d4170df96_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-powervs-cloud-controller-manager-rhel9@sha256:1fee47031672c49bcfa735489ab08fd4be10995234ecc97e7b51733d4170df96?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9\u0026tag=v4.17.0-202504281009.p0.gbd3d72e.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-powervs-machine-controllers-rhel9@sha256:548abf5b9f1cb92a916d8c6beb588f81ebc40d33412e7383d3a1bfc602ed38b2_ppc64le",
                "product": {
                  "name": "openshift4/ose-powervs-machine-controllers-rhel9@sha256:548abf5b9f1cb92a916d8c6beb588f81ebc40d33412e7383d3a1bfc602ed38b2_ppc64le",
                  "product_id": "openshift4/ose-powervs-machine-controllers-rhel9@sha256:548abf5b9f1cb92a916d8c6beb588f81ebc40d33412e7383d3a1bfc602ed38b2_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-powervs-machine-controllers-rhel9@sha256:548abf5b9f1cb92a916d8c6beb588f81ebc40d33412e7383d3a1bfc602ed38b2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9\u0026tag=v4.17.0-202504281009.p0.gd7b13a6.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/openshift-route-controller-manager-rhel9@sha256:391bc1c93a3c513f2ff90990f5f45e1bc2c3665d9380a36a080b09b72b623acd_ppc64le",
                "product": {
                  "name": "openshift4/openshift-route-controller-manager-rhel9@sha256:391bc1c93a3c513f2ff90990f5f45e1bc2c3665d9380a36a080b09b72b623acd_ppc64le",
                  "product_id": "openshift4/openshift-route-controller-manager-rhel9@sha256:391bc1c93a3c513f2ff90990f5f45e1bc2c3665d9380a36a080b09b72b623acd_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift-route-controller-manager-rhel9@sha256:391bc1c93a3c513f2ff90990f5f45e1bc2c3665d9380a36a080b09b72b623acd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9\u0026tag=v4.17.0-202504281009.p0.gcd4a3dc.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-service-ca-rhel9-operator@sha256:3b1680ab1e489cd414065f3d52149fb34147fef2888f4da3633c30936690dcb2_ppc64le",
                "product": {
                  "name": "openshift4/ose-service-ca-rhel9-operator@sha256:3b1680ab1e489cd414065f3d52149fb34147fef2888f4da3633c30936690dcb2_ppc64le",
                  "product_id": "openshift4/ose-service-ca-rhel9-operator@sha256:3b1680ab1e489cd414065f3d52149fb34147fef2888f4da3633c30936690dcb2_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-service-ca-rhel9-operator@sha256:3b1680ab1e489cd414065f3d52149fb34147fef2888f4da3633c30936690dcb2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-service-ca-rhel9-operator\u0026tag=v4.17.0-202504281009.p0.gf1b6307.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-thanos-rhel9@sha256:c6b2c72b0a23b3b2b1030add377d6709ed1f625041251a1338c2b083df4c7fe0_ppc64le",
                "product": {
                  "name": "openshift4/ose-thanos-rhel9@sha256:c6b2c72b0a23b3b2b1030add377d6709ed1f625041251a1338c2b083df4c7fe0_ppc64le",
                  "product_id": "openshift4/ose-thanos-rhel9@sha256:c6b2c72b0a23b3b2b1030add377d6709ed1f625041251a1338c2b083df4c7fe0_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-thanos-rhel9@sha256:c6b2c72b0a23b3b2b1030add377d6709ed1f625041251a1338c2b083df4c7fe0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-thanos-rhel9\u0026tag=v4.17.0-202504281009.p0.g5b56736.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-tools-rhel9@sha256:eb1e91426bc4518afcb871220972ff5f7d8494c56c3e59f8f534ffc96971c409_ppc64le",
                "product": {
                  "name": "openshift4/ose-tools-rhel9@sha256:eb1e91426bc4518afcb871220972ff5f7d8494c56c3e59f8f534ffc96971c409_ppc64le",
                  "product_id": "openshift4/ose-tools-rhel9@sha256:eb1e91426bc4518afcb871220972ff5f7d8494c56c3e59f8f534ffc96971c409_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-tools-rhel9@sha256:eb1e91426bc4518afcb871220972ff5f7d8494c56c3e59f8f534ffc96971c409?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-tools-rhel9\u0026tag=v4.17.0-202504300106.p0.g0000b3e.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e96efaf0fcff6a640c9a5d66922694ef5e30d2d6bc3b2edf1a4900e283174a1c_ppc64le",
                "product": {
                  "name": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e96efaf0fcff6a640c9a5d66922694ef5e30d2d6bc3b2edf1a4900e283174a1c_ppc64le",
                  "product_id": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e96efaf0fcff6a640c9a5d66922694ef5e30d2d6bc3b2edf1a4900e283174a1c_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256:e96efaf0fcff6a640c9a5d66922694ef5e30d2d6bc3b2edf1a4900e283174a1c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9\u0026tag=v4.17.0-202504281009.p0.gb02d1af.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-prometheus-config-reloader-rhel9@sha256:366ea0de608f0dc4890208515d89a6c01a56aaa32d54ba04dfc1cebcd0aa1940_ppc64le",
                "product": {
                  "name": "openshift4/ose-prometheus-config-reloader-rhel9@sha256:366ea0de608f0dc4890208515d89a6c01a56aaa32d54ba04dfc1cebcd0aa1940_ppc64le",
                  "product_id": "openshift4/ose-prometheus-config-reloader-rhel9@sha256:366ea0de608f0dc4890208515d89a6c01a56aaa32d54ba04dfc1cebcd0aa1940_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-prometheus-config-reloader-rhel9@sha256:366ea0de608f0dc4890208515d89a6c01a56aaa32d54ba04dfc1cebcd0aa1940?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9\u0026tag=v4.17.0-202504281009.p0.g77cedd6.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:487f00e5cc33440966f68b490b6ba8d0da0462f2bb5f94455807bf9a30ddc368_ppc64le",
                "product": {
                  "name": "openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:487f00e5cc33440966f68b490b6ba8d0da0462f2bb5f94455807bf9a30ddc368_ppc64le",
                  "product_id": "openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:487f00e5cc33440966f68b490b6ba8d0da0462f2bb5f94455807bf9a30ddc368_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel9@sha256:487f00e5cc33440966f68b490b6ba8d0da0462f2bb5f94455807bf9a30ddc368?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9\u0026tag=v4.17.0-202504281009.p0.g77cedd6.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-prometheus-rhel9-operator@sha256:ca2cae619e6e83733a803335a113e09ac6bb9c1c235ed0c1ab05fd7e8441f5b2_ppc64le",
                "product": {
                  "name": "openshift4/ose-prometheus-rhel9-operator@sha256:ca2cae619e6e83733a803335a113e09ac6bb9c1c235ed0c1ab05fd7e8441f5b2_ppc64le",
                  "product_id": "openshift4/ose-prometheus-rhel9-operator@sha256:ca2cae619e6e83733a803335a113e09ac6bb9c1c235ed0c1ab05fd7e8441f5b2_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-prometheus-rhel9-operator@sha256:ca2cae619e6e83733a803335a113e09ac6bb9c1c235ed0c1ab05fd7e8441f5b2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-rhel9-operator\u0026tag=v4.17.0-202504281009.p0.g77cedd6.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-prom-label-proxy-rhel9@sha256:dff520a6cfdb27ad2ce31301aa3d74275ea7e13fc39749c77118c4fa74255604_ppc64le",
                "product": {
                  "name": "openshift4/ose-prom-label-proxy-rhel9@sha256:dff520a6cfdb27ad2ce31301aa3d74275ea7e13fc39749c77118c4fa74255604_ppc64le",
                  "product_id": "openshift4/ose-prom-label-proxy-rhel9@sha256:dff520a6cfdb27ad2ce31301aa3d74275ea7e13fc39749c77118c4fa74255604_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-prom-label-proxy-rhel9@sha256:dff520a6cfdb27ad2ce31301aa3d74275ea7e13fc39749c77118c4fa74255604?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9\u0026tag=v4.17.0-202504281009.p0.gd80e904.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "rhcos@sha256:975f83f748ff4cebae040caa4df88b771d32e1f301204a736ec414b4f3234e99_ppc64le",
                "product": {
                  "name": "rhcos@sha256:975f83f748ff4cebae040caa4df88b771d32e1f301204a736ec414b4f3234e99_ppc64le",
                  "product_id": "rhcos@sha256:975f83f748ff4cebae040caa4df88b771d32e1f301204a736ec414b4f3234e99_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/rhcos@sha256:975f83f748ff4cebae040caa4df88b771d32e1f301204a736ec414b4f3234e99?arch=ppc64le\u0026repository_url=registry.redhat.io/rhcos\u0026tag=417.94.202504291434-0"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-telemeter-rhel9@sha256:03554a4e07a0aa9debd4b2c5e31ba7a2abd48864f6e21ed8edd758e397ecb9e3_ppc64le",
                "product": {
                  "name": "openshift4/ose-telemeter-rhel9@sha256:03554a4e07a0aa9debd4b2c5e31ba7a2abd48864f6e21ed8edd758e397ecb9e3_ppc64le",
                  "product_id": "openshift4/ose-telemeter-rhel9@sha256:03554a4e07a0aa9debd4b2c5e31ba7a2abd48864f6e21ed8edd758e397ecb9e3_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-telemeter-rhel9@sha256:03554a4e07a0aa9debd4b2c5e31ba7a2abd48864f6e21ed8edd758e397ecb9e3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-telemeter-rhel9\u0026tag=v4.17.0-202504281009.p0.ge2b2524.assembly.stream.el9"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "ppc64le"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-autoscaler-rhel9@sha256:c1679d423da94f016d5631c5870fa0d7291190557a05b392070b10f84d25df7a_arm64",
                "product": {
                  "name": "openshift4/ose-cluster-autoscaler-rhel9@sha256:c1679d423da94f016d5631c5870fa0d7291190557a05b392070b10f84d25df7a_arm64",
                  "product_id": "openshift4/ose-cluster-autoscaler-rhel9@sha256:c1679d423da94f016d5631c5870fa0d7291190557a05b392070b10f84d25df7a_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-autoscaler-rhel9@sha256:c1679d423da94f016d5631c5870fa0d7291190557a05b392070b10f84d25df7a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9\u0026tag=v4.17.0-202504281009.p0.g12bd2a9.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/aws-kms-encryption-provider-rhel9@sha256:03c4ffb6e1ca068624a9bcaa5ca21f0b67fc60508f382ae95521c6a03ae8afb4_arm64",
                "product": {
                  "name": "openshift4/aws-kms-encryption-provider-rhel9@sha256:03c4ffb6e1ca068624a9bcaa5ca21f0b67fc60508f382ae95521c6a03ae8afb4_arm64",
                  "product_id": "openshift4/aws-kms-encryption-provider-rhel9@sha256:03c4ffb6e1ca068624a9bcaa5ca21f0b67fc60508f382ae95521c6a03ae8afb4_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/aws-kms-encryption-provider-rhel9@sha256:03c4ffb6e1ca068624a9bcaa5ca21f0b67fc60508f382ae95521c6a03ae8afb4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9\u0026tag=v4.17.0-202504281009.p0.g9d40167.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/azure-kms-encryption-provider-rhel9@sha256:cc38a9ba49ae414e03acd79e4d3b97977fe53872870612073fa569f6ab702939_arm64",
                "product": {
                  "name": "openshift4/azure-kms-encryption-provider-rhel9@sha256:cc38a9ba49ae414e03acd79e4d3b97977fe53872870612073fa569f6ab702939_arm64",
                  "product_id": "openshift4/azure-kms-encryption-provider-rhel9@sha256:cc38a9ba49ae414e03acd79e4d3b97977fe53872870612073fa569f6ab702939_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/azure-kms-encryption-provider-rhel9@sha256:cc38a9ba49ae414e03acd79e4d3b97977fe53872870612073fa569f6ab702939?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9\u0026tag=v4.17.0-202504281009.p0.gf1e56a2.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-baremetal-machine-controllers-rhel9@sha256:b3c64d151b7106205a0103baf6d29edb616b1a3510c17a83c9f73d302622243a_arm64",
                "product": {
                  "name": "openshift4/ose-baremetal-machine-controllers-rhel9@sha256:b3c64d151b7106205a0103baf6d29edb616b1a3510c17a83c9f73d302622243a_arm64",
                  "product_id": "openshift4/ose-baremetal-machine-controllers-rhel9@sha256:b3c64d151b7106205a0103baf6d29edb616b1a3510c17a83c9f73d302622243a_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-baremetal-machine-controllers-rhel9@sha256:b3c64d151b7106205a0103baf6d29edb616b1a3510c17a83c9f73d302622243a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9\u0026tag=v4.17.0-202504281009.p0.g6e7aa77.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-etcd-rhel9-operator@sha256:b1e42b13546e4b27b93bd642174dfab3799f3e95cb32ce58322886983e029722_arm64",
                "product": {
                  "name": "openshift4/ose-cluster-etcd-rhel9-operator@sha256:b1e42b13546e4b27b93bd642174dfab3799f3e95cb32ce58322886983e029722_arm64",
                  "product_id": "openshift4/ose-cluster-etcd-rhel9-operator@sha256:b1e42b13546e4b27b93bd642174dfab3799f3e95cb32ce58322886983e029722_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-etcd-rhel9-operator@sha256:b1e42b13546e4b27b93bd642174dfab3799f3e95cb32ce58322886983e029722?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator\u0026tag=v4.17.0-202504281009.p0.g50f5541.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-monitoring-rhel9-operator@sha256:ee83d3ae20cf83282fa9127686405a7611b7ffb9211124e6688755e156b8cc31_arm64",
                "product": {
                  "name": "openshift4/ose-cluster-monitoring-rhel9-operator@sha256:ee83d3ae20cf83282fa9127686405a7611b7ffb9211124e6688755e156b8cc31_arm64",
                  "product_id": "openshift4/ose-cluster-monitoring-rhel9-operator@sha256:ee83d3ae20cf83282fa9127686405a7611b7ffb9211124e6688755e156b8cc31_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-monitoring-rhel9-operator@sha256:ee83d3ae20cf83282fa9127686405a7611b7ffb9211124e6688755e156b8cc31?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator\u0026tag=v4.17.0-202504281009.p0.gff3a4f0.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-network-rhel9-operator@sha256:684ca7e6a6fb4fcac94e3194e794ea5498733e22f965549c00c92212c2a25efb_arm64",
                "product": {
                  "name": "openshift4/ose-cluster-network-rhel9-operator@sha256:684ca7e6a6fb4fcac94e3194e794ea5498733e22f965549c00c92212c2a25efb_arm64",
                  "product_id": "openshift4/ose-cluster-network-rhel9-operator@sha256:684ca7e6a6fb4fcac94e3194e794ea5498733e22f965549c00c92212c2a25efb_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-network-rhel9-operator@sha256:684ca7e6a6fb4fcac94e3194e794ea5498733e22f965549c00c92212c2a25efb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator\u0026tag=v4.17.0-202504281009.p0.g5f2fe68.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:75664880e7db3f0ad3036642e0aceee61638c21568b5ac7ac7d150fc5f3df70f_arm64",
                "product": {
                  "name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:75664880e7db3f0ad3036642e0aceee61638c21568b5ac7ac7d150fc5f3df70f_arm64",
                  "product_id": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:75664880e7db3f0ad3036642e0aceee61638c21568b5ac7ac7d150fc5f3df70f_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256:75664880e7db3f0ad3036642e0aceee61638c21568b5ac7ac7d150fc5f3df70f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator\u0026tag=v4.17.0-202504300106.p0.gb6712f3.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-version-rhel9-operator@sha256:4e3f81eaa31b6ea68fbb3b0ed098fc7adf0aeb77a5a739f8c91a147caaad797a_arm64",
                "product": {
                  "name": "openshift4/ose-cluster-version-rhel9-operator@sha256:4e3f81eaa31b6ea68fbb3b0ed098fc7adf0aeb77a5a739f8c91a147caaad797a_arm64",
                  "product_id": "openshift4/ose-cluster-version-rhel9-operator@sha256:4e3f81eaa31b6ea68fbb3b0ed098fc7adf0aeb77a5a739f8c91a147caaad797a_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-version-rhel9-operator@sha256:4e3f81eaa31b6ea68fbb3b0ed098fc7adf0aeb77a5a739f8c91a147caaad797a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator\u0026tag=v4.17.0-202504281705.p0.gb06c462.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-configmap-reloader-rhel9@sha256:fd2176817bebe41db49f3820b80144e1473852f4af9a371da3e8e51c4bb62685_arm64",
                "product": {
                  "name": "openshift4/ose-configmap-reloader-rhel9@sha256:fd2176817bebe41db49f3820b80144e1473852f4af9a371da3e8e51c4bb62685_arm64",
                  "product_id": "openshift4/ose-configmap-reloader-rhel9@sha256:fd2176817bebe41db49f3820b80144e1473852f4af9a371da3e8e51c4bb62685_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-configmap-reloader-rhel9@sha256:fd2176817bebe41db49f3820b80144e1473852f4af9a371da3e8e51c4bb62685?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-configmap-reloader-rhel9\u0026tag=v4.17.0-202504281009.p0.gb877222.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/container-networking-plugins-microshift-rhel9@sha256:6fee0ae68857abb3ac5357aeee9fda4cf8cfa60e061b6240d2cc266156092d07_arm64",
                "product": {
                  "name": "openshift4/container-networking-plugins-microshift-rhel9@sha256:6fee0ae68857abb3ac5357aeee9fda4cf8cfa60e061b6240d2cc266156092d07_arm64",
                  "product_id": "openshift4/container-networking-plugins-microshift-rhel9@sha256:6fee0ae68857abb3ac5357aeee9fda4cf8cfa60e061b6240d2cc266156092d07_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/container-networking-plugins-microshift-rhel9@sha256:6fee0ae68857abb3ac5357aeee9fda4cf8cfa60e061b6240d2cc266156092d07?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9\u0026tag=v4.17.0-202504281009.p0.g24a6532.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-coredns-rhel9@sha256:ce4b36fd66c772da0bc5048c9d27b5e9c69fcab24e4fc07c80a4e92642fc714f_arm64",
                "product": {
                  "name": "openshift4/ose-coredns-rhel9@sha256:ce4b36fd66c772da0bc5048c9d27b5e9c69fcab24e4fc07c80a4e92642fc714f_arm64",
                  "product_id": "openshift4/ose-coredns-rhel9@sha256:ce4b36fd66c772da0bc5048c9d27b5e9c69fcab24e4fc07c80a4e92642fc714f_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-coredns-rhel9@sha256:ce4b36fd66c772da0bc5048c9d27b5e9c69fcab24e4fc07c80a4e92642fc714f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-coredns-rhel9\u0026tag=v4.17.0-202504281009.p0.gd3b441c.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-csi-external-attacher-rhel9@sha256:b216270c4e3760b33b62adbe672ced8483ba32462a744a46a863f485832c4f65_arm64",
                "product": {
                  "name": "openshift4/ose-csi-external-attacher-rhel9@sha256:b216270c4e3760b33b62adbe672ced8483ba32462a744a46a863f485832c4f65_arm64",
                  "product_id": "openshift4/ose-csi-external-attacher-rhel9@sha256:b216270c4e3760b33b62adbe672ced8483ba32462a744a46a863f485832c4f65_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-csi-external-attacher-rhel9@sha256:b216270c4e3760b33b62adbe672ced8483ba32462a744a46a863f485832c4f65?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9\u0026tag=v4.17.0-202504281009.p0.gc3fe8e2.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-csi-livenessprobe-rhel9@sha256:a3a74359f9ff4bb3d9eae7d72ee3f3335a07f7a1d9bbbfd9c4231f2db81c6818_arm64",
                "product": {
                  "name": "openshift4/ose-csi-livenessprobe-rhel9@sha256:a3a74359f9ff4bb3d9eae7d72ee3f3335a07f7a1d9bbbfd9c4231f2db81c6818_arm64",
                  "product_id": "openshift4/ose-csi-livenessprobe-rhel9@sha256:a3a74359f9ff4bb3d9eae7d72ee3f3335a07f7a1d9bbbfd9c4231f2db81c6818_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-csi-livenessprobe-rhel9@sha256:a3a74359f9ff4bb3d9eae7d72ee3f3335a07f7a1d9bbbfd9c4231f2db81c6818?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9\u0026tag=v4.17.0-202504281009.p0.g075ebcd.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d79cac1d92dcc9140be58c63ed13cd6331c8f41474213064cd45963d69a94e17_arm64",
                "product": {
                  "name": "openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d79cac1d92dcc9140be58c63ed13cd6331c8f41474213064cd45963d69a94e17_arm64",
                  "product_id": "openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d79cac1d92dcc9140be58c63ed13cd6331c8f41474213064cd45963d69a94e17_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-csi-node-driver-registrar-rhel9@sha256:d79cac1d92dcc9140be58c63ed13cd6331c8f41474213064cd45963d69a94e17?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9\u0026tag=v4.17.0-202504281009.p0.g436a1f3.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-csi-external-provisioner-rhel9@sha256:128d4125e8ad9550aeaff50ca27806d2c4f4f17293259b64db2e9cf322ff2387_arm64",
                "product": {
                  "name": "openshift4/ose-csi-external-provisioner-rhel9@sha256:128d4125e8ad9550aeaff50ca27806d2c4f4f17293259b64db2e9cf322ff2387_arm64",
                  "product_id": "openshift4/ose-csi-external-provisioner-rhel9@sha256:128d4125e8ad9550aeaff50ca27806d2c4f4f17293259b64db2e9cf322ff2387_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-csi-external-provisioner-rhel9@sha256:128d4125e8ad9550aeaff50ca27806d2c4f4f17293259b64db2e9cf322ff2387?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9\u0026tag=v4.17.0-202504281009.p0.gfe460e5.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/driver-toolkit-rhel9@sha256:ca540412965a47b91836a1137e49720be6ee3ebc2b7c54b67864beaea76c2e6b_arm64",
                "product": {
                  "name": "openshift4/driver-toolkit-rhel9@sha256:ca540412965a47b91836a1137e49720be6ee3ebc2b7c54b67864beaea76c2e6b_arm64",
                  "product_id": "openshift4/driver-toolkit-rhel9@sha256:ca540412965a47b91836a1137e49720be6ee3ebc2b7c54b67864beaea76c2e6b_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/driver-toolkit-rhel9@sha256:ca540412965a47b91836a1137e49720be6ee3ebc2b7c54b67864beaea76c2e6b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/driver-toolkit-rhel9\u0026tag=v4.17.0-202504291435.p0.g859518f.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:49874280d3af31fa772ed481e63ea6d1a62bb579b9da0eb3bf772017a3330f4f_arm64",
                "product": {
                  "name": "openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:49874280d3af31fa772ed481e63ea6d1a62bb579b9da0eb3bf772017a3330f4f_arm64",
                  "product_id": "openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:49874280d3af31fa772ed481e63ea6d1a62bb579b9da0eb3bf772017a3330f4f_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:49874280d3af31fa772ed481e63ea6d1a62bb579b9da0eb3bf772017a3330f4f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9\u0026tag=v4.17.0-202504281009.p0.g08579e9.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-oauth-proxy-rhel9@sha256:dc748b70f83c70facb499b0d5ce0fd691e827909240d89ce27c3d248175d07a5_arm64",
                "product": {
                  "name": "openshift4/ose-oauth-proxy-rhel9@sha256:dc748b70f83c70facb499b0d5ce0fd691e827909240d89ce27c3d248175d07a5_arm64",
                  "product_id": "openshift4/ose-oauth-proxy-rhel9@sha256:dc748b70f83c70facb499b0d5ce0fd691e827909240d89ce27c3d248175d07a5_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-oauth-proxy-rhel9@sha256:dc748b70f83c70facb499b0d5ce0fd691e827909240d89ce27c3d248175d07a5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-proxy-rhel9\u0026tag=v4.17.0-202504281009.p0.g07d03d7.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-prometheus-alertmanager-rhel9@sha256:1eb0d7754525580a289e18bd58efa44b769c9f8f3e1c362381756daa615fc6ed_arm64",
                "product": {
                  "name": "openshift4/ose-prometheus-alertmanager-rhel9@sha256:1eb0d7754525580a289e18bd58efa44b769c9f8f3e1c362381756daa615fc6ed_arm64",
                  "product_id": "openshift4/ose-prometheus-alertmanager-rhel9@sha256:1eb0d7754525580a289e18bd58efa44b769c9f8f3e1c362381756daa615fc6ed_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-prometheus-alertmanager-rhel9@sha256:1eb0d7754525580a289e18bd58efa44b769c9f8f3e1c362381756daa615fc6ed?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9\u0026tag=v4.17.0-202504281009.p0.gd7c1a7c.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-prometheus-node-exporter-rhel9@sha256:066cc860301397a054a7418b105c25230a2180e557d7b093b8234e375ef7338d_arm64",
                "product": {
                  "name": "openshift4/ose-prometheus-node-exporter-rhel9@sha256:066cc860301397a054a7418b105c25230a2180e557d7b093b8234e375ef7338d_arm64",
                  "product_id": "openshift4/ose-prometheus-node-exporter-rhel9@sha256:066cc860301397a054a7418b105c25230a2180e557d7b093b8234e375ef7338d_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-prometheus-node-exporter-rhel9@sha256:066cc860301397a054a7418b105c25230a2180e557d7b093b8234e375ef7338d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9\u0026tag=v4.17.0-202504281009.p0.gd88fd69.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-prometheus-rhel9@sha256:3eba98811dbd189733d9e1ea7ac94c175b90b5e35d5f58c27aaa313caeaf3b35_arm64",
                "product": {
                  "name": "openshift4/ose-prometheus-rhel9@sha256:3eba98811dbd189733d9e1ea7ac94c175b90b5e35d5f58c27aaa313caeaf3b35_arm64",
                  "product_id": "openshift4/ose-prometheus-rhel9@sha256:3eba98811dbd189733d9e1ea7ac94c175b90b5e35d5f58c27aaa313caeaf3b35_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-prometheus-rhel9@sha256:3eba98811dbd189733d9e1ea7ac94c175b90b5e35d5f58c27aaa313caeaf3b35?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-rhel9\u0026tag=v4.17.0-202504281009.p0.gb43f995.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-ironic-agent-rhel9@sha256:b45a678f884a36a9c6014841f8ca1c70908bcb51dcc45d9f71749806c9fd8fba_arm64",
                "product": {
                  "name": "openshift4/ose-ironic-agent-rhel9@sha256:b45a678f884a36a9c6014841f8ca1c70908bcb51dcc45d9f71749806c9fd8fba_arm64",
                  "product_id": "openshift4/ose-ironic-agent-rhel9@sha256:b45a678f884a36a9c6014841f8ca1c70908bcb51dcc45d9f71749806c9fd8fba_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-ironic-agent-rhel9@sha256:b45a678f884a36a9c6014841f8ca1c70908bcb51dcc45d9f71749806c9fd8fba?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-agent-rhel9\u0026tag=v4.17.0-202504281705.p0.g6d5c18e.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-ironic-rhel9@sha256:02d3c6c0c7d3ba854e7a03e3cd3fb56f21a729136f95993224336d42f4597b96_arm64",
                "product": {
                  "name": "openshift4/ose-ironic-rhel9@sha256:02d3c6c0c7d3ba854e7a03e3cd3fb56f21a729136f95993224336d42f4597b96_arm64",
                  "product_id": "openshift4/ose-ironic-rhel9@sha256:02d3c6c0c7d3ba854e7a03e3cd3fb56f21a729136f95993224336d42f4597b96_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-ironic-rhel9@sha256:02d3c6c0c7d3ba854e7a03e3cd3fb56f21a729136f95993224336d42f4597b96?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-rhel9\u0026tag=v4.17.0-202504281009.p0.g391f57f.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:f62c966edb47dcfaf82b4136ed867fd85bf04424f91e8a519f8f08a3989d98a0_arm64",
                "product": {
                  "name": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:f62c966edb47dcfaf82b4136ed867fd85bf04424f91e8a519f8f08a3989d98a0_arm64",
                  "product_id": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:f62c966edb47dcfaf82b4136ed867fd85bf04424f91e8a519f8f08a3989d98a0_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-ironic-machine-os-downloader-rhel9@sha256:f62c966edb47dcfaf82b4136ed867fd85bf04424f91e8a519f8f08a3989d98a0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9\u0026tag=v4.17.0-202504291435.p0.gb698ea3.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-ironic-static-ip-manager-rhel9@sha256:4e948d046ccc7a44e18c5b19fd107d560183aee3fb46ebee28bffddf850d3ec7_arm64",
                "product": {
                  "name": "openshift4/ose-ironic-static-ip-manager-rhel9@sha256:4e948d046ccc7a44e18c5b19fd107d560183aee3fb46ebee28bffddf850d3ec7_arm64",
                  "product_id": "openshift4/ose-ironic-static-ip-manager-rhel9@sha256:4e948d046ccc7a44e18c5b19fd107d560183aee3fb46ebee28bffddf850d3ec7_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-ironic-static-ip-manager-rhel9@sha256:4e948d046ccc7a44e18c5b19fd107d560183aee3fb46ebee28bffddf850d3ec7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9\u0026tag=v4.17.0-202504281705.p0.gbc5b8a2.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-kube-proxy-rhel9@sha256:fdc6e80a2293c526be173bea9362e2da73e0c0d988a767e6f160675db8590acb_arm64",
                "product": {
                  "name": "openshift4/ose-kube-proxy-rhel9@sha256:fdc6e80a2293c526be173bea9362e2da73e0c0d988a767e6f160675db8590acb_arm64",
                  "product_id": "openshift4/ose-kube-proxy-rhel9@sha256:fdc6e80a2293c526be173bea9362e2da73e0c0d988a767e6f160675db8590acb_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-kube-proxy-rhel9@sha256:fdc6e80a2293c526be173bea9362e2da73e0c0d988a767e6f160675db8590acb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-proxy-rhel9\u0026tag=v4.17.0-202504281009.p0.gdee082d.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-kube-rbac-proxy-rhel9@sha256:bd85227421b997806814438c33cc997fd70911c8ecf1d9e6e16e506dbcecf5bd_arm64",
                "product": {
                  "name": "openshift4/ose-kube-rbac-proxy-rhel9@sha256:bd85227421b997806814438c33cc997fd70911c8ecf1d9e6e16e506dbcecf5bd_arm64",
                  "product_id": "openshift4/ose-kube-rbac-proxy-rhel9@sha256:bd85227421b997806814438c33cc997fd70911c8ecf1d9e6e16e506dbcecf5bd_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-kube-rbac-proxy-rhel9@sha256:bd85227421b997806814438c33cc997fd70911c8ecf1d9e6e16e506dbcecf5bd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9\u0026tag=v4.17.0-202504281009.p0.g7718265.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-kube-state-metrics-rhel9@sha256:65321f83b5a14049a62c6d6895287f57501f5f77589cb8be2d6b366a145c021f_arm64",
                "product": {
                  "name": "openshift4/ose-kube-state-metrics-rhel9@sha256:65321f83b5a14049a62c6d6895287f57501f5f77589cb8be2d6b366a145c021f_arm64",
                  "product_id": "openshift4/ose-kube-state-metrics-rhel9@sha256:65321f83b5a14049a62c6d6895287f57501f5f77589cb8be2d6b366a145c021f_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-kube-state-metrics-rhel9@sha256:65321f83b5a14049a62c6d6895287f57501f5f77589cb8be2d6b366a145c021f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9\u0026tag=v4.17.0-202504281009.p0.g462e63f.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-operator-marketplace-rhel9@sha256:2d413b3ece4cbb46f6a682333ed06a22857271e211acc6f704059eb20bfe01d9_arm64",
                "product": {
                  "name": "openshift4/ose-operator-marketplace-rhel9@sha256:2d413b3ece4cbb46f6a682333ed06a22857271e211acc6f704059eb20bfe01d9_arm64",
                  "product_id": "openshift4/ose-operator-marketplace-rhel9@sha256:2d413b3ece4cbb46f6a682333ed06a22857271e211acc6f704059eb20bfe01d9_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-operator-marketplace-rhel9@sha256:2d413b3ece4cbb46f6a682333ed06a22857271e211acc6f704059eb20bfe01d9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-marketplace-rhel9\u0026tag=v4.17.0-202504281009.p0.gf03e282.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-monitoring-plugin-rhel9@sha256:23b2c32bb23c66ed48ce220033f85c76ec6ebfe241ef912e7e5c2550b3252f08_arm64",
                "product": {
                  "name": "openshift4/ose-monitoring-plugin-rhel9@sha256:23b2c32bb23c66ed48ce220033f85c76ec6ebfe241ef912e7e5c2550b3252f08_arm64",
                  "product_id": "openshift4/ose-monitoring-plugin-rhel9@sha256:23b2c32bb23c66ed48ce220033f85c76ec6ebfe241ef912e7e5c2550b3252f08_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-monitoring-plugin-rhel9@sha256:23b2c32bb23c66ed48ce220033f85c76ec6ebfe241ef912e7e5c2550b3252f08?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9\u0026tag=v4.17.0-202504300106.p0.g3246300.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-multus-cni-rhel9@sha256:b3886236c43c1935b1e67344d865ec6b6148b599cb6f94aaa827ff6889444faf_arm64",
                "product": {
                  "name": "openshift4/ose-multus-cni-rhel9@sha256:b3886236c43c1935b1e67344d865ec6b6148b599cb6f94aaa827ff6889444faf_arm64",
                  "product_id": "openshift4/ose-multus-cni-rhel9@sha256:b3886236c43c1935b1e67344d865ec6b6148b599cb6f94aaa827ff6889444faf_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-multus-cni-rhel9@sha256:b3886236c43c1935b1e67344d865ec6b6148b599cb6f94aaa827ff6889444faf?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-cni-rhel9\u0026tag=v4.17.0-202504281009.p0.gaf7b9cb.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-multus-cni-microshift-rhel9@sha256:9f905872cf72582e8ef6df209d1dfcbe23e56d894f39ce7c705bec68908951cf_arm64",
                "product": {
                  "name": "openshift4/ose-multus-cni-microshift-rhel9@sha256:9f905872cf72582e8ef6df209d1dfcbe23e56d894f39ce7c705bec68908951cf_arm64",
                  "product_id": "openshift4/ose-multus-cni-microshift-rhel9@sha256:9f905872cf72582e8ef6df209d1dfcbe23e56d894f39ce7c705bec68908951cf_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-multus-cni-microshift-rhel9@sha256:9f905872cf72582e8ef6df209d1dfcbe23e56d894f39ce7c705bec68908951cf?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9\u0026tag=v4.17.0-202504281009.p0.gaf7b9cb.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-networking-console-plugin-rhel9@sha256:f94e6168c2d658e1be23c8d9cad9a86d2f9e0d393c49304d310a500d61adbbae_arm64",
                "product": {
                  "name": "openshift4/ose-networking-console-plugin-rhel9@sha256:f94e6168c2d658e1be23c8d9cad9a86d2f9e0d393c49304d310a500d61adbbae_arm64",
                  "product_id": "openshift4/ose-networking-console-plugin-rhel9@sha256:f94e6168c2d658e1be23c8d9cad9a86d2f9e0d393c49304d310a500d61adbbae_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-networking-console-plugin-rhel9@sha256:f94e6168c2d658e1be23c8d9cad9a86d2f9e0d393c49304d310a500d61adbbae?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9\u0026tag=v4.17.0-202504300106.p0.g869e77a.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-oauth-server-rhel9@sha256:5510278d09ee523ece2d0ba6b24f07e522dd231d36d2eec2c190d1426e15913a_arm64",
                "product": {
                  "name": "openshift4/ose-oauth-server-rhel9@sha256:5510278d09ee523ece2d0ba6b24f07e522dd231d36d2eec2c190d1426e15913a_arm64",
                  "product_id": "openshift4/ose-oauth-server-rhel9@sha256:5510278d09ee523ece2d0ba6b24f07e522dd231d36d2eec2c190d1426e15913a_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-oauth-server-rhel9@sha256:5510278d09ee523ece2d0ba6b24f07e522dd231d36d2eec2c190d1426e15913a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-server-rhel9\u0026tag=v4.17.0-202504281009.p0.g5a70bce.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/oc-mirror-plugin-rhel9@sha256:68cd883ff4c2f5ea55b8df1e4be6f578bd107f6b9251e5d2d88711898dd8220a_arm64",
                "product": {
                  "name": "openshift4/oc-mirror-plugin-rhel9@sha256:68cd883ff4c2f5ea55b8df1e4be6f578bd107f6b9251e5d2d88711898dd8220a_arm64",
                  "product_id": "openshift4/oc-mirror-plugin-rhel9@sha256:68cd883ff4c2f5ea55b8df1e4be6f578bd107f6b9251e5d2d88711898dd8220a_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/oc-mirror-plugin-rhel9@sha256:68cd883ff4c2f5ea55b8df1e4be6f578bd107f6b9251e5d2d88711898dd8220a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/oc-mirror-plugin-rhel9\u0026tag=v4.17.0-202504281009.p0.g39bedc7.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-docker-builder-rhel9@sha256:cd293b458d152b725a4ae09568f28410a791905b8f8e925900b38f33d3fd849e_arm64",
                "product": {
                  "name": "openshift4/ose-docker-builder-rhel9@sha256:cd293b458d152b725a4ae09568f28410a791905b8f8e925900b38f33d3fd849e_arm64",
                  "product_id": "openshift4/ose-docker-builder-rhel9@sha256:cd293b458d152b725a4ae09568f28410a791905b8f8e925900b38f33d3fd849e_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-docker-builder-rhel9@sha256:cd293b458d152b725a4ae09568f28410a791905b8f8e925900b38f33d3fd849e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-docker-builder-rhel9\u0026tag=v4.17.0-202504281009.p0.g2bfbba1.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cli-rhel9@sha256:5d30fefd37b24ac3ec56655c51a2b2f06383eb699f407da099f37d6fe8f5be33_arm64",
                "product": {
                  "name": "openshift4/ose-cli-rhel9@sha256:5d30fefd37b24ac3ec56655c51a2b2f06383eb699f407da099f37d6fe8f5be33_arm64",
                  "product_id": "openshift4/ose-cli-rhel9@sha256:5d30fefd37b24ac3ec56655c51a2b2f06383eb699f407da099f37d6fe8f5be33_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cli-rhel9@sha256:5d30fefd37b24ac3ec56655c51a2b2f06383eb699f407da099f37d6fe8f5be33?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cli-rhel9\u0026tag=v4.17.0-202504281009.p0.g0000b3e.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-console-rhel9@sha256:6384fa7d0a15b5a40733e010e8740a43667a2d6880d1b1e3501ed3dce31721a4_arm64",
                "product": {
                  "name": "openshift4/ose-console-rhel9@sha256:6384fa7d0a15b5a40733e010e8740a43667a2d6880d1b1e3501ed3dce31721a4_arm64",
                  "product_id": "openshift4/ose-console-rhel9@sha256:6384fa7d0a15b5a40733e010e8740a43667a2d6880d1b1e3501ed3dce31721a4_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-console-rhel9@sha256:6384fa7d0a15b5a40733e010e8740a43667a2d6880d1b1e3501ed3dce31721a4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-console-rhel9\u0026tag=v4.17.0-202504300106.p0.g2fcf4cc.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-console-rhel9-operator@sha256:309c7a9912a0c3d0ea1ed4fc35b4af64d36c3078ff7d1af70eb0771424bedc92_arm64",
                "product": {
                  "name": "openshift4/ose-console-rhel9-operator@sha256:309c7a9912a0c3d0ea1ed4fc35b4af64d36c3078ff7d1af70eb0771424bedc92_arm64",
                  "product_id": "openshift4/ose-console-rhel9-operator@sha256:309c7a9912a0c3d0ea1ed4fc35b4af64d36c3078ff7d1af70eb0771424bedc92_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-console-rhel9-operator@sha256:309c7a9912a0c3d0ea1ed4fc35b4af64d36c3078ff7d1af70eb0771424bedc92?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-console-rhel9-operator\u0026tag=v4.17.0-202504281009.p0.g253854e.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-deployer-rhel9@sha256:6e319561328f39498c3705563a7a108cc9e0ba312c67729a5ca57c7b68ab7459_arm64",
                "product": {
                  "name": "openshift4/ose-deployer-rhel9@sha256:6e319561328f39498c3705563a7a108cc9e0ba312c67729a5ca57c7b68ab7459_arm64",
                  "product_id": "openshift4/ose-deployer-rhel9@sha256:6e319561328f39498c3705563a7a108cc9e0ba312c67729a5ca57c7b68ab7459_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-deployer-rhel9@sha256:6e319561328f39498c3705563a7a108cc9e0ba312c67729a5ca57c7b68ab7459?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-deployer-rhel9\u0026tag=v4.17.0-202504281009.p0.g0000b3e.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-haproxy-router-rhel9@sha256:0afc3eaa1f9729a303472d3397ca19dd1b38b16d0cd721c12f4e23a3e04f087b_arm64",
                "product": {
                  "name": "openshift4/ose-haproxy-router-rhel9@sha256:0afc3eaa1f9729a303472d3397ca19dd1b38b16d0cd721c12f4e23a3e04f087b_arm64",
                  "product_id": "openshift4/ose-haproxy-router-rhel9@sha256:0afc3eaa1f9729a303472d3397ca19dd1b38b16d0cd721c12f4e23a3e04f087b_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-haproxy-router-rhel9@sha256:0afc3eaa1f9729a303472d3397ca19dd1b38b16d0cd721c12f4e23a3e04f087b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-haproxy-router-rhel9\u0026tag=v4.17.0-202504281009.p0.ga33f2b6.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-hyperkube-rhel9@sha256:ef51f6f787195be8745b3cd3b0b3dfe8a96ea48be2e3ccb97ed63cf1bbf58534_arm64",
                "product": {
                  "name": "openshift4/ose-hyperkube-rhel9@sha256:ef51f6f787195be8745b3cd3b0b3dfe8a96ea48be2e3ccb97ed63cf1bbf58534_arm64",
                  "product_id": "openshift4/ose-hyperkube-rhel9@sha256:ef51f6f787195be8745b3cd3b0b3dfe8a96ea48be2e3ccb97ed63cf1bbf58534_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-hyperkube-rhel9@sha256:ef51f6f787195be8745b3cd3b0b3dfe8a96ea48be2e3ccb97ed63cf1bbf58534?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-hyperkube-rhel9\u0026tag=v4.17.0-202504281009.p0.g89ebee0.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-keepalived-ipfailover-rhel9@sha256:127bf3d442da47383b1f2b8d452fd29cee71eb614b71ed7d2610063ae78e808b_arm64",
                "product": {
                  "name": "openshift4/ose-keepalived-ipfailover-rhel9@sha256:127bf3d442da47383b1f2b8d452fd29cee71eb614b71ed7d2610063ae78e808b_arm64",
                  "product_id": "openshift4/ose-keepalived-ipfailover-rhel9@sha256:127bf3d442da47383b1f2b8d452fd29cee71eb614b71ed7d2610063ae78e808b_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-keepalived-ipfailover-rhel9@sha256:127bf3d442da47383b1f2b8d452fd29cee71eb614b71ed7d2610063ae78e808b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9\u0026tag=v4.17.0-202504281009.p0.ge3879e9.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-pod-rhel9@sha256:eac0005dbc866e009c245646876cdcd01ec5fd0abda2145c3cd506f1fbef139e_arm64",
                "product": {
                  "name": "openshift4/ose-pod-rhel9@sha256:eac0005dbc866e009c245646876cdcd01ec5fd0abda2145c3cd506f1fbef139e_arm64",
                  "product_id": "openshift4/ose-pod-rhel9@sha256:eac0005dbc866e009c245646876cdcd01ec5fd0abda2145c3cd506f1fbef139e_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-pod-rhel9@sha256:eac0005dbc866e009c245646876cdcd01ec5fd0abda2145c3cd506f1fbef139e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-pod-rhel9\u0026tag=v4.17.0-202504281009.p0.g89ebee0.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-docker-registry-rhel9@sha256:9182a503b30b8de69e862a128635bab7b44ff05df11a1ab4f96aef7525fbe0d2_arm64",
                "product": {
                  "name": "openshift4/ose-docker-registry-rhel9@sha256:9182a503b30b8de69e862a128635bab7b44ff05df11a1ab4f96aef7525fbe0d2_arm64",
                  "product_id": "openshift4/ose-docker-registry-rhel9@sha256:9182a503b30b8de69e862a128635bab7b44ff05df11a1ab4f96aef7525fbe0d2_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-docker-registry-rhel9@sha256:9182a503b30b8de69e862a128635bab7b44ff05df11a1ab4f96aef7525fbe0d2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-docker-registry-rhel9\u0026tag=v4.17.0-202504281009.p0.gfe9b400.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-tests-rhel9@sha256:6c29ecd0e1de7ddd55fe5429a3fc772022ec55dcb09d163fe37e732b611e19d1_arm64",
                "product": {
                  "name": "openshift4/ose-tests-rhel9@sha256:6c29ecd0e1de7ddd55fe5429a3fc772022ec55dcb09d163fe37e732b611e19d1_arm64",
                  "product_id": "openshift4/ose-tests-rhel9@sha256:6c29ecd0e1de7ddd55fe5429a3fc772022ec55dcb09d163fe37e732b611e19d1_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-tests-rhel9@sha256:6c29ecd0e1de7ddd55fe5429a3fc772022ec55dcb09d163fe37e732b611e19d1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-tests-rhel9\u0026tag=v4.17.0-202504300308.p0.g95cbab5.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-openshift-state-metrics-rhel9@sha256:8c6bd11088ca925f8faf61dff5bb6655522a8ff6939c146a4126ed5f0690914c_arm64",
                "product": {
                  "name": "openshift4/ose-openshift-state-metrics-rhel9@sha256:8c6bd11088ca925f8faf61dff5bb6655522a8ff6939c146a4126ed5f0690914c_arm64",
                  "product_id": "openshift4/ose-openshift-state-metrics-rhel9@sha256:8c6bd11088ca925f8faf61dff5bb6655522a8ff6939c146a4126ed5f0690914c_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-openshift-state-metrics-rhel9@sha256:8c6bd11088ca925f8faf61dff5bb6655522a8ff6939c146a4126ed5f0690914c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9\u0026tag=v4.17.0-202504281009.p0.g1e963eb.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:8d30cc94f2e8512406aba31083e31e155c9f568838343e56864579dece7bff31_arm64",
                "product": {
                  "name": "openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:8d30cc94f2e8512406aba31083e31e155c9f568838343e56864579dece7bff31_arm64",
                  "product_id": "openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:8d30cc94f2e8512406aba31083e31e155c9f568838343e56864579dece7bff31_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-openstack-cluster-api-controllers-rhel9@sha256:8d30cc94f2e8512406aba31083e31e155c9f568838343e56864579dece7bff31?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9\u0026tag=v4.17.0-202504281009.p0.g23512b6.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f7e781c6a21c4b8fa25630d174362d62d69dda2911dd033f7729923b26ecb483_arm64",
                "product": {
                  "name": "openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f7e781c6a21c4b8fa25630d174362d62d69dda2911dd033f7729923b26ecb483_arm64",
                  "product_id": "openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f7e781c6a21c4b8fa25630d174362d62d69dda2911dd033f7729923b26ecb483_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-operator-lifecycle-manager-rhel9@sha256:f7e781c6a21c4b8fa25630d174362d62d69dda2911dd033f7729923b26ecb483?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9\u0026tag=v4.17.0-202504281009.p0.gd3b1715.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-operator-registry-rhel9@sha256:3aae32132cb3da00d75d456bb422fb71a45091672a0673bddd75b823cdb01242_arm64",
                "product": {
                  "name": "openshift4/ose-operator-registry-rhel9@sha256:3aae32132cb3da00d75d456bb422fb71a45091672a0673bddd75b823cdb01242_arm64",
                  "product_id": "openshift4/ose-operator-registry-rhel9@sha256:3aae32132cb3da00d75d456bb422fb71a45091672a0673bddd75b823cdb01242_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-operator-registry-rhel9@sha256:3aae32132cb3da00d75d456bb422fb71a45091672a0673bddd75b823cdb01242?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-registry-rhel9\u0026tag=v4.17.0-202504281009.p0.gd3b1715.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "redhat/redhat-operator-index@sha256:3aae32132cb3da00d75d456bb422fb71a45091672a0673bddd75b823cdb01242_arm64",
                "product": {
                  "name": "redhat/redhat-operator-index@sha256:3aae32132cb3da00d75d456bb422fb71a45091672a0673bddd75b823cdb01242_arm64",
                  "product_id": "redhat/redhat-operator-index@sha256:3aae32132cb3da00d75d456bb422fb71a45091672a0673bddd75b823cdb01242_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/redhat-operator-index@sha256:3aae32132cb3da00d75d456bb422fb71a45091672a0673bddd75b823cdb01242?arch=arm64\u0026repository_url=registry.redhat.io/redhat/redhat-operator-index\u0026tag=v4.17"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-agent-installer-api-server-rhel9@sha256:b54f372cedcd1d0aa47a336839375374ae527a7095b9100e474bb0a3182100f0_arm64",
                "product": {
                  "name": "openshift4/ose-agent-installer-api-server-rhel9@sha256:b54f372cedcd1d0aa47a336839375374ae527a7095b9100e474bb0a3182100f0_arm64",
                  "product_id": "openshift4/ose-agent-installer-api-server-rhel9@sha256:b54f372cedcd1d0aa47a336839375374ae527a7095b9100e474bb0a3182100f0_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-agent-installer-api-server-rhel9@sha256:b54f372cedcd1d0aa47a336839375374ae527a7095b9100e474bb0a3182100f0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9\u0026tag=v4.17.0-202504291008.p0.ga020810.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:8e0f5e880cece6f08ef1c8c0108e302e8b89026ad1299463f5fd383aebdf2adb_arm64",
                "product": {
                  "name": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:8e0f5e880cece6f08ef1c8c0108e302e8b89026ad1299463f5fd383aebdf2adb_arm64",
                  "product_id": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:8e0f5e880cece6f08ef1c8c0108e302e8b89026ad1299463f5fd383aebdf2adb_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-agent-installer-csr-approver-rhel9@sha256:8e0f5e880cece6f08ef1c8c0108e302e8b89026ad1299463f5fd383aebdf2adb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9\u0026tag=v4.17.0-202504281009.p0.g6a8ebdd.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:9d62ae9810bb32ecc803a36e128fee78012ecc98434c1ef22f609435e3e2b157_arm64",
                "product": {
                  "name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:9d62ae9810bb32ecc803a36e128fee78012ecc98434c1ef22f609435e3e2b157_arm64",
                  "product_id": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:9d62ae9810bb32ecc803a36e128fee78012ecc98434c1ef22f609435e3e2b157_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256:9d62ae9810bb32ecc803a36e128fee78012ecc98434c1ef22f609435e3e2b157?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9\u0026tag=v4.17.0-202504281009.p0.g24cbafb.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:919b89991e74b6e5941eaa45219849db837271b11e699eda8f49d0bebbbf6459_arm64",
                "product": {
                  "name": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:919b89991e74b6e5941eaa45219849db837271b11e699eda8f49d0bebbbf6459_arm64",
                  "product_id": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:919b89991e74b6e5941eaa45219849db837271b11e699eda8f49d0bebbbf6459_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-agent-installer-orchestrator-rhel9@sha256:919b89991e74b6e5941eaa45219849db837271b11e699eda8f49d0bebbbf6459?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9\u0026tag=v4.17.0-202504281009.p0.g6a8ebdd.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-agent-installer-utils-rhel9@sha256:7973dc716b1eefa13a30c0393aae4f30d4f77ccb9306f5afeec29a1a97c9741d_arm64",
                "product": {
                  "name": "openshift4/ose-agent-installer-utils-rhel9@sha256:7973dc716b1eefa13a30c0393aae4f30d4f77ccb9306f5afeec29a1a97c9741d_arm64",
                  "product_id": "openshift4/ose-agent-installer-utils-rhel9@sha256:7973dc716b1eefa13a30c0393aae4f30d4f77ccb9306f5afeec29a1a97c9741d_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-agent-installer-utils-rhel9@sha256:7973dc716b1eefa13a30c0393aae4f30d4f77ccb9306f5afeec29a1a97c9741d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9\u0026tag=v4.17.0-202504291008.p0.g3b99303.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-apiserver-network-proxy-rhel9@sha256:7eb2f2ae05142aba55f32c5ed8ac3527ba1a37876fa05299c401b082d0794dcf_arm64",
                "product": {
                  "name": "openshift4/ose-apiserver-network-proxy-rhel9@sha256:7eb2f2ae05142aba55f32c5ed8ac3527ba1a37876fa05299c401b082d0794dcf_arm64",
                  "product_id": "openshift4/ose-apiserver-network-proxy-rhel9@sha256:7eb2f2ae05142aba55f32c5ed8ac3527ba1a37876fa05299c401b082d0794dcf_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-apiserver-network-proxy-rhel9@sha256:7eb2f2ae05142aba55f32c5ed8ac3527ba1a37876fa05299c401b082d0794dcf?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9\u0026tag=v4.17.0-202504281705.p0.gcd42641.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:f5171310e47ac2dd5c8e5ad6f722b919c1e3cc5d41fcf8ac0261dd5a823b5b2f_arm64",
                "product": {
                  "name": "openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:f5171310e47ac2dd5c8e5ad6f722b919c1e3cc5d41fcf8ac0261dd5a823b5b2f_arm64",
                  "product_id": "openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:f5171310e47ac2dd5c8e5ad6f722b919c1e3cc5d41fcf8ac0261dd5a823b5b2f_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-aws-cloud-controller-manager-rhel9@sha256:f5171310e47ac2dd5c8e5ad6f722b919c1e3cc5d41fcf8ac0261dd5a823b5b2f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9\u0026tag=v4.17.0-202504281009.p0.g8c77f41.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3bd5065a32831547694a8bde30c4f86bc92d091b084769e078cde32e09adf5b0_arm64",
                "product": {
                  "name": "openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3bd5065a32831547694a8bde30c4f86bc92d091b084769e078cde32e09adf5b0_arm64",
                  "product_id": "openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3bd5065a32831547694a8bde30c4f86bc92d091b084769e078cde32e09adf5b0_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-aws-cluster-api-controllers-rhel9@sha256:3bd5065a32831547694a8bde30c4f86bc92d091b084769e078cde32e09adf5b0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9\u0026tag=v4.17.0-202504281009.p0.gd09f317.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:69b1f43549736bf9d9e1a623f989a9f39b5ef94af2b569d9882390faabf9f48a_arm64",
                "product": {
                  "name": "openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:69b1f43549736bf9d9e1a623f989a9f39b5ef94af2b569d9882390faabf9f48a_arm64",
                  "product_id": "openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:69b1f43549736bf9d9e1a623f989a9f39b5ef94af2b569d9882390faabf9f48a_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel9@sha256:69b1f43549736bf9d9e1a623f989a9f39b5ef94af2b569d9882390faabf9f48a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9\u0026tag=v4.17.0-202504281009.p0.g2bb5b31.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:00ab20409246fa280e7495354988d67449b225b31842bb87a12edee37929a354_arm64",
                "product": {
                  "name": "openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:00ab20409246fa280e7495354988d67449b225b31842bb87a12edee37929a354_arm64",
                  "product_id": "openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:00ab20409246fa280e7495354988d67449b225b31842bb87a12edee37929a354_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel9-operator@sha256:00ab20409246fa280e7495354988d67449b225b31842bb87a12edee37929a354?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator\u0026tag=v4.17.0-202504281009.p0.gcc86210.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:3c4159cb67ebf933de486744c889e47c38262a6fc4db744121fdb14986091692_arm64",
                "product": {
                  "name": "openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:3c4159cb67ebf933de486744c889e47c38262a6fc4db744121fdb14986091692_arm64",
                  "product_id": "openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:3c4159cb67ebf933de486744c889e47c38262a6fc4db744121fdb14986091692_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-aws-pod-identity-webhook-rhel9@sha256:3c4159cb67ebf933de486744c889e47c38262a6fc4db744121fdb14986091692?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9\u0026tag=v4.17.0-202504281009.p0.g80efc4e.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:6be9ed8373be35cedfde4bca2f176c030f28acb48bc0f2645a57d30a2947f98c_arm64",
                "product": {
                  "name": "openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:6be9ed8373be35cedfde4bca2f176c030f28acb48bc0f2645a57d30a2947f98c_arm64",
                  "product_id": "openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:6be9ed8373be35cedfde4bca2f176c030f28acb48bc0f2645a57d30a2947f98c_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-azure-cloud-controller-manager-rhel9@sha256:6be9ed8373be35cedfde4bca2f176c030f28acb48bc0f2645a57d30a2947f98c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9\u0026tag=v4.17.0-202504281009.p0.g626ecd1.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b76790914ea5fcf9364109e980d569aee9acb92af7ecc773dfa6bb88a6c554b5_arm64",
                "product": {
                  "name": "openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b76790914ea5fcf9364109e980d569aee9acb92af7ecc773dfa6bb88a6c554b5_arm64",
                  "product_id": "openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b76790914ea5fcf9364109e980d569aee9acb92af7ecc773dfa6bb88a6c554b5_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-azure-cloud-node-manager-rhel9@sha256:b76790914ea5fcf9364109e980d569aee9acb92af7ecc773dfa6bb88a6c554b5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9\u0026tag=v4.17.0-202504281009.p0.g626ecd1.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:9d0e8a429f7203b30f023f576e4be8204bd634d9415e70835be8324cbc6df689_arm64",
                "product": {
                  "name": "openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:9d0e8a429f7203b30f023f576e4be8204bd634d9415e70835be8324cbc6df689_arm64",
                  "product_id": "openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:9d0e8a429f7203b30f023f576e4be8204bd634d9415e70835be8324cbc6df689_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-azure-cluster-api-controllers-rhel9@sha256:9d0e8a429f7203b30f023f576e4be8204bd634d9415e70835be8324cbc6df689?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9\u0026tag=v4.17.0-202504281009.p0.gd359bfe.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-azure-disk-csi-driver-rhel9@sha256:dc7539c21b8c701f95335e5e5cef0c99102a5598c9319c41ea374c70e62a87a4_arm64",
                "product": {
                  "name": "openshift4/ose-azure-disk-csi-driver-rhel9@sha256:dc7539c21b8c701f95335e5e5cef0c99102a5598c9319c41ea374c70e62a87a4_arm64",
                  "product_id": "openshift4/ose-azure-disk-csi-driver-rhel9@sha256:dc7539c21b8c701f95335e5e5cef0c99102a5598c9319c41ea374c70e62a87a4_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-azure-disk-csi-driver-rhel9@sha256:dc7539c21b8c701f95335e5e5cef0c99102a5598c9319c41ea374c70e62a87a4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9\u0026tag=v4.17.0-202504281009.p0.ga544f30.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:76f622961386df12c4602b90b3cfafdacf13f7fc19b36b46e30f868650420e60_arm64",
                "product": {
                  "name": "openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:76f622961386df12c4602b90b3cfafdacf13f7fc19b36b46e30f868650420e60_arm64",
                  "product_id": "openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:76f622961386df12c4602b90b3cfafdacf13f7fc19b36b46e30f868650420e60_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-azure-disk-csi-driver-rhel9-operator@sha256:76f622961386df12c4602b90b3cfafdacf13f7fc19b36b46e30f868650420e60?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator\u0026tag=v4.17.0-202504281009.p0.gcc86210.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-azure-file-csi-driver-rhel9@sha256:3144fb4d63f0d246f99205b8b15c9a54a63f3a4fd8fa6c82e5407115ee62e633_arm64",
                "product": {
                  "name": "openshift4/ose-azure-file-csi-driver-rhel9@sha256:3144fb4d63f0d246f99205b8b15c9a54a63f3a4fd8fa6c82e5407115ee62e633_arm64",
                  "product_id": "openshift4/ose-azure-file-csi-driver-rhel9@sha256:3144fb4d63f0d246f99205b8b15c9a54a63f3a4fd8fa6c82e5407115ee62e633_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-azure-file-csi-driver-rhel9@sha256:3144fb4d63f0d246f99205b8b15c9a54a63f3a4fd8fa6c82e5407115ee62e633?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9\u0026tag=v4.17.0-202504281009.p0.g9f4c38c.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:3dc6706d8f84756fe22e1f304151418fe8e8123cbcb79345d24eaa1960ac8eb6_arm64",
                "product": {
                  "name": "openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:3dc6706d8f84756fe22e1f304151418fe8e8123cbcb79345d24eaa1960ac8eb6_arm64",
                  "product_id": "openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:3dc6706d8f84756fe22e1f304151418fe8e8123cbcb79345d24eaa1960ac8eb6_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-azure-file-csi-driver-operator-rhel9@sha256:3dc6706d8f84756fe22e1f304151418fe8e8123cbcb79345d24eaa1960ac8eb6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9\u0026tag=v4.17.0-202504281009.p0.gcc86210.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:2588b0d11292db6a255c0fed210052fd3811c9ff16621304ea8ff2f4b13616ad_arm64",
                "product": {
                  "name": "openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:2588b0d11292db6a255c0fed210052fd3811c9ff16621304ea8ff2f4b13616ad_arm64",
                  "product_id": "openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:2588b0d11292db6a255c0fed210052fd3811c9ff16621304ea8ff2f4b13616ad_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-azure-workload-identity-webhook-rhel9@sha256:2588b0d11292db6a255c0fed210052fd3811c9ff16621304ea8ff2f4b13616ad?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9\u0026tag=v4.17.0-202504281009.p0.g6707f89.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:e23557c87036ede1cf8a4e1ddd7551c9be23a47558f1eb5ee9f12bed7fd1e472_arm64",
                "product": {
                  "name": "openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:e23557c87036ede1cf8a4e1ddd7551c9be23a47558f1eb5ee9f12bed7fd1e472_arm64",
                  "product_id": "openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:e23557c87036ede1cf8a4e1ddd7551c9be23a47558f1eb5ee9f12bed7fd1e472_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-baremetal-cluster-api-controllers-rhel9@sha256:e23557c87036ede1cf8a4e1ddd7551c9be23a47558f1eb5ee9f12bed7fd1e472?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9\u0026tag=v4.17.0-202504281009.p0.g8754bf6.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-baremetal-installer-rhel9@sha256:2db63af1587e7dfb644014902bf92f7676381cb61189862c1ba25de4a76a0f23_arm64",
                "product": {
                  "name": "openshift4/ose-baremetal-installer-rhel9@sha256:2db63af1587e7dfb644014902bf92f7676381cb61189862c1ba25de4a76a0f23_arm64",
                  "product_id": "openshift4/ose-baremetal-installer-rhel9@sha256:2db63af1587e7dfb644014902bf92f7676381cb61189862c1ba25de4a76a0f23_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-baremetal-installer-rhel9@sha256:2db63af1587e7dfb644014902bf92f7676381cb61189862c1ba25de4a76a0f23?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-installer-rhel9\u0026tag=v4.17.0-202504281009.p0.g5e4e2af.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-baremetal-rhel9-operator@sha256:b2d56f85fe4af7d84579299e985147d9c32ed3aea91ea0c2abaed1aa9e7dc2ee_arm64",
                "product": {
                  "name": "openshift4/ose-baremetal-rhel9-operator@sha256:b2d56f85fe4af7d84579299e985147d9c32ed3aea91ea0c2abaed1aa9e7dc2ee_arm64",
                  "product_id": "openshift4/ose-baremetal-rhel9-operator@sha256:b2d56f85fe4af7d84579299e985147d9c32ed3aea91ea0c2abaed1aa9e7dc2ee_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-baremetal-rhel9-operator@sha256:b2d56f85fe4af7d84579299e985147d9c32ed3aea91ea0c2abaed1aa9e7dc2ee?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-rhel9-operator\u0026tag=v4.17.0-202504281009.p0.ge6e5d54.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fe4f92033b01419427db757db1f4c693f62a1bda9dddcc66c7ad4625c2229253_arm64",
                "product": {
                  "name": "openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fe4f92033b01419427db757db1f4c693f62a1bda9dddcc66c7ad4625c2229253_arm64",
                  "product_id": "openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fe4f92033b01419427db757db1f4c693f62a1bda9dddcc66c7ad4625c2229253_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-baremetal-runtimecfg-rhel9@sha256:fe4f92033b01419427db757db1f4c693f62a1bda9dddcc66c7ad4625c2229253?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9\u0026tag=v4.17.0-202504281009.p0.g8956d91.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cli-artifacts-rhel9@sha256:c9fd66a2f4c866495abc55ba28369fed76923012a371dccc479e63f0f661c306_arm64",
                "product": {
                  "name": "openshift4/ose-cli-artifacts-rhel9@sha256:c9fd66a2f4c866495abc55ba28369fed76923012a371dccc479e63f0f661c306_arm64",
                  "product_id": "openshift4/ose-cli-artifacts-rhel9@sha256:c9fd66a2f4c866495abc55ba28369fed76923012a371dccc479e63f0f661c306_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cli-artifacts-rhel9@sha256:c9fd66a2f4c866495abc55ba28369fed76923012a371dccc479e63f0f661c306?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9\u0026tag=v4.17.0-202504281009.p0.g0000b3e.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cloud-credential-rhel9-operator@sha256:86abbd9662b2b0f8f0dbe8fcf8d9bf0fe8bd810b0bcc6064dbd56c5cf37b8609_arm64",
                "product": {
                  "name": "openshift4/ose-cloud-credential-rhel9-operator@sha256:86abbd9662b2b0f8f0dbe8fcf8d9bf0fe8bd810b0bcc6064dbd56c5cf37b8609_arm64",
                  "product_id": "openshift4/ose-cloud-credential-rhel9-operator@sha256:86abbd9662b2b0f8f0dbe8fcf8d9bf0fe8bd810b0bcc6064dbd56c5cf37b8609_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cloud-credential-rhel9-operator@sha256:86abbd9662b2b0f8f0dbe8fcf8d9bf0fe8bd810b0bcc6064dbd56c5cf37b8609?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator\u0026tag=v4.17.0-202504281009.p0.g8dff677.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/cloud-network-config-controller-rhel9@sha256:b5ed6c1824fa24f8dbed30ccc81428285823d97e15496c43c433db55985fd9c2_arm64",
                "product": {
                  "name": "openshift4/cloud-network-config-controller-rhel9@sha256:b5ed6c1824fa24f8dbed30ccc81428285823d97e15496c43c433db55985fd9c2_arm64",
                  "product_id": "openshift4/cloud-network-config-controller-rhel9@sha256:b5ed6c1824fa24f8dbed30ccc81428285823d97e15496c43c433db55985fd9c2_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/cloud-network-config-controller-rhel9@sha256:b5ed6c1824fa24f8dbed30ccc81428285823d97e15496c43c433db55985fd9c2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/cloud-network-config-controller-rhel9\u0026tag=v4.17.0-202504281009.p0.g779b346.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-api-rhel9@sha256:8e97befc7ea01fc179a3eaf66dbab974b6307c512cdd6d4d313caa3bf86eb98f_arm64",
                "product": {
                  "name": "openshift4/ose-cluster-api-rhel9@sha256:8e97befc7ea01fc179a3eaf66dbab974b6307c512cdd6d4d313caa3bf86eb98f_arm64",
                  "product_id": "openshift4/ose-cluster-api-rhel9@sha256:8e97befc7ea01fc179a3eaf66dbab974b6307c512cdd6d4d313caa3bf86eb98f_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-api-rhel9@sha256:8e97befc7ea01fc179a3eaf66dbab974b6307c512cdd6d4d313caa3bf86eb98f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-api-rhel9\u0026tag=v4.17.0-202504281009.p0.g77ef4fc.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-authentication-rhel9-operator@sha256:a259a1381b56abfda0f827ad6416b103f95f80d187b6ba869d31bf2c8c40fac3_arm64",
                "product": {
                  "name": "openshift4/ose-cluster-authentication-rhel9-operator@sha256:a259a1381b56abfda0f827ad6416b103f95f80d187b6ba869d31bf2c8c40fac3_arm64",
                  "product_id": "openshift4/ose-cluster-authentication-rhel9-operator@sha256:a259a1381b56abfda0f827ad6416b103f95f80d187b6ba869d31bf2c8c40fac3_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-authentication-rhel9-operator@sha256:a259a1381b56abfda0f827ad6416b103f95f80d187b6ba869d31bf2c8c40fac3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator\u0026tag=v4.17.0-202504281009.p0.gf641a4c.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:77099c8ff05288b7999fff6adf127e007ce39c7de9e1261d88574311e4c46ec5_arm64",
                "product": {
                  "name": "openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:77099c8ff05288b7999fff6adf127e007ce39c7de9e1261d88574311e4c46ec5_arm64",
                  "product_id": "openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:77099c8ff05288b7999fff6adf127e007ce39c7de9e1261d88574311e4c46ec5_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-autoscaler-rhel9-operator@sha256:77099c8ff05288b7999fff6adf127e007ce39c7de9e1261d88574311e4c46ec5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator\u0026tag=v4.17.0-202504281009.p0.gea4a887.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-baremetal-operator-rhel9@sha256:54d5809f10269dc52181866bf34f42618bd398e7a3f0bbee928c5515f5e290f4_arm64",
                "product": {
                  "name": "openshift4/ose-cluster-baremetal-operator-rhel9@sha256:54d5809f10269dc52181866bf34f42618bd398e7a3f0bbee928c5515f5e290f4_arm64",
                  "product_id": "openshift4/ose-cluster-baremetal-operator-rhel9@sha256:54d5809f10269dc52181866bf34f42618bd398e7a3f0bbee928c5515f5e290f4_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-baremetal-operator-rhel9@sha256:54d5809f10269dc52181866bf34f42618bd398e7a3f0bbee928c5515f5e290f4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9\u0026tag=v4.17.0-202504281009.p0.gcaa33e3.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-bootstrap-rhel9@sha256:ea94cd9619edf13a9d1dc5176ff40d6e57ee76a953d3d3bfb04e4541f2815ed5_arm64",
                "product": {
                  "name": "openshift4/ose-cluster-bootstrap-rhel9@sha256:ea94cd9619edf13a9d1dc5176ff40d6e57ee76a953d3d3bfb04e4541f2815ed5_arm64",
                  "product_id": "openshift4/ose-cluster-bootstrap-rhel9@sha256:ea94cd9619edf13a9d1dc5176ff40d6e57ee76a953d3d3bfb04e4541f2815ed5_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-bootstrap-rhel9@sha256:ea94cd9619edf13a9d1dc5176ff40d6e57ee76a953d3d3bfb04e4541f2815ed5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9\u0026tag=v4.17.0-202504281009.p0.g95dd912.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-capi-rhel9-operator@sha256:af7ec9ba0a62e9c86b3f40c8fafaed4c184b132afce4141ee7d51e2f6c88d2d5_arm64",
                "product": {
                  "name": "openshift4/ose-cluster-capi-rhel9-operator@sha256:af7ec9ba0a62e9c86b3f40c8fafaed4c184b132afce4141ee7d51e2f6c88d2d5_arm64",
                  "product_id": "openshift4/ose-cluster-capi-rhel9-operator@sha256:af7ec9ba0a62e9c86b3f40c8fafaed4c184b132afce4141ee7d51e2f6c88d2d5_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-capi-rhel9-operator@sha256:af7ec9ba0a62e9c86b3f40c8fafaed4c184b132afce4141ee7d51e2f6c88d2d5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator\u0026tag=v4.17.0-202504281009.p0.g6dd70ba.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:2d008923f980784e3a83c2e51b05834e81ddb38187e351bb3c2ed693bc24756c_arm64",
                "product": {
                  "name": "openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:2d008923f980784e3a83c2e51b05834e81ddb38187e351bb3c2ed693bc24756c_arm64",
                  "product_id": "openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:2d008923f980784e3a83c2e51b05834e81ddb38187e351bb3c2ed693bc24756c_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:2d008923f980784e3a83c2e51b05834e81ddb38187e351bb3c2ed693bc24756c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator\u0026tag=v4.17.0-202504281009.p0.g32fd839.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-config-api-rhel9@sha256:847d40fd677108f03e97a5a2590621a2a64a62d03aefab2cb98c2c89746c8784_arm64",
                "product": {
                  "name": "openshift4/ose-cluster-config-api-rhel9@sha256:847d40fd677108f03e97a5a2590621a2a64a62d03aefab2cb98c2c89746c8784_arm64",
                  "product_id": "openshift4/ose-cluster-config-api-rhel9@sha256:847d40fd677108f03e97a5a2590621a2a64a62d03aefab2cb98c2c89746c8784_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-config-api-rhel9@sha256:847d40fd677108f03e97a5a2590621a2a64a62d03aefab2cb98c2c89746c8784?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-config-api-rhel9\u0026tag=v4.17.0-202504291308.p0.gace59d6.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-config-rhel9-operator@sha256:19f425ccedfb011f657416b344c2e443c3dc43dcfd2ce97db6058231fd2caea7_arm64",
                "product": {
                  "name": "openshift4/ose-cluster-config-rhel9-operator@sha256:19f425ccedfb011f657416b344c2e443c3dc43dcfd2ce97db6058231fd2caea7_arm64",
                  "product_id": "openshift4/ose-cluster-config-rhel9-operator@sha256:19f425ccedfb011f657416b344c2e443c3dc43dcfd2ce97db6058231fd2caea7_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-config-rhel9-operator@sha256:19f425ccedfb011f657416b344c2e443c3dc43dcfd2ce97db6058231fd2caea7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator\u0026tag=v4.17.0-202504281009.p0.g0dc084f.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:fad08ad6b358e9e4e983b2a17f2518a8b61ec6f14338b15f7c728360a0c4a4f9_arm64",
                "product": {
                  "name": "openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:fad08ad6b358e9e4e983b2a17f2518a8b61ec6f14338b15f7c728360a0c4a4f9_arm64",
                  "product_id": "openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:fad08ad6b358e9e4e983b2a17f2518a8b61ec6f14338b15f7c728360a0c4a4f9_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:fad08ad6b358e9e4e983b2a17f2518a8b61ec6f14338b15f7c728360a0c4a4f9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator\u0026tag=v4.17.0-202504281009.p0.gf7e01c2.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:df0f91634353ecd14cfd2138976e35d405b2fa2be24c1e89298a154a185a5392_arm64",
                "product": {
                  "name": "openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:df0f91634353ecd14cfd2138976e35d405b2fa2be24c1e89298a154a185a5392_arm64",
                  "product_id": "openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:df0f91634353ecd14cfd2138976e35d405b2fa2be24c1e89298a154a185a5392_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:df0f91634353ecd14cfd2138976e35d405b2fa2be24c1e89298a154a185a5392?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator\u0026tag=v4.17.0-202504281009.p0.gffba005.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-dns-rhel9-operator@sha256:8f9014db2fc33af7c632de4b9c1d20777b7b015e93fde64af39b5c60bd8f52ba_arm64",
                "product": {
                  "name": "openshift4/ose-cluster-dns-rhel9-operator@sha256:8f9014db2fc33af7c632de4b9c1d20777b7b015e93fde64af39b5c60bd8f52ba_arm64",
                  "product_id": "openshift4/ose-cluster-dns-rhel9-operator@sha256:8f9014db2fc33af7c632de4b9c1d20777b7b015e93fde64af39b5c60bd8f52ba_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-dns-rhel9-operator@sha256:8f9014db2fc33af7c632de4b9c1d20777b7b015e93fde64af39b5c60bd8f52ba?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator\u0026tag=v4.17.0-202504281009.p0.g81507f0.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-image-registry-rhel9-operator@sha256:95e2f230adee118098221df4dc09e41d62c8f0ed0ffaabdca2759d2297b87192_arm64",
                "product": {
                  "name": "openshift4/ose-cluster-image-registry-rhel9-operator@sha256:95e2f230adee118098221df4dc09e41d62c8f0ed0ffaabdca2759d2297b87192_arm64",
                  "product_id": "openshift4/ose-cluster-image-registry-rhel9-operator@sha256:95e2f230adee118098221df4dc09e41d62c8f0ed0ffaabdca2759d2297b87192_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-image-registry-rhel9-operator@sha256:95e2f230adee118098221df4dc09e41d62c8f0ed0ffaabdca2759d2297b87192?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator\u0026tag=v4.17.0-202504281009.p0.gce3e484.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-ingress-rhel9-operator@sha256:394a4404caf1f548616e4b36ac2c4af05c046fc494692809c651013ef7d16257_arm64",
                "product": {
                  "name": "openshift4/ose-cluster-ingress-rhel9-operator@sha256:394a4404caf1f548616e4b36ac2c4af05c046fc494692809c651013ef7d16257_arm64",
                  "product_id": "openshift4/ose-cluster-ingress-rhel9-operator@sha256:394a4404caf1f548616e4b36ac2c4af05c046fc494692809c651013ef7d16257_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-ingress-rhel9-operator@sha256:394a4404caf1f548616e4b36ac2c4af05c046fc494692809c651013ef7d16257?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator\u0026tag=v4.17.0-202504281009.p0.gcb5306d.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0373744feb8a383f76a37c60e205b3504add80a0b05eb1849f90055d665a768b_arm64",
                "product": {
                  "name": "openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0373744feb8a383f76a37c60e205b3504add80a0b05eb1849f90055d665a768b_arm64",
                  "product_id": "openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0373744feb8a383f76a37c60e205b3504add80a0b05eb1849f90055d665a768b_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-kube-apiserver-rhel9-operator@sha256:0373744feb8a383f76a37c60e205b3504add80a0b05eb1849f90055d665a768b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator\u0026tag=v4.17.0-202504281009.p0.g4fae673.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7ec5f60ed21701dc098e2cee33e0d59b8c5bcbd9969a26b8e8082aa2ba9c93ea_arm64",
                "product": {
                  "name": "openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7ec5f60ed21701dc098e2cee33e0d59b8c5bcbd9969a26b8e8082aa2ba9c93ea_arm64",
                  "product_id": "openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7ec5f60ed21701dc098e2cee33e0d59b8c5bcbd9969a26b8e8082aa2ba9c93ea_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7ec5f60ed21701dc098e2cee33e0d59b8c5bcbd9969a26b8e8082aa2ba9c93ea?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator\u0026tag=v4.17.0-202504281009.p0.gaed5f6c.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:cf9578fd32cfa0f36c0fa26a925965c0e616027300015812faf786b1a47fc209_arm64",
                "product": {
                  "name": "openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:cf9578fd32cfa0f36c0fa26a925965c0e616027300015812faf786b1a47fc209_arm64",
                  "product_id": "openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:cf9578fd32cfa0f36c0fa26a925965c0e616027300015812faf786b1a47fc209_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-kube-controller-manager-rhel9-operator@sha256:cf9578fd32cfa0f36c0fa26a925965c0e616027300015812faf786b1a47fc209?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator\u0026tag=v4.17.0-202504281009.p0.g0a9ed57.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f937dd453269edf5414e233cb9f2dd03ae3b5ab907695febdc29c7856a43e6cf_arm64",
                "product": {
                  "name": "openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f937dd453269edf5414e233cb9f2dd03ae3b5ab907695febdc29c7856a43e6cf_arm64",
                  "product_id": "openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f937dd453269edf5414e233cb9f2dd03ae3b5ab907695febdc29c7856a43e6cf_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-kube-scheduler-rhel9-operator@sha256:f937dd453269edf5414e233cb9f2dd03ae3b5ab907695febdc29c7856a43e6cf?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator\u0026tag=v4.17.0-202504281009.p0.g98ca953.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:1671cebd1e789f751e58439d7d0fa55a3ac6bd44d6f58ddcb43e38d5b3429e53_arm64",
                "product": {
                  "name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:1671cebd1e789f751e58439d7d0fa55a3ac6bd44d6f58ddcb43e38d5b3429e53_arm64",
                  "product_id": "openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:1671cebd1e789f751e58439d7d0fa55a3ac6bd44d6f58ddcb43e38d5b3429e53_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:1671cebd1e789f751e58439d7d0fa55a3ac6bd44d6f58ddcb43e38d5b3429e53?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator\u0026tag=v4.17.0-202504281009.p0.gab40b61.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-machine-approver-rhel9@sha256:1e1da424badcdd66eaad357f1fd26966f59c75b456ec6c894597427df561ccad_arm64",
                "product": {
                  "name": "openshift4/ose-cluster-machine-approver-rhel9@sha256:1e1da424badcdd66eaad357f1fd26966f59c75b456ec6c894597427df561ccad_arm64",
                  "product_id": "openshift4/ose-cluster-machine-approver-rhel9@sha256:1e1da424badcdd66eaad357f1fd26966f59c75b456ec6c894597427df561ccad_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-machine-approver-rhel9@sha256:1e1da424badcdd66eaad357f1fd26966f59c75b456ec6c894597427df561ccad?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9\u0026tag=v4.17.0-202504281009.p0.gacc2380.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-olm-rhel9-operator@sha256:9f0e7cfb0a992a098b0cd20531a46d46c702f6e2ad709f5969f8e4f69857d256_arm64",
                "product": {
                  "name": "openshift4/ose-cluster-olm-rhel9-operator@sha256:9f0e7cfb0a992a098b0cd20531a46d46c702f6e2ad709f5969f8e4f69857d256_arm64",
                  "product_id": "openshift4/ose-cluster-olm-rhel9-operator@sha256:9f0e7cfb0a992a098b0cd20531a46d46c702f6e2ad709f5969f8e4f69857d256_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-olm-rhel9-operator@sha256:9f0e7cfb0a992a098b0cd20531a46d46c702f6e2ad709f5969f8e4f69857d256?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator\u0026tag=v4.17.0-202504281705.p0.ge31b777.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:64731eb24d4d1ee30ba2d704c56b7d03a2ffa69b79d71d4ae7a093b8a09629ea_arm64",
                "product": {
                  "name": "openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:64731eb24d4d1ee30ba2d704c56b7d03a2ffa69b79d71d4ae7a093b8a09629ea_arm64",
                  "product_id": "openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:64731eb24d4d1ee30ba2d704c56b7d03a2ffa69b79d71d4ae7a093b8a09629ea_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-openshift-apiserver-rhel9-operator@sha256:64731eb24d4d1ee30ba2d704c56b7d03a2ffa69b79d71d4ae7a093b8a09629ea?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator\u0026tag=v4.17.0-202504281009.p0.g2b2ba3b.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ce1110666a1f817a6897011ff27dc780b81cab9f366621120093e58f77860b93_arm64",
                "product": {
                  "name": "openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ce1110666a1f817a6897011ff27dc780b81cab9f366621120093e58f77860b93_arm64",
                  "product_id": "openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ce1110666a1f817a6897011ff27dc780b81cab9f366621120093e58f77860b93_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ce1110666a1f817a6897011ff27dc780b81cab9f366621120093e58f77860b93?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator\u0026tag=v4.17.0-202504281009.p0.gb05a249.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ovirt-csi-driver-rhel9-operator@sha256:f8431594e8420b0ddef024e846c2ae70569770750f3217dbe3704b58bc02ef20_arm64",
                "product": {
                  "name": "openshift4/ovirt-csi-driver-rhel9-operator@sha256:f8431594e8420b0ddef024e846c2ae70569770750f3217dbe3704b58bc02ef20_arm64",
                  "product_id": "openshift4/ovirt-csi-driver-rhel9-operator@sha256:f8431594e8420b0ddef024e846c2ae70569770750f3217dbe3704b58bc02ef20_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ovirt-csi-driver-rhel9-operator@sha256:f8431594e8420b0ddef024e846c2ae70569770750f3217dbe3704b58bc02ef20?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator\u0026tag=v4.17.0-202504281705.p0.g0feae25.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-policy-controller-rhel9@sha256:81f8f28bcb4d1c52ad37c0fd5bb025333bd230793c3a2650f8ec8479d64d13d7_arm64",
                "product": {
                  "name": "openshift4/ose-cluster-policy-controller-rhel9@sha256:81f8f28bcb4d1c52ad37c0fd5bb025333bd230793c3a2650f8ec8479d64d13d7_arm64",
                  "product_id": "openshift4/ose-cluster-policy-controller-rhel9@sha256:81f8f28bcb4d1c52ad37c0fd5bb025333bd230793c3a2650f8ec8479d64d13d7_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-policy-controller-rhel9@sha256:81f8f28bcb4d1c52ad37c0fd5bb025333bd230793c3a2650f8ec8479d64d13d7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9\u0026tag=v4.17.0-202504281009.p0.g7209e90.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-samples-rhel9-operator@sha256:8635922fd673260318d32e128ffd11a2c7c24dd42d2a65bf4a0ce1fef12d72f9_arm64",
                "product": {
                  "name": "openshift4/ose-cluster-samples-rhel9-operator@sha256:8635922fd673260318d32e128ffd11a2c7c24dd42d2a65bf4a0ce1fef12d72f9_arm64",
                  "product_id": "openshift4/ose-cluster-samples-rhel9-operator@sha256:8635922fd673260318d32e128ffd11a2c7c24dd42d2a65bf4a0ce1fef12d72f9_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-samples-rhel9-operator@sha256:8635922fd673260318d32e128ffd11a2c7c24dd42d2a65bf4a0ce1fef12d72f9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator\u0026tag=v4.17.0-202504291008.p0.g7e221dd.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-storage-rhel9-operator@sha256:c7c6233c6564772233318c25089114fd322bbeaa9f30fa85e5347cd6c3f14138_arm64",
                "product": {
                  "name": "openshift4/ose-cluster-storage-rhel9-operator@sha256:c7c6233c6564772233318c25089114fd322bbeaa9f30fa85e5347cd6c3f14138_arm64",
                  "product_id": "openshift4/ose-cluster-storage-rhel9-operator@sha256:c7c6233c6564772233318c25089114fd322bbeaa9f30fa85e5347cd6c3f14138_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-storage-rhel9-operator@sha256:c7c6233c6564772233318c25089114fd322bbeaa9f30fa85e5347cd6c3f14138?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator\u0026tag=v4.17.0-202504281009.p0.ge4b8dce.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-update-keys-rhel9@sha256:6e13528b4dac03e857d5032fcbda9cc9ee81bba1a30c9631202bbc7a2471549f_arm64",
                "product": {
                  "name": "openshift4/ose-cluster-update-keys-rhel9@sha256:6e13528b4dac03e857d5032fcbda9cc9ee81bba1a30c9631202bbc7a2471549f_arm64",
                  "product_id": "openshift4/ose-cluster-update-keys-rhel9@sha256:6e13528b4dac03e857d5032fcbda9cc9ee81bba1a30c9631202bbc7a2471549f_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-update-keys-rhel9@sha256:6e13528b4dac03e857d5032fcbda9cc9ee81bba1a30c9631202bbc7a2471549f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9\u0026tag=v4.17.0-202504281009.p0.g2ce31fc.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-container-networking-plugins-rhel9@sha256:6b204386282661b2efa3ff465eb279f3e06ef92646b58de9db32364d3c02f44b_arm64",
                "product": {
                  "name": "openshift4/ose-container-networking-plugins-rhel9@sha256:6b204386282661b2efa3ff465eb279f3e06ef92646b58de9db32364d3c02f44b_arm64",
                  "product_id": "openshift4/ose-container-networking-plugins-rhel9@sha256:6b204386282661b2efa3ff465eb279f3e06ef92646b58de9db32364d3c02f44b_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-container-networking-plugins-rhel9@sha256:6b204386282661b2efa3ff465eb279f3e06ef92646b58de9db32364d3c02f44b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9\u0026tag=v4.17.0-202504281009.p0.g24a6532.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-csi-driver-shared-resource-rhel9@sha256:968bc646d9e8d07213c3ff9bd48371e80db493c7dadb39e242741bb00b364677_arm64",
                "product": {
                  "name": "openshift4/ose-csi-driver-shared-resource-rhel9@sha256:968bc646d9e8d07213c3ff9bd48371e80db493c7dadb39e242741bb00b364677_arm64",
                  "product_id": "openshift4/ose-csi-driver-shared-resource-rhel9@sha256:968bc646d9e8d07213c3ff9bd48371e80db493c7dadb39e242741bb00b364677_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-csi-driver-shared-resource-rhel9@sha256:968bc646d9e8d07213c3ff9bd48371e80db493c7dadb39e242741bb00b364677?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9\u0026tag=v4.17.0-202504281009.p0.g027a8c4.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:a4f6f56fadadfcc81a6330e56768eee3b0a1bb8519c5f5fe47fa9dbd4b73ef79_arm64",
                "product": {
                  "name": "openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:a4f6f56fadadfcc81a6330e56768eee3b0a1bb8519c5f5fe47fa9dbd4b73ef79_arm64",
                  "product_id": "openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:a4f6f56fadadfcc81a6330e56768eee3b0a1bb8519c5f5fe47fa9dbd4b73ef79_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-csi-driver-shared-resource-rhel9-operator@sha256:a4f6f56fadadfcc81a6330e56768eee3b0a1bb8519c5f5fe47fa9dbd4b73ef79?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator\u0026tag=v4.17.0-202504281009.p0.gc095a1f.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:c2585b68d7d40379ba124bee2fbfca64f1c3db925d3137b97f3df9c6afe9e300_arm64",
                "product": {
                  "name": "openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:c2585b68d7d40379ba124bee2fbfca64f1c3db925d3137b97f3df9c6afe9e300_arm64",
                  "product_id": "openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:c2585b68d7d40379ba124bee2fbfca64f1c3db925d3137b97f3df9c6afe9e300_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-csi-driver-shared-resource-webhook-rhel9@sha256:c2585b68d7d40379ba124bee2fbfca64f1c3db925d3137b97f3df9c6afe9e300?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9\u0026tag=v4.17.0-202504281009.p0.g027a8c4.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-csi-external-resizer-rhel9@sha256:794b4636e1f44a3bfcc3dc2fe5155d217b31e568393fa53eabe420328c29f33f_arm64",
                "product": {
                  "name": "openshift4/ose-csi-external-resizer-rhel9@sha256:794b4636e1f44a3bfcc3dc2fe5155d217b31e568393fa53eabe420328c29f33f_arm64",
                  "product_id": "openshift4/ose-csi-external-resizer-rhel9@sha256:794b4636e1f44a3bfcc3dc2fe5155d217b31e568393fa53eabe420328c29f33f_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-csi-external-resizer-rhel9@sha256:794b4636e1f44a3bfcc3dc2fe5155d217b31e568393fa53eabe420328c29f33f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9\u0026tag=v4.17.0-202504281009.p0.gab87a93.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-csi-external-snapshotter-rhel9@sha256:2b9262b07076b315714007f91ca9a2de0a5333133c319b5542d9a5e89f5119ae_arm64",
                "product": {
                  "name": "openshift4/ose-csi-external-snapshotter-rhel9@sha256:2b9262b07076b315714007f91ca9a2de0a5333133c319b5542d9a5e89f5119ae_arm64",
                  "product_id": "openshift4/ose-csi-external-snapshotter-rhel9@sha256:2b9262b07076b315714007f91ca9a2de0a5333133c319b5542d9a5e89f5119ae_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-csi-external-snapshotter-rhel9@sha256:2b9262b07076b315714007f91ca9a2de0a5333133c319b5542d9a5e89f5119ae?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9\u0026tag=v4.17.0-202504281009.p0.gaa558ca.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-csi-snapshot-controller-rhel9@sha256:2d6d427780eee15059d70088bbdb03f6774c93c4b7f84ec00eaf9b85c3f5b3ba_arm64",
                "product": {
                  "name": "openshift4/ose-csi-snapshot-controller-rhel9@sha256:2d6d427780eee15059d70088bbdb03f6774c93c4b7f84ec00eaf9b85c3f5b3ba_arm64",
                  "product_id": "openshift4/ose-csi-snapshot-controller-rhel9@sha256:2d6d427780eee15059d70088bbdb03f6774c93c4b7f84ec00eaf9b85c3f5b3ba_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-csi-snapshot-controller-rhel9@sha256:2d6d427780eee15059d70088bbdb03f6774c93c4b7f84ec00eaf9b85c3f5b3ba?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9\u0026tag=v4.17.0-202504281009.p0.gaa558ca.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:d590e08bb519eccf42d7891a3fef78bd2a265d5adcd9d27b7da3ef496407aae2_arm64",
                "product": {
                  "name": "openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:d590e08bb519eccf42d7891a3fef78bd2a265d5adcd9d27b7da3ef496407aae2_arm64",
                  "product_id": "openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:d590e08bb519eccf42d7891a3fef78bd2a265d5adcd9d27b7da3ef496407aae2_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-csi-snapshot-validation-webhook-rhel9@sha256:d590e08bb519eccf42d7891a3fef78bd2a265d5adcd9d27b7da3ef496407aae2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9\u0026tag=v4.17.0-202504281009.p0.gaa558ca.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/egress-router-cni-rhel9@sha256:07d4ba54630d432f37576929be29cf02ef09a47bee91a63f58001f9cd4acfc92_arm64",
                "product": {
                  "name": "openshift4/egress-router-cni-rhel9@sha256:07d4ba54630d432f37576929be29cf02ef09a47bee91a63f58001f9cd4acfc92_arm64",
                  "product_id": "openshift4/egress-router-cni-rhel9@sha256:07d4ba54630d432f37576929be29cf02ef09a47bee91a63f58001f9cd4acfc92_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/egress-router-cni-rhel9@sha256:07d4ba54630d432f37576929be29cf02ef09a47bee91a63f58001f9cd4acfc92?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/egress-router-cni-rhel9\u0026tag=v4.17.0-202504281009.p0.g3193a75.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-etcd-rhel9@sha256:f27e4f6f37c47e139374be06c8772f09debff53a05bfab713359d918f33beb3c_arm64",
                "product": {
                  "name": "openshift4/ose-etcd-rhel9@sha256:f27e4f6f37c47e139374be06c8772f09debff53a05bfab713359d918f33beb3c_arm64",
                  "product_id": "openshift4/ose-etcd-rhel9@sha256:f27e4f6f37c47e139374be06c8772f09debff53a05bfab713359d918f33beb3c_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-etcd-rhel9@sha256:f27e4f6f37c47e139374be06c8772f09debff53a05bfab713359d918f33beb3c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-etcd-rhel9\u0026tag=v4.17.0-202504281009.p0.g0d9e0a9.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/frr-rhel9@sha256:6f7e5612f7cb6c85db355eeba15164a0445fa58857b857506cf65b873e4b8174_arm64",
                "product": {
                  "name": "openshift4/frr-rhel9@sha256:6f7e5612f7cb6c85db355eeba15164a0445fa58857b857506cf65b873e4b8174_arm64",
                  "product_id": "openshift4/frr-rhel9@sha256:6f7e5612f7cb6c85db355eeba15164a0445fa58857b857506cf65b873e4b8174_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/frr-rhel9@sha256:6f7e5612f7cb6c85db355eeba15164a0445fa58857b857506cf65b873e4b8174?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/frr-rhel9\u0026tag=v4.17.0-202504291435.p0.g58f202b.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:a62890163f9fbf8833e855caa292678a7468f9567433919464dc99a2ef7c8dbb_arm64",
                "product": {
                  "name": "openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:a62890163f9fbf8833e855caa292678a7468f9567433919464dc99a2ef7c8dbb_arm64",
                  "product_id": "openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:a62890163f9fbf8833e855caa292678a7468f9567433919464dc99a2ef7c8dbb_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-gcp-cloud-controller-manager-rhel9@sha256:a62890163f9fbf8833e855caa292678a7468f9567433919464dc99a2ef7c8dbb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9\u0026tag=v4.17.0-202504281009.p0.g8ce997d.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:d1129dd095528238a3bb064376e70764388d986a0f47ccf7a92c88e517b54066_arm64",
                "product": {
                  "name": "openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:d1129dd095528238a3bb064376e70764388d986a0f47ccf7a92c88e517b54066_arm64",
                  "product_id": "openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:d1129dd095528238a3bb064376e70764388d986a0f47ccf7a92c88e517b54066_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-gcp-cluster-api-controllers-rhel9@sha256:d1129dd095528238a3bb064376e70764388d986a0f47ccf7a92c88e517b54066?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9\u0026tag=v4.17.0-202504281009.p0.g9c561f2.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:bb6ad3ac3be2ec5530dde289e8535e01fd745332bb89a05d8b687a72d8b90361_arm64",
                "product": {
                  "name": "openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:bb6ad3ac3be2ec5530dde289e8535e01fd745332bb89a05d8b687a72d8b90361_arm64",
                  "product_id": "openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:bb6ad3ac3be2ec5530dde289e8535e01fd745332bb89a05d8b687a72d8b90361_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-gcp-pd-csi-driver-rhel9@sha256:bb6ad3ac3be2ec5530dde289e8535e01fd745332bb89a05d8b687a72d8b90361?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9\u0026tag=v4.17.0-202504281009.p0.gc770b41.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:f4b0795956ffb226a5869a9285d05b0ead36b7be32855026c1a2a5faf4307be6_arm64",
                "product": {
                  "name": "openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:f4b0795956ffb226a5869a9285d05b0ead36b7be32855026c1a2a5faf4307be6_arm64",
                  "product_id": "openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:f4b0795956ffb226a5869a9285d05b0ead36b7be32855026c1a2a5faf4307be6_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-gcp-pd-csi-driver-operator-rhel9@sha256:f4b0795956ffb226a5869a9285d05b0ead36b7be32855026c1a2a5faf4307be6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9\u0026tag=v4.17.0-202504281009.p0.gc23b064.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-hypershift-rhel9@sha256:249df28d5775b19c96ae3f03d736f0ce8434d9e5969e3365be2b5e329faf85d6_arm64",
                "product": {
                  "name": "openshift4/ose-hypershift-rhel9@sha256:249df28d5775b19c96ae3f03d736f0ce8434d9e5969e3365be2b5e329faf85d6_arm64",
                  "product_id": "openshift4/ose-hypershift-rhel9@sha256:249df28d5775b19c96ae3f03d736f0ce8434d9e5969e3365be2b5e329faf85d6_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-hypershift-rhel9@sha256:249df28d5775b19c96ae3f03d736f0ce8434d9e5969e3365be2b5e329faf85d6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-hypershift-rhel9\u0026tag=v4.17.0-202504281009.p0.g98664c8.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-image-customization-controller-rhel9@sha256:0f1b4c68ce6ab2167b1b6fcd0059a8531eff59b5cf49c23322828918a6ed6f27_arm64",
                "product": {
                  "name": "openshift4/ose-image-customization-controller-rhel9@sha256:0f1b4c68ce6ab2167b1b6fcd0059a8531eff59b5cf49c23322828918a6ed6f27_arm64",
                  "product_id": "openshift4/ose-image-customization-controller-rhel9@sha256:0f1b4c68ce6ab2167b1b6fcd0059a8531eff59b5cf49c23322828918a6ed6f27_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-image-customization-controller-rhel9@sha256:0f1b4c68ce6ab2167b1b6fcd0059a8531eff59b5cf49c23322828918a6ed6f27?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-image-customization-controller-rhel9\u0026tag=v4.17.0-202504281009.p0.g74bee37.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-insights-rhel9-operator@sha256:3b7ec1f0edd312034a7dec567af415f85f8be1828dc6a0dd2d11072315b77a41_arm64",
                "product": {
                  "name": "openshift4/ose-insights-rhel9-operator@sha256:3b7ec1f0edd312034a7dec567af415f85f8be1828dc6a0dd2d11072315b77a41_arm64",
                  "product_id": "openshift4/ose-insights-rhel9-operator@sha256:3b7ec1f0edd312034a7dec567af415f85f8be1828dc6a0dd2d11072315b77a41_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-insights-rhel9-operator@sha256:3b7ec1f0edd312034a7dec567af415f85f8be1828dc6a0dd2d11072315b77a41?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-insights-rhel9-operator\u0026tag=v4.17.0-202504281009.p0.g2b1e2df.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-installer-altinfra-rhel9@sha256:17050d94832b400bf54598b748667e2e0035b30b8f996d7a25bdb61aef5960f9_arm64",
                "product": {
                  "name": "openshift4/ose-installer-altinfra-rhel9@sha256:17050d94832b400bf54598b748667e2e0035b30b8f996d7a25bdb61aef5960f9_arm64",
                  "product_id": "openshift4/ose-installer-altinfra-rhel9@sha256:17050d94832b400bf54598b748667e2e0035b30b8f996d7a25bdb61aef5960f9_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-installer-altinfra-rhel9@sha256:17050d94832b400bf54598b748667e2e0035b30b8f996d7a25bdb61aef5960f9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-installer-altinfra-rhel9\u0026tag=v4.17.0-202504281705.p0.g5e4e2af.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-installer-artifacts-rhel9@sha256:9ee9cc91eb2ede268fbdd51bbfd2e211f34ccff61bd1c3b130bf25879c67b3a3_arm64",
                "product": {
                  "name": "openshift4/ose-installer-artifacts-rhel9@sha256:9ee9cc91eb2ede268fbdd51bbfd2e211f34ccff61bd1c3b130bf25879c67b3a3_arm64",
                  "product_id": "openshift4/ose-installer-artifacts-rhel9@sha256:9ee9cc91eb2ede268fbdd51bbfd2e211f34ccff61bd1c3b130bf25879c67b3a3_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-installer-artifacts-rhel9@sha256:9ee9cc91eb2ede268fbdd51bbfd2e211f34ccff61bd1c3b130bf25879c67b3a3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-installer-artifacts-rhel9\u0026tag=v4.17.0-202504281009.p0.g5e4e2af.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-installer-rhel9@sha256:872ec12780579fe14d90d7eec8190678ce56f4a5914917a7d6169c5cd767bc68_arm64",
                "product": {
                  "name": "openshift4/ose-installer-rhel9@sha256:872ec12780579fe14d90d7eec8190678ce56f4a5914917a7d6169c5cd767bc68_arm64",
                  "product_id": "openshift4/ose-installer-rhel9@sha256:872ec12780579fe14d90d7eec8190678ce56f4a5914917a7d6169c5cd767bc68_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-installer-rhel9@sha256:872ec12780579fe14d90d7eec8190678ce56f4a5914917a7d6169c5cd767bc68?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-installer-rhel9\u0026tag=v4.17.0-202504281009.p0.g5e4e2af.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/kube-metrics-server-rhel9@sha256:3e11ef3020927ede13dd28f57daa86b8cfd2d287e380296452bca4bd781391df_arm64",
                "product": {
                  "name": "openshift4/kube-metrics-server-rhel9@sha256:3e11ef3020927ede13dd28f57daa86b8cfd2d287e380296452bca4bd781391df_arm64",
                  "product_id": "openshift4/kube-metrics-server-rhel9@sha256:3e11ef3020927ede13dd28f57daa86b8cfd2d287e380296452bca4bd781391df_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/kube-metrics-server-rhel9@sha256:3e11ef3020927ede13dd28f57daa86b8cfd2d287e380296452bca4bd781391df?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/kube-metrics-server-rhel9\u0026tag=v4.17.0-202504281009.p0.ge870adb.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e85db4241123d01e874bed074f9a9a34ca6221176aaa2cb5bb4729adfbf0ce95_arm64",
                "product": {
                  "name": "openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e85db4241123d01e874bed074f9a9a34ca6221176aaa2cb5bb4729adfbf0ce95_arm64",
                  "product_id": "openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e85db4241123d01e874bed074f9a9a34ca6221176aaa2cb5bb4729adfbf0ce95_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-kube-storage-version-migrator-rhel9@sha256:e85db4241123d01e874bed074f9a9a34ca6221176aaa2cb5bb4729adfbf0ce95?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9\u0026tag=v4.17.0-202504281009.p0.g34fafc0.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9292f19feeaa3bdae3094d0c0496baf8670d18286041f317ec82c552280a9b4a_arm64",
                "product": {
                  "name": "openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9292f19feeaa3bdae3094d0c0496baf8670d18286041f317ec82c552280a9b4a_arm64",
                  "product_id": "openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9292f19feeaa3bdae3094d0c0496baf8670d18286041f317ec82c552280a9b4a_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9292f19feeaa3bdae3094d0c0496baf8670d18286041f317ec82c552280a9b4a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9\u0026tag=v4.17.0-202504281009.p0.g3f4542e.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/kubevirt-csi-driver-rhel9@sha256:a78f85edfee8f8f51f73e63c8c02162c421f0d63e2f8095ded84b78087a83aab_arm64",
                "product": {
                  "name": "openshift4/kubevirt-csi-driver-rhel9@sha256:a78f85edfee8f8f51f73e63c8c02162c421f0d63e2f8095ded84b78087a83aab_arm64",
                  "product_id": "openshift4/kubevirt-csi-driver-rhel9@sha256:a78f85edfee8f8f51f73e63c8c02162c421f0d63e2f8095ded84b78087a83aab_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/kubevirt-csi-driver-rhel9@sha256:a78f85edfee8f8f51f73e63c8c02162c421f0d63e2f8095ded84b78087a83aab?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9\u0026tag=v4.17.0-202504281009.p0.g757a889.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-libvirt-machine-controllers-rhel9@sha256:002c9019af35f1f8aea55bea65c97a92ef1d19ea1baea00d17b79a264a3691d9_arm64",
                "product": {
                  "name": "openshift4/ose-libvirt-machine-controllers-rhel9@sha256:002c9019af35f1f8aea55bea65c97a92ef1d19ea1baea00d17b79a264a3691d9_arm64",
                  "product_id": "openshift4/ose-libvirt-machine-controllers-rhel9@sha256:002c9019af35f1f8aea55bea65c97a92ef1d19ea1baea00d17b79a264a3691d9_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-libvirt-machine-controllers-rhel9@sha256:002c9019af35f1f8aea55bea65c97a92ef1d19ea1baea00d17b79a264a3691d9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9\u0026tag=v4.17.0-202504281009.p0.ga336f0b.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-machine-api-rhel9-operator@sha256:ee87d774d6658bde289f8c9ab55154ade49dfddecb55ac1a577da883ada32aa2_arm64",
                "product": {
                  "name": "openshift4/ose-machine-api-rhel9-operator@sha256:ee87d774d6658bde289f8c9ab55154ade49dfddecb55ac1a577da883ada32aa2_arm64",
                  "product_id": "openshift4/ose-machine-api-rhel9-operator@sha256:ee87d774d6658bde289f8c9ab55154ade49dfddecb55ac1a577da883ada32aa2_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-machine-api-rhel9-operator@sha256:ee87d774d6658bde289f8c9ab55154ade49dfddecb55ac1a577da883ada32aa2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-rhel9-operator\u0026tag=v4.17.0-202504281009.p0.g1e7747d.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-machine-api-provider-aws-rhel9@sha256:c6d0869274ce92a1eceb263b4e94e462fbcb8b599b09ce8acf9c00b61cf29226_arm64",
                "product": {
                  "name": "openshift4/ose-machine-api-provider-aws-rhel9@sha256:c6d0869274ce92a1eceb263b4e94e462fbcb8b599b09ce8acf9c00b61cf29226_arm64",
                  "product_id": "openshift4/ose-machine-api-provider-aws-rhel9@sha256:c6d0869274ce92a1eceb263b4e94e462fbcb8b599b09ce8acf9c00b61cf29226_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-machine-api-provider-aws-rhel9@sha256:c6d0869274ce92a1eceb263b4e94e462fbcb8b599b09ce8acf9c00b61cf29226?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9\u0026tag=v4.17.0-202504281009.p0.gb41b8c8.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-machine-api-provider-azure-rhel9@sha256:d4764881a7a4f01e5b5ee2a24b13cd74fdfc5540ebbe84cdd0fa28fd64aba389_arm64",
                "product": {
                  "name": "openshift4/ose-machine-api-provider-azure-rhel9@sha256:d4764881a7a4f01e5b5ee2a24b13cd74fdfc5540ebbe84cdd0fa28fd64aba389_arm64",
                  "product_id": "openshift4/ose-machine-api-provider-azure-rhel9@sha256:d4764881a7a4f01e5b5ee2a24b13cd74fdfc5540ebbe84cdd0fa28fd64aba389_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-machine-api-provider-azure-rhel9@sha256:d4764881a7a4f01e5b5ee2a24b13cd74fdfc5540ebbe84cdd0fa28fd64aba389?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9\u0026tag=v4.17.0-202504281009.p0.g0bff150.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-machine-api-provider-gcp-rhel9@sha256:526440e32f8eed14cf6ef61769baea675aba9c02e6cf5778e3bc8f92c7d306a8_arm64",
                "product": {
                  "name": "openshift4/ose-machine-api-provider-gcp-rhel9@sha256:526440e32f8eed14cf6ef61769baea675aba9c02e6cf5778e3bc8f92c7d306a8_arm64",
                  "product_id": "openshift4/ose-machine-api-provider-gcp-rhel9@sha256:526440e32f8eed14cf6ef61769baea675aba9c02e6cf5778e3bc8f92c7d306a8_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-machine-api-provider-gcp-rhel9@sha256:526440e32f8eed14cf6ef61769baea675aba9c02e6cf5778e3bc8f92c7d306a8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9\u0026tag=v4.17.0-202504281009.p0.g86a1d90.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f907f7e7f7659e968dd6ac35177c726004afe0b86b0dd9e9e78abc53da370a7a_arm64",
                "product": {
                  "name": "openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f907f7e7f7659e968dd6ac35177c726004afe0b86b0dd9e9e78abc53da370a7a_arm64",
                  "product_id": "openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f907f7e7f7659e968dd6ac35177c726004afe0b86b0dd9e9e78abc53da370a7a_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-machine-api-provider-openstack-rhel9@sha256:f907f7e7f7659e968dd6ac35177c726004afe0b86b0dd9e9e78abc53da370a7a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9\u0026tag=v4.17.0-202504281009.p0.g6897187.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-machine-config-rhel9-operator@sha256:483b65fb285f5d17f225c5da6513e12bc7b1a7b4a7040663cd07b565b0afa029_arm64",
                "product": {
                  "name": "openshift4/ose-machine-config-rhel9-operator@sha256:483b65fb285f5d17f225c5da6513e12bc7b1a7b4a7040663cd07b565b0afa029_arm64",
                  "product_id": "openshift4/ose-machine-config-rhel9-operator@sha256:483b65fb285f5d17f225c5da6513e12bc7b1a7b4a7040663cd07b565b0afa029_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-machine-config-rhel9-operator@sha256:483b65fb285f5d17f225c5da6513e12bc7b1a7b4a7040663cd07b565b0afa029?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-config-rhel9-operator\u0026tag=v4.17.0-202504290337.p0.g95b720d.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-machine-os-images-rhel9@sha256:c6d8d116a62c6b8d1f6d298c580206b22de9054c2f6954f6bf480ff01c572dd8_arm64",
                "product": {
                  "name": "openshift4/ose-machine-os-images-rhel9@sha256:c6d8d116a62c6b8d1f6d298c580206b22de9054c2f6954f6bf480ff01c572dd8_arm64",
                  "product_id": "openshift4/ose-machine-os-images-rhel9@sha256:c6d8d116a62c6b8d1f6d298c580206b22de9054c2f6954f6bf480ff01c572dd8_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-machine-os-images-rhel9@sha256:c6d8d116a62c6b8d1f6d298c580206b22de9054c2f6954f6bf480ff01c572dd8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-os-images-rhel9\u0026tag=v4.17.0-202504281009.p0.gf85666b.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-multus-admission-controller-rhel9@sha256:8e46edbaa4d4fc29dbc09d38898429d545a02822cc46a726fb5a61f4bd55dff8_arm64",
                "product": {
                  "name": "openshift4/ose-multus-admission-controller-rhel9@sha256:8e46edbaa4d4fc29dbc09d38898429d545a02822cc46a726fb5a61f4bd55dff8_arm64",
                  "product_id": "openshift4/ose-multus-admission-controller-rhel9@sha256:8e46edbaa4d4fc29dbc09d38898429d545a02822cc46a726fb5a61f4bd55dff8_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-multus-admission-controller-rhel9@sha256:8e46edbaa4d4fc29dbc09d38898429d545a02822cc46a726fb5a61f4bd55dff8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9\u0026tag=v4.17.0-202504281009.p0.g076f0ca.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-multus-networkpolicy-rhel9@sha256:953c2a800efd3ba87344b0c556c89132630dc378e1a96ff38f626a60ed4d5ce0_arm64",
                "product": {
                  "name": "openshift4/ose-multus-networkpolicy-rhel9@sha256:953c2a800efd3ba87344b0c556c89132630dc378e1a96ff38f626a60ed4d5ce0_arm64",
                  "product_id": "openshift4/ose-multus-networkpolicy-rhel9@sha256:953c2a800efd3ba87344b0c556c89132630dc378e1a96ff38f626a60ed4d5ce0_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-multus-networkpolicy-rhel9@sha256:953c2a800efd3ba87344b0c556c89132630dc378e1a96ff38f626a60ed4d5ce0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9\u0026tag=v4.17.0-202504281009.p0.g7d01ea1.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-multus-route-override-cni-rhel9@sha256:b32bee1e17a99bf6e865f3dffb4f80f9b681cc3c0f2a1505698f594f286a7396_arm64",
                "product": {
                  "name": "openshift4/ose-multus-route-override-cni-rhel9@sha256:b32bee1e17a99bf6e865f3dffb4f80f9b681cc3c0f2a1505698f594f286a7396_arm64",
                  "product_id": "openshift4/ose-multus-route-override-cni-rhel9@sha256:b32bee1e17a99bf6e865f3dffb4f80f9b681cc3c0f2a1505698f594f286a7396_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-multus-route-override-cni-rhel9@sha256:b32bee1e17a99bf6e865f3dffb4f80f9b681cc3c0f2a1505698f594f286a7396?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9\u0026tag=v4.17.0-202504281009.p0.g391c1b0.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:eaeb6ea984b43075d1721104647c9e539ffefea462ad3ea3f3cae66551e301e2_arm64",
                "product": {
                  "name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:eaeb6ea984b43075d1721104647c9e539ffefea462ad3ea3f3cae66551e301e2_arm64",
                  "product_id": "openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:eaeb6ea984b43075d1721104647c9e539ffefea462ad3ea3f3cae66551e301e2_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel9@sha256:eaeb6ea984b43075d1721104647c9e539ffefea462ad3ea3f3cae66551e301e2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9\u0026tag=v4.17.0-202504281009.p0.ga9576ed.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-must-gather-rhel9@sha256:de0f68e94d48d6fd1c6bf1cfed042a8f244e5392a0b6ad5c02cfab7b7a9ae3ab_arm64",
                "product": {
                  "name": "openshift4/ose-must-gather-rhel9@sha256:de0f68e94d48d6fd1c6bf1cfed042a8f244e5392a0b6ad5c02cfab7b7a9ae3ab_arm64",
                  "product_id": "openshift4/ose-must-gather-rhel9@sha256:de0f68e94d48d6fd1c6bf1cfed042a8f244e5392a0b6ad5c02cfab7b7a9ae3ab_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-must-gather-rhel9@sha256:de0f68e94d48d6fd1c6bf1cfed042a8f244e5392a0b6ad5c02cfab7b7a9ae3ab?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-must-gather-rhel9\u0026tag=v4.17.0-202504281009.p0.g56b3427.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-network-interface-bond-cni-rhel9@sha256:78d3bdd9d6ec154e80b1dfcd41e37ae695173e61a54fac6aa2ae9f9264253c75_arm64",
                "product": {
                  "name": "openshift4/ose-network-interface-bond-cni-rhel9@sha256:78d3bdd9d6ec154e80b1dfcd41e37ae695173e61a54fac6aa2ae9f9264253c75_arm64",
                  "product_id": "openshift4/ose-network-interface-bond-cni-rhel9@sha256:78d3bdd9d6ec154e80b1dfcd41e37ae695173e61a54fac6aa2ae9f9264253c75_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-network-interface-bond-cni-rhel9@sha256:78d3bdd9d6ec154e80b1dfcd41e37ae695173e61a54fac6aa2ae9f9264253c75?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9\u0026tag=v4.17.0-202504281009.p0.g8630f33.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-network-metrics-daemon-rhel9@sha256:afc2923e5780bffb27abc102eec63968374848078da5cd2fe12bdc8f0ec90251_arm64",
                "product": {
                  "name": "openshift4/ose-network-metrics-daemon-rhel9@sha256:afc2923e5780bffb27abc102eec63968374848078da5cd2fe12bdc8f0ec90251_arm64",
                  "product_id": "openshift4/ose-network-metrics-daemon-rhel9@sha256:afc2923e5780bffb27abc102eec63968374848078da5cd2fe12bdc8f0ec90251_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-network-metrics-daemon-rhel9@sha256:afc2923e5780bffb27abc102eec63968374848078da5cd2fe12bdc8f0ec90251?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9\u0026tag=v4.17.0-202504281009.p0.gddb486a.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/network-tools-rhel9@sha256:85649591fd162c55910b0be4049b894e0cc9027ab375ed3de4c322af8e271597_arm64",
                "product": {
                  "name": "openshift4/network-tools-rhel9@sha256:85649591fd162c55910b0be4049b894e0cc9027ab375ed3de4c322af8e271597_arm64",
                  "product_id": "openshift4/network-tools-rhel9@sha256:85649591fd162c55910b0be4049b894e0cc9027ab375ed3de4c322af8e271597_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/network-tools-rhel9@sha256:85649591fd162c55910b0be4049b894e0cc9027ab375ed3de4c322af8e271597?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/network-tools-rhel9\u0026tag=v4.17.0-202504300106.p0.g8e170b4.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-oauth-apiserver-rhel9@sha256:56a5d92f7a3a2f3ece3579a584f4234ff2c0d8ea4eb8e1d4f65cbf7d7a68a19c_arm64",
                "product": {
                  "name": "openshift4/ose-oauth-apiserver-rhel9@sha256:56a5d92f7a3a2f3ece3579a584f4234ff2c0d8ea4eb8e1d4f65cbf7d7a68a19c_arm64",
                  "product_id": "openshift4/ose-oauth-apiserver-rhel9@sha256:56a5d92f7a3a2f3ece3579a584f4234ff2c0d8ea4eb8e1d4f65cbf7d7a68a19c_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-oauth-apiserver-rhel9@sha256:56a5d92f7a3a2f3ece3579a584f4234ff2c0d8ea4eb8e1d4f65cbf7d7a68a19c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9\u0026tag=v4.17.0-202504281009.p0.g04782ff.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-olm-catalogd-rhel9@sha256:25a5a4b4ada09c18b0172d6b55e99213b328b049a4e736ef33a46ee0da1dc950_arm64",
                "product": {
                  "name": "openshift4/ose-olm-catalogd-rhel9@sha256:25a5a4b4ada09c18b0172d6b55e99213b328b049a4e736ef33a46ee0da1dc950_arm64",
                  "product_id": "openshift4/ose-olm-catalogd-rhel9@sha256:25a5a4b4ada09c18b0172d6b55e99213b328b049a4e736ef33a46ee0da1dc950_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-olm-catalogd-rhel9@sha256:25a5a4b4ada09c18b0172d6b55e99213b328b049a4e736ef33a46ee0da1dc950?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-olm-catalogd-rhel9\u0026tag=v4.17.0-202504281009.p0.gc740e05.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-olm-operator-controller-rhel9@sha256:9a95f890999546160ad4cf68e60c94bd02036392a981fdd3473bc4ce8acf5e63_arm64",
                "product": {
                  "name": "openshift4/ose-olm-operator-controller-rhel9@sha256:9a95f890999546160ad4cf68e60c94bd02036392a981fdd3473bc4ce8acf5e63_arm64",
                  "product_id": "openshift4/ose-olm-operator-controller-rhel9@sha256:9a95f890999546160ad4cf68e60c94bd02036392a981fdd3473bc4ce8acf5e63_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-olm-operator-controller-rhel9@sha256:9a95f890999546160ad4cf68e60c94bd02036392a981fdd3473bc4ce8acf5e63?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9\u0026tag=v4.17.0-202504281009.p0.g8bc0220.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-openshift-apiserver-rhel9@sha256:d7aa582cb99ceaaba2d9da65183a485fab11b0aec41d68b5964510f35167b3e6_arm64",
                "product": {
                  "name": "openshift4/ose-openshift-apiserver-rhel9@sha256:d7aa582cb99ceaaba2d9da65183a485fab11b0aec41d68b5964510f35167b3e6_arm64",
                  "product_id": "openshift4/ose-openshift-apiserver-rhel9@sha256:d7aa582cb99ceaaba2d9da65183a485fab11b0aec41d68b5964510f35167b3e6_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-openshift-apiserver-rhel9@sha256:d7aa582cb99ceaaba2d9da65183a485fab11b0aec41d68b5964510f35167b3e6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9\u0026tag=v4.17.0-202504281009.p0.g58f7b42.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-openshift-controller-manager-rhel9@sha256:d121f0c03960db28af368e4b864efb220c1be28bfb5f9735813302efd045f4ac_arm64",
                "product": {
                  "name": "openshift4/ose-openshift-controller-manager-rhel9@sha256:d121f0c03960db28af368e4b864efb220c1be28bfb5f9735813302efd045f4ac_arm64",
                  "product_id": "openshift4/ose-openshift-controller-manager-rhel9@sha256:d121f0c03960db28af368e4b864efb220c1be28bfb5f9735813302efd045f4ac_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-openshift-controller-manager-rhel9@sha256:d121f0c03960db28af368e4b864efb220c1be28bfb5f9735813302efd045f4ac?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9\u0026tag=v4.17.0-202504281009.p0.g70aa014.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:bea0b14e279d2c307eb6fdb8dcafa114d9b281ab267c14f7b6151c5b838f80cc_arm64",
                "product": {
                  "name": "openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:bea0b14e279d2c307eb6fdb8dcafa114d9b281ab267c14f7b6151c5b838f80cc_arm64",
                  "product_id": "openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:bea0b14e279d2c307eb6fdb8dcafa114d9b281ab267c14f7b6151c5b838f80cc_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9@sha256:bea0b14e279d2c307eb6fdb8dcafa114d9b281ab267c14f7b6151c5b838f80cc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9\u0026tag=v4.17.0-202504281009.p0.g0e338e1.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:1919474880b196d1905b8dff9587c006b6f273124d02e97f40e2d4ea8d050777_arm64",
                "product": {
                  "name": "openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:1919474880b196d1905b8dff9587c006b6f273124d02e97f40e2d4ea8d050777_arm64",
                  "product_id": "openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:1919474880b196d1905b8dff9587c006b6f273124d02e97f40e2d4ea8d050777_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:1919474880b196d1905b8dff9587c006b6f273124d02e97f40e2d4ea8d050777?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator\u0026tag=v4.17.0-202504281009.p0.gf89b6db.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:47d6f6652a0e3d399c9b26a4954fd3478326c49825863698cf3140c2c3ab9bf9_arm64",
                "product": {
                  "name": "openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:47d6f6652a0e3d399c9b26a4954fd3478326c49825863698cf3140c2c3ab9bf9_arm64",
                  "product_id": "openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:47d6f6652a0e3d399c9b26a4954fd3478326c49825863698cf3140c2c3ab9bf9_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel9@sha256:47d6f6652a0e3d399c9b26a4954fd3478326c49825863698cf3140c2c3ab9bf9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9\u0026tag=v4.17.0-202504281009.p0.g0e338e1.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-operator-framework-tools-rhel9@sha256:9c53f361a67e96e64b5cb912c0af0a1b3e18cb3bd428084d5cb1e8f6860855c8_arm64",
                "product": {
                  "name": "openshift4/ose-operator-framework-tools-rhel9@sha256:9c53f361a67e96e64b5cb912c0af0a1b3e18cb3bd428084d5cb1e8f6860855c8_arm64",
                  "product_id": "openshift4/ose-operator-framework-tools-rhel9@sha256:9c53f361a67e96e64b5cb912c0af0a1b3e18cb3bd428084d5cb1e8f6860855c8_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-operator-framework-tools-rhel9@sha256:9c53f361a67e96e64b5cb912c0af0a1b3e18cb3bd428084d5cb1e8f6860855c8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9\u0026tag=v4.17.0-202504281009.p0.gd3b1715.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ovirt-csi-driver-rhel9@sha256:9d2e0a9926f48be33d889cb59a93c167ed943c3a035eeafab86cd670accc66bd_arm64",
                "product": {
                  "name": "openshift4/ovirt-csi-driver-rhel9@sha256:9d2e0a9926f48be33d889cb59a93c167ed943c3a035eeafab86cd670accc66bd_arm64",
                  "product_id": "openshift4/ovirt-csi-driver-rhel9@sha256:9d2e0a9926f48be33d889cb59a93c167ed943c3a035eeafab86cd670accc66bd_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ovirt-csi-driver-rhel9@sha256:9d2e0a9926f48be33d889cb59a93c167ed943c3a035eeafab86cd670accc66bd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel9\u0026tag=v4.17.0-202504281009.p0.g1db726a.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-ovn-kubernetes-rhel9@sha256:704105b2136fe017ee9402ccf0109e295b2e73462311470fd97aaeb4768b01f8_arm64",
                "product": {
                  "name": "openshift4/ose-ovn-kubernetes-rhel9@sha256:704105b2136fe017ee9402ccf0109e295b2e73462311470fd97aaeb4768b01f8_arm64",
                  "product_id": "openshift4/ose-ovn-kubernetes-rhel9@sha256:704105b2136fe017ee9402ccf0109e295b2e73462311470fd97aaeb4768b01f8_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256:704105b2136fe017ee9402ccf0109e295b2e73462311470fd97aaeb4768b01f8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9\u0026tag=v4.17.0-202504281009.p0.gb02d1af.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/openshift-route-controller-manager-rhel9@sha256:8c461aa1501918dff695fe715e498da95d00b63ff417f30964ee5a11ddca4685_arm64",
                "product": {
                  "name": "openshift4/openshift-route-controller-manager-rhel9@sha256:8c461aa1501918dff695fe715e498da95d00b63ff417f30964ee5a11ddca4685_arm64",
                  "product_id": "openshift4/openshift-route-controller-manager-rhel9@sha256:8c461aa1501918dff695fe715e498da95d00b63ff417f30964ee5a11ddca4685_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift-route-controller-manager-rhel9@sha256:8c461aa1501918dff695fe715e498da95d00b63ff417f30964ee5a11ddca4685?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9\u0026tag=v4.17.0-202504281009.p0.gcd4a3dc.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-service-ca-rhel9-operator@sha256:0a3d510a717ae3bf99d94b4987185b70445998ecb26e91b5136e547a8d457cb4_arm64",
                "product": {
                  "name": "openshift4/ose-service-ca-rhel9-operator@sha256:0a3d510a717ae3bf99d94b4987185b70445998ecb26e91b5136e547a8d457cb4_arm64",
                  "product_id": "openshift4/ose-service-ca-rhel9-operator@sha256:0a3d510a717ae3bf99d94b4987185b70445998ecb26e91b5136e547a8d457cb4_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-service-ca-rhel9-operator@sha256:0a3d510a717ae3bf99d94b4987185b70445998ecb26e91b5136e547a8d457cb4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-service-ca-rhel9-operator\u0026tag=v4.17.0-202504281009.p0.gf1b6307.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-thanos-rhel9@sha256:2260556b4aa73441c868313ad67b4ec14af256a81f2c94dd174a60c322f65879_arm64",
                "product": {
                  "name": "openshift4/ose-thanos-rhel9@sha256:2260556b4aa73441c868313ad67b4ec14af256a81f2c94dd174a60c322f65879_arm64",
                  "product_id": "openshift4/ose-thanos-rhel9@sha256:2260556b4aa73441c868313ad67b4ec14af256a81f2c94dd174a60c322f65879_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-thanos-rhel9@sha256:2260556b4aa73441c868313ad67b4ec14af256a81f2c94dd174a60c322f65879?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-thanos-rhel9\u0026tag=v4.17.0-202504281009.p0.g5b56736.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-tools-rhel9@sha256:fdc3dc067ac445612299bf56e1b10c6b5a4e6f50daed1017454a5390d9e15632_arm64",
                "product": {
                  "name": "openshift4/ose-tools-rhel9@sha256:fdc3dc067ac445612299bf56e1b10c6b5a4e6f50daed1017454a5390d9e15632_arm64",
                  "product_id": "openshift4/ose-tools-rhel9@sha256:fdc3dc067ac445612299bf56e1b10c6b5a4e6f50daed1017454a5390d9e15632_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-tools-rhel9@sha256:fdc3dc067ac445612299bf56e1b10c6b5a4e6f50daed1017454a5390d9e15632?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-tools-rhel9\u0026tag=v4.17.0-202504300106.p0.g0000b3e.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:48a8ad863bc40447db23818df0da3b6c765011ba81eacf4b7116026a06358bf9_arm64",
                "product": {
                  "name": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:48a8ad863bc40447db23818df0da3b6c765011ba81eacf4b7116026a06358bf9_arm64",
                  "product_id": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:48a8ad863bc40447db23818df0da3b6c765011ba81eacf4b7116026a06358bf9_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256:48a8ad863bc40447db23818df0da3b6c765011ba81eacf4b7116026a06358bf9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9\u0026tag=v4.17.0-202504281009.p0.gb02d1af.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-prometheus-config-reloader-rhel9@sha256:079aabce1be013d247160482720526bc7070b857c9bdc3311e16ec4b7946bb90_arm64",
                "product": {
                  "name": "openshift4/ose-prometheus-config-reloader-rhel9@sha256:079aabce1be013d247160482720526bc7070b857c9bdc3311e16ec4b7946bb90_arm64",
                  "product_id": "openshift4/ose-prometheus-config-reloader-rhel9@sha256:079aabce1be013d247160482720526bc7070b857c9bdc3311e16ec4b7946bb90_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-prometheus-config-reloader-rhel9@sha256:079aabce1be013d247160482720526bc7070b857c9bdc3311e16ec4b7946bb90?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9\u0026tag=v4.17.0-202504281009.p0.g77cedd6.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b39a4b9a4f8a91b7976f2ce02303b05b38a583291a4ebfba1b08d999fc108d90_arm64",
                "product": {
                  "name": "openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b39a4b9a4f8a91b7976f2ce02303b05b38a583291a4ebfba1b08d999fc108d90_arm64",
                  "product_id": "openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b39a4b9a4f8a91b7976f2ce02303b05b38a583291a4ebfba1b08d999fc108d90_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel9@sha256:b39a4b9a4f8a91b7976f2ce02303b05b38a583291a4ebfba1b08d999fc108d90?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9\u0026tag=v4.17.0-202504281009.p0.g77cedd6.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-prometheus-rhel9-operator@sha256:717067cfb00313dad5317b564008a9b245649d001736074009045a7fbb3d1cb9_arm64",
                "product": {
                  "name": "openshift4/ose-prometheus-rhel9-operator@sha256:717067cfb00313dad5317b564008a9b245649d001736074009045a7fbb3d1cb9_arm64",
                  "product_id": "openshift4/ose-prometheus-rhel9-operator@sha256:717067cfb00313dad5317b564008a9b245649d001736074009045a7fbb3d1cb9_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-prometheus-rhel9-operator@sha256:717067cfb00313dad5317b564008a9b245649d001736074009045a7fbb3d1cb9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-rhel9-operator\u0026tag=v4.17.0-202504281009.p0.g77cedd6.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-prom-label-proxy-rhel9@sha256:209f1a13d11f995c49b36e2db96d61470e6742824619b6957a4b7390b1d5dc52_arm64",
                "product": {
                  "name": "openshift4/ose-prom-label-proxy-rhel9@sha256:209f1a13d11f995c49b36e2db96d61470e6742824619b6957a4b7390b1d5dc52_arm64",
                  "product_id": "openshift4/ose-prom-label-proxy-rhel9@sha256:209f1a13d11f995c49b36e2db96d61470e6742824619b6957a4b7390b1d5dc52_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-prom-label-proxy-rhel9@sha256:209f1a13d11f995c49b36e2db96d61470e6742824619b6957a4b7390b1d5dc52?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9\u0026tag=v4.17.0-202504281009.p0.gd80e904.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-telemeter-rhel9@sha256:b68407ef2bf389d6ee95a12b49b6d5e3a338ca0b02c0c4c3455ef7e4c4cce81a_arm64",
                "product": {
                  "name": "openshift4/ose-telemeter-rhel9@sha256:b68407ef2bf389d6ee95a12b49b6d5e3a338ca0b02c0c4c3455ef7e4c4cce81a_arm64",
                  "product_id": "openshift4/ose-telemeter-rhel9@sha256:b68407ef2bf389d6ee95a12b49b6d5e3a338ca0b02c0c4c3455ef7e4c4cce81a_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-telemeter-rhel9@sha256:b68407ef2bf389d6ee95a12b49b6d5e3a338ca0b02c0c4c3455ef7e4c4cce81a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-telemeter-rhel9\u0026tag=v4.17.0-202504281009.p0.ge2b2524.assembly.stream.el9"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "arm64"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-autoscaler-rhel9@sha256:73c6143ce45ba329a1d941a8b4cf13ad66f68c25f45f3163bafbf88ccad795c3_amd64",
                "product": {
                  "name": "openshift4/ose-cluster-autoscaler-rhel9@sha256:73c6143ce45ba329a1d941a8b4cf13ad66f68c25f45f3163bafbf88ccad795c3_amd64",
                  "product_id": "openshift4/ose-cluster-autoscaler-rhel9@sha256:73c6143ce45ba329a1d941a8b4cf13ad66f68c25f45f3163bafbf88ccad795c3_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-autoscaler-rhel9@sha256:73c6143ce45ba329a1d941a8b4cf13ad66f68c25f45f3163bafbf88ccad795c3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9\u0026tag=v4.17.0-202504281009.p0.g12bd2a9.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/aws-kms-encryption-provider-rhel9@sha256:e97e40543c09b130e3d36eeb5800d9d4ee989f5b16314f33534b32a2b11b39b6_amd64",
                "product": {
                  "name": "openshift4/aws-kms-encryption-provider-rhel9@sha256:e97e40543c09b130e3d36eeb5800d9d4ee989f5b16314f33534b32a2b11b39b6_amd64",
                  "product_id": "openshift4/aws-kms-encryption-provider-rhel9@sha256:e97e40543c09b130e3d36eeb5800d9d4ee989f5b16314f33534b32a2b11b39b6_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/aws-kms-encryption-provider-rhel9@sha256:e97e40543c09b130e3d36eeb5800d9d4ee989f5b16314f33534b32a2b11b39b6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9\u0026tag=v4.17.0-202504281009.p0.g9d40167.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/azure-kms-encryption-provider-rhel9@sha256:08021be0c69cec642238d8c152f39957660651ec5714d7ed17f2f27c31e3db6b_amd64",
                "product": {
                  "name": "openshift4/azure-kms-encryption-provider-rhel9@sha256:08021be0c69cec642238d8c152f39957660651ec5714d7ed17f2f27c31e3db6b_amd64",
                  "product_id": "openshift4/azure-kms-encryption-provider-rhel9@sha256:08021be0c69cec642238d8c152f39957660651ec5714d7ed17f2f27c31e3db6b_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/azure-kms-encryption-provider-rhel9@sha256:08021be0c69cec642238d8c152f39957660651ec5714d7ed17f2f27c31e3db6b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9\u0026tag=v4.17.0-202504281009.p0.gf1e56a2.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-baremetal-machine-controllers-rhel9@sha256:15ae7e0c9b0ba7f152071fbe8550253c2c377c48fb056ad611dbb4913ec8f569_amd64",
                "product": {
                  "name": "openshift4/ose-baremetal-machine-controllers-rhel9@sha256:15ae7e0c9b0ba7f152071fbe8550253c2c377c48fb056ad611dbb4913ec8f569_amd64",
                  "product_id": "openshift4/ose-baremetal-machine-controllers-rhel9@sha256:15ae7e0c9b0ba7f152071fbe8550253c2c377c48fb056ad611dbb4913ec8f569_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-baremetal-machine-controllers-rhel9@sha256:15ae7e0c9b0ba7f152071fbe8550253c2c377c48fb056ad611dbb4913ec8f569?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9\u0026tag=v4.17.0-202504281009.p0.g6e7aa77.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-etcd-rhel9-operator@sha256:6d38af3052357d2ffb0d4fe709604d0102aca8a19fd560f06e66a3a44d48470d_amd64",
                "product": {
                  "name": "openshift4/ose-cluster-etcd-rhel9-operator@sha256:6d38af3052357d2ffb0d4fe709604d0102aca8a19fd560f06e66a3a44d48470d_amd64",
                  "product_id": "openshift4/ose-cluster-etcd-rhel9-operator@sha256:6d38af3052357d2ffb0d4fe709604d0102aca8a19fd560f06e66a3a44d48470d_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-etcd-rhel9-operator@sha256:6d38af3052357d2ffb0d4fe709604d0102aca8a19fd560f06e66a3a44d48470d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator\u0026tag=v4.17.0-202504281009.p0.g50f5541.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e60530a77777fa413558e66ff0339ae782a3badf9dcd491dc0c642edcb87d953_amd64",
                "product": {
                  "name": "openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e60530a77777fa413558e66ff0339ae782a3badf9dcd491dc0c642edcb87d953_amd64",
                  "product_id": "openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e60530a77777fa413558e66ff0339ae782a3badf9dcd491dc0c642edcb87d953_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-monitoring-rhel9-operator@sha256:e60530a77777fa413558e66ff0339ae782a3badf9dcd491dc0c642edcb87d953?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator\u0026tag=v4.17.0-202504281009.p0.gff3a4f0.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-network-rhel9-operator@sha256:fa2d9bbad0f076283d9e110cc32fc4324d120a383ca6eeead1f286eabbda1c45_amd64",
                "product": {
                  "name": "openshift4/ose-cluster-network-rhel9-operator@sha256:fa2d9bbad0f076283d9e110cc32fc4324d120a383ca6eeead1f286eabbda1c45_amd64",
                  "product_id": "openshift4/ose-cluster-network-rhel9-operator@sha256:fa2d9bbad0f076283d9e110cc32fc4324d120a383ca6eeead1f286eabbda1c45_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-network-rhel9-operator@sha256:fa2d9bbad0f076283d9e110cc32fc4324d120a383ca6eeead1f286eabbda1c45?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator\u0026tag=v4.17.0-202504281009.p0.g5f2fe68.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c776793921b6f3f74d7bd4c86d401789b70c552ae56d06cd3aa0897c8727e80e_amd64",
                "product": {
                  "name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c776793921b6f3f74d7bd4c86d401789b70c552ae56d06cd3aa0897c8727e80e_amd64",
                  "product_id": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c776793921b6f3f74d7bd4c86d401789b70c552ae56d06cd3aa0897c8727e80e_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256:c776793921b6f3f74d7bd4c86d401789b70c552ae56d06cd3aa0897c8727e80e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator\u0026tag=v4.17.0-202504300106.p0.gb6712f3.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-version-rhel9-operator@sha256:5b72eba1d1ce4bff619ec478da59a4d32535b73bb6f43bd2636510bbd078ec7c_amd64",
                "product": {
                  "name": "openshift4/ose-cluster-version-rhel9-operator@sha256:5b72eba1d1ce4bff619ec478da59a4d32535b73bb6f43bd2636510bbd078ec7c_amd64",
                  "product_id": "openshift4/ose-cluster-version-rhel9-operator@sha256:5b72eba1d1ce4bff619ec478da59a4d32535b73bb6f43bd2636510bbd078ec7c_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-version-rhel9-operator@sha256:5b72eba1d1ce4bff619ec478da59a4d32535b73bb6f43bd2636510bbd078ec7c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator\u0026tag=v4.17.0-202504281705.p0.gb06c462.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-configmap-reloader-rhel9@sha256:9c9c5a3e7e9909130823093870ac570b67be9bb5dd35906af266ef6391cd1354_amd64",
                "product": {
                  "name": "openshift4/ose-configmap-reloader-rhel9@sha256:9c9c5a3e7e9909130823093870ac570b67be9bb5dd35906af266ef6391cd1354_amd64",
                  "product_id": "openshift4/ose-configmap-reloader-rhel9@sha256:9c9c5a3e7e9909130823093870ac570b67be9bb5dd35906af266ef6391cd1354_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-configmap-reloader-rhel9@sha256:9c9c5a3e7e9909130823093870ac570b67be9bb5dd35906af266ef6391cd1354?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-configmap-reloader-rhel9\u0026tag=v4.17.0-202504281009.p0.gb877222.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/container-networking-plugins-microshift-rhel9@sha256:44ab8531897438f9b25f0b6d90e5b224e3928a3f12f8b24dd18113d7bbb40ece_amd64",
                "product": {
                  "name": "openshift4/container-networking-plugins-microshift-rhel9@sha256:44ab8531897438f9b25f0b6d90e5b224e3928a3f12f8b24dd18113d7bbb40ece_amd64",
                  "product_id": "openshift4/container-networking-plugins-microshift-rhel9@sha256:44ab8531897438f9b25f0b6d90e5b224e3928a3f12f8b24dd18113d7bbb40ece_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/container-networking-plugins-microshift-rhel9@sha256:44ab8531897438f9b25f0b6d90e5b224e3928a3f12f8b24dd18113d7bbb40ece?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9\u0026tag=v4.17.0-202504281009.p0.g24a6532.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-coredns-rhel9@sha256:8be1b918af3a97bea0f8aaddd1920fabdd64d23621ae73fb61a403c611515c3a_amd64",
                "product": {
                  "name": "openshift4/ose-coredns-rhel9@sha256:8be1b918af3a97bea0f8aaddd1920fabdd64d23621ae73fb61a403c611515c3a_amd64",
                  "product_id": "openshift4/ose-coredns-rhel9@sha256:8be1b918af3a97bea0f8aaddd1920fabdd64d23621ae73fb61a403c611515c3a_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-coredns-rhel9@sha256:8be1b918af3a97bea0f8aaddd1920fabdd64d23621ae73fb61a403c611515c3a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-coredns-rhel9\u0026tag=v4.17.0-202504281009.p0.gd3b441c.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-csi-external-attacher-rhel9@sha256:9a65583194250712313a1e893bd5e03a9345a16c4f5174e9c9e6e7d18413bc9a_amd64",
                "product": {
                  "name": "openshift4/ose-csi-external-attacher-rhel9@sha256:9a65583194250712313a1e893bd5e03a9345a16c4f5174e9c9e6e7d18413bc9a_amd64",
                  "product_id": "openshift4/ose-csi-external-attacher-rhel9@sha256:9a65583194250712313a1e893bd5e03a9345a16c4f5174e9c9e6e7d18413bc9a_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-csi-external-attacher-rhel9@sha256:9a65583194250712313a1e893bd5e03a9345a16c4f5174e9c9e6e7d18413bc9a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9\u0026tag=v4.17.0-202504281009.p0.gc3fe8e2.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-csi-driver-manila-rhel9@sha256:10932d3dc0f6631f61c289eb0fd3bf26ec694d6b0e6540a8fa5422a6b6774701_amd64",
                "product": {
                  "name": "openshift4/ose-csi-driver-manila-rhel9@sha256:10932d3dc0f6631f61c289eb0fd3bf26ec694d6b0e6540a8fa5422a6b6774701_amd64",
                  "product_id": "openshift4/ose-csi-driver-manila-rhel9@sha256:10932d3dc0f6631f61c289eb0fd3bf26ec694d6b0e6540a8fa5422a6b6774701_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-csi-driver-manila-rhel9@sha256:10932d3dc0f6631f61c289eb0fd3bf26ec694d6b0e6540a8fa5422a6b6774701?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9\u0026tag=v4.17.0-202504281009.p0.g0e338e1.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-csi-driver-manila-rhel9-operator@sha256:1a4d5f47f9f0bf1054fd192251f1c84f20acdd4a2f839e333091daf83c549584_amd64",
                "product": {
                  "name": "openshift4/ose-csi-driver-manila-rhel9-operator@sha256:1a4d5f47f9f0bf1054fd192251f1c84f20acdd4a2f839e333091daf83c549584_amd64",
                  "product_id": "openshift4/ose-csi-driver-manila-rhel9-operator@sha256:1a4d5f47f9f0bf1054fd192251f1c84f20acdd4a2f839e333091daf83c549584_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-csi-driver-manila-rhel9-operator@sha256:1a4d5f47f9f0bf1054fd192251f1c84f20acdd4a2f839e333091daf83c549584?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator\u0026tag=v4.17.0-202504281009.p0.gefc99a2.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-csi-driver-nfs-rhel9@sha256:470652ca1988e7b75fe22f5b211175ffeb91c8fd4a602c40f92f3b22e8567655_amd64",
                "product": {
                  "name": "openshift4/ose-csi-driver-nfs-rhel9@sha256:470652ca1988e7b75fe22f5b211175ffeb91c8fd4a602c40f92f3b22e8567655_amd64",
                  "product_id": "openshift4/ose-csi-driver-nfs-rhel9@sha256:470652ca1988e7b75fe22f5b211175ffeb91c8fd4a602c40f92f3b22e8567655_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-csi-driver-nfs-rhel9@sha256:470652ca1988e7b75fe22f5b211175ffeb91c8fd4a602c40f92f3b22e8567655?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9\u0026tag=v4.17.0-202504281009.p0.g6a72c25.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-csi-livenessprobe-rhel9@sha256:150cf47c016ea3a318be89b0fb80b5f81a3ddc38aaaae9f4f9ab08478b054a85_amd64",
                "product": {
                  "name": "openshift4/ose-csi-livenessprobe-rhel9@sha256:150cf47c016ea3a318be89b0fb80b5f81a3ddc38aaaae9f4f9ab08478b054a85_amd64",
                  "product_id": "openshift4/ose-csi-livenessprobe-rhel9@sha256:150cf47c016ea3a318be89b0fb80b5f81a3ddc38aaaae9f4f9ab08478b054a85_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-csi-livenessprobe-rhel9@sha256:150cf47c016ea3a318be89b0fb80b5f81a3ddc38aaaae9f4f9ab08478b054a85?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9\u0026tag=v4.17.0-202504281009.p0.g075ebcd.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-csi-node-driver-registrar-rhel9@sha256:6bf2240cfccf984fdc0a6f33318c681704a495d62527d2f7242934f098378221_amd64",
                "product": {
                  "name": "openshift4/ose-csi-node-driver-registrar-rhel9@sha256:6bf2240cfccf984fdc0a6f33318c681704a495d62527d2f7242934f098378221_amd64",
                  "product_id": "openshift4/ose-csi-node-driver-registrar-rhel9@sha256:6bf2240cfccf984fdc0a6f33318c681704a495d62527d2f7242934f098378221_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-csi-node-driver-registrar-rhel9@sha256:6bf2240cfccf984fdc0a6f33318c681704a495d62527d2f7242934f098378221?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9\u0026tag=v4.17.0-202504281009.p0.g436a1f3.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-csi-external-provisioner-rhel9@sha256:3ae17709e7c44b06b85543548ddfec54c8c1c04167ca10b8ab82e3cc4cf8a29b_amd64",
                "product": {
                  "name": "openshift4/ose-csi-external-provisioner-rhel9@sha256:3ae17709e7c44b06b85543548ddfec54c8c1c04167ca10b8ab82e3cc4cf8a29b_amd64",
                  "product_id": "openshift4/ose-csi-external-provisioner-rhel9@sha256:3ae17709e7c44b06b85543548ddfec54c8c1c04167ca10b8ab82e3cc4cf8a29b_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-csi-external-provisioner-rhel9@sha256:3ae17709e7c44b06b85543548ddfec54c8c1c04167ca10b8ab82e3cc4cf8a29b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9\u0026tag=v4.17.0-202504281009.p0.gfe460e5.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/driver-toolkit-rhel9@sha256:8edadcbdbe43b80cea7a3076897e893c8e3d974c6cea165cd8ecb00e03d1ce78_amd64",
                "product": {
                  "name": "openshift4/driver-toolkit-rhel9@sha256:8edadcbdbe43b80cea7a3076897e893c8e3d974c6cea165cd8ecb00e03d1ce78_amd64",
                  "product_id": "openshift4/driver-toolkit-rhel9@sha256:8edadcbdbe43b80cea7a3076897e893c8e3d974c6cea165cd8ecb00e03d1ce78_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/driver-toolkit-rhel9@sha256:8edadcbdbe43b80cea7a3076897e893c8e3d974c6cea165cd8ecb00e03d1ce78?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/driver-toolkit-rhel9\u0026tag=v4.17.0-202504291435.p0.g859518f.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:3d72794fcd40b847e3fbaf3529231fe9149a6dede2a45dfe31fbd306df9b50b9_amd64",
                "product": {
                  "name": "openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:3d72794fcd40b847e3fbaf3529231fe9149a6dede2a45dfe31fbd306df9b50b9_amd64",
                  "product_id": "openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:3d72794fcd40b847e3fbaf3529231fe9149a6dede2a45dfe31fbd306df9b50b9_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:3d72794fcd40b847e3fbaf3529231fe9149a6dede2a45dfe31fbd306df9b50b9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9\u0026tag=v4.17.0-202504281009.p0.g08579e9.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-oauth-proxy-rhel9@sha256:b934449f27cff8ea6cd6577e862bb07d3b20534cb644748fed921d922cdd5404_amd64",
                "product": {
                  "name": "openshift4/ose-oauth-proxy-rhel9@sha256:b934449f27cff8ea6cd6577e862bb07d3b20534cb644748fed921d922cdd5404_amd64",
                  "product_id": "openshift4/ose-oauth-proxy-rhel9@sha256:b934449f27cff8ea6cd6577e862bb07d3b20534cb644748fed921d922cdd5404_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-oauth-proxy-rhel9@sha256:b934449f27cff8ea6cd6577e862bb07d3b20534cb644748fed921d922cdd5404?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-proxy-rhel9\u0026tag=v4.17.0-202504281009.p0.g07d03d7.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-prometheus-alertmanager-rhel9@sha256:693a75146dc6f1436bc4998d59185e379a695b57c7e9d20945e84589fb142d6d_amd64",
                "product": {
                  "name": "openshift4/ose-prometheus-alertmanager-rhel9@sha256:693a75146dc6f1436bc4998d59185e379a695b57c7e9d20945e84589fb142d6d_amd64",
                  "product_id": "openshift4/ose-prometheus-alertmanager-rhel9@sha256:693a75146dc6f1436bc4998d59185e379a695b57c7e9d20945e84589fb142d6d_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-prometheus-alertmanager-rhel9@sha256:693a75146dc6f1436bc4998d59185e379a695b57c7e9d20945e84589fb142d6d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9\u0026tag=v4.17.0-202504281009.p0.gd7c1a7c.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-prometheus-node-exporter-rhel9@sha256:ba960fd338ec7abcc2a936137587076f80ec113a081be8d1df91fec8d3ce09df_amd64",
                "product": {
                  "name": "openshift4/ose-prometheus-node-exporter-rhel9@sha256:ba960fd338ec7abcc2a936137587076f80ec113a081be8d1df91fec8d3ce09df_amd64",
                  "product_id": "openshift4/ose-prometheus-node-exporter-rhel9@sha256:ba960fd338ec7abcc2a936137587076f80ec113a081be8d1df91fec8d3ce09df_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-prometheus-node-exporter-rhel9@sha256:ba960fd338ec7abcc2a936137587076f80ec113a081be8d1df91fec8d3ce09df?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9\u0026tag=v4.17.0-202504281009.p0.gd88fd69.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-prometheus-rhel9@sha256:409cb025e1929cca3e65ff7ea79efc7f16b546fabcc93ebc0b7c98219cc4d7a7_amd64",
                "product": {
                  "name": "openshift4/ose-prometheus-rhel9@sha256:409cb025e1929cca3e65ff7ea79efc7f16b546fabcc93ebc0b7c98219cc4d7a7_amd64",
                  "product_id": "openshift4/ose-prometheus-rhel9@sha256:409cb025e1929cca3e65ff7ea79efc7f16b546fabcc93ebc0b7c98219cc4d7a7_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-prometheus-rhel9@sha256:409cb025e1929cca3e65ff7ea79efc7f16b546fabcc93ebc0b7c98219cc4d7a7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-rhel9\u0026tag=v4.17.0-202504281009.p0.gb43f995.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-ironic-agent-rhel9@sha256:d3b354ac0a8b37e7e8fa339011624d0e4d7403ffde520b5e911e3664e9659e34_amd64",
                "product": {
                  "name": "openshift4/ose-ironic-agent-rhel9@sha256:d3b354ac0a8b37e7e8fa339011624d0e4d7403ffde520b5e911e3664e9659e34_amd64",
                  "product_id": "openshift4/ose-ironic-agent-rhel9@sha256:d3b354ac0a8b37e7e8fa339011624d0e4d7403ffde520b5e911e3664e9659e34_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-ironic-agent-rhel9@sha256:d3b354ac0a8b37e7e8fa339011624d0e4d7403ffde520b5e911e3664e9659e34?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-agent-rhel9\u0026tag=v4.17.0-202504281705.p0.g6d5c18e.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-ironic-rhel9@sha256:49db69687f7245b778480b5796bc3956343ec1d4b58d705d3f08b3380ef93b6d_amd64",
                "product": {
                  "name": "openshift4/ose-ironic-rhel9@sha256:49db69687f7245b778480b5796bc3956343ec1d4b58d705d3f08b3380ef93b6d_amd64",
                  "product_id": "openshift4/ose-ironic-rhel9@sha256:49db69687f7245b778480b5796bc3956343ec1d4b58d705d3f08b3380ef93b6d_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-ironic-rhel9@sha256:49db69687f7245b778480b5796bc3956343ec1d4b58d705d3f08b3380ef93b6d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-rhel9\u0026tag=v4.17.0-202504281009.p0.g391f57f.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1726d045b526bd930e04ceaa125da6477f7a44b18c9b01f723ff3cc1320da9ba_amd64",
                "product": {
                  "name": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1726d045b526bd930e04ceaa125da6477f7a44b18c9b01f723ff3cc1320da9ba_amd64",
                  "product_id": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1726d045b526bd930e04ceaa125da6477f7a44b18c9b01f723ff3cc1320da9ba_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-ironic-machine-os-downloader-rhel9@sha256:1726d045b526bd930e04ceaa125da6477f7a44b18c9b01f723ff3cc1320da9ba?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9\u0026tag=v4.17.0-202504291435.p0.gb698ea3.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-ironic-static-ip-manager-rhel9@sha256:4c0cd346096da2ceafc8226fdf3f132320d42d8992dacc78abf9b4c194f92740_amd64",
                "product": {
                  "name": "openshift4/ose-ironic-static-ip-manager-rhel9@sha256:4c0cd346096da2ceafc8226fdf3f132320d42d8992dacc78abf9b4c194f92740_amd64",
                  "product_id": "openshift4/ose-ironic-static-ip-manager-rhel9@sha256:4c0cd346096da2ceafc8226fdf3f132320d42d8992dacc78abf9b4c194f92740_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-ironic-static-ip-manager-rhel9@sha256:4c0cd346096da2ceafc8226fdf3f132320d42d8992dacc78abf9b4c194f92740?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9\u0026tag=v4.17.0-202504281705.p0.gbc5b8a2.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-kube-proxy-rhel9@sha256:cbafb2565fe2baf4d54fe0cc5ad883bbe0632a4736771f55dd55b9d3823a7716_amd64",
                "product": {
                  "name": "openshift4/ose-kube-proxy-rhel9@sha256:cbafb2565fe2baf4d54fe0cc5ad883bbe0632a4736771f55dd55b9d3823a7716_amd64",
                  "product_id": "openshift4/ose-kube-proxy-rhel9@sha256:cbafb2565fe2baf4d54fe0cc5ad883bbe0632a4736771f55dd55b9d3823a7716_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-kube-proxy-rhel9@sha256:cbafb2565fe2baf4d54fe0cc5ad883bbe0632a4736771f55dd55b9d3823a7716?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-proxy-rhel9\u0026tag=v4.17.0-202504281009.p0.gdee082d.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-kube-rbac-proxy-rhel9@sha256:74af69d301e49c08c9c0fab6bf929b6443beddf21d578273fd332ec73d7b8a24_amd64",
                "product": {
                  "name": "openshift4/ose-kube-rbac-proxy-rhel9@sha256:74af69d301e49c08c9c0fab6bf929b6443beddf21d578273fd332ec73d7b8a24_amd64",
                  "product_id": "openshift4/ose-kube-rbac-proxy-rhel9@sha256:74af69d301e49c08c9c0fab6bf929b6443beddf21d578273fd332ec73d7b8a24_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-kube-rbac-proxy-rhel9@sha256:74af69d301e49c08c9c0fab6bf929b6443beddf21d578273fd332ec73d7b8a24?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9\u0026tag=v4.17.0-202504281009.p0.g7718265.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-kube-state-metrics-rhel9@sha256:bfd60907c9836d089067b19a287d3267fa9ab98e09420e6a4f0e1ffb51506d04_amd64",
                "product": {
                  "name": "openshift4/ose-kube-state-metrics-rhel9@sha256:bfd60907c9836d089067b19a287d3267fa9ab98e09420e6a4f0e1ffb51506d04_amd64",
                  "product_id": "openshift4/ose-kube-state-metrics-rhel9@sha256:bfd60907c9836d089067b19a287d3267fa9ab98e09420e6a4f0e1ffb51506d04_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-kube-state-metrics-rhel9@sha256:bfd60907c9836d089067b19a287d3267fa9ab98e09420e6a4f0e1ffb51506d04?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9\u0026tag=v4.17.0-202504281009.p0.g462e63f.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-operator-marketplace-rhel9@sha256:bd541bcc12678de1a652a602a29623a9dbb8640cd4b88ed2e458d352d0b0039a_amd64",
                "product": {
                  "name": "openshift4/ose-operator-marketplace-rhel9@sha256:bd541bcc12678de1a652a602a29623a9dbb8640cd4b88ed2e458d352d0b0039a_amd64",
                  "product_id": "openshift4/ose-operator-marketplace-rhel9@sha256:bd541bcc12678de1a652a602a29623a9dbb8640cd4b88ed2e458d352d0b0039a_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-operator-marketplace-rhel9@sha256:bd541bcc12678de1a652a602a29623a9dbb8640cd4b88ed2e458d352d0b0039a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-marketplace-rhel9\u0026tag=v4.17.0-202504281009.p0.gf03e282.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-monitoring-plugin-rhel9@sha256:f94b1ab4229c5fb8e2dfd07e5b04b58f6385f67454e7ecbed2d2aad02e91f07d_amd64",
                "product": {
                  "name": "openshift4/ose-monitoring-plugin-rhel9@sha256:f94b1ab4229c5fb8e2dfd07e5b04b58f6385f67454e7ecbed2d2aad02e91f07d_amd64",
                  "product_id": "openshift4/ose-monitoring-plugin-rhel9@sha256:f94b1ab4229c5fb8e2dfd07e5b04b58f6385f67454e7ecbed2d2aad02e91f07d_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-monitoring-plugin-rhel9@sha256:f94b1ab4229c5fb8e2dfd07e5b04b58f6385f67454e7ecbed2d2aad02e91f07d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9\u0026tag=v4.17.0-202504300106.p0.g3246300.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-multus-cni-rhel9@sha256:0b7d0c694b170b254e7f998465826e0d51abb9da67f8d0a4d3c58af450550cc9_amd64",
                "product": {
                  "name": "openshift4/ose-multus-cni-rhel9@sha256:0b7d0c694b170b254e7f998465826e0d51abb9da67f8d0a4d3c58af450550cc9_amd64",
                  "product_id": "openshift4/ose-multus-cni-rhel9@sha256:0b7d0c694b170b254e7f998465826e0d51abb9da67f8d0a4d3c58af450550cc9_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-multus-cni-rhel9@sha256:0b7d0c694b170b254e7f998465826e0d51abb9da67f8d0a4d3c58af450550cc9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-cni-rhel9\u0026tag=v4.17.0-202504281009.p0.gaf7b9cb.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-multus-cni-microshift-rhel9@sha256:a5aa505bbf99f157b1817ed0981ff4037cac3e94ec3b80457f97b6e07935a1de_amd64",
                "product": {
                  "name": "openshift4/ose-multus-cni-microshift-rhel9@sha256:a5aa505bbf99f157b1817ed0981ff4037cac3e94ec3b80457f97b6e07935a1de_amd64",
                  "product_id": "openshift4/ose-multus-cni-microshift-rhel9@sha256:a5aa505bbf99f157b1817ed0981ff4037cac3e94ec3b80457f97b6e07935a1de_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-multus-cni-microshift-rhel9@sha256:a5aa505bbf99f157b1817ed0981ff4037cac3e94ec3b80457f97b6e07935a1de?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9\u0026tag=v4.17.0-202504281009.p0.gaf7b9cb.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-networking-console-plugin-rhel9@sha256:400c930aedf5e3964c9e5201b5932603b6b074ba6f6c31e3d432c066e06ecd77_amd64",
                "product": {
                  "name": "openshift4/ose-networking-console-plugin-rhel9@sha256:400c930aedf5e3964c9e5201b5932603b6b074ba6f6c31e3d432c066e06ecd77_amd64",
                  "product_id": "openshift4/ose-networking-console-plugin-rhel9@sha256:400c930aedf5e3964c9e5201b5932603b6b074ba6f6c31e3d432c066e06ecd77_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-networking-console-plugin-rhel9@sha256:400c930aedf5e3964c9e5201b5932603b6b074ba6f6c31e3d432c066e06ecd77?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9\u0026tag=v4.17.0-202504300106.p0.g869e77a.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-oauth-server-rhel9@sha256:a033f65ebaddebea7d66135299e2fe0451f3b3c939ff26c77c3bcdb053c581dd_amd64",
                "product": {
                  "name": "openshift4/ose-oauth-server-rhel9@sha256:a033f65ebaddebea7d66135299e2fe0451f3b3c939ff26c77c3bcdb053c581dd_amd64",
                  "product_id": "openshift4/ose-oauth-server-rhel9@sha256:a033f65ebaddebea7d66135299e2fe0451f3b3c939ff26c77c3bcdb053c581dd_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-oauth-server-rhel9@sha256:a033f65ebaddebea7d66135299e2fe0451f3b3c939ff26c77c3bcdb053c581dd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-server-rhel9\u0026tag=v4.17.0-202504281009.p0.g5a70bce.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/oc-mirror-plugin-rhel9@sha256:765c139ed433c5cf47922c080355ad869b514dd33c2087bb0bab7e9e14315a3b_amd64",
                "product": {
                  "name": "openshift4/oc-mirror-plugin-rhel9@sha256:765c139ed433c5cf47922c080355ad869b514dd33c2087bb0bab7e9e14315a3b_amd64",
                  "product_id": "openshift4/oc-mirror-plugin-rhel9@sha256:765c139ed433c5cf47922c080355ad869b514dd33c2087bb0bab7e9e14315a3b_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/oc-mirror-plugin-rhel9@sha256:765c139ed433c5cf47922c080355ad869b514dd33c2087bb0bab7e9e14315a3b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/oc-mirror-plugin-rhel9\u0026tag=v4.17.0-202504281009.p0.g39bedc7.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-docker-builder-rhel9@sha256:4378f58febb064fc36264f1b5862bb009aff4171b9ad6ae6c84fc9d3077ac70d_amd64",
                "product": {
                  "name": "openshift4/ose-docker-builder-rhel9@sha256:4378f58febb064fc36264f1b5862bb009aff4171b9ad6ae6c84fc9d3077ac70d_amd64",
                  "product_id": "openshift4/ose-docker-builder-rhel9@sha256:4378f58febb064fc36264f1b5862bb009aff4171b9ad6ae6c84fc9d3077ac70d_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-docker-builder-rhel9@sha256:4378f58febb064fc36264f1b5862bb009aff4171b9ad6ae6c84fc9d3077ac70d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-docker-builder-rhel9\u0026tag=v4.17.0-202504281009.p0.g2bfbba1.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cli-rhel9@sha256:d62b882b5a48e78a1b48efb99f3892ece51c343df9e285c96e32af205d075058_amd64",
                "product": {
                  "name": "openshift4/ose-cli-rhel9@sha256:d62b882b5a48e78a1b48efb99f3892ece51c343df9e285c96e32af205d075058_amd64",
                  "product_id": "openshift4/ose-cli-rhel9@sha256:d62b882b5a48e78a1b48efb99f3892ece51c343df9e285c96e32af205d075058_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cli-rhel9@sha256:d62b882b5a48e78a1b48efb99f3892ece51c343df9e285c96e32af205d075058?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cli-rhel9\u0026tag=v4.17.0-202504281009.p0.g0000b3e.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-console-rhel9@sha256:3b2da6499a39f1c7049759b1a670aa514391bda3d550f15a8884e725c8423174_amd64",
                "product": {
                  "name": "openshift4/ose-console-rhel9@sha256:3b2da6499a39f1c7049759b1a670aa514391bda3d550f15a8884e725c8423174_amd64",
                  "product_id": "openshift4/ose-console-rhel9@sha256:3b2da6499a39f1c7049759b1a670aa514391bda3d550f15a8884e725c8423174_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-console-rhel9@sha256:3b2da6499a39f1c7049759b1a670aa514391bda3d550f15a8884e725c8423174?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-console-rhel9\u0026tag=v4.17.0-202504300106.p0.g2fcf4cc.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-console-rhel9-operator@sha256:a46f91522c131f3dc43a0f35973752bb7c27914f122f208e3e1837da09ff909f_amd64",
                "product": {
                  "name": "openshift4/ose-console-rhel9-operator@sha256:a46f91522c131f3dc43a0f35973752bb7c27914f122f208e3e1837da09ff909f_amd64",
                  "product_id": "openshift4/ose-console-rhel9-operator@sha256:a46f91522c131f3dc43a0f35973752bb7c27914f122f208e3e1837da09ff909f_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-console-rhel9-operator@sha256:a46f91522c131f3dc43a0f35973752bb7c27914f122f208e3e1837da09ff909f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-console-rhel9-operator\u0026tag=v4.17.0-202504281009.p0.g253854e.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-deployer-rhel9@sha256:0767aa82db6ab616d7b8b337760770406da4ce765fe088ed4299c3bd6ee31037_amd64",
                "product": {
                  "name": "openshift4/ose-deployer-rhel9@sha256:0767aa82db6ab616d7b8b337760770406da4ce765fe088ed4299c3bd6ee31037_amd64",
                  "product_id": "openshift4/ose-deployer-rhel9@sha256:0767aa82db6ab616d7b8b337760770406da4ce765fe088ed4299c3bd6ee31037_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-deployer-rhel9@sha256:0767aa82db6ab616d7b8b337760770406da4ce765fe088ed4299c3bd6ee31037?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-deployer-rhel9\u0026tag=v4.17.0-202504281009.p0.g0000b3e.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-haproxy-router-rhel9@sha256:1c122143be877d7d89163a4c9f3780eef8b8686057ad1889aa3102321e54a98c_amd64",
                "product": {
                  "name": "openshift4/ose-haproxy-router-rhel9@sha256:1c122143be877d7d89163a4c9f3780eef8b8686057ad1889aa3102321e54a98c_amd64",
                  "product_id": "openshift4/ose-haproxy-router-rhel9@sha256:1c122143be877d7d89163a4c9f3780eef8b8686057ad1889aa3102321e54a98c_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-haproxy-router-rhel9@sha256:1c122143be877d7d89163a4c9f3780eef8b8686057ad1889aa3102321e54a98c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-haproxy-router-rhel9\u0026tag=v4.17.0-202504281009.p0.ga33f2b6.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-hyperkube-rhel9@sha256:f32ddf861dac3d41222d238768c5376702ea295840d70ebc69e9224f1c300446_amd64",
                "product": {
                  "name": "openshift4/ose-hyperkube-rhel9@sha256:f32ddf861dac3d41222d238768c5376702ea295840d70ebc69e9224f1c300446_amd64",
                  "product_id": "openshift4/ose-hyperkube-rhel9@sha256:f32ddf861dac3d41222d238768c5376702ea295840d70ebc69e9224f1c300446_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-hyperkube-rhel9@sha256:f32ddf861dac3d41222d238768c5376702ea295840d70ebc69e9224f1c300446?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-hyperkube-rhel9\u0026tag=v4.17.0-202504281009.p0.g89ebee0.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-keepalived-ipfailover-rhel9@sha256:dcb142b3a5afe0e7b7a51a1c94661855bd54776ca51575630bc43f02ba12c554_amd64",
                "product": {
                  "name": "openshift4/ose-keepalived-ipfailover-rhel9@sha256:dcb142b3a5afe0e7b7a51a1c94661855bd54776ca51575630bc43f02ba12c554_amd64",
                  "product_id": "openshift4/ose-keepalived-ipfailover-rhel9@sha256:dcb142b3a5afe0e7b7a51a1c94661855bd54776ca51575630bc43f02ba12c554_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-keepalived-ipfailover-rhel9@sha256:dcb142b3a5afe0e7b7a51a1c94661855bd54776ca51575630bc43f02ba12c554?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9\u0026tag=v4.17.0-202504281009.p0.ge3879e9.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-pod-rhel9@sha256:347e4a105a4f2589980d2e9fae9f57a5ce86bee3c96819d397f219a82f64e3b8_amd64",
                "product": {
                  "name": "openshift4/ose-pod-rhel9@sha256:347e4a105a4f2589980d2e9fae9f57a5ce86bee3c96819d397f219a82f64e3b8_amd64",
                  "product_id": "openshift4/ose-pod-rhel9@sha256:347e4a105a4f2589980d2e9fae9f57a5ce86bee3c96819d397f219a82f64e3b8_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-pod-rhel9@sha256:347e4a105a4f2589980d2e9fae9f57a5ce86bee3c96819d397f219a82f64e3b8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-pod-rhel9\u0026tag=v4.17.0-202504281009.p0.g89ebee0.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-docker-registry-rhel9@sha256:32d5e5690533a9d9ccf4ff8b02534675255a9625241245d434e43d4bb815119e_amd64",
                "product": {
                  "name": "openshift4/ose-docker-registry-rhel9@sha256:32d5e5690533a9d9ccf4ff8b02534675255a9625241245d434e43d4bb815119e_amd64",
                  "product_id": "openshift4/ose-docker-registry-rhel9@sha256:32d5e5690533a9d9ccf4ff8b02534675255a9625241245d434e43d4bb815119e_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-docker-registry-rhel9@sha256:32d5e5690533a9d9ccf4ff8b02534675255a9625241245d434e43d4bb815119e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-docker-registry-rhel9\u0026tag=v4.17.0-202504281009.p0.gfe9b400.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-tests-rhel9@sha256:a7c46f07c35d038170ce529369d58b7c848973e9b1e0c52cd50a687a758e85c8_amd64",
                "product": {
                  "name": "openshift4/ose-tests-rhel9@sha256:a7c46f07c35d038170ce529369d58b7c848973e9b1e0c52cd50a687a758e85c8_amd64",
                  "product_id": "openshift4/ose-tests-rhel9@sha256:a7c46f07c35d038170ce529369d58b7c848973e9b1e0c52cd50a687a758e85c8_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-tests-rhel9@sha256:a7c46f07c35d038170ce529369d58b7c848973e9b1e0c52cd50a687a758e85c8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-tests-rhel9\u0026tag=v4.17.0-202504300308.p0.g95cbab5.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-openshift-state-metrics-rhel9@sha256:62724925ca3ab5c18ebd7692e89e41ecf7e0d33176850f67eeae9692a6927cb5_amd64",
                "product": {
                  "name": "openshift4/ose-openshift-state-metrics-rhel9@sha256:62724925ca3ab5c18ebd7692e89e41ecf7e0d33176850f67eeae9692a6927cb5_amd64",
                  "product_id": "openshift4/ose-openshift-state-metrics-rhel9@sha256:62724925ca3ab5c18ebd7692e89e41ecf7e0d33176850f67eeae9692a6927cb5_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-openshift-state-metrics-rhel9@sha256:62724925ca3ab5c18ebd7692e89e41ecf7e0d33176850f67eeae9692a6927cb5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9\u0026tag=v4.17.0-202504281009.p0.g1e963eb.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:ba3ced5cd94c0bcc2a3295ce47dc28a60078d7db8c4edf2bc8d6f5b12d573879_amd64",
                "product": {
                  "name": "openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:ba3ced5cd94c0bcc2a3295ce47dc28a60078d7db8c4edf2bc8d6f5b12d573879_amd64",
                  "product_id": "openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:ba3ced5cd94c0bcc2a3295ce47dc28a60078d7db8c4edf2bc8d6f5b12d573879_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-openstack-cluster-api-controllers-rhel9@sha256:ba3ced5cd94c0bcc2a3295ce47dc28a60078d7db8c4edf2bc8d6f5b12d573879?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9\u0026tag=v4.17.0-202504281009.p0.g23512b6.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-operator-lifecycle-manager-rhel9@sha256:01b59bfe4a9c7489011c71dd8a35ae2ef81f81c4a23dbb2117b6126964f1da2b_amd64",
                "product": {
                  "name": "openshift4/ose-operator-lifecycle-manager-rhel9@sha256:01b59bfe4a9c7489011c71dd8a35ae2ef81f81c4a23dbb2117b6126964f1da2b_amd64",
                  "product_id": "openshift4/ose-operator-lifecycle-manager-rhel9@sha256:01b59bfe4a9c7489011c71dd8a35ae2ef81f81c4a23dbb2117b6126964f1da2b_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-operator-lifecycle-manager-rhel9@sha256:01b59bfe4a9c7489011c71dd8a35ae2ef81f81c4a23dbb2117b6126964f1da2b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9\u0026tag=v4.17.0-202504281009.p0.gd3b1715.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-operator-registry-rhel9@sha256:43d4206cbd9d2a25d53077443478f65e85cbba2f9d1fbc765446de1929437bff_amd64",
                "product": {
                  "name": "openshift4/ose-operator-registry-rhel9@sha256:43d4206cbd9d2a25d53077443478f65e85cbba2f9d1fbc765446de1929437bff_amd64",
                  "product_id": "openshift4/ose-operator-registry-rhel9@sha256:43d4206cbd9d2a25d53077443478f65e85cbba2f9d1fbc765446de1929437bff_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-operator-registry-rhel9@sha256:43d4206cbd9d2a25d53077443478f65e85cbba2f9d1fbc765446de1929437bff?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-registry-rhel9\u0026tag=v4.17.0-202504281009.p0.gd3b1715.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "redhat/redhat-operator-index@sha256:43d4206cbd9d2a25d53077443478f65e85cbba2f9d1fbc765446de1929437bff_amd64",
                "product": {
                  "name": "redhat/redhat-operator-index@sha256:43d4206cbd9d2a25d53077443478f65e85cbba2f9d1fbc765446de1929437bff_amd64",
                  "product_id": "redhat/redhat-operator-index@sha256:43d4206cbd9d2a25d53077443478f65e85cbba2f9d1fbc765446de1929437bff_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/redhat-operator-index@sha256:43d4206cbd9d2a25d53077443478f65e85cbba2f9d1fbc765446de1929437bff?arch=amd64\u0026repository_url=registry.redhat.io/redhat/redhat-operator-index\u0026tag=v4.17"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-agent-installer-api-server-rhel9@sha256:dc6d3a0fa664a9974eeaed910db7255b7c252c2541fd7d49d41f714970bb9f9c_amd64",
                "product": {
                  "name": "openshift4/ose-agent-installer-api-server-rhel9@sha256:dc6d3a0fa664a9974eeaed910db7255b7c252c2541fd7d49d41f714970bb9f9c_amd64",
                  "product_id": "openshift4/ose-agent-installer-api-server-rhel9@sha256:dc6d3a0fa664a9974eeaed910db7255b7c252c2541fd7d49d41f714970bb9f9c_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-agent-installer-api-server-rhel9@sha256:dc6d3a0fa664a9974eeaed910db7255b7c252c2541fd7d49d41f714970bb9f9c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9\u0026tag=v4.17.0-202504291008.p0.ga020810.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f0161630366049823d995e254260ae71f5871463ae3797b0e12efd5ef30d6ecc_amd64",
                "product": {
                  "name": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f0161630366049823d995e254260ae71f5871463ae3797b0e12efd5ef30d6ecc_amd64",
                  "product_id": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f0161630366049823d995e254260ae71f5871463ae3797b0e12efd5ef30d6ecc_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-agent-installer-csr-approver-rhel9@sha256:f0161630366049823d995e254260ae71f5871463ae3797b0e12efd5ef30d6ecc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9\u0026tag=v4.17.0-202504281009.p0.g6a8ebdd.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:8c60c93b01376d15dd9692efac1820ea1790625181b1600a3b0114e418b64d46_amd64",
                "product": {
                  "name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:8c60c93b01376d15dd9692efac1820ea1790625181b1600a3b0114e418b64d46_amd64",
                  "product_id": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:8c60c93b01376d15dd9692efac1820ea1790625181b1600a3b0114e418b64d46_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256:8c60c93b01376d15dd9692efac1820ea1790625181b1600a3b0114e418b64d46?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9\u0026tag=v4.17.0-202504281009.p0.g24cbafb.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:54c77ab47347e8a5cec0061504c591921f3bc87aacc8d8affa06cf7cc1436fd9_amd64",
                "product": {
                  "name": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:54c77ab47347e8a5cec0061504c591921f3bc87aacc8d8affa06cf7cc1436fd9_amd64",
                  "product_id": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:54c77ab47347e8a5cec0061504c591921f3bc87aacc8d8affa06cf7cc1436fd9_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-agent-installer-orchestrator-rhel9@sha256:54c77ab47347e8a5cec0061504c591921f3bc87aacc8d8affa06cf7cc1436fd9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9\u0026tag=v4.17.0-202504281009.p0.g6a8ebdd.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-agent-installer-utils-rhel9@sha256:2e3c12f80ae0f3a058a76083a166f0f52d2c488757bff1ba8e3c3dcb78d151e5_amd64",
                "product": {
                  "name": "openshift4/ose-agent-installer-utils-rhel9@sha256:2e3c12f80ae0f3a058a76083a166f0f52d2c488757bff1ba8e3c3dcb78d151e5_amd64",
                  "product_id": "openshift4/ose-agent-installer-utils-rhel9@sha256:2e3c12f80ae0f3a058a76083a166f0f52d2c488757bff1ba8e3c3dcb78d151e5_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-agent-installer-utils-rhel9@sha256:2e3c12f80ae0f3a058a76083a166f0f52d2c488757bff1ba8e3c3dcb78d151e5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9\u0026tag=v4.17.0-202504291008.p0.g3b99303.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-apiserver-network-proxy-rhel9@sha256:1462a7d9268b1f123b16e52e0916f99762235a593f1a370bd9747278f0bef42e_amd64",
                "product": {
                  "name": "openshift4/ose-apiserver-network-proxy-rhel9@sha256:1462a7d9268b1f123b16e52e0916f99762235a593f1a370bd9747278f0bef42e_amd64",
                  "product_id": "openshift4/ose-apiserver-network-proxy-rhel9@sha256:1462a7d9268b1f123b16e52e0916f99762235a593f1a370bd9747278f0bef42e_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-apiserver-network-proxy-rhel9@sha256:1462a7d9268b1f123b16e52e0916f99762235a593f1a370bd9747278f0bef42e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9\u0026tag=v4.17.0-202504281705.p0.gcd42641.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:57c421ec589d5bde9a9ae09a14dd401e6f4f7502383d9cc1d592c4cce6998920_amd64",
                "product": {
                  "name": "openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:57c421ec589d5bde9a9ae09a14dd401e6f4f7502383d9cc1d592c4cce6998920_amd64",
                  "product_id": "openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:57c421ec589d5bde9a9ae09a14dd401e6f4f7502383d9cc1d592c4cce6998920_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-aws-cloud-controller-manager-rhel9@sha256:57c421ec589d5bde9a9ae09a14dd401e6f4f7502383d9cc1d592c4cce6998920?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9\u0026tag=v4.17.0-202504281009.p0.g8c77f41.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:316dd5ec83d034a3c1b4e1bab82fed82ca290078faac2f77fcaefdc75271bae3_amd64",
                "product": {
                  "name": "openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:316dd5ec83d034a3c1b4e1bab82fed82ca290078faac2f77fcaefdc75271bae3_amd64",
                  "product_id": "openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:316dd5ec83d034a3c1b4e1bab82fed82ca290078faac2f77fcaefdc75271bae3_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-aws-cluster-api-controllers-rhel9@sha256:316dd5ec83d034a3c1b4e1bab82fed82ca290078faac2f77fcaefdc75271bae3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9\u0026tag=v4.17.0-202504281009.p0.gd09f317.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:2d10b0d8215610e706014b0d201ed462caee0d4d5d530c5c3727b9d6ea026a9d_amd64",
                "product": {
                  "name": "openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:2d10b0d8215610e706014b0d201ed462caee0d4d5d530c5c3727b9d6ea026a9d_amd64",
                  "product_id": "openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:2d10b0d8215610e706014b0d201ed462caee0d4d5d530c5c3727b9d6ea026a9d_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel9@sha256:2d10b0d8215610e706014b0d201ed462caee0d4d5d530c5c3727b9d6ea026a9d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9\u0026tag=v4.17.0-202504281009.p0.g2bb5b31.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:963bff39697376d8f508f67b3f316d6876b990a07706a4bf715a827cc5488a52_amd64",
                "product": {
                  "name": "openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:963bff39697376d8f508f67b3f316d6876b990a07706a4bf715a827cc5488a52_amd64",
                  "product_id": "openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:963bff39697376d8f508f67b3f316d6876b990a07706a4bf715a827cc5488a52_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel9-operator@sha256:963bff39697376d8f508f67b3f316d6876b990a07706a4bf715a827cc5488a52?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator\u0026tag=v4.17.0-202504281009.p0.gcc86210.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:435de6a901e14afd420d4bfbdf80146196d5035c72523f84cf9134660e058231_amd64",
                "product": {
                  "name": "openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:435de6a901e14afd420d4bfbdf80146196d5035c72523f84cf9134660e058231_amd64",
                  "product_id": "openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:435de6a901e14afd420d4bfbdf80146196d5035c72523f84cf9134660e058231_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-aws-pod-identity-webhook-rhel9@sha256:435de6a901e14afd420d4bfbdf80146196d5035c72523f84cf9134660e058231?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9\u0026tag=v4.17.0-202504281009.p0.g80efc4e.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:f570c441261f111a11c675d9b162425dcc65a595c311a1e3d5dc23317e6ef4ef_amd64",
                "product": {
                  "name": "openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:f570c441261f111a11c675d9b162425dcc65a595c311a1e3d5dc23317e6ef4ef_amd64",
                  "product_id": "openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:f570c441261f111a11c675d9b162425dcc65a595c311a1e3d5dc23317e6ef4ef_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-azure-cloud-controller-manager-rhel9@sha256:f570c441261f111a11c675d9b162425dcc65a595c311a1e3d5dc23317e6ef4ef?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9\u0026tag=v4.17.0-202504281009.p0.g626ecd1.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-azure-cloud-node-manager-rhel9@sha256:ed5ff08bfddf0d60939abf900a5af6c85d7010e8ec1b3e832f3e9c0eb610feec_amd64",
                "product": {
                  "name": "openshift4/ose-azure-cloud-node-manager-rhel9@sha256:ed5ff08bfddf0d60939abf900a5af6c85d7010e8ec1b3e832f3e9c0eb610feec_amd64",
                  "product_id": "openshift4/ose-azure-cloud-node-manager-rhel9@sha256:ed5ff08bfddf0d60939abf900a5af6c85d7010e8ec1b3e832f3e9c0eb610feec_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-azure-cloud-node-manager-rhel9@sha256:ed5ff08bfddf0d60939abf900a5af6c85d7010e8ec1b3e832f3e9c0eb610feec?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9\u0026tag=v4.17.0-202504281009.p0.g626ecd1.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:dc21bf04fe634e62e83a5df806c81b014fd77f71ee574892334b84a66095b5f9_amd64",
                "product": {
                  "name": "openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:dc21bf04fe634e62e83a5df806c81b014fd77f71ee574892334b84a66095b5f9_amd64",
                  "product_id": "openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:dc21bf04fe634e62e83a5df806c81b014fd77f71ee574892334b84a66095b5f9_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-azure-cluster-api-controllers-rhel9@sha256:dc21bf04fe634e62e83a5df806c81b014fd77f71ee574892334b84a66095b5f9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9\u0026tag=v4.17.0-202504281009.p0.gd359bfe.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-azure-disk-csi-driver-rhel9@sha256:88411c5fea9d080379418df9f140189954d82eba1d11390f5ae357e399262582_amd64",
                "product": {
                  "name": "openshift4/ose-azure-disk-csi-driver-rhel9@sha256:88411c5fea9d080379418df9f140189954d82eba1d11390f5ae357e399262582_amd64",
                  "product_id": "openshift4/ose-azure-disk-csi-driver-rhel9@sha256:88411c5fea9d080379418df9f140189954d82eba1d11390f5ae357e399262582_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-azure-disk-csi-driver-rhel9@sha256:88411c5fea9d080379418df9f140189954d82eba1d11390f5ae357e399262582?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9\u0026tag=v4.17.0-202504281009.p0.ga544f30.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:f8f8cb4ccb17164473110d2852755b26438aa509a9897af600c964bc0df4fc5f_amd64",
                "product": {
                  "name": "openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:f8f8cb4ccb17164473110d2852755b26438aa509a9897af600c964bc0df4fc5f_amd64",
                  "product_id": "openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:f8f8cb4ccb17164473110d2852755b26438aa509a9897af600c964bc0df4fc5f_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-azure-disk-csi-driver-rhel9-operator@sha256:f8f8cb4ccb17164473110d2852755b26438aa509a9897af600c964bc0df4fc5f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator\u0026tag=v4.17.0-202504281009.p0.gcc86210.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-azure-file-csi-driver-rhel9@sha256:3959dc623d65e2352382307e411589e9d01ce3d9f7a7a2659f02413d9256de05_amd64",
                "product": {
                  "name": "openshift4/ose-azure-file-csi-driver-rhel9@sha256:3959dc623d65e2352382307e411589e9d01ce3d9f7a7a2659f02413d9256de05_amd64",
                  "product_id": "openshift4/ose-azure-file-csi-driver-rhel9@sha256:3959dc623d65e2352382307e411589e9d01ce3d9f7a7a2659f02413d9256de05_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-azure-file-csi-driver-rhel9@sha256:3959dc623d65e2352382307e411589e9d01ce3d9f7a7a2659f02413d9256de05?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9\u0026tag=v4.17.0-202504281009.p0.g9f4c38c.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:0587b9131fe7e79b3b757409ed385bf591841480c409af8f403e834470b3e94c_amd64",
                "product": {
                  "name": "openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:0587b9131fe7e79b3b757409ed385bf591841480c409af8f403e834470b3e94c_amd64",
                  "product_id": "openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:0587b9131fe7e79b3b757409ed385bf591841480c409af8f403e834470b3e94c_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-azure-file-csi-driver-operator-rhel9@sha256:0587b9131fe7e79b3b757409ed385bf591841480c409af8f403e834470b3e94c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9\u0026tag=v4.17.0-202504281009.p0.gcc86210.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:f2c1eeb52e73690e1068e501005833c2f890bd8ac7d2624c5b7f68bfb0b3ab0a_amd64",
                "product": {
                  "name": "openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:f2c1eeb52e73690e1068e501005833c2f890bd8ac7d2624c5b7f68bfb0b3ab0a_amd64",
                  "product_id": "openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:f2c1eeb52e73690e1068e501005833c2f890bd8ac7d2624c5b7f68bfb0b3ab0a_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-azure-workload-identity-webhook-rhel9@sha256:f2c1eeb52e73690e1068e501005833c2f890bd8ac7d2624c5b7f68bfb0b3ab0a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9\u0026tag=v4.17.0-202504281009.p0.g6707f89.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:ab1f6cb18a21abc360cca29070866fc738cc7c93339531fbd86112f993b03664_amd64",
                "product": {
                  "name": "openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:ab1f6cb18a21abc360cca29070866fc738cc7c93339531fbd86112f993b03664_amd64",
                  "product_id": "openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:ab1f6cb18a21abc360cca29070866fc738cc7c93339531fbd86112f993b03664_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-baremetal-cluster-api-controllers-rhel9@sha256:ab1f6cb18a21abc360cca29070866fc738cc7c93339531fbd86112f993b03664?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9\u0026tag=v4.17.0-202504281009.p0.g8754bf6.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-baremetal-installer-rhel9@sha256:fc394498879660fe3628357568b57ea4420c0d5e38269b9d1c0919544ba16cb8_amd64",
                "product": {
                  "name": "openshift4/ose-baremetal-installer-rhel9@sha256:fc394498879660fe3628357568b57ea4420c0d5e38269b9d1c0919544ba16cb8_amd64",
                  "product_id": "openshift4/ose-baremetal-installer-rhel9@sha256:fc394498879660fe3628357568b57ea4420c0d5e38269b9d1c0919544ba16cb8_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-baremetal-installer-rhel9@sha256:fc394498879660fe3628357568b57ea4420c0d5e38269b9d1c0919544ba16cb8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-installer-rhel9\u0026tag=v4.17.0-202504281009.p0.g5e4e2af.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-baremetal-rhel9-operator@sha256:0d1432ba417c225f4d569eee9d24b0dc5c496020eda07e2ad3e325151e50eb06_amd64",
                "product": {
                  "name": "openshift4/ose-baremetal-rhel9-operator@sha256:0d1432ba417c225f4d569eee9d24b0dc5c496020eda07e2ad3e325151e50eb06_amd64",
                  "product_id": "openshift4/ose-baremetal-rhel9-operator@sha256:0d1432ba417c225f4d569eee9d24b0dc5c496020eda07e2ad3e325151e50eb06_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-baremetal-rhel9-operator@sha256:0d1432ba417c225f4d569eee9d24b0dc5c496020eda07e2ad3e325151e50eb06?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-rhel9-operator\u0026tag=v4.17.0-202504281009.p0.ge6e5d54.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9ecca5a8208321c2865fc584fae5411f81c2a6a939499fbef9a237a91ca643e9_amd64",
                "product": {
                  "name": "openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9ecca5a8208321c2865fc584fae5411f81c2a6a939499fbef9a237a91ca643e9_amd64",
                  "product_id": "openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9ecca5a8208321c2865fc584fae5411f81c2a6a939499fbef9a237a91ca643e9_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-baremetal-runtimecfg-rhel9@sha256:9ecca5a8208321c2865fc584fae5411f81c2a6a939499fbef9a237a91ca643e9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9\u0026tag=v4.17.0-202504281009.p0.g8956d91.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cli-artifacts-rhel9@sha256:3d4dcd1a45f409c3b698c03ffe24ce653f11b9945391c73acce7a75a1e7f976c_amd64",
                "product": {
                  "name": "openshift4/ose-cli-artifacts-rhel9@sha256:3d4dcd1a45f409c3b698c03ffe24ce653f11b9945391c73acce7a75a1e7f976c_amd64",
                  "product_id": "openshift4/ose-cli-artifacts-rhel9@sha256:3d4dcd1a45f409c3b698c03ffe24ce653f11b9945391c73acce7a75a1e7f976c_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cli-artifacts-rhel9@sha256:3d4dcd1a45f409c3b698c03ffe24ce653f11b9945391c73acce7a75a1e7f976c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9\u0026tag=v4.17.0-202504281009.p0.g0000b3e.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cloud-credential-rhel9-operator@sha256:96cf02a8cac283d7fb1ef72496f60a4df821bea89e45c8237d3235ed797e1253_amd64",
                "product": {
                  "name": "openshift4/ose-cloud-credential-rhel9-operator@sha256:96cf02a8cac283d7fb1ef72496f60a4df821bea89e45c8237d3235ed797e1253_amd64",
                  "product_id": "openshift4/ose-cloud-credential-rhel9-operator@sha256:96cf02a8cac283d7fb1ef72496f60a4df821bea89e45c8237d3235ed797e1253_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cloud-credential-rhel9-operator@sha256:96cf02a8cac283d7fb1ef72496f60a4df821bea89e45c8237d3235ed797e1253?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator\u0026tag=v4.17.0-202504281009.p0.g8dff677.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/cloud-network-config-controller-rhel9@sha256:698211795dbabe068f87d21f624e09d28742483015be770b1cdb5c6138283b69_amd64",
                "product": {
                  "name": "openshift4/cloud-network-config-controller-rhel9@sha256:698211795dbabe068f87d21f624e09d28742483015be770b1cdb5c6138283b69_amd64",
                  "product_id": "openshift4/cloud-network-config-controller-rhel9@sha256:698211795dbabe068f87d21f624e09d28742483015be770b1cdb5c6138283b69_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/cloud-network-config-controller-rhel9@sha256:698211795dbabe068f87d21f624e09d28742483015be770b1cdb5c6138283b69?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/cloud-network-config-controller-rhel9\u0026tag=v4.17.0-202504281009.p0.g779b346.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-api-rhel9@sha256:34f8869cd85d3c50ffb737883786ddaea37f7c3f222241ea6a34e429fde1a01b_amd64",
                "product": {
                  "name": "openshift4/ose-cluster-api-rhel9@sha256:34f8869cd85d3c50ffb737883786ddaea37f7c3f222241ea6a34e429fde1a01b_amd64",
                  "product_id": "openshift4/ose-cluster-api-rhel9@sha256:34f8869cd85d3c50ffb737883786ddaea37f7c3f222241ea6a34e429fde1a01b_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-api-rhel9@sha256:34f8869cd85d3c50ffb737883786ddaea37f7c3f222241ea6a34e429fde1a01b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-api-rhel9\u0026tag=v4.17.0-202504281009.p0.g77ef4fc.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-authentication-rhel9-operator@sha256:d3355aca2b5b35d64fac047b6fd98842a2baee536a79ea7615b4184c5a4e4744_amd64",
                "product": {
                  "name": "openshift4/ose-cluster-authentication-rhel9-operator@sha256:d3355aca2b5b35d64fac047b6fd98842a2baee536a79ea7615b4184c5a4e4744_amd64",
                  "product_id": "openshift4/ose-cluster-authentication-rhel9-operator@sha256:d3355aca2b5b35d64fac047b6fd98842a2baee536a79ea7615b4184c5a4e4744_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-authentication-rhel9-operator@sha256:d3355aca2b5b35d64fac047b6fd98842a2baee536a79ea7615b4184c5a4e4744?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator\u0026tag=v4.17.0-202504281009.p0.gf641a4c.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0ea9c22f0f63b3360d8e74a52026b3302cb7012b7ce6987111464e37bb5f4ff7_amd64",
                "product": {
                  "name": "openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0ea9c22f0f63b3360d8e74a52026b3302cb7012b7ce6987111464e37bb5f4ff7_amd64",
                  "product_id": "openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0ea9c22f0f63b3360d8e74a52026b3302cb7012b7ce6987111464e37bb5f4ff7_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-autoscaler-rhel9-operator@sha256:0ea9c22f0f63b3360d8e74a52026b3302cb7012b7ce6987111464e37bb5f4ff7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator\u0026tag=v4.17.0-202504281009.p0.gea4a887.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2106245b2d297e8360a5c2693ac95996918051d40c84c8c6012193249e18c687_amd64",
                "product": {
                  "name": "openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2106245b2d297e8360a5c2693ac95996918051d40c84c8c6012193249e18c687_amd64",
                  "product_id": "openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2106245b2d297e8360a5c2693ac95996918051d40c84c8c6012193249e18c687_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-baremetal-operator-rhel9@sha256:2106245b2d297e8360a5c2693ac95996918051d40c84c8c6012193249e18c687?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9\u0026tag=v4.17.0-202504281009.p0.gcaa33e3.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-bootstrap-rhel9@sha256:1f28e7920db92d5f1cdb04b95f51c8e457e5af97a7320ad98fc9d56f18c314e4_amd64",
                "product": {
                  "name": "openshift4/ose-cluster-bootstrap-rhel9@sha256:1f28e7920db92d5f1cdb04b95f51c8e457e5af97a7320ad98fc9d56f18c314e4_amd64",
                  "product_id": "openshift4/ose-cluster-bootstrap-rhel9@sha256:1f28e7920db92d5f1cdb04b95f51c8e457e5af97a7320ad98fc9d56f18c314e4_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-bootstrap-rhel9@sha256:1f28e7920db92d5f1cdb04b95f51c8e457e5af97a7320ad98fc9d56f18c314e4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9\u0026tag=v4.17.0-202504281009.p0.g95dd912.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-capi-rhel9-operator@sha256:43c7557823aa5e86db7e225dae23f2b46d4a8b1ba517a619f31a71512815ae17_amd64",
                "product": {
                  "name": "openshift4/ose-cluster-capi-rhel9-operator@sha256:43c7557823aa5e86db7e225dae23f2b46d4a8b1ba517a619f31a71512815ae17_amd64",
                  "product_id": "openshift4/ose-cluster-capi-rhel9-operator@sha256:43c7557823aa5e86db7e225dae23f2b46d4a8b1ba517a619f31a71512815ae17_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-capi-rhel9-operator@sha256:43c7557823aa5e86db7e225dae23f2b46d4a8b1ba517a619f31a71512815ae17?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator\u0026tag=v4.17.0-202504281009.p0.g6dd70ba.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:980c46d6fe13ecfcfa85e4cf6871e4abbf13b7ce84b19d3ad64d89bcd937c015_amd64",
                "product": {
                  "name": "openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:980c46d6fe13ecfcfa85e4cf6871e4abbf13b7ce84b19d3ad64d89bcd937c015_amd64",
                  "product_id": "openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:980c46d6fe13ecfcfa85e4cf6871e4abbf13b7ce84b19d3ad64d89bcd937c015_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:980c46d6fe13ecfcfa85e4cf6871e4abbf13b7ce84b19d3ad64d89bcd937c015?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator\u0026tag=v4.17.0-202504281009.p0.g32fd839.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-config-api-rhel9@sha256:9f5786427bda3f2052dbde19284abaceeaa0a1728d1e55f710a189ec20895004_amd64",
                "product": {
                  "name": "openshift4/ose-cluster-config-api-rhel9@sha256:9f5786427bda3f2052dbde19284abaceeaa0a1728d1e55f710a189ec20895004_amd64",
                  "product_id": "openshift4/ose-cluster-config-api-rhel9@sha256:9f5786427bda3f2052dbde19284abaceeaa0a1728d1e55f710a189ec20895004_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-config-api-rhel9@sha256:9f5786427bda3f2052dbde19284abaceeaa0a1728d1e55f710a189ec20895004?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-config-api-rhel9\u0026tag=v4.17.0-202504291308.p0.gace59d6.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-config-rhel9-operator@sha256:d8048fd42ae41e8eb61f9fb2f484ecd84212b858b419447e70d95b90f1562c42_amd64",
                "product": {
                  "name": "openshift4/ose-cluster-config-rhel9-operator@sha256:d8048fd42ae41e8eb61f9fb2f484ecd84212b858b419447e70d95b90f1562c42_amd64",
                  "product_id": "openshift4/ose-cluster-config-rhel9-operator@sha256:d8048fd42ae41e8eb61f9fb2f484ecd84212b858b419447e70d95b90f1562c42_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-config-rhel9-operator@sha256:d8048fd42ae41e8eb61f9fb2f484ecd84212b858b419447e70d95b90f1562c42?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator\u0026tag=v4.17.0-202504281009.p0.g0dc084f.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:8a49993a5a30453a7c113578470d2736aa2db4b3cfcd6f858a3c4b0d8151d71c_amd64",
                "product": {
                  "name": "openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:8a49993a5a30453a7c113578470d2736aa2db4b3cfcd6f858a3c4b0d8151d71c_amd64",
                  "product_id": "openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:8a49993a5a30453a7c113578470d2736aa2db4b3cfcd6f858a3c4b0d8151d71c_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:8a49993a5a30453a7c113578470d2736aa2db4b3cfcd6f858a3c4b0d8151d71c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator\u0026tag=v4.17.0-202504281009.p0.gf7e01c2.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:38bbe69d4b7db72c4fa3715e9a76395d4666b02eea19a4a983d71e599f0638db_amd64",
                "product": {
                  "name": "openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:38bbe69d4b7db72c4fa3715e9a76395d4666b02eea19a4a983d71e599f0638db_amd64",
                  "product_id": "openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:38bbe69d4b7db72c4fa3715e9a76395d4666b02eea19a4a983d71e599f0638db_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:38bbe69d4b7db72c4fa3715e9a76395d4666b02eea19a4a983d71e599f0638db?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator\u0026tag=v4.17.0-202504281009.p0.gffba005.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-dns-rhel9-operator@sha256:1bd8e1b9c76e9f6e22f4c7965da8aeeb68a40ae60f4cc083fefc47797b8f5786_amd64",
                "product": {
                  "name": "openshift4/ose-cluster-dns-rhel9-operator@sha256:1bd8e1b9c76e9f6e22f4c7965da8aeeb68a40ae60f4cc083fefc47797b8f5786_amd64",
                  "product_id": "openshift4/ose-cluster-dns-rhel9-operator@sha256:1bd8e1b9c76e9f6e22f4c7965da8aeeb68a40ae60f4cc083fefc47797b8f5786_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-dns-rhel9-operator@sha256:1bd8e1b9c76e9f6e22f4c7965da8aeeb68a40ae60f4cc083fefc47797b8f5786?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator\u0026tag=v4.17.0-202504281009.p0.g81507f0.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-image-registry-rhel9-operator@sha256:a8c26892e945256d26c4ddb005ce71198a6e5c946c8b0bd404dc5a6d4965841c_amd64",
                "product": {
                  "name": "openshift4/ose-cluster-image-registry-rhel9-operator@sha256:a8c26892e945256d26c4ddb005ce71198a6e5c946c8b0bd404dc5a6d4965841c_amd64",
                  "product_id": "openshift4/ose-cluster-image-registry-rhel9-operator@sha256:a8c26892e945256d26c4ddb005ce71198a6e5c946c8b0bd404dc5a6d4965841c_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-image-registry-rhel9-operator@sha256:a8c26892e945256d26c4ddb005ce71198a6e5c946c8b0bd404dc5a6d4965841c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator\u0026tag=v4.17.0-202504281009.p0.gce3e484.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-ingress-rhel9-operator@sha256:c987ba71f8168f0a523f2be6507e00fff6c262d4bfad59f4c87841330fa96dd9_amd64",
                "product": {
                  "name": "openshift4/ose-cluster-ingress-rhel9-operator@sha256:c987ba71f8168f0a523f2be6507e00fff6c262d4bfad59f4c87841330fa96dd9_amd64",
                  "product_id": "openshift4/ose-cluster-ingress-rhel9-operator@sha256:c987ba71f8168f0a523f2be6507e00fff6c262d4bfad59f4c87841330fa96dd9_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-ingress-rhel9-operator@sha256:c987ba71f8168f0a523f2be6507e00fff6c262d4bfad59f4c87841330fa96dd9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator\u0026tag=v4.17.0-202504281009.p0.gcb5306d.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0002fec33a68a9f3bb7ba5f7cd9062a35736b43dbaf42ba2cf91d4235bdeef9d_amd64",
                "product": {
                  "name": "openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0002fec33a68a9f3bb7ba5f7cd9062a35736b43dbaf42ba2cf91d4235bdeef9d_amd64",
                  "product_id": "openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0002fec33a68a9f3bb7ba5f7cd9062a35736b43dbaf42ba2cf91d4235bdeef9d_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-kube-apiserver-rhel9-operator@sha256:0002fec33a68a9f3bb7ba5f7cd9062a35736b43dbaf42ba2cf91d4235bdeef9d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator\u0026tag=v4.17.0-202504281009.p0.g4fae673.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:eb97662076a8459ebccb9ee6a0958c77d1ab516b4375a9925b895af0a613f549_amd64",
                "product": {
                  "name": "openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:eb97662076a8459ebccb9ee6a0958c77d1ab516b4375a9925b895af0a613f549_amd64",
                  "product_id": "openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:eb97662076a8459ebccb9ee6a0958c77d1ab516b4375a9925b895af0a613f549_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel9-operator@sha256:eb97662076a8459ebccb9ee6a0958c77d1ab516b4375a9925b895af0a613f549?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator\u0026tag=v4.17.0-202504281009.p0.gaed5f6c.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:a2184bde2de353cf90eddabb81dd1c85ee5ceec3f6914af58db453ee2c13197f_amd64",
                "product": {
                  "name": "openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:a2184bde2de353cf90eddabb81dd1c85ee5ceec3f6914af58db453ee2c13197f_amd64",
                  "product_id": "openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:a2184bde2de353cf90eddabb81dd1c85ee5ceec3f6914af58db453ee2c13197f_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-kube-controller-manager-rhel9-operator@sha256:a2184bde2de353cf90eddabb81dd1c85ee5ceec3f6914af58db453ee2c13197f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator\u0026tag=v4.17.0-202504281009.p0.g0a9ed57.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7ca513675dbe0e79573c841589f823a39d7eada90e0a41a39ee94fa7348242bc_amd64",
                "product": {
                  "name": "openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7ca513675dbe0e79573c841589f823a39d7eada90e0a41a39ee94fa7348242bc_amd64",
                  "product_id": "openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7ca513675dbe0e79573c841589f823a39d7eada90e0a41a39ee94fa7348242bc_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-kube-scheduler-rhel9-operator@sha256:7ca513675dbe0e79573c841589f823a39d7eada90e0a41a39ee94fa7348242bc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator\u0026tag=v4.17.0-202504281009.p0.g98ca953.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:dd12e5771a31f16c83c707ad28a9f4dde97ede79379e31880ce678e964d1c244_amd64",
                "product": {
                  "name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:dd12e5771a31f16c83c707ad28a9f4dde97ede79379e31880ce678e964d1c244_amd64",
                  "product_id": "openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:dd12e5771a31f16c83c707ad28a9f4dde97ede79379e31880ce678e964d1c244_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:dd12e5771a31f16c83c707ad28a9f4dde97ede79379e31880ce678e964d1c244?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator\u0026tag=v4.17.0-202504281009.p0.gab40b61.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-machine-approver-rhel9@sha256:c23b5724cfc6ad882caca9bad3da7c8b65a2c44b0955bfb34ceb0508fe74e89c_amd64",
                "product": {
                  "name": "openshift4/ose-cluster-machine-approver-rhel9@sha256:c23b5724cfc6ad882caca9bad3da7c8b65a2c44b0955bfb34ceb0508fe74e89c_amd64",
                  "product_id": "openshift4/ose-cluster-machine-approver-rhel9@sha256:c23b5724cfc6ad882caca9bad3da7c8b65a2c44b0955bfb34ceb0508fe74e89c_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-machine-approver-rhel9@sha256:c23b5724cfc6ad882caca9bad3da7c8b65a2c44b0955bfb34ceb0508fe74e89c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9\u0026tag=v4.17.0-202504281009.p0.gacc2380.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-olm-rhel9-operator@sha256:0ca3d57b8877810f82784753ba1bc8b67a764245e0530addc811cad61843f039_amd64",
                "product": {
                  "name": "openshift4/ose-cluster-olm-rhel9-operator@sha256:0ca3d57b8877810f82784753ba1bc8b67a764245e0530addc811cad61843f039_amd64",
                  "product_id": "openshift4/ose-cluster-olm-rhel9-operator@sha256:0ca3d57b8877810f82784753ba1bc8b67a764245e0530addc811cad61843f039_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-olm-rhel9-operator@sha256:0ca3d57b8877810f82784753ba1bc8b67a764245e0530addc811cad61843f039?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator\u0026tag=v4.17.0-202504281705.p0.ge31b777.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:9d108d09eb9a9c98cc7665a3dd68d93917bdb05b30f6269bb3a00c7218fac306_amd64",
                "product": {
                  "name": "openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:9d108d09eb9a9c98cc7665a3dd68d93917bdb05b30f6269bb3a00c7218fac306_amd64",
                  "product_id": "openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:9d108d09eb9a9c98cc7665a3dd68d93917bdb05b30f6269bb3a00c7218fac306_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-openshift-apiserver-rhel9-operator@sha256:9d108d09eb9a9c98cc7665a3dd68d93917bdb05b30f6269bb3a00c7218fac306?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator\u0026tag=v4.17.0-202504281009.p0.g2b2ba3b.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:742780c3b6f27a3e7fea71ba1ca4d4e28db5bdfe9b69fad95cb0c31d3923c69f_amd64",
                "product": {
                  "name": "openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:742780c3b6f27a3e7fea71ba1ca4d4e28db5bdfe9b69fad95cb0c31d3923c69f_amd64",
                  "product_id": "openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:742780c3b6f27a3e7fea71ba1ca4d4e28db5bdfe9b69fad95cb0c31d3923c69f_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:742780c3b6f27a3e7fea71ba1ca4d4e28db5bdfe9b69fad95cb0c31d3923c69f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator\u0026tag=v4.17.0-202504281009.p0.gb05a249.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ovirt-csi-driver-rhel9-operator@sha256:1d55ee07b1be3dbd3b9a2e46aa5b8eeceb055c531c49362ace9423327fbf57bc_amd64",
                "product": {
                  "name": "openshift4/ovirt-csi-driver-rhel9-operator@sha256:1d55ee07b1be3dbd3b9a2e46aa5b8eeceb055c531c49362ace9423327fbf57bc_amd64",
                  "product_id": "openshift4/ovirt-csi-driver-rhel9-operator@sha256:1d55ee07b1be3dbd3b9a2e46aa5b8eeceb055c531c49362ace9423327fbf57bc_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ovirt-csi-driver-rhel9-operator@sha256:1d55ee07b1be3dbd3b9a2e46aa5b8eeceb055c531c49362ace9423327fbf57bc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator\u0026tag=v4.17.0-202504281705.p0.g0feae25.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-policy-controller-rhel9@sha256:0d24d9508157347f020c6b99eefef619585dc37542b36f45ca62e10330e4deef_amd64",
                "product": {
                  "name": "openshift4/ose-cluster-policy-controller-rhel9@sha256:0d24d9508157347f020c6b99eefef619585dc37542b36f45ca62e10330e4deef_amd64",
                  "product_id": "openshift4/ose-cluster-policy-controller-rhel9@sha256:0d24d9508157347f020c6b99eefef619585dc37542b36f45ca62e10330e4deef_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-policy-controller-rhel9@sha256:0d24d9508157347f020c6b99eefef619585dc37542b36f45ca62e10330e4deef?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9\u0026tag=v4.17.0-202504281009.p0.g7209e90.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-samples-rhel9-operator@sha256:1dc254b8b7bc5a5374f41f6f06d034332c9e6dcd8acabf2ee4547ba30d76b72f_amd64",
                "product": {
                  "name": "openshift4/ose-cluster-samples-rhel9-operator@sha256:1dc254b8b7bc5a5374f41f6f06d034332c9e6dcd8acabf2ee4547ba30d76b72f_amd64",
                  "product_id": "openshift4/ose-cluster-samples-rhel9-operator@sha256:1dc254b8b7bc5a5374f41f6f06d034332c9e6dcd8acabf2ee4547ba30d76b72f_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-samples-rhel9-operator@sha256:1dc254b8b7bc5a5374f41f6f06d034332c9e6dcd8acabf2ee4547ba30d76b72f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator\u0026tag=v4.17.0-202504291008.p0.g7e221dd.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-storage-rhel9-operator@sha256:3c6c1a7f88fabd6c71d3ada18e7efa6ee19b0e33aa814bf1e23d6d88a3aa6b7a_amd64",
                "product": {
                  "name": "openshift4/ose-cluster-storage-rhel9-operator@sha256:3c6c1a7f88fabd6c71d3ada18e7efa6ee19b0e33aa814bf1e23d6d88a3aa6b7a_amd64",
                  "product_id": "openshift4/ose-cluster-storage-rhel9-operator@sha256:3c6c1a7f88fabd6c71d3ada18e7efa6ee19b0e33aa814bf1e23d6d88a3aa6b7a_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-storage-rhel9-operator@sha256:3c6c1a7f88fabd6c71d3ada18e7efa6ee19b0e33aa814bf1e23d6d88a3aa6b7a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator\u0026tag=v4.17.0-202504281009.p0.ge4b8dce.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-update-keys-rhel9@sha256:772397f5e6cf6068df029ec793486d9ae08d0af8098cae011a4ce986be675425_amd64",
                "product": {
                  "name": "openshift4/ose-cluster-update-keys-rhel9@sha256:772397f5e6cf6068df029ec793486d9ae08d0af8098cae011a4ce986be675425_amd64",
                  "product_id": "openshift4/ose-cluster-update-keys-rhel9@sha256:772397f5e6cf6068df029ec793486d9ae08d0af8098cae011a4ce986be675425_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-update-keys-rhel9@sha256:772397f5e6cf6068df029ec793486d9ae08d0af8098cae011a4ce986be675425?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9\u0026tag=v4.17.0-202504281009.p0.g2ce31fc.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-container-networking-plugins-rhel9@sha256:19647286f9c75dd092be4de0edb723882af3961300a18c4aed6881bf259e6c70_amd64",
                "product": {
                  "name": "openshift4/ose-container-networking-plugins-rhel9@sha256:19647286f9c75dd092be4de0edb723882af3961300a18c4aed6881bf259e6c70_amd64",
                  "product_id": "openshift4/ose-container-networking-plugins-rhel9@sha256:19647286f9c75dd092be4de0edb723882af3961300a18c4aed6881bf259e6c70_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-container-networking-plugins-rhel9@sha256:19647286f9c75dd092be4de0edb723882af3961300a18c4aed6881bf259e6c70?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9\u0026tag=v4.17.0-202504281009.p0.g24a6532.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-csi-driver-shared-resource-rhel9@sha256:749ef641d5b6b47b6950988e3efc5cafc00495410f1ce16a276e2599a076d367_amd64",
                "product": {
                  "name": "openshift4/ose-csi-driver-shared-resource-rhel9@sha256:749ef641d5b6b47b6950988e3efc5cafc00495410f1ce16a276e2599a076d367_amd64",
                  "product_id": "openshift4/ose-csi-driver-shared-resource-rhel9@sha256:749ef641d5b6b47b6950988e3efc5cafc00495410f1ce16a276e2599a076d367_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-csi-driver-shared-resource-rhel9@sha256:749ef641d5b6b47b6950988e3efc5cafc00495410f1ce16a276e2599a076d367?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9\u0026tag=v4.17.0-202504281009.p0.g027a8c4.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:cdcd032de3bccab45d6c7cbb5d2ac3107eaff5b4b279d67f081a39ddc1320b49_amd64",
                "product": {
                  "name": "openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:cdcd032de3bccab45d6c7cbb5d2ac3107eaff5b4b279d67f081a39ddc1320b49_amd64",
                  "product_id": "openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:cdcd032de3bccab45d6c7cbb5d2ac3107eaff5b4b279d67f081a39ddc1320b49_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-csi-driver-shared-resource-rhel9-operator@sha256:cdcd032de3bccab45d6c7cbb5d2ac3107eaff5b4b279d67f081a39ddc1320b49?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator\u0026tag=v4.17.0-202504281009.p0.gc095a1f.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:887ab068161de5a1ffb64a96515351bd02e81b0dc239c187f12128279b953ad8_amd64",
                "product": {
                  "name": "openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:887ab068161de5a1ffb64a96515351bd02e81b0dc239c187f12128279b953ad8_amd64",
                  "product_id": "openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:887ab068161de5a1ffb64a96515351bd02e81b0dc239c187f12128279b953ad8_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-csi-driver-shared-resource-webhook-rhel9@sha256:887ab068161de5a1ffb64a96515351bd02e81b0dc239c187f12128279b953ad8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9\u0026tag=v4.17.0-202504281009.p0.g027a8c4.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-csi-external-resizer-rhel9@sha256:deaf59f4cfc7254ab8b35634ac18281cf88ff0ddc151d0498a21d6e91c30a4e3_amd64",
                "product": {
                  "name": "openshift4/ose-csi-external-resizer-rhel9@sha256:deaf59f4cfc7254ab8b35634ac18281cf88ff0ddc151d0498a21d6e91c30a4e3_amd64",
                  "product_id": "openshift4/ose-csi-external-resizer-rhel9@sha256:deaf59f4cfc7254ab8b35634ac18281cf88ff0ddc151d0498a21d6e91c30a4e3_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-csi-external-resizer-rhel9@sha256:deaf59f4cfc7254ab8b35634ac18281cf88ff0ddc151d0498a21d6e91c30a4e3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9\u0026tag=v4.17.0-202504281009.p0.gab87a93.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-csi-external-snapshotter-rhel9@sha256:cf848a2e0ca5bdcb850bef50193c8db40c18521c2e5d7f1b5658329a485f8d42_amd64",
                "product": {
                  "name": "openshift4/ose-csi-external-snapshotter-rhel9@sha256:cf848a2e0ca5bdcb850bef50193c8db40c18521c2e5d7f1b5658329a485f8d42_amd64",
                  "product_id": "openshift4/ose-csi-external-snapshotter-rhel9@sha256:cf848a2e0ca5bdcb850bef50193c8db40c18521c2e5d7f1b5658329a485f8d42_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-csi-external-snapshotter-rhel9@sha256:cf848a2e0ca5bdcb850bef50193c8db40c18521c2e5d7f1b5658329a485f8d42?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9\u0026tag=v4.17.0-202504281009.p0.gaa558ca.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-csi-snapshot-controller-rhel9@sha256:5d1dd18616427bc717e49b781e6434ca616c31fc7daeb5596d1703f2d3379ef2_amd64",
                "product": {
                  "name": "openshift4/ose-csi-snapshot-controller-rhel9@sha256:5d1dd18616427bc717e49b781e6434ca616c31fc7daeb5596d1703f2d3379ef2_amd64",
                  "product_id": "openshift4/ose-csi-snapshot-controller-rhel9@sha256:5d1dd18616427bc717e49b781e6434ca616c31fc7daeb5596d1703f2d3379ef2_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-csi-snapshot-controller-rhel9@sha256:5d1dd18616427bc717e49b781e6434ca616c31fc7daeb5596d1703f2d3379ef2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9\u0026tag=v4.17.0-202504281009.p0.gaa558ca.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:4ca3355941315a1db451ba8c6ce329c2f7d0286b3585196a30e1ed35ba1ee228_amd64",
                "product": {
                  "name": "openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:4ca3355941315a1db451ba8c6ce329c2f7d0286b3585196a30e1ed35ba1ee228_amd64",
                  "product_id": "openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:4ca3355941315a1db451ba8c6ce329c2f7d0286b3585196a30e1ed35ba1ee228_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-csi-snapshot-validation-webhook-rhel9@sha256:4ca3355941315a1db451ba8c6ce329c2f7d0286b3585196a30e1ed35ba1ee228?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9\u0026tag=v4.17.0-202504281009.p0.gaa558ca.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/egress-router-cni-rhel9@sha256:9d5ce7ba2746d808b7bda9c491ecbaa158917b2659546eb9be7752d14a79f845_amd64",
                "product": {
                  "name": "openshift4/egress-router-cni-rhel9@sha256:9d5ce7ba2746d808b7bda9c491ecbaa158917b2659546eb9be7752d14a79f845_amd64",
                  "product_id": "openshift4/egress-router-cni-rhel9@sha256:9d5ce7ba2746d808b7bda9c491ecbaa158917b2659546eb9be7752d14a79f845_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/egress-router-cni-rhel9@sha256:9d5ce7ba2746d808b7bda9c491ecbaa158917b2659546eb9be7752d14a79f845?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/egress-router-cni-rhel9\u0026tag=v4.17.0-202504281009.p0.g3193a75.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-etcd-rhel9@sha256:ba18e1f81a20605c8efbbee41fe37e1d7ac4ff101a857e05e0f3d25aa82fa9df_amd64",
                "product": {
                  "name": "openshift4/ose-etcd-rhel9@sha256:ba18e1f81a20605c8efbbee41fe37e1d7ac4ff101a857e05e0f3d25aa82fa9df_amd64",
                  "product_id": "openshift4/ose-etcd-rhel9@sha256:ba18e1f81a20605c8efbbee41fe37e1d7ac4ff101a857e05e0f3d25aa82fa9df_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-etcd-rhel9@sha256:ba18e1f81a20605c8efbbee41fe37e1d7ac4ff101a857e05e0f3d25aa82fa9df?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-etcd-rhel9\u0026tag=v4.17.0-202504281009.p0.g0d9e0a9.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/frr-rhel9@sha256:ca10f64ab5f5d9c5f2dfdb5241fed009ec9f37bfd7126ad790a07f9c1a418a3b_amd64",
                "product": {
                  "name": "openshift4/frr-rhel9@sha256:ca10f64ab5f5d9c5f2dfdb5241fed009ec9f37bfd7126ad790a07f9c1a418a3b_amd64",
                  "product_id": "openshift4/frr-rhel9@sha256:ca10f64ab5f5d9c5f2dfdb5241fed009ec9f37bfd7126ad790a07f9c1a418a3b_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/frr-rhel9@sha256:ca10f64ab5f5d9c5f2dfdb5241fed009ec9f37bfd7126ad790a07f9c1a418a3b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/frr-rhel9\u0026tag=v4.17.0-202504291435.p0.g58f202b.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:35098fdc72303c21755abaad4cc05553d6c969dc601d6a2ab91d7aabcadf923e_amd64",
                "product": {
                  "name": "openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:35098fdc72303c21755abaad4cc05553d6c969dc601d6a2ab91d7aabcadf923e_amd64",
                  "product_id": "openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:35098fdc72303c21755abaad4cc05553d6c969dc601d6a2ab91d7aabcadf923e_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-gcp-cloud-controller-manager-rhel9@sha256:35098fdc72303c21755abaad4cc05553d6c969dc601d6a2ab91d7aabcadf923e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9\u0026tag=v4.17.0-202504281009.p0.g8ce997d.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:6433c81cd98c85abe6b1bbd8e74a776462ad78575cc6bde0664458ed685611ac_amd64",
                "product": {
                  "name": "openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:6433c81cd98c85abe6b1bbd8e74a776462ad78575cc6bde0664458ed685611ac_amd64",
                  "product_id": "openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:6433c81cd98c85abe6b1bbd8e74a776462ad78575cc6bde0664458ed685611ac_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-gcp-cluster-api-controllers-rhel9@sha256:6433c81cd98c85abe6b1bbd8e74a776462ad78575cc6bde0664458ed685611ac?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9\u0026tag=v4.17.0-202504281009.p0.g9c561f2.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:ba5d03691cb09bc208c30c6c9ce746911468a4fb772dbef5520f723063bf2a94_amd64",
                "product": {
                  "name": "openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:ba5d03691cb09bc208c30c6c9ce746911468a4fb772dbef5520f723063bf2a94_amd64",
                  "product_id": "openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:ba5d03691cb09bc208c30c6c9ce746911468a4fb772dbef5520f723063bf2a94_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-gcp-pd-csi-driver-rhel9@sha256:ba5d03691cb09bc208c30c6c9ce746911468a4fb772dbef5520f723063bf2a94?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9\u0026tag=v4.17.0-202504281009.p0.gc770b41.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:3bf929bf48fec827cf4f54ff5fec04de0740b1f14a4e1da63ad580bb9245a103_amd64",
                "product": {
                  "name": "openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:3bf929bf48fec827cf4f54ff5fec04de0740b1f14a4e1da63ad580bb9245a103_amd64",
                  "product_id": "openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:3bf929bf48fec827cf4f54ff5fec04de0740b1f14a4e1da63ad580bb9245a103_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-gcp-pd-csi-driver-operator-rhel9@sha256:3bf929bf48fec827cf4f54ff5fec04de0740b1f14a4e1da63ad580bb9245a103?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9\u0026tag=v4.17.0-202504281009.p0.gc23b064.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-hypershift-rhel9@sha256:02f10dfe13ccca892445607db62101ee47e86ef5fedff0b8dd6372856548ebe5_amd64",
                "product": {
                  "name": "openshift4/ose-hypershift-rhel9@sha256:02f10dfe13ccca892445607db62101ee47e86ef5fedff0b8dd6372856548ebe5_amd64",
                  "product_id": "openshift4/ose-hypershift-rhel9@sha256:02f10dfe13ccca892445607db62101ee47e86ef5fedff0b8dd6372856548ebe5_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-hypershift-rhel9@sha256:02f10dfe13ccca892445607db62101ee47e86ef5fedff0b8dd6372856548ebe5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-hypershift-rhel9\u0026tag=v4.17.0-202504281009.p0.g98664c8.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:44c02359946a024e429303d031d1bc70ced6b300316c939d7290d17042b87618_amd64",
                "product": {
                  "name": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:44c02359946a024e429303d031d1bc70ced6b300316c939d7290d17042b87618_amd64",
                  "product_id": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:44c02359946a024e429303d031d1bc70ced6b300316c939d7290d17042b87618_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:44c02359946a024e429303d031d1bc70ced6b300316c939d7290d17042b87618?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9\u0026tag=v4.17.0-202504281009.p0.g14489f6.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:1384411d0b3794e280491e0b0e14252c5e4f9e43e58e6602b0442ab9a3fb2b0c_amd64",
                "product": {
                  "name": "openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:1384411d0b3794e280491e0b0e14252c5e4f9e43e58e6602b0442ab9a3fb2b0c_amd64",
                  "product_id": "openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:1384411d0b3794e280491e0b0e14252c5e4f9e43e58e6602b0442ab9a3fb2b0c_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-ibm-cloud-controller-manager-rhel9@sha256:1384411d0b3794e280491e0b0e14252c5e4f9e43e58e6602b0442ab9a3fb2b0c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9\u0026tag=v4.17.0-202504281009.p0.gad8f7eb.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:3f77010faf0f6f6e7eabfcf24bf1328c6e70bbb32f843287639a523621a5f4ff_amd64",
                "product": {
                  "name": "openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:3f77010faf0f6f6e7eabfcf24bf1328c6e70bbb32f843287639a523621a5f4ff_amd64",
                  "product_id": "openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:3f77010faf0f6f6e7eabfcf24bf1328c6e70bbb32f843287639a523621a5f4ff_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-ibmcloud-machine-controllers-rhel9@sha256:3f77010faf0f6f6e7eabfcf24bf1328c6e70bbb32f843287639a523621a5f4ff?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9\u0026tag=v4.17.0-202504281009.p0.g0b8dd7a.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:528d6b3faebd79484a0be86e33a7d6ba922dceff5eb1585bb922c18bfd01ee70_amd64",
                "product": {
                  "name": "openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:528d6b3faebd79484a0be86e33a7d6ba922dceff5eb1585bb922c18bfd01ee70_amd64",
                  "product_id": "openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:528d6b3faebd79484a0be86e33a7d6ba922dceff5eb1585bb922c18bfd01ee70_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-rhel9@sha256:528d6b3faebd79484a0be86e33a7d6ba922dceff5eb1585bb922c18bfd01ee70?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9\u0026tag=v4.17.0-202504281009.p0.g5f18d29.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:e9876a36c4810b4e68e1f6668d3324d8e71ba145f3d214007bc4486375d55be3_amd64",
                "product": {
                  "name": "openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:e9876a36c4810b4e68e1f6668d3324d8e71ba145f3d214007bc4486375d55be3_amd64",
                  "product_id": "openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:e9876a36c4810b4e68e1f6668d3324d8e71ba145f3d214007bc4486375d55be3_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:e9876a36c4810b4e68e1f6668d3324d8e71ba145f3d214007bc4486375d55be3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator\u0026tag=v4.17.0-202504281009.p0.g8443d86.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-image-customization-controller-rhel9@sha256:8bd8caf2fac84354a4407c48651d11d055c90e09f06ea57c1825d2be59ca18fc_amd64",
                "product": {
                  "name": "openshift4/ose-image-customization-controller-rhel9@sha256:8bd8caf2fac84354a4407c48651d11d055c90e09f06ea57c1825d2be59ca18fc_amd64",
                  "product_id": "openshift4/ose-image-customization-controller-rhel9@sha256:8bd8caf2fac84354a4407c48651d11d055c90e09f06ea57c1825d2be59ca18fc_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-image-customization-controller-rhel9@sha256:8bd8caf2fac84354a4407c48651d11d055c90e09f06ea57c1825d2be59ca18fc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-image-customization-controller-rhel9\u0026tag=v4.17.0-202504281009.p0.g74bee37.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-insights-rhel9-operator@sha256:afcc280b069a744e3e67716ac685dd7c7f23c619cbc20e2c21237031580f649b_amd64",
                "product": {
                  "name": "openshift4/ose-insights-rhel9-operator@sha256:afcc280b069a744e3e67716ac685dd7c7f23c619cbc20e2c21237031580f649b_amd64",
                  "product_id": "openshift4/ose-insights-rhel9-operator@sha256:afcc280b069a744e3e67716ac685dd7c7f23c619cbc20e2c21237031580f649b_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-insights-rhel9-operator@sha256:afcc280b069a744e3e67716ac685dd7c7f23c619cbc20e2c21237031580f649b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-insights-rhel9-operator\u0026tag=v4.17.0-202504281009.p0.g2b1e2df.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-installer-altinfra-rhel9@sha256:e32b6e836082e6d2a5d267283b2263d9811c3a62d420842689ab35fcc36b4a63_amd64",
                "product": {
                  "name": "openshift4/ose-installer-altinfra-rhel9@sha256:e32b6e836082e6d2a5d267283b2263d9811c3a62d420842689ab35fcc36b4a63_amd64",
                  "product_id": "openshift4/ose-installer-altinfra-rhel9@sha256:e32b6e836082e6d2a5d267283b2263d9811c3a62d420842689ab35fcc36b4a63_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-installer-altinfra-rhel9@sha256:e32b6e836082e6d2a5d267283b2263d9811c3a62d420842689ab35fcc36b4a63?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-installer-altinfra-rhel9\u0026tag=v4.17.0-202504281705.p0.g5e4e2af.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-installer-artifacts-rhel9@sha256:312bac6a070c763a493c566fbd1b6f05591f23949e4f37a157235f08f927c653_amd64",
                "product": {
                  "name": "openshift4/ose-installer-artifacts-rhel9@sha256:312bac6a070c763a493c566fbd1b6f05591f23949e4f37a157235f08f927c653_amd64",
                  "product_id": "openshift4/ose-installer-artifacts-rhel9@sha256:312bac6a070c763a493c566fbd1b6f05591f23949e4f37a157235f08f927c653_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-installer-artifacts-rhel9@sha256:312bac6a070c763a493c566fbd1b6f05591f23949e4f37a157235f08f927c653?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-installer-artifacts-rhel9\u0026tag=v4.17.0-202504281009.p0.g5e4e2af.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-installer-rhel9@sha256:69e680e1a17c99220c8cdaf5a2e73f6e4e7d835f1193e62bf516df65e0d2fdff_amd64",
                "product": {
                  "name": "openshift4/ose-installer-rhel9@sha256:69e680e1a17c99220c8cdaf5a2e73f6e4e7d835f1193e62bf516df65e0d2fdff_amd64",
                  "product_id": "openshift4/ose-installer-rhel9@sha256:69e680e1a17c99220c8cdaf5a2e73f6e4e7d835f1193e62bf516df65e0d2fdff_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-installer-rhel9@sha256:69e680e1a17c99220c8cdaf5a2e73f6e4e7d835f1193e62bf516df65e0d2fdff?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-installer-rhel9\u0026tag=v4.17.0-202504281009.p0.g5e4e2af.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/kube-metrics-server-rhel9@sha256:233be71aea1d6daf6162eb3a7f91c2f052b47e3ad1d8778e519761c678a32327_amd64",
                "product": {
                  "name": "openshift4/kube-metrics-server-rhel9@sha256:233be71aea1d6daf6162eb3a7f91c2f052b47e3ad1d8778e519761c678a32327_amd64",
                  "product_id": "openshift4/kube-metrics-server-rhel9@sha256:233be71aea1d6daf6162eb3a7f91c2f052b47e3ad1d8778e519761c678a32327_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/kube-metrics-server-rhel9@sha256:233be71aea1d6daf6162eb3a7f91c2f052b47e3ad1d8778e519761c678a32327?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/kube-metrics-server-rhel9\u0026tag=v4.17.0-202504281009.p0.ge870adb.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-kube-storage-version-migrator-rhel9@sha256:63059adfd5fb0042f492f3fdf938beb0de950f3c86fcef51fd595099e3638e51_amd64",
                "product": {
                  "name": "openshift4/ose-kube-storage-version-migrator-rhel9@sha256:63059adfd5fb0042f492f3fdf938beb0de950f3c86fcef51fd595099e3638e51_amd64",
                  "product_id": "openshift4/ose-kube-storage-version-migrator-rhel9@sha256:63059adfd5fb0042f492f3fdf938beb0de950f3c86fcef51fd595099e3638e51_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-kube-storage-version-migrator-rhel9@sha256:63059adfd5fb0042f492f3fdf938beb0de950f3c86fcef51fd595099e3638e51?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9\u0026tag=v4.17.0-202504281009.p0.g34fafc0.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:352ba91a72d19fa2b0006740b6e0e22b9824f73d3fad3ccf3cfdee0735525aab_amd64",
                "product": {
                  "name": "openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:352ba91a72d19fa2b0006740b6e0e22b9824f73d3fad3ccf3cfdee0735525aab_amd64",
                  "product_id": "openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:352ba91a72d19fa2b0006740b6e0e22b9824f73d3fad3ccf3cfdee0735525aab_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-kubevirt-cloud-controller-manager-rhel9@sha256:352ba91a72d19fa2b0006740b6e0e22b9824f73d3fad3ccf3cfdee0735525aab?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9\u0026tag=v4.17.0-202504281009.p0.g3f4542e.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/kubevirt-csi-driver-rhel9@sha256:bd9ecbdfe93e006b10eb976b6dc590889f48fa146c5da51431774543563fbb14_amd64",
                "product": {
                  "name": "openshift4/kubevirt-csi-driver-rhel9@sha256:bd9ecbdfe93e006b10eb976b6dc590889f48fa146c5da51431774543563fbb14_amd64",
                  "product_id": "openshift4/kubevirt-csi-driver-rhel9@sha256:bd9ecbdfe93e006b10eb976b6dc590889f48fa146c5da51431774543563fbb14_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/kubevirt-csi-driver-rhel9@sha256:bd9ecbdfe93e006b10eb976b6dc590889f48fa146c5da51431774543563fbb14?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9\u0026tag=v4.17.0-202504281009.p0.g757a889.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-libvirt-machine-controllers-rhel9@sha256:fa4bd7d988c14418df8c332de4fea3b5ea57dc0727a461f68472925aa6eb9696_amd64",
                "product": {
                  "name": "openshift4/ose-libvirt-machine-controllers-rhel9@sha256:fa4bd7d988c14418df8c332de4fea3b5ea57dc0727a461f68472925aa6eb9696_amd64",
                  "product_id": "openshift4/ose-libvirt-machine-controllers-rhel9@sha256:fa4bd7d988c14418df8c332de4fea3b5ea57dc0727a461f68472925aa6eb9696_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-libvirt-machine-controllers-rhel9@sha256:fa4bd7d988c14418df8c332de4fea3b5ea57dc0727a461f68472925aa6eb9696?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9\u0026tag=v4.17.0-202504281009.p0.ga336f0b.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-machine-api-rhel9-operator@sha256:9972c5496357187072347787379fe704b02d7aca9c62582982ff97e132f7361c_amd64",
                "product": {
                  "name": "openshift4/ose-machine-api-rhel9-operator@sha256:9972c5496357187072347787379fe704b02d7aca9c62582982ff97e132f7361c_amd64",
                  "product_id": "openshift4/ose-machine-api-rhel9-operator@sha256:9972c5496357187072347787379fe704b02d7aca9c62582982ff97e132f7361c_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-machine-api-rhel9-operator@sha256:9972c5496357187072347787379fe704b02d7aca9c62582982ff97e132f7361c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-rhel9-operator\u0026tag=v4.17.0-202504281009.p0.g1e7747d.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-machine-api-provider-aws-rhel9@sha256:d2dc62bb9ab60ef004894f78e80c143e8c7d027ff073a3c238dd88b14b3b80fd_amd64",
                "product": {
                  "name": "openshift4/ose-machine-api-provider-aws-rhel9@sha256:d2dc62bb9ab60ef004894f78e80c143e8c7d027ff073a3c238dd88b14b3b80fd_amd64",
                  "product_id": "openshift4/ose-machine-api-provider-aws-rhel9@sha256:d2dc62bb9ab60ef004894f78e80c143e8c7d027ff073a3c238dd88b14b3b80fd_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-machine-api-provider-aws-rhel9@sha256:d2dc62bb9ab60ef004894f78e80c143e8c7d027ff073a3c238dd88b14b3b80fd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9\u0026tag=v4.17.0-202504281009.p0.gb41b8c8.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-machine-api-provider-azure-rhel9@sha256:74b7d7c58d260b1791d7d4f55a9fdcbb13542519151976de43dfb8bee67c9cac_amd64",
                "product": {
                  "name": "openshift4/ose-machine-api-provider-azure-rhel9@sha256:74b7d7c58d260b1791d7d4f55a9fdcbb13542519151976de43dfb8bee67c9cac_amd64",
                  "product_id": "openshift4/ose-machine-api-provider-azure-rhel9@sha256:74b7d7c58d260b1791d7d4f55a9fdcbb13542519151976de43dfb8bee67c9cac_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-machine-api-provider-azure-rhel9@sha256:74b7d7c58d260b1791d7d4f55a9fdcbb13542519151976de43dfb8bee67c9cac?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9\u0026tag=v4.17.0-202504281009.p0.g0bff150.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-machine-api-provider-gcp-rhel9@sha256:2e3b2b5c07bbba78849bf504c5a8a600239c151f7f21d6f1fe6c022003193a4b_amd64",
                "product": {
                  "name": "openshift4/ose-machine-api-provider-gcp-rhel9@sha256:2e3b2b5c07bbba78849bf504c5a8a600239c151f7f21d6f1fe6c022003193a4b_amd64",
                  "product_id": "openshift4/ose-machine-api-provider-gcp-rhel9@sha256:2e3b2b5c07bbba78849bf504c5a8a600239c151f7f21d6f1fe6c022003193a4b_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-machine-api-provider-gcp-rhel9@sha256:2e3b2b5c07bbba78849bf504c5a8a600239c151f7f21d6f1fe6c022003193a4b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9\u0026tag=v4.17.0-202504281009.p0.g86a1d90.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-machine-api-provider-openstack-rhel9@sha256:1396e057385c7d8da1dc40c52033b1bbbedab984703de3e484cfea750652b224_amd64",
                "product": {
                  "name": "openshift4/ose-machine-api-provider-openstack-rhel9@sha256:1396e057385c7d8da1dc40c52033b1bbbedab984703de3e484cfea750652b224_amd64",
                  "product_id": "openshift4/ose-machine-api-provider-openstack-rhel9@sha256:1396e057385c7d8da1dc40c52033b1bbbedab984703de3e484cfea750652b224_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-machine-api-provider-openstack-rhel9@sha256:1396e057385c7d8da1dc40c52033b1bbbedab984703de3e484cfea750652b224?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9\u0026tag=v4.17.0-202504281009.p0.g6897187.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-machine-config-rhel9-operator@sha256:2141576fcdb4d159aa417474a27457fb2087ad6235c4df0597083f3b1899ca45_amd64",
                "product": {
                  "name": "openshift4/ose-machine-config-rhel9-operator@sha256:2141576fcdb4d159aa417474a27457fb2087ad6235c4df0597083f3b1899ca45_amd64",
                  "product_id": "openshift4/ose-machine-config-rhel9-operator@sha256:2141576fcdb4d159aa417474a27457fb2087ad6235c4df0597083f3b1899ca45_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-machine-config-rhel9-operator@sha256:2141576fcdb4d159aa417474a27457fb2087ad6235c4df0597083f3b1899ca45?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-config-rhel9-operator\u0026tag=v4.17.0-202504290337.p0.g95b720d.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-machine-os-images-rhel9@sha256:9614841db8310744628318b72f55c58b0486fa04758cf069921ebf602e689e9f_amd64",
                "product": {
                  "name": "openshift4/ose-machine-os-images-rhel9@sha256:9614841db8310744628318b72f55c58b0486fa04758cf069921ebf602e689e9f_amd64",
                  "product_id": "openshift4/ose-machine-os-images-rhel9@sha256:9614841db8310744628318b72f55c58b0486fa04758cf069921ebf602e689e9f_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-machine-os-images-rhel9@sha256:9614841db8310744628318b72f55c58b0486fa04758cf069921ebf602e689e9f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-os-images-rhel9\u0026tag=v4.17.0-202504281009.p0.gf85666b.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-multus-admission-controller-rhel9@sha256:878826b56658eac597d692338bc3e7d469568776c9d6f71c11b63bcd0932e01a_amd64",
                "product": {
                  "name": "openshift4/ose-multus-admission-controller-rhel9@sha256:878826b56658eac597d692338bc3e7d469568776c9d6f71c11b63bcd0932e01a_amd64",
                  "product_id": "openshift4/ose-multus-admission-controller-rhel9@sha256:878826b56658eac597d692338bc3e7d469568776c9d6f71c11b63bcd0932e01a_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-multus-admission-controller-rhel9@sha256:878826b56658eac597d692338bc3e7d469568776c9d6f71c11b63bcd0932e01a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9\u0026tag=v4.17.0-202504281009.p0.g076f0ca.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-multus-networkpolicy-rhel9@sha256:93e501b312ea23b290e46c14787acecdb02636333f5388429b5400bc4599be9b_amd64",
                "product": {
                  "name": "openshift4/ose-multus-networkpolicy-rhel9@sha256:93e501b312ea23b290e46c14787acecdb02636333f5388429b5400bc4599be9b_amd64",
                  "product_id": "openshift4/ose-multus-networkpolicy-rhel9@sha256:93e501b312ea23b290e46c14787acecdb02636333f5388429b5400bc4599be9b_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-multus-networkpolicy-rhel9@sha256:93e501b312ea23b290e46c14787acecdb02636333f5388429b5400bc4599be9b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9\u0026tag=v4.17.0-202504281009.p0.g7d01ea1.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-multus-route-override-cni-rhel9@sha256:5784e4d821cc26ffffad6e6e3ed101fc2842ebc3d89b16eac041dde506c1ce01_amd64",
                "product": {
                  "name": "openshift4/ose-multus-route-override-cni-rhel9@sha256:5784e4d821cc26ffffad6e6e3ed101fc2842ebc3d89b16eac041dde506c1ce01_amd64",
                  "product_id": "openshift4/ose-multus-route-override-cni-rhel9@sha256:5784e4d821cc26ffffad6e6e3ed101fc2842ebc3d89b16eac041dde506c1ce01_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-multus-route-override-cni-rhel9@sha256:5784e4d821cc26ffffad6e6e3ed101fc2842ebc3d89b16eac041dde506c1ce01?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9\u0026tag=v4.17.0-202504281009.p0.g391c1b0.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a7a7b993fdbbf8fb1a67dde836a577c55ef589d899dd6b50bbb6ab4da03ead0c_amd64",
                "product": {
                  "name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a7a7b993fdbbf8fb1a67dde836a577c55ef589d899dd6b50bbb6ab4da03ead0c_amd64",
                  "product_id": "openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a7a7b993fdbbf8fb1a67dde836a577c55ef589d899dd6b50bbb6ab4da03ead0c_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a7a7b993fdbbf8fb1a67dde836a577c55ef589d899dd6b50bbb6ab4da03ead0c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9\u0026tag=v4.17.0-202504281009.p0.ga9576ed.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-must-gather-rhel9@sha256:60ec7816beae30bef25a0a50633d77cb669c472d4f1adb0356b547c13cdc2282_amd64",
                "product": {
                  "name": "openshift4/ose-must-gather-rhel9@sha256:60ec7816beae30bef25a0a50633d77cb669c472d4f1adb0356b547c13cdc2282_amd64",
                  "product_id": "openshift4/ose-must-gather-rhel9@sha256:60ec7816beae30bef25a0a50633d77cb669c472d4f1adb0356b547c13cdc2282_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-must-gather-rhel9@sha256:60ec7816beae30bef25a0a50633d77cb669c472d4f1adb0356b547c13cdc2282?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-must-gather-rhel9\u0026tag=v4.17.0-202504281009.p0.g56b3427.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-network-interface-bond-cni-rhel9@sha256:66eb46a96bd308c39af00caad02b3dd77cc7d1dedfba70ead48c9390dc9ca9f9_amd64",
                "product": {
                  "name": "openshift4/ose-network-interface-bond-cni-rhel9@sha256:66eb46a96bd308c39af00caad02b3dd77cc7d1dedfba70ead48c9390dc9ca9f9_amd64",
                  "product_id": "openshift4/ose-network-interface-bond-cni-rhel9@sha256:66eb46a96bd308c39af00caad02b3dd77cc7d1dedfba70ead48c9390dc9ca9f9_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-network-interface-bond-cni-rhel9@sha256:66eb46a96bd308c39af00caad02b3dd77cc7d1dedfba70ead48c9390dc9ca9f9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9\u0026tag=v4.17.0-202504281009.p0.g8630f33.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-network-metrics-daemon-rhel9@sha256:0e47e27fce44f690b6b358249a26dd334d40d77a934c289f5c6d700825339850_amd64",
                "product": {
                  "name": "openshift4/ose-network-metrics-daemon-rhel9@sha256:0e47e27fce44f690b6b358249a26dd334d40d77a934c289f5c6d700825339850_amd64",
                  "product_id": "openshift4/ose-network-metrics-daemon-rhel9@sha256:0e47e27fce44f690b6b358249a26dd334d40d77a934c289f5c6d700825339850_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-network-metrics-daemon-rhel9@sha256:0e47e27fce44f690b6b358249a26dd334d40d77a934c289f5c6d700825339850?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9\u0026tag=v4.17.0-202504281009.p0.gddb486a.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/network-tools-rhel9@sha256:4b75b7fd029742eb75968481f181fd1f219b6b9fa0da0b48987cf988ca48d5f1_amd64",
                "product": {
                  "name": "openshift4/network-tools-rhel9@sha256:4b75b7fd029742eb75968481f181fd1f219b6b9fa0da0b48987cf988ca48d5f1_amd64",
                  "product_id": "openshift4/network-tools-rhel9@sha256:4b75b7fd029742eb75968481f181fd1f219b6b9fa0da0b48987cf988ca48d5f1_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/network-tools-rhel9@sha256:4b75b7fd029742eb75968481f181fd1f219b6b9fa0da0b48987cf988ca48d5f1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/network-tools-rhel9\u0026tag=v4.17.0-202504300106.p0.g8e170b4.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:065ce9ed541af2ee48a9c7d803865180f3c0431c2e96edfa1b09bab0bbbf40bf_amd64",
                "product": {
                  "name": "openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:065ce9ed541af2ee48a9c7d803865180f3c0431c2e96edfa1b09bab0bbbf40bf_amd64",
                  "product_id": "openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:065ce9ed541af2ee48a9c7d803865180f3c0431c2e96edfa1b09bab0bbbf40bf_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-nutanix-cloud-controller-manager-rhel9@sha256:065ce9ed541af2ee48a9c7d803865180f3c0431c2e96edfa1b09bab0bbbf40bf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9\u0026tag=v4.17.0-202504281009.p0.gc9f6cd1.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-nutanix-machine-controllers-rhel9@sha256:d8add7c0ed65ac5c6a053c21fe96fe8955b6541f9b05a47863974d18a7021ad4_amd64",
                "product": {
                  "name": "openshift4/ose-nutanix-machine-controllers-rhel9@sha256:d8add7c0ed65ac5c6a053c21fe96fe8955b6541f9b05a47863974d18a7021ad4_amd64",
                  "product_id": "openshift4/ose-nutanix-machine-controllers-rhel9@sha256:d8add7c0ed65ac5c6a053c21fe96fe8955b6541f9b05a47863974d18a7021ad4_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-nutanix-machine-controllers-rhel9@sha256:d8add7c0ed65ac5c6a053c21fe96fe8955b6541f9b05a47863974d18a7021ad4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9\u0026tag=v4.17.0-202504281009.p0.g68aa2bb.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-oauth-apiserver-rhel9@sha256:08fbba8e85f6efc4f5d77d1bc9165fc30628f4a04383928110e5cb58e80f7e62_amd64",
                "product": {
                  "name": "openshift4/ose-oauth-apiserver-rhel9@sha256:08fbba8e85f6efc4f5d77d1bc9165fc30628f4a04383928110e5cb58e80f7e62_amd64",
                  "product_id": "openshift4/ose-oauth-apiserver-rhel9@sha256:08fbba8e85f6efc4f5d77d1bc9165fc30628f4a04383928110e5cb58e80f7e62_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-oauth-apiserver-rhel9@sha256:08fbba8e85f6efc4f5d77d1bc9165fc30628f4a04383928110e5cb58e80f7e62?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9\u0026tag=v4.17.0-202504281009.p0.g04782ff.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-olm-catalogd-rhel9@sha256:2b350e41bc865f8cf3d91ec774a1ef90efcb1dc695031d54cfcbcba445ec576b_amd64",
                "product": {
                  "name": "openshift4/ose-olm-catalogd-rhel9@sha256:2b350e41bc865f8cf3d91ec774a1ef90efcb1dc695031d54cfcbcba445ec576b_amd64",
                  "product_id": "openshift4/ose-olm-catalogd-rhel9@sha256:2b350e41bc865f8cf3d91ec774a1ef90efcb1dc695031d54cfcbcba445ec576b_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-olm-catalogd-rhel9@sha256:2b350e41bc865f8cf3d91ec774a1ef90efcb1dc695031d54cfcbcba445ec576b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-olm-catalogd-rhel9\u0026tag=v4.17.0-202504281009.p0.gc740e05.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-olm-operator-controller-rhel9@sha256:a2ada640c8cf94921756f81c68762e3aaf7eeae865cca833be5fe14a868e9832_amd64",
                "product": {
                  "name": "openshift4/ose-olm-operator-controller-rhel9@sha256:a2ada640c8cf94921756f81c68762e3aaf7eeae865cca833be5fe14a868e9832_amd64",
                  "product_id": "openshift4/ose-olm-operator-controller-rhel9@sha256:a2ada640c8cf94921756f81c68762e3aaf7eeae865cca833be5fe14a868e9832_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-olm-operator-controller-rhel9@sha256:a2ada640c8cf94921756f81c68762e3aaf7eeae865cca833be5fe14a868e9832?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9\u0026tag=v4.17.0-202504281009.p0.g8bc0220.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-openshift-apiserver-rhel9@sha256:dd1be867b630db99ef81dae76668387115f04a9f0c61364f0a6e216d0a28cb05_amd64",
                "product": {
                  "name": "openshift4/ose-openshift-apiserver-rhel9@sha256:dd1be867b630db99ef81dae76668387115f04a9f0c61364f0a6e216d0a28cb05_amd64",
                  "product_id": "openshift4/ose-openshift-apiserver-rhel9@sha256:dd1be867b630db99ef81dae76668387115f04a9f0c61364f0a6e216d0a28cb05_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-openshift-apiserver-rhel9@sha256:dd1be867b630db99ef81dae76668387115f04a9f0c61364f0a6e216d0a28cb05?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9\u0026tag=v4.17.0-202504281009.p0.g58f7b42.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-openshift-controller-manager-rhel9@sha256:9825100ccb4a060d9f37d554a8f9d79dfc8427785eda77610c60ad0feb74c666_amd64",
                "product": {
                  "name": "openshift4/ose-openshift-controller-manager-rhel9@sha256:9825100ccb4a060d9f37d554a8f9d79dfc8427785eda77610c60ad0feb74c666_amd64",
                  "product_id": "openshift4/ose-openshift-controller-manager-rhel9@sha256:9825100ccb4a060d9f37d554a8f9d79dfc8427785eda77610c60ad0feb74c666_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-openshift-controller-manager-rhel9@sha256:9825100ccb4a060d9f37d554a8f9d79dfc8427785eda77610c60ad0feb74c666?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9\u0026tag=v4.17.0-202504281009.p0.g70aa014.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c7cab534f6196d76cc1e31b17bde3bf5c3986fcffe7a1c026013012c7ab68c81_amd64",
                "product": {
                  "name": "openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c7cab534f6196d76cc1e31b17bde3bf5c3986fcffe7a1c026013012c7ab68c81_amd64",
                  "product_id": "openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c7cab534f6196d76cc1e31b17bde3bf5c3986fcffe7a1c026013012c7ab68c81_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9@sha256:c7cab534f6196d76cc1e31b17bde3bf5c3986fcffe7a1c026013012c7ab68c81?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9\u0026tag=v4.17.0-202504281009.p0.g0e338e1.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:213222f7adf001b898109567c42c82d6d9325ee707615caa1ac0fc15fae574f0_amd64",
                "product": {
                  "name": "openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:213222f7adf001b898109567c42c82d6d9325ee707615caa1ac0fc15fae574f0_amd64",
                  "product_id": "openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:213222f7adf001b898109567c42c82d6d9325ee707615caa1ac0fc15fae574f0_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:213222f7adf001b898109567c42c82d6d9325ee707615caa1ac0fc15fae574f0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator\u0026tag=v4.17.0-202504281009.p0.gf89b6db.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:6e6be32bd4a1e3739d0e0f1da3674cd6f74ec5255865dc832d91d41f47283718_amd64",
                "product": {
                  "name": "openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:6e6be32bd4a1e3739d0e0f1da3674cd6f74ec5255865dc832d91d41f47283718_amd64",
                  "product_id": "openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:6e6be32bd4a1e3739d0e0f1da3674cd6f74ec5255865dc832d91d41f47283718_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel9@sha256:6e6be32bd4a1e3739d0e0f1da3674cd6f74ec5255865dc832d91d41f47283718?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9\u0026tag=v4.17.0-202504281009.p0.g0e338e1.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-operator-framework-tools-rhel9@sha256:5abbe0d3aa1d5dd9296e795465ddd5a117c466606481a418b2846c435ffeffad_amd64",
                "product": {
                  "name": "openshift4/ose-operator-framework-tools-rhel9@sha256:5abbe0d3aa1d5dd9296e795465ddd5a117c466606481a418b2846c435ffeffad_amd64",
                  "product_id": "openshift4/ose-operator-framework-tools-rhel9@sha256:5abbe0d3aa1d5dd9296e795465ddd5a117c466606481a418b2846c435ffeffad_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-operator-framework-tools-rhel9@sha256:5abbe0d3aa1d5dd9296e795465ddd5a117c466606481a418b2846c435ffeffad?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9\u0026tag=v4.17.0-202504281009.p0.gd3b1715.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ovirt-csi-driver-rhel9@sha256:0c5c2dc265383ca172155921b1984557dc71532d880ee3f105d86b736d46f48d_amd64",
                "product": {
                  "name": "openshift4/ovirt-csi-driver-rhel9@sha256:0c5c2dc265383ca172155921b1984557dc71532d880ee3f105d86b736d46f48d_amd64",
                  "product_id": "openshift4/ovirt-csi-driver-rhel9@sha256:0c5c2dc265383ca172155921b1984557dc71532d880ee3f105d86b736d46f48d_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ovirt-csi-driver-rhel9@sha256:0c5c2dc265383ca172155921b1984557dc71532d880ee3f105d86b736d46f48d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel9\u0026tag=v4.17.0-202504281009.p0.g1db726a.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-ovn-kubernetes-rhel9@sha256:7a6d7d84e63cdab1cf92a6d022168a620a22f5e8ae898f7b972871bf76287886_amd64",
                "product": {
                  "name": "openshift4/ose-ovn-kubernetes-rhel9@sha256:7a6d7d84e63cdab1cf92a6d022168a620a22f5e8ae898f7b972871bf76287886_amd64",
                  "product_id": "openshift4/ose-ovn-kubernetes-rhel9@sha256:7a6d7d84e63cdab1cf92a6d022168a620a22f5e8ae898f7b972871bf76287886_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256:7a6d7d84e63cdab1cf92a6d022168a620a22f5e8ae898f7b972871bf76287886?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9\u0026tag=v4.17.0-202504281009.p0.gb02d1af.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-powervs-block-csi-driver-rhel9@sha256:d08894b4f991791b4f1a1603c215538b1b6ebed430e07533287abf86baa2c3cd_amd64",
                "product": {
                  "name": "openshift4/ose-powervs-block-csi-driver-rhel9@sha256:d08894b4f991791b4f1a1603c215538b1b6ebed430e07533287abf86baa2c3cd_amd64",
                  "product_id": "openshift4/ose-powervs-block-csi-driver-rhel9@sha256:d08894b4f991791b4f1a1603c215538b1b6ebed430e07533287abf86baa2c3cd_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-powervs-block-csi-driver-rhel9@sha256:d08894b4f991791b4f1a1603c215538b1b6ebed430e07533287abf86baa2c3cd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9\u0026tag=v4.17.0-202504281009.p0.gaaa6afa.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:9fdf5e3812eef56895b938f68f8d148c2888158d01fcd817ef8292deff66fc34_amd64",
                "product": {
                  "name": "openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:9fdf5e3812eef56895b938f68f8d148c2888158d01fcd817ef8292deff66fc34_amd64",
                  "product_id": "openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:9fdf5e3812eef56895b938f68f8d148c2888158d01fcd817ef8292deff66fc34_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-powervs-block-csi-driver-rhel9-operator@sha256:9fdf5e3812eef56895b938f68f8d148c2888158d01fcd817ef8292deff66fc34?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator\u0026tag=v4.17.0-202504281009.p0.gf6f037c.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:5ce97b705cd6ea00a6d5517f13e468c0b2bbe902d425ec3048d90d7dbdc7bedf_amd64",
                "product": {
                  "name": "openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:5ce97b705cd6ea00a6d5517f13e468c0b2bbe902d425ec3048d90d7dbdc7bedf_amd64",
                  "product_id": "openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:5ce97b705cd6ea00a6d5517f13e468c0b2bbe902d425ec3048d90d7dbdc7bedf_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-powervs-cloud-controller-manager-rhel9@sha256:5ce97b705cd6ea00a6d5517f13e468c0b2bbe902d425ec3048d90d7dbdc7bedf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9\u0026tag=v4.17.0-202504281009.p0.gbd3d72e.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-powervs-machine-controllers-rhel9@sha256:7f96b42095d100141a2bbd7ac8cad14562cac3c186b26d00d0fc81880b093f07_amd64",
                "product": {
                  "name": "openshift4/ose-powervs-machine-controllers-rhel9@sha256:7f96b42095d100141a2bbd7ac8cad14562cac3c186b26d00d0fc81880b093f07_amd64",
                  "product_id": "openshift4/ose-powervs-machine-controllers-rhel9@sha256:7f96b42095d100141a2bbd7ac8cad14562cac3c186b26d00d0fc81880b093f07_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-powervs-machine-controllers-rhel9@sha256:7f96b42095d100141a2bbd7ac8cad14562cac3c186b26d00d0fc81880b093f07?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9\u0026tag=v4.17.0-202504281009.p0.gd7b13a6.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/openshift-route-controller-manager-rhel9@sha256:37180fdc0de1d570dbc77d0388de47f945146388c83ead17805d582a4d5d8dc9_amd64",
                "product": {
                  "name": "openshift4/openshift-route-controller-manager-rhel9@sha256:37180fdc0de1d570dbc77d0388de47f945146388c83ead17805d582a4d5d8dc9_amd64",
                  "product_id": "openshift4/openshift-route-controller-manager-rhel9@sha256:37180fdc0de1d570dbc77d0388de47f945146388c83ead17805d582a4d5d8dc9_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift-route-controller-manager-rhel9@sha256:37180fdc0de1d570dbc77d0388de47f945146388c83ead17805d582a4d5d8dc9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9\u0026tag=v4.17.0-202504281009.p0.gcd4a3dc.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-service-ca-rhel9-operator@sha256:ba873fccc64591a61d5a0f0d16ebcbc040532e8e16309b183395beba4e8f94ef_amd64",
                "product": {
                  "name": "openshift4/ose-service-ca-rhel9-operator@sha256:ba873fccc64591a61d5a0f0d16ebcbc040532e8e16309b183395beba4e8f94ef_amd64",
                  "product_id": "openshift4/ose-service-ca-rhel9-operator@sha256:ba873fccc64591a61d5a0f0d16ebcbc040532e8e16309b183395beba4e8f94ef_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-service-ca-rhel9-operator@sha256:ba873fccc64591a61d5a0f0d16ebcbc040532e8e16309b183395beba4e8f94ef?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-service-ca-rhel9-operator\u0026tag=v4.17.0-202504281009.p0.gf1b6307.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-thanos-rhel9@sha256:171a666373eefa0b34cc77d1c1e1361020055746c641f81bdf55581304ef1a45_amd64",
                "product": {
                  "name": "openshift4/ose-thanos-rhel9@sha256:171a666373eefa0b34cc77d1c1e1361020055746c641f81bdf55581304ef1a45_amd64",
                  "product_id": "openshift4/ose-thanos-rhel9@sha256:171a666373eefa0b34cc77d1c1e1361020055746c641f81bdf55581304ef1a45_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-thanos-rhel9@sha256:171a666373eefa0b34cc77d1c1e1361020055746c641f81bdf55581304ef1a45?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-thanos-rhel9\u0026tag=v4.17.0-202504281009.p0.g5b56736.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-tools-rhel9@sha256:fb4f18eee9c9aa4131ab06485a4c0444f0cb02ab11c6dca878f63f0392bf6b62_amd64",
                "product": {
                  "name": "openshift4/ose-tools-rhel9@sha256:fb4f18eee9c9aa4131ab06485a4c0444f0cb02ab11c6dca878f63f0392bf6b62_amd64",
                  "product_id": "openshift4/ose-tools-rhel9@sha256:fb4f18eee9c9aa4131ab06485a4c0444f0cb02ab11c6dca878f63f0392bf6b62_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-tools-rhel9@sha256:fb4f18eee9c9aa4131ab06485a4c0444f0cb02ab11c6dca878f63f0392bf6b62?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-tools-rhel9\u0026tag=v4.17.0-202504300106.p0.g0000b3e.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-vsphere-csi-driver-rhel9@sha256:19295e454699d1dd59b159aef11ca3d4d410f051d5344dd1b0aff527fc3088dd_amd64",
                "product": {
                  "name": "openshift4/ose-vsphere-csi-driver-rhel9@sha256:19295e454699d1dd59b159aef11ca3d4d410f051d5344dd1b0aff527fc3088dd_amd64",
                  "product_id": "openshift4/ose-vsphere-csi-driver-rhel9@sha256:19295e454699d1dd59b159aef11ca3d4d410f051d5344dd1b0aff527fc3088dd_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-vsphere-csi-driver-rhel9@sha256:19295e454699d1dd59b159aef11ca3d4d410f051d5344dd1b0aff527fc3088dd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9\u0026tag=v4.17.0-202504281009.p0.g039ee36.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:19295e454699d1dd59b159aef11ca3d4d410f051d5344dd1b0aff527fc3088dd_amd64",
                "product": {
                  "name": "openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:19295e454699d1dd59b159aef11ca3d4d410f051d5344dd1b0aff527fc3088dd_amd64",
                  "product_id": "openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:19295e454699d1dd59b159aef11ca3d4d410f051d5344dd1b0aff527fc3088dd_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-vmware-vsphere-csi-driver-rhel9@sha256:19295e454699d1dd59b159aef11ca3d4d410f051d5344dd1b0aff527fc3088dd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9\u0026tag=v4.17.0-202504281009.p0.g039ee36.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:8e5aad7733bffaf858ab1d1030a1c37d9516d40e083be5db9ad7d4dd53a118bf_amd64",
                "product": {
                  "name": "openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:8e5aad7733bffaf858ab1d1030a1c37d9516d40e083be5db9ad7d4dd53a118bf_amd64",
                  "product_id": "openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:8e5aad7733bffaf858ab1d1030a1c37d9516d40e083be5db9ad7d4dd53a118bf_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-vsphere-csi-driver-rhel9-operator@sha256:8e5aad7733bffaf858ab1d1030a1c37d9516d40e083be5db9ad7d4dd53a118bf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator\u0026tag=v4.17.0-202504281009.p0.ge1de36a.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:8e5aad7733bffaf858ab1d1030a1c37d9516d40e083be5db9ad7d4dd53a118bf_amd64",
                "product": {
                  "name": "openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:8e5aad7733bffaf858ab1d1030a1c37d9516d40e083be5db9ad7d4dd53a118bf_amd64",
                  "product_id": "openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:8e5aad7733bffaf858ab1d1030a1c37d9516d40e083be5db9ad7d4dd53a118bf_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:8e5aad7733bffaf858ab1d1030a1c37d9516d40e083be5db9ad7d4dd53a118bf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator\u0026tag=v4.17.0-202504281009.p0.ge1de36a.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:4dec733ed9c56865b1cc97f2f82ecf81ce6c7949cee3b6a1599075e54f893d67_amd64",
                "product": {
                  "name": "openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:4dec733ed9c56865b1cc97f2f82ecf81ce6c7949cee3b6a1599075e54f893d67_amd64",
                  "product_id": "openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:4dec733ed9c56865b1cc97f2f82ecf81ce6c7949cee3b6a1599075e54f893d67_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-vsphere-cloud-controller-manager-rhel9@sha256:4dec733ed9c56865b1cc97f2f82ecf81ce6c7949cee3b6a1599075e54f893d67?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9\u0026tag=v4.17.0-202504281009.p0.g097d823.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:8f5f4a8c8d9b31039b46e2297ba597600522fefd00eb2472c4f7a64739136723_amd64",
                "product": {
                  "name": "openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:8f5f4a8c8d9b31039b46e2297ba597600522fefd00eb2472c4f7a64739136723_amd64",
                  "product_id": "openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:8f5f4a8c8d9b31039b46e2297ba597600522fefd00eb2472c4f7a64739136723_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-vsphere-cluster-api-controllers-rhel9@sha256:8f5f4a8c8d9b31039b46e2297ba597600522fefd00eb2472c4f7a64739136723?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9\u0026tag=v4.17.0-202504281009.p0.g1661cc3.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-vsphere-problem-detector-rhel9@sha256:8f0fc81d0fa8ab13f02d4aa1827cf2e48b4de3d7b8f46b612fe1483f8e34f559_amd64",
                "product": {
                  "name": "openshift4/ose-vsphere-problem-detector-rhel9@sha256:8f0fc81d0fa8ab13f02d4aa1827cf2e48b4de3d7b8f46b612fe1483f8e34f559_amd64",
                  "product_id": "openshift4/ose-vsphere-problem-detector-rhel9@sha256:8f0fc81d0fa8ab13f02d4aa1827cf2e48b4de3d7b8f46b612fe1483f8e34f559_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-vsphere-problem-detector-rhel9@sha256:8f0fc81d0fa8ab13f02d4aa1827cf2e48b4de3d7b8f46b612fe1483f8e34f559?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9\u0026tag=v4.17.0-202504281009.p0.gcd0df71.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d42d85915e158a7ba41ab7c855ebbff6a5e6594bbe9e002190b5966507552c2c_amd64",
                "product": {
                  "name": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d42d85915e158a7ba41ab7c855ebbff6a5e6594bbe9e002190b5966507552c2c_amd64",
                  "product_id": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d42d85915e158a7ba41ab7c855ebbff6a5e6594bbe9e002190b5966507552c2c_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256:d42d85915e158a7ba41ab7c855ebbff6a5e6594bbe9e002190b5966507552c2c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9\u0026tag=v4.17.0-202504281009.p0.gb02d1af.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-prometheus-config-reloader-rhel9@sha256:a8739133a6616a7a34ef4cbd7eeb731b3839d4e5ac4d5f2ef52894b493b0503e_amd64",
                "product": {
                  "name": "openshift4/ose-prometheus-config-reloader-rhel9@sha256:a8739133a6616a7a34ef4cbd7eeb731b3839d4e5ac4d5f2ef52894b493b0503e_amd64",
                  "product_id": "openshift4/ose-prometheus-config-reloader-rhel9@sha256:a8739133a6616a7a34ef4cbd7eeb731b3839d4e5ac4d5f2ef52894b493b0503e_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-prometheus-config-reloader-rhel9@sha256:a8739133a6616a7a34ef4cbd7eeb731b3839d4e5ac4d5f2ef52894b493b0503e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9\u0026tag=v4.17.0-202504281009.p0.g77cedd6.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b064cb6d4991fa87e75776f37bb8602d006e296d213f5bbd6b47c6de2903f152_amd64",
                "product": {
                  "name": "openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b064cb6d4991fa87e75776f37bb8602d006e296d213f5bbd6b47c6de2903f152_amd64",
                  "product_id": "openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b064cb6d4991fa87e75776f37bb8602d006e296d213f5bbd6b47c6de2903f152_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel9@sha256:b064cb6d4991fa87e75776f37bb8602d006e296d213f5bbd6b47c6de2903f152?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9\u0026tag=v4.17.0-202504281009.p0.g77cedd6.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-prometheus-rhel9-operator@sha256:c0d1e70914880e19b13f1c899623c78b880777ffd0d54f813a8c78f2f172a4d2_amd64",
                "product": {
                  "name": "openshift4/ose-prometheus-rhel9-operator@sha256:c0d1e70914880e19b13f1c899623c78b880777ffd0d54f813a8c78f2f172a4d2_amd64",
                  "product_id": "openshift4/ose-prometheus-rhel9-operator@sha256:c0d1e70914880e19b13f1c899623c78b880777ffd0d54f813a8c78f2f172a4d2_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-prometheus-rhel9-operator@sha256:c0d1e70914880e19b13f1c899623c78b880777ffd0d54f813a8c78f2f172a4d2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-rhel9-operator\u0026tag=v4.17.0-202504281009.p0.g77cedd6.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-prom-label-proxy-rhel9@sha256:db3b3649eec224de4af5c5223bf4928f8e302c5f54ec9d501ce8bb71c3c627a3_amd64",
                "product": {
                  "name": "openshift4/ose-prom-label-proxy-rhel9@sha256:db3b3649eec224de4af5c5223bf4928f8e302c5f54ec9d501ce8bb71c3c627a3_amd64",
                  "product_id": "openshift4/ose-prom-label-proxy-rhel9@sha256:db3b3649eec224de4af5c5223bf4928f8e302c5f54ec9d501ce8bb71c3c627a3_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-prom-label-proxy-rhel9@sha256:db3b3649eec224de4af5c5223bf4928f8e302c5f54ec9d501ce8bb71c3c627a3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9\u0026tag=v4.17.0-202504281009.p0.gd80e904.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-telemeter-rhel9@sha256:93a0c6f59c4f920371c1210668bc5c0a9d6fca17dfe978d8427f772464e16af4_amd64",
                "product": {
                  "name": "openshift4/ose-telemeter-rhel9@sha256:93a0c6f59c4f920371c1210668bc5c0a9d6fca17dfe978d8427f772464e16af4_amd64",
                  "product_id": "openshift4/ose-telemeter-rhel9@sha256:93a0c6f59c4f920371c1210668bc5c0a9d6fca17dfe978d8427f772464e16af4_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-telemeter-rhel9@sha256:93a0c6f59c4f920371c1210668bc5c0a9d6fca17dfe978d8427f772464e16af4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-telemeter-rhel9\u0026tag=v4.17.0-202504281009.p0.ge2b2524.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:768cb3d11c268969e4eb1759e8d67394501e51380d2e498e3d3b06ddb98d6a29_amd64",
                "product": {
                  "name": "openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:768cb3d11c268969e4eb1759e8d67394501e51380d2e498e3d3b06ddb98d6a29_amd64",
                  "product_id": "openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:768cb3d11c268969e4eb1759e8d67394501e51380d2e498e3d3b06ddb98d6a29_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-vsphere-csi-driver-syncer-rhel9@sha256:768cb3d11c268969e4eb1759e8d67394501e51380d2e498e3d3b06ddb98d6a29?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9\u0026tag=v4.17.0-202504281009.p0.g039ee36.assembly.stream.el9"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "amd64"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-autoscaler-rhel9@sha256:adaebf9abc62813762600f7ebb480c57d186186f64a3246e62a50a7d84b016d5_s390x",
                "product": {
                  "name": "openshift4/ose-cluster-autoscaler-rhel9@sha256:adaebf9abc62813762600f7ebb480c57d186186f64a3246e62a50a7d84b016d5_s390x",
                  "product_id": "openshift4/ose-cluster-autoscaler-rhel9@sha256:adaebf9abc62813762600f7ebb480c57d186186f64a3246e62a50a7d84b016d5_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-autoscaler-rhel9@sha256:adaebf9abc62813762600f7ebb480c57d186186f64a3246e62a50a7d84b016d5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9\u0026tag=v4.17.0-202504281009.p0.g12bd2a9.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/aws-kms-encryption-provider-rhel9@sha256:d94dc7200bafdfb39d5d7ce555b36d59d17a0add1091babd769f33dfdb854cda_s390x",
                "product": {
                  "name": "openshift4/aws-kms-encryption-provider-rhel9@sha256:d94dc7200bafdfb39d5d7ce555b36d59d17a0add1091babd769f33dfdb854cda_s390x",
                  "product_id": "openshift4/aws-kms-encryption-provider-rhel9@sha256:d94dc7200bafdfb39d5d7ce555b36d59d17a0add1091babd769f33dfdb854cda_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/aws-kms-encryption-provider-rhel9@sha256:d94dc7200bafdfb39d5d7ce555b36d59d17a0add1091babd769f33dfdb854cda?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9\u0026tag=v4.17.0-202504281009.p0.g9d40167.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/azure-kms-encryption-provider-rhel9@sha256:a8c81f1ea15f8625cee9ad826d2263d09c17b6fe7b2941579f8914ab6ead1689_s390x",
                "product": {
                  "name": "openshift4/azure-kms-encryption-provider-rhel9@sha256:a8c81f1ea15f8625cee9ad826d2263d09c17b6fe7b2941579f8914ab6ead1689_s390x",
                  "product_id": "openshift4/azure-kms-encryption-provider-rhel9@sha256:a8c81f1ea15f8625cee9ad826d2263d09c17b6fe7b2941579f8914ab6ead1689_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/azure-kms-encryption-provider-rhel9@sha256:a8c81f1ea15f8625cee9ad826d2263d09c17b6fe7b2941579f8914ab6ead1689?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9\u0026tag=v4.17.0-202504281009.p0.gf1e56a2.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-baremetal-machine-controllers-rhel9@sha256:121f2f0e061989fa7e65ac7ba56288f13fe2386d6fa60da425fe24dc628df4c8_s390x",
                "product": {
                  "name": "openshift4/ose-baremetal-machine-controllers-rhel9@sha256:121f2f0e061989fa7e65ac7ba56288f13fe2386d6fa60da425fe24dc628df4c8_s390x",
                  "product_id": "openshift4/ose-baremetal-machine-controllers-rhel9@sha256:121f2f0e061989fa7e65ac7ba56288f13fe2386d6fa60da425fe24dc628df4c8_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-baremetal-machine-controllers-rhel9@sha256:121f2f0e061989fa7e65ac7ba56288f13fe2386d6fa60da425fe24dc628df4c8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9\u0026tag=v4.17.0-202504281009.p0.g6e7aa77.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-etcd-rhel9-operator@sha256:650b29293672c4f9eb788e2e4257716274f9faf4cd2e894a5f327a5bb98eac9a_s390x",
                "product": {
                  "name": "openshift4/ose-cluster-etcd-rhel9-operator@sha256:650b29293672c4f9eb788e2e4257716274f9faf4cd2e894a5f327a5bb98eac9a_s390x",
                  "product_id": "openshift4/ose-cluster-etcd-rhel9-operator@sha256:650b29293672c4f9eb788e2e4257716274f9faf4cd2e894a5f327a5bb98eac9a_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-etcd-rhel9-operator@sha256:650b29293672c4f9eb788e2e4257716274f9faf4cd2e894a5f327a5bb98eac9a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator\u0026tag=v4.17.0-202504281009.p0.g50f5541.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0123dbaeabb8ae42942d1b3f5a5c2eea452501d1bbbc7e069b881bf2bd5c3d24_s390x",
                "product": {
                  "name": "openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0123dbaeabb8ae42942d1b3f5a5c2eea452501d1bbbc7e069b881bf2bd5c3d24_s390x",
                  "product_id": "openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0123dbaeabb8ae42942d1b3f5a5c2eea452501d1bbbc7e069b881bf2bd5c3d24_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-monitoring-rhel9-operator@sha256:0123dbaeabb8ae42942d1b3f5a5c2eea452501d1bbbc7e069b881bf2bd5c3d24?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator\u0026tag=v4.17.0-202504281009.p0.gff3a4f0.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-network-rhel9-operator@sha256:6defce2a88b37065fd7b8bd745d28e60599a08d3cb931872ea50b33cbb69b360_s390x",
                "product": {
                  "name": "openshift4/ose-cluster-network-rhel9-operator@sha256:6defce2a88b37065fd7b8bd745d28e60599a08d3cb931872ea50b33cbb69b360_s390x",
                  "product_id": "openshift4/ose-cluster-network-rhel9-operator@sha256:6defce2a88b37065fd7b8bd745d28e60599a08d3cb931872ea50b33cbb69b360_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-network-rhel9-operator@sha256:6defce2a88b37065fd7b8bd745d28e60599a08d3cb931872ea50b33cbb69b360?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator\u0026tag=v4.17.0-202504281009.p0.g5f2fe68.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9be60ee09a3ff9b58d8076b67ab28085130a5ae1f432183f1fe3f7859bf90393_s390x",
                "product": {
                  "name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9be60ee09a3ff9b58d8076b67ab28085130a5ae1f432183f1fe3f7859bf90393_s390x",
                  "product_id": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9be60ee09a3ff9b58d8076b67ab28085130a5ae1f432183f1fe3f7859bf90393_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256:9be60ee09a3ff9b58d8076b67ab28085130a5ae1f432183f1fe3f7859bf90393?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator\u0026tag=v4.17.0-202504300106.p0.gb6712f3.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-version-rhel9-operator@sha256:9d3e0d922f3e069e90a5b16c08804baec619f0133ab9607e779222e6acf7553f_s390x",
                "product": {
                  "name": "openshift4/ose-cluster-version-rhel9-operator@sha256:9d3e0d922f3e069e90a5b16c08804baec619f0133ab9607e779222e6acf7553f_s390x",
                  "product_id": "openshift4/ose-cluster-version-rhel9-operator@sha256:9d3e0d922f3e069e90a5b16c08804baec619f0133ab9607e779222e6acf7553f_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-version-rhel9-operator@sha256:9d3e0d922f3e069e90a5b16c08804baec619f0133ab9607e779222e6acf7553f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator\u0026tag=v4.17.0-202504281705.p0.gb06c462.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-configmap-reloader-rhel9@sha256:6f7d5e9aa75df873827538c22f4bc5f5132e0968847e12937c7f772d2bd56928_s390x",
                "product": {
                  "name": "openshift4/ose-configmap-reloader-rhel9@sha256:6f7d5e9aa75df873827538c22f4bc5f5132e0968847e12937c7f772d2bd56928_s390x",
                  "product_id": "openshift4/ose-configmap-reloader-rhel9@sha256:6f7d5e9aa75df873827538c22f4bc5f5132e0968847e12937c7f772d2bd56928_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-configmap-reloader-rhel9@sha256:6f7d5e9aa75df873827538c22f4bc5f5132e0968847e12937c7f772d2bd56928?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-configmap-reloader-rhel9\u0026tag=v4.17.0-202504281009.p0.gb877222.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/container-networking-plugins-microshift-rhel9@sha256:3bb7db321e0bcbb3dadc7a1c9f350e69657249f4823e46184c7001f17aac7d1d_s390x",
                "product": {
                  "name": "openshift4/container-networking-plugins-microshift-rhel9@sha256:3bb7db321e0bcbb3dadc7a1c9f350e69657249f4823e46184c7001f17aac7d1d_s390x",
                  "product_id": "openshift4/container-networking-plugins-microshift-rhel9@sha256:3bb7db321e0bcbb3dadc7a1c9f350e69657249f4823e46184c7001f17aac7d1d_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/container-networking-plugins-microshift-rhel9@sha256:3bb7db321e0bcbb3dadc7a1c9f350e69657249f4823e46184c7001f17aac7d1d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9\u0026tag=v4.17.0-202504281009.p0.g24a6532.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-coredns-rhel9@sha256:6128f645ee1e92adc4e14f61ac61ca4208cda56fc474012ab5a1fc081710365b_s390x",
                "product": {
                  "name": "openshift4/ose-coredns-rhel9@sha256:6128f645ee1e92adc4e14f61ac61ca4208cda56fc474012ab5a1fc081710365b_s390x",
                  "product_id": "openshift4/ose-coredns-rhel9@sha256:6128f645ee1e92adc4e14f61ac61ca4208cda56fc474012ab5a1fc081710365b_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-coredns-rhel9@sha256:6128f645ee1e92adc4e14f61ac61ca4208cda56fc474012ab5a1fc081710365b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-coredns-rhel9\u0026tag=v4.17.0-202504281009.p0.gd3b441c.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-csi-external-attacher-rhel9@sha256:edc3a924116b76036a932e0522660e2303c8ffaee5d292e4e8cbb9f73f79b02d_s390x",
                "product": {
                  "name": "openshift4/ose-csi-external-attacher-rhel9@sha256:edc3a924116b76036a932e0522660e2303c8ffaee5d292e4e8cbb9f73f79b02d_s390x",
                  "product_id": "openshift4/ose-csi-external-attacher-rhel9@sha256:edc3a924116b76036a932e0522660e2303c8ffaee5d292e4e8cbb9f73f79b02d_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-csi-external-attacher-rhel9@sha256:edc3a924116b76036a932e0522660e2303c8ffaee5d292e4e8cbb9f73f79b02d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9\u0026tag=v4.17.0-202504281009.p0.gc3fe8e2.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-csi-livenessprobe-rhel9@sha256:22770984f3897afe484ddf93ad830d05af30ce0ca426c29dc33a448007fdf1ae_s390x",
                "product": {
                  "name": "openshift4/ose-csi-livenessprobe-rhel9@sha256:22770984f3897afe484ddf93ad830d05af30ce0ca426c29dc33a448007fdf1ae_s390x",
                  "product_id": "openshift4/ose-csi-livenessprobe-rhel9@sha256:22770984f3897afe484ddf93ad830d05af30ce0ca426c29dc33a448007fdf1ae_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-csi-livenessprobe-rhel9@sha256:22770984f3897afe484ddf93ad830d05af30ce0ca426c29dc33a448007fdf1ae?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9\u0026tag=v4.17.0-202504281009.p0.g075ebcd.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c7a86c7530e5818d8bbfdb1b2544010b327c6dcc99a39152788f5f28eb0ea049_s390x",
                "product": {
                  "name": "openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c7a86c7530e5818d8bbfdb1b2544010b327c6dcc99a39152788f5f28eb0ea049_s390x",
                  "product_id": "openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c7a86c7530e5818d8bbfdb1b2544010b327c6dcc99a39152788f5f28eb0ea049_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-csi-node-driver-registrar-rhel9@sha256:c7a86c7530e5818d8bbfdb1b2544010b327c6dcc99a39152788f5f28eb0ea049?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9\u0026tag=v4.17.0-202504281009.p0.g436a1f3.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-csi-external-provisioner-rhel9@sha256:2ff82a187738a60c7494cf579b35e1d9a16cd0e57acd9e18474aa11aed6edd7a_s390x",
                "product": {
                  "name": "openshift4/ose-csi-external-provisioner-rhel9@sha256:2ff82a187738a60c7494cf579b35e1d9a16cd0e57acd9e18474aa11aed6edd7a_s390x",
                  "product_id": "openshift4/ose-csi-external-provisioner-rhel9@sha256:2ff82a187738a60c7494cf579b35e1d9a16cd0e57acd9e18474aa11aed6edd7a_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-csi-external-provisioner-rhel9@sha256:2ff82a187738a60c7494cf579b35e1d9a16cd0e57acd9e18474aa11aed6edd7a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9\u0026tag=v4.17.0-202504281009.p0.gfe460e5.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/driver-toolkit-rhel9@sha256:b676dc0dbf6c39a7b3b68d3ef21cef981927255ba8ea45e9d1715396dcfe29ff_s390x",
                "product": {
                  "name": "openshift4/driver-toolkit-rhel9@sha256:b676dc0dbf6c39a7b3b68d3ef21cef981927255ba8ea45e9d1715396dcfe29ff_s390x",
                  "product_id": "openshift4/driver-toolkit-rhel9@sha256:b676dc0dbf6c39a7b3b68d3ef21cef981927255ba8ea45e9d1715396dcfe29ff_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/driver-toolkit-rhel9@sha256:b676dc0dbf6c39a7b3b68d3ef21cef981927255ba8ea45e9d1715396dcfe29ff?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/driver-toolkit-rhel9\u0026tag=v4.17.0-202504291435.p0.g859518f.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:1d5b94376d1ffe57828d9252b71372f132285a40b8487d9f931b9fdf6741cd83_s390x",
                "product": {
                  "name": "openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:1d5b94376d1ffe57828d9252b71372f132285a40b8487d9f931b9fdf6741cd83_s390x",
                  "product_id": "openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:1d5b94376d1ffe57828d9252b71372f132285a40b8487d9f931b9fdf6741cd83_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:1d5b94376d1ffe57828d9252b71372f132285a40b8487d9f931b9fdf6741cd83?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9\u0026tag=v4.17.0-202504281009.p0.g08579e9.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-oauth-proxy-rhel9@sha256:ca6723f202239be0464ff827710c011468d6df243cfa873274f9d4c828d4d76d_s390x",
                "product": {
                  "name": "openshift4/ose-oauth-proxy-rhel9@sha256:ca6723f202239be0464ff827710c011468d6df243cfa873274f9d4c828d4d76d_s390x",
                  "product_id": "openshift4/ose-oauth-proxy-rhel9@sha256:ca6723f202239be0464ff827710c011468d6df243cfa873274f9d4c828d4d76d_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-oauth-proxy-rhel9@sha256:ca6723f202239be0464ff827710c011468d6df243cfa873274f9d4c828d4d76d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-proxy-rhel9\u0026tag=v4.17.0-202504281009.p0.g07d03d7.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-prometheus-alertmanager-rhel9@sha256:30cc60b9273b07c493b3156ef278830bffeb109dba7c7c0517e0347ccd480631_s390x",
                "product": {
                  "name": "openshift4/ose-prometheus-alertmanager-rhel9@sha256:30cc60b9273b07c493b3156ef278830bffeb109dba7c7c0517e0347ccd480631_s390x",
                  "product_id": "openshift4/ose-prometheus-alertmanager-rhel9@sha256:30cc60b9273b07c493b3156ef278830bffeb109dba7c7c0517e0347ccd480631_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-prometheus-alertmanager-rhel9@sha256:30cc60b9273b07c493b3156ef278830bffeb109dba7c7c0517e0347ccd480631?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9\u0026tag=v4.17.0-202504281009.p0.gd7c1a7c.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-prometheus-node-exporter-rhel9@sha256:0fe50ce4c7264d9ec532e587c9846b0070b22522066816679f08a5a07111942c_s390x",
                "product": {
                  "name": "openshift4/ose-prometheus-node-exporter-rhel9@sha256:0fe50ce4c7264d9ec532e587c9846b0070b22522066816679f08a5a07111942c_s390x",
                  "product_id": "openshift4/ose-prometheus-node-exporter-rhel9@sha256:0fe50ce4c7264d9ec532e587c9846b0070b22522066816679f08a5a07111942c_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-prometheus-node-exporter-rhel9@sha256:0fe50ce4c7264d9ec532e587c9846b0070b22522066816679f08a5a07111942c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9\u0026tag=v4.17.0-202504281009.p0.gd88fd69.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-prometheus-rhel9@sha256:2cd0c0d30cdd42e4b78859bfdc5bb5dc500691e69efad403f6cbbea854564df6_s390x",
                "product": {
                  "name": "openshift4/ose-prometheus-rhel9@sha256:2cd0c0d30cdd42e4b78859bfdc5bb5dc500691e69efad403f6cbbea854564df6_s390x",
                  "product_id": "openshift4/ose-prometheus-rhel9@sha256:2cd0c0d30cdd42e4b78859bfdc5bb5dc500691e69efad403f6cbbea854564df6_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-prometheus-rhel9@sha256:2cd0c0d30cdd42e4b78859bfdc5bb5dc500691e69efad403f6cbbea854564df6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-rhel9\u0026tag=v4.17.0-202504281009.p0.gb43f995.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-kube-proxy-rhel9@sha256:bcbabfca97e7433c9fa4ad479c8906644461c2a5aa75c8ff7a7644b13975ba98_s390x",
                "product": {
                  "name": "openshift4/ose-kube-proxy-rhel9@sha256:bcbabfca97e7433c9fa4ad479c8906644461c2a5aa75c8ff7a7644b13975ba98_s390x",
                  "product_id": "openshift4/ose-kube-proxy-rhel9@sha256:bcbabfca97e7433c9fa4ad479c8906644461c2a5aa75c8ff7a7644b13975ba98_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-kube-proxy-rhel9@sha256:bcbabfca97e7433c9fa4ad479c8906644461c2a5aa75c8ff7a7644b13975ba98?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-kube-proxy-rhel9\u0026tag=v4.17.0-202504281009.p0.gdee082d.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-kube-rbac-proxy-rhel9@sha256:093d38e21abf82992df96727b799f72a14e66986b02e08eb6af990f4091ccc6d_s390x",
                "product": {
                  "name": "openshift4/ose-kube-rbac-proxy-rhel9@sha256:093d38e21abf82992df96727b799f72a14e66986b02e08eb6af990f4091ccc6d_s390x",
                  "product_id": "openshift4/ose-kube-rbac-proxy-rhel9@sha256:093d38e21abf82992df96727b799f72a14e66986b02e08eb6af990f4091ccc6d_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-kube-rbac-proxy-rhel9@sha256:093d38e21abf82992df96727b799f72a14e66986b02e08eb6af990f4091ccc6d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9\u0026tag=v4.17.0-202504281009.p0.g7718265.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-kube-state-metrics-rhel9@sha256:e26b6afc9938274f1777fc5eaf6c0a6b95fb5e9c7cdb51d0a778d548218293e3_s390x",
                "product": {
                  "name": "openshift4/ose-kube-state-metrics-rhel9@sha256:e26b6afc9938274f1777fc5eaf6c0a6b95fb5e9c7cdb51d0a778d548218293e3_s390x",
                  "product_id": "openshift4/ose-kube-state-metrics-rhel9@sha256:e26b6afc9938274f1777fc5eaf6c0a6b95fb5e9c7cdb51d0a778d548218293e3_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-kube-state-metrics-rhel9@sha256:e26b6afc9938274f1777fc5eaf6c0a6b95fb5e9c7cdb51d0a778d548218293e3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9\u0026tag=v4.17.0-202504281009.p0.g462e63f.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-operator-marketplace-rhel9@sha256:072e15ae931425b07953efa32a39b4312805dd12889af0f731c9b04238a21c11_s390x",
                "product": {
                  "name": "openshift4/ose-operator-marketplace-rhel9@sha256:072e15ae931425b07953efa32a39b4312805dd12889af0f731c9b04238a21c11_s390x",
                  "product_id": "openshift4/ose-operator-marketplace-rhel9@sha256:072e15ae931425b07953efa32a39b4312805dd12889af0f731c9b04238a21c11_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-operator-marketplace-rhel9@sha256:072e15ae931425b07953efa32a39b4312805dd12889af0f731c9b04238a21c11?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-operator-marketplace-rhel9\u0026tag=v4.17.0-202504281009.p0.gf03e282.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-monitoring-plugin-rhel9@sha256:158251335ecb898e1d9dd072153925e15c27974ea5bac191d2b2238aa3e9d9ef_s390x",
                "product": {
                  "name": "openshift4/ose-monitoring-plugin-rhel9@sha256:158251335ecb898e1d9dd072153925e15c27974ea5bac191d2b2238aa3e9d9ef_s390x",
                  "product_id": "openshift4/ose-monitoring-plugin-rhel9@sha256:158251335ecb898e1d9dd072153925e15c27974ea5bac191d2b2238aa3e9d9ef_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-monitoring-plugin-rhel9@sha256:158251335ecb898e1d9dd072153925e15c27974ea5bac191d2b2238aa3e9d9ef?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9\u0026tag=v4.17.0-202504300106.p0.g3246300.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-multus-cni-rhel9@sha256:06a30be1f56c0ba60fda631904e406def40a5294076d98f0946c1c7035785e1a_s390x",
                "product": {
                  "name": "openshift4/ose-multus-cni-rhel9@sha256:06a30be1f56c0ba60fda631904e406def40a5294076d98f0946c1c7035785e1a_s390x",
                  "product_id": "openshift4/ose-multus-cni-rhel9@sha256:06a30be1f56c0ba60fda631904e406def40a5294076d98f0946c1c7035785e1a_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-multus-cni-rhel9@sha256:06a30be1f56c0ba60fda631904e406def40a5294076d98f0946c1c7035785e1a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-multus-cni-rhel9\u0026tag=v4.17.0-202504281009.p0.gaf7b9cb.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-multus-cni-microshift-rhel9@sha256:a6aee61594a381b29e76718a05255a69ba1fc8d16b4836665499065cc00a6386_s390x",
                "product": {
                  "name": "openshift4/ose-multus-cni-microshift-rhel9@sha256:a6aee61594a381b29e76718a05255a69ba1fc8d16b4836665499065cc00a6386_s390x",
                  "product_id": "openshift4/ose-multus-cni-microshift-rhel9@sha256:a6aee61594a381b29e76718a05255a69ba1fc8d16b4836665499065cc00a6386_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-multus-cni-microshift-rhel9@sha256:a6aee61594a381b29e76718a05255a69ba1fc8d16b4836665499065cc00a6386?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9\u0026tag=v4.17.0-202504281009.p0.gaf7b9cb.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-networking-console-plugin-rhel9@sha256:ee249765525cafc3c5b1c9751427e7fa19bcef17566d5ca273fcda348e3dcd50_s390x",
                "product": {
                  "name": "openshift4/ose-networking-console-plugin-rhel9@sha256:ee249765525cafc3c5b1c9751427e7fa19bcef17566d5ca273fcda348e3dcd50_s390x",
                  "product_id": "openshift4/ose-networking-console-plugin-rhel9@sha256:ee249765525cafc3c5b1c9751427e7fa19bcef17566d5ca273fcda348e3dcd50_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-networking-console-plugin-rhel9@sha256:ee249765525cafc3c5b1c9751427e7fa19bcef17566d5ca273fcda348e3dcd50?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9\u0026tag=v4.17.0-202504300106.p0.g869e77a.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-oauth-server-rhel9@sha256:8b2c530a19bbf51813e7ae9bcc187a49b9637d808a720401ad512756d1cf0d2a_s390x",
                "product": {
                  "name": "openshift4/ose-oauth-server-rhel9@sha256:8b2c530a19bbf51813e7ae9bcc187a49b9637d808a720401ad512756d1cf0d2a_s390x",
                  "product_id": "openshift4/ose-oauth-server-rhel9@sha256:8b2c530a19bbf51813e7ae9bcc187a49b9637d808a720401ad512756d1cf0d2a_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-oauth-server-rhel9@sha256:8b2c530a19bbf51813e7ae9bcc187a49b9637d808a720401ad512756d1cf0d2a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-server-rhel9\u0026tag=v4.17.0-202504281009.p0.g5a70bce.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/oc-mirror-plugin-rhel9@sha256:50e9429282d07090b22b3f4f3770fd44307a488b8d080addf63159642e71bb51_s390x",
                "product": {
                  "name": "openshift4/oc-mirror-plugin-rhel9@sha256:50e9429282d07090b22b3f4f3770fd44307a488b8d080addf63159642e71bb51_s390x",
                  "product_id": "openshift4/oc-mirror-plugin-rhel9@sha256:50e9429282d07090b22b3f4f3770fd44307a488b8d080addf63159642e71bb51_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/oc-mirror-plugin-rhel9@sha256:50e9429282d07090b22b3f4f3770fd44307a488b8d080addf63159642e71bb51?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/oc-mirror-plugin-rhel9\u0026tag=v4.17.0-202504281009.p0.g39bedc7.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-docker-builder-rhel9@sha256:9d9662fee01dafbde830ab4ba397e5fa7eeccf90e2f8528fd57e748507a1b1e1_s390x",
                "product": {
                  "name": "openshift4/ose-docker-builder-rhel9@sha256:9d9662fee01dafbde830ab4ba397e5fa7eeccf90e2f8528fd57e748507a1b1e1_s390x",
                  "product_id": "openshift4/ose-docker-builder-rhel9@sha256:9d9662fee01dafbde830ab4ba397e5fa7eeccf90e2f8528fd57e748507a1b1e1_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-docker-builder-rhel9@sha256:9d9662fee01dafbde830ab4ba397e5fa7eeccf90e2f8528fd57e748507a1b1e1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-docker-builder-rhel9\u0026tag=v4.17.0-202504281009.p0.g2bfbba1.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cli-rhel9@sha256:90bc09d692046a1d7cb8596495e865bb42c7523b1fd23975a6507d3cd8d62e40_s390x",
                "product": {
                  "name": "openshift4/ose-cli-rhel9@sha256:90bc09d692046a1d7cb8596495e865bb42c7523b1fd23975a6507d3cd8d62e40_s390x",
                  "product_id": "openshift4/ose-cli-rhel9@sha256:90bc09d692046a1d7cb8596495e865bb42c7523b1fd23975a6507d3cd8d62e40_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cli-rhel9@sha256:90bc09d692046a1d7cb8596495e865bb42c7523b1fd23975a6507d3cd8d62e40?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cli-rhel9\u0026tag=v4.17.0-202504281009.p0.g0000b3e.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-console-rhel9@sha256:77e03f315578b64e1bdef7855ff0ae44c544f648d5a384c61a37473f7ec50f05_s390x",
                "product": {
                  "name": "openshift4/ose-console-rhel9@sha256:77e03f315578b64e1bdef7855ff0ae44c544f648d5a384c61a37473f7ec50f05_s390x",
                  "product_id": "openshift4/ose-console-rhel9@sha256:77e03f315578b64e1bdef7855ff0ae44c544f648d5a384c61a37473f7ec50f05_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-console-rhel9@sha256:77e03f315578b64e1bdef7855ff0ae44c544f648d5a384c61a37473f7ec50f05?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-console-rhel9\u0026tag=v4.17.0-202504300106.p0.g2fcf4cc.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-console-rhel9-operator@sha256:e3766ec0bca555a1c3261be57935be76086aea1490cf3d6e9f31f1612b410dfc_s390x",
                "product": {
                  "name": "openshift4/ose-console-rhel9-operator@sha256:e3766ec0bca555a1c3261be57935be76086aea1490cf3d6e9f31f1612b410dfc_s390x",
                  "product_id": "openshift4/ose-console-rhel9-operator@sha256:e3766ec0bca555a1c3261be57935be76086aea1490cf3d6e9f31f1612b410dfc_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-console-rhel9-operator@sha256:e3766ec0bca555a1c3261be57935be76086aea1490cf3d6e9f31f1612b410dfc?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-console-rhel9-operator\u0026tag=v4.17.0-202504281009.p0.g253854e.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-deployer-rhel9@sha256:ebedb1bc3ad605141e4406cf3f2da63eca2671b89f8a596923690f30f4126e56_s390x",
                "product": {
                  "name": "openshift4/ose-deployer-rhel9@sha256:ebedb1bc3ad605141e4406cf3f2da63eca2671b89f8a596923690f30f4126e56_s390x",
                  "product_id": "openshift4/ose-deployer-rhel9@sha256:ebedb1bc3ad605141e4406cf3f2da63eca2671b89f8a596923690f30f4126e56_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-deployer-rhel9@sha256:ebedb1bc3ad605141e4406cf3f2da63eca2671b89f8a596923690f30f4126e56?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-deployer-rhel9\u0026tag=v4.17.0-202504281009.p0.g0000b3e.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-haproxy-router-rhel9@sha256:9263b51ee05c760ccb67d397d0c8109a617bae089ad3973c180eb624bc13c91e_s390x",
                "product": {
                  "name": "openshift4/ose-haproxy-router-rhel9@sha256:9263b51ee05c760ccb67d397d0c8109a617bae089ad3973c180eb624bc13c91e_s390x",
                  "product_id": "openshift4/ose-haproxy-router-rhel9@sha256:9263b51ee05c760ccb67d397d0c8109a617bae089ad3973c180eb624bc13c91e_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-haproxy-router-rhel9@sha256:9263b51ee05c760ccb67d397d0c8109a617bae089ad3973c180eb624bc13c91e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-haproxy-router-rhel9\u0026tag=v4.17.0-202504281009.p0.ga33f2b6.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-hyperkube-rhel9@sha256:6ff66bf6280231a5495000bf79ff4bb05b2f139ffc372d11d631cf60ee5de67c_s390x",
                "product": {
                  "name": "openshift4/ose-hyperkube-rhel9@sha256:6ff66bf6280231a5495000bf79ff4bb05b2f139ffc372d11d631cf60ee5de67c_s390x",
                  "product_id": "openshift4/ose-hyperkube-rhel9@sha256:6ff66bf6280231a5495000bf79ff4bb05b2f139ffc372d11d631cf60ee5de67c_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-hyperkube-rhel9@sha256:6ff66bf6280231a5495000bf79ff4bb05b2f139ffc372d11d631cf60ee5de67c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-hyperkube-rhel9\u0026tag=v4.17.0-202504281009.p0.g89ebee0.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-keepalived-ipfailover-rhel9@sha256:966c3932cf9a5d03bf25141234d26c7628b71eda7439239a409da03953b206a7_s390x",
                "product": {
                  "name": "openshift4/ose-keepalived-ipfailover-rhel9@sha256:966c3932cf9a5d03bf25141234d26c7628b71eda7439239a409da03953b206a7_s390x",
                  "product_id": "openshift4/ose-keepalived-ipfailover-rhel9@sha256:966c3932cf9a5d03bf25141234d26c7628b71eda7439239a409da03953b206a7_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-keepalived-ipfailover-rhel9@sha256:966c3932cf9a5d03bf25141234d26c7628b71eda7439239a409da03953b206a7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9\u0026tag=v4.17.0-202504281009.p0.ge3879e9.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-pod-rhel9@sha256:ec5c3c9ec4adbb7f15dd2c1ad7f8482a634d4d6db2379c15341b772ee1cb7e15_s390x",
                "product": {
                  "name": "openshift4/ose-pod-rhel9@sha256:ec5c3c9ec4adbb7f15dd2c1ad7f8482a634d4d6db2379c15341b772ee1cb7e15_s390x",
                  "product_id": "openshift4/ose-pod-rhel9@sha256:ec5c3c9ec4adbb7f15dd2c1ad7f8482a634d4d6db2379c15341b772ee1cb7e15_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-pod-rhel9@sha256:ec5c3c9ec4adbb7f15dd2c1ad7f8482a634d4d6db2379c15341b772ee1cb7e15?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-pod-rhel9\u0026tag=v4.17.0-202504281009.p0.g89ebee0.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-docker-registry-rhel9@sha256:132a674b5a051ed2ee41f940ea4f7984dbd7455de6510ef31b8fae7bedc45be6_s390x",
                "product": {
                  "name": "openshift4/ose-docker-registry-rhel9@sha256:132a674b5a051ed2ee41f940ea4f7984dbd7455de6510ef31b8fae7bedc45be6_s390x",
                  "product_id": "openshift4/ose-docker-registry-rhel9@sha256:132a674b5a051ed2ee41f940ea4f7984dbd7455de6510ef31b8fae7bedc45be6_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-docker-registry-rhel9@sha256:132a674b5a051ed2ee41f940ea4f7984dbd7455de6510ef31b8fae7bedc45be6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-docker-registry-rhel9\u0026tag=v4.17.0-202504281009.p0.gfe9b400.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-tests-rhel9@sha256:e447e1d980df7586105ca637b17bdad12b3f3884a6cd26c8a8b0482e02648c46_s390x",
                "product": {
                  "name": "openshift4/ose-tests-rhel9@sha256:e447e1d980df7586105ca637b17bdad12b3f3884a6cd26c8a8b0482e02648c46_s390x",
                  "product_id": "openshift4/ose-tests-rhel9@sha256:e447e1d980df7586105ca637b17bdad12b3f3884a6cd26c8a8b0482e02648c46_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-tests-rhel9@sha256:e447e1d980df7586105ca637b17bdad12b3f3884a6cd26c8a8b0482e02648c46?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-tests-rhel9\u0026tag=v4.17.0-202504300308.p0.g95cbab5.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-openshift-state-metrics-rhel9@sha256:d6a2b5b710ebfc04b22860c62daf56aa7ff85d89a26a8235f95d72346d4e2db6_s390x",
                "product": {
                  "name": "openshift4/ose-openshift-state-metrics-rhel9@sha256:d6a2b5b710ebfc04b22860c62daf56aa7ff85d89a26a8235f95d72346d4e2db6_s390x",
                  "product_id": "openshift4/ose-openshift-state-metrics-rhel9@sha256:d6a2b5b710ebfc04b22860c62daf56aa7ff85d89a26a8235f95d72346d4e2db6_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-openshift-state-metrics-rhel9@sha256:d6a2b5b710ebfc04b22860c62daf56aa7ff85d89a26a8235f95d72346d4e2db6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9\u0026tag=v4.17.0-202504281009.p0.g1e963eb.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:5f7747f4d324cf90dc48d2bc20d76c2625fd2dcaa3d6478898dcc55d1f8984ad_s390x",
                "product": {
                  "name": "openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:5f7747f4d324cf90dc48d2bc20d76c2625fd2dcaa3d6478898dcc55d1f8984ad_s390x",
                  "product_id": "openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:5f7747f4d324cf90dc48d2bc20d76c2625fd2dcaa3d6478898dcc55d1f8984ad_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-openstack-cluster-api-controllers-rhel9@sha256:5f7747f4d324cf90dc48d2bc20d76c2625fd2dcaa3d6478898dcc55d1f8984ad?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9\u0026tag=v4.17.0-202504281009.p0.g23512b6.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0783189d5b07855bce1a32115fae430958ccaa7951bb6405eded7e3aa572ee17_s390x",
                "product": {
                  "name": "openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0783189d5b07855bce1a32115fae430958ccaa7951bb6405eded7e3aa572ee17_s390x",
                  "product_id": "openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0783189d5b07855bce1a32115fae430958ccaa7951bb6405eded7e3aa572ee17_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-operator-lifecycle-manager-rhel9@sha256:0783189d5b07855bce1a32115fae430958ccaa7951bb6405eded7e3aa572ee17?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9\u0026tag=v4.17.0-202504281009.p0.gd3b1715.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-operator-registry-rhel9@sha256:894819babdbe3e6a04f63d8a6ec52bfd0ed1503c25ebbb6241535e5f5fa90b36_s390x",
                "product": {
                  "name": "openshift4/ose-operator-registry-rhel9@sha256:894819babdbe3e6a04f63d8a6ec52bfd0ed1503c25ebbb6241535e5f5fa90b36_s390x",
                  "product_id": "openshift4/ose-operator-registry-rhel9@sha256:894819babdbe3e6a04f63d8a6ec52bfd0ed1503c25ebbb6241535e5f5fa90b36_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-operator-registry-rhel9@sha256:894819babdbe3e6a04f63d8a6ec52bfd0ed1503c25ebbb6241535e5f5fa90b36?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-operator-registry-rhel9\u0026tag=v4.17.0-202504281009.p0.gd3b1715.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "redhat/redhat-operator-index@sha256:894819babdbe3e6a04f63d8a6ec52bfd0ed1503c25ebbb6241535e5f5fa90b36_s390x",
                "product": {
                  "name": "redhat/redhat-operator-index@sha256:894819babdbe3e6a04f63d8a6ec52bfd0ed1503c25ebbb6241535e5f5fa90b36_s390x",
                  "product_id": "redhat/redhat-operator-index@sha256:894819babdbe3e6a04f63d8a6ec52bfd0ed1503c25ebbb6241535e5f5fa90b36_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/redhat-operator-index@sha256:894819babdbe3e6a04f63d8a6ec52bfd0ed1503c25ebbb6241535e5f5fa90b36?arch=s390x\u0026repository_url=registry.redhat.io/redhat/redhat-operator-index\u0026tag=v4.17"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-agent-installer-api-server-rhel9@sha256:ef589ca8b456aa4c3bac06a3f73b1b371276e4a8372d2cabd64972d619e55252_s390x",
                "product": {
                  "name": "openshift4/ose-agent-installer-api-server-rhel9@sha256:ef589ca8b456aa4c3bac06a3f73b1b371276e4a8372d2cabd64972d619e55252_s390x",
                  "product_id": "openshift4/ose-agent-installer-api-server-rhel9@sha256:ef589ca8b456aa4c3bac06a3f73b1b371276e4a8372d2cabd64972d619e55252_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-agent-installer-api-server-rhel9@sha256:ef589ca8b456aa4c3bac06a3f73b1b371276e4a8372d2cabd64972d619e55252?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9\u0026tag=v4.17.0-202504291008.p0.ga020810.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:a8ffbac5d2df3f79b70ee06da741de890f2eb013d26efa4d01a695d14b88883c_s390x",
                "product": {
                  "name": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:a8ffbac5d2df3f79b70ee06da741de890f2eb013d26efa4d01a695d14b88883c_s390x",
                  "product_id": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:a8ffbac5d2df3f79b70ee06da741de890f2eb013d26efa4d01a695d14b88883c_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-agent-installer-csr-approver-rhel9@sha256:a8ffbac5d2df3f79b70ee06da741de890f2eb013d26efa4d01a695d14b88883c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9\u0026tag=v4.17.0-202504281009.p0.g6a8ebdd.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:adf9ed8489c4b9858e976658c04cc2ae8778267239997ed6d1b85902751d7da6_s390x",
                "product": {
                  "name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:adf9ed8489c4b9858e976658c04cc2ae8778267239997ed6d1b85902751d7da6_s390x",
                  "product_id": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:adf9ed8489c4b9858e976658c04cc2ae8778267239997ed6d1b85902751d7da6_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256:adf9ed8489c4b9858e976658c04cc2ae8778267239997ed6d1b85902751d7da6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9\u0026tag=v4.17.0-202504281009.p0.g24cbafb.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a4aabec1cbb1e2a6994b7629f97e53eb271e4f29070d7bc2118709efd9775722_s390x",
                "product": {
                  "name": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a4aabec1cbb1e2a6994b7629f97e53eb271e4f29070d7bc2118709efd9775722_s390x",
                  "product_id": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a4aabec1cbb1e2a6994b7629f97e53eb271e4f29070d7bc2118709efd9775722_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-agent-installer-orchestrator-rhel9@sha256:a4aabec1cbb1e2a6994b7629f97e53eb271e4f29070d7bc2118709efd9775722?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9\u0026tag=v4.17.0-202504281009.p0.g6a8ebdd.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-agent-installer-utils-rhel9@sha256:10ed11db02965c7a335b84eb5b0972711b082cd6a51604ee7d41bf8c417395ab_s390x",
                "product": {
                  "name": "openshift4/ose-agent-installer-utils-rhel9@sha256:10ed11db02965c7a335b84eb5b0972711b082cd6a51604ee7d41bf8c417395ab_s390x",
                  "product_id": "openshift4/ose-agent-installer-utils-rhel9@sha256:10ed11db02965c7a335b84eb5b0972711b082cd6a51604ee7d41bf8c417395ab_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-agent-installer-utils-rhel9@sha256:10ed11db02965c7a335b84eb5b0972711b082cd6a51604ee7d41bf8c417395ab?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9\u0026tag=v4.17.0-202504291008.p0.g3b99303.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-apiserver-network-proxy-rhel9@sha256:8474cc191853f6b174f8fa3b6cc3ddc5877461c4589d51106da26b740cb17a47_s390x",
                "product": {
                  "name": "openshift4/ose-apiserver-network-proxy-rhel9@sha256:8474cc191853f6b174f8fa3b6cc3ddc5877461c4589d51106da26b740cb17a47_s390x",
                  "product_id": "openshift4/ose-apiserver-network-proxy-rhel9@sha256:8474cc191853f6b174f8fa3b6cc3ddc5877461c4589d51106da26b740cb17a47_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-apiserver-network-proxy-rhel9@sha256:8474cc191853f6b174f8fa3b6cc3ddc5877461c4589d51106da26b740cb17a47?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9\u0026tag=v4.17.0-202504281705.p0.gcd42641.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:9dcc1154c6d071cea0d2b4109bb44c77fec825cef494867434d5a1fcffce50a3_s390x",
                "product": {
                  "name": "openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:9dcc1154c6d071cea0d2b4109bb44c77fec825cef494867434d5a1fcffce50a3_s390x",
                  "product_id": "openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:9dcc1154c6d071cea0d2b4109bb44c77fec825cef494867434d5a1fcffce50a3_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-baremetal-cluster-api-controllers-rhel9@sha256:9dcc1154c6d071cea0d2b4109bb44c77fec825cef494867434d5a1fcffce50a3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9\u0026tag=v4.17.0-202504281009.p0.g8754bf6.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-baremetal-installer-rhel9@sha256:38dced4e21ba292b86c29d402916bbc6374d43789636ff593828a40f1ed11875_s390x",
                "product": {
                  "name": "openshift4/ose-baremetal-installer-rhel9@sha256:38dced4e21ba292b86c29d402916bbc6374d43789636ff593828a40f1ed11875_s390x",
                  "product_id": "openshift4/ose-baremetal-installer-rhel9@sha256:38dced4e21ba292b86c29d402916bbc6374d43789636ff593828a40f1ed11875_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-baremetal-installer-rhel9@sha256:38dced4e21ba292b86c29d402916bbc6374d43789636ff593828a40f1ed11875?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-installer-rhel9\u0026tag=v4.17.0-202504281009.p0.g5e4e2af.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-baremetal-rhel9-operator@sha256:f246d38d77068bcad29165f3fb0e60d8d84c193f6db82a3d6c1b40faf286decc_s390x",
                "product": {
                  "name": "openshift4/ose-baremetal-rhel9-operator@sha256:f246d38d77068bcad29165f3fb0e60d8d84c193f6db82a3d6c1b40faf286decc_s390x",
                  "product_id": "openshift4/ose-baremetal-rhel9-operator@sha256:f246d38d77068bcad29165f3fb0e60d8d84c193f6db82a3d6c1b40faf286decc_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-baremetal-rhel9-operator@sha256:f246d38d77068bcad29165f3fb0e60d8d84c193f6db82a3d6c1b40faf286decc?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-rhel9-operator\u0026tag=v4.17.0-202504281009.p0.ge6e5d54.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-baremetal-runtimecfg-rhel9@sha256:5dc33cf32076cb44c8507c1e8e04eab97b307aa0ef8ba86c53f45bdb97e85661_s390x",
                "product": {
                  "name": "openshift4/ose-baremetal-runtimecfg-rhel9@sha256:5dc33cf32076cb44c8507c1e8e04eab97b307aa0ef8ba86c53f45bdb97e85661_s390x",
                  "product_id": "openshift4/ose-baremetal-runtimecfg-rhel9@sha256:5dc33cf32076cb44c8507c1e8e04eab97b307aa0ef8ba86c53f45bdb97e85661_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-baremetal-runtimecfg-rhel9@sha256:5dc33cf32076cb44c8507c1e8e04eab97b307aa0ef8ba86c53f45bdb97e85661?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9\u0026tag=v4.17.0-202504281009.p0.g8956d91.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cli-artifacts-rhel9@sha256:a23e3acf057c59f59694389595c58b6fe8faea4772c94e07e5889ad2c62dfd98_s390x",
                "product": {
                  "name": "openshift4/ose-cli-artifacts-rhel9@sha256:a23e3acf057c59f59694389595c58b6fe8faea4772c94e07e5889ad2c62dfd98_s390x",
                  "product_id": "openshift4/ose-cli-artifacts-rhel9@sha256:a23e3acf057c59f59694389595c58b6fe8faea4772c94e07e5889ad2c62dfd98_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cli-artifacts-rhel9@sha256:a23e3acf057c59f59694389595c58b6fe8faea4772c94e07e5889ad2c62dfd98?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9\u0026tag=v4.17.0-202504281009.p0.g0000b3e.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cloud-credential-rhel9-operator@sha256:a1b1daf572797d217d5925277b56b4d1c83813492cf90774cbfdc2294f498b34_s390x",
                "product": {
                  "name": "openshift4/ose-cloud-credential-rhel9-operator@sha256:a1b1daf572797d217d5925277b56b4d1c83813492cf90774cbfdc2294f498b34_s390x",
                  "product_id": "openshift4/ose-cloud-credential-rhel9-operator@sha256:a1b1daf572797d217d5925277b56b4d1c83813492cf90774cbfdc2294f498b34_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cloud-credential-rhel9-operator@sha256:a1b1daf572797d217d5925277b56b4d1c83813492cf90774cbfdc2294f498b34?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator\u0026tag=v4.17.0-202504281009.p0.g8dff677.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/cloud-network-config-controller-rhel9@sha256:5153ada0a44b00eabb71606b7144de94c4d5de7eb27dc54cbc9b729bd2a5093b_s390x",
                "product": {
                  "name": "openshift4/cloud-network-config-controller-rhel9@sha256:5153ada0a44b00eabb71606b7144de94c4d5de7eb27dc54cbc9b729bd2a5093b_s390x",
                  "product_id": "openshift4/cloud-network-config-controller-rhel9@sha256:5153ada0a44b00eabb71606b7144de94c4d5de7eb27dc54cbc9b729bd2a5093b_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/cloud-network-config-controller-rhel9@sha256:5153ada0a44b00eabb71606b7144de94c4d5de7eb27dc54cbc9b729bd2a5093b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/cloud-network-config-controller-rhel9\u0026tag=v4.17.0-202504281009.p0.g779b346.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-api-rhel9@sha256:8034059d8013e4f34ee42fb9d2e0786e9866e3fea2a614c32005e5df8e14076d_s390x",
                "product": {
                  "name": "openshift4/ose-cluster-api-rhel9@sha256:8034059d8013e4f34ee42fb9d2e0786e9866e3fea2a614c32005e5df8e14076d_s390x",
                  "product_id": "openshift4/ose-cluster-api-rhel9@sha256:8034059d8013e4f34ee42fb9d2e0786e9866e3fea2a614c32005e5df8e14076d_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-api-rhel9@sha256:8034059d8013e4f34ee42fb9d2e0786e9866e3fea2a614c32005e5df8e14076d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-api-rhel9\u0026tag=v4.17.0-202504281009.p0.g77ef4fc.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-authentication-rhel9-operator@sha256:efbd2e4c75f2eecda902b3143780e9bfdc5ba2b50f2ddfef5c2e0e753a3bb26a_s390x",
                "product": {
                  "name": "openshift4/ose-cluster-authentication-rhel9-operator@sha256:efbd2e4c75f2eecda902b3143780e9bfdc5ba2b50f2ddfef5c2e0e753a3bb26a_s390x",
                  "product_id": "openshift4/ose-cluster-authentication-rhel9-operator@sha256:efbd2e4c75f2eecda902b3143780e9bfdc5ba2b50f2ddfef5c2e0e753a3bb26a_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-authentication-rhel9-operator@sha256:efbd2e4c75f2eecda902b3143780e9bfdc5ba2b50f2ddfef5c2e0e753a3bb26a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator\u0026tag=v4.17.0-202504281009.p0.gf641a4c.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:cc7e0a422ed957b91479325b969f41302257a2958602f738c3ffc1b0835cc3f0_s390x",
                "product": {
                  "name": "openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:cc7e0a422ed957b91479325b969f41302257a2958602f738c3ffc1b0835cc3f0_s390x",
                  "product_id": "openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:cc7e0a422ed957b91479325b969f41302257a2958602f738c3ffc1b0835cc3f0_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-autoscaler-rhel9-operator@sha256:cc7e0a422ed957b91479325b969f41302257a2958602f738c3ffc1b0835cc3f0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator\u0026tag=v4.17.0-202504281009.p0.gea4a887.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-baremetal-operator-rhel9@sha256:4681e5cfb04379903645d21771218a1e27c61fd47d99f6a26f7d21011db42e65_s390x",
                "product": {
                  "name": "openshift4/ose-cluster-baremetal-operator-rhel9@sha256:4681e5cfb04379903645d21771218a1e27c61fd47d99f6a26f7d21011db42e65_s390x",
                  "product_id": "openshift4/ose-cluster-baremetal-operator-rhel9@sha256:4681e5cfb04379903645d21771218a1e27c61fd47d99f6a26f7d21011db42e65_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-baremetal-operator-rhel9@sha256:4681e5cfb04379903645d21771218a1e27c61fd47d99f6a26f7d21011db42e65?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9\u0026tag=v4.17.0-202504281009.p0.gcaa33e3.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-bootstrap-rhel9@sha256:04ab6483541c8996ec5bf8e57bd3e90b5a4e9996b4b46da91a32dc5ef52f2520_s390x",
                "product": {
                  "name": "openshift4/ose-cluster-bootstrap-rhel9@sha256:04ab6483541c8996ec5bf8e57bd3e90b5a4e9996b4b46da91a32dc5ef52f2520_s390x",
                  "product_id": "openshift4/ose-cluster-bootstrap-rhel9@sha256:04ab6483541c8996ec5bf8e57bd3e90b5a4e9996b4b46da91a32dc5ef52f2520_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-bootstrap-rhel9@sha256:04ab6483541c8996ec5bf8e57bd3e90b5a4e9996b4b46da91a32dc5ef52f2520?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9\u0026tag=v4.17.0-202504281009.p0.g95dd912.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-capi-rhel9-operator@sha256:1ba56ff8308578c422be07fb6c3ff561ce7f664adc980e2976eedb4e2a619fa0_s390x",
                "product": {
                  "name": "openshift4/ose-cluster-capi-rhel9-operator@sha256:1ba56ff8308578c422be07fb6c3ff561ce7f664adc980e2976eedb4e2a619fa0_s390x",
                  "product_id": "openshift4/ose-cluster-capi-rhel9-operator@sha256:1ba56ff8308578c422be07fb6c3ff561ce7f664adc980e2976eedb4e2a619fa0_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-capi-rhel9-operator@sha256:1ba56ff8308578c422be07fb6c3ff561ce7f664adc980e2976eedb4e2a619fa0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator\u0026tag=v4.17.0-202504281009.p0.g6dd70ba.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:7fc2305ea95e1586cb342202bb673466a0d81ad70e09ad98fcb2286314f901a6_s390x",
                "product": {
                  "name": "openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:7fc2305ea95e1586cb342202bb673466a0d81ad70e09ad98fcb2286314f901a6_s390x",
                  "product_id": "openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:7fc2305ea95e1586cb342202bb673466a0d81ad70e09ad98fcb2286314f901a6_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:7fc2305ea95e1586cb342202bb673466a0d81ad70e09ad98fcb2286314f901a6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator\u0026tag=v4.17.0-202504281009.p0.g32fd839.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-config-api-rhel9@sha256:d4a63e6e5789b47fb37ccbac3741110e1892c0f59f77eac89e58d9e00f5bceab_s390x",
                "product": {
                  "name": "openshift4/ose-cluster-config-api-rhel9@sha256:d4a63e6e5789b47fb37ccbac3741110e1892c0f59f77eac89e58d9e00f5bceab_s390x",
                  "product_id": "openshift4/ose-cluster-config-api-rhel9@sha256:d4a63e6e5789b47fb37ccbac3741110e1892c0f59f77eac89e58d9e00f5bceab_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-config-api-rhel9@sha256:d4a63e6e5789b47fb37ccbac3741110e1892c0f59f77eac89e58d9e00f5bceab?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-config-api-rhel9\u0026tag=v4.17.0-202504291308.p0.gace59d6.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-config-rhel9-operator@sha256:fdb8fe0ae3c6951e1f09b4ae2920cd83224d124f35589c8753a2dc14c98dabb3_s390x",
                "product": {
                  "name": "openshift4/ose-cluster-config-rhel9-operator@sha256:fdb8fe0ae3c6951e1f09b4ae2920cd83224d124f35589c8753a2dc14c98dabb3_s390x",
                  "product_id": "openshift4/ose-cluster-config-rhel9-operator@sha256:fdb8fe0ae3c6951e1f09b4ae2920cd83224d124f35589c8753a2dc14c98dabb3_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-config-rhel9-operator@sha256:fdb8fe0ae3c6951e1f09b4ae2920cd83224d124f35589c8753a2dc14c98dabb3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator\u0026tag=v4.17.0-202504281009.p0.g0dc084f.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:96c63ebc2edef87f160d360f58a0e98b7ffd57e7fc6e187f6d46b12a7f4d608f_s390x",
                "product": {
                  "name": "openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:96c63ebc2edef87f160d360f58a0e98b7ffd57e7fc6e187f6d46b12a7f4d608f_s390x",
                  "product_id": "openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:96c63ebc2edef87f160d360f58a0e98b7ffd57e7fc6e187f6d46b12a7f4d608f_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:96c63ebc2edef87f160d360f58a0e98b7ffd57e7fc6e187f6d46b12a7f4d608f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator\u0026tag=v4.17.0-202504281009.p0.gf7e01c2.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:891e253f46f7465dd382dc6bf1785035e1f8f7ef5b50a2b1b8bc56907fb0c383_s390x",
                "product": {
                  "name": "openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:891e253f46f7465dd382dc6bf1785035e1f8f7ef5b50a2b1b8bc56907fb0c383_s390x",
                  "product_id": "openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:891e253f46f7465dd382dc6bf1785035e1f8f7ef5b50a2b1b8bc56907fb0c383_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:891e253f46f7465dd382dc6bf1785035e1f8f7ef5b50a2b1b8bc56907fb0c383?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator\u0026tag=v4.17.0-202504281009.p0.gffba005.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-dns-rhel9-operator@sha256:db523bfdd4dad24cf9ccbda7281d1bd2ccaec01bd4b164b0dbeff2b7fb54b6fb_s390x",
                "product": {
                  "name": "openshift4/ose-cluster-dns-rhel9-operator@sha256:db523bfdd4dad24cf9ccbda7281d1bd2ccaec01bd4b164b0dbeff2b7fb54b6fb_s390x",
                  "product_id": "openshift4/ose-cluster-dns-rhel9-operator@sha256:db523bfdd4dad24cf9ccbda7281d1bd2ccaec01bd4b164b0dbeff2b7fb54b6fb_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-dns-rhel9-operator@sha256:db523bfdd4dad24cf9ccbda7281d1bd2ccaec01bd4b164b0dbeff2b7fb54b6fb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator\u0026tag=v4.17.0-202504281009.p0.g81507f0.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b3d66448f272e54b0e91499bf9203dd4ffb3cb98a0cd3f153d6aa504773b178b_s390x",
                "product": {
                  "name": "openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b3d66448f272e54b0e91499bf9203dd4ffb3cb98a0cd3f153d6aa504773b178b_s390x",
                  "product_id": "openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b3d66448f272e54b0e91499bf9203dd4ffb3cb98a0cd3f153d6aa504773b178b_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-image-registry-rhel9-operator@sha256:b3d66448f272e54b0e91499bf9203dd4ffb3cb98a0cd3f153d6aa504773b178b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator\u0026tag=v4.17.0-202504281009.p0.gce3e484.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-ingress-rhel9-operator@sha256:4462e8912a672f95c567c1543d80ffe62f300f42baf746edd4b45886fa869d60_s390x",
                "product": {
                  "name": "openshift4/ose-cluster-ingress-rhel9-operator@sha256:4462e8912a672f95c567c1543d80ffe62f300f42baf746edd4b45886fa869d60_s390x",
                  "product_id": "openshift4/ose-cluster-ingress-rhel9-operator@sha256:4462e8912a672f95c567c1543d80ffe62f300f42baf746edd4b45886fa869d60_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-ingress-rhel9-operator@sha256:4462e8912a672f95c567c1543d80ffe62f300f42baf746edd4b45886fa869d60?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator\u0026tag=v4.17.0-202504281009.p0.gcb5306d.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:421fa5577fb99449cb1bba71aa0c933bf7e3be12206df9994da55198635f629b_s390x",
                "product": {
                  "name": "openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:421fa5577fb99449cb1bba71aa0c933bf7e3be12206df9994da55198635f629b_s390x",
                  "product_id": "openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:421fa5577fb99449cb1bba71aa0c933bf7e3be12206df9994da55198635f629b_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-kube-apiserver-rhel9-operator@sha256:421fa5577fb99449cb1bba71aa0c933bf7e3be12206df9994da55198635f629b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator\u0026tag=v4.17.0-202504281009.p0.g4fae673.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:d0a576b7d7277e40683ac4487217fe3684e42bc765d2a3ecba14e4b81e82c76a_s390x",
                "product": {
                  "name": "openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:d0a576b7d7277e40683ac4487217fe3684e42bc765d2a3ecba14e4b81e82c76a_s390x",
                  "product_id": "openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:d0a576b7d7277e40683ac4487217fe3684e42bc765d2a3ecba14e4b81e82c76a_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel9-operator@sha256:d0a576b7d7277e40683ac4487217fe3684e42bc765d2a3ecba14e4b81e82c76a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator\u0026tag=v4.17.0-202504281009.p0.gaed5f6c.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:7a5b6dfbe9d40e7b89bfcc8107e82e2515856177445a8d4831077e26f5ae2e1d_s390x",
                "product": {
                  "name": "openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:7a5b6dfbe9d40e7b89bfcc8107e82e2515856177445a8d4831077e26f5ae2e1d_s390x",
                  "product_id": "openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:7a5b6dfbe9d40e7b89bfcc8107e82e2515856177445a8d4831077e26f5ae2e1d_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-kube-controller-manager-rhel9-operator@sha256:7a5b6dfbe9d40e7b89bfcc8107e82e2515856177445a8d4831077e26f5ae2e1d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator\u0026tag=v4.17.0-202504281009.p0.g0a9ed57.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7bc83ab4f6cf5488864adb5b148e4ade887640d40fb68165b6149a8b8b6588ec_s390x",
                "product": {
                  "name": "openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7bc83ab4f6cf5488864adb5b148e4ade887640d40fb68165b6149a8b8b6588ec_s390x",
                  "product_id": "openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7bc83ab4f6cf5488864adb5b148e4ade887640d40fb68165b6149a8b8b6588ec_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-kube-scheduler-rhel9-operator@sha256:7bc83ab4f6cf5488864adb5b148e4ade887640d40fb68165b6149a8b8b6588ec?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator\u0026tag=v4.17.0-202504281009.p0.g98ca953.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4e338be7fb25942b0acb0c8f635c64e2817495422c300b68979950d160d5b268_s390x",
                "product": {
                  "name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4e338be7fb25942b0acb0c8f635c64e2817495422c300b68979950d160d5b268_s390x",
                  "product_id": "openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4e338be7fb25942b0acb0c8f635c64e2817495422c300b68979950d160d5b268_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4e338be7fb25942b0acb0c8f635c64e2817495422c300b68979950d160d5b268?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator\u0026tag=v4.17.0-202504281009.p0.gab40b61.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-machine-approver-rhel9@sha256:e8a3c55da98df0e90f1a530faed4bcba073ba4799ad1d39cbfe8b2d5a8e17b16_s390x",
                "product": {
                  "name": "openshift4/ose-cluster-machine-approver-rhel9@sha256:e8a3c55da98df0e90f1a530faed4bcba073ba4799ad1d39cbfe8b2d5a8e17b16_s390x",
                  "product_id": "openshift4/ose-cluster-machine-approver-rhel9@sha256:e8a3c55da98df0e90f1a530faed4bcba073ba4799ad1d39cbfe8b2d5a8e17b16_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-machine-approver-rhel9@sha256:e8a3c55da98df0e90f1a530faed4bcba073ba4799ad1d39cbfe8b2d5a8e17b16?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9\u0026tag=v4.17.0-202504281009.p0.gacc2380.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-olm-rhel9-operator@sha256:de3e50c0f72a900eb72ba5b9db02d9d109470a4cdf798cdb5e84c0619d4eb420_s390x",
                "product": {
                  "name": "openshift4/ose-cluster-olm-rhel9-operator@sha256:de3e50c0f72a900eb72ba5b9db02d9d109470a4cdf798cdb5e84c0619d4eb420_s390x",
                  "product_id": "openshift4/ose-cluster-olm-rhel9-operator@sha256:de3e50c0f72a900eb72ba5b9db02d9d109470a4cdf798cdb5e84c0619d4eb420_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-olm-rhel9-operator@sha256:de3e50c0f72a900eb72ba5b9db02d9d109470a4cdf798cdb5e84c0619d4eb420?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator\u0026tag=v4.17.0-202504281705.p0.ge31b777.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:bf3891f2d6b69db4bfa60a1d5932d4111d7b56ba3922b7b02952eedce44eeb9f_s390x",
                "product": {
                  "name": "openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:bf3891f2d6b69db4bfa60a1d5932d4111d7b56ba3922b7b02952eedce44eeb9f_s390x",
                  "product_id": "openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:bf3891f2d6b69db4bfa60a1d5932d4111d7b56ba3922b7b02952eedce44eeb9f_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-openshift-apiserver-rhel9-operator@sha256:bf3891f2d6b69db4bfa60a1d5932d4111d7b56ba3922b7b02952eedce44eeb9f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator\u0026tag=v4.17.0-202504281009.p0.g2b2ba3b.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:6560a03ef3b8e339edd4aaba5d50f1e04d62976661f60b03f2898471f11b0631_s390x",
                "product": {
                  "name": "openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:6560a03ef3b8e339edd4aaba5d50f1e04d62976661f60b03f2898471f11b0631_s390x",
                  "product_id": "openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:6560a03ef3b8e339edd4aaba5d50f1e04d62976661f60b03f2898471f11b0631_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:6560a03ef3b8e339edd4aaba5d50f1e04d62976661f60b03f2898471f11b0631?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator\u0026tag=v4.17.0-202504281009.p0.gb05a249.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ovirt-csi-driver-rhel9-operator@sha256:ae24fbeac9717b5f51df6f71cdbdb57046f82fdaa1e6daa98225d729fb8504d1_s390x",
                "product": {
                  "name": "openshift4/ovirt-csi-driver-rhel9-operator@sha256:ae24fbeac9717b5f51df6f71cdbdb57046f82fdaa1e6daa98225d729fb8504d1_s390x",
                  "product_id": "openshift4/ovirt-csi-driver-rhel9-operator@sha256:ae24fbeac9717b5f51df6f71cdbdb57046f82fdaa1e6daa98225d729fb8504d1_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ovirt-csi-driver-rhel9-operator@sha256:ae24fbeac9717b5f51df6f71cdbdb57046f82fdaa1e6daa98225d729fb8504d1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator\u0026tag=v4.17.0-202504281705.p0.g0feae25.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-policy-controller-rhel9@sha256:44f392b5fe744c7abb52669e64b994c0a89dad4d21253e49ffa7acf51e069c8a_s390x",
                "product": {
                  "name": "openshift4/ose-cluster-policy-controller-rhel9@sha256:44f392b5fe744c7abb52669e64b994c0a89dad4d21253e49ffa7acf51e069c8a_s390x",
                  "product_id": "openshift4/ose-cluster-policy-controller-rhel9@sha256:44f392b5fe744c7abb52669e64b994c0a89dad4d21253e49ffa7acf51e069c8a_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-policy-controller-rhel9@sha256:44f392b5fe744c7abb52669e64b994c0a89dad4d21253e49ffa7acf51e069c8a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9\u0026tag=v4.17.0-202504281009.p0.g7209e90.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-samples-rhel9-operator@sha256:b853d72ed5fdc475ce4aaf6bb5b48a3899adcf0579912b0c95ec252597f691dc_s390x",
                "product": {
                  "name": "openshift4/ose-cluster-samples-rhel9-operator@sha256:b853d72ed5fdc475ce4aaf6bb5b48a3899adcf0579912b0c95ec252597f691dc_s390x",
                  "product_id": "openshift4/ose-cluster-samples-rhel9-operator@sha256:b853d72ed5fdc475ce4aaf6bb5b48a3899adcf0579912b0c95ec252597f691dc_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-samples-rhel9-operator@sha256:b853d72ed5fdc475ce4aaf6bb5b48a3899adcf0579912b0c95ec252597f691dc?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator\u0026tag=v4.17.0-202504291008.p0.g7e221dd.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-storage-rhel9-operator@sha256:da828ef4148ca3ee8eba58052d95da9cf92ba6987418b262b7b3405095154936_s390x",
                "product": {
                  "name": "openshift4/ose-cluster-storage-rhel9-operator@sha256:da828ef4148ca3ee8eba58052d95da9cf92ba6987418b262b7b3405095154936_s390x",
                  "product_id": "openshift4/ose-cluster-storage-rhel9-operator@sha256:da828ef4148ca3ee8eba58052d95da9cf92ba6987418b262b7b3405095154936_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-storage-rhel9-operator@sha256:da828ef4148ca3ee8eba58052d95da9cf92ba6987418b262b7b3405095154936?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator\u0026tag=v4.17.0-202504281009.p0.ge4b8dce.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-cluster-update-keys-rhel9@sha256:fd4eb5c5da651f5f8dba0302ec27e1bd8399ca7f0ed5bac8e120f7bc60d89ac4_s390x",
                "product": {
                  "name": "openshift4/ose-cluster-update-keys-rhel9@sha256:fd4eb5c5da651f5f8dba0302ec27e1bd8399ca7f0ed5bac8e120f7bc60d89ac4_s390x",
                  "product_id": "openshift4/ose-cluster-update-keys-rhel9@sha256:fd4eb5c5da651f5f8dba0302ec27e1bd8399ca7f0ed5bac8e120f7bc60d89ac4_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-cluster-update-keys-rhel9@sha256:fd4eb5c5da651f5f8dba0302ec27e1bd8399ca7f0ed5bac8e120f7bc60d89ac4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9\u0026tag=v4.17.0-202504281009.p0.g2ce31fc.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-container-networking-plugins-rhel9@sha256:993058708f0303421c0c767af97c102b07bc064cd7242acd3f5963dc6204f815_s390x",
                "product": {
                  "name": "openshift4/ose-container-networking-plugins-rhel9@sha256:993058708f0303421c0c767af97c102b07bc064cd7242acd3f5963dc6204f815_s390x",
                  "product_id": "openshift4/ose-container-networking-plugins-rhel9@sha256:993058708f0303421c0c767af97c102b07bc064cd7242acd3f5963dc6204f815_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-container-networking-plugins-rhel9@sha256:993058708f0303421c0c767af97c102b07bc064cd7242acd3f5963dc6204f815?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9\u0026tag=v4.17.0-202504281009.p0.g24a6532.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-csi-driver-shared-resource-rhel9@sha256:164136c218ab7c9da330f51a158bd519a8173671a28fc8691eba901183251104_s390x",
                "product": {
                  "name": "openshift4/ose-csi-driver-shared-resource-rhel9@sha256:164136c218ab7c9da330f51a158bd519a8173671a28fc8691eba901183251104_s390x",
                  "product_id": "openshift4/ose-csi-driver-shared-resource-rhel9@sha256:164136c218ab7c9da330f51a158bd519a8173671a28fc8691eba901183251104_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-csi-driver-shared-resource-rhel9@sha256:164136c218ab7c9da330f51a158bd519a8173671a28fc8691eba901183251104?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9\u0026tag=v4.17.0-202504281009.p0.g027a8c4.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:a0cf348c3da1f92df0e32ccfbc9c3b437fe6b2a6bff28496163ee6fcff98afe7_s390x",
                "product": {
                  "name": "openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:a0cf348c3da1f92df0e32ccfbc9c3b437fe6b2a6bff28496163ee6fcff98afe7_s390x",
                  "product_id": "openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:a0cf348c3da1f92df0e32ccfbc9c3b437fe6b2a6bff28496163ee6fcff98afe7_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-csi-driver-shared-resource-rhel9-operator@sha256:a0cf348c3da1f92df0e32ccfbc9c3b437fe6b2a6bff28496163ee6fcff98afe7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator\u0026tag=v4.17.0-202504281009.p0.gc095a1f.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:078604858b34951865a900411602271be1a964e8279596368d9cf968ffe35723_s390x",
                "product": {
                  "name": "openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:078604858b34951865a900411602271be1a964e8279596368d9cf968ffe35723_s390x",
                  "product_id": "openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:078604858b34951865a900411602271be1a964e8279596368d9cf968ffe35723_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-csi-driver-shared-resource-webhook-rhel9@sha256:078604858b34951865a900411602271be1a964e8279596368d9cf968ffe35723?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9\u0026tag=v4.17.0-202504281009.p0.g027a8c4.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-csi-external-resizer-rhel9@sha256:51baefa68bd37931c5fd611d1b7324383e58df4754eae607cf64b1b8c9fba22e_s390x",
                "product": {
                  "name": "openshift4/ose-csi-external-resizer-rhel9@sha256:51baefa68bd37931c5fd611d1b7324383e58df4754eae607cf64b1b8c9fba22e_s390x",
                  "product_id": "openshift4/ose-csi-external-resizer-rhel9@sha256:51baefa68bd37931c5fd611d1b7324383e58df4754eae607cf64b1b8c9fba22e_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-csi-external-resizer-rhel9@sha256:51baefa68bd37931c5fd611d1b7324383e58df4754eae607cf64b1b8c9fba22e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9\u0026tag=v4.17.0-202504281009.p0.gab87a93.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-csi-external-snapshotter-rhel9@sha256:ef64e56c3194bdb2bc3e0e129cc955beb1e6d6abb93ed45480dac1e26e631475_s390x",
                "product": {
                  "name": "openshift4/ose-csi-external-snapshotter-rhel9@sha256:ef64e56c3194bdb2bc3e0e129cc955beb1e6d6abb93ed45480dac1e26e631475_s390x",
                  "product_id": "openshift4/ose-csi-external-snapshotter-rhel9@sha256:ef64e56c3194bdb2bc3e0e129cc955beb1e6d6abb93ed45480dac1e26e631475_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-csi-external-snapshotter-rhel9@sha256:ef64e56c3194bdb2bc3e0e129cc955beb1e6d6abb93ed45480dac1e26e631475?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9\u0026tag=v4.17.0-202504281009.p0.gaa558ca.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-csi-snapshot-controller-rhel9@sha256:9500323520cb1e4079304df57c722457720ace8518ef43c89149da40e0ff60dd_s390x",
                "product": {
                  "name": "openshift4/ose-csi-snapshot-controller-rhel9@sha256:9500323520cb1e4079304df57c722457720ace8518ef43c89149da40e0ff60dd_s390x",
                  "product_id": "openshift4/ose-csi-snapshot-controller-rhel9@sha256:9500323520cb1e4079304df57c722457720ace8518ef43c89149da40e0ff60dd_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-csi-snapshot-controller-rhel9@sha256:9500323520cb1e4079304df57c722457720ace8518ef43c89149da40e0ff60dd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9\u0026tag=v4.17.0-202504281009.p0.gaa558ca.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:bfcb640d3847f3693b4118396ddf7a58d76ceb97016e037768244bc1175dfb1f_s390x",
                "product": {
                  "name": "openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:bfcb640d3847f3693b4118396ddf7a58d76ceb97016e037768244bc1175dfb1f_s390x",
                  "product_id": "openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:bfcb640d3847f3693b4118396ddf7a58d76ceb97016e037768244bc1175dfb1f_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-csi-snapshot-validation-webhook-rhel9@sha256:bfcb640d3847f3693b4118396ddf7a58d76ceb97016e037768244bc1175dfb1f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9\u0026tag=v4.17.0-202504281009.p0.gaa558ca.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/egress-router-cni-rhel9@sha256:e2acac628dad896c7b4ee0617847b6e5d8051b5cc0a0add05734b2f179afcb59_s390x",
                "product": {
                  "name": "openshift4/egress-router-cni-rhel9@sha256:e2acac628dad896c7b4ee0617847b6e5d8051b5cc0a0add05734b2f179afcb59_s390x",
                  "product_id": "openshift4/egress-router-cni-rhel9@sha256:e2acac628dad896c7b4ee0617847b6e5d8051b5cc0a0add05734b2f179afcb59_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/egress-router-cni-rhel9@sha256:e2acac628dad896c7b4ee0617847b6e5d8051b5cc0a0add05734b2f179afcb59?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/egress-router-cni-rhel9\u0026tag=v4.17.0-202504281009.p0.g3193a75.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-etcd-rhel9@sha256:f17ddc78b5e4cc92834f4b3b000ab2fdb181c1f3f75dd9d185dc5d88d6691abd_s390x",
                "product": {
                  "name": "openshift4/ose-etcd-rhel9@sha256:f17ddc78b5e4cc92834f4b3b000ab2fdb181c1f3f75dd9d185dc5d88d6691abd_s390x",
                  "product_id": "openshift4/ose-etcd-rhel9@sha256:f17ddc78b5e4cc92834f4b3b000ab2fdb181c1f3f75dd9d185dc5d88d6691abd_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-etcd-rhel9@sha256:f17ddc78b5e4cc92834f4b3b000ab2fdb181c1f3f75dd9d185dc5d88d6691abd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-etcd-rhel9\u0026tag=v4.17.0-202504281009.p0.g0d9e0a9.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/frr-rhel9@sha256:382bd4ab43e8572f129c0cccb7778c0c35e1648cc48d142fcc4f908cefb56a39_s390x",
                "product": {
                  "name": "openshift4/frr-rhel9@sha256:382bd4ab43e8572f129c0cccb7778c0c35e1648cc48d142fcc4f908cefb56a39_s390x",
                  "product_id": "openshift4/frr-rhel9@sha256:382bd4ab43e8572f129c0cccb7778c0c35e1648cc48d142fcc4f908cefb56a39_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/frr-rhel9@sha256:382bd4ab43e8572f129c0cccb7778c0c35e1648cc48d142fcc4f908cefb56a39?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/frr-rhel9\u0026tag=v4.17.0-202504291435.p0.g58f202b.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-hypershift-rhel9@sha256:2bce8039239d0bc061ec7f373d96bdb446ca5b68c45820a58663f124fba635fd_s390x",
                "product": {
                  "name": "openshift4/ose-hypershift-rhel9@sha256:2bce8039239d0bc061ec7f373d96bdb446ca5b68c45820a58663f124fba635fd_s390x",
                  "product_id": "openshift4/ose-hypershift-rhel9@sha256:2bce8039239d0bc061ec7f373d96bdb446ca5b68c45820a58663f124fba635fd_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-hypershift-rhel9@sha256:2bce8039239d0bc061ec7f373d96bdb446ca5b68c45820a58663f124fba635fd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-hypershift-rhel9\u0026tag=v4.17.0-202504281009.p0.g98664c8.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:92db3a22fef2499c3d11a2666e72ece44d7df862458f06600d27fb9b6304f77c_s390x",
                "product": {
                  "name": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:92db3a22fef2499c3d11a2666e72ece44d7df862458f06600d27fb9b6304f77c_s390x",
                  "product_id": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:92db3a22fef2499c3d11a2666e72ece44d7df862458f06600d27fb9b6304f77c_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:92db3a22fef2499c3d11a2666e72ece44d7df862458f06600d27fb9b6304f77c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9\u0026tag=v4.17.0-202504281009.p0.g14489f6.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:8fe95db9475ffb66b670339b266f3551c4682f214cd2c1cbd151a62e9f8a3b73_s390x",
                "product": {
                  "name": "openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:8fe95db9475ffb66b670339b266f3551c4682f214cd2c1cbd151a62e9f8a3b73_s390x",
                  "product_id": "openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:8fe95db9475ffb66b670339b266f3551c4682f214cd2c1cbd151a62e9f8a3b73_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-ibm-cloud-controller-manager-rhel9@sha256:8fe95db9475ffb66b670339b266f3551c4682f214cd2c1cbd151a62e9f8a3b73?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9\u0026tag=v4.17.0-202504281009.p0.gad8f7eb.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:9f2805cd3f3ffb1daefa1a718703a568cba5536b12fe2848e3c87c2213a04ba5_s390x",
                "product": {
                  "name": "openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:9f2805cd3f3ffb1daefa1a718703a568cba5536b12fe2848e3c87c2213a04ba5_s390x",
                  "product_id": "openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:9f2805cd3f3ffb1daefa1a718703a568cba5536b12fe2848e3c87c2213a04ba5_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-ibmcloud-machine-controllers-rhel9@sha256:9f2805cd3f3ffb1daefa1a718703a568cba5536b12fe2848e3c87c2213a04ba5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9\u0026tag=v4.17.0-202504281009.p0.g0b8dd7a.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b4321d90c93b58108ec190d72b23966c09b2b6933a7b5d8322d10dd8831dcd6b_s390x",
                "product": {
                  "name": "openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b4321d90c93b58108ec190d72b23966c09b2b6933a7b5d8322d10dd8831dcd6b_s390x",
                  "product_id": "openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b4321d90c93b58108ec190d72b23966c09b2b6933a7b5d8322d10dd8831dcd6b_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b4321d90c93b58108ec190d72b23966c09b2b6933a7b5d8322d10dd8831dcd6b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9\u0026tag=v4.17.0-202504281009.p0.g5f18d29.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:fa6ec143e3d12a3836c9148adb578b591987e8520cbec4283dcbb427991f14d0_s390x",
                "product": {
                  "name": "openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:fa6ec143e3d12a3836c9148adb578b591987e8520cbec4283dcbb427991f14d0_s390x",
                  "product_id": "openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:fa6ec143e3d12a3836c9148adb578b591987e8520cbec4283dcbb427991f14d0_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:fa6ec143e3d12a3836c9148adb578b591987e8520cbec4283dcbb427991f14d0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator\u0026tag=v4.17.0-202504281009.p0.g8443d86.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-insights-rhel9-operator@sha256:c7e5d66df8aeeca3969c31c560fd759f77d60211f08b1f456391ee0fb333fc45_s390x",
                "product": {
                  "name": "openshift4/ose-insights-rhel9-operator@sha256:c7e5d66df8aeeca3969c31c560fd759f77d60211f08b1f456391ee0fb333fc45_s390x",
                  "product_id": "openshift4/ose-insights-rhel9-operator@sha256:c7e5d66df8aeeca3969c31c560fd759f77d60211f08b1f456391ee0fb333fc45_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-insights-rhel9-operator@sha256:c7e5d66df8aeeca3969c31c560fd759f77d60211f08b1f456391ee0fb333fc45?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-insights-rhel9-operator\u0026tag=v4.17.0-202504281009.p0.g2b1e2df.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-installer-altinfra-rhel9@sha256:bd5955616dc827b5552f5fbcdd1fdcb23e700a647de2ca4f3cf1f8a2eb105f1d_s390x",
                "product": {
                  "name": "openshift4/ose-installer-altinfra-rhel9@sha256:bd5955616dc827b5552f5fbcdd1fdcb23e700a647de2ca4f3cf1f8a2eb105f1d_s390x",
                  "product_id": "openshift4/ose-installer-altinfra-rhel9@sha256:bd5955616dc827b5552f5fbcdd1fdcb23e700a647de2ca4f3cf1f8a2eb105f1d_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-installer-altinfra-rhel9@sha256:bd5955616dc827b5552f5fbcdd1fdcb23e700a647de2ca4f3cf1f8a2eb105f1d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-installer-altinfra-rhel9\u0026tag=v4.17.0-202504281705.p0.g5e4e2af.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-installer-artifacts-rhel9@sha256:7529fae3aa40950d226ef1d8d2039d6795c518b2dbbec8e38818cfcc3efc9083_s390x",
                "product": {
                  "name": "openshift4/ose-installer-artifacts-rhel9@sha256:7529fae3aa40950d226ef1d8d2039d6795c518b2dbbec8e38818cfcc3efc9083_s390x",
                  "product_id": "openshift4/ose-installer-artifacts-rhel9@sha256:7529fae3aa40950d226ef1d8d2039d6795c518b2dbbec8e38818cfcc3efc9083_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-installer-artifacts-rhel9@sha256:7529fae3aa40950d226ef1d8d2039d6795c518b2dbbec8e38818cfcc3efc9083?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-installer-artifacts-rhel9\u0026tag=v4.17.0-202504281009.p0.g5e4e2af.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-installer-rhel9@sha256:be7078e79fd3d22ef43c253aff1b72e7457128e639b780d5073a016991bf56af_s390x",
                "product": {
                  "name": "openshift4/ose-installer-rhel9@sha256:be7078e79fd3d22ef43c253aff1b72e7457128e639b780d5073a016991bf56af_s390x",
                  "product_id": "openshift4/ose-installer-rhel9@sha256:be7078e79fd3d22ef43c253aff1b72e7457128e639b780d5073a016991bf56af_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-installer-rhel9@sha256:be7078e79fd3d22ef43c253aff1b72e7457128e639b780d5073a016991bf56af?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-installer-rhel9\u0026tag=v4.17.0-202504281009.p0.g5e4e2af.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/kube-metrics-server-rhel9@sha256:c816c9115e6a17674b2b913b73e5ebe5fc53fd20ee431f9f87c6035b4bca6c16_s390x",
                "product": {
                  "name": "openshift4/kube-metrics-server-rhel9@sha256:c816c9115e6a17674b2b913b73e5ebe5fc53fd20ee431f9f87c6035b4bca6c16_s390x",
                  "product_id": "openshift4/kube-metrics-server-rhel9@sha256:c816c9115e6a17674b2b913b73e5ebe5fc53fd20ee431f9f87c6035b4bca6c16_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/kube-metrics-server-rhel9@sha256:c816c9115e6a17674b2b913b73e5ebe5fc53fd20ee431f9f87c6035b4bca6c16?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/kube-metrics-server-rhel9\u0026tag=v4.17.0-202504281009.p0.ge870adb.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-kube-storage-version-migrator-rhel9@sha256:82ec54538247a36578095e91a73ea2f0f2948f1d53214fff29e424badd23a733_s390x",
                "product": {
                  "name": "openshift4/ose-kube-storage-version-migrator-rhel9@sha256:82ec54538247a36578095e91a73ea2f0f2948f1d53214fff29e424badd23a733_s390x",
                  "product_id": "openshift4/ose-kube-storage-version-migrator-rhel9@sha256:82ec54538247a36578095e91a73ea2f0f2948f1d53214fff29e424badd23a733_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-kube-storage-version-migrator-rhel9@sha256:82ec54538247a36578095e91a73ea2f0f2948f1d53214fff29e424badd23a733?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9\u0026tag=v4.17.0-202504281009.p0.g34fafc0.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e53a18e4371e50c1bf5089c2f6e3b0d0bdc70454f8289ba3e6411afb2ab49aec_s390x",
                "product": {
                  "name": "openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e53a18e4371e50c1bf5089c2f6e3b0d0bdc70454f8289ba3e6411afb2ab49aec_s390x",
                  "product_id": "openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e53a18e4371e50c1bf5089c2f6e3b0d0bdc70454f8289ba3e6411afb2ab49aec_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e53a18e4371e50c1bf5089c2f6e3b0d0bdc70454f8289ba3e6411afb2ab49aec?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9\u0026tag=v4.17.0-202504281009.p0.g3f4542e.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/kubevirt-csi-driver-rhel9@sha256:8243c2660c6782fffd9c8b692179a16eaa09f45fb6731183f24acad284116144_s390x",
                "product": {
                  "name": "openshift4/kubevirt-csi-driver-rhel9@sha256:8243c2660c6782fffd9c8b692179a16eaa09f45fb6731183f24acad284116144_s390x",
                  "product_id": "openshift4/kubevirt-csi-driver-rhel9@sha256:8243c2660c6782fffd9c8b692179a16eaa09f45fb6731183f24acad284116144_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/kubevirt-csi-driver-rhel9@sha256:8243c2660c6782fffd9c8b692179a16eaa09f45fb6731183f24acad284116144?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9\u0026tag=v4.17.0-202504281009.p0.g757a889.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6b95c1296fe5379d3dfaad98c17ac65bb818babe4057610eccf8461635ae8103_s390x",
                "product": {
                  "name": "openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6b95c1296fe5379d3dfaad98c17ac65bb818babe4057610eccf8461635ae8103_s390x",
                  "product_id": "openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6b95c1296fe5379d3dfaad98c17ac65bb818babe4057610eccf8461635ae8103_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-libvirt-machine-controllers-rhel9@sha256:6b95c1296fe5379d3dfaad98c17ac65bb818babe4057610eccf8461635ae8103?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9\u0026tag=v4.17.0-202504281009.p0.ga336f0b.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-machine-api-rhel9-operator@sha256:5e940d2b4901a79e7b4a2c5ca656d3d974b771d1950edbe441557522082e02de_s390x",
                "product": {
                  "name": "openshift4/ose-machine-api-rhel9-operator@sha256:5e940d2b4901a79e7b4a2c5ca656d3d974b771d1950edbe441557522082e02de_s390x",
                  "product_id": "openshift4/ose-machine-api-rhel9-operator@sha256:5e940d2b4901a79e7b4a2c5ca656d3d974b771d1950edbe441557522082e02de_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-machine-api-rhel9-operator@sha256:5e940d2b4901a79e7b4a2c5ca656d3d974b771d1950edbe441557522082e02de?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-rhel9-operator\u0026tag=v4.17.0-202504281009.p0.g1e7747d.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-machine-api-provider-openstack-rhel9@sha256:373d9277d116b062a74e0610f98d512d8ffa5404afbfe116d2f8e549afd9251a_s390x",
                "product": {
                  "name": "openshift4/ose-machine-api-provider-openstack-rhel9@sha256:373d9277d116b062a74e0610f98d512d8ffa5404afbfe116d2f8e549afd9251a_s390x",
                  "product_id": "openshift4/ose-machine-api-provider-openstack-rhel9@sha256:373d9277d116b062a74e0610f98d512d8ffa5404afbfe116d2f8e549afd9251a_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-machine-api-provider-openstack-rhel9@sha256:373d9277d116b062a74e0610f98d512d8ffa5404afbfe116d2f8e549afd9251a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9\u0026tag=v4.17.0-202504281009.p0.g6897187.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-machine-config-rhel9-operator@sha256:e3d3a68630da8789ec30cdf920bc64b478949e146e565c28faa4b6e60f149f8a_s390x",
                "product": {
                  "name": "openshift4/ose-machine-config-rhel9-operator@sha256:e3d3a68630da8789ec30cdf920bc64b478949e146e565c28faa4b6e60f149f8a_s390x",
                  "product_id": "openshift4/ose-machine-config-rhel9-operator@sha256:e3d3a68630da8789ec30cdf920bc64b478949e146e565c28faa4b6e60f149f8a_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-machine-config-rhel9-operator@sha256:e3d3a68630da8789ec30cdf920bc64b478949e146e565c28faa4b6e60f149f8a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-machine-config-rhel9-operator\u0026tag=v4.17.0-202504290337.p0.g95b720d.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-machine-os-images-rhel9@sha256:e7d5c7d2133b60a140a95d371202e33e6bdcb24ff7ae55fe791f42f57534ee30_s390x",
                "product": {
                  "name": "openshift4/ose-machine-os-images-rhel9@sha256:e7d5c7d2133b60a140a95d371202e33e6bdcb24ff7ae55fe791f42f57534ee30_s390x",
                  "product_id": "openshift4/ose-machine-os-images-rhel9@sha256:e7d5c7d2133b60a140a95d371202e33e6bdcb24ff7ae55fe791f42f57534ee30_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-machine-os-images-rhel9@sha256:e7d5c7d2133b60a140a95d371202e33e6bdcb24ff7ae55fe791f42f57534ee30?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-machine-os-images-rhel9\u0026tag=v4.17.0-202504281009.p0.gf85666b.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-multus-admission-controller-rhel9@sha256:1234866d996a553670345d2177f491180651d53747d97ea0f5b7c05dad4ed0f0_s390x",
                "product": {
                  "name": "openshift4/ose-multus-admission-controller-rhel9@sha256:1234866d996a553670345d2177f491180651d53747d97ea0f5b7c05dad4ed0f0_s390x",
                  "product_id": "openshift4/ose-multus-admission-controller-rhel9@sha256:1234866d996a553670345d2177f491180651d53747d97ea0f5b7c05dad4ed0f0_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-multus-admission-controller-rhel9@sha256:1234866d996a553670345d2177f491180651d53747d97ea0f5b7c05dad4ed0f0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9\u0026tag=v4.17.0-202504281009.p0.g076f0ca.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-multus-networkpolicy-rhel9@sha256:a79bbb6df83654cdd8d925a070f6b7c9b62e85702b84330d31a1242507fd01ec_s390x",
                "product": {
                  "name": "openshift4/ose-multus-networkpolicy-rhel9@sha256:a79bbb6df83654cdd8d925a070f6b7c9b62e85702b84330d31a1242507fd01ec_s390x",
                  "product_id": "openshift4/ose-multus-networkpolicy-rhel9@sha256:a79bbb6df83654cdd8d925a070f6b7c9b62e85702b84330d31a1242507fd01ec_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-multus-networkpolicy-rhel9@sha256:a79bbb6df83654cdd8d925a070f6b7c9b62e85702b84330d31a1242507fd01ec?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9\u0026tag=v4.17.0-202504281009.p0.g7d01ea1.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-multus-route-override-cni-rhel9@sha256:2dc58f3bce109f2dab38f7940e7aab29a4418f5e0732c1e8f1e1ed217635ac19_s390x",
                "product": {
                  "name": "openshift4/ose-multus-route-override-cni-rhel9@sha256:2dc58f3bce109f2dab38f7940e7aab29a4418f5e0732c1e8f1e1ed217635ac19_s390x",
                  "product_id": "openshift4/ose-multus-route-override-cni-rhel9@sha256:2dc58f3bce109f2dab38f7940e7aab29a4418f5e0732c1e8f1e1ed217635ac19_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-multus-route-override-cni-rhel9@sha256:2dc58f3bce109f2dab38f7940e7aab29a4418f5e0732c1e8f1e1ed217635ac19?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9\u0026tag=v4.17.0-202504281009.p0.g391c1b0.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:14c20436996d9b4151cb77c811fa65929d70874bab1e3577c1ffc156b23514c2_s390x",
                "product": {
                  "name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:14c20436996d9b4151cb77c811fa65929d70874bab1e3577c1ffc156b23514c2_s390x",
                  "product_id": "openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:14c20436996d9b4151cb77c811fa65929d70874bab1e3577c1ffc156b23514c2_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel9@sha256:14c20436996d9b4151cb77c811fa65929d70874bab1e3577c1ffc156b23514c2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9\u0026tag=v4.17.0-202504281009.p0.ga9576ed.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-must-gather-rhel9@sha256:c1268a511ca6052fcd0392301af7861d388fc2dd32977b13fc85780c0c9a22a2_s390x",
                "product": {
                  "name": "openshift4/ose-must-gather-rhel9@sha256:c1268a511ca6052fcd0392301af7861d388fc2dd32977b13fc85780c0c9a22a2_s390x",
                  "product_id": "openshift4/ose-must-gather-rhel9@sha256:c1268a511ca6052fcd0392301af7861d388fc2dd32977b13fc85780c0c9a22a2_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-must-gather-rhel9@sha256:c1268a511ca6052fcd0392301af7861d388fc2dd32977b13fc85780c0c9a22a2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-must-gather-rhel9\u0026tag=v4.17.0-202504281009.p0.g56b3427.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-network-interface-bond-cni-rhel9@sha256:685adc9ee76db7d09ce6c56ba14570c9e0848c517534c5661b52a702d05a1e3c_s390x",
                "product": {
                  "name": "openshift4/ose-network-interface-bond-cni-rhel9@sha256:685adc9ee76db7d09ce6c56ba14570c9e0848c517534c5661b52a702d05a1e3c_s390x",
                  "product_id": "openshift4/ose-network-interface-bond-cni-rhel9@sha256:685adc9ee76db7d09ce6c56ba14570c9e0848c517534c5661b52a702d05a1e3c_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-network-interface-bond-cni-rhel9@sha256:685adc9ee76db7d09ce6c56ba14570c9e0848c517534c5661b52a702d05a1e3c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9\u0026tag=v4.17.0-202504281009.p0.g8630f33.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-network-metrics-daemon-rhel9@sha256:1820093b89c42b11b76534feb6f686877931e45206f35ba4ab3540e209f95e6d_s390x",
                "product": {
                  "name": "openshift4/ose-network-metrics-daemon-rhel9@sha256:1820093b89c42b11b76534feb6f686877931e45206f35ba4ab3540e209f95e6d_s390x",
                  "product_id": "openshift4/ose-network-metrics-daemon-rhel9@sha256:1820093b89c42b11b76534feb6f686877931e45206f35ba4ab3540e209f95e6d_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-network-metrics-daemon-rhel9@sha256:1820093b89c42b11b76534feb6f686877931e45206f35ba4ab3540e209f95e6d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9\u0026tag=v4.17.0-202504281009.p0.gddb486a.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/network-tools-rhel9@sha256:cc9644a1464bef7e3e3e039f8046872f7ff86f866b031737e3af603715a030cc_s390x",
                "product": {
                  "name": "openshift4/network-tools-rhel9@sha256:cc9644a1464bef7e3e3e039f8046872f7ff86f866b031737e3af603715a030cc_s390x",
                  "product_id": "openshift4/network-tools-rhel9@sha256:cc9644a1464bef7e3e3e039f8046872f7ff86f866b031737e3af603715a030cc_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/network-tools-rhel9@sha256:cc9644a1464bef7e3e3e039f8046872f7ff86f866b031737e3af603715a030cc?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/network-tools-rhel9\u0026tag=v4.17.0-202504300106.p0.g8e170b4.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-oauth-apiserver-rhel9@sha256:13a1c0ff1bf2b0a865a959c65166b00d53d402fecf984db6f2b9cd49ee7289fa_s390x",
                "product": {
                  "name": "openshift4/ose-oauth-apiserver-rhel9@sha256:13a1c0ff1bf2b0a865a959c65166b00d53d402fecf984db6f2b9cd49ee7289fa_s390x",
                  "product_id": "openshift4/ose-oauth-apiserver-rhel9@sha256:13a1c0ff1bf2b0a865a959c65166b00d53d402fecf984db6f2b9cd49ee7289fa_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-oauth-apiserver-rhel9@sha256:13a1c0ff1bf2b0a865a959c65166b00d53d402fecf984db6f2b9cd49ee7289fa?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9\u0026tag=v4.17.0-202504281009.p0.g04782ff.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-olm-catalogd-rhel9@sha256:f11007c8352baa9b195cbd9734103033c0946078b12ef02a624aa8574a455896_s390x",
                "product": {
                  "name": "openshift4/ose-olm-catalogd-rhel9@sha256:f11007c8352baa9b195cbd9734103033c0946078b12ef02a624aa8574a455896_s390x",
                  "product_id": "openshift4/ose-olm-catalogd-rhel9@sha256:f11007c8352baa9b195cbd9734103033c0946078b12ef02a624aa8574a455896_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-olm-catalogd-rhel9@sha256:f11007c8352baa9b195cbd9734103033c0946078b12ef02a624aa8574a455896?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-olm-catalogd-rhel9\u0026tag=v4.17.0-202504281009.p0.gc740e05.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-olm-operator-controller-rhel9@sha256:d3bfee26c52099ab31a0f7f78b53a6914dc1f33c613dfce0a4a83dd70ba6f04d_s390x",
                "product": {
                  "name": "openshift4/ose-olm-operator-controller-rhel9@sha256:d3bfee26c52099ab31a0f7f78b53a6914dc1f33c613dfce0a4a83dd70ba6f04d_s390x",
                  "product_id": "openshift4/ose-olm-operator-controller-rhel9@sha256:d3bfee26c52099ab31a0f7f78b53a6914dc1f33c613dfce0a4a83dd70ba6f04d_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-olm-operator-controller-rhel9@sha256:d3bfee26c52099ab31a0f7f78b53a6914dc1f33c613dfce0a4a83dd70ba6f04d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9\u0026tag=v4.17.0-202504281009.p0.g8bc0220.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-openshift-apiserver-rhel9@sha256:281810b86981603927513af4b9738db05df090e27cff61cb57f615a1b7da54a4_s390x",
                "product": {
                  "name": "openshift4/ose-openshift-apiserver-rhel9@sha256:281810b86981603927513af4b9738db05df090e27cff61cb57f615a1b7da54a4_s390x",
                  "product_id": "openshift4/ose-openshift-apiserver-rhel9@sha256:281810b86981603927513af4b9738db05df090e27cff61cb57f615a1b7da54a4_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-openshift-apiserver-rhel9@sha256:281810b86981603927513af4b9738db05df090e27cff61cb57f615a1b7da54a4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9\u0026tag=v4.17.0-202504281009.p0.g58f7b42.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-openshift-controller-manager-rhel9@sha256:92b40e2865e79b6c9178e6e94523b9d09149441f5a72276b25951404526e7ae3_s390x",
                "product": {
                  "name": "openshift4/ose-openshift-controller-manager-rhel9@sha256:92b40e2865e79b6c9178e6e94523b9d09149441f5a72276b25951404526e7ae3_s390x",
                  "product_id": "openshift4/ose-openshift-controller-manager-rhel9@sha256:92b40e2865e79b6c9178e6e94523b9d09149441f5a72276b25951404526e7ae3_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-openshift-controller-manager-rhel9@sha256:92b40e2865e79b6c9178e6e94523b9d09149441f5a72276b25951404526e7ae3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9\u0026tag=v4.17.0-202504281009.p0.g70aa014.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:bed0e7813bdf23482a2c4f14c09a73c84ba62027947ec8e9c57ccd2eccc2c1b9_s390x",
                "product": {
                  "name": "openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:bed0e7813bdf23482a2c4f14c09a73c84ba62027947ec8e9c57ccd2eccc2c1b9_s390x",
                  "product_id": "openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:bed0e7813bdf23482a2c4f14c09a73c84ba62027947ec8e9c57ccd2eccc2c1b9_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9@sha256:bed0e7813bdf23482a2c4f14c09a73c84ba62027947ec8e9c57ccd2eccc2c1b9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9\u0026tag=v4.17.0-202504281009.p0.g0e338e1.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ec415bdf74f9ce65c23af9e06d591ba78d696f32a7cf249c71804a87895f96ec_s390x",
                "product": {
                  "name": "openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ec415bdf74f9ce65c23af9e06d591ba78d696f32a7cf249c71804a87895f96ec_s390x",
                  "product_id": "openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ec415bdf74f9ce65c23af9e06d591ba78d696f32a7cf249c71804a87895f96ec_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ec415bdf74f9ce65c23af9e06d591ba78d696f32a7cf249c71804a87895f96ec?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator\u0026tag=v4.17.0-202504281009.p0.gf89b6db.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:576677c2baf50fd096f762daa156970e982279275b34814ef52e4be4b511f5ba_s390x",
                "product": {
                  "name": "openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:576677c2baf50fd096f762daa156970e982279275b34814ef52e4be4b511f5ba_s390x",
                  "product_id": "openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:576677c2baf50fd096f762daa156970e982279275b34814ef52e4be4b511f5ba_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel9@sha256:576677c2baf50fd096f762daa156970e982279275b34814ef52e4be4b511f5ba?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9\u0026tag=v4.17.0-202504281009.p0.g0e338e1.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-operator-framework-tools-rhel9@sha256:feabd407ff0094dd9102e3c78cf94852ab6e700fe7f906fdd32d6a211232b16e_s390x",
                "product": {
                  "name": "openshift4/ose-operator-framework-tools-rhel9@sha256:feabd407ff0094dd9102e3c78cf94852ab6e700fe7f906fdd32d6a211232b16e_s390x",
                  "product_id": "openshift4/ose-operator-framework-tools-rhel9@sha256:feabd407ff0094dd9102e3c78cf94852ab6e700fe7f906fdd32d6a211232b16e_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-operator-framework-tools-rhel9@sha256:feabd407ff0094dd9102e3c78cf94852ab6e700fe7f906fdd32d6a211232b16e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9\u0026tag=v4.17.0-202504281009.p0.gd3b1715.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ovirt-csi-driver-rhel9@sha256:200522c7bae23bc7fddbf7174163851a139efe452660482d14e26d31ee11d330_s390x",
                "product": {
                  "name": "openshift4/ovirt-csi-driver-rhel9@sha256:200522c7bae23bc7fddbf7174163851a139efe452660482d14e26d31ee11d330_s390x",
                  "product_id": "openshift4/ovirt-csi-driver-rhel9@sha256:200522c7bae23bc7fddbf7174163851a139efe452660482d14e26d31ee11d330_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ovirt-csi-driver-rhel9@sha256:200522c7bae23bc7fddbf7174163851a139efe452660482d14e26d31ee11d330?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel9\u0026tag=v4.17.0-202504281009.p0.g1db726a.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-ovn-kubernetes-rhel9@sha256:8f896cdb945435f3f03a813b857d4cb1ffe1f0d6015ce9b776954a0f0cc9558f_s390x",
                "product": {
                  "name": "openshift4/ose-ovn-kubernetes-rhel9@sha256:8f896cdb945435f3f03a813b857d4cb1ffe1f0d6015ce9b776954a0f0cc9558f_s390x",
                  "product_id": "openshift4/ose-ovn-kubernetes-rhel9@sha256:8f896cdb945435f3f03a813b857d4cb1ffe1f0d6015ce9b776954a0f0cc9558f_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256:8f896cdb945435f3f03a813b857d4cb1ffe1f0d6015ce9b776954a0f0cc9558f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9\u0026tag=v4.17.0-202504281009.p0.gb02d1af.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/openshift-route-controller-manager-rhel9@sha256:5c17c1c6f7a366193f0bd579350781ce337a08e468f50af9be3534564ab9f8fe_s390x",
                "product": {
                  "name": "openshift4/openshift-route-controller-manager-rhel9@sha256:5c17c1c6f7a366193f0bd579350781ce337a08e468f50af9be3534564ab9f8fe_s390x",
                  "product_id": "openshift4/openshift-route-controller-manager-rhel9@sha256:5c17c1c6f7a366193f0bd579350781ce337a08e468f50af9be3534564ab9f8fe_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift-route-controller-manager-rhel9@sha256:5c17c1c6f7a366193f0bd579350781ce337a08e468f50af9be3534564ab9f8fe?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9\u0026tag=v4.17.0-202504281009.p0.gcd4a3dc.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-service-ca-rhel9-operator@sha256:9dbbf7be716430d0be120617233a7de552e4937248315de9f6c6f794100db3c1_s390x",
                "product": {
                  "name": "openshift4/ose-service-ca-rhel9-operator@sha256:9dbbf7be716430d0be120617233a7de552e4937248315de9f6c6f794100db3c1_s390x",
                  "product_id": "openshift4/ose-service-ca-rhel9-operator@sha256:9dbbf7be716430d0be120617233a7de552e4937248315de9f6c6f794100db3c1_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-service-ca-rhel9-operator@sha256:9dbbf7be716430d0be120617233a7de552e4937248315de9f6c6f794100db3c1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-service-ca-rhel9-operator\u0026tag=v4.17.0-202504281009.p0.gf1b6307.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-thanos-rhel9@sha256:29258f468994c2e7a6249595ca4b75fd72c6009644f8e772f5510bd461758d3f_s390x",
                "product": {
                  "name": "openshift4/ose-thanos-rhel9@sha256:29258f468994c2e7a6249595ca4b75fd72c6009644f8e772f5510bd461758d3f_s390x",
                  "product_id": "openshift4/ose-thanos-rhel9@sha256:29258f468994c2e7a6249595ca4b75fd72c6009644f8e772f5510bd461758d3f_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-thanos-rhel9@sha256:29258f468994c2e7a6249595ca4b75fd72c6009644f8e772f5510bd461758d3f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-thanos-rhel9\u0026tag=v4.17.0-202504281009.p0.g5b56736.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-tools-rhel9@sha256:4f4daeba93df4d66ce29574a0faa199ee1cc73bc5b8a63b38de55c7a2ec43bc8_s390x",
                "product": {
                  "name": "openshift4/ose-tools-rhel9@sha256:4f4daeba93df4d66ce29574a0faa199ee1cc73bc5b8a63b38de55c7a2ec43bc8_s390x",
                  "product_id": "openshift4/ose-tools-rhel9@sha256:4f4daeba93df4d66ce29574a0faa199ee1cc73bc5b8a63b38de55c7a2ec43bc8_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-tools-rhel9@sha256:4f4daeba93df4d66ce29574a0faa199ee1cc73bc5b8a63b38de55c7a2ec43bc8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-tools-rhel9\u0026tag=v4.17.0-202504300106.p0.g0000b3e.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:43f19aac756eb00b63d12521f353df83d79086751715e23f2c773880f85221ea_s390x",
                "product": {
                  "name": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:43f19aac756eb00b63d12521f353df83d79086751715e23f2c773880f85221ea_s390x",
                  "product_id": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:43f19aac756eb00b63d12521f353df83d79086751715e23f2c773880f85221ea_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256:43f19aac756eb00b63d12521f353df83d79086751715e23f2c773880f85221ea?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9\u0026tag=v4.17.0-202504281009.p0.gb02d1af.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-prometheus-config-reloader-rhel9@sha256:41b569ce3bab77e814d2f2dbe5252a55b22cca84ac1d0fac985d3ebbfdbacba0_s390x",
                "product": {
                  "name": "openshift4/ose-prometheus-config-reloader-rhel9@sha256:41b569ce3bab77e814d2f2dbe5252a55b22cca84ac1d0fac985d3ebbfdbacba0_s390x",
                  "product_id": "openshift4/ose-prometheus-config-reloader-rhel9@sha256:41b569ce3bab77e814d2f2dbe5252a55b22cca84ac1d0fac985d3ebbfdbacba0_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-prometheus-config-reloader-rhel9@sha256:41b569ce3bab77e814d2f2dbe5252a55b22cca84ac1d0fac985d3ebbfdbacba0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9\u0026tag=v4.17.0-202504281009.p0.g77cedd6.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:cb10c1fbc87bfe3fd48c9c7834bb44be8e808d9ad10ef42c6483681fac9a8524_s390x",
                "product": {
                  "name": "openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:cb10c1fbc87bfe3fd48c9c7834bb44be8e808d9ad10ef42c6483681fac9a8524_s390x",
                  "product_id": "openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:cb10c1fbc87bfe3fd48c9c7834bb44be8e808d9ad10ef42c6483681fac9a8524_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel9@sha256:cb10c1fbc87bfe3fd48c9c7834bb44be8e808d9ad10ef42c6483681fac9a8524?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9\u0026tag=v4.17.0-202504281009.p0.g77cedd6.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-prometheus-rhel9-operator@sha256:3b0a31d3ac49250fb165866dd1ea03ea7914692a09d7bc6514e516e1cdd5639d_s390x",
                "product": {
                  "name": "openshift4/ose-prometheus-rhel9-operator@sha256:3b0a31d3ac49250fb165866dd1ea03ea7914692a09d7bc6514e516e1cdd5639d_s390x",
                  "product_id": "openshift4/ose-prometheus-rhel9-operator@sha256:3b0a31d3ac49250fb165866dd1ea03ea7914692a09d7bc6514e516e1cdd5639d_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-prometheus-rhel9-operator@sha256:3b0a31d3ac49250fb165866dd1ea03ea7914692a09d7bc6514e516e1cdd5639d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-rhel9-operator\u0026tag=v4.17.0-202504281009.p0.g77cedd6.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-prom-label-proxy-rhel9@sha256:222f568c31ab36aa4a0684274584e66aee149db5be50eb79691c7636fbc8aff3_s390x",
                "product": {
                  "name": "openshift4/ose-prom-label-proxy-rhel9@sha256:222f568c31ab36aa4a0684274584e66aee149db5be50eb79691c7636fbc8aff3_s390x",
                  "product_id": "openshift4/ose-prom-label-proxy-rhel9@sha256:222f568c31ab36aa4a0684274584e66aee149db5be50eb79691c7636fbc8aff3_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-prom-label-proxy-rhel9@sha256:222f568c31ab36aa4a0684274584e66aee149db5be50eb79691c7636fbc8aff3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9\u0026tag=v4.17.0-202504281009.p0.gd80e904.assembly.stream.el9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "rhcos@sha256:975f83f748ff4cebae040caa4df88b771d32e1f301204a736ec414b4f3234e99_s390x",
                "product": {
                  "name": "rhcos@sha256:975f83f748ff4cebae040caa4df88b771d32e1f301204a736ec414b4f3234e99_s390x",
                  "product_id": "rhcos@sha256:975f83f748ff4cebae040caa4df88b771d32e1f301204a736ec414b4f3234e99_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/rhcos@sha256:975f83f748ff4cebae040caa4df88b771d32e1f301204a736ec414b4f3234e99?arch=s390x\u0026repository_url=registry.redhat.io/rhcos\u0026tag=417.94.202504291434-0"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openshift4/ose-telemeter-rhel9@sha256:53b2672ec495dc7dfe61774d5ae111c18e2444c2e9a97a9a5588f5ff659cd048_s390x",
                "product": {
                  "name": "openshift4/ose-telemeter-rhel9@sha256:53b2672ec495dc7dfe61774d5ae111c18e2444c2e9a97a9a5588f5ff659cd048_s390x",
                  "product_id": "openshift4/ose-telemeter-rhel9@sha256:53b2672ec495dc7dfe61774d5ae111c18e2444c2e9a97a9a5588f5ff659cd048_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/ose-telemeter-rhel9@sha256:53b2672ec495dc7dfe61774d5ae111c18e2444c2e9a97a9a5588f5ff659cd048?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-telemeter-rhel9\u0026tag=v4.17.0-202504281009.p0.ge2b2524.assembly.stream.el9"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "s390x"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "rhcos@sha256:975f83f748ff4cebae040caa4df88b771d32e1f301204a736ec414b4f3234e99_aarch64",
                "product": {
                  "name": "rhcos@sha256:975f83f748ff4cebae040caa4df88b771d32e1f301204a736ec414b4f3234e99_aarch64",
                  "product_id": "rhcos@sha256:975f83f748ff4cebae040caa4df88b771d32e1f301204a736ec414b4f3234e99_aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/rhcos@sha256:975f83f748ff4cebae040caa4df88b771d32e1f301204a736ec414b4f3234e99?arch=aarch64\u0026repository_url=registry.redhat.io/rhcos\u0026tag=417.94.202504291434-0"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "aarch64"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "rhcos@sha256:975f83f748ff4cebae040caa4df88b771d32e1f301204a736ec414b4f3234e99_x86_64",
                "product": {
                  "name": "rhcos@sha256:975f83f748ff4cebae040caa4df88b771d32e1f301204a736ec414b4f3234e99_x86_64",
                  "product_id": "rhcos@sha256:975f83f748ff4cebae040caa4df88b771d32e1f301204a736ec414b4f3234e99_x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/rhcos@sha256:975f83f748ff4cebae040caa4df88b771d32e1f301204a736ec414b4f3234e99?arch=x86_64\u0026repository_url=registry.redhat.io/rhcos\u0026tag=417.94.202504291434-0"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "x86_64"
          }
        ],
        "category": "vendor",
        "name": "Red Hat"
      }
    ],
    "relationships": [
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/aws-kms-encryption-provider-rhel9@sha256:03c4ffb6e1ca068624a9bcaa5ca21f0b67fc60508f382ae95521c6a03ae8afb4_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/aws-kms-encryption-provider-rhel9@sha256:03c4ffb6e1ca068624a9bcaa5ca21f0b67fc60508f382ae95521c6a03ae8afb4_arm64"
        },
        "product_reference": "openshift4/aws-kms-encryption-provider-rhel9@sha256:03c4ffb6e1ca068624a9bcaa5ca21f0b67fc60508f382ae95521c6a03ae8afb4_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/aws-kms-encryption-provider-rhel9@sha256:9ba0c5d8195237e7cc9e37ae735a7841a3fcab2fe12e6ef106da61a6e09db0cf_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/aws-kms-encryption-provider-rhel9@sha256:9ba0c5d8195237e7cc9e37ae735a7841a3fcab2fe12e6ef106da61a6e09db0cf_ppc64le"
        },
        "product_reference": "openshift4/aws-kms-encryption-provider-rhel9@sha256:9ba0c5d8195237e7cc9e37ae735a7841a3fcab2fe12e6ef106da61a6e09db0cf_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/aws-kms-encryption-provider-rhel9@sha256:d94dc7200bafdfb39d5d7ce555b36d59d17a0add1091babd769f33dfdb854cda_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/aws-kms-encryption-provider-rhel9@sha256:d94dc7200bafdfb39d5d7ce555b36d59d17a0add1091babd769f33dfdb854cda_s390x"
        },
        "product_reference": "openshift4/aws-kms-encryption-provider-rhel9@sha256:d94dc7200bafdfb39d5d7ce555b36d59d17a0add1091babd769f33dfdb854cda_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/aws-kms-encryption-provider-rhel9@sha256:e97e40543c09b130e3d36eeb5800d9d4ee989f5b16314f33534b32a2b11b39b6_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/aws-kms-encryption-provider-rhel9@sha256:e97e40543c09b130e3d36eeb5800d9d4ee989f5b16314f33534b32a2b11b39b6_amd64"
        },
        "product_reference": "openshift4/aws-kms-encryption-provider-rhel9@sha256:e97e40543c09b130e3d36eeb5800d9d4ee989f5b16314f33534b32a2b11b39b6_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/azure-kms-encryption-provider-rhel9@sha256:08021be0c69cec642238d8c152f39957660651ec5714d7ed17f2f27c31e3db6b_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/azure-kms-encryption-provider-rhel9@sha256:08021be0c69cec642238d8c152f39957660651ec5714d7ed17f2f27c31e3db6b_amd64"
        },
        "product_reference": "openshift4/azure-kms-encryption-provider-rhel9@sha256:08021be0c69cec642238d8c152f39957660651ec5714d7ed17f2f27c31e3db6b_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/azure-kms-encryption-provider-rhel9@sha256:a8c81f1ea15f8625cee9ad826d2263d09c17b6fe7b2941579f8914ab6ead1689_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/azure-kms-encryption-provider-rhel9@sha256:a8c81f1ea15f8625cee9ad826d2263d09c17b6fe7b2941579f8914ab6ead1689_s390x"
        },
        "product_reference": "openshift4/azure-kms-encryption-provider-rhel9@sha256:a8c81f1ea15f8625cee9ad826d2263d09c17b6fe7b2941579f8914ab6ead1689_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/azure-kms-encryption-provider-rhel9@sha256:a9fa50ec982340d9e61f130c74457bf6809d843c13a266d140617f17ac1bec0d_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/azure-kms-encryption-provider-rhel9@sha256:a9fa50ec982340d9e61f130c74457bf6809d843c13a266d140617f17ac1bec0d_ppc64le"
        },
        "product_reference": "openshift4/azure-kms-encryption-provider-rhel9@sha256:a9fa50ec982340d9e61f130c74457bf6809d843c13a266d140617f17ac1bec0d_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/azure-kms-encryption-provider-rhel9@sha256:cc38a9ba49ae414e03acd79e4d3b97977fe53872870612073fa569f6ab702939_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/azure-kms-encryption-provider-rhel9@sha256:cc38a9ba49ae414e03acd79e4d3b97977fe53872870612073fa569f6ab702939_arm64"
        },
        "product_reference": "openshift4/azure-kms-encryption-provider-rhel9@sha256:cc38a9ba49ae414e03acd79e4d3b97977fe53872870612073fa569f6ab702939_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/cloud-network-config-controller-rhel9@sha256:2a6eb863736abf5c2d7a3f7c2f324e71e25a7dd9a0d5219bd9666c136e0fa863_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/cloud-network-config-controller-rhel9@sha256:2a6eb863736abf5c2d7a3f7c2f324e71e25a7dd9a0d5219bd9666c136e0fa863_ppc64le"
        },
        "product_reference": "openshift4/cloud-network-config-controller-rhel9@sha256:2a6eb863736abf5c2d7a3f7c2f324e71e25a7dd9a0d5219bd9666c136e0fa863_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/cloud-network-config-controller-rhel9@sha256:5153ada0a44b00eabb71606b7144de94c4d5de7eb27dc54cbc9b729bd2a5093b_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/cloud-network-config-controller-rhel9@sha256:5153ada0a44b00eabb71606b7144de94c4d5de7eb27dc54cbc9b729bd2a5093b_s390x"
        },
        "product_reference": "openshift4/cloud-network-config-controller-rhel9@sha256:5153ada0a44b00eabb71606b7144de94c4d5de7eb27dc54cbc9b729bd2a5093b_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/cloud-network-config-controller-rhel9@sha256:698211795dbabe068f87d21f624e09d28742483015be770b1cdb5c6138283b69_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/cloud-network-config-controller-rhel9@sha256:698211795dbabe068f87d21f624e09d28742483015be770b1cdb5c6138283b69_amd64"
        },
        "product_reference": "openshift4/cloud-network-config-controller-rhel9@sha256:698211795dbabe068f87d21f624e09d28742483015be770b1cdb5c6138283b69_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/cloud-network-config-controller-rhel9@sha256:b5ed6c1824fa24f8dbed30ccc81428285823d97e15496c43c433db55985fd9c2_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/cloud-network-config-controller-rhel9@sha256:b5ed6c1824fa24f8dbed30ccc81428285823d97e15496c43c433db55985fd9c2_arm64"
        },
        "product_reference": "openshift4/cloud-network-config-controller-rhel9@sha256:b5ed6c1824fa24f8dbed30ccc81428285823d97e15496c43c433db55985fd9c2_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/container-networking-plugins-microshift-rhel9@sha256:3bb7db321e0bcbb3dadc7a1c9f350e69657249f4823e46184c7001f17aac7d1d_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/container-networking-plugins-microshift-rhel9@sha256:3bb7db321e0bcbb3dadc7a1c9f350e69657249f4823e46184c7001f17aac7d1d_s390x"
        },
        "product_reference": "openshift4/container-networking-plugins-microshift-rhel9@sha256:3bb7db321e0bcbb3dadc7a1c9f350e69657249f4823e46184c7001f17aac7d1d_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/container-networking-plugins-microshift-rhel9@sha256:44ab8531897438f9b25f0b6d90e5b224e3928a3f12f8b24dd18113d7bbb40ece_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/container-networking-plugins-microshift-rhel9@sha256:44ab8531897438f9b25f0b6d90e5b224e3928a3f12f8b24dd18113d7bbb40ece_amd64"
        },
        "product_reference": "openshift4/container-networking-plugins-microshift-rhel9@sha256:44ab8531897438f9b25f0b6d90e5b224e3928a3f12f8b24dd18113d7bbb40ece_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/container-networking-plugins-microshift-rhel9@sha256:4c57864ec6554cf452d24947d6d1387f8c4e10a0b89508279b1bdc12a1a1f50e_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/container-networking-plugins-microshift-rhel9@sha256:4c57864ec6554cf452d24947d6d1387f8c4e10a0b89508279b1bdc12a1a1f50e_ppc64le"
        },
        "product_reference": "openshift4/container-networking-plugins-microshift-rhel9@sha256:4c57864ec6554cf452d24947d6d1387f8c4e10a0b89508279b1bdc12a1a1f50e_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/container-networking-plugins-microshift-rhel9@sha256:6fee0ae68857abb3ac5357aeee9fda4cf8cfa60e061b6240d2cc266156092d07_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/container-networking-plugins-microshift-rhel9@sha256:6fee0ae68857abb3ac5357aeee9fda4cf8cfa60e061b6240d2cc266156092d07_arm64"
        },
        "product_reference": "openshift4/container-networking-plugins-microshift-rhel9@sha256:6fee0ae68857abb3ac5357aeee9fda4cf8cfa60e061b6240d2cc266156092d07_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/driver-toolkit-rhel9@sha256:8edadcbdbe43b80cea7a3076897e893c8e3d974c6cea165cd8ecb00e03d1ce78_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:8edadcbdbe43b80cea7a3076897e893c8e3d974c6cea165cd8ecb00e03d1ce78_amd64"
        },
        "product_reference": "openshift4/driver-toolkit-rhel9@sha256:8edadcbdbe43b80cea7a3076897e893c8e3d974c6cea165cd8ecb00e03d1ce78_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/driver-toolkit-rhel9@sha256:b676dc0dbf6c39a7b3b68d3ef21cef981927255ba8ea45e9d1715396dcfe29ff_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:b676dc0dbf6c39a7b3b68d3ef21cef981927255ba8ea45e9d1715396dcfe29ff_s390x"
        },
        "product_reference": "openshift4/driver-toolkit-rhel9@sha256:b676dc0dbf6c39a7b3b68d3ef21cef981927255ba8ea45e9d1715396dcfe29ff_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/driver-toolkit-rhel9@sha256:c9e05849c3438f54571b43555c775401f5a97abcf7d328c6b04387e8c1d0b312_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:c9e05849c3438f54571b43555c775401f5a97abcf7d328c6b04387e8c1d0b312_ppc64le"
        },
        "product_reference": "openshift4/driver-toolkit-rhel9@sha256:c9e05849c3438f54571b43555c775401f5a97abcf7d328c6b04387e8c1d0b312_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/driver-toolkit-rhel9@sha256:ca540412965a47b91836a1137e49720be6ee3ebc2b7c54b67864beaea76c2e6b_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:ca540412965a47b91836a1137e49720be6ee3ebc2b7c54b67864beaea76c2e6b_arm64"
        },
        "product_reference": "openshift4/driver-toolkit-rhel9@sha256:ca540412965a47b91836a1137e49720be6ee3ebc2b7c54b67864beaea76c2e6b_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/egress-router-cni-rhel9@sha256:07d4ba54630d432f37576929be29cf02ef09a47bee91a63f58001f9cd4acfc92_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/egress-router-cni-rhel9@sha256:07d4ba54630d432f37576929be29cf02ef09a47bee91a63f58001f9cd4acfc92_arm64"
        },
        "product_reference": "openshift4/egress-router-cni-rhel9@sha256:07d4ba54630d432f37576929be29cf02ef09a47bee91a63f58001f9cd4acfc92_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/egress-router-cni-rhel9@sha256:9d5ce7ba2746d808b7bda9c491ecbaa158917b2659546eb9be7752d14a79f845_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/egress-router-cni-rhel9@sha256:9d5ce7ba2746d808b7bda9c491ecbaa158917b2659546eb9be7752d14a79f845_amd64"
        },
        "product_reference": "openshift4/egress-router-cni-rhel9@sha256:9d5ce7ba2746d808b7bda9c491ecbaa158917b2659546eb9be7752d14a79f845_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/egress-router-cni-rhel9@sha256:deecbd903551fa42eba84fbe2051794146cfc426cf6f151a2d8b0e26d99909b1_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/egress-router-cni-rhel9@sha256:deecbd903551fa42eba84fbe2051794146cfc426cf6f151a2d8b0e26d99909b1_ppc64le"
        },
        "product_reference": "openshift4/egress-router-cni-rhel9@sha256:deecbd903551fa42eba84fbe2051794146cfc426cf6f151a2d8b0e26d99909b1_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/egress-router-cni-rhel9@sha256:e2acac628dad896c7b4ee0617847b6e5d8051b5cc0a0add05734b2f179afcb59_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/egress-router-cni-rhel9@sha256:e2acac628dad896c7b4ee0617847b6e5d8051b5cc0a0add05734b2f179afcb59_s390x"
        },
        "product_reference": "openshift4/egress-router-cni-rhel9@sha256:e2acac628dad896c7b4ee0617847b6e5d8051b5cc0a0add05734b2f179afcb59_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/frr-rhel9@sha256:382bd4ab43e8572f129c0cccb7778c0c35e1648cc48d142fcc4f908cefb56a39_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:382bd4ab43e8572f129c0cccb7778c0c35e1648cc48d142fcc4f908cefb56a39_s390x"
        },
        "product_reference": "openshift4/frr-rhel9@sha256:382bd4ab43e8572f129c0cccb7778c0c35e1648cc48d142fcc4f908cefb56a39_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/frr-rhel9@sha256:530a9dff7076b84825ddbb0fdc1320140ee5f01de559b2ad166032d58dad6dc2_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:530a9dff7076b84825ddbb0fdc1320140ee5f01de559b2ad166032d58dad6dc2_ppc64le"
        },
        "product_reference": "openshift4/frr-rhel9@sha256:530a9dff7076b84825ddbb0fdc1320140ee5f01de559b2ad166032d58dad6dc2_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/frr-rhel9@sha256:6f7e5612f7cb6c85db355eeba15164a0445fa58857b857506cf65b873e4b8174_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:6f7e5612f7cb6c85db355eeba15164a0445fa58857b857506cf65b873e4b8174_arm64"
        },
        "product_reference": "openshift4/frr-rhel9@sha256:6f7e5612f7cb6c85db355eeba15164a0445fa58857b857506cf65b873e4b8174_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/frr-rhel9@sha256:ca10f64ab5f5d9c5f2dfdb5241fed009ec9f37bfd7126ad790a07f9c1a418a3b_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:ca10f64ab5f5d9c5f2dfdb5241fed009ec9f37bfd7126ad790a07f9c1a418a3b_amd64"
        },
        "product_reference": "openshift4/frr-rhel9@sha256:ca10f64ab5f5d9c5f2dfdb5241fed009ec9f37bfd7126ad790a07f9c1a418a3b_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/kube-metrics-server-rhel9@sha256:233be71aea1d6daf6162eb3a7f91c2f052b47e3ad1d8778e519761c678a32327_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/kube-metrics-server-rhel9@sha256:233be71aea1d6daf6162eb3a7f91c2f052b47e3ad1d8778e519761c678a32327_amd64"
        },
        "product_reference": "openshift4/kube-metrics-server-rhel9@sha256:233be71aea1d6daf6162eb3a7f91c2f052b47e3ad1d8778e519761c678a32327_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/kube-metrics-server-rhel9@sha256:3e11ef3020927ede13dd28f57daa86b8cfd2d287e380296452bca4bd781391df_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/kube-metrics-server-rhel9@sha256:3e11ef3020927ede13dd28f57daa86b8cfd2d287e380296452bca4bd781391df_arm64"
        },
        "product_reference": "openshift4/kube-metrics-server-rhel9@sha256:3e11ef3020927ede13dd28f57daa86b8cfd2d287e380296452bca4bd781391df_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/kube-metrics-server-rhel9@sha256:9792d7c9a9e5725b68fa3812d5907d4812b6cb23042af5392d7e6cbfdd3f8995_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/kube-metrics-server-rhel9@sha256:9792d7c9a9e5725b68fa3812d5907d4812b6cb23042af5392d7e6cbfdd3f8995_ppc64le"
        },
        "product_reference": "openshift4/kube-metrics-server-rhel9@sha256:9792d7c9a9e5725b68fa3812d5907d4812b6cb23042af5392d7e6cbfdd3f8995_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/kube-metrics-server-rhel9@sha256:c816c9115e6a17674b2b913b73e5ebe5fc53fd20ee431f9f87c6035b4bca6c16_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/kube-metrics-server-rhel9@sha256:c816c9115e6a17674b2b913b73e5ebe5fc53fd20ee431f9f87c6035b4bca6c16_s390x"
        },
        "product_reference": "openshift4/kube-metrics-server-rhel9@sha256:c816c9115e6a17674b2b913b73e5ebe5fc53fd20ee431f9f87c6035b4bca6c16_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/kubevirt-csi-driver-rhel9@sha256:7fdb186f15c46bfe20e5426701cac2c4ba45e78c414e71b1aac14f321092eb4a_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/kubevirt-csi-driver-rhel9@sha256:7fdb186f15c46bfe20e5426701cac2c4ba45e78c414e71b1aac14f321092eb4a_ppc64le"
        },
        "product_reference": "openshift4/kubevirt-csi-driver-rhel9@sha256:7fdb186f15c46bfe20e5426701cac2c4ba45e78c414e71b1aac14f321092eb4a_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/kubevirt-csi-driver-rhel9@sha256:8243c2660c6782fffd9c8b692179a16eaa09f45fb6731183f24acad284116144_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/kubevirt-csi-driver-rhel9@sha256:8243c2660c6782fffd9c8b692179a16eaa09f45fb6731183f24acad284116144_s390x"
        },
        "product_reference": "openshift4/kubevirt-csi-driver-rhel9@sha256:8243c2660c6782fffd9c8b692179a16eaa09f45fb6731183f24acad284116144_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/kubevirt-csi-driver-rhel9@sha256:a78f85edfee8f8f51f73e63c8c02162c421f0d63e2f8095ded84b78087a83aab_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/kubevirt-csi-driver-rhel9@sha256:a78f85edfee8f8f51f73e63c8c02162c421f0d63e2f8095ded84b78087a83aab_arm64"
        },
        "product_reference": "openshift4/kubevirt-csi-driver-rhel9@sha256:a78f85edfee8f8f51f73e63c8c02162c421f0d63e2f8095ded84b78087a83aab_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/kubevirt-csi-driver-rhel9@sha256:bd9ecbdfe93e006b10eb976b6dc590889f48fa146c5da51431774543563fbb14_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/kubevirt-csi-driver-rhel9@sha256:bd9ecbdfe93e006b10eb976b6dc590889f48fa146c5da51431774543563fbb14_amd64"
        },
        "product_reference": "openshift4/kubevirt-csi-driver-rhel9@sha256:bd9ecbdfe93e006b10eb976b6dc590889f48fa146c5da51431774543563fbb14_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/network-tools-rhel9@sha256:4b75b7fd029742eb75968481f181fd1f219b6b9fa0da0b48987cf988ca48d5f1_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:4b75b7fd029742eb75968481f181fd1f219b6b9fa0da0b48987cf988ca48d5f1_amd64"
        },
        "product_reference": "openshift4/network-tools-rhel9@sha256:4b75b7fd029742eb75968481f181fd1f219b6b9fa0da0b48987cf988ca48d5f1_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/network-tools-rhel9@sha256:85649591fd162c55910b0be4049b894e0cc9027ab375ed3de4c322af8e271597_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:85649591fd162c55910b0be4049b894e0cc9027ab375ed3de4c322af8e271597_arm64"
        },
        "product_reference": "openshift4/network-tools-rhel9@sha256:85649591fd162c55910b0be4049b894e0cc9027ab375ed3de4c322af8e271597_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/network-tools-rhel9@sha256:ac07972de391248c3b2fd918633f53d1e072e704cdd11573c2ae7ffc7e4ee9ee_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:ac07972de391248c3b2fd918633f53d1e072e704cdd11573c2ae7ffc7e4ee9ee_ppc64le"
        },
        "product_reference": "openshift4/network-tools-rhel9@sha256:ac07972de391248c3b2fd918633f53d1e072e704cdd11573c2ae7ffc7e4ee9ee_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/network-tools-rhel9@sha256:cc9644a1464bef7e3e3e039f8046872f7ff86f866b031737e3af603715a030cc_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:cc9644a1464bef7e3e3e039f8046872f7ff86f866b031737e3af603715a030cc_s390x"
        },
        "product_reference": "openshift4/network-tools-rhel9@sha256:cc9644a1464bef7e3e3e039f8046872f7ff86f866b031737e3af603715a030cc_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/oc-mirror-plugin-rhel9@sha256:50e9429282d07090b22b3f4f3770fd44307a488b8d080addf63159642e71bb51_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/oc-mirror-plugin-rhel9@sha256:50e9429282d07090b22b3f4f3770fd44307a488b8d080addf63159642e71bb51_s390x"
        },
        "product_reference": "openshift4/oc-mirror-plugin-rhel9@sha256:50e9429282d07090b22b3f4f3770fd44307a488b8d080addf63159642e71bb51_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/oc-mirror-plugin-rhel9@sha256:68cd883ff4c2f5ea55b8df1e4be6f578bd107f6b9251e5d2d88711898dd8220a_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/oc-mirror-plugin-rhel9@sha256:68cd883ff4c2f5ea55b8df1e4be6f578bd107f6b9251e5d2d88711898dd8220a_arm64"
        },
        "product_reference": "openshift4/oc-mirror-plugin-rhel9@sha256:68cd883ff4c2f5ea55b8df1e4be6f578bd107f6b9251e5d2d88711898dd8220a_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/oc-mirror-plugin-rhel9@sha256:765c139ed433c5cf47922c080355ad869b514dd33c2087bb0bab7e9e14315a3b_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/oc-mirror-plugin-rhel9@sha256:765c139ed433c5cf47922c080355ad869b514dd33c2087bb0bab7e9e14315a3b_amd64"
        },
        "product_reference": "openshift4/oc-mirror-plugin-rhel9@sha256:765c139ed433c5cf47922c080355ad869b514dd33c2087bb0bab7e9e14315a3b_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/oc-mirror-plugin-rhel9@sha256:b08c31f2ce70a557a6815eda64402e5685cd9742ccf4b156daeca83c7f883ca8_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/oc-mirror-plugin-rhel9@sha256:b08c31f2ce70a557a6815eda64402e5685cd9742ccf4b156daeca83c7f883ca8_ppc64le"
        },
        "product_reference": "openshift4/oc-mirror-plugin-rhel9@sha256:b08c31f2ce70a557a6815eda64402e5685cd9742ccf4b156daeca83c7f883ca8_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/openshift-route-controller-manager-rhel9@sha256:37180fdc0de1d570dbc77d0388de47f945146388c83ead17805d582a4d5d8dc9_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/openshift-route-controller-manager-rhel9@sha256:37180fdc0de1d570dbc77d0388de47f945146388c83ead17805d582a4d5d8dc9_amd64"
        },
        "product_reference": "openshift4/openshift-route-controller-manager-rhel9@sha256:37180fdc0de1d570dbc77d0388de47f945146388c83ead17805d582a4d5d8dc9_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/openshift-route-controller-manager-rhel9@sha256:391bc1c93a3c513f2ff90990f5f45e1bc2c3665d9380a36a080b09b72b623acd_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/openshift-route-controller-manager-rhel9@sha256:391bc1c93a3c513f2ff90990f5f45e1bc2c3665d9380a36a080b09b72b623acd_ppc64le"
        },
        "product_reference": "openshift4/openshift-route-controller-manager-rhel9@sha256:391bc1c93a3c513f2ff90990f5f45e1bc2c3665d9380a36a080b09b72b623acd_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/openshift-route-controller-manager-rhel9@sha256:5c17c1c6f7a366193f0bd579350781ce337a08e468f50af9be3534564ab9f8fe_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/openshift-route-controller-manager-rhel9@sha256:5c17c1c6f7a366193f0bd579350781ce337a08e468f50af9be3534564ab9f8fe_s390x"
        },
        "product_reference": "openshift4/openshift-route-controller-manager-rhel9@sha256:5c17c1c6f7a366193f0bd579350781ce337a08e468f50af9be3534564ab9f8fe_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/openshift-route-controller-manager-rhel9@sha256:8c461aa1501918dff695fe715e498da95d00b63ff417f30964ee5a11ddca4685_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/openshift-route-controller-manager-rhel9@sha256:8c461aa1501918dff695fe715e498da95d00b63ff417f30964ee5a11ddca4685_arm64"
        },
        "product_reference": "openshift4/openshift-route-controller-manager-rhel9@sha256:8c461aa1501918dff695fe715e498da95d00b63ff417f30964ee5a11ddca4685_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-agent-installer-api-server-rhel9@sha256:b54f372cedcd1d0aa47a336839375374ae527a7095b9100e474bb0a3182100f0_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:b54f372cedcd1d0aa47a336839375374ae527a7095b9100e474bb0a3182100f0_arm64"
        },
        "product_reference": "openshift4/ose-agent-installer-api-server-rhel9@sha256:b54f372cedcd1d0aa47a336839375374ae527a7095b9100e474bb0a3182100f0_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-agent-installer-api-server-rhel9@sha256:c6d52c578fe8575c33353f690ce18be227007decf25f409e7111166ffb22b87d_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:c6d52c578fe8575c33353f690ce18be227007decf25f409e7111166ffb22b87d_ppc64le"
        },
        "product_reference": "openshift4/ose-agent-installer-api-server-rhel9@sha256:c6d52c578fe8575c33353f690ce18be227007decf25f409e7111166ffb22b87d_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-agent-installer-api-server-rhel9@sha256:dc6d3a0fa664a9974eeaed910db7255b7c252c2541fd7d49d41f714970bb9f9c_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:dc6d3a0fa664a9974eeaed910db7255b7c252c2541fd7d49d41f714970bb9f9c_amd64"
        },
        "product_reference": "openshift4/ose-agent-installer-api-server-rhel9@sha256:dc6d3a0fa664a9974eeaed910db7255b7c252c2541fd7d49d41f714970bb9f9c_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-agent-installer-api-server-rhel9@sha256:ef589ca8b456aa4c3bac06a3f73b1b371276e4a8372d2cabd64972d619e55252_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:ef589ca8b456aa4c3bac06a3f73b1b371276e4a8372d2cabd64972d619e55252_s390x"
        },
        "product_reference": "openshift4/ose-agent-installer-api-server-rhel9@sha256:ef589ca8b456aa4c3bac06a3f73b1b371276e4a8372d2cabd64972d619e55252_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:46f1f67888e8393761a6f834332765f45eb96af42573e3ea5815a04659372e57_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:46f1f67888e8393761a6f834332765f45eb96af42573e3ea5815a04659372e57_ppc64le"
        },
        "product_reference": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:46f1f67888e8393761a6f834332765f45eb96af42573e3ea5815a04659372e57_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:8e0f5e880cece6f08ef1c8c0108e302e8b89026ad1299463f5fd383aebdf2adb_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:8e0f5e880cece6f08ef1c8c0108e302e8b89026ad1299463f5fd383aebdf2adb_arm64"
        },
        "product_reference": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:8e0f5e880cece6f08ef1c8c0108e302e8b89026ad1299463f5fd383aebdf2adb_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:a8ffbac5d2df3f79b70ee06da741de890f2eb013d26efa4d01a695d14b88883c_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:a8ffbac5d2df3f79b70ee06da741de890f2eb013d26efa4d01a695d14b88883c_s390x"
        },
        "product_reference": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:a8ffbac5d2df3f79b70ee06da741de890f2eb013d26efa4d01a695d14b88883c_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f0161630366049823d995e254260ae71f5871463ae3797b0e12efd5ef30d6ecc_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f0161630366049823d995e254260ae71f5871463ae3797b0e12efd5ef30d6ecc_amd64"
        },
        "product_reference": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f0161630366049823d995e254260ae71f5871463ae3797b0e12efd5ef30d6ecc_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:8c60c93b01376d15dd9692efac1820ea1790625181b1600a3b0114e418b64d46_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:8c60c93b01376d15dd9692efac1820ea1790625181b1600a3b0114e418b64d46_amd64"
        },
        "product_reference": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:8c60c93b01376d15dd9692efac1820ea1790625181b1600a3b0114e418b64d46_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:9d62ae9810bb32ecc803a36e128fee78012ecc98434c1ef22f609435e3e2b157_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:9d62ae9810bb32ecc803a36e128fee78012ecc98434c1ef22f609435e3e2b157_arm64"
        },
        "product_reference": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:9d62ae9810bb32ecc803a36e128fee78012ecc98434c1ef22f609435e3e2b157_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:adf9ed8489c4b9858e976658c04cc2ae8778267239997ed6d1b85902751d7da6_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:adf9ed8489c4b9858e976658c04cc2ae8778267239997ed6d1b85902751d7da6_s390x"
        },
        "product_reference": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:adf9ed8489c4b9858e976658c04cc2ae8778267239997ed6d1b85902751d7da6_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:d852f1e4bdf0eb8e37eb0980914232de8cf6dfc3e159f0dcb1d13d909350c3e7_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:d852f1e4bdf0eb8e37eb0980914232de8cf6dfc3e159f0dcb1d13d909350c3e7_ppc64le"
        },
        "product_reference": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:d852f1e4bdf0eb8e37eb0980914232de8cf6dfc3e159f0dcb1d13d909350c3e7_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:54c77ab47347e8a5cec0061504c591921f3bc87aacc8d8affa06cf7cc1436fd9_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:54c77ab47347e8a5cec0061504c591921f3bc87aacc8d8affa06cf7cc1436fd9_amd64"
        },
        "product_reference": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:54c77ab47347e8a5cec0061504c591921f3bc87aacc8d8affa06cf7cc1436fd9_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:919b89991e74b6e5941eaa45219849db837271b11e699eda8f49d0bebbbf6459_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:919b89991e74b6e5941eaa45219849db837271b11e699eda8f49d0bebbbf6459_arm64"
        },
        "product_reference": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:919b89991e74b6e5941eaa45219849db837271b11e699eda8f49d0bebbbf6459_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a4aabec1cbb1e2a6994b7629f97e53eb271e4f29070d7bc2118709efd9775722_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a4aabec1cbb1e2a6994b7629f97e53eb271e4f29070d7bc2118709efd9775722_s390x"
        },
        "product_reference": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a4aabec1cbb1e2a6994b7629f97e53eb271e4f29070d7bc2118709efd9775722_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:d7cb7d816efb575eddc5da8409296b166722d17cea4b00e3d1395897f2c81755_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:d7cb7d816efb575eddc5da8409296b166722d17cea4b00e3d1395897f2c81755_ppc64le"
        },
        "product_reference": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:d7cb7d816efb575eddc5da8409296b166722d17cea4b00e3d1395897f2c81755_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-agent-installer-utils-rhel9@sha256:087df13ba7456b25344b3903902d5b1ed4fb22771273d07fe7969ad0ee5326c6_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-agent-installer-utils-rhel9@sha256:087df13ba7456b25344b3903902d5b1ed4fb22771273d07fe7969ad0ee5326c6_ppc64le"
        },
        "product_reference": "openshift4/ose-agent-installer-utils-rhel9@sha256:087df13ba7456b25344b3903902d5b1ed4fb22771273d07fe7969ad0ee5326c6_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-agent-installer-utils-rhel9@sha256:10ed11db02965c7a335b84eb5b0972711b082cd6a51604ee7d41bf8c417395ab_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-agent-installer-utils-rhel9@sha256:10ed11db02965c7a335b84eb5b0972711b082cd6a51604ee7d41bf8c417395ab_s390x"
        },
        "product_reference": "openshift4/ose-agent-installer-utils-rhel9@sha256:10ed11db02965c7a335b84eb5b0972711b082cd6a51604ee7d41bf8c417395ab_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-agent-installer-utils-rhel9@sha256:2e3c12f80ae0f3a058a76083a166f0f52d2c488757bff1ba8e3c3dcb78d151e5_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-agent-installer-utils-rhel9@sha256:2e3c12f80ae0f3a058a76083a166f0f52d2c488757bff1ba8e3c3dcb78d151e5_amd64"
        },
        "product_reference": "openshift4/ose-agent-installer-utils-rhel9@sha256:2e3c12f80ae0f3a058a76083a166f0f52d2c488757bff1ba8e3c3dcb78d151e5_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-agent-installer-utils-rhel9@sha256:7973dc716b1eefa13a30c0393aae4f30d4f77ccb9306f5afeec29a1a97c9741d_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-agent-installer-utils-rhel9@sha256:7973dc716b1eefa13a30c0393aae4f30d4f77ccb9306f5afeec29a1a97c9741d_arm64"
        },
        "product_reference": "openshift4/ose-agent-installer-utils-rhel9@sha256:7973dc716b1eefa13a30c0393aae4f30d4f77ccb9306f5afeec29a1a97c9741d_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-apiserver-network-proxy-rhel9@sha256:1462a7d9268b1f123b16e52e0916f99762235a593f1a370bd9747278f0bef42e_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-apiserver-network-proxy-rhel9@sha256:1462a7d9268b1f123b16e52e0916f99762235a593f1a370bd9747278f0bef42e_amd64"
        },
        "product_reference": "openshift4/ose-apiserver-network-proxy-rhel9@sha256:1462a7d9268b1f123b16e52e0916f99762235a593f1a370bd9747278f0bef42e_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-apiserver-network-proxy-rhel9@sha256:7eb2f2ae05142aba55f32c5ed8ac3527ba1a37876fa05299c401b082d0794dcf_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-apiserver-network-proxy-rhel9@sha256:7eb2f2ae05142aba55f32c5ed8ac3527ba1a37876fa05299c401b082d0794dcf_arm64"
        },
        "product_reference": "openshift4/ose-apiserver-network-proxy-rhel9@sha256:7eb2f2ae05142aba55f32c5ed8ac3527ba1a37876fa05299c401b082d0794dcf_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-apiserver-network-proxy-rhel9@sha256:8474cc191853f6b174f8fa3b6cc3ddc5877461c4589d51106da26b740cb17a47_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-apiserver-network-proxy-rhel9@sha256:8474cc191853f6b174f8fa3b6cc3ddc5877461c4589d51106da26b740cb17a47_s390x"
        },
        "product_reference": "openshift4/ose-apiserver-network-proxy-rhel9@sha256:8474cc191853f6b174f8fa3b6cc3ddc5877461c4589d51106da26b740cb17a47_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-apiserver-network-proxy-rhel9@sha256:e88854ffd5222917d6056d2c4fa1f6c1b3000c1ff0884226e1181aed5af46b9c_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-apiserver-network-proxy-rhel9@sha256:e88854ffd5222917d6056d2c4fa1f6c1b3000c1ff0884226e1181aed5af46b9c_ppc64le"
        },
        "product_reference": "openshift4/ose-apiserver-network-proxy-rhel9@sha256:e88854ffd5222917d6056d2c4fa1f6c1b3000c1ff0884226e1181aed5af46b9c_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:57c421ec589d5bde9a9ae09a14dd401e6f4f7502383d9cc1d592c4cce6998920_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:57c421ec589d5bde9a9ae09a14dd401e6f4f7502383d9cc1d592c4cce6998920_amd64"
        },
        "product_reference": "openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:57c421ec589d5bde9a9ae09a14dd401e6f4f7502383d9cc1d592c4cce6998920_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:f5171310e47ac2dd5c8e5ad6f722b919c1e3cc5d41fcf8ac0261dd5a823b5b2f_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:f5171310e47ac2dd5c8e5ad6f722b919c1e3cc5d41fcf8ac0261dd5a823b5b2f_arm64"
        },
        "product_reference": "openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:f5171310e47ac2dd5c8e5ad6f722b919c1e3cc5d41fcf8ac0261dd5a823b5b2f_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:316dd5ec83d034a3c1b4e1bab82fed82ca290078faac2f77fcaefdc75271bae3_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:316dd5ec83d034a3c1b4e1bab82fed82ca290078faac2f77fcaefdc75271bae3_amd64"
        },
        "product_reference": "openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:316dd5ec83d034a3c1b4e1bab82fed82ca290078faac2f77fcaefdc75271bae3_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3bd5065a32831547694a8bde30c4f86bc92d091b084769e078cde32e09adf5b0_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3bd5065a32831547694a8bde30c4f86bc92d091b084769e078cde32e09adf5b0_arm64"
        },
        "product_reference": "openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3bd5065a32831547694a8bde30c4f86bc92d091b084769e078cde32e09adf5b0_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:00ab20409246fa280e7495354988d67449b225b31842bb87a12edee37929a354_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:00ab20409246fa280e7495354988d67449b225b31842bb87a12edee37929a354_arm64"
        },
        "product_reference": "openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:00ab20409246fa280e7495354988d67449b225b31842bb87a12edee37929a354_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:963bff39697376d8f508f67b3f316d6876b990a07706a4bf715a827cc5488a52_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:963bff39697376d8f508f67b3f316d6876b990a07706a4bf715a827cc5488a52_amd64"
        },
        "product_reference": "openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:963bff39697376d8f508f67b3f316d6876b990a07706a4bf715a827cc5488a52_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:2d10b0d8215610e706014b0d201ed462caee0d4d5d530c5c3727b9d6ea026a9d_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:2d10b0d8215610e706014b0d201ed462caee0d4d5d530c5c3727b9d6ea026a9d_amd64"
        },
        "product_reference": "openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:2d10b0d8215610e706014b0d201ed462caee0d4d5d530c5c3727b9d6ea026a9d_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:69b1f43549736bf9d9e1a623f989a9f39b5ef94af2b569d9882390faabf9f48a_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:69b1f43549736bf9d9e1a623f989a9f39b5ef94af2b569d9882390faabf9f48a_arm64"
        },
        "product_reference": "openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:69b1f43549736bf9d9e1a623f989a9f39b5ef94af2b569d9882390faabf9f48a_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:3c4159cb67ebf933de486744c889e47c38262a6fc4db744121fdb14986091692_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:3c4159cb67ebf933de486744c889e47c38262a6fc4db744121fdb14986091692_arm64"
        },
        "product_reference": "openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:3c4159cb67ebf933de486744c889e47c38262a6fc4db744121fdb14986091692_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:435de6a901e14afd420d4bfbdf80146196d5035c72523f84cf9134660e058231_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:435de6a901e14afd420d4bfbdf80146196d5035c72523f84cf9134660e058231_amd64"
        },
        "product_reference": "openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:435de6a901e14afd420d4bfbdf80146196d5035c72523f84cf9134660e058231_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:6be9ed8373be35cedfde4bca2f176c030f28acb48bc0f2645a57d30a2947f98c_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:6be9ed8373be35cedfde4bca2f176c030f28acb48bc0f2645a57d30a2947f98c_arm64"
        },
        "product_reference": "openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:6be9ed8373be35cedfde4bca2f176c030f28acb48bc0f2645a57d30a2947f98c_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:f570c441261f111a11c675d9b162425dcc65a595c311a1e3d5dc23317e6ef4ef_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:f570c441261f111a11c675d9b162425dcc65a595c311a1e3d5dc23317e6ef4ef_amd64"
        },
        "product_reference": "openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:f570c441261f111a11c675d9b162425dcc65a595c311a1e3d5dc23317e6ef4ef_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b76790914ea5fcf9364109e980d569aee9acb92af7ecc773dfa6bb88a6c554b5_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b76790914ea5fcf9364109e980d569aee9acb92af7ecc773dfa6bb88a6c554b5_arm64"
        },
        "product_reference": "openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b76790914ea5fcf9364109e980d569aee9acb92af7ecc773dfa6bb88a6c554b5_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-azure-cloud-node-manager-rhel9@sha256:ed5ff08bfddf0d60939abf900a5af6c85d7010e8ec1b3e832f3e9c0eb610feec_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-azure-cloud-node-manager-rhel9@sha256:ed5ff08bfddf0d60939abf900a5af6c85d7010e8ec1b3e832f3e9c0eb610feec_amd64"
        },
        "product_reference": "openshift4/ose-azure-cloud-node-manager-rhel9@sha256:ed5ff08bfddf0d60939abf900a5af6c85d7010e8ec1b3e832f3e9c0eb610feec_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:9d0e8a429f7203b30f023f576e4be8204bd634d9415e70835be8324cbc6df689_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:9d0e8a429f7203b30f023f576e4be8204bd634d9415e70835be8324cbc6df689_arm64"
        },
        "product_reference": "openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:9d0e8a429f7203b30f023f576e4be8204bd634d9415e70835be8324cbc6df689_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:dc21bf04fe634e62e83a5df806c81b014fd77f71ee574892334b84a66095b5f9_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:dc21bf04fe634e62e83a5df806c81b014fd77f71ee574892334b84a66095b5f9_amd64"
        },
        "product_reference": "openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:dc21bf04fe634e62e83a5df806c81b014fd77f71ee574892334b84a66095b5f9_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:76f622961386df12c4602b90b3cfafdacf13f7fc19b36b46e30f868650420e60_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:76f622961386df12c4602b90b3cfafdacf13f7fc19b36b46e30f868650420e60_arm64"
        },
        "product_reference": "openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:76f622961386df12c4602b90b3cfafdacf13f7fc19b36b46e30f868650420e60_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:f8f8cb4ccb17164473110d2852755b26438aa509a9897af600c964bc0df4fc5f_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:f8f8cb4ccb17164473110d2852755b26438aa509a9897af600c964bc0df4fc5f_amd64"
        },
        "product_reference": "openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:f8f8cb4ccb17164473110d2852755b26438aa509a9897af600c964bc0df4fc5f_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-azure-disk-csi-driver-rhel9@sha256:88411c5fea9d080379418df9f140189954d82eba1d11390f5ae357e399262582_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-azure-disk-csi-driver-rhel9@sha256:88411c5fea9d080379418df9f140189954d82eba1d11390f5ae357e399262582_amd64"
        },
        "product_reference": "openshift4/ose-azure-disk-csi-driver-rhel9@sha256:88411c5fea9d080379418df9f140189954d82eba1d11390f5ae357e399262582_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-azure-disk-csi-driver-rhel9@sha256:dc7539c21b8c701f95335e5e5cef0c99102a5598c9319c41ea374c70e62a87a4_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-azure-disk-csi-driver-rhel9@sha256:dc7539c21b8c701f95335e5e5cef0c99102a5598c9319c41ea374c70e62a87a4_arm64"
        },
        "product_reference": "openshift4/ose-azure-disk-csi-driver-rhel9@sha256:dc7539c21b8c701f95335e5e5cef0c99102a5598c9319c41ea374c70e62a87a4_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:0587b9131fe7e79b3b757409ed385bf591841480c409af8f403e834470b3e94c_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:0587b9131fe7e79b3b757409ed385bf591841480c409af8f403e834470b3e94c_amd64"
        },
        "product_reference": "openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:0587b9131fe7e79b3b757409ed385bf591841480c409af8f403e834470b3e94c_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:3dc6706d8f84756fe22e1f304151418fe8e8123cbcb79345d24eaa1960ac8eb6_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:3dc6706d8f84756fe22e1f304151418fe8e8123cbcb79345d24eaa1960ac8eb6_arm64"
        },
        "product_reference": "openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:3dc6706d8f84756fe22e1f304151418fe8e8123cbcb79345d24eaa1960ac8eb6_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-azure-file-csi-driver-rhel9@sha256:3144fb4d63f0d246f99205b8b15c9a54a63f3a4fd8fa6c82e5407115ee62e633_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-azure-file-csi-driver-rhel9@sha256:3144fb4d63f0d246f99205b8b15c9a54a63f3a4fd8fa6c82e5407115ee62e633_arm64"
        },
        "product_reference": "openshift4/ose-azure-file-csi-driver-rhel9@sha256:3144fb4d63f0d246f99205b8b15c9a54a63f3a4fd8fa6c82e5407115ee62e633_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-azure-file-csi-driver-rhel9@sha256:3959dc623d65e2352382307e411589e9d01ce3d9f7a7a2659f02413d9256de05_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-azure-file-csi-driver-rhel9@sha256:3959dc623d65e2352382307e411589e9d01ce3d9f7a7a2659f02413d9256de05_amd64"
        },
        "product_reference": "openshift4/ose-azure-file-csi-driver-rhel9@sha256:3959dc623d65e2352382307e411589e9d01ce3d9f7a7a2659f02413d9256de05_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:2588b0d11292db6a255c0fed210052fd3811c9ff16621304ea8ff2f4b13616ad_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:2588b0d11292db6a255c0fed210052fd3811c9ff16621304ea8ff2f4b13616ad_arm64"
        },
        "product_reference": "openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:2588b0d11292db6a255c0fed210052fd3811c9ff16621304ea8ff2f4b13616ad_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:f2c1eeb52e73690e1068e501005833c2f890bd8ac7d2624c5b7f68bfb0b3ab0a_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:f2c1eeb52e73690e1068e501005833c2f890bd8ac7d2624c5b7f68bfb0b3ab0a_amd64"
        },
        "product_reference": "openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:f2c1eeb52e73690e1068e501005833c2f890bd8ac7d2624c5b7f68bfb0b3ab0a_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:18c081b7655b78e92106086320308698df10559225a21bf21c51519a683fc23f_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:18c081b7655b78e92106086320308698df10559225a21bf21c51519a683fc23f_ppc64le"
        },
        "product_reference": "openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:18c081b7655b78e92106086320308698df10559225a21bf21c51519a683fc23f_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:9dcc1154c6d071cea0d2b4109bb44c77fec825cef494867434d5a1fcffce50a3_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:9dcc1154c6d071cea0d2b4109bb44c77fec825cef494867434d5a1fcffce50a3_s390x"
        },
        "product_reference": "openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:9dcc1154c6d071cea0d2b4109bb44c77fec825cef494867434d5a1fcffce50a3_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:ab1f6cb18a21abc360cca29070866fc738cc7c93339531fbd86112f993b03664_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:ab1f6cb18a21abc360cca29070866fc738cc7c93339531fbd86112f993b03664_amd64"
        },
        "product_reference": "openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:ab1f6cb18a21abc360cca29070866fc738cc7c93339531fbd86112f993b03664_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:e23557c87036ede1cf8a4e1ddd7551c9be23a47558f1eb5ee9f12bed7fd1e472_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:e23557c87036ede1cf8a4e1ddd7551c9be23a47558f1eb5ee9f12bed7fd1e472_arm64"
        },
        "product_reference": "openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:e23557c87036ede1cf8a4e1ddd7551c9be23a47558f1eb5ee9f12bed7fd1e472_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-baremetal-installer-rhel9@sha256:07455ca24a9669a7201e1269bf1f5c6626b3b2f06e5a949a039035b8c7b7568a_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:07455ca24a9669a7201e1269bf1f5c6626b3b2f06e5a949a039035b8c7b7568a_ppc64le"
        },
        "product_reference": "openshift4/ose-baremetal-installer-rhel9@sha256:07455ca24a9669a7201e1269bf1f5c6626b3b2f06e5a949a039035b8c7b7568a_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-baremetal-installer-rhel9@sha256:2db63af1587e7dfb644014902bf92f7676381cb61189862c1ba25de4a76a0f23_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:2db63af1587e7dfb644014902bf92f7676381cb61189862c1ba25de4a76a0f23_arm64"
        },
        "product_reference": "openshift4/ose-baremetal-installer-rhel9@sha256:2db63af1587e7dfb644014902bf92f7676381cb61189862c1ba25de4a76a0f23_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-baremetal-installer-rhel9@sha256:38dced4e21ba292b86c29d402916bbc6374d43789636ff593828a40f1ed11875_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:38dced4e21ba292b86c29d402916bbc6374d43789636ff593828a40f1ed11875_s390x"
        },
        "product_reference": "openshift4/ose-baremetal-installer-rhel9@sha256:38dced4e21ba292b86c29d402916bbc6374d43789636ff593828a40f1ed11875_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-baremetal-installer-rhel9@sha256:fc394498879660fe3628357568b57ea4420c0d5e38269b9d1c0919544ba16cb8_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:fc394498879660fe3628357568b57ea4420c0d5e38269b9d1c0919544ba16cb8_amd64"
        },
        "product_reference": "openshift4/ose-baremetal-installer-rhel9@sha256:fc394498879660fe3628357568b57ea4420c0d5e38269b9d1c0919544ba16cb8_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-baremetal-machine-controllers-rhel9@sha256:121f2f0e061989fa7e65ac7ba56288f13fe2386d6fa60da425fe24dc628df4c8_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:121f2f0e061989fa7e65ac7ba56288f13fe2386d6fa60da425fe24dc628df4c8_s390x"
        },
        "product_reference": "openshift4/ose-baremetal-machine-controllers-rhel9@sha256:121f2f0e061989fa7e65ac7ba56288f13fe2386d6fa60da425fe24dc628df4c8_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-baremetal-machine-controllers-rhel9@sha256:15ae7e0c9b0ba7f152071fbe8550253c2c377c48fb056ad611dbb4913ec8f569_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:15ae7e0c9b0ba7f152071fbe8550253c2c377c48fb056ad611dbb4913ec8f569_amd64"
        },
        "product_reference": "openshift4/ose-baremetal-machine-controllers-rhel9@sha256:15ae7e0c9b0ba7f152071fbe8550253c2c377c48fb056ad611dbb4913ec8f569_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-baremetal-machine-controllers-rhel9@sha256:718e160e36461f4b068deda1ebe34c36cfcad3cc4a361321dcf538d2a83aa1c5_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:718e160e36461f4b068deda1ebe34c36cfcad3cc4a361321dcf538d2a83aa1c5_ppc64le"
        },
        "product_reference": "openshift4/ose-baremetal-machine-controllers-rhel9@sha256:718e160e36461f4b068deda1ebe34c36cfcad3cc4a361321dcf538d2a83aa1c5_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-baremetal-machine-controllers-rhel9@sha256:b3c64d151b7106205a0103baf6d29edb616b1a3510c17a83c9f73d302622243a_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:b3c64d151b7106205a0103baf6d29edb616b1a3510c17a83c9f73d302622243a_arm64"
        },
        "product_reference": "openshift4/ose-baremetal-machine-controllers-rhel9@sha256:b3c64d151b7106205a0103baf6d29edb616b1a3510c17a83c9f73d302622243a_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-baremetal-rhel9-operator@sha256:0d1432ba417c225f4d569eee9d24b0dc5c496020eda07e2ad3e325151e50eb06_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-baremetal-rhel9-operator@sha256:0d1432ba417c225f4d569eee9d24b0dc5c496020eda07e2ad3e325151e50eb06_amd64"
        },
        "product_reference": "openshift4/ose-baremetal-rhel9-operator@sha256:0d1432ba417c225f4d569eee9d24b0dc5c496020eda07e2ad3e325151e50eb06_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-baremetal-rhel9-operator@sha256:3751d445e6c9ab436fa0e62096bb69d18ed75aa2608c37ce9e93a17976fcf07c_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-baremetal-rhel9-operator@sha256:3751d445e6c9ab436fa0e62096bb69d18ed75aa2608c37ce9e93a17976fcf07c_ppc64le"
        },
        "product_reference": "openshift4/ose-baremetal-rhel9-operator@sha256:3751d445e6c9ab436fa0e62096bb69d18ed75aa2608c37ce9e93a17976fcf07c_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-baremetal-rhel9-operator@sha256:b2d56f85fe4af7d84579299e985147d9c32ed3aea91ea0c2abaed1aa9e7dc2ee_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-baremetal-rhel9-operator@sha256:b2d56f85fe4af7d84579299e985147d9c32ed3aea91ea0c2abaed1aa9e7dc2ee_arm64"
        },
        "product_reference": "openshift4/ose-baremetal-rhel9-operator@sha256:b2d56f85fe4af7d84579299e985147d9c32ed3aea91ea0c2abaed1aa9e7dc2ee_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-baremetal-rhel9-operator@sha256:f246d38d77068bcad29165f3fb0e60d8d84c193f6db82a3d6c1b40faf286decc_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-baremetal-rhel9-operator@sha256:f246d38d77068bcad29165f3fb0e60d8d84c193f6db82a3d6c1b40faf286decc_s390x"
        },
        "product_reference": "openshift4/ose-baremetal-rhel9-operator@sha256:f246d38d77068bcad29165f3fb0e60d8d84c193f6db82a3d6c1b40faf286decc_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-baremetal-runtimecfg-rhel9@sha256:5ad475579d7fc5028a834016086045c0d3a8097b6837969ee4ed524e54ab7d6e_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-baremetal-runtimecfg-rhel9@sha256:5ad475579d7fc5028a834016086045c0d3a8097b6837969ee4ed524e54ab7d6e_ppc64le"
        },
        "product_reference": "openshift4/ose-baremetal-runtimecfg-rhel9@sha256:5ad475579d7fc5028a834016086045c0d3a8097b6837969ee4ed524e54ab7d6e_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-baremetal-runtimecfg-rhel9@sha256:5dc33cf32076cb44c8507c1e8e04eab97b307aa0ef8ba86c53f45bdb97e85661_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-baremetal-runtimecfg-rhel9@sha256:5dc33cf32076cb44c8507c1e8e04eab97b307aa0ef8ba86c53f45bdb97e85661_s390x"
        },
        "product_reference": "openshift4/ose-baremetal-runtimecfg-rhel9@sha256:5dc33cf32076cb44c8507c1e8e04eab97b307aa0ef8ba86c53f45bdb97e85661_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9ecca5a8208321c2865fc584fae5411f81c2a6a939499fbef9a237a91ca643e9_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9ecca5a8208321c2865fc584fae5411f81c2a6a939499fbef9a237a91ca643e9_amd64"
        },
        "product_reference": "openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9ecca5a8208321c2865fc584fae5411f81c2a6a939499fbef9a237a91ca643e9_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fe4f92033b01419427db757db1f4c693f62a1bda9dddcc66c7ad4625c2229253_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fe4f92033b01419427db757db1f4c693f62a1bda9dddcc66c7ad4625c2229253_arm64"
        },
        "product_reference": "openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fe4f92033b01419427db757db1f4c693f62a1bda9dddcc66c7ad4625c2229253_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cli-artifacts-rhel9@sha256:14186b3754aff62f3a4de1c51eee5bf147c712323044d86970cebd7fdcdebdcd_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-cli-artifacts-rhel9@sha256:14186b3754aff62f3a4de1c51eee5bf147c712323044d86970cebd7fdcdebdcd_ppc64le"
        },
        "product_reference": "openshift4/ose-cli-artifacts-rhel9@sha256:14186b3754aff62f3a4de1c51eee5bf147c712323044d86970cebd7fdcdebdcd_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cli-artifacts-rhel9@sha256:3d4dcd1a45f409c3b698c03ffe24ce653f11b9945391c73acce7a75a1e7f976c_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-cli-artifacts-rhel9@sha256:3d4dcd1a45f409c3b698c03ffe24ce653f11b9945391c73acce7a75a1e7f976c_amd64"
        },
        "product_reference": "openshift4/ose-cli-artifacts-rhel9@sha256:3d4dcd1a45f409c3b698c03ffe24ce653f11b9945391c73acce7a75a1e7f976c_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cli-artifacts-rhel9@sha256:a23e3acf057c59f59694389595c58b6fe8faea4772c94e07e5889ad2c62dfd98_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-cli-artifacts-rhel9@sha256:a23e3acf057c59f59694389595c58b6fe8faea4772c94e07e5889ad2c62dfd98_s390x"
        },
        "product_reference": "openshift4/ose-cli-artifacts-rhel9@sha256:a23e3acf057c59f59694389595c58b6fe8faea4772c94e07e5889ad2c62dfd98_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cli-artifacts-rhel9@sha256:c9fd66a2f4c866495abc55ba28369fed76923012a371dccc479e63f0f661c306_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-cli-artifacts-rhel9@sha256:c9fd66a2f4c866495abc55ba28369fed76923012a371dccc479e63f0f661c306_arm64"
        },
        "product_reference": "openshift4/ose-cli-artifacts-rhel9@sha256:c9fd66a2f4c866495abc55ba28369fed76923012a371dccc479e63f0f661c306_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cli-rhel9@sha256:5b176c5b0b293b4a704820dbf0428bdab55cc18dea95a85af8bbf66d26c4fbb8_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-cli-rhel9@sha256:5b176c5b0b293b4a704820dbf0428bdab55cc18dea95a85af8bbf66d26c4fbb8_ppc64le"
        },
        "product_reference": "openshift4/ose-cli-rhel9@sha256:5b176c5b0b293b4a704820dbf0428bdab55cc18dea95a85af8bbf66d26c4fbb8_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cli-rhel9@sha256:5d30fefd37b24ac3ec56655c51a2b2f06383eb699f407da099f37d6fe8f5be33_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-cli-rhel9@sha256:5d30fefd37b24ac3ec56655c51a2b2f06383eb699f407da099f37d6fe8f5be33_arm64"
        },
        "product_reference": "openshift4/ose-cli-rhel9@sha256:5d30fefd37b24ac3ec56655c51a2b2f06383eb699f407da099f37d6fe8f5be33_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cli-rhel9@sha256:90bc09d692046a1d7cb8596495e865bb42c7523b1fd23975a6507d3cd8d62e40_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-cli-rhel9@sha256:90bc09d692046a1d7cb8596495e865bb42c7523b1fd23975a6507d3cd8d62e40_s390x"
        },
        "product_reference": "openshift4/ose-cli-rhel9@sha256:90bc09d692046a1d7cb8596495e865bb42c7523b1fd23975a6507d3cd8d62e40_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cli-rhel9@sha256:d62b882b5a48e78a1b48efb99f3892ece51c343df9e285c96e32af205d075058_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-cli-rhel9@sha256:d62b882b5a48e78a1b48efb99f3892ece51c343df9e285c96e32af205d075058_amd64"
        },
        "product_reference": "openshift4/ose-cli-rhel9@sha256:d62b882b5a48e78a1b48efb99f3892ece51c343df9e285c96e32af205d075058_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cloud-credential-rhel9-operator@sha256:86abbd9662b2b0f8f0dbe8fcf8d9bf0fe8bd810b0bcc6064dbd56c5cf37b8609_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-cloud-credential-rhel9-operator@sha256:86abbd9662b2b0f8f0dbe8fcf8d9bf0fe8bd810b0bcc6064dbd56c5cf37b8609_arm64"
        },
        "product_reference": "openshift4/ose-cloud-credential-rhel9-operator@sha256:86abbd9662b2b0f8f0dbe8fcf8d9bf0fe8bd810b0bcc6064dbd56c5cf37b8609_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cloud-credential-rhel9-operator@sha256:96cf02a8cac283d7fb1ef72496f60a4df821bea89e45c8237d3235ed797e1253_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-cloud-credential-rhel9-operator@sha256:96cf02a8cac283d7fb1ef72496f60a4df821bea89e45c8237d3235ed797e1253_amd64"
        },
        "product_reference": "openshift4/ose-cloud-credential-rhel9-operator@sha256:96cf02a8cac283d7fb1ef72496f60a4df821bea89e45c8237d3235ed797e1253_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cloud-credential-rhel9-operator@sha256:a1b1daf572797d217d5925277b56b4d1c83813492cf90774cbfdc2294f498b34_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-cloud-credential-rhel9-operator@sha256:a1b1daf572797d217d5925277b56b4d1c83813492cf90774cbfdc2294f498b34_s390x"
        },
        "product_reference": "openshift4/ose-cloud-credential-rhel9-operator@sha256:a1b1daf572797d217d5925277b56b4d1c83813492cf90774cbfdc2294f498b34_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cloud-credential-rhel9-operator@sha256:f62343c3535a6fda32806b43a098d55a7a7844941e93a3a5045a47c7b95440eb_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-cloud-credential-rhel9-operator@sha256:f62343c3535a6fda32806b43a098d55a7a7844941e93a3a5045a47c7b95440eb_ppc64le"
        },
        "product_reference": "openshift4/ose-cloud-credential-rhel9-operator@sha256:f62343c3535a6fda32806b43a098d55a7a7844941e93a3a5045a47c7b95440eb_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-api-rhel9@sha256:34f8869cd85d3c50ffb737883786ddaea37f7c3f222241ea6a34e429fde1a01b_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-api-rhel9@sha256:34f8869cd85d3c50ffb737883786ddaea37f7c3f222241ea6a34e429fde1a01b_amd64"
        },
        "product_reference": "openshift4/ose-cluster-api-rhel9@sha256:34f8869cd85d3c50ffb737883786ddaea37f7c3f222241ea6a34e429fde1a01b_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-api-rhel9@sha256:8034059d8013e4f34ee42fb9d2e0786e9866e3fea2a614c32005e5df8e14076d_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-api-rhel9@sha256:8034059d8013e4f34ee42fb9d2e0786e9866e3fea2a614c32005e5df8e14076d_s390x"
        },
        "product_reference": "openshift4/ose-cluster-api-rhel9@sha256:8034059d8013e4f34ee42fb9d2e0786e9866e3fea2a614c32005e5df8e14076d_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-api-rhel9@sha256:8e97befc7ea01fc179a3eaf66dbab974b6307c512cdd6d4d313caa3bf86eb98f_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-api-rhel9@sha256:8e97befc7ea01fc179a3eaf66dbab974b6307c512cdd6d4d313caa3bf86eb98f_arm64"
        },
        "product_reference": "openshift4/ose-cluster-api-rhel9@sha256:8e97befc7ea01fc179a3eaf66dbab974b6307c512cdd6d4d313caa3bf86eb98f_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-api-rhel9@sha256:f46dd8f62a70bb734ccd71229b09047f4625234774e321d556c0fbc5715b3c11_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-api-rhel9@sha256:f46dd8f62a70bb734ccd71229b09047f4625234774e321d556c0fbc5715b3c11_ppc64le"
        },
        "product_reference": "openshift4/ose-cluster-api-rhel9@sha256:f46dd8f62a70bb734ccd71229b09047f4625234774e321d556c0fbc5715b3c11_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-authentication-rhel9-operator@sha256:a259a1381b56abfda0f827ad6416b103f95f80d187b6ba869d31bf2c8c40fac3_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-authentication-rhel9-operator@sha256:a259a1381b56abfda0f827ad6416b103f95f80d187b6ba869d31bf2c8c40fac3_arm64"
        },
        "product_reference": "openshift4/ose-cluster-authentication-rhel9-operator@sha256:a259a1381b56abfda0f827ad6416b103f95f80d187b6ba869d31bf2c8c40fac3_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-authentication-rhel9-operator@sha256:ca4c4cf5e2ae3d5216576c6b154092fd77f93c978753fd4b7a76884850e46ba3_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-authentication-rhel9-operator@sha256:ca4c4cf5e2ae3d5216576c6b154092fd77f93c978753fd4b7a76884850e46ba3_ppc64le"
        },
        "product_reference": "openshift4/ose-cluster-authentication-rhel9-operator@sha256:ca4c4cf5e2ae3d5216576c6b154092fd77f93c978753fd4b7a76884850e46ba3_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-authentication-rhel9-operator@sha256:d3355aca2b5b35d64fac047b6fd98842a2baee536a79ea7615b4184c5a4e4744_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-authentication-rhel9-operator@sha256:d3355aca2b5b35d64fac047b6fd98842a2baee536a79ea7615b4184c5a4e4744_amd64"
        },
        "product_reference": "openshift4/ose-cluster-authentication-rhel9-operator@sha256:d3355aca2b5b35d64fac047b6fd98842a2baee536a79ea7615b4184c5a4e4744_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-authentication-rhel9-operator@sha256:efbd2e4c75f2eecda902b3143780e9bfdc5ba2b50f2ddfef5c2e0e753a3bb26a_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-authentication-rhel9-operator@sha256:efbd2e4c75f2eecda902b3143780e9bfdc5ba2b50f2ddfef5c2e0e753a3bb26a_s390x"
        },
        "product_reference": "openshift4/ose-cluster-authentication-rhel9-operator@sha256:efbd2e4c75f2eecda902b3143780e9bfdc5ba2b50f2ddfef5c2e0e753a3bb26a_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0ea9c22f0f63b3360d8e74a52026b3302cb7012b7ce6987111464e37bb5f4ff7_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0ea9c22f0f63b3360d8e74a52026b3302cb7012b7ce6987111464e37bb5f4ff7_amd64"
        },
        "product_reference": "openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0ea9c22f0f63b3360d8e74a52026b3302cb7012b7ce6987111464e37bb5f4ff7_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:77099c8ff05288b7999fff6adf127e007ce39c7de9e1261d88574311e4c46ec5_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:77099c8ff05288b7999fff6adf127e007ce39c7de9e1261d88574311e4c46ec5_arm64"
        },
        "product_reference": "openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:77099c8ff05288b7999fff6adf127e007ce39c7de9e1261d88574311e4c46ec5_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:85a24fe4edf8fbe51d0434bf2e65b149121c687a059a36bc4c48b592848befc8_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:85a24fe4edf8fbe51d0434bf2e65b149121c687a059a36bc4c48b592848befc8_ppc64le"
        },
        "product_reference": "openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:85a24fe4edf8fbe51d0434bf2e65b149121c687a059a36bc4c48b592848befc8_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:cc7e0a422ed957b91479325b969f41302257a2958602f738c3ffc1b0835cc3f0_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:cc7e0a422ed957b91479325b969f41302257a2958602f738c3ffc1b0835cc3f0_s390x"
        },
        "product_reference": "openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:cc7e0a422ed957b91479325b969f41302257a2958602f738c3ffc1b0835cc3f0_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-autoscaler-rhel9@sha256:73c6143ce45ba329a1d941a8b4cf13ad66f68c25f45f3163bafbf88ccad795c3_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-autoscaler-rhel9@sha256:73c6143ce45ba329a1d941a8b4cf13ad66f68c25f45f3163bafbf88ccad795c3_amd64"
        },
        "product_reference": "openshift4/ose-cluster-autoscaler-rhel9@sha256:73c6143ce45ba329a1d941a8b4cf13ad66f68c25f45f3163bafbf88ccad795c3_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-autoscaler-rhel9@sha256:adaebf9abc62813762600f7ebb480c57d186186f64a3246e62a50a7d84b016d5_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-autoscaler-rhel9@sha256:adaebf9abc62813762600f7ebb480c57d186186f64a3246e62a50a7d84b016d5_s390x"
        },
        "product_reference": "openshift4/ose-cluster-autoscaler-rhel9@sha256:adaebf9abc62813762600f7ebb480c57d186186f64a3246e62a50a7d84b016d5_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-autoscaler-rhel9@sha256:c1679d423da94f016d5631c5870fa0d7291190557a05b392070b10f84d25df7a_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-autoscaler-rhel9@sha256:c1679d423da94f016d5631c5870fa0d7291190557a05b392070b10f84d25df7a_arm64"
        },
        "product_reference": "openshift4/ose-cluster-autoscaler-rhel9@sha256:c1679d423da94f016d5631c5870fa0d7291190557a05b392070b10f84d25df7a_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-autoscaler-rhel9@sha256:e315d8104d63d0323f37112d8847fffe896a5399732874f1ace113ef168ec6f6_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-autoscaler-rhel9@sha256:e315d8104d63d0323f37112d8847fffe896a5399732874f1ace113ef168ec6f6_ppc64le"
        },
        "product_reference": "openshift4/ose-cluster-autoscaler-rhel9@sha256:e315d8104d63d0323f37112d8847fffe896a5399732874f1ace113ef168ec6f6_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2106245b2d297e8360a5c2693ac95996918051d40c84c8c6012193249e18c687_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2106245b2d297e8360a5c2693ac95996918051d40c84c8c6012193249e18c687_amd64"
        },
        "product_reference": "openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2106245b2d297e8360a5c2693ac95996918051d40c84c8c6012193249e18c687_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-baremetal-operator-rhel9@sha256:4681e5cfb04379903645d21771218a1e27c61fd47d99f6a26f7d21011db42e65_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-baremetal-operator-rhel9@sha256:4681e5cfb04379903645d21771218a1e27c61fd47d99f6a26f7d21011db42e65_s390x"
        },
        "product_reference": "openshift4/ose-cluster-baremetal-operator-rhel9@sha256:4681e5cfb04379903645d21771218a1e27c61fd47d99f6a26f7d21011db42e65_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-baremetal-operator-rhel9@sha256:54d5809f10269dc52181866bf34f42618bd398e7a3f0bbee928c5515f5e290f4_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-baremetal-operator-rhel9@sha256:54d5809f10269dc52181866bf34f42618bd398e7a3f0bbee928c5515f5e290f4_arm64"
        },
        "product_reference": "openshift4/ose-cluster-baremetal-operator-rhel9@sha256:54d5809f10269dc52181866bf34f42618bd398e7a3f0bbee928c5515f5e290f4_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-baremetal-operator-rhel9@sha256:f039f4cf06258b1aa584b2b8d64994593a322dbc339fe6e8431ea0b8e67fbe28_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-baremetal-operator-rhel9@sha256:f039f4cf06258b1aa584b2b8d64994593a322dbc339fe6e8431ea0b8e67fbe28_ppc64le"
        },
        "product_reference": "openshift4/ose-cluster-baremetal-operator-rhel9@sha256:f039f4cf06258b1aa584b2b8d64994593a322dbc339fe6e8431ea0b8e67fbe28_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-bootstrap-rhel9@sha256:04ab6483541c8996ec5bf8e57bd3e90b5a4e9996b4b46da91a32dc5ef52f2520_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-bootstrap-rhel9@sha256:04ab6483541c8996ec5bf8e57bd3e90b5a4e9996b4b46da91a32dc5ef52f2520_s390x"
        },
        "product_reference": "openshift4/ose-cluster-bootstrap-rhel9@sha256:04ab6483541c8996ec5bf8e57bd3e90b5a4e9996b4b46da91a32dc5ef52f2520_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-bootstrap-rhel9@sha256:1f28e7920db92d5f1cdb04b95f51c8e457e5af97a7320ad98fc9d56f18c314e4_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-bootstrap-rhel9@sha256:1f28e7920db92d5f1cdb04b95f51c8e457e5af97a7320ad98fc9d56f18c314e4_amd64"
        },
        "product_reference": "openshift4/ose-cluster-bootstrap-rhel9@sha256:1f28e7920db92d5f1cdb04b95f51c8e457e5af97a7320ad98fc9d56f18c314e4_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-bootstrap-rhel9@sha256:5bd313301496ab3db1b3a6feeebe517a4927a172808dac07895e8fec30d91c2c_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-bootstrap-rhel9@sha256:5bd313301496ab3db1b3a6feeebe517a4927a172808dac07895e8fec30d91c2c_ppc64le"
        },
        "product_reference": "openshift4/ose-cluster-bootstrap-rhel9@sha256:5bd313301496ab3db1b3a6feeebe517a4927a172808dac07895e8fec30d91c2c_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-bootstrap-rhel9@sha256:ea94cd9619edf13a9d1dc5176ff40d6e57ee76a953d3d3bfb04e4541f2815ed5_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-bootstrap-rhel9@sha256:ea94cd9619edf13a9d1dc5176ff40d6e57ee76a953d3d3bfb04e4541f2815ed5_arm64"
        },
        "product_reference": "openshift4/ose-cluster-bootstrap-rhel9@sha256:ea94cd9619edf13a9d1dc5176ff40d6e57ee76a953d3d3bfb04e4541f2815ed5_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-capi-rhel9-operator@sha256:1ba56ff8308578c422be07fb6c3ff561ce7f664adc980e2976eedb4e2a619fa0_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-capi-rhel9-operator@sha256:1ba56ff8308578c422be07fb6c3ff561ce7f664adc980e2976eedb4e2a619fa0_s390x"
        },
        "product_reference": "openshift4/ose-cluster-capi-rhel9-operator@sha256:1ba56ff8308578c422be07fb6c3ff561ce7f664adc980e2976eedb4e2a619fa0_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-capi-rhel9-operator@sha256:43c7557823aa5e86db7e225dae23f2b46d4a8b1ba517a619f31a71512815ae17_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-capi-rhel9-operator@sha256:43c7557823aa5e86db7e225dae23f2b46d4a8b1ba517a619f31a71512815ae17_amd64"
        },
        "product_reference": "openshift4/ose-cluster-capi-rhel9-operator@sha256:43c7557823aa5e86db7e225dae23f2b46d4a8b1ba517a619f31a71512815ae17_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-capi-rhel9-operator@sha256:af7ec9ba0a62e9c86b3f40c8fafaed4c184b132afce4141ee7d51e2f6c88d2d5_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-capi-rhel9-operator@sha256:af7ec9ba0a62e9c86b3f40c8fafaed4c184b132afce4141ee7d51e2f6c88d2d5_arm64"
        },
        "product_reference": "openshift4/ose-cluster-capi-rhel9-operator@sha256:af7ec9ba0a62e9c86b3f40c8fafaed4c184b132afce4141ee7d51e2f6c88d2d5_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-capi-rhel9-operator@sha256:c8ecda9595878c72bc15d36ecf106ee8b2455f03278c978b784951c8f504f961_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-capi-rhel9-operator@sha256:c8ecda9595878c72bc15d36ecf106ee8b2455f03278c978b784951c8f504f961_ppc64le"
        },
        "product_reference": "openshift4/ose-cluster-capi-rhel9-operator@sha256:c8ecda9595878c72bc15d36ecf106ee8b2455f03278c978b784951c8f504f961_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:2d008923f980784e3a83c2e51b05834e81ddb38187e351bb3c2ed693bc24756c_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:2d008923f980784e3a83c2e51b05834e81ddb38187e351bb3c2ed693bc24756c_arm64"
        },
        "product_reference": "openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:2d008923f980784e3a83c2e51b05834e81ddb38187e351bb3c2ed693bc24756c_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:7fc2305ea95e1586cb342202bb673466a0d81ad70e09ad98fcb2286314f901a6_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:7fc2305ea95e1586cb342202bb673466a0d81ad70e09ad98fcb2286314f901a6_s390x"
        },
        "product_reference": "openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:7fc2305ea95e1586cb342202bb673466a0d81ad70e09ad98fcb2286314f901a6_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:980c46d6fe13ecfcfa85e4cf6871e4abbf13b7ce84b19d3ad64d89bcd937c015_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:980c46d6fe13ecfcfa85e4cf6871e4abbf13b7ce84b19d3ad64d89bcd937c015_amd64"
        },
        "product_reference": "openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:980c46d6fe13ecfcfa85e4cf6871e4abbf13b7ce84b19d3ad64d89bcd937c015_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ae6cded8079fd98f313c8e7cf2125d4937d0dac82d09bde1ab60a5ff54f8f482_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ae6cded8079fd98f313c8e7cf2125d4937d0dac82d09bde1ab60a5ff54f8f482_ppc64le"
        },
        "product_reference": "openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ae6cded8079fd98f313c8e7cf2125d4937d0dac82d09bde1ab60a5ff54f8f482_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-config-api-rhel9@sha256:832e662e1a673659c3839967d76529820f9ae03af645d2bf01ae711e90e4334b_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-config-api-rhel9@sha256:832e662e1a673659c3839967d76529820f9ae03af645d2bf01ae711e90e4334b_ppc64le"
        },
        "product_reference": "openshift4/ose-cluster-config-api-rhel9@sha256:832e662e1a673659c3839967d76529820f9ae03af645d2bf01ae711e90e4334b_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-config-api-rhel9@sha256:847d40fd677108f03e97a5a2590621a2a64a62d03aefab2cb98c2c89746c8784_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-config-api-rhel9@sha256:847d40fd677108f03e97a5a2590621a2a64a62d03aefab2cb98c2c89746c8784_arm64"
        },
        "product_reference": "openshift4/ose-cluster-config-api-rhel9@sha256:847d40fd677108f03e97a5a2590621a2a64a62d03aefab2cb98c2c89746c8784_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-config-api-rhel9@sha256:9f5786427bda3f2052dbde19284abaceeaa0a1728d1e55f710a189ec20895004_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-config-api-rhel9@sha256:9f5786427bda3f2052dbde19284abaceeaa0a1728d1e55f710a189ec20895004_amd64"
        },
        "product_reference": "openshift4/ose-cluster-config-api-rhel9@sha256:9f5786427bda3f2052dbde19284abaceeaa0a1728d1e55f710a189ec20895004_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-config-api-rhel9@sha256:d4a63e6e5789b47fb37ccbac3741110e1892c0f59f77eac89e58d9e00f5bceab_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-config-api-rhel9@sha256:d4a63e6e5789b47fb37ccbac3741110e1892c0f59f77eac89e58d9e00f5bceab_s390x"
        },
        "product_reference": "openshift4/ose-cluster-config-api-rhel9@sha256:d4a63e6e5789b47fb37ccbac3741110e1892c0f59f77eac89e58d9e00f5bceab_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-config-rhel9-operator@sha256:19f425ccedfb011f657416b344c2e443c3dc43dcfd2ce97db6058231fd2caea7_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-config-rhel9-operator@sha256:19f425ccedfb011f657416b344c2e443c3dc43dcfd2ce97db6058231fd2caea7_arm64"
        },
        "product_reference": "openshift4/ose-cluster-config-rhel9-operator@sha256:19f425ccedfb011f657416b344c2e443c3dc43dcfd2ce97db6058231fd2caea7_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-config-rhel9-operator@sha256:883a117396882ccf957ae86b7c9254daaa712e4475502dd05956e6e5f338a175_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-config-rhel9-operator@sha256:883a117396882ccf957ae86b7c9254daaa712e4475502dd05956e6e5f338a175_ppc64le"
        },
        "product_reference": "openshift4/ose-cluster-config-rhel9-operator@sha256:883a117396882ccf957ae86b7c9254daaa712e4475502dd05956e6e5f338a175_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-config-rhel9-operator@sha256:d8048fd42ae41e8eb61f9fb2f484ecd84212b858b419447e70d95b90f1562c42_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-config-rhel9-operator@sha256:d8048fd42ae41e8eb61f9fb2f484ecd84212b858b419447e70d95b90f1562c42_amd64"
        },
        "product_reference": "openshift4/ose-cluster-config-rhel9-operator@sha256:d8048fd42ae41e8eb61f9fb2f484ecd84212b858b419447e70d95b90f1562c42_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-config-rhel9-operator@sha256:fdb8fe0ae3c6951e1f09b4ae2920cd83224d124f35589c8753a2dc14c98dabb3_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-config-rhel9-operator@sha256:fdb8fe0ae3c6951e1f09b4ae2920cd83224d124f35589c8753a2dc14c98dabb3_s390x"
        },
        "product_reference": "openshift4/ose-cluster-config-rhel9-operator@sha256:fdb8fe0ae3c6951e1f09b4ae2920cd83224d124f35589c8753a2dc14c98dabb3_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:8a49993a5a30453a7c113578470d2736aa2db4b3cfcd6f858a3c4b0d8151d71c_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:8a49993a5a30453a7c113578470d2736aa2db4b3cfcd6f858a3c4b0d8151d71c_amd64"
        },
        "product_reference": "openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:8a49993a5a30453a7c113578470d2736aa2db4b3cfcd6f858a3c4b0d8151d71c_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:96c63ebc2edef87f160d360f58a0e98b7ffd57e7fc6e187f6d46b12a7f4d608f_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:96c63ebc2edef87f160d360f58a0e98b7ffd57e7fc6e187f6d46b12a7f4d608f_s390x"
        },
        "product_reference": "openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:96c63ebc2edef87f160d360f58a0e98b7ffd57e7fc6e187f6d46b12a7f4d608f_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:c429553d8c5a41d404e1468cd1359478ac5c69107be7a0db593418466d724b79_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:c429553d8c5a41d404e1468cd1359478ac5c69107be7a0db593418466d724b79_ppc64le"
        },
        "product_reference": "openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:c429553d8c5a41d404e1468cd1359478ac5c69107be7a0db593418466d724b79_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:fad08ad6b358e9e4e983b2a17f2518a8b61ec6f14338b15f7c728360a0c4a4f9_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:fad08ad6b358e9e4e983b2a17f2518a8b61ec6f14338b15f7c728360a0c4a4f9_arm64"
        },
        "product_reference": "openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:fad08ad6b358e9e4e983b2a17f2518a8b61ec6f14338b15f7c728360a0c4a4f9_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:38bbe69d4b7db72c4fa3715e9a76395d4666b02eea19a4a983d71e599f0638db_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:38bbe69d4b7db72c4fa3715e9a76395d4666b02eea19a4a983d71e599f0638db_amd64"
        },
        "product_reference": "openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:38bbe69d4b7db72c4fa3715e9a76395d4666b02eea19a4a983d71e599f0638db_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:82d32c060baaa8a29a098bbbb03e5e14135135632823c5ea1da8aa6b8499c45f_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:82d32c060baaa8a29a098bbbb03e5e14135135632823c5ea1da8aa6b8499c45f_ppc64le"
        },
        "product_reference": "openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:82d32c060baaa8a29a098bbbb03e5e14135135632823c5ea1da8aa6b8499c45f_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:891e253f46f7465dd382dc6bf1785035e1f8f7ef5b50a2b1b8bc56907fb0c383_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:891e253f46f7465dd382dc6bf1785035e1f8f7ef5b50a2b1b8bc56907fb0c383_s390x"
        },
        "product_reference": "openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:891e253f46f7465dd382dc6bf1785035e1f8f7ef5b50a2b1b8bc56907fb0c383_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:df0f91634353ecd14cfd2138976e35d405b2fa2be24c1e89298a154a185a5392_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:df0f91634353ecd14cfd2138976e35d405b2fa2be24c1e89298a154a185a5392_arm64"
        },
        "product_reference": "openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:df0f91634353ecd14cfd2138976e35d405b2fa2be24c1e89298a154a185a5392_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-dns-rhel9-operator@sha256:1bd8e1b9c76e9f6e22f4c7965da8aeeb68a40ae60f4cc083fefc47797b8f5786_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-dns-rhel9-operator@sha256:1bd8e1b9c76e9f6e22f4c7965da8aeeb68a40ae60f4cc083fefc47797b8f5786_amd64"
        },
        "product_reference": "openshift4/ose-cluster-dns-rhel9-operator@sha256:1bd8e1b9c76e9f6e22f4c7965da8aeeb68a40ae60f4cc083fefc47797b8f5786_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-dns-rhel9-operator@sha256:8f9014db2fc33af7c632de4b9c1d20777b7b015e93fde64af39b5c60bd8f52ba_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-dns-rhel9-operator@sha256:8f9014db2fc33af7c632de4b9c1d20777b7b015e93fde64af39b5c60bd8f52ba_arm64"
        },
        "product_reference": "openshift4/ose-cluster-dns-rhel9-operator@sha256:8f9014db2fc33af7c632de4b9c1d20777b7b015e93fde64af39b5c60bd8f52ba_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-dns-rhel9-operator@sha256:9397bf5c292ca4b3f7f0da97f94a7323de3669dfd9ae4473e8154354d5b8e42a_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-dns-rhel9-operator@sha256:9397bf5c292ca4b3f7f0da97f94a7323de3669dfd9ae4473e8154354d5b8e42a_ppc64le"
        },
        "product_reference": "openshift4/ose-cluster-dns-rhel9-operator@sha256:9397bf5c292ca4b3f7f0da97f94a7323de3669dfd9ae4473e8154354d5b8e42a_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-dns-rhel9-operator@sha256:db523bfdd4dad24cf9ccbda7281d1bd2ccaec01bd4b164b0dbeff2b7fb54b6fb_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-dns-rhel9-operator@sha256:db523bfdd4dad24cf9ccbda7281d1bd2ccaec01bd4b164b0dbeff2b7fb54b6fb_s390x"
        },
        "product_reference": "openshift4/ose-cluster-dns-rhel9-operator@sha256:db523bfdd4dad24cf9ccbda7281d1bd2ccaec01bd4b164b0dbeff2b7fb54b6fb_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-etcd-rhel9-operator@sha256:650b29293672c4f9eb788e2e4257716274f9faf4cd2e894a5f327a5bb98eac9a_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-etcd-rhel9-operator@sha256:650b29293672c4f9eb788e2e4257716274f9faf4cd2e894a5f327a5bb98eac9a_s390x"
        },
        "product_reference": "openshift4/ose-cluster-etcd-rhel9-operator@sha256:650b29293672c4f9eb788e2e4257716274f9faf4cd2e894a5f327a5bb98eac9a_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-etcd-rhel9-operator@sha256:6d38af3052357d2ffb0d4fe709604d0102aca8a19fd560f06e66a3a44d48470d_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-etcd-rhel9-operator@sha256:6d38af3052357d2ffb0d4fe709604d0102aca8a19fd560f06e66a3a44d48470d_amd64"
        },
        "product_reference": "openshift4/ose-cluster-etcd-rhel9-operator@sha256:6d38af3052357d2ffb0d4fe709604d0102aca8a19fd560f06e66a3a44d48470d_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-etcd-rhel9-operator@sha256:b1e42b13546e4b27b93bd642174dfab3799f3e95cb32ce58322886983e029722_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-etcd-rhel9-operator@sha256:b1e42b13546e4b27b93bd642174dfab3799f3e95cb32ce58322886983e029722_arm64"
        },
        "product_reference": "openshift4/ose-cluster-etcd-rhel9-operator@sha256:b1e42b13546e4b27b93bd642174dfab3799f3e95cb32ce58322886983e029722_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-etcd-rhel9-operator@sha256:f40468472b7d853b1f5034c2bb4cfecb6bf91c78e9963bdb350efa6172c34029_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-etcd-rhel9-operator@sha256:f40468472b7d853b1f5034c2bb4cfecb6bf91c78e9963bdb350efa6172c34029_ppc64le"
        },
        "product_reference": "openshift4/ose-cluster-etcd-rhel9-operator@sha256:f40468472b7d853b1f5034c2bb4cfecb6bf91c78e9963bdb350efa6172c34029_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-image-registry-rhel9-operator@sha256:95e2f230adee118098221df4dc09e41d62c8f0ed0ffaabdca2759d2297b87192_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-image-registry-rhel9-operator@sha256:95e2f230adee118098221df4dc09e41d62c8f0ed0ffaabdca2759d2297b87192_arm64"
        },
        "product_reference": "openshift4/ose-cluster-image-registry-rhel9-operator@sha256:95e2f230adee118098221df4dc09e41d62c8f0ed0ffaabdca2759d2297b87192_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-image-registry-rhel9-operator@sha256:a8c26892e945256d26c4ddb005ce71198a6e5c946c8b0bd404dc5a6d4965841c_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-image-registry-rhel9-operator@sha256:a8c26892e945256d26c4ddb005ce71198a6e5c946c8b0bd404dc5a6d4965841c_amd64"
        },
        "product_reference": "openshift4/ose-cluster-image-registry-rhel9-operator@sha256:a8c26892e945256d26c4ddb005ce71198a6e5c946c8b0bd404dc5a6d4965841c_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b3d66448f272e54b0e91499bf9203dd4ffb3cb98a0cd3f153d6aa504773b178b_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b3d66448f272e54b0e91499bf9203dd4ffb3cb98a0cd3f153d6aa504773b178b_s390x"
        },
        "product_reference": "openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b3d66448f272e54b0e91499bf9203dd4ffb3cb98a0cd3f153d6aa504773b178b_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-image-registry-rhel9-operator@sha256:bcb4ca0eaa52bf9c584568b34bdc9d08253822dabe8a43fccbfe3601332ed8d8_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-image-registry-rhel9-operator@sha256:bcb4ca0eaa52bf9c584568b34bdc9d08253822dabe8a43fccbfe3601332ed8d8_ppc64le"
        },
        "product_reference": "openshift4/ose-cluster-image-registry-rhel9-operator@sha256:bcb4ca0eaa52bf9c584568b34bdc9d08253822dabe8a43fccbfe3601332ed8d8_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-ingress-rhel9-operator@sha256:394a4404caf1f548616e4b36ac2c4af05c046fc494692809c651013ef7d16257_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-ingress-rhel9-operator@sha256:394a4404caf1f548616e4b36ac2c4af05c046fc494692809c651013ef7d16257_arm64"
        },
        "product_reference": "openshift4/ose-cluster-ingress-rhel9-operator@sha256:394a4404caf1f548616e4b36ac2c4af05c046fc494692809c651013ef7d16257_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-ingress-rhel9-operator@sha256:4462e8912a672f95c567c1543d80ffe62f300f42baf746edd4b45886fa869d60_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-ingress-rhel9-operator@sha256:4462e8912a672f95c567c1543d80ffe62f300f42baf746edd4b45886fa869d60_s390x"
        },
        "product_reference": "openshift4/ose-cluster-ingress-rhel9-operator@sha256:4462e8912a672f95c567c1543d80ffe62f300f42baf746edd4b45886fa869d60_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-ingress-rhel9-operator@sha256:c987ba71f8168f0a523f2be6507e00fff6c262d4bfad59f4c87841330fa96dd9_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-ingress-rhel9-operator@sha256:c987ba71f8168f0a523f2be6507e00fff6c262d4bfad59f4c87841330fa96dd9_amd64"
        },
        "product_reference": "openshift4/ose-cluster-ingress-rhel9-operator@sha256:c987ba71f8168f0a523f2be6507e00fff6c262d4bfad59f4c87841330fa96dd9_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-ingress-rhel9-operator@sha256:e58cc3035d0ea33eb409b18a70e10511289449f3cfa643b52cc74857295e3f96_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-ingress-rhel9-operator@sha256:e58cc3035d0ea33eb409b18a70e10511289449f3cfa643b52cc74857295e3f96_ppc64le"
        },
        "product_reference": "openshift4/ose-cluster-ingress-rhel9-operator@sha256:e58cc3035d0ea33eb409b18a70e10511289449f3cfa643b52cc74857295e3f96_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0002fec33a68a9f3bb7ba5f7cd9062a35736b43dbaf42ba2cf91d4235bdeef9d_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0002fec33a68a9f3bb7ba5f7cd9062a35736b43dbaf42ba2cf91d4235bdeef9d_amd64"
        },
        "product_reference": "openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0002fec33a68a9f3bb7ba5f7cd9062a35736b43dbaf42ba2cf91d4235bdeef9d_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0373744feb8a383f76a37c60e205b3504add80a0b05eb1849f90055d665a768b_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0373744feb8a383f76a37c60e205b3504add80a0b05eb1849f90055d665a768b_arm64"
        },
        "product_reference": "openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0373744feb8a383f76a37c60e205b3504add80a0b05eb1849f90055d665a768b_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:421fa5577fb99449cb1bba71aa0c933bf7e3be12206df9994da55198635f629b_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:421fa5577fb99449cb1bba71aa0c933bf7e3be12206df9994da55198635f629b_s390x"
        },
        "product_reference": "openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:421fa5577fb99449cb1bba71aa0c933bf7e3be12206df9994da55198635f629b_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:607f047b7f4756d3dcd4243183fb4a23c45798632de00526574f2d5d7f9fc2c3_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:607f047b7f4756d3dcd4243183fb4a23c45798632de00526574f2d5d7f9fc2c3_ppc64le"
        },
        "product_reference": "openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:607f047b7f4756d3dcd4243183fb4a23c45798632de00526574f2d5d7f9fc2c3_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7ec5f60ed21701dc098e2cee33e0d59b8c5bcbd9969a26b8e8082aa2ba9c93ea_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7ec5f60ed21701dc098e2cee33e0d59b8c5bcbd9969a26b8e8082aa2ba9c93ea_arm64"
        },
        "product_reference": "openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7ec5f60ed21701dc098e2cee33e0d59b8c5bcbd9969a26b8e8082aa2ba9c93ea_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:8dbc021731dacf75104e78f431c0a7ebaf80e31edf75fd54e0507f4af7724c91_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:8dbc021731dacf75104e78f431c0a7ebaf80e31edf75fd54e0507f4af7724c91_ppc64le"
        },
        "product_reference": "openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:8dbc021731dacf75104e78f431c0a7ebaf80e31edf75fd54e0507f4af7724c91_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:d0a576b7d7277e40683ac4487217fe3684e42bc765d2a3ecba14e4b81e82c76a_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:d0a576b7d7277e40683ac4487217fe3684e42bc765d2a3ecba14e4b81e82c76a_s390x"
        },
        "product_reference": "openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:d0a576b7d7277e40683ac4487217fe3684e42bc765d2a3ecba14e4b81e82c76a_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:eb97662076a8459ebccb9ee6a0958c77d1ab516b4375a9925b895af0a613f549_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:eb97662076a8459ebccb9ee6a0958c77d1ab516b4375a9925b895af0a613f549_amd64"
        },
        "product_reference": "openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:eb97662076a8459ebccb9ee6a0958c77d1ab516b4375a9925b895af0a613f549_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:78bac198d882113612602d0a58dd516234a4b151d24e861bb69582983437b84b_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:78bac198d882113612602d0a58dd516234a4b151d24e861bb69582983437b84b_ppc64le"
        },
        "product_reference": "openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:78bac198d882113612602d0a58dd516234a4b151d24e861bb69582983437b84b_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:7a5b6dfbe9d40e7b89bfcc8107e82e2515856177445a8d4831077e26f5ae2e1d_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:7a5b6dfbe9d40e7b89bfcc8107e82e2515856177445a8d4831077e26f5ae2e1d_s390x"
        },
        "product_reference": "openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:7a5b6dfbe9d40e7b89bfcc8107e82e2515856177445a8d4831077e26f5ae2e1d_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:a2184bde2de353cf90eddabb81dd1c85ee5ceec3f6914af58db453ee2c13197f_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:a2184bde2de353cf90eddabb81dd1c85ee5ceec3f6914af58db453ee2c13197f_amd64"
        },
        "product_reference": "openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:a2184bde2de353cf90eddabb81dd1c85ee5ceec3f6914af58db453ee2c13197f_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:cf9578fd32cfa0f36c0fa26a925965c0e616027300015812faf786b1a47fc209_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:cf9578fd32cfa0f36c0fa26a925965c0e616027300015812faf786b1a47fc209_arm64"
        },
        "product_reference": "openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:cf9578fd32cfa0f36c0fa26a925965c0e616027300015812faf786b1a47fc209_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7bc83ab4f6cf5488864adb5b148e4ade887640d40fb68165b6149a8b8b6588ec_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7bc83ab4f6cf5488864adb5b148e4ade887640d40fb68165b6149a8b8b6588ec_s390x"
        },
        "product_reference": "openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7bc83ab4f6cf5488864adb5b148e4ade887640d40fb68165b6149a8b8b6588ec_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7ca513675dbe0e79573c841589f823a39d7eada90e0a41a39ee94fa7348242bc_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7ca513675dbe0e79573c841589f823a39d7eada90e0a41a39ee94fa7348242bc_amd64"
        },
        "product_reference": "openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7ca513675dbe0e79573c841589f823a39d7eada90e0a41a39ee94fa7348242bc_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:cbacae519379425f790d66b55eb12e524a5a965f2414393e52d03bb9418f1e3d_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:cbacae519379425f790d66b55eb12e524a5a965f2414393e52d03bb9418f1e3d_ppc64le"
        },
        "product_reference": "openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:cbacae519379425f790d66b55eb12e524a5a965f2414393e52d03bb9418f1e3d_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f937dd453269edf5414e233cb9f2dd03ae3b5ab907695febdc29c7856a43e6cf_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f937dd453269edf5414e233cb9f2dd03ae3b5ab907695febdc29c7856a43e6cf_arm64"
        },
        "product_reference": "openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f937dd453269edf5414e233cb9f2dd03ae3b5ab907695febdc29c7856a43e6cf_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:1671cebd1e789f751e58439d7d0fa55a3ac6bd44d6f58ddcb43e38d5b3429e53_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:1671cebd1e789f751e58439d7d0fa55a3ac6bd44d6f58ddcb43e38d5b3429e53_arm64"
        },
        "product_reference": "openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:1671cebd1e789f751e58439d7d0fa55a3ac6bd44d6f58ddcb43e38d5b3429e53_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4e338be7fb25942b0acb0c8f635c64e2817495422c300b68979950d160d5b268_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4e338be7fb25942b0acb0c8f635c64e2817495422c300b68979950d160d5b268_s390x"
        },
        "product_reference": "openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4e338be7fb25942b0acb0c8f635c64e2817495422c300b68979950d160d5b268_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:818f1d4ead362a2a9e72516b2b0326acc823989bc9b705615eaf4931d9fcc88f_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:818f1d4ead362a2a9e72516b2b0326acc823989bc9b705615eaf4931d9fcc88f_ppc64le"
        },
        "product_reference": "openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:818f1d4ead362a2a9e72516b2b0326acc823989bc9b705615eaf4931d9fcc88f_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:dd12e5771a31f16c83c707ad28a9f4dde97ede79379e31880ce678e964d1c244_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:dd12e5771a31f16c83c707ad28a9f4dde97ede79379e31880ce678e964d1c244_amd64"
        },
        "product_reference": "openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:dd12e5771a31f16c83c707ad28a9f4dde97ede79379e31880ce678e964d1c244_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-machine-approver-rhel9@sha256:1e1da424badcdd66eaad357f1fd26966f59c75b456ec6c894597427df561ccad_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-machine-approver-rhel9@sha256:1e1da424badcdd66eaad357f1fd26966f59c75b456ec6c894597427df561ccad_arm64"
        },
        "product_reference": "openshift4/ose-cluster-machine-approver-rhel9@sha256:1e1da424badcdd66eaad357f1fd26966f59c75b456ec6c894597427df561ccad_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-machine-approver-rhel9@sha256:c23b5724cfc6ad882caca9bad3da7c8b65a2c44b0955bfb34ceb0508fe74e89c_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-machine-approver-rhel9@sha256:c23b5724cfc6ad882caca9bad3da7c8b65a2c44b0955bfb34ceb0508fe74e89c_amd64"
        },
        "product_reference": "openshift4/ose-cluster-machine-approver-rhel9@sha256:c23b5724cfc6ad882caca9bad3da7c8b65a2c44b0955bfb34ceb0508fe74e89c_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-machine-approver-rhel9@sha256:e8a3c55da98df0e90f1a530faed4bcba073ba4799ad1d39cbfe8b2d5a8e17b16_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-machine-approver-rhel9@sha256:e8a3c55da98df0e90f1a530faed4bcba073ba4799ad1d39cbfe8b2d5a8e17b16_s390x"
        },
        "product_reference": "openshift4/ose-cluster-machine-approver-rhel9@sha256:e8a3c55da98df0e90f1a530faed4bcba073ba4799ad1d39cbfe8b2d5a8e17b16_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-machine-approver-rhel9@sha256:eb1cc3b42cf8fc4d031a921ecf465c41b0cab5e259baa5b685fa625ec1ab2397_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-machine-approver-rhel9@sha256:eb1cc3b42cf8fc4d031a921ecf465c41b0cab5e259baa5b685fa625ec1ab2397_ppc64le"
        },
        "product_reference": "openshift4/ose-cluster-machine-approver-rhel9@sha256:eb1cc3b42cf8fc4d031a921ecf465c41b0cab5e259baa5b685fa625ec1ab2397_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0123dbaeabb8ae42942d1b3f5a5c2eea452501d1bbbc7e069b881bf2bd5c3d24_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0123dbaeabb8ae42942d1b3f5a5c2eea452501d1bbbc7e069b881bf2bd5c3d24_s390x"
        },
        "product_reference": "openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0123dbaeabb8ae42942d1b3f5a5c2eea452501d1bbbc7e069b881bf2bd5c3d24_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-monitoring-rhel9-operator@sha256:bcb67b2b03ee49369c4d970c5e07322f85d2cf30bc50386e73313df1ad5b926e_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:bcb67b2b03ee49369c4d970c5e07322f85d2cf30bc50386e73313df1ad5b926e_ppc64le"
        },
        "product_reference": "openshift4/ose-cluster-monitoring-rhel9-operator@sha256:bcb67b2b03ee49369c4d970c5e07322f85d2cf30bc50386e73313df1ad5b926e_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e60530a77777fa413558e66ff0339ae782a3badf9dcd491dc0c642edcb87d953_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e60530a77777fa413558e66ff0339ae782a3badf9dcd491dc0c642edcb87d953_amd64"
        },
        "product_reference": "openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e60530a77777fa413558e66ff0339ae782a3badf9dcd491dc0c642edcb87d953_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-monitoring-rhel9-operator@sha256:ee83d3ae20cf83282fa9127686405a7611b7ffb9211124e6688755e156b8cc31_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:ee83d3ae20cf83282fa9127686405a7611b7ffb9211124e6688755e156b8cc31_arm64"
        },
        "product_reference": "openshift4/ose-cluster-monitoring-rhel9-operator@sha256:ee83d3ae20cf83282fa9127686405a7611b7ffb9211124e6688755e156b8cc31_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-network-rhel9-operator@sha256:64d5b8230e17e6c1e6b53c2cbe91ded4f9caead425dd579adbb2700923375c98_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-network-rhel9-operator@sha256:64d5b8230e17e6c1e6b53c2cbe91ded4f9caead425dd579adbb2700923375c98_ppc64le"
        },
        "product_reference": "openshift4/ose-cluster-network-rhel9-operator@sha256:64d5b8230e17e6c1e6b53c2cbe91ded4f9caead425dd579adbb2700923375c98_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-network-rhel9-operator@sha256:684ca7e6a6fb4fcac94e3194e794ea5498733e22f965549c00c92212c2a25efb_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-network-rhel9-operator@sha256:684ca7e6a6fb4fcac94e3194e794ea5498733e22f965549c00c92212c2a25efb_arm64"
        },
        "product_reference": "openshift4/ose-cluster-network-rhel9-operator@sha256:684ca7e6a6fb4fcac94e3194e794ea5498733e22f965549c00c92212c2a25efb_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-network-rhel9-operator@sha256:6defce2a88b37065fd7b8bd745d28e60599a08d3cb931872ea50b33cbb69b360_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-network-rhel9-operator@sha256:6defce2a88b37065fd7b8bd745d28e60599a08d3cb931872ea50b33cbb69b360_s390x"
        },
        "product_reference": "openshift4/ose-cluster-network-rhel9-operator@sha256:6defce2a88b37065fd7b8bd745d28e60599a08d3cb931872ea50b33cbb69b360_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-network-rhel9-operator@sha256:fa2d9bbad0f076283d9e110cc32fc4324d120a383ca6eeead1f286eabbda1c45_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-network-rhel9-operator@sha256:fa2d9bbad0f076283d9e110cc32fc4324d120a383ca6eeead1f286eabbda1c45_amd64"
        },
        "product_reference": "openshift4/ose-cluster-network-rhel9-operator@sha256:fa2d9bbad0f076283d9e110cc32fc4324d120a383ca6eeead1f286eabbda1c45_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:75664880e7db3f0ad3036642e0aceee61638c21568b5ac7ac7d150fc5f3df70f_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:75664880e7db3f0ad3036642e0aceee61638c21568b5ac7ac7d150fc5f3df70f_arm64"
        },
        "product_reference": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:75664880e7db3f0ad3036642e0aceee61638c21568b5ac7ac7d150fc5f3df70f_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:78953203ce538feac3dc891a0021a076873b55d04b0a87ee223ad64f41beee6d_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:78953203ce538feac3dc891a0021a076873b55d04b0a87ee223ad64f41beee6d_ppc64le"
        },
        "product_reference": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:78953203ce538feac3dc891a0021a076873b55d04b0a87ee223ad64f41beee6d_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9be60ee09a3ff9b58d8076b67ab28085130a5ae1f432183f1fe3f7859bf90393_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9be60ee09a3ff9b58d8076b67ab28085130a5ae1f432183f1fe3f7859bf90393_s390x"
        },
        "product_reference": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9be60ee09a3ff9b58d8076b67ab28085130a5ae1f432183f1fe3f7859bf90393_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c776793921b6f3f74d7bd4c86d401789b70c552ae56d06cd3aa0897c8727e80e_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c776793921b6f3f74d7bd4c86d401789b70c552ae56d06cd3aa0897c8727e80e_amd64"
        },
        "product_reference": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c776793921b6f3f74d7bd4c86d401789b70c552ae56d06cd3aa0897c8727e80e_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-olm-rhel9-operator@sha256:0ca3d57b8877810f82784753ba1bc8b67a764245e0530addc811cad61843f039_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-olm-rhel9-operator@sha256:0ca3d57b8877810f82784753ba1bc8b67a764245e0530addc811cad61843f039_amd64"
        },
        "product_reference": "openshift4/ose-cluster-olm-rhel9-operator@sha256:0ca3d57b8877810f82784753ba1bc8b67a764245e0530addc811cad61843f039_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-olm-rhel9-operator@sha256:9f0e7cfb0a992a098b0cd20531a46d46c702f6e2ad709f5969f8e4f69857d256_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-olm-rhel9-operator@sha256:9f0e7cfb0a992a098b0cd20531a46d46c702f6e2ad709f5969f8e4f69857d256_arm64"
        },
        "product_reference": "openshift4/ose-cluster-olm-rhel9-operator@sha256:9f0e7cfb0a992a098b0cd20531a46d46c702f6e2ad709f5969f8e4f69857d256_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-olm-rhel9-operator@sha256:d1534fff36a779d2fda9651a518f21e007d8abf447f21f0ee271da2862d26d2e_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-olm-rhel9-operator@sha256:d1534fff36a779d2fda9651a518f21e007d8abf447f21f0ee271da2862d26d2e_ppc64le"
        },
        "product_reference": "openshift4/ose-cluster-olm-rhel9-operator@sha256:d1534fff36a779d2fda9651a518f21e007d8abf447f21f0ee271da2862d26d2e_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-olm-rhel9-operator@sha256:de3e50c0f72a900eb72ba5b9db02d9d109470a4cdf798cdb5e84c0619d4eb420_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-olm-rhel9-operator@sha256:de3e50c0f72a900eb72ba5b9db02d9d109470a4cdf798cdb5e84c0619d4eb420_s390x"
        },
        "product_reference": "openshift4/ose-cluster-olm-rhel9-operator@sha256:de3e50c0f72a900eb72ba5b9db02d9d109470a4cdf798cdb5e84c0619d4eb420_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:64731eb24d4d1ee30ba2d704c56b7d03a2ffa69b79d71d4ae7a093b8a09629ea_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:64731eb24d4d1ee30ba2d704c56b7d03a2ffa69b79d71d4ae7a093b8a09629ea_arm64"
        },
        "product_reference": "openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:64731eb24d4d1ee30ba2d704c56b7d03a2ffa69b79d71d4ae7a093b8a09629ea_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:8fee43ee0f40cbf79c410bef0184825bf63d4758129fc8612147c85147f7fcc9_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:8fee43ee0f40cbf79c410bef0184825bf63d4758129fc8612147c85147f7fcc9_ppc64le"
        },
        "product_reference": "openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:8fee43ee0f40cbf79c410bef0184825bf63d4758129fc8612147c85147f7fcc9_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:9d108d09eb9a9c98cc7665a3dd68d93917bdb05b30f6269bb3a00c7218fac306_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:9d108d09eb9a9c98cc7665a3dd68d93917bdb05b30f6269bb3a00c7218fac306_amd64"
        },
        "product_reference": "openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:9d108d09eb9a9c98cc7665a3dd68d93917bdb05b30f6269bb3a00c7218fac306_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:bf3891f2d6b69db4bfa60a1d5932d4111d7b56ba3922b7b02952eedce44eeb9f_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:bf3891f2d6b69db4bfa60a1d5932d4111d7b56ba3922b7b02952eedce44eeb9f_s390x"
        },
        "product_reference": "openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:bf3891f2d6b69db4bfa60a1d5932d4111d7b56ba3922b7b02952eedce44eeb9f_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2f312119f1cfe71afa89bf2c74a4a57ad497275ff953313982a63153a39f2493_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2f312119f1cfe71afa89bf2c74a4a57ad497275ff953313982a63153a39f2493_ppc64le"
        },
        "product_reference": "openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2f312119f1cfe71afa89bf2c74a4a57ad497275ff953313982a63153a39f2493_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:6560a03ef3b8e339edd4aaba5d50f1e04d62976661f60b03f2898471f11b0631_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:6560a03ef3b8e339edd4aaba5d50f1e04d62976661f60b03f2898471f11b0631_s390x"
        },
        "product_reference": "openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:6560a03ef3b8e339edd4aaba5d50f1e04d62976661f60b03f2898471f11b0631_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:742780c3b6f27a3e7fea71ba1ca4d4e28db5bdfe9b69fad95cb0c31d3923c69f_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:742780c3b6f27a3e7fea71ba1ca4d4e28db5bdfe9b69fad95cb0c31d3923c69f_amd64"
        },
        "product_reference": "openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:742780c3b6f27a3e7fea71ba1ca4d4e28db5bdfe9b69fad95cb0c31d3923c69f_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ce1110666a1f817a6897011ff27dc780b81cab9f366621120093e58f77860b93_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ce1110666a1f817a6897011ff27dc780b81cab9f366621120093e58f77860b93_arm64"
        },
        "product_reference": "openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ce1110666a1f817a6897011ff27dc780b81cab9f366621120093e58f77860b93_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-policy-controller-rhel9@sha256:0d24d9508157347f020c6b99eefef619585dc37542b36f45ca62e10330e4deef_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-policy-controller-rhel9@sha256:0d24d9508157347f020c6b99eefef619585dc37542b36f45ca62e10330e4deef_amd64"
        },
        "product_reference": "openshift4/ose-cluster-policy-controller-rhel9@sha256:0d24d9508157347f020c6b99eefef619585dc37542b36f45ca62e10330e4deef_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-policy-controller-rhel9@sha256:44f392b5fe744c7abb52669e64b994c0a89dad4d21253e49ffa7acf51e069c8a_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-policy-controller-rhel9@sha256:44f392b5fe744c7abb52669e64b994c0a89dad4d21253e49ffa7acf51e069c8a_s390x"
        },
        "product_reference": "openshift4/ose-cluster-policy-controller-rhel9@sha256:44f392b5fe744c7abb52669e64b994c0a89dad4d21253e49ffa7acf51e069c8a_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-policy-controller-rhel9@sha256:6e67c8b7fa4d81a89121b84cad75a0a7d303d0177e28c730b903500c15b6f7c9_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-policy-controller-rhel9@sha256:6e67c8b7fa4d81a89121b84cad75a0a7d303d0177e28c730b903500c15b6f7c9_ppc64le"
        },
        "product_reference": "openshift4/ose-cluster-policy-controller-rhel9@sha256:6e67c8b7fa4d81a89121b84cad75a0a7d303d0177e28c730b903500c15b6f7c9_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-policy-controller-rhel9@sha256:81f8f28bcb4d1c52ad37c0fd5bb025333bd230793c3a2650f8ec8479d64d13d7_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-policy-controller-rhel9@sha256:81f8f28bcb4d1c52ad37c0fd5bb025333bd230793c3a2650f8ec8479d64d13d7_arm64"
        },
        "product_reference": "openshift4/ose-cluster-policy-controller-rhel9@sha256:81f8f28bcb4d1c52ad37c0fd5bb025333bd230793c3a2650f8ec8479d64d13d7_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-samples-rhel9-operator@sha256:1dc254b8b7bc5a5374f41f6f06d034332c9e6dcd8acabf2ee4547ba30d76b72f_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-samples-rhel9-operator@sha256:1dc254b8b7bc5a5374f41f6f06d034332c9e6dcd8acabf2ee4547ba30d76b72f_amd64"
        },
        "product_reference": "openshift4/ose-cluster-samples-rhel9-operator@sha256:1dc254b8b7bc5a5374f41f6f06d034332c9e6dcd8acabf2ee4547ba30d76b72f_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-samples-rhel9-operator@sha256:8635922fd673260318d32e128ffd11a2c7c24dd42d2a65bf4a0ce1fef12d72f9_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-samples-rhel9-operator@sha256:8635922fd673260318d32e128ffd11a2c7c24dd42d2a65bf4a0ce1fef12d72f9_arm64"
        },
        "product_reference": "openshift4/ose-cluster-samples-rhel9-operator@sha256:8635922fd673260318d32e128ffd11a2c7c24dd42d2a65bf4a0ce1fef12d72f9_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-samples-rhel9-operator@sha256:b853d72ed5fdc475ce4aaf6bb5b48a3899adcf0579912b0c95ec252597f691dc_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-samples-rhel9-operator@sha256:b853d72ed5fdc475ce4aaf6bb5b48a3899adcf0579912b0c95ec252597f691dc_s390x"
        },
        "product_reference": "openshift4/ose-cluster-samples-rhel9-operator@sha256:b853d72ed5fdc475ce4aaf6bb5b48a3899adcf0579912b0c95ec252597f691dc_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-samples-rhel9-operator@sha256:b9aee8ee21d594a677917b210a62a223ce19c451fe43bd0affac62844ba3bb32_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-samples-rhel9-operator@sha256:b9aee8ee21d594a677917b210a62a223ce19c451fe43bd0affac62844ba3bb32_ppc64le"
        },
        "product_reference": "openshift4/ose-cluster-samples-rhel9-operator@sha256:b9aee8ee21d594a677917b210a62a223ce19c451fe43bd0affac62844ba3bb32_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-storage-rhel9-operator@sha256:3c6c1a7f88fabd6c71d3ada18e7efa6ee19b0e33aa814bf1e23d6d88a3aa6b7a_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-storage-rhel9-operator@sha256:3c6c1a7f88fabd6c71d3ada18e7efa6ee19b0e33aa814bf1e23d6d88a3aa6b7a_amd64"
        },
        "product_reference": "openshift4/ose-cluster-storage-rhel9-operator@sha256:3c6c1a7f88fabd6c71d3ada18e7efa6ee19b0e33aa814bf1e23d6d88a3aa6b7a_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-storage-rhel9-operator@sha256:83cb02829b00376a4f31a5892b408a054cfe705906258a984f042b01486de3ea_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-storage-rhel9-operator@sha256:83cb02829b00376a4f31a5892b408a054cfe705906258a984f042b01486de3ea_ppc64le"
        },
        "product_reference": "openshift4/ose-cluster-storage-rhel9-operator@sha256:83cb02829b00376a4f31a5892b408a054cfe705906258a984f042b01486de3ea_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-storage-rhel9-operator@sha256:c7c6233c6564772233318c25089114fd322bbeaa9f30fa85e5347cd6c3f14138_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-storage-rhel9-operator@sha256:c7c6233c6564772233318c25089114fd322bbeaa9f30fa85e5347cd6c3f14138_arm64"
        },
        "product_reference": "openshift4/ose-cluster-storage-rhel9-operator@sha256:c7c6233c6564772233318c25089114fd322bbeaa9f30fa85e5347cd6c3f14138_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-storage-rhel9-operator@sha256:da828ef4148ca3ee8eba58052d95da9cf92ba6987418b262b7b3405095154936_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-storage-rhel9-operator@sha256:da828ef4148ca3ee8eba58052d95da9cf92ba6987418b262b7b3405095154936_s390x"
        },
        "product_reference": "openshift4/ose-cluster-storage-rhel9-operator@sha256:da828ef4148ca3ee8eba58052d95da9cf92ba6987418b262b7b3405095154936_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-update-keys-rhel9@sha256:4f8f6b9654e37cf6f03f984cfc5ff98945f4fa72903622f1fa770255d0073149_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-update-keys-rhel9@sha256:4f8f6b9654e37cf6f03f984cfc5ff98945f4fa72903622f1fa770255d0073149_ppc64le"
        },
        "product_reference": "openshift4/ose-cluster-update-keys-rhel9@sha256:4f8f6b9654e37cf6f03f984cfc5ff98945f4fa72903622f1fa770255d0073149_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-update-keys-rhel9@sha256:6e13528b4dac03e857d5032fcbda9cc9ee81bba1a30c9631202bbc7a2471549f_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-update-keys-rhel9@sha256:6e13528b4dac03e857d5032fcbda9cc9ee81bba1a30c9631202bbc7a2471549f_arm64"
        },
        "product_reference": "openshift4/ose-cluster-update-keys-rhel9@sha256:6e13528b4dac03e857d5032fcbda9cc9ee81bba1a30c9631202bbc7a2471549f_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-update-keys-rhel9@sha256:772397f5e6cf6068df029ec793486d9ae08d0af8098cae011a4ce986be675425_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-update-keys-rhel9@sha256:772397f5e6cf6068df029ec793486d9ae08d0af8098cae011a4ce986be675425_amd64"
        },
        "product_reference": "openshift4/ose-cluster-update-keys-rhel9@sha256:772397f5e6cf6068df029ec793486d9ae08d0af8098cae011a4ce986be675425_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-update-keys-rhel9@sha256:fd4eb5c5da651f5f8dba0302ec27e1bd8399ca7f0ed5bac8e120f7bc60d89ac4_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-update-keys-rhel9@sha256:fd4eb5c5da651f5f8dba0302ec27e1bd8399ca7f0ed5bac8e120f7bc60d89ac4_s390x"
        },
        "product_reference": "openshift4/ose-cluster-update-keys-rhel9@sha256:fd4eb5c5da651f5f8dba0302ec27e1bd8399ca7f0ed5bac8e120f7bc60d89ac4_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-version-rhel9-operator@sha256:4e3f81eaa31b6ea68fbb3b0ed098fc7adf0aeb77a5a739f8c91a147caaad797a_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-version-rhel9-operator@sha256:4e3f81eaa31b6ea68fbb3b0ed098fc7adf0aeb77a5a739f8c91a147caaad797a_arm64"
        },
        "product_reference": "openshift4/ose-cluster-version-rhel9-operator@sha256:4e3f81eaa31b6ea68fbb3b0ed098fc7adf0aeb77a5a739f8c91a147caaad797a_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-version-rhel9-operator@sha256:5b72eba1d1ce4bff619ec478da59a4d32535b73bb6f43bd2636510bbd078ec7c_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-version-rhel9-operator@sha256:5b72eba1d1ce4bff619ec478da59a4d32535b73bb6f43bd2636510bbd078ec7c_amd64"
        },
        "product_reference": "openshift4/ose-cluster-version-rhel9-operator@sha256:5b72eba1d1ce4bff619ec478da59a4d32535b73bb6f43bd2636510bbd078ec7c_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-version-rhel9-operator@sha256:9d3e0d922f3e069e90a5b16c08804baec619f0133ab9607e779222e6acf7553f_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-version-rhel9-operator@sha256:9d3e0d922f3e069e90a5b16c08804baec619f0133ab9607e779222e6acf7553f_s390x"
        },
        "product_reference": "openshift4/ose-cluster-version-rhel9-operator@sha256:9d3e0d922f3e069e90a5b16c08804baec619f0133ab9607e779222e6acf7553f_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-cluster-version-rhel9-operator@sha256:cdd431c76a10d0a679171a9e834274b053d4c710b26703e9732468c538e28cf8_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-version-rhel9-operator@sha256:cdd431c76a10d0a679171a9e834274b053d4c710b26703e9732468c538e28cf8_ppc64le"
        },
        "product_reference": "openshift4/ose-cluster-version-rhel9-operator@sha256:cdd431c76a10d0a679171a9e834274b053d4c710b26703e9732468c538e28cf8_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-configmap-reloader-rhel9@sha256:6f7d5e9aa75df873827538c22f4bc5f5132e0968847e12937c7f772d2bd56928_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-configmap-reloader-rhel9@sha256:6f7d5e9aa75df873827538c22f4bc5f5132e0968847e12937c7f772d2bd56928_s390x"
        },
        "product_reference": "openshift4/ose-configmap-reloader-rhel9@sha256:6f7d5e9aa75df873827538c22f4bc5f5132e0968847e12937c7f772d2bd56928_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-configmap-reloader-rhel9@sha256:9a41418fa0c3c5e3f0360b9c7459f186511389b5683ee3bff415f049ae84a241_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-configmap-reloader-rhel9@sha256:9a41418fa0c3c5e3f0360b9c7459f186511389b5683ee3bff415f049ae84a241_ppc64le"
        },
        "product_reference": "openshift4/ose-configmap-reloader-rhel9@sha256:9a41418fa0c3c5e3f0360b9c7459f186511389b5683ee3bff415f049ae84a241_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-configmap-reloader-rhel9@sha256:9c9c5a3e7e9909130823093870ac570b67be9bb5dd35906af266ef6391cd1354_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-configmap-reloader-rhel9@sha256:9c9c5a3e7e9909130823093870ac570b67be9bb5dd35906af266ef6391cd1354_amd64"
        },
        "product_reference": "openshift4/ose-configmap-reloader-rhel9@sha256:9c9c5a3e7e9909130823093870ac570b67be9bb5dd35906af266ef6391cd1354_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-configmap-reloader-rhel9@sha256:fd2176817bebe41db49f3820b80144e1473852f4af9a371da3e8e51c4bb62685_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-configmap-reloader-rhel9@sha256:fd2176817bebe41db49f3820b80144e1473852f4af9a371da3e8e51c4bb62685_arm64"
        },
        "product_reference": "openshift4/ose-configmap-reloader-rhel9@sha256:fd2176817bebe41db49f3820b80144e1473852f4af9a371da3e8e51c4bb62685_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-console-rhel9-operator@sha256:309c7a9912a0c3d0ea1ed4fc35b4af64d36c3078ff7d1af70eb0771424bedc92_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-console-rhel9-operator@sha256:309c7a9912a0c3d0ea1ed4fc35b4af64d36c3078ff7d1af70eb0771424bedc92_arm64"
        },
        "product_reference": "openshift4/ose-console-rhel9-operator@sha256:309c7a9912a0c3d0ea1ed4fc35b4af64d36c3078ff7d1af70eb0771424bedc92_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-console-rhel9-operator@sha256:a46f91522c131f3dc43a0f35973752bb7c27914f122f208e3e1837da09ff909f_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-console-rhel9-operator@sha256:a46f91522c131f3dc43a0f35973752bb7c27914f122f208e3e1837da09ff909f_amd64"
        },
        "product_reference": "openshift4/ose-console-rhel9-operator@sha256:a46f91522c131f3dc43a0f35973752bb7c27914f122f208e3e1837da09ff909f_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-console-rhel9-operator@sha256:a741ec0828daf891fdf795b37eb7b54c5301302e4b208c188b8e6203909f0014_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-console-rhel9-operator@sha256:a741ec0828daf891fdf795b37eb7b54c5301302e4b208c188b8e6203909f0014_ppc64le"
        },
        "product_reference": "openshift4/ose-console-rhel9-operator@sha256:a741ec0828daf891fdf795b37eb7b54c5301302e4b208c188b8e6203909f0014_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-console-rhel9-operator@sha256:e3766ec0bca555a1c3261be57935be76086aea1490cf3d6e9f31f1612b410dfc_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-console-rhel9-operator@sha256:e3766ec0bca555a1c3261be57935be76086aea1490cf3d6e9f31f1612b410dfc_s390x"
        },
        "product_reference": "openshift4/ose-console-rhel9-operator@sha256:e3766ec0bca555a1c3261be57935be76086aea1490cf3d6e9f31f1612b410dfc_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-console-rhel9@sha256:3b2da6499a39f1c7049759b1a670aa514391bda3d550f15a8884e725c8423174_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:3b2da6499a39f1c7049759b1a670aa514391bda3d550f15a8884e725c8423174_amd64"
        },
        "product_reference": "openshift4/ose-console-rhel9@sha256:3b2da6499a39f1c7049759b1a670aa514391bda3d550f15a8884e725c8423174_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-console-rhel9@sha256:6384fa7d0a15b5a40733e010e8740a43667a2d6880d1b1e3501ed3dce31721a4_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:6384fa7d0a15b5a40733e010e8740a43667a2d6880d1b1e3501ed3dce31721a4_arm64"
        },
        "product_reference": "openshift4/ose-console-rhel9@sha256:6384fa7d0a15b5a40733e010e8740a43667a2d6880d1b1e3501ed3dce31721a4_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-console-rhel9@sha256:6c395b2f00617a611ed2710bb748f4cfce0e555b0202fdc94ca7520438130d43_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:6c395b2f00617a611ed2710bb748f4cfce0e555b0202fdc94ca7520438130d43_ppc64le"
        },
        "product_reference": "openshift4/ose-console-rhel9@sha256:6c395b2f00617a611ed2710bb748f4cfce0e555b0202fdc94ca7520438130d43_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-console-rhel9@sha256:77e03f315578b64e1bdef7855ff0ae44c544f648d5a384c61a37473f7ec50f05_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:77e03f315578b64e1bdef7855ff0ae44c544f648d5a384c61a37473f7ec50f05_s390x"
        },
        "product_reference": "openshift4/ose-console-rhel9@sha256:77e03f315578b64e1bdef7855ff0ae44c544f648d5a384c61a37473f7ec50f05_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-container-networking-plugins-rhel9@sha256:0ff1c231ef4d4a632a089b0a95f8a8e498bd16d68a41200ffd3ad4bf32124d0f_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-container-networking-plugins-rhel9@sha256:0ff1c231ef4d4a632a089b0a95f8a8e498bd16d68a41200ffd3ad4bf32124d0f_ppc64le"
        },
        "product_reference": "openshift4/ose-container-networking-plugins-rhel9@sha256:0ff1c231ef4d4a632a089b0a95f8a8e498bd16d68a41200ffd3ad4bf32124d0f_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-container-networking-plugins-rhel9@sha256:19647286f9c75dd092be4de0edb723882af3961300a18c4aed6881bf259e6c70_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-container-networking-plugins-rhel9@sha256:19647286f9c75dd092be4de0edb723882af3961300a18c4aed6881bf259e6c70_amd64"
        },
        "product_reference": "openshift4/ose-container-networking-plugins-rhel9@sha256:19647286f9c75dd092be4de0edb723882af3961300a18c4aed6881bf259e6c70_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-container-networking-plugins-rhel9@sha256:6b204386282661b2efa3ff465eb279f3e06ef92646b58de9db32364d3c02f44b_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-container-networking-plugins-rhel9@sha256:6b204386282661b2efa3ff465eb279f3e06ef92646b58de9db32364d3c02f44b_arm64"
        },
        "product_reference": "openshift4/ose-container-networking-plugins-rhel9@sha256:6b204386282661b2efa3ff465eb279f3e06ef92646b58de9db32364d3c02f44b_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-container-networking-plugins-rhel9@sha256:993058708f0303421c0c767af97c102b07bc064cd7242acd3f5963dc6204f815_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-container-networking-plugins-rhel9@sha256:993058708f0303421c0c767af97c102b07bc064cd7242acd3f5963dc6204f815_s390x"
        },
        "product_reference": "openshift4/ose-container-networking-plugins-rhel9@sha256:993058708f0303421c0c767af97c102b07bc064cd7242acd3f5963dc6204f815_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-coredns-rhel9@sha256:560e9cc66aad1c9732c23b0d7cdb2c812a31c46efa456346b01e142b185d2194_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-coredns-rhel9@sha256:560e9cc66aad1c9732c23b0d7cdb2c812a31c46efa456346b01e142b185d2194_ppc64le"
        },
        "product_reference": "openshift4/ose-coredns-rhel9@sha256:560e9cc66aad1c9732c23b0d7cdb2c812a31c46efa456346b01e142b185d2194_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-coredns-rhel9@sha256:6128f645ee1e92adc4e14f61ac61ca4208cda56fc474012ab5a1fc081710365b_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-coredns-rhel9@sha256:6128f645ee1e92adc4e14f61ac61ca4208cda56fc474012ab5a1fc081710365b_s390x"
        },
        "product_reference": "openshift4/ose-coredns-rhel9@sha256:6128f645ee1e92adc4e14f61ac61ca4208cda56fc474012ab5a1fc081710365b_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-coredns-rhel9@sha256:8be1b918af3a97bea0f8aaddd1920fabdd64d23621ae73fb61a403c611515c3a_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-coredns-rhel9@sha256:8be1b918af3a97bea0f8aaddd1920fabdd64d23621ae73fb61a403c611515c3a_amd64"
        },
        "product_reference": "openshift4/ose-coredns-rhel9@sha256:8be1b918af3a97bea0f8aaddd1920fabdd64d23621ae73fb61a403c611515c3a_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-coredns-rhel9@sha256:ce4b36fd66c772da0bc5048c9d27b5e9c69fcab24e4fc07c80a4e92642fc714f_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-coredns-rhel9@sha256:ce4b36fd66c772da0bc5048c9d27b5e9c69fcab24e4fc07c80a4e92642fc714f_arm64"
        },
        "product_reference": "openshift4/ose-coredns-rhel9@sha256:ce4b36fd66c772da0bc5048c9d27b5e9c69fcab24e4fc07c80a4e92642fc714f_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-csi-driver-manila-rhel9-operator@sha256:1a4d5f47f9f0bf1054fd192251f1c84f20acdd4a2f839e333091daf83c549584_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-csi-driver-manila-rhel9-operator@sha256:1a4d5f47f9f0bf1054fd192251f1c84f20acdd4a2f839e333091daf83c549584_amd64"
        },
        "product_reference": "openshift4/ose-csi-driver-manila-rhel9-operator@sha256:1a4d5f47f9f0bf1054fd192251f1c84f20acdd4a2f839e333091daf83c549584_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-csi-driver-manila-rhel9-operator@sha256:e869a57727be73359e7159e2ca575f98976e4ebf444635098845f22f01352289_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-csi-driver-manila-rhel9-operator@sha256:e869a57727be73359e7159e2ca575f98976e4ebf444635098845f22f01352289_ppc64le"
        },
        "product_reference": "openshift4/ose-csi-driver-manila-rhel9-operator@sha256:e869a57727be73359e7159e2ca575f98976e4ebf444635098845f22f01352289_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-csi-driver-manila-rhel9@sha256:0c895394b3967e306bb26310f35b0aed33af1048bf1053a780df197734e6f8c4_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-csi-driver-manila-rhel9@sha256:0c895394b3967e306bb26310f35b0aed33af1048bf1053a780df197734e6f8c4_ppc64le"
        },
        "product_reference": "openshift4/ose-csi-driver-manila-rhel9@sha256:0c895394b3967e306bb26310f35b0aed33af1048bf1053a780df197734e6f8c4_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-csi-driver-manila-rhel9@sha256:10932d3dc0f6631f61c289eb0fd3bf26ec694d6b0e6540a8fa5422a6b6774701_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-csi-driver-manila-rhel9@sha256:10932d3dc0f6631f61c289eb0fd3bf26ec694d6b0e6540a8fa5422a6b6774701_amd64"
        },
        "product_reference": "openshift4/ose-csi-driver-manila-rhel9@sha256:10932d3dc0f6631f61c289eb0fd3bf26ec694d6b0e6540a8fa5422a6b6774701_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-csi-driver-nfs-rhel9@sha256:470652ca1988e7b75fe22f5b211175ffeb91c8fd4a602c40f92f3b22e8567655_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-csi-driver-nfs-rhel9@sha256:470652ca1988e7b75fe22f5b211175ffeb91c8fd4a602c40f92f3b22e8567655_amd64"
        },
        "product_reference": "openshift4/ose-csi-driver-nfs-rhel9@sha256:470652ca1988e7b75fe22f5b211175ffeb91c8fd4a602c40f92f3b22e8567655_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-csi-driver-nfs-rhel9@sha256:aded4df23d361836b6ef99a3bba41c187533883dc32134571a419f3894cd1123_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-csi-driver-nfs-rhel9@sha256:aded4df23d361836b6ef99a3bba41c187533883dc32134571a419f3894cd1123_ppc64le"
        },
        "product_reference": "openshift4/ose-csi-driver-nfs-rhel9@sha256:aded4df23d361836b6ef99a3bba41c187533883dc32134571a419f3894cd1123_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:477200d2e88cb3cc422914c4d9701b09002ebfb44de6dc6bc5017e468ab4b2d8_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:477200d2e88cb3cc422914c4d9701b09002ebfb44de6dc6bc5017e468ab4b2d8_ppc64le"
        },
        "product_reference": "openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:477200d2e88cb3cc422914c4d9701b09002ebfb44de6dc6bc5017e468ab4b2d8_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:a0cf348c3da1f92df0e32ccfbc9c3b437fe6b2a6bff28496163ee6fcff98afe7_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:a0cf348c3da1f92df0e32ccfbc9c3b437fe6b2a6bff28496163ee6fcff98afe7_s390x"
        },
        "product_reference": "openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:a0cf348c3da1f92df0e32ccfbc9c3b437fe6b2a6bff28496163ee6fcff98afe7_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:a4f6f56fadadfcc81a6330e56768eee3b0a1bb8519c5f5fe47fa9dbd4b73ef79_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:a4f6f56fadadfcc81a6330e56768eee3b0a1bb8519c5f5fe47fa9dbd4b73ef79_arm64"
        },
        "product_reference": "openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:a4f6f56fadadfcc81a6330e56768eee3b0a1bb8519c5f5fe47fa9dbd4b73ef79_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:cdcd032de3bccab45d6c7cbb5d2ac3107eaff5b4b279d67f081a39ddc1320b49_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:cdcd032de3bccab45d6c7cbb5d2ac3107eaff5b4b279d67f081a39ddc1320b49_amd64"
        },
        "product_reference": "openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:cdcd032de3bccab45d6c7cbb5d2ac3107eaff5b4b279d67f081a39ddc1320b49_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-csi-driver-shared-resource-rhel9@sha256:164136c218ab7c9da330f51a158bd519a8173671a28fc8691eba901183251104_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-rhel9@sha256:164136c218ab7c9da330f51a158bd519a8173671a28fc8691eba901183251104_s390x"
        },
        "product_reference": "openshift4/ose-csi-driver-shared-resource-rhel9@sha256:164136c218ab7c9da330f51a158bd519a8173671a28fc8691eba901183251104_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-csi-driver-shared-resource-rhel9@sha256:749ef641d5b6b47b6950988e3efc5cafc00495410f1ce16a276e2599a076d367_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-rhel9@sha256:749ef641d5b6b47b6950988e3efc5cafc00495410f1ce16a276e2599a076d367_amd64"
        },
        "product_reference": "openshift4/ose-csi-driver-shared-resource-rhel9@sha256:749ef641d5b6b47b6950988e3efc5cafc00495410f1ce16a276e2599a076d367_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-csi-driver-shared-resource-rhel9@sha256:968bc646d9e8d07213c3ff9bd48371e80db493c7dadb39e242741bb00b364677_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-rhel9@sha256:968bc646d9e8d07213c3ff9bd48371e80db493c7dadb39e242741bb00b364677_arm64"
        },
        "product_reference": "openshift4/ose-csi-driver-shared-resource-rhel9@sha256:968bc646d9e8d07213c3ff9bd48371e80db493c7dadb39e242741bb00b364677_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-csi-driver-shared-resource-rhel9@sha256:f8184d15a60064a6b6968ed728c5bb7538772851c11362746a5bfa8bb614243d_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-rhel9@sha256:f8184d15a60064a6b6968ed728c5bb7538772851c11362746a5bfa8bb614243d_ppc64le"
        },
        "product_reference": "openshift4/ose-csi-driver-shared-resource-rhel9@sha256:f8184d15a60064a6b6968ed728c5bb7538772851c11362746a5bfa8bb614243d_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:0129f8cfee2d3506adfca7939ce4cdedbdd25e6d3994ae8d82b9f2e460fccbc5_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:0129f8cfee2d3506adfca7939ce4cdedbdd25e6d3994ae8d82b9f2e460fccbc5_ppc64le"
        },
        "product_reference": "openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:0129f8cfee2d3506adfca7939ce4cdedbdd25e6d3994ae8d82b9f2e460fccbc5_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:078604858b34951865a900411602271be1a964e8279596368d9cf968ffe35723_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:078604858b34951865a900411602271be1a964e8279596368d9cf968ffe35723_s390x"
        },
        "product_reference": "openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:078604858b34951865a900411602271be1a964e8279596368d9cf968ffe35723_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:887ab068161de5a1ffb64a96515351bd02e81b0dc239c187f12128279b953ad8_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:887ab068161de5a1ffb64a96515351bd02e81b0dc239c187f12128279b953ad8_amd64"
        },
        "product_reference": "openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:887ab068161de5a1ffb64a96515351bd02e81b0dc239c187f12128279b953ad8_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:c2585b68d7d40379ba124bee2fbfca64f1c3db925d3137b97f3df9c6afe9e300_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:c2585b68d7d40379ba124bee2fbfca64f1c3db925d3137b97f3df9c6afe9e300_arm64"
        },
        "product_reference": "openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:c2585b68d7d40379ba124bee2fbfca64f1c3db925d3137b97f3df9c6afe9e300_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-csi-external-attacher-rhel9@sha256:9a65583194250712313a1e893bd5e03a9345a16c4f5174e9c9e6e7d18413bc9a_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-csi-external-attacher-rhel9@sha256:9a65583194250712313a1e893bd5e03a9345a16c4f5174e9c9e6e7d18413bc9a_amd64"
        },
        "product_reference": "openshift4/ose-csi-external-attacher-rhel9@sha256:9a65583194250712313a1e893bd5e03a9345a16c4f5174e9c9e6e7d18413bc9a_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-csi-external-attacher-rhel9@sha256:b216270c4e3760b33b62adbe672ced8483ba32462a744a46a863f485832c4f65_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-csi-external-attacher-rhel9@sha256:b216270c4e3760b33b62adbe672ced8483ba32462a744a46a863f485832c4f65_arm64"
        },
        "product_reference": "openshift4/ose-csi-external-attacher-rhel9@sha256:b216270c4e3760b33b62adbe672ced8483ba32462a744a46a863f485832c4f65_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-csi-external-attacher-rhel9@sha256:ba7cb4455bb603eaf6b506782468741b5a71b31a0947bab69c809454ba19f260_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-csi-external-attacher-rhel9@sha256:ba7cb4455bb603eaf6b506782468741b5a71b31a0947bab69c809454ba19f260_ppc64le"
        },
        "product_reference": "openshift4/ose-csi-external-attacher-rhel9@sha256:ba7cb4455bb603eaf6b506782468741b5a71b31a0947bab69c809454ba19f260_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-csi-external-attacher-rhel9@sha256:edc3a924116b76036a932e0522660e2303c8ffaee5d292e4e8cbb9f73f79b02d_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-csi-external-attacher-rhel9@sha256:edc3a924116b76036a932e0522660e2303c8ffaee5d292e4e8cbb9f73f79b02d_s390x"
        },
        "product_reference": "openshift4/ose-csi-external-attacher-rhel9@sha256:edc3a924116b76036a932e0522660e2303c8ffaee5d292e4e8cbb9f73f79b02d_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-csi-external-provisioner-rhel9@sha256:128d4125e8ad9550aeaff50ca27806d2c4f4f17293259b64db2e9cf322ff2387_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-csi-external-provisioner-rhel9@sha256:128d4125e8ad9550aeaff50ca27806d2c4f4f17293259b64db2e9cf322ff2387_arm64"
        },
        "product_reference": "openshift4/ose-csi-external-provisioner-rhel9@sha256:128d4125e8ad9550aeaff50ca27806d2c4f4f17293259b64db2e9cf322ff2387_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-csi-external-provisioner-rhel9@sha256:2ff82a187738a60c7494cf579b35e1d9a16cd0e57acd9e18474aa11aed6edd7a_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-csi-external-provisioner-rhel9@sha256:2ff82a187738a60c7494cf579b35e1d9a16cd0e57acd9e18474aa11aed6edd7a_s390x"
        },
        "product_reference": "openshift4/ose-csi-external-provisioner-rhel9@sha256:2ff82a187738a60c7494cf579b35e1d9a16cd0e57acd9e18474aa11aed6edd7a_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-csi-external-provisioner-rhel9@sha256:3ae17709e7c44b06b85543548ddfec54c8c1c04167ca10b8ab82e3cc4cf8a29b_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-csi-external-provisioner-rhel9@sha256:3ae17709e7c44b06b85543548ddfec54c8c1c04167ca10b8ab82e3cc4cf8a29b_amd64"
        },
        "product_reference": "openshift4/ose-csi-external-provisioner-rhel9@sha256:3ae17709e7c44b06b85543548ddfec54c8c1c04167ca10b8ab82e3cc4cf8a29b_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-csi-external-provisioner-rhel9@sha256:5788c2e871884ff0e5edf019ae70cf1739b34170706ed731679afcd38d45202d_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-csi-external-provisioner-rhel9@sha256:5788c2e871884ff0e5edf019ae70cf1739b34170706ed731679afcd38d45202d_ppc64le"
        },
        "product_reference": "openshift4/ose-csi-external-provisioner-rhel9@sha256:5788c2e871884ff0e5edf019ae70cf1739b34170706ed731679afcd38d45202d_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-csi-external-resizer-rhel9@sha256:265f7809b2e2b916d3712bf17bc3c171576fde26307718ca6bfd944148bb2502_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-csi-external-resizer-rhel9@sha256:265f7809b2e2b916d3712bf17bc3c171576fde26307718ca6bfd944148bb2502_ppc64le"
        },
        "product_reference": "openshift4/ose-csi-external-resizer-rhel9@sha256:265f7809b2e2b916d3712bf17bc3c171576fde26307718ca6bfd944148bb2502_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-csi-external-resizer-rhel9@sha256:51baefa68bd37931c5fd611d1b7324383e58df4754eae607cf64b1b8c9fba22e_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-csi-external-resizer-rhel9@sha256:51baefa68bd37931c5fd611d1b7324383e58df4754eae607cf64b1b8c9fba22e_s390x"
        },
        "product_reference": "openshift4/ose-csi-external-resizer-rhel9@sha256:51baefa68bd37931c5fd611d1b7324383e58df4754eae607cf64b1b8c9fba22e_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-csi-external-resizer-rhel9@sha256:794b4636e1f44a3bfcc3dc2fe5155d217b31e568393fa53eabe420328c29f33f_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-csi-external-resizer-rhel9@sha256:794b4636e1f44a3bfcc3dc2fe5155d217b31e568393fa53eabe420328c29f33f_arm64"
        },
        "product_reference": "openshift4/ose-csi-external-resizer-rhel9@sha256:794b4636e1f44a3bfcc3dc2fe5155d217b31e568393fa53eabe420328c29f33f_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-csi-external-resizer-rhel9@sha256:deaf59f4cfc7254ab8b35634ac18281cf88ff0ddc151d0498a21d6e91c30a4e3_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-csi-external-resizer-rhel9@sha256:deaf59f4cfc7254ab8b35634ac18281cf88ff0ddc151d0498a21d6e91c30a4e3_amd64"
        },
        "product_reference": "openshift4/ose-csi-external-resizer-rhel9@sha256:deaf59f4cfc7254ab8b35634ac18281cf88ff0ddc151d0498a21d6e91c30a4e3_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-csi-external-snapshotter-rhel9@sha256:1866f88a278845d7aa851aebf6099ae6b77d98f9c244406c2aa2d61daf88bf72_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-csi-external-snapshotter-rhel9@sha256:1866f88a278845d7aa851aebf6099ae6b77d98f9c244406c2aa2d61daf88bf72_ppc64le"
        },
        "product_reference": "openshift4/ose-csi-external-snapshotter-rhel9@sha256:1866f88a278845d7aa851aebf6099ae6b77d98f9c244406c2aa2d61daf88bf72_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-csi-external-snapshotter-rhel9@sha256:2b9262b07076b315714007f91ca9a2de0a5333133c319b5542d9a5e89f5119ae_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-csi-external-snapshotter-rhel9@sha256:2b9262b07076b315714007f91ca9a2de0a5333133c319b5542d9a5e89f5119ae_arm64"
        },
        "product_reference": "openshift4/ose-csi-external-snapshotter-rhel9@sha256:2b9262b07076b315714007f91ca9a2de0a5333133c319b5542d9a5e89f5119ae_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-csi-external-snapshotter-rhel9@sha256:cf848a2e0ca5bdcb850bef50193c8db40c18521c2e5d7f1b5658329a485f8d42_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-csi-external-snapshotter-rhel9@sha256:cf848a2e0ca5bdcb850bef50193c8db40c18521c2e5d7f1b5658329a485f8d42_amd64"
        },
        "product_reference": "openshift4/ose-csi-external-snapshotter-rhel9@sha256:cf848a2e0ca5bdcb850bef50193c8db40c18521c2e5d7f1b5658329a485f8d42_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-csi-external-snapshotter-rhel9@sha256:ef64e56c3194bdb2bc3e0e129cc955beb1e6d6abb93ed45480dac1e26e631475_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-csi-external-snapshotter-rhel9@sha256:ef64e56c3194bdb2bc3e0e129cc955beb1e6d6abb93ed45480dac1e26e631475_s390x"
        },
        "product_reference": "openshift4/ose-csi-external-snapshotter-rhel9@sha256:ef64e56c3194bdb2bc3e0e129cc955beb1e6d6abb93ed45480dac1e26e631475_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-csi-livenessprobe-rhel9@sha256:150cf47c016ea3a318be89b0fb80b5f81a3ddc38aaaae9f4f9ab08478b054a85_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-csi-livenessprobe-rhel9@sha256:150cf47c016ea3a318be89b0fb80b5f81a3ddc38aaaae9f4f9ab08478b054a85_amd64"
        },
        "product_reference": "openshift4/ose-csi-livenessprobe-rhel9@sha256:150cf47c016ea3a318be89b0fb80b5f81a3ddc38aaaae9f4f9ab08478b054a85_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-csi-livenessprobe-rhel9@sha256:19606dd645438a72af581210114459eeecfe1c96547de6e2a9a7a4a8d7b781c1_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-csi-livenessprobe-rhel9@sha256:19606dd645438a72af581210114459eeecfe1c96547de6e2a9a7a4a8d7b781c1_ppc64le"
        },
        "product_reference": "openshift4/ose-csi-livenessprobe-rhel9@sha256:19606dd645438a72af581210114459eeecfe1c96547de6e2a9a7a4a8d7b781c1_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-csi-livenessprobe-rhel9@sha256:22770984f3897afe484ddf93ad830d05af30ce0ca426c29dc33a448007fdf1ae_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-csi-livenessprobe-rhel9@sha256:22770984f3897afe484ddf93ad830d05af30ce0ca426c29dc33a448007fdf1ae_s390x"
        },
        "product_reference": "openshift4/ose-csi-livenessprobe-rhel9@sha256:22770984f3897afe484ddf93ad830d05af30ce0ca426c29dc33a448007fdf1ae_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-csi-livenessprobe-rhel9@sha256:a3a74359f9ff4bb3d9eae7d72ee3f3335a07f7a1d9bbbfd9c4231f2db81c6818_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-csi-livenessprobe-rhel9@sha256:a3a74359f9ff4bb3d9eae7d72ee3f3335a07f7a1d9bbbfd9c4231f2db81c6818_arm64"
        },
        "product_reference": "openshift4/ose-csi-livenessprobe-rhel9@sha256:a3a74359f9ff4bb3d9eae7d72ee3f3335a07f7a1d9bbbfd9c4231f2db81c6818_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-csi-node-driver-registrar-rhel9@sha256:168d92be0933a07413608c50a787729080bc8c850c9efdec25f77bafdfaaae34_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-csi-node-driver-registrar-rhel9@sha256:168d92be0933a07413608c50a787729080bc8c850c9efdec25f77bafdfaaae34_ppc64le"
        },
        "product_reference": "openshift4/ose-csi-node-driver-registrar-rhel9@sha256:168d92be0933a07413608c50a787729080bc8c850c9efdec25f77bafdfaaae34_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-csi-node-driver-registrar-rhel9@sha256:6bf2240cfccf984fdc0a6f33318c681704a495d62527d2f7242934f098378221_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-csi-node-driver-registrar-rhel9@sha256:6bf2240cfccf984fdc0a6f33318c681704a495d62527d2f7242934f098378221_amd64"
        },
        "product_reference": "openshift4/ose-csi-node-driver-registrar-rhel9@sha256:6bf2240cfccf984fdc0a6f33318c681704a495d62527d2f7242934f098378221_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c7a86c7530e5818d8bbfdb1b2544010b327c6dcc99a39152788f5f28eb0ea049_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c7a86c7530e5818d8bbfdb1b2544010b327c6dcc99a39152788f5f28eb0ea049_s390x"
        },
        "product_reference": "openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c7a86c7530e5818d8bbfdb1b2544010b327c6dcc99a39152788f5f28eb0ea049_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d79cac1d92dcc9140be58c63ed13cd6331c8f41474213064cd45963d69a94e17_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d79cac1d92dcc9140be58c63ed13cd6331c8f41474213064cd45963d69a94e17_arm64"
        },
        "product_reference": "openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d79cac1d92dcc9140be58c63ed13cd6331c8f41474213064cd45963d69a94e17_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-csi-snapshot-controller-rhel9@sha256:084151639be629d3a1f9f29ae20271dbe319319e2363d75f8c7c7ec7a8262002_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-csi-snapshot-controller-rhel9@sha256:084151639be629d3a1f9f29ae20271dbe319319e2363d75f8c7c7ec7a8262002_ppc64le"
        },
        "product_reference": "openshift4/ose-csi-snapshot-controller-rhel9@sha256:084151639be629d3a1f9f29ae20271dbe319319e2363d75f8c7c7ec7a8262002_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-csi-snapshot-controller-rhel9@sha256:2d6d427780eee15059d70088bbdb03f6774c93c4b7f84ec00eaf9b85c3f5b3ba_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-csi-snapshot-controller-rhel9@sha256:2d6d427780eee15059d70088bbdb03f6774c93c4b7f84ec00eaf9b85c3f5b3ba_arm64"
        },
        "product_reference": "openshift4/ose-csi-snapshot-controller-rhel9@sha256:2d6d427780eee15059d70088bbdb03f6774c93c4b7f84ec00eaf9b85c3f5b3ba_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-csi-snapshot-controller-rhel9@sha256:5d1dd18616427bc717e49b781e6434ca616c31fc7daeb5596d1703f2d3379ef2_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-csi-snapshot-controller-rhel9@sha256:5d1dd18616427bc717e49b781e6434ca616c31fc7daeb5596d1703f2d3379ef2_amd64"
        },
        "product_reference": "openshift4/ose-csi-snapshot-controller-rhel9@sha256:5d1dd18616427bc717e49b781e6434ca616c31fc7daeb5596d1703f2d3379ef2_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-csi-snapshot-controller-rhel9@sha256:9500323520cb1e4079304df57c722457720ace8518ef43c89149da40e0ff60dd_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-csi-snapshot-controller-rhel9@sha256:9500323520cb1e4079304df57c722457720ace8518ef43c89149da40e0ff60dd_s390x"
        },
        "product_reference": "openshift4/ose-csi-snapshot-controller-rhel9@sha256:9500323520cb1e4079304df57c722457720ace8518ef43c89149da40e0ff60dd_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:4ca3355941315a1db451ba8c6ce329c2f7d0286b3585196a30e1ed35ba1ee228_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:4ca3355941315a1db451ba8c6ce329c2f7d0286b3585196a30e1ed35ba1ee228_amd64"
        },
        "product_reference": "openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:4ca3355941315a1db451ba8c6ce329c2f7d0286b3585196a30e1ed35ba1ee228_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:5e31e4d6f9eb5eb18dbf99b54a3a294e824fda2ad901333ecd33f9eacbac6d30_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:5e31e4d6f9eb5eb18dbf99b54a3a294e824fda2ad901333ecd33f9eacbac6d30_ppc64le"
        },
        "product_reference": "openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:5e31e4d6f9eb5eb18dbf99b54a3a294e824fda2ad901333ecd33f9eacbac6d30_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:bfcb640d3847f3693b4118396ddf7a58d76ceb97016e037768244bc1175dfb1f_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:bfcb640d3847f3693b4118396ddf7a58d76ceb97016e037768244bc1175dfb1f_s390x"
        },
        "product_reference": "openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:bfcb640d3847f3693b4118396ddf7a58d76ceb97016e037768244bc1175dfb1f_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:d590e08bb519eccf42d7891a3fef78bd2a265d5adcd9d27b7da3ef496407aae2_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:d590e08bb519eccf42d7891a3fef78bd2a265d5adcd9d27b7da3ef496407aae2_arm64"
        },
        "product_reference": "openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:d590e08bb519eccf42d7891a3fef78bd2a265d5adcd9d27b7da3ef496407aae2_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-deployer-rhel9@sha256:0767aa82db6ab616d7b8b337760770406da4ce765fe088ed4299c3bd6ee31037_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-deployer-rhel9@sha256:0767aa82db6ab616d7b8b337760770406da4ce765fe088ed4299c3bd6ee31037_amd64"
        },
        "product_reference": "openshift4/ose-deployer-rhel9@sha256:0767aa82db6ab616d7b8b337760770406da4ce765fe088ed4299c3bd6ee31037_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-deployer-rhel9@sha256:6e319561328f39498c3705563a7a108cc9e0ba312c67729a5ca57c7b68ab7459_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-deployer-rhel9@sha256:6e319561328f39498c3705563a7a108cc9e0ba312c67729a5ca57c7b68ab7459_arm64"
        },
        "product_reference": "openshift4/ose-deployer-rhel9@sha256:6e319561328f39498c3705563a7a108cc9e0ba312c67729a5ca57c7b68ab7459_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-deployer-rhel9@sha256:a0afe3a4c032a1397872b707245f09fc3e63c233b0ee128fd3a4c695a20af9c4_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-deployer-rhel9@sha256:a0afe3a4c032a1397872b707245f09fc3e63c233b0ee128fd3a4c695a20af9c4_ppc64le"
        },
        "product_reference": "openshift4/ose-deployer-rhel9@sha256:a0afe3a4c032a1397872b707245f09fc3e63c233b0ee128fd3a4c695a20af9c4_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-deployer-rhel9@sha256:ebedb1bc3ad605141e4406cf3f2da63eca2671b89f8a596923690f30f4126e56_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-deployer-rhel9@sha256:ebedb1bc3ad605141e4406cf3f2da63eca2671b89f8a596923690f30f4126e56_s390x"
        },
        "product_reference": "openshift4/ose-deployer-rhel9@sha256:ebedb1bc3ad605141e4406cf3f2da63eca2671b89f8a596923690f30f4126e56_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-docker-builder-rhel9@sha256:4378f58febb064fc36264f1b5862bb009aff4171b9ad6ae6c84fc9d3077ac70d_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:4378f58febb064fc36264f1b5862bb009aff4171b9ad6ae6c84fc9d3077ac70d_amd64"
        },
        "product_reference": "openshift4/ose-docker-builder-rhel9@sha256:4378f58febb064fc36264f1b5862bb009aff4171b9ad6ae6c84fc9d3077ac70d_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-docker-builder-rhel9@sha256:9d9662fee01dafbde830ab4ba397e5fa7eeccf90e2f8528fd57e748507a1b1e1_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:9d9662fee01dafbde830ab4ba397e5fa7eeccf90e2f8528fd57e748507a1b1e1_s390x"
        },
        "product_reference": "openshift4/ose-docker-builder-rhel9@sha256:9d9662fee01dafbde830ab4ba397e5fa7eeccf90e2f8528fd57e748507a1b1e1_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-docker-builder-rhel9@sha256:cd293b458d152b725a4ae09568f28410a791905b8f8e925900b38f33d3fd849e_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:cd293b458d152b725a4ae09568f28410a791905b8f8e925900b38f33d3fd849e_arm64"
        },
        "product_reference": "openshift4/ose-docker-builder-rhel9@sha256:cd293b458d152b725a4ae09568f28410a791905b8f8e925900b38f33d3fd849e_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-docker-builder-rhel9@sha256:fd0471855bbf69b72b75db2173aad473b9770f2e1403687bbf654c0bddb44c85_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:fd0471855bbf69b72b75db2173aad473b9770f2e1403687bbf654c0bddb44c85_ppc64le"
        },
        "product_reference": "openshift4/ose-docker-builder-rhel9@sha256:fd0471855bbf69b72b75db2173aad473b9770f2e1403687bbf654c0bddb44c85_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-docker-registry-rhel9@sha256:132a674b5a051ed2ee41f940ea4f7984dbd7455de6510ef31b8fae7bedc45be6_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-docker-registry-rhel9@sha256:132a674b5a051ed2ee41f940ea4f7984dbd7455de6510ef31b8fae7bedc45be6_s390x"
        },
        "product_reference": "openshift4/ose-docker-registry-rhel9@sha256:132a674b5a051ed2ee41f940ea4f7984dbd7455de6510ef31b8fae7bedc45be6_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-docker-registry-rhel9@sha256:32d5e5690533a9d9ccf4ff8b02534675255a9625241245d434e43d4bb815119e_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-docker-registry-rhel9@sha256:32d5e5690533a9d9ccf4ff8b02534675255a9625241245d434e43d4bb815119e_amd64"
        },
        "product_reference": "openshift4/ose-docker-registry-rhel9@sha256:32d5e5690533a9d9ccf4ff8b02534675255a9625241245d434e43d4bb815119e_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-docker-registry-rhel9@sha256:78d4de7a4f72a623b01378e0798e2540b4123991b02d450c7b3391f186e32c36_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-docker-registry-rhel9@sha256:78d4de7a4f72a623b01378e0798e2540b4123991b02d450c7b3391f186e32c36_ppc64le"
        },
        "product_reference": "openshift4/ose-docker-registry-rhel9@sha256:78d4de7a4f72a623b01378e0798e2540b4123991b02d450c7b3391f186e32c36_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-docker-registry-rhel9@sha256:9182a503b30b8de69e862a128635bab7b44ff05df11a1ab4f96aef7525fbe0d2_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-docker-registry-rhel9@sha256:9182a503b30b8de69e862a128635bab7b44ff05df11a1ab4f96aef7525fbe0d2_arm64"
        },
        "product_reference": "openshift4/ose-docker-registry-rhel9@sha256:9182a503b30b8de69e862a128635bab7b44ff05df11a1ab4f96aef7525fbe0d2_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-etcd-rhel9@sha256:0ee443647f0fe63c9a05edcd5a644f7eca0eeb2be877aeeb7026c4db738d56a7_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-etcd-rhel9@sha256:0ee443647f0fe63c9a05edcd5a644f7eca0eeb2be877aeeb7026c4db738d56a7_ppc64le"
        },
        "product_reference": "openshift4/ose-etcd-rhel9@sha256:0ee443647f0fe63c9a05edcd5a644f7eca0eeb2be877aeeb7026c4db738d56a7_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-etcd-rhel9@sha256:ba18e1f81a20605c8efbbee41fe37e1d7ac4ff101a857e05e0f3d25aa82fa9df_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-etcd-rhel9@sha256:ba18e1f81a20605c8efbbee41fe37e1d7ac4ff101a857e05e0f3d25aa82fa9df_amd64"
        },
        "product_reference": "openshift4/ose-etcd-rhel9@sha256:ba18e1f81a20605c8efbbee41fe37e1d7ac4ff101a857e05e0f3d25aa82fa9df_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-etcd-rhel9@sha256:f17ddc78b5e4cc92834f4b3b000ab2fdb181c1f3f75dd9d185dc5d88d6691abd_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-etcd-rhel9@sha256:f17ddc78b5e4cc92834f4b3b000ab2fdb181c1f3f75dd9d185dc5d88d6691abd_s390x"
        },
        "product_reference": "openshift4/ose-etcd-rhel9@sha256:f17ddc78b5e4cc92834f4b3b000ab2fdb181c1f3f75dd9d185dc5d88d6691abd_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-etcd-rhel9@sha256:f27e4f6f37c47e139374be06c8772f09debff53a05bfab713359d918f33beb3c_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-etcd-rhel9@sha256:f27e4f6f37c47e139374be06c8772f09debff53a05bfab713359d918f33beb3c_arm64"
        },
        "product_reference": "openshift4/ose-etcd-rhel9@sha256:f27e4f6f37c47e139374be06c8772f09debff53a05bfab713359d918f33beb3c_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:170aba64101289aa8f9a8612888b1341e36e52394ba766dac7130d675816e2be_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:170aba64101289aa8f9a8612888b1341e36e52394ba766dac7130d675816e2be_ppc64le"
        },
        "product_reference": "openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:170aba64101289aa8f9a8612888b1341e36e52394ba766dac7130d675816e2be_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:35098fdc72303c21755abaad4cc05553d6c969dc601d6a2ab91d7aabcadf923e_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:35098fdc72303c21755abaad4cc05553d6c969dc601d6a2ab91d7aabcadf923e_amd64"
        },
        "product_reference": "openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:35098fdc72303c21755abaad4cc05553d6c969dc601d6a2ab91d7aabcadf923e_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:a62890163f9fbf8833e855caa292678a7468f9567433919464dc99a2ef7c8dbb_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:a62890163f9fbf8833e855caa292678a7468f9567433919464dc99a2ef7c8dbb_arm64"
        },
        "product_reference": "openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:a62890163f9fbf8833e855caa292678a7468f9567433919464dc99a2ef7c8dbb_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:6433c81cd98c85abe6b1bbd8e74a776462ad78575cc6bde0664458ed685611ac_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:6433c81cd98c85abe6b1bbd8e74a776462ad78575cc6bde0664458ed685611ac_amd64"
        },
        "product_reference": "openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:6433c81cd98c85abe6b1bbd8e74a776462ad78575cc6bde0664458ed685611ac_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:d1129dd095528238a3bb064376e70764388d986a0f47ccf7a92c88e517b54066_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:d1129dd095528238a3bb064376e70764388d986a0f47ccf7a92c88e517b54066_arm64"
        },
        "product_reference": "openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:d1129dd095528238a3bb064376e70764388d986a0f47ccf7a92c88e517b54066_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:eeb9caacd52b52b2cc46ed0fa5f80606c7033d9cc8d7c63a5c199de6d107e9fa_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:eeb9caacd52b52b2cc46ed0fa5f80606c7033d9cc8d7c63a5c199de6d107e9fa_ppc64le"
        },
        "product_reference": "openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:eeb9caacd52b52b2cc46ed0fa5f80606c7033d9cc8d7c63a5c199de6d107e9fa_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:3bf929bf48fec827cf4f54ff5fec04de0740b1f14a4e1da63ad580bb9245a103_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:3bf929bf48fec827cf4f54ff5fec04de0740b1f14a4e1da63ad580bb9245a103_amd64"
        },
        "product_reference": "openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:3bf929bf48fec827cf4f54ff5fec04de0740b1f14a4e1da63ad580bb9245a103_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:d64a1c2fe51eaaa842bdb14a8bb317317ed1c22180d766e15fcfa5878cb5285c_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:d64a1c2fe51eaaa842bdb14a8bb317317ed1c22180d766e15fcfa5878cb5285c_ppc64le"
        },
        "product_reference": "openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:d64a1c2fe51eaaa842bdb14a8bb317317ed1c22180d766e15fcfa5878cb5285c_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:f4b0795956ffb226a5869a9285d05b0ead36b7be32855026c1a2a5faf4307be6_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:f4b0795956ffb226a5869a9285d05b0ead36b7be32855026c1a2a5faf4307be6_arm64"
        },
        "product_reference": "openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:f4b0795956ffb226a5869a9285d05b0ead36b7be32855026c1a2a5faf4307be6_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:73556902372fba78e19553065eaa89633c01c36b6cf10d6f51ad981777b6f9a1_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:73556902372fba78e19553065eaa89633c01c36b6cf10d6f51ad981777b6f9a1_ppc64le"
        },
        "product_reference": "openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:73556902372fba78e19553065eaa89633c01c36b6cf10d6f51ad981777b6f9a1_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:ba5d03691cb09bc208c30c6c9ce746911468a4fb772dbef5520f723063bf2a94_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:ba5d03691cb09bc208c30c6c9ce746911468a4fb772dbef5520f723063bf2a94_amd64"
        },
        "product_reference": "openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:ba5d03691cb09bc208c30c6c9ce746911468a4fb772dbef5520f723063bf2a94_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:bb6ad3ac3be2ec5530dde289e8535e01fd745332bb89a05d8b687a72d8b90361_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:bb6ad3ac3be2ec5530dde289e8535e01fd745332bb89a05d8b687a72d8b90361_arm64"
        },
        "product_reference": "openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:bb6ad3ac3be2ec5530dde289e8535e01fd745332bb89a05d8b687a72d8b90361_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:1d5b94376d1ffe57828d9252b71372f132285a40b8487d9f931b9fdf6741cd83_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:1d5b94376d1ffe57828d9252b71372f132285a40b8487d9f931b9fdf6741cd83_s390x"
        },
        "product_reference": "openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:1d5b94376d1ffe57828d9252b71372f132285a40b8487d9f931b9fdf6741cd83_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:3d72794fcd40b847e3fbaf3529231fe9149a6dede2a45dfe31fbd306df9b50b9_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:3d72794fcd40b847e3fbaf3529231fe9149a6dede2a45dfe31fbd306df9b50b9_amd64"
        },
        "product_reference": "openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:3d72794fcd40b847e3fbaf3529231fe9149a6dede2a45dfe31fbd306df9b50b9_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4394b5921e342708156f43b45fe0cb780357d7a493c8c323fc403cf99bb0a7ad_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4394b5921e342708156f43b45fe0cb780357d7a493c8c323fc403cf99bb0a7ad_ppc64le"
        },
        "product_reference": "openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4394b5921e342708156f43b45fe0cb780357d7a493c8c323fc403cf99bb0a7ad_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:49874280d3af31fa772ed481e63ea6d1a62bb579b9da0eb3bf772017a3330f4f_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:49874280d3af31fa772ed481e63ea6d1a62bb579b9da0eb3bf772017a3330f4f_arm64"
        },
        "product_reference": "openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:49874280d3af31fa772ed481e63ea6d1a62bb579b9da0eb3bf772017a3330f4f_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-haproxy-router-rhel9@sha256:0afc3eaa1f9729a303472d3397ca19dd1b38b16d0cd721c12f4e23a3e04f087b_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-haproxy-router-rhel9@sha256:0afc3eaa1f9729a303472d3397ca19dd1b38b16d0cd721c12f4e23a3e04f087b_arm64"
        },
        "product_reference": "openshift4/ose-haproxy-router-rhel9@sha256:0afc3eaa1f9729a303472d3397ca19dd1b38b16d0cd721c12f4e23a3e04f087b_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-haproxy-router-rhel9@sha256:0b72b29c550a7e726d31a9814799bdb6ebf6ca071176262402619395ac8a3a65_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-haproxy-router-rhel9@sha256:0b72b29c550a7e726d31a9814799bdb6ebf6ca071176262402619395ac8a3a65_ppc64le"
        },
        "product_reference": "openshift4/ose-haproxy-router-rhel9@sha256:0b72b29c550a7e726d31a9814799bdb6ebf6ca071176262402619395ac8a3a65_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-haproxy-router-rhel9@sha256:1c122143be877d7d89163a4c9f3780eef8b8686057ad1889aa3102321e54a98c_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-haproxy-router-rhel9@sha256:1c122143be877d7d89163a4c9f3780eef8b8686057ad1889aa3102321e54a98c_amd64"
        },
        "product_reference": "openshift4/ose-haproxy-router-rhel9@sha256:1c122143be877d7d89163a4c9f3780eef8b8686057ad1889aa3102321e54a98c_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-haproxy-router-rhel9@sha256:9263b51ee05c760ccb67d397d0c8109a617bae089ad3973c180eb624bc13c91e_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-haproxy-router-rhel9@sha256:9263b51ee05c760ccb67d397d0c8109a617bae089ad3973c180eb624bc13c91e_s390x"
        },
        "product_reference": "openshift4/ose-haproxy-router-rhel9@sha256:9263b51ee05c760ccb67d397d0c8109a617bae089ad3973c180eb624bc13c91e_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-hyperkube-rhel9@sha256:6ff66bf6280231a5495000bf79ff4bb05b2f139ffc372d11d631cf60ee5de67c_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-hyperkube-rhel9@sha256:6ff66bf6280231a5495000bf79ff4bb05b2f139ffc372d11d631cf60ee5de67c_s390x"
        },
        "product_reference": "openshift4/ose-hyperkube-rhel9@sha256:6ff66bf6280231a5495000bf79ff4bb05b2f139ffc372d11d631cf60ee5de67c_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-hyperkube-rhel9@sha256:c32ff89d47b6e001bc02fdb86323cdc692d1abd679917cbea206b70e43d0d976_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-hyperkube-rhel9@sha256:c32ff89d47b6e001bc02fdb86323cdc692d1abd679917cbea206b70e43d0d976_ppc64le"
        },
        "product_reference": "openshift4/ose-hyperkube-rhel9@sha256:c32ff89d47b6e001bc02fdb86323cdc692d1abd679917cbea206b70e43d0d976_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-hyperkube-rhel9@sha256:ef51f6f787195be8745b3cd3b0b3dfe8a96ea48be2e3ccb97ed63cf1bbf58534_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-hyperkube-rhel9@sha256:ef51f6f787195be8745b3cd3b0b3dfe8a96ea48be2e3ccb97ed63cf1bbf58534_arm64"
        },
        "product_reference": "openshift4/ose-hyperkube-rhel9@sha256:ef51f6f787195be8745b3cd3b0b3dfe8a96ea48be2e3ccb97ed63cf1bbf58534_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-hyperkube-rhel9@sha256:f32ddf861dac3d41222d238768c5376702ea295840d70ebc69e9224f1c300446_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-hyperkube-rhel9@sha256:f32ddf861dac3d41222d238768c5376702ea295840d70ebc69e9224f1c300446_amd64"
        },
        "product_reference": "openshift4/ose-hyperkube-rhel9@sha256:f32ddf861dac3d41222d238768c5376702ea295840d70ebc69e9224f1c300446_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-hypershift-rhel9@sha256:02f10dfe13ccca892445607db62101ee47e86ef5fedff0b8dd6372856548ebe5_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:02f10dfe13ccca892445607db62101ee47e86ef5fedff0b8dd6372856548ebe5_amd64"
        },
        "product_reference": "openshift4/ose-hypershift-rhel9@sha256:02f10dfe13ccca892445607db62101ee47e86ef5fedff0b8dd6372856548ebe5_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-hypershift-rhel9@sha256:0677902a88154c33c82a5dfc1aec5325cd2938b08485299a17eb14ea0a4857d3_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:0677902a88154c33c82a5dfc1aec5325cd2938b08485299a17eb14ea0a4857d3_ppc64le"
        },
        "product_reference": "openshift4/ose-hypershift-rhel9@sha256:0677902a88154c33c82a5dfc1aec5325cd2938b08485299a17eb14ea0a4857d3_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-hypershift-rhel9@sha256:249df28d5775b19c96ae3f03d736f0ce8434d9e5969e3365be2b5e329faf85d6_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:249df28d5775b19c96ae3f03d736f0ce8434d9e5969e3365be2b5e329faf85d6_arm64"
        },
        "product_reference": "openshift4/ose-hypershift-rhel9@sha256:249df28d5775b19c96ae3f03d736f0ce8434d9e5969e3365be2b5e329faf85d6_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-hypershift-rhel9@sha256:2bce8039239d0bc061ec7f373d96bdb446ca5b68c45820a58663f124fba635fd_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:2bce8039239d0bc061ec7f373d96bdb446ca5b68c45820a58663f124fba635fd_s390x"
        },
        "product_reference": "openshift4/ose-hypershift-rhel9@sha256:2bce8039239d0bc061ec7f373d96bdb446ca5b68c45820a58663f124fba635fd_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:1384411d0b3794e280491e0b0e14252c5e4f9e43e58e6602b0442ab9a3fb2b0c_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:1384411d0b3794e280491e0b0e14252c5e4f9e43e58e6602b0442ab9a3fb2b0c_amd64"
        },
        "product_reference": "openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:1384411d0b3794e280491e0b0e14252c5e4f9e43e58e6602b0442ab9a3fb2b0c_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:8fe95db9475ffb66b670339b266f3551c4682f214cd2c1cbd151a62e9f8a3b73_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:8fe95db9475ffb66b670339b266f3551c4682f214cd2c1cbd151a62e9f8a3b73_s390x"
        },
        "product_reference": "openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:8fe95db9475ffb66b670339b266f3551c4682f214cd2c1cbd151a62e9f8a3b73_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:e9876a36c4810b4e68e1f6668d3324d8e71ba145f3d214007bc4486375d55be3_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:e9876a36c4810b4e68e1f6668d3324d8e71ba145f3d214007bc4486375d55be3_amd64"
        },
        "product_reference": "openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:e9876a36c4810b4e68e1f6668d3324d8e71ba145f3d214007bc4486375d55be3_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:fa6ec143e3d12a3836c9148adb578b591987e8520cbec4283dcbb427991f14d0_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:fa6ec143e3d12a3836c9148adb578b591987e8520cbec4283dcbb427991f14d0_s390x"
        },
        "product_reference": "openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:fa6ec143e3d12a3836c9148adb578b591987e8520cbec4283dcbb427991f14d0_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:528d6b3faebd79484a0be86e33a7d6ba922dceff5eb1585bb922c18bfd01ee70_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:528d6b3faebd79484a0be86e33a7d6ba922dceff5eb1585bb922c18bfd01ee70_amd64"
        },
        "product_reference": "openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:528d6b3faebd79484a0be86e33a7d6ba922dceff5eb1585bb922c18bfd01ee70_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b4321d90c93b58108ec190d72b23966c09b2b6933a7b5d8322d10dd8831dcd6b_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b4321d90c93b58108ec190d72b23966c09b2b6933a7b5d8322d10dd8831dcd6b_s390x"
        },
        "product_reference": "openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b4321d90c93b58108ec190d72b23966c09b2b6933a7b5d8322d10dd8831dcd6b_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:44c02359946a024e429303d031d1bc70ced6b300316c939d7290d17042b87618_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:44c02359946a024e429303d031d1bc70ced6b300316c939d7290d17042b87618_amd64"
        },
        "product_reference": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:44c02359946a024e429303d031d1bc70ced6b300316c939d7290d17042b87618_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:8365ab32e19f655627b62adfdc05ceaf24cf10395876f4b3a545df57eea4abba_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:8365ab32e19f655627b62adfdc05ceaf24cf10395876f4b3a545df57eea4abba_ppc64le"
        },
        "product_reference": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:8365ab32e19f655627b62adfdc05ceaf24cf10395876f4b3a545df57eea4abba_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:92db3a22fef2499c3d11a2666e72ece44d7df862458f06600d27fb9b6304f77c_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:92db3a22fef2499c3d11a2666e72ece44d7df862458f06600d27fb9b6304f77c_s390x"
        },
        "product_reference": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:92db3a22fef2499c3d11a2666e72ece44d7df862458f06600d27fb9b6304f77c_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:3f77010faf0f6f6e7eabfcf24bf1328c6e70bbb32f843287639a523621a5f4ff_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:3f77010faf0f6f6e7eabfcf24bf1328c6e70bbb32f843287639a523621a5f4ff_amd64"
        },
        "product_reference": "openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:3f77010faf0f6f6e7eabfcf24bf1328c6e70bbb32f843287639a523621a5f4ff_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:9f2805cd3f3ffb1daefa1a718703a568cba5536b12fe2848e3c87c2213a04ba5_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:9f2805cd3f3ffb1daefa1a718703a568cba5536b12fe2848e3c87c2213a04ba5_s390x"
        },
        "product_reference": "openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:9f2805cd3f3ffb1daefa1a718703a568cba5536b12fe2848e3c87c2213a04ba5_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-image-customization-controller-rhel9@sha256:0f1b4c68ce6ab2167b1b6fcd0059a8531eff59b5cf49c23322828918a6ed6f27_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-image-customization-controller-rhel9@sha256:0f1b4c68ce6ab2167b1b6fcd0059a8531eff59b5cf49c23322828918a6ed6f27_arm64"
        },
        "product_reference": "openshift4/ose-image-customization-controller-rhel9@sha256:0f1b4c68ce6ab2167b1b6fcd0059a8531eff59b5cf49c23322828918a6ed6f27_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-image-customization-controller-rhel9@sha256:8bd8caf2fac84354a4407c48651d11d055c90e09f06ea57c1825d2be59ca18fc_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-image-customization-controller-rhel9@sha256:8bd8caf2fac84354a4407c48651d11d055c90e09f06ea57c1825d2be59ca18fc_amd64"
        },
        "product_reference": "openshift4/ose-image-customization-controller-rhel9@sha256:8bd8caf2fac84354a4407c48651d11d055c90e09f06ea57c1825d2be59ca18fc_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-insights-rhel9-operator@sha256:3b7ec1f0edd312034a7dec567af415f85f8be1828dc6a0dd2d11072315b77a41_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-insights-rhel9-operator@sha256:3b7ec1f0edd312034a7dec567af415f85f8be1828dc6a0dd2d11072315b77a41_arm64"
        },
        "product_reference": "openshift4/ose-insights-rhel9-operator@sha256:3b7ec1f0edd312034a7dec567af415f85f8be1828dc6a0dd2d11072315b77a41_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-insights-rhel9-operator@sha256:afcc280b069a744e3e67716ac685dd7c7f23c619cbc20e2c21237031580f649b_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-insights-rhel9-operator@sha256:afcc280b069a744e3e67716ac685dd7c7f23c619cbc20e2c21237031580f649b_amd64"
        },
        "product_reference": "openshift4/ose-insights-rhel9-operator@sha256:afcc280b069a744e3e67716ac685dd7c7f23c619cbc20e2c21237031580f649b_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-insights-rhel9-operator@sha256:c7e5d66df8aeeca3969c31c560fd759f77d60211f08b1f456391ee0fb333fc45_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-insights-rhel9-operator@sha256:c7e5d66df8aeeca3969c31c560fd759f77d60211f08b1f456391ee0fb333fc45_s390x"
        },
        "product_reference": "openshift4/ose-insights-rhel9-operator@sha256:c7e5d66df8aeeca3969c31c560fd759f77d60211f08b1f456391ee0fb333fc45_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-insights-rhel9-operator@sha256:f54220fde82b962663a86123a99a65e549fd68fd9a6153f6c67979567a6fbf58_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-insights-rhel9-operator@sha256:f54220fde82b962663a86123a99a65e549fd68fd9a6153f6c67979567a6fbf58_ppc64le"
        },
        "product_reference": "openshift4/ose-insights-rhel9-operator@sha256:f54220fde82b962663a86123a99a65e549fd68fd9a6153f6c67979567a6fbf58_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-installer-altinfra-rhel9@sha256:17050d94832b400bf54598b748667e2e0035b30b8f996d7a25bdb61aef5960f9_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:17050d94832b400bf54598b748667e2e0035b30b8f996d7a25bdb61aef5960f9_arm64"
        },
        "product_reference": "openshift4/ose-installer-altinfra-rhel9@sha256:17050d94832b400bf54598b748667e2e0035b30b8f996d7a25bdb61aef5960f9_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-installer-altinfra-rhel9@sha256:bd5955616dc827b5552f5fbcdd1fdcb23e700a647de2ca4f3cf1f8a2eb105f1d_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:bd5955616dc827b5552f5fbcdd1fdcb23e700a647de2ca4f3cf1f8a2eb105f1d_s390x"
        },
        "product_reference": "openshift4/ose-installer-altinfra-rhel9@sha256:bd5955616dc827b5552f5fbcdd1fdcb23e700a647de2ca4f3cf1f8a2eb105f1d_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-installer-altinfra-rhel9@sha256:e26559b0ae61de908b9db0753babf47e2a3bc27c6637c7e945d153959fcb79ea_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:e26559b0ae61de908b9db0753babf47e2a3bc27c6637c7e945d153959fcb79ea_ppc64le"
        },
        "product_reference": "openshift4/ose-installer-altinfra-rhel9@sha256:e26559b0ae61de908b9db0753babf47e2a3bc27c6637c7e945d153959fcb79ea_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-installer-altinfra-rhel9@sha256:e32b6e836082e6d2a5d267283b2263d9811c3a62d420842689ab35fcc36b4a63_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:e32b6e836082e6d2a5d267283b2263d9811c3a62d420842689ab35fcc36b4a63_amd64"
        },
        "product_reference": "openshift4/ose-installer-altinfra-rhel9@sha256:e32b6e836082e6d2a5d267283b2263d9811c3a62d420842689ab35fcc36b4a63_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-installer-artifacts-rhel9@sha256:312bac6a070c763a493c566fbd1b6f05591f23949e4f37a157235f08f927c653_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:312bac6a070c763a493c566fbd1b6f05591f23949e4f37a157235f08f927c653_amd64"
        },
        "product_reference": "openshift4/ose-installer-artifacts-rhel9@sha256:312bac6a070c763a493c566fbd1b6f05591f23949e4f37a157235f08f927c653_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-installer-artifacts-rhel9@sha256:7529fae3aa40950d226ef1d8d2039d6795c518b2dbbec8e38818cfcc3efc9083_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:7529fae3aa40950d226ef1d8d2039d6795c518b2dbbec8e38818cfcc3efc9083_s390x"
        },
        "product_reference": "openshift4/ose-installer-artifacts-rhel9@sha256:7529fae3aa40950d226ef1d8d2039d6795c518b2dbbec8e38818cfcc3efc9083_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-installer-artifacts-rhel9@sha256:7a235516acc4c967b8fdda1868be132966714d19d6d90a5ce4b4cab661d819b3_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:7a235516acc4c967b8fdda1868be132966714d19d6d90a5ce4b4cab661d819b3_ppc64le"
        },
        "product_reference": "openshift4/ose-installer-artifacts-rhel9@sha256:7a235516acc4c967b8fdda1868be132966714d19d6d90a5ce4b4cab661d819b3_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-installer-artifacts-rhel9@sha256:9ee9cc91eb2ede268fbdd51bbfd2e211f34ccff61bd1c3b130bf25879c67b3a3_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:9ee9cc91eb2ede268fbdd51bbfd2e211f34ccff61bd1c3b130bf25879c67b3a3_arm64"
        },
        "product_reference": "openshift4/ose-installer-artifacts-rhel9@sha256:9ee9cc91eb2ede268fbdd51bbfd2e211f34ccff61bd1c3b130bf25879c67b3a3_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-installer-rhel9@sha256:69e680e1a17c99220c8cdaf5a2e73f6e4e7d835f1193e62bf516df65e0d2fdff_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:69e680e1a17c99220c8cdaf5a2e73f6e4e7d835f1193e62bf516df65e0d2fdff_amd64"
        },
        "product_reference": "openshift4/ose-installer-rhel9@sha256:69e680e1a17c99220c8cdaf5a2e73f6e4e7d835f1193e62bf516df65e0d2fdff_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-installer-rhel9@sha256:872ec12780579fe14d90d7eec8190678ce56f4a5914917a7d6169c5cd767bc68_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:872ec12780579fe14d90d7eec8190678ce56f4a5914917a7d6169c5cd767bc68_arm64"
        },
        "product_reference": "openshift4/ose-installer-rhel9@sha256:872ec12780579fe14d90d7eec8190678ce56f4a5914917a7d6169c5cd767bc68_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-installer-rhel9@sha256:be7078e79fd3d22ef43c253aff1b72e7457128e639b780d5073a016991bf56af_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:be7078e79fd3d22ef43c253aff1b72e7457128e639b780d5073a016991bf56af_s390x"
        },
        "product_reference": "openshift4/ose-installer-rhel9@sha256:be7078e79fd3d22ef43c253aff1b72e7457128e639b780d5073a016991bf56af_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-installer-rhel9@sha256:df403029362bb02139eab00cdb01c35171431ce0e237c874e11e06aabca19311_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:df403029362bb02139eab00cdb01c35171431ce0e237c874e11e06aabca19311_ppc64le"
        },
        "product_reference": "openshift4/ose-installer-rhel9@sha256:df403029362bb02139eab00cdb01c35171431ce0e237c874e11e06aabca19311_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-ironic-agent-rhel9@sha256:b45a678f884a36a9c6014841f8ca1c70908bcb51dcc45d9f71749806c9fd8fba_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:b45a678f884a36a9c6014841f8ca1c70908bcb51dcc45d9f71749806c9fd8fba_arm64"
        },
        "product_reference": "openshift4/ose-ironic-agent-rhel9@sha256:b45a678f884a36a9c6014841f8ca1c70908bcb51dcc45d9f71749806c9fd8fba_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-ironic-agent-rhel9@sha256:d3b354ac0a8b37e7e8fa339011624d0e4d7403ffde520b5e911e3664e9659e34_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:d3b354ac0a8b37e7e8fa339011624d0e4d7403ffde520b5e911e3664e9659e34_amd64"
        },
        "product_reference": "openshift4/ose-ironic-agent-rhel9@sha256:d3b354ac0a8b37e7e8fa339011624d0e4d7403ffde520b5e911e3664e9659e34_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1726d045b526bd930e04ceaa125da6477f7a44b18c9b01f723ff3cc1320da9ba_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1726d045b526bd930e04ceaa125da6477f7a44b18c9b01f723ff3cc1320da9ba_amd64"
        },
        "product_reference": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1726d045b526bd930e04ceaa125da6477f7a44b18c9b01f723ff3cc1320da9ba_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:f62c966edb47dcfaf82b4136ed867fd85bf04424f91e8a519f8f08a3989d98a0_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:f62c966edb47dcfaf82b4136ed867fd85bf04424f91e8a519f8f08a3989d98a0_arm64"
        },
        "product_reference": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:f62c966edb47dcfaf82b4136ed867fd85bf04424f91e8a519f8f08a3989d98a0_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-ironic-rhel9@sha256:02d3c6c0c7d3ba854e7a03e3cd3fb56f21a729136f95993224336d42f4597b96_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:02d3c6c0c7d3ba854e7a03e3cd3fb56f21a729136f95993224336d42f4597b96_arm64"
        },
        "product_reference": "openshift4/ose-ironic-rhel9@sha256:02d3c6c0c7d3ba854e7a03e3cd3fb56f21a729136f95993224336d42f4597b96_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-ironic-rhel9@sha256:49db69687f7245b778480b5796bc3956343ec1d4b58d705d3f08b3380ef93b6d_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:49db69687f7245b778480b5796bc3956343ec1d4b58d705d3f08b3380ef93b6d_amd64"
        },
        "product_reference": "openshift4/ose-ironic-rhel9@sha256:49db69687f7245b778480b5796bc3956343ec1d4b58d705d3f08b3380ef93b6d_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-ironic-static-ip-manager-rhel9@sha256:4c0cd346096da2ceafc8226fdf3f132320d42d8992dacc78abf9b4c194f92740_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:4c0cd346096da2ceafc8226fdf3f132320d42d8992dacc78abf9b4c194f92740_amd64"
        },
        "product_reference": "openshift4/ose-ironic-static-ip-manager-rhel9@sha256:4c0cd346096da2ceafc8226fdf3f132320d42d8992dacc78abf9b4c194f92740_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-ironic-static-ip-manager-rhel9@sha256:4e948d046ccc7a44e18c5b19fd107d560183aee3fb46ebee28bffddf850d3ec7_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:4e948d046ccc7a44e18c5b19fd107d560183aee3fb46ebee28bffddf850d3ec7_arm64"
        },
        "product_reference": "openshift4/ose-ironic-static-ip-manager-rhel9@sha256:4e948d046ccc7a44e18c5b19fd107d560183aee3fb46ebee28bffddf850d3ec7_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-keepalived-ipfailover-rhel9@sha256:0a2b379d082cead1b190b32ffa9339bf88fb50a8ab5abaf12ca2bffccdfc75ee_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-keepalived-ipfailover-rhel9@sha256:0a2b379d082cead1b190b32ffa9339bf88fb50a8ab5abaf12ca2bffccdfc75ee_ppc64le"
        },
        "product_reference": "openshift4/ose-keepalived-ipfailover-rhel9@sha256:0a2b379d082cead1b190b32ffa9339bf88fb50a8ab5abaf12ca2bffccdfc75ee_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-keepalived-ipfailover-rhel9@sha256:127bf3d442da47383b1f2b8d452fd29cee71eb614b71ed7d2610063ae78e808b_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-keepalived-ipfailover-rhel9@sha256:127bf3d442da47383b1f2b8d452fd29cee71eb614b71ed7d2610063ae78e808b_arm64"
        },
        "product_reference": "openshift4/ose-keepalived-ipfailover-rhel9@sha256:127bf3d442da47383b1f2b8d452fd29cee71eb614b71ed7d2610063ae78e808b_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-keepalived-ipfailover-rhel9@sha256:966c3932cf9a5d03bf25141234d26c7628b71eda7439239a409da03953b206a7_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-keepalived-ipfailover-rhel9@sha256:966c3932cf9a5d03bf25141234d26c7628b71eda7439239a409da03953b206a7_s390x"
        },
        "product_reference": "openshift4/ose-keepalived-ipfailover-rhel9@sha256:966c3932cf9a5d03bf25141234d26c7628b71eda7439239a409da03953b206a7_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-keepalived-ipfailover-rhel9@sha256:dcb142b3a5afe0e7b7a51a1c94661855bd54776ca51575630bc43f02ba12c554_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-keepalived-ipfailover-rhel9@sha256:dcb142b3a5afe0e7b7a51a1c94661855bd54776ca51575630bc43f02ba12c554_amd64"
        },
        "product_reference": "openshift4/ose-keepalived-ipfailover-rhel9@sha256:dcb142b3a5afe0e7b7a51a1c94661855bd54776ca51575630bc43f02ba12c554_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-kube-proxy-rhel9@sha256:bcbabfca97e7433c9fa4ad479c8906644461c2a5aa75c8ff7a7644b13975ba98_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-kube-proxy-rhel9@sha256:bcbabfca97e7433c9fa4ad479c8906644461c2a5aa75c8ff7a7644b13975ba98_s390x"
        },
        "product_reference": "openshift4/ose-kube-proxy-rhel9@sha256:bcbabfca97e7433c9fa4ad479c8906644461c2a5aa75c8ff7a7644b13975ba98_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-kube-proxy-rhel9@sha256:cbafb2565fe2baf4d54fe0cc5ad883bbe0632a4736771f55dd55b9d3823a7716_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-kube-proxy-rhel9@sha256:cbafb2565fe2baf4d54fe0cc5ad883bbe0632a4736771f55dd55b9d3823a7716_amd64"
        },
        "product_reference": "openshift4/ose-kube-proxy-rhel9@sha256:cbafb2565fe2baf4d54fe0cc5ad883bbe0632a4736771f55dd55b9d3823a7716_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-kube-proxy-rhel9@sha256:d1654ad59633f2f3d6542a83c32ac0e1084cd148a735b46f4c674edca9fc98e0_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-kube-proxy-rhel9@sha256:d1654ad59633f2f3d6542a83c32ac0e1084cd148a735b46f4c674edca9fc98e0_ppc64le"
        },
        "product_reference": "openshift4/ose-kube-proxy-rhel9@sha256:d1654ad59633f2f3d6542a83c32ac0e1084cd148a735b46f4c674edca9fc98e0_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-kube-proxy-rhel9@sha256:fdc6e80a2293c526be173bea9362e2da73e0c0d988a767e6f160675db8590acb_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-kube-proxy-rhel9@sha256:fdc6e80a2293c526be173bea9362e2da73e0c0d988a767e6f160675db8590acb_arm64"
        },
        "product_reference": "openshift4/ose-kube-proxy-rhel9@sha256:fdc6e80a2293c526be173bea9362e2da73e0c0d988a767e6f160675db8590acb_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-kube-rbac-proxy-rhel9@sha256:093d38e21abf82992df96727b799f72a14e66986b02e08eb6af990f4091ccc6d_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-kube-rbac-proxy-rhel9@sha256:093d38e21abf82992df96727b799f72a14e66986b02e08eb6af990f4091ccc6d_s390x"
        },
        "product_reference": "openshift4/ose-kube-rbac-proxy-rhel9@sha256:093d38e21abf82992df96727b799f72a14e66986b02e08eb6af990f4091ccc6d_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-kube-rbac-proxy-rhel9@sha256:5c81ef8f24b561ba9b51c25e3ca50322eeb0544240f9f6db020542f5101f17ae_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-kube-rbac-proxy-rhel9@sha256:5c81ef8f24b561ba9b51c25e3ca50322eeb0544240f9f6db020542f5101f17ae_ppc64le"
        },
        "product_reference": "openshift4/ose-kube-rbac-proxy-rhel9@sha256:5c81ef8f24b561ba9b51c25e3ca50322eeb0544240f9f6db020542f5101f17ae_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-kube-rbac-proxy-rhel9@sha256:74af69d301e49c08c9c0fab6bf929b6443beddf21d578273fd332ec73d7b8a24_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-kube-rbac-proxy-rhel9@sha256:74af69d301e49c08c9c0fab6bf929b6443beddf21d578273fd332ec73d7b8a24_amd64"
        },
        "product_reference": "openshift4/ose-kube-rbac-proxy-rhel9@sha256:74af69d301e49c08c9c0fab6bf929b6443beddf21d578273fd332ec73d7b8a24_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-kube-rbac-proxy-rhel9@sha256:bd85227421b997806814438c33cc997fd70911c8ecf1d9e6e16e506dbcecf5bd_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-kube-rbac-proxy-rhel9@sha256:bd85227421b997806814438c33cc997fd70911c8ecf1d9e6e16e506dbcecf5bd_arm64"
        },
        "product_reference": "openshift4/ose-kube-rbac-proxy-rhel9@sha256:bd85227421b997806814438c33cc997fd70911c8ecf1d9e6e16e506dbcecf5bd_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-kube-state-metrics-rhel9@sha256:65321f83b5a14049a62c6d6895287f57501f5f77589cb8be2d6b366a145c021f_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-kube-state-metrics-rhel9@sha256:65321f83b5a14049a62c6d6895287f57501f5f77589cb8be2d6b366a145c021f_arm64"
        },
        "product_reference": "openshift4/ose-kube-state-metrics-rhel9@sha256:65321f83b5a14049a62c6d6895287f57501f5f77589cb8be2d6b366a145c021f_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-kube-state-metrics-rhel9@sha256:6c697bb3cd8bf8a743a0a948721c4c97284d62608ec5272bf97fa51d23f8ab14_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-kube-state-metrics-rhel9@sha256:6c697bb3cd8bf8a743a0a948721c4c97284d62608ec5272bf97fa51d23f8ab14_ppc64le"
        },
        "product_reference": "openshift4/ose-kube-state-metrics-rhel9@sha256:6c697bb3cd8bf8a743a0a948721c4c97284d62608ec5272bf97fa51d23f8ab14_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-kube-state-metrics-rhel9@sha256:bfd60907c9836d089067b19a287d3267fa9ab98e09420e6a4f0e1ffb51506d04_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-kube-state-metrics-rhel9@sha256:bfd60907c9836d089067b19a287d3267fa9ab98e09420e6a4f0e1ffb51506d04_amd64"
        },
        "product_reference": "openshift4/ose-kube-state-metrics-rhel9@sha256:bfd60907c9836d089067b19a287d3267fa9ab98e09420e6a4f0e1ffb51506d04_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-kube-state-metrics-rhel9@sha256:e26b6afc9938274f1777fc5eaf6c0a6b95fb5e9c7cdb51d0a778d548218293e3_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-kube-state-metrics-rhel9@sha256:e26b6afc9938274f1777fc5eaf6c0a6b95fb5e9c7cdb51d0a778d548218293e3_s390x"
        },
        "product_reference": "openshift4/ose-kube-state-metrics-rhel9@sha256:e26b6afc9938274f1777fc5eaf6c0a6b95fb5e9c7cdb51d0a778d548218293e3_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-kube-storage-version-migrator-rhel9@sha256:63059adfd5fb0042f492f3fdf938beb0de950f3c86fcef51fd595099e3638e51_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-kube-storage-version-migrator-rhel9@sha256:63059adfd5fb0042f492f3fdf938beb0de950f3c86fcef51fd595099e3638e51_amd64"
        },
        "product_reference": "openshift4/ose-kube-storage-version-migrator-rhel9@sha256:63059adfd5fb0042f492f3fdf938beb0de950f3c86fcef51fd595099e3638e51_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-kube-storage-version-migrator-rhel9@sha256:82ec54538247a36578095e91a73ea2f0f2948f1d53214fff29e424badd23a733_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-kube-storage-version-migrator-rhel9@sha256:82ec54538247a36578095e91a73ea2f0f2948f1d53214fff29e424badd23a733_s390x"
        },
        "product_reference": "openshift4/ose-kube-storage-version-migrator-rhel9@sha256:82ec54538247a36578095e91a73ea2f0f2948f1d53214fff29e424badd23a733_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b798ea0514d92809752909b9f0b4d38ea1a7309df58750c1c516034c8a58ce4e_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b798ea0514d92809752909b9f0b4d38ea1a7309df58750c1c516034c8a58ce4e_ppc64le"
        },
        "product_reference": "openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b798ea0514d92809752909b9f0b4d38ea1a7309df58750c1c516034c8a58ce4e_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e85db4241123d01e874bed074f9a9a34ca6221176aaa2cb5bb4729adfbf0ce95_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e85db4241123d01e874bed074f9a9a34ca6221176aaa2cb5bb4729adfbf0ce95_arm64"
        },
        "product_reference": "openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e85db4241123d01e874bed074f9a9a34ca6221176aaa2cb5bb4729adfbf0ce95_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:352ba91a72d19fa2b0006740b6e0e22b9824f73d3fad3ccf3cfdee0735525aab_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:352ba91a72d19fa2b0006740b6e0e22b9824f73d3fad3ccf3cfdee0735525aab_amd64"
        },
        "product_reference": "openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:352ba91a72d19fa2b0006740b6e0e22b9824f73d3fad3ccf3cfdee0735525aab_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9292f19feeaa3bdae3094d0c0496baf8670d18286041f317ec82c552280a9b4a_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9292f19feeaa3bdae3094d0c0496baf8670d18286041f317ec82c552280a9b4a_arm64"
        },
        "product_reference": "openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9292f19feeaa3bdae3094d0c0496baf8670d18286041f317ec82c552280a9b4a_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:b248b7e14b2f4a76b6fea232897ef6db0f43531e46d161af07f2e4bad05e707b_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:b248b7e14b2f4a76b6fea232897ef6db0f43531e46d161af07f2e4bad05e707b_ppc64le"
        },
        "product_reference": "openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:b248b7e14b2f4a76b6fea232897ef6db0f43531e46d161af07f2e4bad05e707b_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e53a18e4371e50c1bf5089c2f6e3b0d0bdc70454f8289ba3e6411afb2ab49aec_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e53a18e4371e50c1bf5089c2f6e3b0d0bdc70454f8289ba3e6411afb2ab49aec_s390x"
        },
        "product_reference": "openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e53a18e4371e50c1bf5089c2f6e3b0d0bdc70454f8289ba3e6411afb2ab49aec_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-libvirt-machine-controllers-rhel9@sha256:002c9019af35f1f8aea55bea65c97a92ef1d19ea1baea00d17b79a264a3691d9_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:002c9019af35f1f8aea55bea65c97a92ef1d19ea1baea00d17b79a264a3691d9_arm64"
        },
        "product_reference": "openshift4/ose-libvirt-machine-controllers-rhel9@sha256:002c9019af35f1f8aea55bea65c97a92ef1d19ea1baea00d17b79a264a3691d9_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6b95c1296fe5379d3dfaad98c17ac65bb818babe4057610eccf8461635ae8103_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6b95c1296fe5379d3dfaad98c17ac65bb818babe4057610eccf8461635ae8103_s390x"
        },
        "product_reference": "openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6b95c1296fe5379d3dfaad98c17ac65bb818babe4057610eccf8461635ae8103_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-libvirt-machine-controllers-rhel9@sha256:70a12a74322db347077f7758c485acb127ad33d021ae5aec5e912f94f8ffd8ca_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:70a12a74322db347077f7758c485acb127ad33d021ae5aec5e912f94f8ffd8ca_ppc64le"
        },
        "product_reference": "openshift4/ose-libvirt-machine-controllers-rhel9@sha256:70a12a74322db347077f7758c485acb127ad33d021ae5aec5e912f94f8ffd8ca_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-libvirt-machine-controllers-rhel9@sha256:fa4bd7d988c14418df8c332de4fea3b5ea57dc0727a461f68472925aa6eb9696_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:fa4bd7d988c14418df8c332de4fea3b5ea57dc0727a461f68472925aa6eb9696_amd64"
        },
        "product_reference": "openshift4/ose-libvirt-machine-controllers-rhel9@sha256:fa4bd7d988c14418df8c332de4fea3b5ea57dc0727a461f68472925aa6eb9696_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-machine-api-provider-aws-rhel9@sha256:c6d0869274ce92a1eceb263b4e94e462fbcb8b599b09ce8acf9c00b61cf29226_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-aws-rhel9@sha256:c6d0869274ce92a1eceb263b4e94e462fbcb8b599b09ce8acf9c00b61cf29226_arm64"
        },
        "product_reference": "openshift4/ose-machine-api-provider-aws-rhel9@sha256:c6d0869274ce92a1eceb263b4e94e462fbcb8b599b09ce8acf9c00b61cf29226_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-machine-api-provider-aws-rhel9@sha256:d2dc62bb9ab60ef004894f78e80c143e8c7d027ff073a3c238dd88b14b3b80fd_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-aws-rhel9@sha256:d2dc62bb9ab60ef004894f78e80c143e8c7d027ff073a3c238dd88b14b3b80fd_amd64"
        },
        "product_reference": "openshift4/ose-machine-api-provider-aws-rhel9@sha256:d2dc62bb9ab60ef004894f78e80c143e8c7d027ff073a3c238dd88b14b3b80fd_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-machine-api-provider-azure-rhel9@sha256:74b7d7c58d260b1791d7d4f55a9fdcbb13542519151976de43dfb8bee67c9cac_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-azure-rhel9@sha256:74b7d7c58d260b1791d7d4f55a9fdcbb13542519151976de43dfb8bee67c9cac_amd64"
        },
        "product_reference": "openshift4/ose-machine-api-provider-azure-rhel9@sha256:74b7d7c58d260b1791d7d4f55a9fdcbb13542519151976de43dfb8bee67c9cac_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-machine-api-provider-azure-rhel9@sha256:d4764881a7a4f01e5b5ee2a24b13cd74fdfc5540ebbe84cdd0fa28fd64aba389_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-azure-rhel9@sha256:d4764881a7a4f01e5b5ee2a24b13cd74fdfc5540ebbe84cdd0fa28fd64aba389_arm64"
        },
        "product_reference": "openshift4/ose-machine-api-provider-azure-rhel9@sha256:d4764881a7a4f01e5b5ee2a24b13cd74fdfc5540ebbe84cdd0fa28fd64aba389_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-machine-api-provider-gcp-rhel9@sha256:2e3b2b5c07bbba78849bf504c5a8a600239c151f7f21d6f1fe6c022003193a4b_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:2e3b2b5c07bbba78849bf504c5a8a600239c151f7f21d6f1fe6c022003193a4b_amd64"
        },
        "product_reference": "openshift4/ose-machine-api-provider-gcp-rhel9@sha256:2e3b2b5c07bbba78849bf504c5a8a600239c151f7f21d6f1fe6c022003193a4b_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-machine-api-provider-gcp-rhel9@sha256:526440e32f8eed14cf6ef61769baea675aba9c02e6cf5778e3bc8f92c7d306a8_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:526440e32f8eed14cf6ef61769baea675aba9c02e6cf5778e3bc8f92c7d306a8_arm64"
        },
        "product_reference": "openshift4/ose-machine-api-provider-gcp-rhel9@sha256:526440e32f8eed14cf6ef61769baea675aba9c02e6cf5778e3bc8f92c7d306a8_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-machine-api-provider-gcp-rhel9@sha256:968aebcf8a5dbabc3b12fd50db0f8a1bf4bfe399b390efd29b9534510d7643ca_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:968aebcf8a5dbabc3b12fd50db0f8a1bf4bfe399b390efd29b9534510d7643ca_ppc64le"
        },
        "product_reference": "openshift4/ose-machine-api-provider-gcp-rhel9@sha256:968aebcf8a5dbabc3b12fd50db0f8a1bf4bfe399b390efd29b9534510d7643ca_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-machine-api-provider-openstack-rhel9@sha256:1396e057385c7d8da1dc40c52033b1bbbedab984703de3e484cfea750652b224_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:1396e057385c7d8da1dc40c52033b1bbbedab984703de3e484cfea750652b224_amd64"
        },
        "product_reference": "openshift4/ose-machine-api-provider-openstack-rhel9@sha256:1396e057385c7d8da1dc40c52033b1bbbedab984703de3e484cfea750652b224_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-machine-api-provider-openstack-rhel9@sha256:373d9277d116b062a74e0610f98d512d8ffa5404afbfe116d2f8e549afd9251a_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:373d9277d116b062a74e0610f98d512d8ffa5404afbfe116d2f8e549afd9251a_s390x"
        },
        "product_reference": "openshift4/ose-machine-api-provider-openstack-rhel9@sha256:373d9277d116b062a74e0610f98d512d8ffa5404afbfe116d2f8e549afd9251a_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-machine-api-provider-openstack-rhel9@sha256:6fb5c3a4b83c250c783d6b88d7914f72e4972ca2a2e5852ef46a0f754b6f8eef_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:6fb5c3a4b83c250c783d6b88d7914f72e4972ca2a2e5852ef46a0f754b6f8eef_ppc64le"
        },
        "product_reference": "openshift4/ose-machine-api-provider-openstack-rhel9@sha256:6fb5c3a4b83c250c783d6b88d7914f72e4972ca2a2e5852ef46a0f754b6f8eef_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f907f7e7f7659e968dd6ac35177c726004afe0b86b0dd9e9e78abc53da370a7a_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f907f7e7f7659e968dd6ac35177c726004afe0b86b0dd9e9e78abc53da370a7a_arm64"
        },
        "product_reference": "openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f907f7e7f7659e968dd6ac35177c726004afe0b86b0dd9e9e78abc53da370a7a_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-machine-api-rhel9-operator@sha256:5e940d2b4901a79e7b4a2c5ca656d3d974b771d1950edbe441557522082e02de_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-machine-api-rhel9-operator@sha256:5e940d2b4901a79e7b4a2c5ca656d3d974b771d1950edbe441557522082e02de_s390x"
        },
        "product_reference": "openshift4/ose-machine-api-rhel9-operator@sha256:5e940d2b4901a79e7b4a2c5ca656d3d974b771d1950edbe441557522082e02de_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-machine-api-rhel9-operator@sha256:5f2486c25d18ae075485af13b8800df7b2bd1b251c73b1784ca1946569b83919_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-machine-api-rhel9-operator@sha256:5f2486c25d18ae075485af13b8800df7b2bd1b251c73b1784ca1946569b83919_ppc64le"
        },
        "product_reference": "openshift4/ose-machine-api-rhel9-operator@sha256:5f2486c25d18ae075485af13b8800df7b2bd1b251c73b1784ca1946569b83919_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-machine-api-rhel9-operator@sha256:9972c5496357187072347787379fe704b02d7aca9c62582982ff97e132f7361c_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-machine-api-rhel9-operator@sha256:9972c5496357187072347787379fe704b02d7aca9c62582982ff97e132f7361c_amd64"
        },
        "product_reference": "openshift4/ose-machine-api-rhel9-operator@sha256:9972c5496357187072347787379fe704b02d7aca9c62582982ff97e132f7361c_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-machine-api-rhel9-operator@sha256:ee87d774d6658bde289f8c9ab55154ade49dfddecb55ac1a577da883ada32aa2_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-machine-api-rhel9-operator@sha256:ee87d774d6658bde289f8c9ab55154ade49dfddecb55ac1a577da883ada32aa2_arm64"
        },
        "product_reference": "openshift4/ose-machine-api-rhel9-operator@sha256:ee87d774d6658bde289f8c9ab55154ade49dfddecb55ac1a577da883ada32aa2_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-machine-config-rhel9-operator@sha256:2141576fcdb4d159aa417474a27457fb2087ad6235c4df0597083f3b1899ca45_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:2141576fcdb4d159aa417474a27457fb2087ad6235c4df0597083f3b1899ca45_amd64"
        },
        "product_reference": "openshift4/ose-machine-config-rhel9-operator@sha256:2141576fcdb4d159aa417474a27457fb2087ad6235c4df0597083f3b1899ca45_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-machine-config-rhel9-operator@sha256:483b65fb285f5d17f225c5da6513e12bc7b1a7b4a7040663cd07b565b0afa029_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:483b65fb285f5d17f225c5da6513e12bc7b1a7b4a7040663cd07b565b0afa029_arm64"
        },
        "product_reference": "openshift4/ose-machine-config-rhel9-operator@sha256:483b65fb285f5d17f225c5da6513e12bc7b1a7b4a7040663cd07b565b0afa029_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-machine-config-rhel9-operator@sha256:e3d3a68630da8789ec30cdf920bc64b478949e146e565c28faa4b6e60f149f8a_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:e3d3a68630da8789ec30cdf920bc64b478949e146e565c28faa4b6e60f149f8a_s390x"
        },
        "product_reference": "openshift4/ose-machine-config-rhel9-operator@sha256:e3d3a68630da8789ec30cdf920bc64b478949e146e565c28faa4b6e60f149f8a_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-machine-config-rhel9-operator@sha256:ef6cde961dbbb6fba059c3c45a80fb0e2da74f4c5cd52b42e73589ddf5b1e399_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:ef6cde961dbbb6fba059c3c45a80fb0e2da74f4c5cd52b42e73589ddf5b1e399_ppc64le"
        },
        "product_reference": "openshift4/ose-machine-config-rhel9-operator@sha256:ef6cde961dbbb6fba059c3c45a80fb0e2da74f4c5cd52b42e73589ddf5b1e399_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-machine-os-images-rhel9@sha256:9614841db8310744628318b72f55c58b0486fa04758cf069921ebf602e689e9f_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:9614841db8310744628318b72f55c58b0486fa04758cf069921ebf602e689e9f_amd64"
        },
        "product_reference": "openshift4/ose-machine-os-images-rhel9@sha256:9614841db8310744628318b72f55c58b0486fa04758cf069921ebf602e689e9f_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-machine-os-images-rhel9@sha256:c26463b63a1336896c3b5966be5952b60e539691202cd81e7ae4e964817f2109_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:c26463b63a1336896c3b5966be5952b60e539691202cd81e7ae4e964817f2109_ppc64le"
        },
        "product_reference": "openshift4/ose-machine-os-images-rhel9@sha256:c26463b63a1336896c3b5966be5952b60e539691202cd81e7ae4e964817f2109_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-machine-os-images-rhel9@sha256:c6d8d116a62c6b8d1f6d298c580206b22de9054c2f6954f6bf480ff01c572dd8_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:c6d8d116a62c6b8d1f6d298c580206b22de9054c2f6954f6bf480ff01c572dd8_arm64"
        },
        "product_reference": "openshift4/ose-machine-os-images-rhel9@sha256:c6d8d116a62c6b8d1f6d298c580206b22de9054c2f6954f6bf480ff01c572dd8_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-machine-os-images-rhel9@sha256:e7d5c7d2133b60a140a95d371202e33e6bdcb24ff7ae55fe791f42f57534ee30_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:e7d5c7d2133b60a140a95d371202e33e6bdcb24ff7ae55fe791f42f57534ee30_s390x"
        },
        "product_reference": "openshift4/ose-machine-os-images-rhel9@sha256:e7d5c7d2133b60a140a95d371202e33e6bdcb24ff7ae55fe791f42f57534ee30_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-monitoring-plugin-rhel9@sha256:158251335ecb898e1d9dd072153925e15c27974ea5bac191d2b2238aa3e9d9ef_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:158251335ecb898e1d9dd072153925e15c27974ea5bac191d2b2238aa3e9d9ef_s390x"
        },
        "product_reference": "openshift4/ose-monitoring-plugin-rhel9@sha256:158251335ecb898e1d9dd072153925e15c27974ea5bac191d2b2238aa3e9d9ef_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-monitoring-plugin-rhel9@sha256:23b2c32bb23c66ed48ce220033f85c76ec6ebfe241ef912e7e5c2550b3252f08_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:23b2c32bb23c66ed48ce220033f85c76ec6ebfe241ef912e7e5c2550b3252f08_arm64"
        },
        "product_reference": "openshift4/ose-monitoring-plugin-rhel9@sha256:23b2c32bb23c66ed48ce220033f85c76ec6ebfe241ef912e7e5c2550b3252f08_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-monitoring-plugin-rhel9@sha256:cb9d387eca1b9defc9b9cf59e79e3afd9721f6e2768f6ca1b23e2d93c643fe88_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:cb9d387eca1b9defc9b9cf59e79e3afd9721f6e2768f6ca1b23e2d93c643fe88_ppc64le"
        },
        "product_reference": "openshift4/ose-monitoring-plugin-rhel9@sha256:cb9d387eca1b9defc9b9cf59e79e3afd9721f6e2768f6ca1b23e2d93c643fe88_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-monitoring-plugin-rhel9@sha256:f94b1ab4229c5fb8e2dfd07e5b04b58f6385f67454e7ecbed2d2aad02e91f07d_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:f94b1ab4229c5fb8e2dfd07e5b04b58f6385f67454e7ecbed2d2aad02e91f07d_amd64"
        },
        "product_reference": "openshift4/ose-monitoring-plugin-rhel9@sha256:f94b1ab4229c5fb8e2dfd07e5b04b58f6385f67454e7ecbed2d2aad02e91f07d_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-multus-admission-controller-rhel9@sha256:1234866d996a553670345d2177f491180651d53747d97ea0f5b7c05dad4ed0f0_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-multus-admission-controller-rhel9@sha256:1234866d996a553670345d2177f491180651d53747d97ea0f5b7c05dad4ed0f0_s390x"
        },
        "product_reference": "openshift4/ose-multus-admission-controller-rhel9@sha256:1234866d996a553670345d2177f491180651d53747d97ea0f5b7c05dad4ed0f0_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-multus-admission-controller-rhel9@sha256:4a2061a1ba2d018fcdd41b6722fb4e332b72983954ea5d0609b01785d2647e6f_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-multus-admission-controller-rhel9@sha256:4a2061a1ba2d018fcdd41b6722fb4e332b72983954ea5d0609b01785d2647e6f_ppc64le"
        },
        "product_reference": "openshift4/ose-multus-admission-controller-rhel9@sha256:4a2061a1ba2d018fcdd41b6722fb4e332b72983954ea5d0609b01785d2647e6f_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-multus-admission-controller-rhel9@sha256:878826b56658eac597d692338bc3e7d469568776c9d6f71c11b63bcd0932e01a_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-multus-admission-controller-rhel9@sha256:878826b56658eac597d692338bc3e7d469568776c9d6f71c11b63bcd0932e01a_amd64"
        },
        "product_reference": "openshift4/ose-multus-admission-controller-rhel9@sha256:878826b56658eac597d692338bc3e7d469568776c9d6f71c11b63bcd0932e01a_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-multus-admission-controller-rhel9@sha256:8e46edbaa4d4fc29dbc09d38898429d545a02822cc46a726fb5a61f4bd55dff8_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-multus-admission-controller-rhel9@sha256:8e46edbaa4d4fc29dbc09d38898429d545a02822cc46a726fb5a61f4bd55dff8_arm64"
        },
        "product_reference": "openshift4/ose-multus-admission-controller-rhel9@sha256:8e46edbaa4d4fc29dbc09d38898429d545a02822cc46a726fb5a61f4bd55dff8_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-multus-cni-microshift-rhel9@sha256:60064cac3df05c9a076ad9942bf3ffdf452f8ed8ade863153a7ea449234b1e4c_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-multus-cni-microshift-rhel9@sha256:60064cac3df05c9a076ad9942bf3ffdf452f8ed8ade863153a7ea449234b1e4c_ppc64le"
        },
        "product_reference": "openshift4/ose-multus-cni-microshift-rhel9@sha256:60064cac3df05c9a076ad9942bf3ffdf452f8ed8ade863153a7ea449234b1e4c_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-multus-cni-microshift-rhel9@sha256:9f905872cf72582e8ef6df209d1dfcbe23e56d894f39ce7c705bec68908951cf_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-multus-cni-microshift-rhel9@sha256:9f905872cf72582e8ef6df209d1dfcbe23e56d894f39ce7c705bec68908951cf_arm64"
        },
        "product_reference": "openshift4/ose-multus-cni-microshift-rhel9@sha256:9f905872cf72582e8ef6df209d1dfcbe23e56d894f39ce7c705bec68908951cf_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-multus-cni-microshift-rhel9@sha256:a5aa505bbf99f157b1817ed0981ff4037cac3e94ec3b80457f97b6e07935a1de_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-multus-cni-microshift-rhel9@sha256:a5aa505bbf99f157b1817ed0981ff4037cac3e94ec3b80457f97b6e07935a1de_amd64"
        },
        "product_reference": "openshift4/ose-multus-cni-microshift-rhel9@sha256:a5aa505bbf99f157b1817ed0981ff4037cac3e94ec3b80457f97b6e07935a1de_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-multus-cni-microshift-rhel9@sha256:a6aee61594a381b29e76718a05255a69ba1fc8d16b4836665499065cc00a6386_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-multus-cni-microshift-rhel9@sha256:a6aee61594a381b29e76718a05255a69ba1fc8d16b4836665499065cc00a6386_s390x"
        },
        "product_reference": "openshift4/ose-multus-cni-microshift-rhel9@sha256:a6aee61594a381b29e76718a05255a69ba1fc8d16b4836665499065cc00a6386_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-multus-cni-rhel9@sha256:06a30be1f56c0ba60fda631904e406def40a5294076d98f0946c1c7035785e1a_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-multus-cni-rhel9@sha256:06a30be1f56c0ba60fda631904e406def40a5294076d98f0946c1c7035785e1a_s390x"
        },
        "product_reference": "openshift4/ose-multus-cni-rhel9@sha256:06a30be1f56c0ba60fda631904e406def40a5294076d98f0946c1c7035785e1a_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-multus-cni-rhel9@sha256:0b7d0c694b170b254e7f998465826e0d51abb9da67f8d0a4d3c58af450550cc9_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-multus-cni-rhel9@sha256:0b7d0c694b170b254e7f998465826e0d51abb9da67f8d0a4d3c58af450550cc9_amd64"
        },
        "product_reference": "openshift4/ose-multus-cni-rhel9@sha256:0b7d0c694b170b254e7f998465826e0d51abb9da67f8d0a4d3c58af450550cc9_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-multus-cni-rhel9@sha256:331e9a2ee10ab14cd3cdf1016af92a1e3df1f25422900bf980604b0b6c6050e9_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-multus-cni-rhel9@sha256:331e9a2ee10ab14cd3cdf1016af92a1e3df1f25422900bf980604b0b6c6050e9_ppc64le"
        },
        "product_reference": "openshift4/ose-multus-cni-rhel9@sha256:331e9a2ee10ab14cd3cdf1016af92a1e3df1f25422900bf980604b0b6c6050e9_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-multus-cni-rhel9@sha256:b3886236c43c1935b1e67344d865ec6b6148b599cb6f94aaa827ff6889444faf_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-multus-cni-rhel9@sha256:b3886236c43c1935b1e67344d865ec6b6148b599cb6f94aaa827ff6889444faf_arm64"
        },
        "product_reference": "openshift4/ose-multus-cni-rhel9@sha256:b3886236c43c1935b1e67344d865ec6b6148b599cb6f94aaa827ff6889444faf_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-multus-networkpolicy-rhel9@sha256:93e501b312ea23b290e46c14787acecdb02636333f5388429b5400bc4599be9b_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-multus-networkpolicy-rhel9@sha256:93e501b312ea23b290e46c14787acecdb02636333f5388429b5400bc4599be9b_amd64"
        },
        "product_reference": "openshift4/ose-multus-networkpolicy-rhel9@sha256:93e501b312ea23b290e46c14787acecdb02636333f5388429b5400bc4599be9b_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-multus-networkpolicy-rhel9@sha256:953c2a800efd3ba87344b0c556c89132630dc378e1a96ff38f626a60ed4d5ce0_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-multus-networkpolicy-rhel9@sha256:953c2a800efd3ba87344b0c556c89132630dc378e1a96ff38f626a60ed4d5ce0_arm64"
        },
        "product_reference": "openshift4/ose-multus-networkpolicy-rhel9@sha256:953c2a800efd3ba87344b0c556c89132630dc378e1a96ff38f626a60ed4d5ce0_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-multus-networkpolicy-rhel9@sha256:a79bbb6df83654cdd8d925a070f6b7c9b62e85702b84330d31a1242507fd01ec_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-multus-networkpolicy-rhel9@sha256:a79bbb6df83654cdd8d925a070f6b7c9b62e85702b84330d31a1242507fd01ec_s390x"
        },
        "product_reference": "openshift4/ose-multus-networkpolicy-rhel9@sha256:a79bbb6df83654cdd8d925a070f6b7c9b62e85702b84330d31a1242507fd01ec_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-multus-networkpolicy-rhel9@sha256:f32767d8dbad803a847397b47ef35d48820e2ac8c5abb5d916fc3daab615f6ab_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-multus-networkpolicy-rhel9@sha256:f32767d8dbad803a847397b47ef35d48820e2ac8c5abb5d916fc3daab615f6ab_ppc64le"
        },
        "product_reference": "openshift4/ose-multus-networkpolicy-rhel9@sha256:f32767d8dbad803a847397b47ef35d48820e2ac8c5abb5d916fc3daab615f6ab_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-multus-route-override-cni-rhel9@sha256:2dc58f3bce109f2dab38f7940e7aab29a4418f5e0732c1e8f1e1ed217635ac19_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-multus-route-override-cni-rhel9@sha256:2dc58f3bce109f2dab38f7940e7aab29a4418f5e0732c1e8f1e1ed217635ac19_s390x"
        },
        "product_reference": "openshift4/ose-multus-route-override-cni-rhel9@sha256:2dc58f3bce109f2dab38f7940e7aab29a4418f5e0732c1e8f1e1ed217635ac19_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-multus-route-override-cni-rhel9@sha256:5784e4d821cc26ffffad6e6e3ed101fc2842ebc3d89b16eac041dde506c1ce01_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-multus-route-override-cni-rhel9@sha256:5784e4d821cc26ffffad6e6e3ed101fc2842ebc3d89b16eac041dde506c1ce01_amd64"
        },
        "product_reference": "openshift4/ose-multus-route-override-cni-rhel9@sha256:5784e4d821cc26ffffad6e6e3ed101fc2842ebc3d89b16eac041dde506c1ce01_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-multus-route-override-cni-rhel9@sha256:b32bee1e17a99bf6e865f3dffb4f80f9b681cc3c0f2a1505698f594f286a7396_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-multus-route-override-cni-rhel9@sha256:b32bee1e17a99bf6e865f3dffb4f80f9b681cc3c0f2a1505698f594f286a7396_arm64"
        },
        "product_reference": "openshift4/ose-multus-route-override-cni-rhel9@sha256:b32bee1e17a99bf6e865f3dffb4f80f9b681cc3c0f2a1505698f594f286a7396_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-multus-route-override-cni-rhel9@sha256:c0b91c4fdee11f1468e9c32f2f95feb08f49eada69835577eea2c04ede8c5725_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-multus-route-override-cni-rhel9@sha256:c0b91c4fdee11f1468e9c32f2f95feb08f49eada69835577eea2c04ede8c5725_ppc64le"
        },
        "product_reference": "openshift4/ose-multus-route-override-cni-rhel9@sha256:c0b91c4fdee11f1468e9c32f2f95feb08f49eada69835577eea2c04ede8c5725_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:14c20436996d9b4151cb77c811fa65929d70874bab1e3577c1ffc156b23514c2_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:14c20436996d9b4151cb77c811fa65929d70874bab1e3577c1ffc156b23514c2_s390x"
        },
        "product_reference": "openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:14c20436996d9b4151cb77c811fa65929d70874bab1e3577c1ffc156b23514c2_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:2264796d3b4da7e3fc2961c55972859361750a1272f52112d6b50c069275b6f8_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:2264796d3b4da7e3fc2961c55972859361750a1272f52112d6b50c069275b6f8_ppc64le"
        },
        "product_reference": "openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:2264796d3b4da7e3fc2961c55972859361750a1272f52112d6b50c069275b6f8_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a7a7b993fdbbf8fb1a67dde836a577c55ef589d899dd6b50bbb6ab4da03ead0c_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a7a7b993fdbbf8fb1a67dde836a577c55ef589d899dd6b50bbb6ab4da03ead0c_amd64"
        },
        "product_reference": "openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a7a7b993fdbbf8fb1a67dde836a577c55ef589d899dd6b50bbb6ab4da03ead0c_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:eaeb6ea984b43075d1721104647c9e539ffefea462ad3ea3f3cae66551e301e2_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:eaeb6ea984b43075d1721104647c9e539ffefea462ad3ea3f3cae66551e301e2_arm64"
        },
        "product_reference": "openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:eaeb6ea984b43075d1721104647c9e539ffefea462ad3ea3f3cae66551e301e2_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-must-gather-rhel9@sha256:60ec7816beae30bef25a0a50633d77cb669c472d4f1adb0356b547c13cdc2282_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-must-gather-rhel9@sha256:60ec7816beae30bef25a0a50633d77cb669c472d4f1adb0356b547c13cdc2282_amd64"
        },
        "product_reference": "openshift4/ose-must-gather-rhel9@sha256:60ec7816beae30bef25a0a50633d77cb669c472d4f1adb0356b547c13cdc2282_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-must-gather-rhel9@sha256:7e0061f5d8d3909d377e353592c99179627fbbd8e70d90f1aae44dc8f9f34b9c_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-must-gather-rhel9@sha256:7e0061f5d8d3909d377e353592c99179627fbbd8e70d90f1aae44dc8f9f34b9c_ppc64le"
        },
        "product_reference": "openshift4/ose-must-gather-rhel9@sha256:7e0061f5d8d3909d377e353592c99179627fbbd8e70d90f1aae44dc8f9f34b9c_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-must-gather-rhel9@sha256:c1268a511ca6052fcd0392301af7861d388fc2dd32977b13fc85780c0c9a22a2_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-must-gather-rhel9@sha256:c1268a511ca6052fcd0392301af7861d388fc2dd32977b13fc85780c0c9a22a2_s390x"
        },
        "product_reference": "openshift4/ose-must-gather-rhel9@sha256:c1268a511ca6052fcd0392301af7861d388fc2dd32977b13fc85780c0c9a22a2_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-must-gather-rhel9@sha256:de0f68e94d48d6fd1c6bf1cfed042a8f244e5392a0b6ad5c02cfab7b7a9ae3ab_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-must-gather-rhel9@sha256:de0f68e94d48d6fd1c6bf1cfed042a8f244e5392a0b6ad5c02cfab7b7a9ae3ab_arm64"
        },
        "product_reference": "openshift4/ose-must-gather-rhel9@sha256:de0f68e94d48d6fd1c6bf1cfed042a8f244e5392a0b6ad5c02cfab7b7a9ae3ab_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-network-interface-bond-cni-rhel9@sha256:66eb46a96bd308c39af00caad02b3dd77cc7d1dedfba70ead48c9390dc9ca9f9_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-network-interface-bond-cni-rhel9@sha256:66eb46a96bd308c39af00caad02b3dd77cc7d1dedfba70ead48c9390dc9ca9f9_amd64"
        },
        "product_reference": "openshift4/ose-network-interface-bond-cni-rhel9@sha256:66eb46a96bd308c39af00caad02b3dd77cc7d1dedfba70ead48c9390dc9ca9f9_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-network-interface-bond-cni-rhel9@sha256:685adc9ee76db7d09ce6c56ba14570c9e0848c517534c5661b52a702d05a1e3c_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-network-interface-bond-cni-rhel9@sha256:685adc9ee76db7d09ce6c56ba14570c9e0848c517534c5661b52a702d05a1e3c_s390x"
        },
        "product_reference": "openshift4/ose-network-interface-bond-cni-rhel9@sha256:685adc9ee76db7d09ce6c56ba14570c9e0848c517534c5661b52a702d05a1e3c_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-network-interface-bond-cni-rhel9@sha256:78d3bdd9d6ec154e80b1dfcd41e37ae695173e61a54fac6aa2ae9f9264253c75_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-network-interface-bond-cni-rhel9@sha256:78d3bdd9d6ec154e80b1dfcd41e37ae695173e61a54fac6aa2ae9f9264253c75_arm64"
        },
        "product_reference": "openshift4/ose-network-interface-bond-cni-rhel9@sha256:78d3bdd9d6ec154e80b1dfcd41e37ae695173e61a54fac6aa2ae9f9264253c75_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-network-interface-bond-cni-rhel9@sha256:c372276000e5ed2540990ca06299d060a49c646ad7a1f206ce5094c7b95536b4_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-network-interface-bond-cni-rhel9@sha256:c372276000e5ed2540990ca06299d060a49c646ad7a1f206ce5094c7b95536b4_ppc64le"
        },
        "product_reference": "openshift4/ose-network-interface-bond-cni-rhel9@sha256:c372276000e5ed2540990ca06299d060a49c646ad7a1f206ce5094c7b95536b4_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-network-metrics-daemon-rhel9@sha256:0e47e27fce44f690b6b358249a26dd334d40d77a934c289f5c6d700825339850_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-network-metrics-daemon-rhel9@sha256:0e47e27fce44f690b6b358249a26dd334d40d77a934c289f5c6d700825339850_amd64"
        },
        "product_reference": "openshift4/ose-network-metrics-daemon-rhel9@sha256:0e47e27fce44f690b6b358249a26dd334d40d77a934c289f5c6d700825339850_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-network-metrics-daemon-rhel9@sha256:1820093b89c42b11b76534feb6f686877931e45206f35ba4ab3540e209f95e6d_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-network-metrics-daemon-rhel9@sha256:1820093b89c42b11b76534feb6f686877931e45206f35ba4ab3540e209f95e6d_s390x"
        },
        "product_reference": "openshift4/ose-network-metrics-daemon-rhel9@sha256:1820093b89c42b11b76534feb6f686877931e45206f35ba4ab3540e209f95e6d_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-network-metrics-daemon-rhel9@sha256:afc2923e5780bffb27abc102eec63968374848078da5cd2fe12bdc8f0ec90251_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-network-metrics-daemon-rhel9@sha256:afc2923e5780bffb27abc102eec63968374848078da5cd2fe12bdc8f0ec90251_arm64"
        },
        "product_reference": "openshift4/ose-network-metrics-daemon-rhel9@sha256:afc2923e5780bffb27abc102eec63968374848078da5cd2fe12bdc8f0ec90251_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-network-metrics-daemon-rhel9@sha256:e805f9a0f7eb2039fd8040dcff142175c392381c992b69e8c5e3307249fd10cf_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-network-metrics-daemon-rhel9@sha256:e805f9a0f7eb2039fd8040dcff142175c392381c992b69e8c5e3307249fd10cf_ppc64le"
        },
        "product_reference": "openshift4/ose-network-metrics-daemon-rhel9@sha256:e805f9a0f7eb2039fd8040dcff142175c392381c992b69e8c5e3307249fd10cf_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-networking-console-plugin-rhel9@sha256:400c930aedf5e3964c9e5201b5932603b6b074ba6f6c31e3d432c066e06ecd77_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:400c930aedf5e3964c9e5201b5932603b6b074ba6f6c31e3d432c066e06ecd77_amd64"
        },
        "product_reference": "openshift4/ose-networking-console-plugin-rhel9@sha256:400c930aedf5e3964c9e5201b5932603b6b074ba6f6c31e3d432c066e06ecd77_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-networking-console-plugin-rhel9@sha256:7c0370de82ecd2cab8bf48ae7f1bf66a52d637e8b9aa6c0ceadc6a27b5e3507d_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:7c0370de82ecd2cab8bf48ae7f1bf66a52d637e8b9aa6c0ceadc6a27b5e3507d_ppc64le"
        },
        "product_reference": "openshift4/ose-networking-console-plugin-rhel9@sha256:7c0370de82ecd2cab8bf48ae7f1bf66a52d637e8b9aa6c0ceadc6a27b5e3507d_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-networking-console-plugin-rhel9@sha256:ee249765525cafc3c5b1c9751427e7fa19bcef17566d5ca273fcda348e3dcd50_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:ee249765525cafc3c5b1c9751427e7fa19bcef17566d5ca273fcda348e3dcd50_s390x"
        },
        "product_reference": "openshift4/ose-networking-console-plugin-rhel9@sha256:ee249765525cafc3c5b1c9751427e7fa19bcef17566d5ca273fcda348e3dcd50_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-networking-console-plugin-rhel9@sha256:f94e6168c2d658e1be23c8d9cad9a86d2f9e0d393c49304d310a500d61adbbae_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:f94e6168c2d658e1be23c8d9cad9a86d2f9e0d393c49304d310a500d61adbbae_arm64"
        },
        "product_reference": "openshift4/ose-networking-console-plugin-rhel9@sha256:f94e6168c2d658e1be23c8d9cad9a86d2f9e0d393c49304d310a500d61adbbae_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:065ce9ed541af2ee48a9c7d803865180f3c0431c2e96edfa1b09bab0bbbf40bf_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:065ce9ed541af2ee48a9c7d803865180f3c0431c2e96edfa1b09bab0bbbf40bf_amd64"
        },
        "product_reference": "openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:065ce9ed541af2ee48a9c7d803865180f3c0431c2e96edfa1b09bab0bbbf40bf_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-nutanix-machine-controllers-rhel9@sha256:d8add7c0ed65ac5c6a053c21fe96fe8955b6541f9b05a47863974d18a7021ad4_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-nutanix-machine-controllers-rhel9@sha256:d8add7c0ed65ac5c6a053c21fe96fe8955b6541f9b05a47863974d18a7021ad4_amd64"
        },
        "product_reference": "openshift4/ose-nutanix-machine-controllers-rhel9@sha256:d8add7c0ed65ac5c6a053c21fe96fe8955b6541f9b05a47863974d18a7021ad4_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-oauth-apiserver-rhel9@sha256:08fbba8e85f6efc4f5d77d1bc9165fc30628f4a04383928110e5cb58e80f7e62_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-oauth-apiserver-rhel9@sha256:08fbba8e85f6efc4f5d77d1bc9165fc30628f4a04383928110e5cb58e80f7e62_amd64"
        },
        "product_reference": "openshift4/ose-oauth-apiserver-rhel9@sha256:08fbba8e85f6efc4f5d77d1bc9165fc30628f4a04383928110e5cb58e80f7e62_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-oauth-apiserver-rhel9@sha256:13a1c0ff1bf2b0a865a959c65166b00d53d402fecf984db6f2b9cd49ee7289fa_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-oauth-apiserver-rhel9@sha256:13a1c0ff1bf2b0a865a959c65166b00d53d402fecf984db6f2b9cd49ee7289fa_s390x"
        },
        "product_reference": "openshift4/ose-oauth-apiserver-rhel9@sha256:13a1c0ff1bf2b0a865a959c65166b00d53d402fecf984db6f2b9cd49ee7289fa_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-oauth-apiserver-rhel9@sha256:56a5d92f7a3a2f3ece3579a584f4234ff2c0d8ea4eb8e1d4f65cbf7d7a68a19c_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-oauth-apiserver-rhel9@sha256:56a5d92f7a3a2f3ece3579a584f4234ff2c0d8ea4eb8e1d4f65cbf7d7a68a19c_arm64"
        },
        "product_reference": "openshift4/ose-oauth-apiserver-rhel9@sha256:56a5d92f7a3a2f3ece3579a584f4234ff2c0d8ea4eb8e1d4f65cbf7d7a68a19c_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-oauth-apiserver-rhel9@sha256:8ecc5104c41faaecc96f97e1f3c4ddfe0047bec271a6bd41a72c4704a2b479c4_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-oauth-apiserver-rhel9@sha256:8ecc5104c41faaecc96f97e1f3c4ddfe0047bec271a6bd41a72c4704a2b479c4_ppc64le"
        },
        "product_reference": "openshift4/ose-oauth-apiserver-rhel9@sha256:8ecc5104c41faaecc96f97e1f3c4ddfe0047bec271a6bd41a72c4704a2b479c4_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-oauth-proxy-rhel9@sha256:1eaf29ebdb3d128ff2acc33bae9a33da915806cd20c8aa98afd8d1004eb17dba_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-oauth-proxy-rhel9@sha256:1eaf29ebdb3d128ff2acc33bae9a33da915806cd20c8aa98afd8d1004eb17dba_ppc64le"
        },
        "product_reference": "openshift4/ose-oauth-proxy-rhel9@sha256:1eaf29ebdb3d128ff2acc33bae9a33da915806cd20c8aa98afd8d1004eb17dba_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-oauth-proxy-rhel9@sha256:b934449f27cff8ea6cd6577e862bb07d3b20534cb644748fed921d922cdd5404_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-oauth-proxy-rhel9@sha256:b934449f27cff8ea6cd6577e862bb07d3b20534cb644748fed921d922cdd5404_amd64"
        },
        "product_reference": "openshift4/ose-oauth-proxy-rhel9@sha256:b934449f27cff8ea6cd6577e862bb07d3b20534cb644748fed921d922cdd5404_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-oauth-proxy-rhel9@sha256:ca6723f202239be0464ff827710c011468d6df243cfa873274f9d4c828d4d76d_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-oauth-proxy-rhel9@sha256:ca6723f202239be0464ff827710c011468d6df243cfa873274f9d4c828d4d76d_s390x"
        },
        "product_reference": "openshift4/ose-oauth-proxy-rhel9@sha256:ca6723f202239be0464ff827710c011468d6df243cfa873274f9d4c828d4d76d_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-oauth-proxy-rhel9@sha256:dc748b70f83c70facb499b0d5ce0fd691e827909240d89ce27c3d248175d07a5_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-oauth-proxy-rhel9@sha256:dc748b70f83c70facb499b0d5ce0fd691e827909240d89ce27c3d248175d07a5_arm64"
        },
        "product_reference": "openshift4/ose-oauth-proxy-rhel9@sha256:dc748b70f83c70facb499b0d5ce0fd691e827909240d89ce27c3d248175d07a5_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-oauth-server-rhel9@sha256:5510278d09ee523ece2d0ba6b24f07e522dd231d36d2eec2c190d1426e15913a_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-oauth-server-rhel9@sha256:5510278d09ee523ece2d0ba6b24f07e522dd231d36d2eec2c190d1426e15913a_arm64"
        },
        "product_reference": "openshift4/ose-oauth-server-rhel9@sha256:5510278d09ee523ece2d0ba6b24f07e522dd231d36d2eec2c190d1426e15913a_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-oauth-server-rhel9@sha256:8b2c530a19bbf51813e7ae9bcc187a49b9637d808a720401ad512756d1cf0d2a_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-oauth-server-rhel9@sha256:8b2c530a19bbf51813e7ae9bcc187a49b9637d808a720401ad512756d1cf0d2a_s390x"
        },
        "product_reference": "openshift4/ose-oauth-server-rhel9@sha256:8b2c530a19bbf51813e7ae9bcc187a49b9637d808a720401ad512756d1cf0d2a_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-oauth-server-rhel9@sha256:a033f65ebaddebea7d66135299e2fe0451f3b3c939ff26c77c3bcdb053c581dd_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-oauth-server-rhel9@sha256:a033f65ebaddebea7d66135299e2fe0451f3b3c939ff26c77c3bcdb053c581dd_amd64"
        },
        "product_reference": "openshift4/ose-oauth-server-rhel9@sha256:a033f65ebaddebea7d66135299e2fe0451f3b3c939ff26c77c3bcdb053c581dd_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-oauth-server-rhel9@sha256:b4fc4980e7caa15cc853da45981051aa3e1290e4ed9e6aa78cd0bb251796fd39_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-oauth-server-rhel9@sha256:b4fc4980e7caa15cc853da45981051aa3e1290e4ed9e6aa78cd0bb251796fd39_ppc64le"
        },
        "product_reference": "openshift4/ose-oauth-server-rhel9@sha256:b4fc4980e7caa15cc853da45981051aa3e1290e4ed9e6aa78cd0bb251796fd39_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-olm-catalogd-rhel9@sha256:25a5a4b4ada09c18b0172d6b55e99213b328b049a4e736ef33a46ee0da1dc950_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-olm-catalogd-rhel9@sha256:25a5a4b4ada09c18b0172d6b55e99213b328b049a4e736ef33a46ee0da1dc950_arm64"
        },
        "product_reference": "openshift4/ose-olm-catalogd-rhel9@sha256:25a5a4b4ada09c18b0172d6b55e99213b328b049a4e736ef33a46ee0da1dc950_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-olm-catalogd-rhel9@sha256:2b350e41bc865f8cf3d91ec774a1ef90efcb1dc695031d54cfcbcba445ec576b_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-olm-catalogd-rhel9@sha256:2b350e41bc865f8cf3d91ec774a1ef90efcb1dc695031d54cfcbcba445ec576b_amd64"
        },
        "product_reference": "openshift4/ose-olm-catalogd-rhel9@sha256:2b350e41bc865f8cf3d91ec774a1ef90efcb1dc695031d54cfcbcba445ec576b_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-olm-catalogd-rhel9@sha256:e9c3bf1b4cd8b50229b2d2cd74f6ab8ef8d300d6bcd577b3334d368621c96e5b_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-olm-catalogd-rhel9@sha256:e9c3bf1b4cd8b50229b2d2cd74f6ab8ef8d300d6bcd577b3334d368621c96e5b_ppc64le"
        },
        "product_reference": "openshift4/ose-olm-catalogd-rhel9@sha256:e9c3bf1b4cd8b50229b2d2cd74f6ab8ef8d300d6bcd577b3334d368621c96e5b_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-olm-catalogd-rhel9@sha256:f11007c8352baa9b195cbd9734103033c0946078b12ef02a624aa8574a455896_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-olm-catalogd-rhel9@sha256:f11007c8352baa9b195cbd9734103033c0946078b12ef02a624aa8574a455896_s390x"
        },
        "product_reference": "openshift4/ose-olm-catalogd-rhel9@sha256:f11007c8352baa9b195cbd9734103033c0946078b12ef02a624aa8574a455896_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-olm-operator-controller-rhel9@sha256:7947045fc7c78746b791cf45cc7086f35981ca1675813803e4d6b44e1217d4a5_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-olm-operator-controller-rhel9@sha256:7947045fc7c78746b791cf45cc7086f35981ca1675813803e4d6b44e1217d4a5_ppc64le"
        },
        "product_reference": "openshift4/ose-olm-operator-controller-rhel9@sha256:7947045fc7c78746b791cf45cc7086f35981ca1675813803e4d6b44e1217d4a5_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-olm-operator-controller-rhel9@sha256:9a95f890999546160ad4cf68e60c94bd02036392a981fdd3473bc4ce8acf5e63_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-olm-operator-controller-rhel9@sha256:9a95f890999546160ad4cf68e60c94bd02036392a981fdd3473bc4ce8acf5e63_arm64"
        },
        "product_reference": "openshift4/ose-olm-operator-controller-rhel9@sha256:9a95f890999546160ad4cf68e60c94bd02036392a981fdd3473bc4ce8acf5e63_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-olm-operator-controller-rhel9@sha256:a2ada640c8cf94921756f81c68762e3aaf7eeae865cca833be5fe14a868e9832_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-olm-operator-controller-rhel9@sha256:a2ada640c8cf94921756f81c68762e3aaf7eeae865cca833be5fe14a868e9832_amd64"
        },
        "product_reference": "openshift4/ose-olm-operator-controller-rhel9@sha256:a2ada640c8cf94921756f81c68762e3aaf7eeae865cca833be5fe14a868e9832_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-olm-operator-controller-rhel9@sha256:d3bfee26c52099ab31a0f7f78b53a6914dc1f33c613dfce0a4a83dd70ba6f04d_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-olm-operator-controller-rhel9@sha256:d3bfee26c52099ab31a0f7f78b53a6914dc1f33c613dfce0a4a83dd70ba6f04d_s390x"
        },
        "product_reference": "openshift4/ose-olm-operator-controller-rhel9@sha256:d3bfee26c52099ab31a0f7f78b53a6914dc1f33c613dfce0a4a83dd70ba6f04d_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-openshift-apiserver-rhel9@sha256:12ee719e29b1a159926fa67162dfff04668a0c786db83697a75fc8bf96c61e36_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-openshift-apiserver-rhel9@sha256:12ee719e29b1a159926fa67162dfff04668a0c786db83697a75fc8bf96c61e36_ppc64le"
        },
        "product_reference": "openshift4/ose-openshift-apiserver-rhel9@sha256:12ee719e29b1a159926fa67162dfff04668a0c786db83697a75fc8bf96c61e36_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-openshift-apiserver-rhel9@sha256:281810b86981603927513af4b9738db05df090e27cff61cb57f615a1b7da54a4_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-openshift-apiserver-rhel9@sha256:281810b86981603927513af4b9738db05df090e27cff61cb57f615a1b7da54a4_s390x"
        },
        "product_reference": "openshift4/ose-openshift-apiserver-rhel9@sha256:281810b86981603927513af4b9738db05df090e27cff61cb57f615a1b7da54a4_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-openshift-apiserver-rhel9@sha256:d7aa582cb99ceaaba2d9da65183a485fab11b0aec41d68b5964510f35167b3e6_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-openshift-apiserver-rhel9@sha256:d7aa582cb99ceaaba2d9da65183a485fab11b0aec41d68b5964510f35167b3e6_arm64"
        },
        "product_reference": "openshift4/ose-openshift-apiserver-rhel9@sha256:d7aa582cb99ceaaba2d9da65183a485fab11b0aec41d68b5964510f35167b3e6_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-openshift-apiserver-rhel9@sha256:dd1be867b630db99ef81dae76668387115f04a9f0c61364f0a6e216d0a28cb05_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-openshift-apiserver-rhel9@sha256:dd1be867b630db99ef81dae76668387115f04a9f0c61364f0a6e216d0a28cb05_amd64"
        },
        "product_reference": "openshift4/ose-openshift-apiserver-rhel9@sha256:dd1be867b630db99ef81dae76668387115f04a9f0c61364f0a6e216d0a28cb05_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-openshift-controller-manager-rhel9@sha256:92b40e2865e79b6c9178e6e94523b9d09149441f5a72276b25951404526e7ae3_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-openshift-controller-manager-rhel9@sha256:92b40e2865e79b6c9178e6e94523b9d09149441f5a72276b25951404526e7ae3_s390x"
        },
        "product_reference": "openshift4/ose-openshift-controller-manager-rhel9@sha256:92b40e2865e79b6c9178e6e94523b9d09149441f5a72276b25951404526e7ae3_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-openshift-controller-manager-rhel9@sha256:9825100ccb4a060d9f37d554a8f9d79dfc8427785eda77610c60ad0feb74c666_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-openshift-controller-manager-rhel9@sha256:9825100ccb4a060d9f37d554a8f9d79dfc8427785eda77610c60ad0feb74c666_amd64"
        },
        "product_reference": "openshift4/ose-openshift-controller-manager-rhel9@sha256:9825100ccb4a060d9f37d554a8f9d79dfc8427785eda77610c60ad0feb74c666_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-openshift-controller-manager-rhel9@sha256:d121f0c03960db28af368e4b864efb220c1be28bfb5f9735813302efd045f4ac_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-openshift-controller-manager-rhel9@sha256:d121f0c03960db28af368e4b864efb220c1be28bfb5f9735813302efd045f4ac_arm64"
        },
        "product_reference": "openshift4/ose-openshift-controller-manager-rhel9@sha256:d121f0c03960db28af368e4b864efb220c1be28bfb5f9735813302efd045f4ac_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-openshift-controller-manager-rhel9@sha256:fbba55058981a9c57d0b273bc8b56b66e164c7fae1bf59d74aaf6ea3656ac59e_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-openshift-controller-manager-rhel9@sha256:fbba55058981a9c57d0b273bc8b56b66e164c7fae1bf59d74aaf6ea3656ac59e_ppc64le"
        },
        "product_reference": "openshift4/ose-openshift-controller-manager-rhel9@sha256:fbba55058981a9c57d0b273bc8b56b66e164c7fae1bf59d74aaf6ea3656ac59e_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-openshift-state-metrics-rhel9@sha256:539c14445c4b7acb91b414f802d93be4cebc24d060b52e06017338fe9075d9b3_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-openshift-state-metrics-rhel9@sha256:539c14445c4b7acb91b414f802d93be4cebc24d060b52e06017338fe9075d9b3_ppc64le"
        },
        "product_reference": "openshift4/ose-openshift-state-metrics-rhel9@sha256:539c14445c4b7acb91b414f802d93be4cebc24d060b52e06017338fe9075d9b3_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-openshift-state-metrics-rhel9@sha256:62724925ca3ab5c18ebd7692e89e41ecf7e0d33176850f67eeae9692a6927cb5_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-openshift-state-metrics-rhel9@sha256:62724925ca3ab5c18ebd7692e89e41ecf7e0d33176850f67eeae9692a6927cb5_amd64"
        },
        "product_reference": "openshift4/ose-openshift-state-metrics-rhel9@sha256:62724925ca3ab5c18ebd7692e89e41ecf7e0d33176850f67eeae9692a6927cb5_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-openshift-state-metrics-rhel9@sha256:8c6bd11088ca925f8faf61dff5bb6655522a8ff6939c146a4126ed5f0690914c_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-openshift-state-metrics-rhel9@sha256:8c6bd11088ca925f8faf61dff5bb6655522a8ff6939c146a4126ed5f0690914c_arm64"
        },
        "product_reference": "openshift4/ose-openshift-state-metrics-rhel9@sha256:8c6bd11088ca925f8faf61dff5bb6655522a8ff6939c146a4126ed5f0690914c_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-openshift-state-metrics-rhel9@sha256:d6a2b5b710ebfc04b22860c62daf56aa7ff85d89a26a8235f95d72346d4e2db6_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-openshift-state-metrics-rhel9@sha256:d6a2b5b710ebfc04b22860c62daf56aa7ff85d89a26a8235f95d72346d4e2db6_s390x"
        },
        "product_reference": "openshift4/ose-openshift-state-metrics-rhel9@sha256:d6a2b5b710ebfc04b22860c62daf56aa7ff85d89a26a8235f95d72346d4e2db6_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:1919474880b196d1905b8dff9587c006b6f273124d02e97f40e2d4ea8d050777_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:1919474880b196d1905b8dff9587c006b6f273124d02e97f40e2d4ea8d050777_arm64"
        },
        "product_reference": "openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:1919474880b196d1905b8dff9587c006b6f273124d02e97f40e2d4ea8d050777_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:213222f7adf001b898109567c42c82d6d9325ee707615caa1ac0fc15fae574f0_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:213222f7adf001b898109567c42c82d6d9325ee707615caa1ac0fc15fae574f0_amd64"
        },
        "product_reference": "openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:213222f7adf001b898109567c42c82d6d9325ee707615caa1ac0fc15fae574f0_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:30ef542720dd4425d7f7fae10dcebe2d5fe6d25105d34261fe754f4cab4a64b6_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:30ef542720dd4425d7f7fae10dcebe2d5fe6d25105d34261fe754f4cab4a64b6_ppc64le"
        },
        "product_reference": "openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:30ef542720dd4425d7f7fae10dcebe2d5fe6d25105d34261fe754f4cab4a64b6_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ec415bdf74f9ce65c23af9e06d591ba78d696f32a7cf249c71804a87895f96ec_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ec415bdf74f9ce65c23af9e06d591ba78d696f32a7cf249c71804a87895f96ec_s390x"
        },
        "product_reference": "openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ec415bdf74f9ce65c23af9e06d591ba78d696f32a7cf249c71804a87895f96ec_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:ba40d8da235fde8e89b6115a1d5f41568fafb4eeddcc38f107e493fef2ea38ae_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:ba40d8da235fde8e89b6115a1d5f41568fafb4eeddcc38f107e493fef2ea38ae_ppc64le"
        },
        "product_reference": "openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:ba40d8da235fde8e89b6115a1d5f41568fafb4eeddcc38f107e493fef2ea38ae_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:bea0b14e279d2c307eb6fdb8dcafa114d9b281ab267c14f7b6151c5b838f80cc_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:bea0b14e279d2c307eb6fdb8dcafa114d9b281ab267c14f7b6151c5b838f80cc_arm64"
        },
        "product_reference": "openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:bea0b14e279d2c307eb6fdb8dcafa114d9b281ab267c14f7b6151c5b838f80cc_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:bed0e7813bdf23482a2c4f14c09a73c84ba62027947ec8e9c57ccd2eccc2c1b9_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:bed0e7813bdf23482a2c4f14c09a73c84ba62027947ec8e9c57ccd2eccc2c1b9_s390x"
        },
        "product_reference": "openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:bed0e7813bdf23482a2c4f14c09a73c84ba62027947ec8e9c57ccd2eccc2c1b9_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c7cab534f6196d76cc1e31b17bde3bf5c3986fcffe7a1c026013012c7ab68c81_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c7cab534f6196d76cc1e31b17bde3bf5c3986fcffe7a1c026013012c7ab68c81_amd64"
        },
        "product_reference": "openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c7cab534f6196d76cc1e31b17bde3bf5c3986fcffe7a1c026013012c7ab68c81_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:47d6f6652a0e3d399c9b26a4954fd3478326c49825863698cf3140c2c3ab9bf9_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:47d6f6652a0e3d399c9b26a4954fd3478326c49825863698cf3140c2c3ab9bf9_arm64"
        },
        "product_reference": "openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:47d6f6652a0e3d399c9b26a4954fd3478326c49825863698cf3140c2c3ab9bf9_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:576677c2baf50fd096f762daa156970e982279275b34814ef52e4be4b511f5ba_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:576677c2baf50fd096f762daa156970e982279275b34814ef52e4be4b511f5ba_s390x"
        },
        "product_reference": "openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:576677c2baf50fd096f762daa156970e982279275b34814ef52e4be4b511f5ba_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:6e6be32bd4a1e3739d0e0f1da3674cd6f74ec5255865dc832d91d41f47283718_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:6e6be32bd4a1e3739d0e0f1da3674cd6f74ec5255865dc832d91d41f47283718_amd64"
        },
        "product_reference": "openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:6e6be32bd4a1e3739d0e0f1da3674cd6f74ec5255865dc832d91d41f47283718_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ff4bf6e903a1af1f494f5e0f43ed6718bcb55557fe9135d0750362bf0e8e6b58_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ff4bf6e903a1af1f494f5e0f43ed6718bcb55557fe9135d0750362bf0e8e6b58_ppc64le"
        },
        "product_reference": "openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ff4bf6e903a1af1f494f5e0f43ed6718bcb55557fe9135d0750362bf0e8e6b58_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:1ef9d43e45303b56e96f1fd2b5d63cb185ad3373fe516730a5b0b98b6947395d_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:1ef9d43e45303b56e96f1fd2b5d63cb185ad3373fe516730a5b0b98b6947395d_ppc64le"
        },
        "product_reference": "openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:1ef9d43e45303b56e96f1fd2b5d63cb185ad3373fe516730a5b0b98b6947395d_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:5f7747f4d324cf90dc48d2bc20d76c2625fd2dcaa3d6478898dcc55d1f8984ad_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:5f7747f4d324cf90dc48d2bc20d76c2625fd2dcaa3d6478898dcc55d1f8984ad_s390x"
        },
        "product_reference": "openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:5f7747f4d324cf90dc48d2bc20d76c2625fd2dcaa3d6478898dcc55d1f8984ad_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:8d30cc94f2e8512406aba31083e31e155c9f568838343e56864579dece7bff31_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:8d30cc94f2e8512406aba31083e31e155c9f568838343e56864579dece7bff31_arm64"
        },
        "product_reference": "openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:8d30cc94f2e8512406aba31083e31e155c9f568838343e56864579dece7bff31_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:ba3ced5cd94c0bcc2a3295ce47dc28a60078d7db8c4edf2bc8d6f5b12d573879_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:ba3ced5cd94c0bcc2a3295ce47dc28a60078d7db8c4edf2bc8d6f5b12d573879_amd64"
        },
        "product_reference": "openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:ba3ced5cd94c0bcc2a3295ce47dc28a60078d7db8c4edf2bc8d6f5b12d573879_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-operator-framework-tools-rhel9@sha256:5abbe0d3aa1d5dd9296e795465ddd5a117c466606481a418b2846c435ffeffad_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-operator-framework-tools-rhel9@sha256:5abbe0d3aa1d5dd9296e795465ddd5a117c466606481a418b2846c435ffeffad_amd64"
        },
        "product_reference": "openshift4/ose-operator-framework-tools-rhel9@sha256:5abbe0d3aa1d5dd9296e795465ddd5a117c466606481a418b2846c435ffeffad_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-operator-framework-tools-rhel9@sha256:9c53f361a67e96e64b5cb912c0af0a1b3e18cb3bd428084d5cb1e8f6860855c8_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-operator-framework-tools-rhel9@sha256:9c53f361a67e96e64b5cb912c0af0a1b3e18cb3bd428084d5cb1e8f6860855c8_arm64"
        },
        "product_reference": "openshift4/ose-operator-framework-tools-rhel9@sha256:9c53f361a67e96e64b5cb912c0af0a1b3e18cb3bd428084d5cb1e8f6860855c8_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-operator-framework-tools-rhel9@sha256:c187541b8c1b8a589645a608ed79b43f9e6911116faee1c50ca8a0a30a4d3738_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-operator-framework-tools-rhel9@sha256:c187541b8c1b8a589645a608ed79b43f9e6911116faee1c50ca8a0a30a4d3738_ppc64le"
        },
        "product_reference": "openshift4/ose-operator-framework-tools-rhel9@sha256:c187541b8c1b8a589645a608ed79b43f9e6911116faee1c50ca8a0a30a4d3738_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-operator-framework-tools-rhel9@sha256:feabd407ff0094dd9102e3c78cf94852ab6e700fe7f906fdd32d6a211232b16e_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-operator-framework-tools-rhel9@sha256:feabd407ff0094dd9102e3c78cf94852ab6e700fe7f906fdd32d6a211232b16e_s390x"
        },
        "product_reference": "openshift4/ose-operator-framework-tools-rhel9@sha256:feabd407ff0094dd9102e3c78cf94852ab6e700fe7f906fdd32d6a211232b16e_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-operator-lifecycle-manager-rhel9@sha256:01b59bfe4a9c7489011c71dd8a35ae2ef81f81c4a23dbb2117b6126964f1da2b_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:01b59bfe4a9c7489011c71dd8a35ae2ef81f81c4a23dbb2117b6126964f1da2b_amd64"
        },
        "product_reference": "openshift4/ose-operator-lifecycle-manager-rhel9@sha256:01b59bfe4a9c7489011c71dd8a35ae2ef81f81c4a23dbb2117b6126964f1da2b_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0783189d5b07855bce1a32115fae430958ccaa7951bb6405eded7e3aa572ee17_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0783189d5b07855bce1a32115fae430958ccaa7951bb6405eded7e3aa572ee17_s390x"
        },
        "product_reference": "openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0783189d5b07855bce1a32115fae430958ccaa7951bb6405eded7e3aa572ee17_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d7dbfed38bbc7511c43814e7d06a7c120b4a62adf724461c76154a37cd37796a_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d7dbfed38bbc7511c43814e7d06a7c120b4a62adf724461c76154a37cd37796a_ppc64le"
        },
        "product_reference": "openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d7dbfed38bbc7511c43814e7d06a7c120b4a62adf724461c76154a37cd37796a_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f7e781c6a21c4b8fa25630d174362d62d69dda2911dd033f7729923b26ecb483_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f7e781c6a21c4b8fa25630d174362d62d69dda2911dd033f7729923b26ecb483_arm64"
        },
        "product_reference": "openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f7e781c6a21c4b8fa25630d174362d62d69dda2911dd033f7729923b26ecb483_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-operator-marketplace-rhel9@sha256:072e15ae931425b07953efa32a39b4312805dd12889af0f731c9b04238a21c11_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-operator-marketplace-rhel9@sha256:072e15ae931425b07953efa32a39b4312805dd12889af0f731c9b04238a21c11_s390x"
        },
        "product_reference": "openshift4/ose-operator-marketplace-rhel9@sha256:072e15ae931425b07953efa32a39b4312805dd12889af0f731c9b04238a21c11_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-operator-marketplace-rhel9@sha256:2d413b3ece4cbb46f6a682333ed06a22857271e211acc6f704059eb20bfe01d9_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-operator-marketplace-rhel9@sha256:2d413b3ece4cbb46f6a682333ed06a22857271e211acc6f704059eb20bfe01d9_arm64"
        },
        "product_reference": "openshift4/ose-operator-marketplace-rhel9@sha256:2d413b3ece4cbb46f6a682333ed06a22857271e211acc6f704059eb20bfe01d9_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-operator-marketplace-rhel9@sha256:7c57bddae38c037d1848a509ba7c4e5831632581439f90865422151a90c7ade5_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-operator-marketplace-rhel9@sha256:7c57bddae38c037d1848a509ba7c4e5831632581439f90865422151a90c7ade5_ppc64le"
        },
        "product_reference": "openshift4/ose-operator-marketplace-rhel9@sha256:7c57bddae38c037d1848a509ba7c4e5831632581439f90865422151a90c7ade5_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-operator-marketplace-rhel9@sha256:bd541bcc12678de1a652a602a29623a9dbb8640cd4b88ed2e458d352d0b0039a_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-operator-marketplace-rhel9@sha256:bd541bcc12678de1a652a602a29623a9dbb8640cd4b88ed2e458d352d0b0039a_amd64"
        },
        "product_reference": "openshift4/ose-operator-marketplace-rhel9@sha256:bd541bcc12678de1a652a602a29623a9dbb8640cd4b88ed2e458d352d0b0039a_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-operator-registry-rhel9@sha256:12875248fd37b9d1fa4afd238ce78aa147fd2d0dd9708436fc01ac28243c425b_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-operator-registry-rhel9@sha256:12875248fd37b9d1fa4afd238ce78aa147fd2d0dd9708436fc01ac28243c425b_ppc64le"
        },
        "product_reference": "openshift4/ose-operator-registry-rhel9@sha256:12875248fd37b9d1fa4afd238ce78aa147fd2d0dd9708436fc01ac28243c425b_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-operator-registry-rhel9@sha256:3aae32132cb3da00d75d456bb422fb71a45091672a0673bddd75b823cdb01242_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-operator-registry-rhel9@sha256:3aae32132cb3da00d75d456bb422fb71a45091672a0673bddd75b823cdb01242_arm64"
        },
        "product_reference": "openshift4/ose-operator-registry-rhel9@sha256:3aae32132cb3da00d75d456bb422fb71a45091672a0673bddd75b823cdb01242_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-operator-registry-rhel9@sha256:43d4206cbd9d2a25d53077443478f65e85cbba2f9d1fbc765446de1929437bff_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-operator-registry-rhel9@sha256:43d4206cbd9d2a25d53077443478f65e85cbba2f9d1fbc765446de1929437bff_amd64"
        },
        "product_reference": "openshift4/ose-operator-registry-rhel9@sha256:43d4206cbd9d2a25d53077443478f65e85cbba2f9d1fbc765446de1929437bff_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-operator-registry-rhel9@sha256:894819babdbe3e6a04f63d8a6ec52bfd0ed1503c25ebbb6241535e5f5fa90b36_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-operator-registry-rhel9@sha256:894819babdbe3e6a04f63d8a6ec52bfd0ed1503c25ebbb6241535e5f5fa90b36_s390x"
        },
        "product_reference": "openshift4/ose-operator-registry-rhel9@sha256:894819babdbe3e6a04f63d8a6ec52bfd0ed1503c25ebbb6241535e5f5fa90b36_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:43f19aac756eb00b63d12521f353df83d79086751715e23f2c773880f85221ea_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:43f19aac756eb00b63d12521f353df83d79086751715e23f2c773880f85221ea_s390x"
        },
        "product_reference": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:43f19aac756eb00b63d12521f353df83d79086751715e23f2c773880f85221ea_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:48a8ad863bc40447db23818df0da3b6c765011ba81eacf4b7116026a06358bf9_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:48a8ad863bc40447db23818df0da3b6c765011ba81eacf4b7116026a06358bf9_arm64"
        },
        "product_reference": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:48a8ad863bc40447db23818df0da3b6c765011ba81eacf4b7116026a06358bf9_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d42d85915e158a7ba41ab7c855ebbff6a5e6594bbe9e002190b5966507552c2c_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d42d85915e158a7ba41ab7c855ebbff6a5e6594bbe9e002190b5966507552c2c_amd64"
        },
        "product_reference": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d42d85915e158a7ba41ab7c855ebbff6a5e6594bbe9e002190b5966507552c2c_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e96efaf0fcff6a640c9a5d66922694ef5e30d2d6bc3b2edf1a4900e283174a1c_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e96efaf0fcff6a640c9a5d66922694ef5e30d2d6bc3b2edf1a4900e283174a1c_ppc64le"
        },
        "product_reference": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e96efaf0fcff6a640c9a5d66922694ef5e30d2d6bc3b2edf1a4900e283174a1c_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-ovn-kubernetes-rhel9@sha256:2bade31f6bbac52b4916f47431126c735efb2f98db4a69a5d6839ae731803dc1_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:2bade31f6bbac52b4916f47431126c735efb2f98db4a69a5d6839ae731803dc1_ppc64le"
        },
        "product_reference": "openshift4/ose-ovn-kubernetes-rhel9@sha256:2bade31f6bbac52b4916f47431126c735efb2f98db4a69a5d6839ae731803dc1_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-ovn-kubernetes-rhel9@sha256:704105b2136fe017ee9402ccf0109e295b2e73462311470fd97aaeb4768b01f8_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:704105b2136fe017ee9402ccf0109e295b2e73462311470fd97aaeb4768b01f8_arm64"
        },
        "product_reference": "openshift4/ose-ovn-kubernetes-rhel9@sha256:704105b2136fe017ee9402ccf0109e295b2e73462311470fd97aaeb4768b01f8_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-ovn-kubernetes-rhel9@sha256:7a6d7d84e63cdab1cf92a6d022168a620a22f5e8ae898f7b972871bf76287886_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:7a6d7d84e63cdab1cf92a6d022168a620a22f5e8ae898f7b972871bf76287886_amd64"
        },
        "product_reference": "openshift4/ose-ovn-kubernetes-rhel9@sha256:7a6d7d84e63cdab1cf92a6d022168a620a22f5e8ae898f7b972871bf76287886_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-ovn-kubernetes-rhel9@sha256:8f896cdb945435f3f03a813b857d4cb1ffe1f0d6015ce9b776954a0f0cc9558f_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:8f896cdb945435f3f03a813b857d4cb1ffe1f0d6015ce9b776954a0f0cc9558f_s390x"
        },
        "product_reference": "openshift4/ose-ovn-kubernetes-rhel9@sha256:8f896cdb945435f3f03a813b857d4cb1ffe1f0d6015ce9b776954a0f0cc9558f_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-pod-rhel9@sha256:347e4a105a4f2589980d2e9fae9f57a5ce86bee3c96819d397f219a82f64e3b8_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-pod-rhel9@sha256:347e4a105a4f2589980d2e9fae9f57a5ce86bee3c96819d397f219a82f64e3b8_amd64"
        },
        "product_reference": "openshift4/ose-pod-rhel9@sha256:347e4a105a4f2589980d2e9fae9f57a5ce86bee3c96819d397f219a82f64e3b8_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-pod-rhel9@sha256:d55bc674b70cafddc0cfb861bf0cdc64415cd01d4d42d71bae31f5a909cf27ee_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-pod-rhel9@sha256:d55bc674b70cafddc0cfb861bf0cdc64415cd01d4d42d71bae31f5a909cf27ee_ppc64le"
        },
        "product_reference": "openshift4/ose-pod-rhel9@sha256:d55bc674b70cafddc0cfb861bf0cdc64415cd01d4d42d71bae31f5a909cf27ee_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-pod-rhel9@sha256:eac0005dbc866e009c245646876cdcd01ec5fd0abda2145c3cd506f1fbef139e_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-pod-rhel9@sha256:eac0005dbc866e009c245646876cdcd01ec5fd0abda2145c3cd506f1fbef139e_arm64"
        },
        "product_reference": "openshift4/ose-pod-rhel9@sha256:eac0005dbc866e009c245646876cdcd01ec5fd0abda2145c3cd506f1fbef139e_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-pod-rhel9@sha256:ec5c3c9ec4adbb7f15dd2c1ad7f8482a634d4d6db2379c15341b772ee1cb7e15_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-pod-rhel9@sha256:ec5c3c9ec4adbb7f15dd2c1ad7f8482a634d4d6db2379c15341b772ee1cb7e15_s390x"
        },
        "product_reference": "openshift4/ose-pod-rhel9@sha256:ec5c3c9ec4adbb7f15dd2c1ad7f8482a634d4d6db2379c15341b772ee1cb7e15_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:07248406477642eccb6adecec3aec409bae0e04598a7252e771dfa87368e4c91_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:07248406477642eccb6adecec3aec409bae0e04598a7252e771dfa87368e4c91_ppc64le"
        },
        "product_reference": "openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:07248406477642eccb6adecec3aec409bae0e04598a7252e771dfa87368e4c91_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:9fdf5e3812eef56895b938f68f8d148c2888158d01fcd817ef8292deff66fc34_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:9fdf5e3812eef56895b938f68f8d148c2888158d01fcd817ef8292deff66fc34_amd64"
        },
        "product_reference": "openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:9fdf5e3812eef56895b938f68f8d148c2888158d01fcd817ef8292deff66fc34_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-powervs-block-csi-driver-rhel9@sha256:0e89e02535502b0390ca0c4ab8162b78c68af02974955d735536a1872b48c189_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-powervs-block-csi-driver-rhel9@sha256:0e89e02535502b0390ca0c4ab8162b78c68af02974955d735536a1872b48c189_ppc64le"
        },
        "product_reference": "openshift4/ose-powervs-block-csi-driver-rhel9@sha256:0e89e02535502b0390ca0c4ab8162b78c68af02974955d735536a1872b48c189_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-powervs-block-csi-driver-rhel9@sha256:d08894b4f991791b4f1a1603c215538b1b6ebed430e07533287abf86baa2c3cd_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-powervs-block-csi-driver-rhel9@sha256:d08894b4f991791b4f1a1603c215538b1b6ebed430e07533287abf86baa2c3cd_amd64"
        },
        "product_reference": "openshift4/ose-powervs-block-csi-driver-rhel9@sha256:d08894b4f991791b4f1a1603c215538b1b6ebed430e07533287abf86baa2c3cd_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:1fee47031672c49bcfa735489ab08fd4be10995234ecc97e7b51733d4170df96_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:1fee47031672c49bcfa735489ab08fd4be10995234ecc97e7b51733d4170df96_ppc64le"
        },
        "product_reference": "openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:1fee47031672c49bcfa735489ab08fd4be10995234ecc97e7b51733d4170df96_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:5ce97b705cd6ea00a6d5517f13e468c0b2bbe902d425ec3048d90d7dbdc7bedf_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:5ce97b705cd6ea00a6d5517f13e468c0b2bbe902d425ec3048d90d7dbdc7bedf_amd64"
        },
        "product_reference": "openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:5ce97b705cd6ea00a6d5517f13e468c0b2bbe902d425ec3048d90d7dbdc7bedf_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-powervs-machine-controllers-rhel9@sha256:548abf5b9f1cb92a916d8c6beb588f81ebc40d33412e7383d3a1bfc602ed38b2_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-powervs-machine-controllers-rhel9@sha256:548abf5b9f1cb92a916d8c6beb588f81ebc40d33412e7383d3a1bfc602ed38b2_ppc64le"
        },
        "product_reference": "openshift4/ose-powervs-machine-controllers-rhel9@sha256:548abf5b9f1cb92a916d8c6beb588f81ebc40d33412e7383d3a1bfc602ed38b2_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-powervs-machine-controllers-rhel9@sha256:7f96b42095d100141a2bbd7ac8cad14562cac3c186b26d00d0fc81880b093f07_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-powervs-machine-controllers-rhel9@sha256:7f96b42095d100141a2bbd7ac8cad14562cac3c186b26d00d0fc81880b093f07_amd64"
        },
        "product_reference": "openshift4/ose-powervs-machine-controllers-rhel9@sha256:7f96b42095d100141a2bbd7ac8cad14562cac3c186b26d00d0fc81880b093f07_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-prom-label-proxy-rhel9@sha256:209f1a13d11f995c49b36e2db96d61470e6742824619b6957a4b7390b1d5dc52_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-prom-label-proxy-rhel9@sha256:209f1a13d11f995c49b36e2db96d61470e6742824619b6957a4b7390b1d5dc52_arm64"
        },
        "product_reference": "openshift4/ose-prom-label-proxy-rhel9@sha256:209f1a13d11f995c49b36e2db96d61470e6742824619b6957a4b7390b1d5dc52_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-prom-label-proxy-rhel9@sha256:222f568c31ab36aa4a0684274584e66aee149db5be50eb79691c7636fbc8aff3_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-prom-label-proxy-rhel9@sha256:222f568c31ab36aa4a0684274584e66aee149db5be50eb79691c7636fbc8aff3_s390x"
        },
        "product_reference": "openshift4/ose-prom-label-proxy-rhel9@sha256:222f568c31ab36aa4a0684274584e66aee149db5be50eb79691c7636fbc8aff3_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-prom-label-proxy-rhel9@sha256:db3b3649eec224de4af5c5223bf4928f8e302c5f54ec9d501ce8bb71c3c627a3_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-prom-label-proxy-rhel9@sha256:db3b3649eec224de4af5c5223bf4928f8e302c5f54ec9d501ce8bb71c3c627a3_amd64"
        },
        "product_reference": "openshift4/ose-prom-label-proxy-rhel9@sha256:db3b3649eec224de4af5c5223bf4928f8e302c5f54ec9d501ce8bb71c3c627a3_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-prom-label-proxy-rhel9@sha256:dff520a6cfdb27ad2ce31301aa3d74275ea7e13fc39749c77118c4fa74255604_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-prom-label-proxy-rhel9@sha256:dff520a6cfdb27ad2ce31301aa3d74275ea7e13fc39749c77118c4fa74255604_ppc64le"
        },
        "product_reference": "openshift4/ose-prom-label-proxy-rhel9@sha256:dff520a6cfdb27ad2ce31301aa3d74275ea7e13fc39749c77118c4fa74255604_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-prometheus-alertmanager-rhel9@sha256:1eb0d7754525580a289e18bd58efa44b769c9f8f3e1c362381756daa615fc6ed_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-prometheus-alertmanager-rhel9@sha256:1eb0d7754525580a289e18bd58efa44b769c9f8f3e1c362381756daa615fc6ed_arm64"
        },
        "product_reference": "openshift4/ose-prometheus-alertmanager-rhel9@sha256:1eb0d7754525580a289e18bd58efa44b769c9f8f3e1c362381756daa615fc6ed_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-prometheus-alertmanager-rhel9@sha256:30cc60b9273b07c493b3156ef278830bffeb109dba7c7c0517e0347ccd480631_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-prometheus-alertmanager-rhel9@sha256:30cc60b9273b07c493b3156ef278830bffeb109dba7c7c0517e0347ccd480631_s390x"
        },
        "product_reference": "openshift4/ose-prometheus-alertmanager-rhel9@sha256:30cc60b9273b07c493b3156ef278830bffeb109dba7c7c0517e0347ccd480631_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-prometheus-alertmanager-rhel9@sha256:693a75146dc6f1436bc4998d59185e379a695b57c7e9d20945e84589fb142d6d_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-prometheus-alertmanager-rhel9@sha256:693a75146dc6f1436bc4998d59185e379a695b57c7e9d20945e84589fb142d6d_amd64"
        },
        "product_reference": "openshift4/ose-prometheus-alertmanager-rhel9@sha256:693a75146dc6f1436bc4998d59185e379a695b57c7e9d20945e84589fb142d6d_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-prometheus-alertmanager-rhel9@sha256:bb6af93d177a604520ef035bfe3617985f7a217784d20a4cd180dddae75e6949_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-prometheus-alertmanager-rhel9@sha256:bb6af93d177a604520ef035bfe3617985f7a217784d20a4cd180dddae75e6949_ppc64le"
        },
        "product_reference": "openshift4/ose-prometheus-alertmanager-rhel9@sha256:bb6af93d177a604520ef035bfe3617985f7a217784d20a4cd180dddae75e6949_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-prometheus-config-reloader-rhel9@sha256:079aabce1be013d247160482720526bc7070b857c9bdc3311e16ec4b7946bb90_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-prometheus-config-reloader-rhel9@sha256:079aabce1be013d247160482720526bc7070b857c9bdc3311e16ec4b7946bb90_arm64"
        },
        "product_reference": "openshift4/ose-prometheus-config-reloader-rhel9@sha256:079aabce1be013d247160482720526bc7070b857c9bdc3311e16ec4b7946bb90_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-prometheus-config-reloader-rhel9@sha256:366ea0de608f0dc4890208515d89a6c01a56aaa32d54ba04dfc1cebcd0aa1940_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-prometheus-config-reloader-rhel9@sha256:366ea0de608f0dc4890208515d89a6c01a56aaa32d54ba04dfc1cebcd0aa1940_ppc64le"
        },
        "product_reference": "openshift4/ose-prometheus-config-reloader-rhel9@sha256:366ea0de608f0dc4890208515d89a6c01a56aaa32d54ba04dfc1cebcd0aa1940_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-prometheus-config-reloader-rhel9@sha256:41b569ce3bab77e814d2f2dbe5252a55b22cca84ac1d0fac985d3ebbfdbacba0_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-prometheus-config-reloader-rhel9@sha256:41b569ce3bab77e814d2f2dbe5252a55b22cca84ac1d0fac985d3ebbfdbacba0_s390x"
        },
        "product_reference": "openshift4/ose-prometheus-config-reloader-rhel9@sha256:41b569ce3bab77e814d2f2dbe5252a55b22cca84ac1d0fac985d3ebbfdbacba0_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-prometheus-config-reloader-rhel9@sha256:a8739133a6616a7a34ef4cbd7eeb731b3839d4e5ac4d5f2ef52894b493b0503e_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-prometheus-config-reloader-rhel9@sha256:a8739133a6616a7a34ef4cbd7eeb731b3839d4e5ac4d5f2ef52894b493b0503e_amd64"
        },
        "product_reference": "openshift4/ose-prometheus-config-reloader-rhel9@sha256:a8739133a6616a7a34ef4cbd7eeb731b3839d4e5ac4d5f2ef52894b493b0503e_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-prometheus-node-exporter-rhel9@sha256:066cc860301397a054a7418b105c25230a2180e557d7b093b8234e375ef7338d_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-prometheus-node-exporter-rhel9@sha256:066cc860301397a054a7418b105c25230a2180e557d7b093b8234e375ef7338d_arm64"
        },
        "product_reference": "openshift4/ose-prometheus-node-exporter-rhel9@sha256:066cc860301397a054a7418b105c25230a2180e557d7b093b8234e375ef7338d_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-prometheus-node-exporter-rhel9@sha256:0fe50ce4c7264d9ec532e587c9846b0070b22522066816679f08a5a07111942c_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-prometheus-node-exporter-rhel9@sha256:0fe50ce4c7264d9ec532e587c9846b0070b22522066816679f08a5a07111942c_s390x"
        },
        "product_reference": "openshift4/ose-prometheus-node-exporter-rhel9@sha256:0fe50ce4c7264d9ec532e587c9846b0070b22522066816679f08a5a07111942c_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-prometheus-node-exporter-rhel9@sha256:8292247806e2520a54b4170aa69da7f20b93b2420df976dbd2f5e92735100c2a_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-prometheus-node-exporter-rhel9@sha256:8292247806e2520a54b4170aa69da7f20b93b2420df976dbd2f5e92735100c2a_ppc64le"
        },
        "product_reference": "openshift4/ose-prometheus-node-exporter-rhel9@sha256:8292247806e2520a54b4170aa69da7f20b93b2420df976dbd2f5e92735100c2a_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-prometheus-node-exporter-rhel9@sha256:ba960fd338ec7abcc2a936137587076f80ec113a081be8d1df91fec8d3ce09df_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-prometheus-node-exporter-rhel9@sha256:ba960fd338ec7abcc2a936137587076f80ec113a081be8d1df91fec8d3ce09df_amd64"
        },
        "product_reference": "openshift4/ose-prometheus-node-exporter-rhel9@sha256:ba960fd338ec7abcc2a936137587076f80ec113a081be8d1df91fec8d3ce09df_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:487f00e5cc33440966f68b490b6ba8d0da0462f2bb5f94455807bf9a30ddc368_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:487f00e5cc33440966f68b490b6ba8d0da0462f2bb5f94455807bf9a30ddc368_ppc64le"
        },
        "product_reference": "openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:487f00e5cc33440966f68b490b6ba8d0da0462f2bb5f94455807bf9a30ddc368_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b064cb6d4991fa87e75776f37bb8602d006e296d213f5bbd6b47c6de2903f152_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b064cb6d4991fa87e75776f37bb8602d006e296d213f5bbd6b47c6de2903f152_amd64"
        },
        "product_reference": "openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b064cb6d4991fa87e75776f37bb8602d006e296d213f5bbd6b47c6de2903f152_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b39a4b9a4f8a91b7976f2ce02303b05b38a583291a4ebfba1b08d999fc108d90_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b39a4b9a4f8a91b7976f2ce02303b05b38a583291a4ebfba1b08d999fc108d90_arm64"
        },
        "product_reference": "openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b39a4b9a4f8a91b7976f2ce02303b05b38a583291a4ebfba1b08d999fc108d90_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:cb10c1fbc87bfe3fd48c9c7834bb44be8e808d9ad10ef42c6483681fac9a8524_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:cb10c1fbc87bfe3fd48c9c7834bb44be8e808d9ad10ef42c6483681fac9a8524_s390x"
        },
        "product_reference": "openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:cb10c1fbc87bfe3fd48c9c7834bb44be8e808d9ad10ef42c6483681fac9a8524_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-prometheus-rhel9-operator@sha256:3b0a31d3ac49250fb165866dd1ea03ea7914692a09d7bc6514e516e1cdd5639d_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-prometheus-rhel9-operator@sha256:3b0a31d3ac49250fb165866dd1ea03ea7914692a09d7bc6514e516e1cdd5639d_s390x"
        },
        "product_reference": "openshift4/ose-prometheus-rhel9-operator@sha256:3b0a31d3ac49250fb165866dd1ea03ea7914692a09d7bc6514e516e1cdd5639d_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-prometheus-rhel9-operator@sha256:717067cfb00313dad5317b564008a9b245649d001736074009045a7fbb3d1cb9_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-prometheus-rhel9-operator@sha256:717067cfb00313dad5317b564008a9b245649d001736074009045a7fbb3d1cb9_arm64"
        },
        "product_reference": "openshift4/ose-prometheus-rhel9-operator@sha256:717067cfb00313dad5317b564008a9b245649d001736074009045a7fbb3d1cb9_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-prometheus-rhel9-operator@sha256:c0d1e70914880e19b13f1c899623c78b880777ffd0d54f813a8c78f2f172a4d2_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-prometheus-rhel9-operator@sha256:c0d1e70914880e19b13f1c899623c78b880777ffd0d54f813a8c78f2f172a4d2_amd64"
        },
        "product_reference": "openshift4/ose-prometheus-rhel9-operator@sha256:c0d1e70914880e19b13f1c899623c78b880777ffd0d54f813a8c78f2f172a4d2_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-prometheus-rhel9-operator@sha256:ca2cae619e6e83733a803335a113e09ac6bb9c1c235ed0c1ab05fd7e8441f5b2_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-prometheus-rhel9-operator@sha256:ca2cae619e6e83733a803335a113e09ac6bb9c1c235ed0c1ab05fd7e8441f5b2_ppc64le"
        },
        "product_reference": "openshift4/ose-prometheus-rhel9-operator@sha256:ca2cae619e6e83733a803335a113e09ac6bb9c1c235ed0c1ab05fd7e8441f5b2_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-prometheus-rhel9@sha256:033caa3d2b728c32e63c7de347646938d304ac0ff2c490aa35d7e85e63236cc3_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-prometheus-rhel9@sha256:033caa3d2b728c32e63c7de347646938d304ac0ff2c490aa35d7e85e63236cc3_ppc64le"
        },
        "product_reference": "openshift4/ose-prometheus-rhel9@sha256:033caa3d2b728c32e63c7de347646938d304ac0ff2c490aa35d7e85e63236cc3_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-prometheus-rhel9@sha256:2cd0c0d30cdd42e4b78859bfdc5bb5dc500691e69efad403f6cbbea854564df6_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-prometheus-rhel9@sha256:2cd0c0d30cdd42e4b78859bfdc5bb5dc500691e69efad403f6cbbea854564df6_s390x"
        },
        "product_reference": "openshift4/ose-prometheus-rhel9@sha256:2cd0c0d30cdd42e4b78859bfdc5bb5dc500691e69efad403f6cbbea854564df6_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-prometheus-rhel9@sha256:3eba98811dbd189733d9e1ea7ac94c175b90b5e35d5f58c27aaa313caeaf3b35_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-prometheus-rhel9@sha256:3eba98811dbd189733d9e1ea7ac94c175b90b5e35d5f58c27aaa313caeaf3b35_arm64"
        },
        "product_reference": "openshift4/ose-prometheus-rhel9@sha256:3eba98811dbd189733d9e1ea7ac94c175b90b5e35d5f58c27aaa313caeaf3b35_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-prometheus-rhel9@sha256:409cb025e1929cca3e65ff7ea79efc7f16b546fabcc93ebc0b7c98219cc4d7a7_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-prometheus-rhel9@sha256:409cb025e1929cca3e65ff7ea79efc7f16b546fabcc93ebc0b7c98219cc4d7a7_amd64"
        },
        "product_reference": "openshift4/ose-prometheus-rhel9@sha256:409cb025e1929cca3e65ff7ea79efc7f16b546fabcc93ebc0b7c98219cc4d7a7_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-service-ca-rhel9-operator@sha256:0a3d510a717ae3bf99d94b4987185b70445998ecb26e91b5136e547a8d457cb4_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-service-ca-rhel9-operator@sha256:0a3d510a717ae3bf99d94b4987185b70445998ecb26e91b5136e547a8d457cb4_arm64"
        },
        "product_reference": "openshift4/ose-service-ca-rhel9-operator@sha256:0a3d510a717ae3bf99d94b4987185b70445998ecb26e91b5136e547a8d457cb4_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-service-ca-rhel9-operator@sha256:3b1680ab1e489cd414065f3d52149fb34147fef2888f4da3633c30936690dcb2_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-service-ca-rhel9-operator@sha256:3b1680ab1e489cd414065f3d52149fb34147fef2888f4da3633c30936690dcb2_ppc64le"
        },
        "product_reference": "openshift4/ose-service-ca-rhel9-operator@sha256:3b1680ab1e489cd414065f3d52149fb34147fef2888f4da3633c30936690dcb2_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-service-ca-rhel9-operator@sha256:9dbbf7be716430d0be120617233a7de552e4937248315de9f6c6f794100db3c1_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-service-ca-rhel9-operator@sha256:9dbbf7be716430d0be120617233a7de552e4937248315de9f6c6f794100db3c1_s390x"
        },
        "product_reference": "openshift4/ose-service-ca-rhel9-operator@sha256:9dbbf7be716430d0be120617233a7de552e4937248315de9f6c6f794100db3c1_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-service-ca-rhel9-operator@sha256:ba873fccc64591a61d5a0f0d16ebcbc040532e8e16309b183395beba4e8f94ef_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-service-ca-rhel9-operator@sha256:ba873fccc64591a61d5a0f0d16ebcbc040532e8e16309b183395beba4e8f94ef_amd64"
        },
        "product_reference": "openshift4/ose-service-ca-rhel9-operator@sha256:ba873fccc64591a61d5a0f0d16ebcbc040532e8e16309b183395beba4e8f94ef_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-telemeter-rhel9@sha256:03554a4e07a0aa9debd4b2c5e31ba7a2abd48864f6e21ed8edd758e397ecb9e3_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-telemeter-rhel9@sha256:03554a4e07a0aa9debd4b2c5e31ba7a2abd48864f6e21ed8edd758e397ecb9e3_ppc64le"
        },
        "product_reference": "openshift4/ose-telemeter-rhel9@sha256:03554a4e07a0aa9debd4b2c5e31ba7a2abd48864f6e21ed8edd758e397ecb9e3_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-telemeter-rhel9@sha256:53b2672ec495dc7dfe61774d5ae111c18e2444c2e9a97a9a5588f5ff659cd048_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-telemeter-rhel9@sha256:53b2672ec495dc7dfe61774d5ae111c18e2444c2e9a97a9a5588f5ff659cd048_s390x"
        },
        "product_reference": "openshift4/ose-telemeter-rhel9@sha256:53b2672ec495dc7dfe61774d5ae111c18e2444c2e9a97a9a5588f5ff659cd048_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-telemeter-rhel9@sha256:93a0c6f59c4f920371c1210668bc5c0a9d6fca17dfe978d8427f772464e16af4_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-telemeter-rhel9@sha256:93a0c6f59c4f920371c1210668bc5c0a9d6fca17dfe978d8427f772464e16af4_amd64"
        },
        "product_reference": "openshift4/ose-telemeter-rhel9@sha256:93a0c6f59c4f920371c1210668bc5c0a9d6fca17dfe978d8427f772464e16af4_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-telemeter-rhel9@sha256:b68407ef2bf389d6ee95a12b49b6d5e3a338ca0b02c0c4c3455ef7e4c4cce81a_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-telemeter-rhel9@sha256:b68407ef2bf389d6ee95a12b49b6d5e3a338ca0b02c0c4c3455ef7e4c4cce81a_arm64"
        },
        "product_reference": "openshift4/ose-telemeter-rhel9@sha256:b68407ef2bf389d6ee95a12b49b6d5e3a338ca0b02c0c4c3455ef7e4c4cce81a_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-tests-rhel9@sha256:6c29ecd0e1de7ddd55fe5429a3fc772022ec55dcb09d163fe37e732b611e19d1_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:6c29ecd0e1de7ddd55fe5429a3fc772022ec55dcb09d163fe37e732b611e19d1_arm64"
        },
        "product_reference": "openshift4/ose-tests-rhel9@sha256:6c29ecd0e1de7ddd55fe5429a3fc772022ec55dcb09d163fe37e732b611e19d1_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-tests-rhel9@sha256:91bdfd2dfa408a28a625c9697731b50eb4afed0ea2bf5f6e83e4a2b9bf42fc49_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:91bdfd2dfa408a28a625c9697731b50eb4afed0ea2bf5f6e83e4a2b9bf42fc49_ppc64le"
        },
        "product_reference": "openshift4/ose-tests-rhel9@sha256:91bdfd2dfa408a28a625c9697731b50eb4afed0ea2bf5f6e83e4a2b9bf42fc49_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-tests-rhel9@sha256:a7c46f07c35d038170ce529369d58b7c848973e9b1e0c52cd50a687a758e85c8_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:a7c46f07c35d038170ce529369d58b7c848973e9b1e0c52cd50a687a758e85c8_amd64"
        },
        "product_reference": "openshift4/ose-tests-rhel9@sha256:a7c46f07c35d038170ce529369d58b7c848973e9b1e0c52cd50a687a758e85c8_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-tests-rhel9@sha256:e447e1d980df7586105ca637b17bdad12b3f3884a6cd26c8a8b0482e02648c46_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:e447e1d980df7586105ca637b17bdad12b3f3884a6cd26c8a8b0482e02648c46_s390x"
        },
        "product_reference": "openshift4/ose-tests-rhel9@sha256:e447e1d980df7586105ca637b17bdad12b3f3884a6cd26c8a8b0482e02648c46_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-thanos-rhel9@sha256:171a666373eefa0b34cc77d1c1e1361020055746c641f81bdf55581304ef1a45_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-thanos-rhel9@sha256:171a666373eefa0b34cc77d1c1e1361020055746c641f81bdf55581304ef1a45_amd64"
        },
        "product_reference": "openshift4/ose-thanos-rhel9@sha256:171a666373eefa0b34cc77d1c1e1361020055746c641f81bdf55581304ef1a45_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-thanos-rhel9@sha256:2260556b4aa73441c868313ad67b4ec14af256a81f2c94dd174a60c322f65879_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-thanos-rhel9@sha256:2260556b4aa73441c868313ad67b4ec14af256a81f2c94dd174a60c322f65879_arm64"
        },
        "product_reference": "openshift4/ose-thanos-rhel9@sha256:2260556b4aa73441c868313ad67b4ec14af256a81f2c94dd174a60c322f65879_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-thanos-rhel9@sha256:29258f468994c2e7a6249595ca4b75fd72c6009644f8e772f5510bd461758d3f_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-thanos-rhel9@sha256:29258f468994c2e7a6249595ca4b75fd72c6009644f8e772f5510bd461758d3f_s390x"
        },
        "product_reference": "openshift4/ose-thanos-rhel9@sha256:29258f468994c2e7a6249595ca4b75fd72c6009644f8e772f5510bd461758d3f_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-thanos-rhel9@sha256:c6b2c72b0a23b3b2b1030add377d6709ed1f625041251a1338c2b083df4c7fe0_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-thanos-rhel9@sha256:c6b2c72b0a23b3b2b1030add377d6709ed1f625041251a1338c2b083df4c7fe0_ppc64le"
        },
        "product_reference": "openshift4/ose-thanos-rhel9@sha256:c6b2c72b0a23b3b2b1030add377d6709ed1f625041251a1338c2b083df4c7fe0_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-tools-rhel9@sha256:4f4daeba93df4d66ce29574a0faa199ee1cc73bc5b8a63b38de55c7a2ec43bc8_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:4f4daeba93df4d66ce29574a0faa199ee1cc73bc5b8a63b38de55c7a2ec43bc8_s390x"
        },
        "product_reference": "openshift4/ose-tools-rhel9@sha256:4f4daeba93df4d66ce29574a0faa199ee1cc73bc5b8a63b38de55c7a2ec43bc8_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-tools-rhel9@sha256:eb1e91426bc4518afcb871220972ff5f7d8494c56c3e59f8f534ffc96971c409_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:eb1e91426bc4518afcb871220972ff5f7d8494c56c3e59f8f534ffc96971c409_ppc64le"
        },
        "product_reference": "openshift4/ose-tools-rhel9@sha256:eb1e91426bc4518afcb871220972ff5f7d8494c56c3e59f8f534ffc96971c409_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-tools-rhel9@sha256:fb4f18eee9c9aa4131ab06485a4c0444f0cb02ab11c6dca878f63f0392bf6b62_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:fb4f18eee9c9aa4131ab06485a4c0444f0cb02ab11c6dca878f63f0392bf6b62_amd64"
        },
        "product_reference": "openshift4/ose-tools-rhel9@sha256:fb4f18eee9c9aa4131ab06485a4c0444f0cb02ab11c6dca878f63f0392bf6b62_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-tools-rhel9@sha256:fdc3dc067ac445612299bf56e1b10c6b5a4e6f50daed1017454a5390d9e15632_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:fdc3dc067ac445612299bf56e1b10c6b5a4e6f50daed1017454a5390d9e15632_arm64"
        },
        "product_reference": "openshift4/ose-tools-rhel9@sha256:fdc3dc067ac445612299bf56e1b10c6b5a4e6f50daed1017454a5390d9e15632_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:8e5aad7733bffaf858ab1d1030a1c37d9516d40e083be5db9ad7d4dd53a118bf_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:8e5aad7733bffaf858ab1d1030a1c37d9516d40e083be5db9ad7d4dd53a118bf_amd64"
        },
        "product_reference": "openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:8e5aad7733bffaf858ab1d1030a1c37d9516d40e083be5db9ad7d4dd53a118bf_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:19295e454699d1dd59b159aef11ca3d4d410f051d5344dd1b0aff527fc3088dd_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:19295e454699d1dd59b159aef11ca3d4d410f051d5344dd1b0aff527fc3088dd_amd64"
        },
        "product_reference": "openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:19295e454699d1dd59b159aef11ca3d4d410f051d5344dd1b0aff527fc3088dd_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:4dec733ed9c56865b1cc97f2f82ecf81ce6c7949cee3b6a1599075e54f893d67_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:4dec733ed9c56865b1cc97f2f82ecf81ce6c7949cee3b6a1599075e54f893d67_amd64"
        },
        "product_reference": "openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:4dec733ed9c56865b1cc97f2f82ecf81ce6c7949cee3b6a1599075e54f893d67_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:8f5f4a8c8d9b31039b46e2297ba597600522fefd00eb2472c4f7a64739136723_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:8f5f4a8c8d9b31039b46e2297ba597600522fefd00eb2472c4f7a64739136723_amd64"
        },
        "product_reference": "openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:8f5f4a8c8d9b31039b46e2297ba597600522fefd00eb2472c4f7a64739136723_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:8e5aad7733bffaf858ab1d1030a1c37d9516d40e083be5db9ad7d4dd53a118bf_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:8e5aad7733bffaf858ab1d1030a1c37d9516d40e083be5db9ad7d4dd53a118bf_amd64"
        },
        "product_reference": "openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:8e5aad7733bffaf858ab1d1030a1c37d9516d40e083be5db9ad7d4dd53a118bf_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-vsphere-csi-driver-rhel9@sha256:19295e454699d1dd59b159aef11ca3d4d410f051d5344dd1b0aff527fc3088dd_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-vsphere-csi-driver-rhel9@sha256:19295e454699d1dd59b159aef11ca3d4d410f051d5344dd1b0aff527fc3088dd_amd64"
        },
        "product_reference": "openshift4/ose-vsphere-csi-driver-rhel9@sha256:19295e454699d1dd59b159aef11ca3d4d410f051d5344dd1b0aff527fc3088dd_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:768cb3d11c268969e4eb1759e8d67394501e51380d2e498e3d3b06ddb98d6a29_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:768cb3d11c268969e4eb1759e8d67394501e51380d2e498e3d3b06ddb98d6a29_amd64"
        },
        "product_reference": "openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:768cb3d11c268969e4eb1759e8d67394501e51380d2e498e3d3b06ddb98d6a29_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ose-vsphere-problem-detector-rhel9@sha256:8f0fc81d0fa8ab13f02d4aa1827cf2e48b4de3d7b8f46b612fe1483f8e34f559_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ose-vsphere-problem-detector-rhel9@sha256:8f0fc81d0fa8ab13f02d4aa1827cf2e48b4de3d7b8f46b612fe1483f8e34f559_amd64"
        },
        "product_reference": "openshift4/ose-vsphere-problem-detector-rhel9@sha256:8f0fc81d0fa8ab13f02d4aa1827cf2e48b4de3d7b8f46b612fe1483f8e34f559_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ovirt-csi-driver-rhel9-operator@sha256:1d55ee07b1be3dbd3b9a2e46aa5b8eeceb055c531c49362ace9423327fbf57bc_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ovirt-csi-driver-rhel9-operator@sha256:1d55ee07b1be3dbd3b9a2e46aa5b8eeceb055c531c49362ace9423327fbf57bc_amd64"
        },
        "product_reference": "openshift4/ovirt-csi-driver-rhel9-operator@sha256:1d55ee07b1be3dbd3b9a2e46aa5b8eeceb055c531c49362ace9423327fbf57bc_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ovirt-csi-driver-rhel9-operator@sha256:46a72226eb46b3833644353955ba0b6dbaedc829818cedfd0e00463018738efe_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ovirt-csi-driver-rhel9-operator@sha256:46a72226eb46b3833644353955ba0b6dbaedc829818cedfd0e00463018738efe_ppc64le"
        },
        "product_reference": "openshift4/ovirt-csi-driver-rhel9-operator@sha256:46a72226eb46b3833644353955ba0b6dbaedc829818cedfd0e00463018738efe_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ovirt-csi-driver-rhel9-operator@sha256:ae24fbeac9717b5f51df6f71cdbdb57046f82fdaa1e6daa98225d729fb8504d1_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ovirt-csi-driver-rhel9-operator@sha256:ae24fbeac9717b5f51df6f71cdbdb57046f82fdaa1e6daa98225d729fb8504d1_s390x"
        },
        "product_reference": "openshift4/ovirt-csi-driver-rhel9-operator@sha256:ae24fbeac9717b5f51df6f71cdbdb57046f82fdaa1e6daa98225d729fb8504d1_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ovirt-csi-driver-rhel9-operator@sha256:f8431594e8420b0ddef024e846c2ae70569770750f3217dbe3704b58bc02ef20_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ovirt-csi-driver-rhel9-operator@sha256:f8431594e8420b0ddef024e846c2ae70569770750f3217dbe3704b58bc02ef20_arm64"
        },
        "product_reference": "openshift4/ovirt-csi-driver-rhel9-operator@sha256:f8431594e8420b0ddef024e846c2ae70569770750f3217dbe3704b58bc02ef20_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ovirt-csi-driver-rhel9@sha256:0c5c2dc265383ca172155921b1984557dc71532d880ee3f105d86b736d46f48d_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ovirt-csi-driver-rhel9@sha256:0c5c2dc265383ca172155921b1984557dc71532d880ee3f105d86b736d46f48d_amd64"
        },
        "product_reference": "openshift4/ovirt-csi-driver-rhel9@sha256:0c5c2dc265383ca172155921b1984557dc71532d880ee3f105d86b736d46f48d_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ovirt-csi-driver-rhel9@sha256:200522c7bae23bc7fddbf7174163851a139efe452660482d14e26d31ee11d330_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ovirt-csi-driver-rhel9@sha256:200522c7bae23bc7fddbf7174163851a139efe452660482d14e26d31ee11d330_s390x"
        },
        "product_reference": "openshift4/ovirt-csi-driver-rhel9@sha256:200522c7bae23bc7fddbf7174163851a139efe452660482d14e26d31ee11d330_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ovirt-csi-driver-rhel9@sha256:9d2e0a9926f48be33d889cb59a93c167ed943c3a035eeafab86cd670accc66bd_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ovirt-csi-driver-rhel9@sha256:9d2e0a9926f48be33d889cb59a93c167ed943c3a035eeafab86cd670accc66bd_arm64"
        },
        "product_reference": "openshift4/ovirt-csi-driver-rhel9@sha256:9d2e0a9926f48be33d889cb59a93c167ed943c3a035eeafab86cd670accc66bd_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openshift4/ovirt-csi-driver-rhel9@sha256:a05a16ce31d453bb37fbedcbf8e05e5f6dbf929f5626fd00ff2403bf8510073f_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:openshift4/ovirt-csi-driver-rhel9@sha256:a05a16ce31d453bb37fbedcbf8e05e5f6dbf929f5626fd00ff2403bf8510073f_ppc64le"
        },
        "product_reference": "openshift4/ovirt-csi-driver-rhel9@sha256:a05a16ce31d453bb37fbedcbf8e05e5f6dbf929f5626fd00ff2403bf8510073f_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "redhat/redhat-operator-index@sha256:12875248fd37b9d1fa4afd238ce78aa147fd2d0dd9708436fc01ac28243c425b_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:redhat/redhat-operator-index@sha256:12875248fd37b9d1fa4afd238ce78aa147fd2d0dd9708436fc01ac28243c425b_ppc64le"
        },
        "product_reference": "redhat/redhat-operator-index@sha256:12875248fd37b9d1fa4afd238ce78aa147fd2d0dd9708436fc01ac28243c425b_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "redhat/redhat-operator-index@sha256:3aae32132cb3da00d75d456bb422fb71a45091672a0673bddd75b823cdb01242_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:redhat/redhat-operator-index@sha256:3aae32132cb3da00d75d456bb422fb71a45091672a0673bddd75b823cdb01242_arm64"
        },
        "product_reference": "redhat/redhat-operator-index@sha256:3aae32132cb3da00d75d456bb422fb71a45091672a0673bddd75b823cdb01242_arm64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "redhat/redhat-operator-index@sha256:43d4206cbd9d2a25d53077443478f65e85cbba2f9d1fbc765446de1929437bff_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:redhat/redhat-operator-index@sha256:43d4206cbd9d2a25d53077443478f65e85cbba2f9d1fbc765446de1929437bff_amd64"
        },
        "product_reference": "redhat/redhat-operator-index@sha256:43d4206cbd9d2a25d53077443478f65e85cbba2f9d1fbc765446de1929437bff_amd64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "redhat/redhat-operator-index@sha256:894819babdbe3e6a04f63d8a6ec52bfd0ed1503c25ebbb6241535e5f5fa90b36_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:redhat/redhat-operator-index@sha256:894819babdbe3e6a04f63d8a6ec52bfd0ed1503c25ebbb6241535e5f5fa90b36_s390x"
        },
        "product_reference": "redhat/redhat-operator-index@sha256:894819babdbe3e6a04f63d8a6ec52bfd0ed1503c25ebbb6241535e5f5fa90b36_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "rhcos@sha256:975f83f748ff4cebae040caa4df88b771d32e1f301204a736ec414b4f3234e99_aarch64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:rhcos@sha256:975f83f748ff4cebae040caa4df88b771d32e1f301204a736ec414b4f3234e99_aarch64"
        },
        "product_reference": "rhcos@sha256:975f83f748ff4cebae040caa4df88b771d32e1f301204a736ec414b4f3234e99_aarch64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "rhcos@sha256:975f83f748ff4cebae040caa4df88b771d32e1f301204a736ec414b4f3234e99_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:rhcos@sha256:975f83f748ff4cebae040caa4df88b771d32e1f301204a736ec414b4f3234e99_ppc64le"
        },
        "product_reference": "rhcos@sha256:975f83f748ff4cebae040caa4df88b771d32e1f301204a736ec414b4f3234e99_ppc64le",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "rhcos@sha256:975f83f748ff4cebae040caa4df88b771d32e1f301204a736ec414b4f3234e99_s390x as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:rhcos@sha256:975f83f748ff4cebae040caa4df88b771d32e1f301204a736ec414b4f3234e99_s390x"
        },
        "product_reference": "rhcos@sha256:975f83f748ff4cebae040caa4df88b771d32e1f301204a736ec414b4f3234e99_s390x",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "rhcos@sha256:975f83f748ff4cebae040caa4df88b771d32e1f301204a736ec414b4f3234e99_x86_64 as a component of Red Hat OpenShift Container Platform 4.17",
          "product_id": "9Base-RHOSE-4.17:rhcos@sha256:975f83f748ff4cebae040caa4df88b771d32e1f301204a736ec414b4f3234e99_x86_64"
        },
        "product_reference": "rhcos@sha256:975f83f748ff4cebae040caa4df88b771d32e1f301204a736ec414b4f3234e99_x86_64",
        "relates_to_product_reference": "9Base-RHOSE-4.17"
      }
    ]
  },
  "vulnerabilities": [
    {
      "cve": "CVE-2024-55549",
      "cwe": {
        "id": "CWE-416",
        "name": "Use After Free"
      },
      "discovery_date": "2025-03-14T02:00:39.884650+00:00",
      "flags": [
        {
          "label": "vulnerable_code_not_present",
          "product_ids": [
            "9Base-RHOSE-4.17:openshift4/aws-kms-encryption-provider-rhel9@sha256:03c4ffb6e1ca068624a9bcaa5ca21f0b67fc60508f382ae95521c6a03ae8afb4_arm64",
            "9Base-RHOSE-4.17:openshift4/aws-kms-encryption-provider-rhel9@sha256:9ba0c5d8195237e7cc9e37ae735a7841a3fcab2fe12e6ef106da61a6e09db0cf_ppc64le",
            "9Base-RHOSE-4.17:openshift4/aws-kms-encryption-provider-rhel9@sha256:d94dc7200bafdfb39d5d7ce555b36d59d17a0add1091babd769f33dfdb854cda_s390x",
            "9Base-RHOSE-4.17:openshift4/aws-kms-encryption-provider-rhel9@sha256:e97e40543c09b130e3d36eeb5800d9d4ee989f5b16314f33534b32a2b11b39b6_amd64",
            "9Base-RHOSE-4.17:openshift4/azure-kms-encryption-provider-rhel9@sha256:08021be0c69cec642238d8c152f39957660651ec5714d7ed17f2f27c31e3db6b_amd64",
            "9Base-RHOSE-4.17:openshift4/azure-kms-encryption-provider-rhel9@sha256:a8c81f1ea15f8625cee9ad826d2263d09c17b6fe7b2941579f8914ab6ead1689_s390x",
            "9Base-RHOSE-4.17:openshift4/azure-kms-encryption-provider-rhel9@sha256:a9fa50ec982340d9e61f130c74457bf6809d843c13a266d140617f17ac1bec0d_ppc64le",
            "9Base-RHOSE-4.17:openshift4/azure-kms-encryption-provider-rhel9@sha256:cc38a9ba49ae414e03acd79e4d3b97977fe53872870612073fa569f6ab702939_arm64",
            "9Base-RHOSE-4.17:openshift4/cloud-network-config-controller-rhel9@sha256:2a6eb863736abf5c2d7a3f7c2f324e71e25a7dd9a0d5219bd9666c136e0fa863_ppc64le",
            "9Base-RHOSE-4.17:openshift4/cloud-network-config-controller-rhel9@sha256:5153ada0a44b00eabb71606b7144de94c4d5de7eb27dc54cbc9b729bd2a5093b_s390x",
            "9Base-RHOSE-4.17:openshift4/cloud-network-config-controller-rhel9@sha256:698211795dbabe068f87d21f624e09d28742483015be770b1cdb5c6138283b69_amd64",
            "9Base-RHOSE-4.17:openshift4/cloud-network-config-controller-rhel9@sha256:b5ed6c1824fa24f8dbed30ccc81428285823d97e15496c43c433db55985fd9c2_arm64",
            "9Base-RHOSE-4.17:openshift4/container-networking-plugins-microshift-rhel9@sha256:3bb7db321e0bcbb3dadc7a1c9f350e69657249f4823e46184c7001f17aac7d1d_s390x",
            "9Base-RHOSE-4.17:openshift4/container-networking-plugins-microshift-rhel9@sha256:44ab8531897438f9b25f0b6d90e5b224e3928a3f12f8b24dd18113d7bbb40ece_amd64",
            "9Base-RHOSE-4.17:openshift4/container-networking-plugins-microshift-rhel9@sha256:4c57864ec6554cf452d24947d6d1387f8c4e10a0b89508279b1bdc12a1a1f50e_ppc64le",
            "9Base-RHOSE-4.17:openshift4/container-networking-plugins-microshift-rhel9@sha256:6fee0ae68857abb3ac5357aeee9fda4cf8cfa60e061b6240d2cc266156092d07_arm64",
            "9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:8edadcbdbe43b80cea7a3076897e893c8e3d974c6cea165cd8ecb00e03d1ce78_amd64",
            "9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:b676dc0dbf6c39a7b3b68d3ef21cef981927255ba8ea45e9d1715396dcfe29ff_s390x",
            "9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:c9e05849c3438f54571b43555c775401f5a97abcf7d328c6b04387e8c1d0b312_ppc64le",
            "9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:ca540412965a47b91836a1137e49720be6ee3ebc2b7c54b67864beaea76c2e6b_arm64",
            "9Base-RHOSE-4.17:openshift4/egress-router-cni-rhel9@sha256:07d4ba54630d432f37576929be29cf02ef09a47bee91a63f58001f9cd4acfc92_arm64",
            "9Base-RHOSE-4.17:openshift4/egress-router-cni-rhel9@sha256:9d5ce7ba2746d808b7bda9c491ecbaa158917b2659546eb9be7752d14a79f845_amd64",
            "9Base-RHOSE-4.17:openshift4/egress-router-cni-rhel9@sha256:deecbd903551fa42eba84fbe2051794146cfc426cf6f151a2d8b0e26d99909b1_ppc64le",
            "9Base-RHOSE-4.17:openshift4/egress-router-cni-rhel9@sha256:e2acac628dad896c7b4ee0617847b6e5d8051b5cc0a0add05734b2f179afcb59_s390x",
            "9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:382bd4ab43e8572f129c0cccb7778c0c35e1648cc48d142fcc4f908cefb56a39_s390x",
            "9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:530a9dff7076b84825ddbb0fdc1320140ee5f01de559b2ad166032d58dad6dc2_ppc64le",
            "9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:6f7e5612f7cb6c85db355eeba15164a0445fa58857b857506cf65b873e4b8174_arm64",
            "9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:ca10f64ab5f5d9c5f2dfdb5241fed009ec9f37bfd7126ad790a07f9c1a418a3b_amd64",
            "9Base-RHOSE-4.17:openshift4/kube-metrics-server-rhel9@sha256:233be71aea1d6daf6162eb3a7f91c2f052b47e3ad1d8778e519761c678a32327_amd64",
            "9Base-RHOSE-4.17:openshift4/kube-metrics-server-rhel9@sha256:3e11ef3020927ede13dd28f57daa86b8cfd2d287e380296452bca4bd781391df_arm64",
            "9Base-RHOSE-4.17:openshift4/kube-metrics-server-rhel9@sha256:9792d7c9a9e5725b68fa3812d5907d4812b6cb23042af5392d7e6cbfdd3f8995_ppc64le",
            "9Base-RHOSE-4.17:openshift4/kube-metrics-server-rhel9@sha256:c816c9115e6a17674b2b913b73e5ebe5fc53fd20ee431f9f87c6035b4bca6c16_s390x",
            "9Base-RHOSE-4.17:openshift4/kubevirt-csi-driver-rhel9@sha256:7fdb186f15c46bfe20e5426701cac2c4ba45e78c414e71b1aac14f321092eb4a_ppc64le",
            "9Base-RHOSE-4.17:openshift4/kubevirt-csi-driver-rhel9@sha256:8243c2660c6782fffd9c8b692179a16eaa09f45fb6731183f24acad284116144_s390x",
            "9Base-RHOSE-4.17:openshift4/kubevirt-csi-driver-rhel9@sha256:a78f85edfee8f8f51f73e63c8c02162c421f0d63e2f8095ded84b78087a83aab_arm64",
            "9Base-RHOSE-4.17:openshift4/kubevirt-csi-driver-rhel9@sha256:bd9ecbdfe93e006b10eb976b6dc590889f48fa146c5da51431774543563fbb14_amd64",
            "9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:4b75b7fd029742eb75968481f181fd1f219b6b9fa0da0b48987cf988ca48d5f1_amd64",
            "9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:85649591fd162c55910b0be4049b894e0cc9027ab375ed3de4c322af8e271597_arm64",
            "9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:ac07972de391248c3b2fd918633f53d1e072e704cdd11573c2ae7ffc7e4ee9ee_ppc64le",
            "9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:cc9644a1464bef7e3e3e039f8046872f7ff86f866b031737e3af603715a030cc_s390x",
            "9Base-RHOSE-4.17:openshift4/oc-mirror-plugin-rhel9@sha256:50e9429282d07090b22b3f4f3770fd44307a488b8d080addf63159642e71bb51_s390x",
            "9Base-RHOSE-4.17:openshift4/oc-mirror-plugin-rhel9@sha256:68cd883ff4c2f5ea55b8df1e4be6f578bd107f6b9251e5d2d88711898dd8220a_arm64",
            "9Base-RHOSE-4.17:openshift4/oc-mirror-plugin-rhel9@sha256:765c139ed433c5cf47922c080355ad869b514dd33c2087bb0bab7e9e14315a3b_amd64",
            "9Base-RHOSE-4.17:openshift4/oc-mirror-plugin-rhel9@sha256:b08c31f2ce70a557a6815eda64402e5685cd9742ccf4b156daeca83c7f883ca8_ppc64le",
            "9Base-RHOSE-4.17:openshift4/openshift-route-controller-manager-rhel9@sha256:37180fdc0de1d570dbc77d0388de47f945146388c83ead17805d582a4d5d8dc9_amd64",
            "9Base-RHOSE-4.17:openshift4/openshift-route-controller-manager-rhel9@sha256:391bc1c93a3c513f2ff90990f5f45e1bc2c3665d9380a36a080b09b72b623acd_ppc64le",
            "9Base-RHOSE-4.17:openshift4/openshift-route-controller-manager-rhel9@sha256:5c17c1c6f7a366193f0bd579350781ce337a08e468f50af9be3534564ab9f8fe_s390x",
            "9Base-RHOSE-4.17:openshift4/openshift-route-controller-manager-rhel9@sha256:8c461aa1501918dff695fe715e498da95d00b63ff417f30964ee5a11ddca4685_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:b54f372cedcd1d0aa47a336839375374ae527a7095b9100e474bb0a3182100f0_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:c6d52c578fe8575c33353f690ce18be227007decf25f409e7111166ffb22b87d_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:dc6d3a0fa664a9974eeaed910db7255b7c252c2541fd7d49d41f714970bb9f9c_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:ef589ca8b456aa4c3bac06a3f73b1b371276e4a8372d2cabd64972d619e55252_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:46f1f67888e8393761a6f834332765f45eb96af42573e3ea5815a04659372e57_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:8e0f5e880cece6f08ef1c8c0108e302e8b89026ad1299463f5fd383aebdf2adb_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:a8ffbac5d2df3f79b70ee06da741de890f2eb013d26efa4d01a695d14b88883c_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f0161630366049823d995e254260ae71f5871463ae3797b0e12efd5ef30d6ecc_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:8c60c93b01376d15dd9692efac1820ea1790625181b1600a3b0114e418b64d46_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:9d62ae9810bb32ecc803a36e128fee78012ecc98434c1ef22f609435e3e2b157_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:adf9ed8489c4b9858e976658c04cc2ae8778267239997ed6d1b85902751d7da6_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:d852f1e4bdf0eb8e37eb0980914232de8cf6dfc3e159f0dcb1d13d909350c3e7_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:54c77ab47347e8a5cec0061504c591921f3bc87aacc8d8affa06cf7cc1436fd9_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:919b89991e74b6e5941eaa45219849db837271b11e699eda8f49d0bebbbf6459_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a4aabec1cbb1e2a6994b7629f97e53eb271e4f29070d7bc2118709efd9775722_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:d7cb7d816efb575eddc5da8409296b166722d17cea4b00e3d1395897f2c81755_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-utils-rhel9@sha256:087df13ba7456b25344b3903902d5b1ed4fb22771273d07fe7969ad0ee5326c6_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-utils-rhel9@sha256:10ed11db02965c7a335b84eb5b0972711b082cd6a51604ee7d41bf8c417395ab_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-utils-rhel9@sha256:2e3c12f80ae0f3a058a76083a166f0f52d2c488757bff1ba8e3c3dcb78d151e5_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-utils-rhel9@sha256:7973dc716b1eefa13a30c0393aae4f30d4f77ccb9306f5afeec29a1a97c9741d_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-apiserver-network-proxy-rhel9@sha256:1462a7d9268b1f123b16e52e0916f99762235a593f1a370bd9747278f0bef42e_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-apiserver-network-proxy-rhel9@sha256:7eb2f2ae05142aba55f32c5ed8ac3527ba1a37876fa05299c401b082d0794dcf_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-apiserver-network-proxy-rhel9@sha256:8474cc191853f6b174f8fa3b6cc3ddc5877461c4589d51106da26b740cb17a47_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-apiserver-network-proxy-rhel9@sha256:e88854ffd5222917d6056d2c4fa1f6c1b3000c1ff0884226e1181aed5af46b9c_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:57c421ec589d5bde9a9ae09a14dd401e6f4f7502383d9cc1d592c4cce6998920_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:f5171310e47ac2dd5c8e5ad6f722b919c1e3cc5d41fcf8ac0261dd5a823b5b2f_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:316dd5ec83d034a3c1b4e1bab82fed82ca290078faac2f77fcaefdc75271bae3_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3bd5065a32831547694a8bde30c4f86bc92d091b084769e078cde32e09adf5b0_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:00ab20409246fa280e7495354988d67449b225b31842bb87a12edee37929a354_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:963bff39697376d8f508f67b3f316d6876b990a07706a4bf715a827cc5488a52_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:2d10b0d8215610e706014b0d201ed462caee0d4d5d530c5c3727b9d6ea026a9d_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:69b1f43549736bf9d9e1a623f989a9f39b5ef94af2b569d9882390faabf9f48a_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:3c4159cb67ebf933de486744c889e47c38262a6fc4db744121fdb14986091692_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:435de6a901e14afd420d4bfbdf80146196d5035c72523f84cf9134660e058231_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:6be9ed8373be35cedfde4bca2f176c030f28acb48bc0f2645a57d30a2947f98c_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:f570c441261f111a11c675d9b162425dcc65a595c311a1e3d5dc23317e6ef4ef_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b76790914ea5fcf9364109e980d569aee9acb92af7ecc773dfa6bb88a6c554b5_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-azure-cloud-node-manager-rhel9@sha256:ed5ff08bfddf0d60939abf900a5af6c85d7010e8ec1b3e832f3e9c0eb610feec_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:9d0e8a429f7203b30f023f576e4be8204bd634d9415e70835be8324cbc6df689_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:dc21bf04fe634e62e83a5df806c81b014fd77f71ee574892334b84a66095b5f9_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:76f622961386df12c4602b90b3cfafdacf13f7fc19b36b46e30f868650420e60_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:f8f8cb4ccb17164473110d2852755b26438aa509a9897af600c964bc0df4fc5f_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-azure-disk-csi-driver-rhel9@sha256:88411c5fea9d080379418df9f140189954d82eba1d11390f5ae357e399262582_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-azure-disk-csi-driver-rhel9@sha256:dc7539c21b8c701f95335e5e5cef0c99102a5598c9319c41ea374c70e62a87a4_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:0587b9131fe7e79b3b757409ed385bf591841480c409af8f403e834470b3e94c_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:3dc6706d8f84756fe22e1f304151418fe8e8123cbcb79345d24eaa1960ac8eb6_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-azure-file-csi-driver-rhel9@sha256:3144fb4d63f0d246f99205b8b15c9a54a63f3a4fd8fa6c82e5407115ee62e633_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-azure-file-csi-driver-rhel9@sha256:3959dc623d65e2352382307e411589e9d01ce3d9f7a7a2659f02413d9256de05_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:2588b0d11292db6a255c0fed210052fd3811c9ff16621304ea8ff2f4b13616ad_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:f2c1eeb52e73690e1068e501005833c2f890bd8ac7d2624c5b7f68bfb0b3ab0a_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:18c081b7655b78e92106086320308698df10559225a21bf21c51519a683fc23f_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:9dcc1154c6d071cea0d2b4109bb44c77fec825cef494867434d5a1fcffce50a3_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:ab1f6cb18a21abc360cca29070866fc738cc7c93339531fbd86112f993b03664_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:e23557c87036ede1cf8a4e1ddd7551c9be23a47558f1eb5ee9f12bed7fd1e472_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:07455ca24a9669a7201e1269bf1f5c6626b3b2f06e5a949a039035b8c7b7568a_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:2db63af1587e7dfb644014902bf92f7676381cb61189862c1ba25de4a76a0f23_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:38dced4e21ba292b86c29d402916bbc6374d43789636ff593828a40f1ed11875_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:fc394498879660fe3628357568b57ea4420c0d5e38269b9d1c0919544ba16cb8_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:121f2f0e061989fa7e65ac7ba56288f13fe2386d6fa60da425fe24dc628df4c8_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:15ae7e0c9b0ba7f152071fbe8550253c2c377c48fb056ad611dbb4913ec8f569_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:718e160e36461f4b068deda1ebe34c36cfcad3cc4a361321dcf538d2a83aa1c5_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:b3c64d151b7106205a0103baf6d29edb616b1a3510c17a83c9f73d302622243a_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-rhel9-operator@sha256:0d1432ba417c225f4d569eee9d24b0dc5c496020eda07e2ad3e325151e50eb06_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-rhel9-operator@sha256:3751d445e6c9ab436fa0e62096bb69d18ed75aa2608c37ce9e93a17976fcf07c_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-rhel9-operator@sha256:b2d56f85fe4af7d84579299e985147d9c32ed3aea91ea0c2abaed1aa9e7dc2ee_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-rhel9-operator@sha256:f246d38d77068bcad29165f3fb0e60d8d84c193f6db82a3d6c1b40faf286decc_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-runtimecfg-rhel9@sha256:5ad475579d7fc5028a834016086045c0d3a8097b6837969ee4ed524e54ab7d6e_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-runtimecfg-rhel9@sha256:5dc33cf32076cb44c8507c1e8e04eab97b307aa0ef8ba86c53f45bdb97e85661_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9ecca5a8208321c2865fc584fae5411f81c2a6a939499fbef9a237a91ca643e9_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fe4f92033b01419427db757db1f4c693f62a1bda9dddcc66c7ad4625c2229253_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cli-artifacts-rhel9@sha256:14186b3754aff62f3a4de1c51eee5bf147c712323044d86970cebd7fdcdebdcd_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cli-artifacts-rhel9@sha256:3d4dcd1a45f409c3b698c03ffe24ce653f11b9945391c73acce7a75a1e7f976c_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cli-artifacts-rhel9@sha256:a23e3acf057c59f59694389595c58b6fe8faea4772c94e07e5889ad2c62dfd98_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cli-artifacts-rhel9@sha256:c9fd66a2f4c866495abc55ba28369fed76923012a371dccc479e63f0f661c306_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cli-rhel9@sha256:5b176c5b0b293b4a704820dbf0428bdab55cc18dea95a85af8bbf66d26c4fbb8_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cli-rhel9@sha256:5d30fefd37b24ac3ec56655c51a2b2f06383eb699f407da099f37d6fe8f5be33_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cli-rhel9@sha256:90bc09d692046a1d7cb8596495e865bb42c7523b1fd23975a6507d3cd8d62e40_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cli-rhel9@sha256:d62b882b5a48e78a1b48efb99f3892ece51c343df9e285c96e32af205d075058_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cloud-credential-rhel9-operator@sha256:86abbd9662b2b0f8f0dbe8fcf8d9bf0fe8bd810b0bcc6064dbd56c5cf37b8609_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cloud-credential-rhel9-operator@sha256:96cf02a8cac283d7fb1ef72496f60a4df821bea89e45c8237d3235ed797e1253_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cloud-credential-rhel9-operator@sha256:a1b1daf572797d217d5925277b56b4d1c83813492cf90774cbfdc2294f498b34_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cloud-credential-rhel9-operator@sha256:f62343c3535a6fda32806b43a098d55a7a7844941e93a3a5045a47c7b95440eb_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-api-rhel9@sha256:34f8869cd85d3c50ffb737883786ddaea37f7c3f222241ea6a34e429fde1a01b_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-api-rhel9@sha256:8034059d8013e4f34ee42fb9d2e0786e9866e3fea2a614c32005e5df8e14076d_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-api-rhel9@sha256:8e97befc7ea01fc179a3eaf66dbab974b6307c512cdd6d4d313caa3bf86eb98f_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-api-rhel9@sha256:f46dd8f62a70bb734ccd71229b09047f4625234774e321d556c0fbc5715b3c11_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-authentication-rhel9-operator@sha256:a259a1381b56abfda0f827ad6416b103f95f80d187b6ba869d31bf2c8c40fac3_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-authentication-rhel9-operator@sha256:ca4c4cf5e2ae3d5216576c6b154092fd77f93c978753fd4b7a76884850e46ba3_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-authentication-rhel9-operator@sha256:d3355aca2b5b35d64fac047b6fd98842a2baee536a79ea7615b4184c5a4e4744_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-authentication-rhel9-operator@sha256:efbd2e4c75f2eecda902b3143780e9bfdc5ba2b50f2ddfef5c2e0e753a3bb26a_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0ea9c22f0f63b3360d8e74a52026b3302cb7012b7ce6987111464e37bb5f4ff7_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:77099c8ff05288b7999fff6adf127e007ce39c7de9e1261d88574311e4c46ec5_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:85a24fe4edf8fbe51d0434bf2e65b149121c687a059a36bc4c48b592848befc8_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:cc7e0a422ed957b91479325b969f41302257a2958602f738c3ffc1b0835cc3f0_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-autoscaler-rhel9@sha256:73c6143ce45ba329a1d941a8b4cf13ad66f68c25f45f3163bafbf88ccad795c3_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-autoscaler-rhel9@sha256:adaebf9abc62813762600f7ebb480c57d186186f64a3246e62a50a7d84b016d5_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-autoscaler-rhel9@sha256:c1679d423da94f016d5631c5870fa0d7291190557a05b392070b10f84d25df7a_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-autoscaler-rhel9@sha256:e315d8104d63d0323f37112d8847fffe896a5399732874f1ace113ef168ec6f6_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2106245b2d297e8360a5c2693ac95996918051d40c84c8c6012193249e18c687_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-baremetal-operator-rhel9@sha256:4681e5cfb04379903645d21771218a1e27c61fd47d99f6a26f7d21011db42e65_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-baremetal-operator-rhel9@sha256:54d5809f10269dc52181866bf34f42618bd398e7a3f0bbee928c5515f5e290f4_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-baremetal-operator-rhel9@sha256:f039f4cf06258b1aa584b2b8d64994593a322dbc339fe6e8431ea0b8e67fbe28_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-bootstrap-rhel9@sha256:04ab6483541c8996ec5bf8e57bd3e90b5a4e9996b4b46da91a32dc5ef52f2520_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-bootstrap-rhel9@sha256:1f28e7920db92d5f1cdb04b95f51c8e457e5af97a7320ad98fc9d56f18c314e4_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-bootstrap-rhel9@sha256:5bd313301496ab3db1b3a6feeebe517a4927a172808dac07895e8fec30d91c2c_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-bootstrap-rhel9@sha256:ea94cd9619edf13a9d1dc5176ff40d6e57ee76a953d3d3bfb04e4541f2815ed5_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-capi-rhel9-operator@sha256:1ba56ff8308578c422be07fb6c3ff561ce7f664adc980e2976eedb4e2a619fa0_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-capi-rhel9-operator@sha256:43c7557823aa5e86db7e225dae23f2b46d4a8b1ba517a619f31a71512815ae17_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-capi-rhel9-operator@sha256:af7ec9ba0a62e9c86b3f40c8fafaed4c184b132afce4141ee7d51e2f6c88d2d5_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-capi-rhel9-operator@sha256:c8ecda9595878c72bc15d36ecf106ee8b2455f03278c978b784951c8f504f961_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:2d008923f980784e3a83c2e51b05834e81ddb38187e351bb3c2ed693bc24756c_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:7fc2305ea95e1586cb342202bb673466a0d81ad70e09ad98fcb2286314f901a6_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:980c46d6fe13ecfcfa85e4cf6871e4abbf13b7ce84b19d3ad64d89bcd937c015_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ae6cded8079fd98f313c8e7cf2125d4937d0dac82d09bde1ab60a5ff54f8f482_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-config-api-rhel9@sha256:832e662e1a673659c3839967d76529820f9ae03af645d2bf01ae711e90e4334b_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-config-api-rhel9@sha256:847d40fd677108f03e97a5a2590621a2a64a62d03aefab2cb98c2c89746c8784_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-config-api-rhel9@sha256:9f5786427bda3f2052dbde19284abaceeaa0a1728d1e55f710a189ec20895004_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-config-api-rhel9@sha256:d4a63e6e5789b47fb37ccbac3741110e1892c0f59f77eac89e58d9e00f5bceab_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-config-rhel9-operator@sha256:19f425ccedfb011f657416b344c2e443c3dc43dcfd2ce97db6058231fd2caea7_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-config-rhel9-operator@sha256:883a117396882ccf957ae86b7c9254daaa712e4475502dd05956e6e5f338a175_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-config-rhel9-operator@sha256:d8048fd42ae41e8eb61f9fb2f484ecd84212b858b419447e70d95b90f1562c42_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-config-rhel9-operator@sha256:fdb8fe0ae3c6951e1f09b4ae2920cd83224d124f35589c8753a2dc14c98dabb3_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:8a49993a5a30453a7c113578470d2736aa2db4b3cfcd6f858a3c4b0d8151d71c_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:96c63ebc2edef87f160d360f58a0e98b7ffd57e7fc6e187f6d46b12a7f4d608f_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:c429553d8c5a41d404e1468cd1359478ac5c69107be7a0db593418466d724b79_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:fad08ad6b358e9e4e983b2a17f2518a8b61ec6f14338b15f7c728360a0c4a4f9_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:38bbe69d4b7db72c4fa3715e9a76395d4666b02eea19a4a983d71e599f0638db_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:82d32c060baaa8a29a098bbbb03e5e14135135632823c5ea1da8aa6b8499c45f_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:891e253f46f7465dd382dc6bf1785035e1f8f7ef5b50a2b1b8bc56907fb0c383_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:df0f91634353ecd14cfd2138976e35d405b2fa2be24c1e89298a154a185a5392_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-dns-rhel9-operator@sha256:1bd8e1b9c76e9f6e22f4c7965da8aeeb68a40ae60f4cc083fefc47797b8f5786_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-dns-rhel9-operator@sha256:8f9014db2fc33af7c632de4b9c1d20777b7b015e93fde64af39b5c60bd8f52ba_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-dns-rhel9-operator@sha256:9397bf5c292ca4b3f7f0da97f94a7323de3669dfd9ae4473e8154354d5b8e42a_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-dns-rhel9-operator@sha256:db523bfdd4dad24cf9ccbda7281d1bd2ccaec01bd4b164b0dbeff2b7fb54b6fb_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-etcd-rhel9-operator@sha256:650b29293672c4f9eb788e2e4257716274f9faf4cd2e894a5f327a5bb98eac9a_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-etcd-rhel9-operator@sha256:6d38af3052357d2ffb0d4fe709604d0102aca8a19fd560f06e66a3a44d48470d_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-etcd-rhel9-operator@sha256:b1e42b13546e4b27b93bd642174dfab3799f3e95cb32ce58322886983e029722_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-etcd-rhel9-operator@sha256:f40468472b7d853b1f5034c2bb4cfecb6bf91c78e9963bdb350efa6172c34029_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-image-registry-rhel9-operator@sha256:95e2f230adee118098221df4dc09e41d62c8f0ed0ffaabdca2759d2297b87192_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-image-registry-rhel9-operator@sha256:a8c26892e945256d26c4ddb005ce71198a6e5c946c8b0bd404dc5a6d4965841c_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b3d66448f272e54b0e91499bf9203dd4ffb3cb98a0cd3f153d6aa504773b178b_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-image-registry-rhel9-operator@sha256:bcb4ca0eaa52bf9c584568b34bdc9d08253822dabe8a43fccbfe3601332ed8d8_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-ingress-rhel9-operator@sha256:394a4404caf1f548616e4b36ac2c4af05c046fc494692809c651013ef7d16257_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-ingress-rhel9-operator@sha256:4462e8912a672f95c567c1543d80ffe62f300f42baf746edd4b45886fa869d60_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-ingress-rhel9-operator@sha256:c987ba71f8168f0a523f2be6507e00fff6c262d4bfad59f4c87841330fa96dd9_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-ingress-rhel9-operator@sha256:e58cc3035d0ea33eb409b18a70e10511289449f3cfa643b52cc74857295e3f96_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0002fec33a68a9f3bb7ba5f7cd9062a35736b43dbaf42ba2cf91d4235bdeef9d_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0373744feb8a383f76a37c60e205b3504add80a0b05eb1849f90055d665a768b_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:421fa5577fb99449cb1bba71aa0c933bf7e3be12206df9994da55198635f629b_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:607f047b7f4756d3dcd4243183fb4a23c45798632de00526574f2d5d7f9fc2c3_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7ec5f60ed21701dc098e2cee33e0d59b8c5bcbd9969a26b8e8082aa2ba9c93ea_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:8dbc021731dacf75104e78f431c0a7ebaf80e31edf75fd54e0507f4af7724c91_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:d0a576b7d7277e40683ac4487217fe3684e42bc765d2a3ecba14e4b81e82c76a_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:eb97662076a8459ebccb9ee6a0958c77d1ab516b4375a9925b895af0a613f549_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:78bac198d882113612602d0a58dd516234a4b151d24e861bb69582983437b84b_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:7a5b6dfbe9d40e7b89bfcc8107e82e2515856177445a8d4831077e26f5ae2e1d_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:a2184bde2de353cf90eddabb81dd1c85ee5ceec3f6914af58db453ee2c13197f_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:cf9578fd32cfa0f36c0fa26a925965c0e616027300015812faf786b1a47fc209_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7bc83ab4f6cf5488864adb5b148e4ade887640d40fb68165b6149a8b8b6588ec_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7ca513675dbe0e79573c841589f823a39d7eada90e0a41a39ee94fa7348242bc_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:cbacae519379425f790d66b55eb12e524a5a965f2414393e52d03bb9418f1e3d_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f937dd453269edf5414e233cb9f2dd03ae3b5ab907695febdc29c7856a43e6cf_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:1671cebd1e789f751e58439d7d0fa55a3ac6bd44d6f58ddcb43e38d5b3429e53_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4e338be7fb25942b0acb0c8f635c64e2817495422c300b68979950d160d5b268_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:818f1d4ead362a2a9e72516b2b0326acc823989bc9b705615eaf4931d9fcc88f_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:dd12e5771a31f16c83c707ad28a9f4dde97ede79379e31880ce678e964d1c244_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-machine-approver-rhel9@sha256:1e1da424badcdd66eaad357f1fd26966f59c75b456ec6c894597427df561ccad_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-machine-approver-rhel9@sha256:c23b5724cfc6ad882caca9bad3da7c8b65a2c44b0955bfb34ceb0508fe74e89c_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-machine-approver-rhel9@sha256:e8a3c55da98df0e90f1a530faed4bcba073ba4799ad1d39cbfe8b2d5a8e17b16_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-machine-approver-rhel9@sha256:eb1cc3b42cf8fc4d031a921ecf465c41b0cab5e259baa5b685fa625ec1ab2397_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0123dbaeabb8ae42942d1b3f5a5c2eea452501d1bbbc7e069b881bf2bd5c3d24_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:bcb67b2b03ee49369c4d970c5e07322f85d2cf30bc50386e73313df1ad5b926e_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e60530a77777fa413558e66ff0339ae782a3badf9dcd491dc0c642edcb87d953_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:ee83d3ae20cf83282fa9127686405a7611b7ffb9211124e6688755e156b8cc31_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-network-rhel9-operator@sha256:64d5b8230e17e6c1e6b53c2cbe91ded4f9caead425dd579adbb2700923375c98_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-network-rhel9-operator@sha256:684ca7e6a6fb4fcac94e3194e794ea5498733e22f965549c00c92212c2a25efb_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-network-rhel9-operator@sha256:6defce2a88b37065fd7b8bd745d28e60599a08d3cb931872ea50b33cbb69b360_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-network-rhel9-operator@sha256:fa2d9bbad0f076283d9e110cc32fc4324d120a383ca6eeead1f286eabbda1c45_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:75664880e7db3f0ad3036642e0aceee61638c21568b5ac7ac7d150fc5f3df70f_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:78953203ce538feac3dc891a0021a076873b55d04b0a87ee223ad64f41beee6d_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9be60ee09a3ff9b58d8076b67ab28085130a5ae1f432183f1fe3f7859bf90393_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c776793921b6f3f74d7bd4c86d401789b70c552ae56d06cd3aa0897c8727e80e_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-olm-rhel9-operator@sha256:0ca3d57b8877810f82784753ba1bc8b67a764245e0530addc811cad61843f039_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-olm-rhel9-operator@sha256:9f0e7cfb0a992a098b0cd20531a46d46c702f6e2ad709f5969f8e4f69857d256_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-olm-rhel9-operator@sha256:d1534fff36a779d2fda9651a518f21e007d8abf447f21f0ee271da2862d26d2e_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-olm-rhel9-operator@sha256:de3e50c0f72a900eb72ba5b9db02d9d109470a4cdf798cdb5e84c0619d4eb420_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:64731eb24d4d1ee30ba2d704c56b7d03a2ffa69b79d71d4ae7a093b8a09629ea_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:8fee43ee0f40cbf79c410bef0184825bf63d4758129fc8612147c85147f7fcc9_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:9d108d09eb9a9c98cc7665a3dd68d93917bdb05b30f6269bb3a00c7218fac306_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:bf3891f2d6b69db4bfa60a1d5932d4111d7b56ba3922b7b02952eedce44eeb9f_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2f312119f1cfe71afa89bf2c74a4a57ad497275ff953313982a63153a39f2493_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:6560a03ef3b8e339edd4aaba5d50f1e04d62976661f60b03f2898471f11b0631_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:742780c3b6f27a3e7fea71ba1ca4d4e28db5bdfe9b69fad95cb0c31d3923c69f_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ce1110666a1f817a6897011ff27dc780b81cab9f366621120093e58f77860b93_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-policy-controller-rhel9@sha256:0d24d9508157347f020c6b99eefef619585dc37542b36f45ca62e10330e4deef_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-policy-controller-rhel9@sha256:44f392b5fe744c7abb52669e64b994c0a89dad4d21253e49ffa7acf51e069c8a_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-policy-controller-rhel9@sha256:6e67c8b7fa4d81a89121b84cad75a0a7d303d0177e28c730b903500c15b6f7c9_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-policy-controller-rhel9@sha256:81f8f28bcb4d1c52ad37c0fd5bb025333bd230793c3a2650f8ec8479d64d13d7_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-samples-rhel9-operator@sha256:1dc254b8b7bc5a5374f41f6f06d034332c9e6dcd8acabf2ee4547ba30d76b72f_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-samples-rhel9-operator@sha256:8635922fd673260318d32e128ffd11a2c7c24dd42d2a65bf4a0ce1fef12d72f9_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-samples-rhel9-operator@sha256:b853d72ed5fdc475ce4aaf6bb5b48a3899adcf0579912b0c95ec252597f691dc_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-samples-rhel9-operator@sha256:b9aee8ee21d594a677917b210a62a223ce19c451fe43bd0affac62844ba3bb32_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-storage-rhel9-operator@sha256:3c6c1a7f88fabd6c71d3ada18e7efa6ee19b0e33aa814bf1e23d6d88a3aa6b7a_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-storage-rhel9-operator@sha256:83cb02829b00376a4f31a5892b408a054cfe705906258a984f042b01486de3ea_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-storage-rhel9-operator@sha256:c7c6233c6564772233318c25089114fd322bbeaa9f30fa85e5347cd6c3f14138_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-storage-rhel9-operator@sha256:da828ef4148ca3ee8eba58052d95da9cf92ba6987418b262b7b3405095154936_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-update-keys-rhel9@sha256:4f8f6b9654e37cf6f03f984cfc5ff98945f4fa72903622f1fa770255d0073149_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-update-keys-rhel9@sha256:6e13528b4dac03e857d5032fcbda9cc9ee81bba1a30c9631202bbc7a2471549f_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-update-keys-rhel9@sha256:772397f5e6cf6068df029ec793486d9ae08d0af8098cae011a4ce986be675425_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-update-keys-rhel9@sha256:fd4eb5c5da651f5f8dba0302ec27e1bd8399ca7f0ed5bac8e120f7bc60d89ac4_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-version-rhel9-operator@sha256:4e3f81eaa31b6ea68fbb3b0ed098fc7adf0aeb77a5a739f8c91a147caaad797a_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-version-rhel9-operator@sha256:5b72eba1d1ce4bff619ec478da59a4d32535b73bb6f43bd2636510bbd078ec7c_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-version-rhel9-operator@sha256:9d3e0d922f3e069e90a5b16c08804baec619f0133ab9607e779222e6acf7553f_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-version-rhel9-operator@sha256:cdd431c76a10d0a679171a9e834274b053d4c710b26703e9732468c538e28cf8_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-configmap-reloader-rhel9@sha256:6f7d5e9aa75df873827538c22f4bc5f5132e0968847e12937c7f772d2bd56928_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-configmap-reloader-rhel9@sha256:9a41418fa0c3c5e3f0360b9c7459f186511389b5683ee3bff415f049ae84a241_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-configmap-reloader-rhel9@sha256:9c9c5a3e7e9909130823093870ac570b67be9bb5dd35906af266ef6391cd1354_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-configmap-reloader-rhel9@sha256:fd2176817bebe41db49f3820b80144e1473852f4af9a371da3e8e51c4bb62685_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-console-rhel9-operator@sha256:309c7a9912a0c3d0ea1ed4fc35b4af64d36c3078ff7d1af70eb0771424bedc92_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-console-rhel9-operator@sha256:a46f91522c131f3dc43a0f35973752bb7c27914f122f208e3e1837da09ff909f_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-console-rhel9-operator@sha256:a741ec0828daf891fdf795b37eb7b54c5301302e4b208c188b8e6203909f0014_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-console-rhel9-operator@sha256:e3766ec0bca555a1c3261be57935be76086aea1490cf3d6e9f31f1612b410dfc_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:3b2da6499a39f1c7049759b1a670aa514391bda3d550f15a8884e725c8423174_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:6384fa7d0a15b5a40733e010e8740a43667a2d6880d1b1e3501ed3dce31721a4_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:6c395b2f00617a611ed2710bb748f4cfce0e555b0202fdc94ca7520438130d43_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:77e03f315578b64e1bdef7855ff0ae44c544f648d5a384c61a37473f7ec50f05_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-container-networking-plugins-rhel9@sha256:0ff1c231ef4d4a632a089b0a95f8a8e498bd16d68a41200ffd3ad4bf32124d0f_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-container-networking-plugins-rhel9@sha256:19647286f9c75dd092be4de0edb723882af3961300a18c4aed6881bf259e6c70_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-container-networking-plugins-rhel9@sha256:6b204386282661b2efa3ff465eb279f3e06ef92646b58de9db32364d3c02f44b_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-container-networking-plugins-rhel9@sha256:993058708f0303421c0c767af97c102b07bc064cd7242acd3f5963dc6204f815_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-coredns-rhel9@sha256:560e9cc66aad1c9732c23b0d7cdb2c812a31c46efa456346b01e142b185d2194_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-coredns-rhel9@sha256:6128f645ee1e92adc4e14f61ac61ca4208cda56fc474012ab5a1fc081710365b_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-coredns-rhel9@sha256:8be1b918af3a97bea0f8aaddd1920fabdd64d23621ae73fb61a403c611515c3a_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-coredns-rhel9@sha256:ce4b36fd66c772da0bc5048c9d27b5e9c69fcab24e4fc07c80a4e92642fc714f_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-driver-manila-rhel9-operator@sha256:1a4d5f47f9f0bf1054fd192251f1c84f20acdd4a2f839e333091daf83c549584_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-driver-manila-rhel9-operator@sha256:e869a57727be73359e7159e2ca575f98976e4ebf444635098845f22f01352289_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-csi-driver-manila-rhel9@sha256:0c895394b3967e306bb26310f35b0aed33af1048bf1053a780df197734e6f8c4_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-csi-driver-manila-rhel9@sha256:10932d3dc0f6631f61c289eb0fd3bf26ec694d6b0e6540a8fa5422a6b6774701_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-driver-nfs-rhel9@sha256:470652ca1988e7b75fe22f5b211175ffeb91c8fd4a602c40f92f3b22e8567655_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-driver-nfs-rhel9@sha256:aded4df23d361836b6ef99a3bba41c187533883dc32134571a419f3894cd1123_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:477200d2e88cb3cc422914c4d9701b09002ebfb44de6dc6bc5017e468ab4b2d8_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:a0cf348c3da1f92df0e32ccfbc9c3b437fe6b2a6bff28496163ee6fcff98afe7_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:a4f6f56fadadfcc81a6330e56768eee3b0a1bb8519c5f5fe47fa9dbd4b73ef79_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:cdcd032de3bccab45d6c7cbb5d2ac3107eaff5b4b279d67f081a39ddc1320b49_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-rhel9@sha256:164136c218ab7c9da330f51a158bd519a8173671a28fc8691eba901183251104_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-rhel9@sha256:749ef641d5b6b47b6950988e3efc5cafc00495410f1ce16a276e2599a076d367_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-rhel9@sha256:968bc646d9e8d07213c3ff9bd48371e80db493c7dadb39e242741bb00b364677_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-rhel9@sha256:f8184d15a60064a6b6968ed728c5bb7538772851c11362746a5bfa8bb614243d_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:0129f8cfee2d3506adfca7939ce4cdedbdd25e6d3994ae8d82b9f2e460fccbc5_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:078604858b34951865a900411602271be1a964e8279596368d9cf968ffe35723_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:887ab068161de5a1ffb64a96515351bd02e81b0dc239c187f12128279b953ad8_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:c2585b68d7d40379ba124bee2fbfca64f1c3db925d3137b97f3df9c6afe9e300_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-external-attacher-rhel9@sha256:9a65583194250712313a1e893bd5e03a9345a16c4f5174e9c9e6e7d18413bc9a_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-external-attacher-rhel9@sha256:b216270c4e3760b33b62adbe672ced8483ba32462a744a46a863f485832c4f65_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-external-attacher-rhel9@sha256:ba7cb4455bb603eaf6b506782468741b5a71b31a0947bab69c809454ba19f260_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-csi-external-attacher-rhel9@sha256:edc3a924116b76036a932e0522660e2303c8ffaee5d292e4e8cbb9f73f79b02d_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-csi-external-provisioner-rhel9@sha256:128d4125e8ad9550aeaff50ca27806d2c4f4f17293259b64db2e9cf322ff2387_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-external-provisioner-rhel9@sha256:2ff82a187738a60c7494cf579b35e1d9a16cd0e57acd9e18474aa11aed6edd7a_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-csi-external-provisioner-rhel9@sha256:3ae17709e7c44b06b85543548ddfec54c8c1c04167ca10b8ab82e3cc4cf8a29b_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-external-provisioner-rhel9@sha256:5788c2e871884ff0e5edf019ae70cf1739b34170706ed731679afcd38d45202d_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-csi-external-resizer-rhel9@sha256:265f7809b2e2b916d3712bf17bc3c171576fde26307718ca6bfd944148bb2502_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-csi-external-resizer-rhel9@sha256:51baefa68bd37931c5fd611d1b7324383e58df4754eae607cf64b1b8c9fba22e_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-csi-external-resizer-rhel9@sha256:794b4636e1f44a3bfcc3dc2fe5155d217b31e568393fa53eabe420328c29f33f_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-external-resizer-rhel9@sha256:deaf59f4cfc7254ab8b35634ac18281cf88ff0ddc151d0498a21d6e91c30a4e3_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-external-snapshotter-rhel9@sha256:1866f88a278845d7aa851aebf6099ae6b77d98f9c244406c2aa2d61daf88bf72_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-csi-external-snapshotter-rhel9@sha256:2b9262b07076b315714007f91ca9a2de0a5333133c319b5542d9a5e89f5119ae_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-external-snapshotter-rhel9@sha256:cf848a2e0ca5bdcb850bef50193c8db40c18521c2e5d7f1b5658329a485f8d42_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-external-snapshotter-rhel9@sha256:ef64e56c3194bdb2bc3e0e129cc955beb1e6d6abb93ed45480dac1e26e631475_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-csi-livenessprobe-rhel9@sha256:150cf47c016ea3a318be89b0fb80b5f81a3ddc38aaaae9f4f9ab08478b054a85_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-livenessprobe-rhel9@sha256:19606dd645438a72af581210114459eeecfe1c96547de6e2a9a7a4a8d7b781c1_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-csi-livenessprobe-rhel9@sha256:22770984f3897afe484ddf93ad830d05af30ce0ca426c29dc33a448007fdf1ae_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-csi-livenessprobe-rhel9@sha256:a3a74359f9ff4bb3d9eae7d72ee3f3335a07f7a1d9bbbfd9c4231f2db81c6818_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-node-driver-registrar-rhel9@sha256:168d92be0933a07413608c50a787729080bc8c850c9efdec25f77bafdfaaae34_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-csi-node-driver-registrar-rhel9@sha256:6bf2240cfccf984fdc0a6f33318c681704a495d62527d2f7242934f098378221_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c7a86c7530e5818d8bbfdb1b2544010b327c6dcc99a39152788f5f28eb0ea049_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d79cac1d92dcc9140be58c63ed13cd6331c8f41474213064cd45963d69a94e17_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-snapshot-controller-rhel9@sha256:084151639be629d3a1f9f29ae20271dbe319319e2363d75f8c7c7ec7a8262002_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-csi-snapshot-controller-rhel9@sha256:2d6d427780eee15059d70088bbdb03f6774c93c4b7f84ec00eaf9b85c3f5b3ba_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-snapshot-controller-rhel9@sha256:5d1dd18616427bc717e49b781e6434ca616c31fc7daeb5596d1703f2d3379ef2_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-snapshot-controller-rhel9@sha256:9500323520cb1e4079304df57c722457720ace8518ef43c89149da40e0ff60dd_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:4ca3355941315a1db451ba8c6ce329c2f7d0286b3585196a30e1ed35ba1ee228_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:5e31e4d6f9eb5eb18dbf99b54a3a294e824fda2ad901333ecd33f9eacbac6d30_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:bfcb640d3847f3693b4118396ddf7a58d76ceb97016e037768244bc1175dfb1f_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:d590e08bb519eccf42d7891a3fef78bd2a265d5adcd9d27b7da3ef496407aae2_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-deployer-rhel9@sha256:0767aa82db6ab616d7b8b337760770406da4ce765fe088ed4299c3bd6ee31037_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-deployer-rhel9@sha256:6e319561328f39498c3705563a7a108cc9e0ba312c67729a5ca57c7b68ab7459_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-deployer-rhel9@sha256:a0afe3a4c032a1397872b707245f09fc3e63c233b0ee128fd3a4c695a20af9c4_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-deployer-rhel9@sha256:ebedb1bc3ad605141e4406cf3f2da63eca2671b89f8a596923690f30f4126e56_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:4378f58febb064fc36264f1b5862bb009aff4171b9ad6ae6c84fc9d3077ac70d_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:9d9662fee01dafbde830ab4ba397e5fa7eeccf90e2f8528fd57e748507a1b1e1_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:cd293b458d152b725a4ae09568f28410a791905b8f8e925900b38f33d3fd849e_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:fd0471855bbf69b72b75db2173aad473b9770f2e1403687bbf654c0bddb44c85_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-docker-registry-rhel9@sha256:132a674b5a051ed2ee41f940ea4f7984dbd7455de6510ef31b8fae7bedc45be6_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-docker-registry-rhel9@sha256:32d5e5690533a9d9ccf4ff8b02534675255a9625241245d434e43d4bb815119e_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-docker-registry-rhel9@sha256:78d4de7a4f72a623b01378e0798e2540b4123991b02d450c7b3391f186e32c36_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-docker-registry-rhel9@sha256:9182a503b30b8de69e862a128635bab7b44ff05df11a1ab4f96aef7525fbe0d2_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-etcd-rhel9@sha256:0ee443647f0fe63c9a05edcd5a644f7eca0eeb2be877aeeb7026c4db738d56a7_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-etcd-rhel9@sha256:ba18e1f81a20605c8efbbee41fe37e1d7ac4ff101a857e05e0f3d25aa82fa9df_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-etcd-rhel9@sha256:f17ddc78b5e4cc92834f4b3b000ab2fdb181c1f3f75dd9d185dc5d88d6691abd_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-etcd-rhel9@sha256:f27e4f6f37c47e139374be06c8772f09debff53a05bfab713359d918f33beb3c_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:170aba64101289aa8f9a8612888b1341e36e52394ba766dac7130d675816e2be_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:35098fdc72303c21755abaad4cc05553d6c969dc601d6a2ab91d7aabcadf923e_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:a62890163f9fbf8833e855caa292678a7468f9567433919464dc99a2ef7c8dbb_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:6433c81cd98c85abe6b1bbd8e74a776462ad78575cc6bde0664458ed685611ac_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:d1129dd095528238a3bb064376e70764388d986a0f47ccf7a92c88e517b54066_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:eeb9caacd52b52b2cc46ed0fa5f80606c7033d9cc8d7c63a5c199de6d107e9fa_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:3bf929bf48fec827cf4f54ff5fec04de0740b1f14a4e1da63ad580bb9245a103_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:d64a1c2fe51eaaa842bdb14a8bb317317ed1c22180d766e15fcfa5878cb5285c_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:f4b0795956ffb226a5869a9285d05b0ead36b7be32855026c1a2a5faf4307be6_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:73556902372fba78e19553065eaa89633c01c36b6cf10d6f51ad981777b6f9a1_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:ba5d03691cb09bc208c30c6c9ce746911468a4fb772dbef5520f723063bf2a94_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:bb6ad3ac3be2ec5530dde289e8535e01fd745332bb89a05d8b687a72d8b90361_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:1d5b94376d1ffe57828d9252b71372f132285a40b8487d9f931b9fdf6741cd83_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:3d72794fcd40b847e3fbaf3529231fe9149a6dede2a45dfe31fbd306df9b50b9_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4394b5921e342708156f43b45fe0cb780357d7a493c8c323fc403cf99bb0a7ad_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:49874280d3af31fa772ed481e63ea6d1a62bb579b9da0eb3bf772017a3330f4f_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-haproxy-router-rhel9@sha256:0afc3eaa1f9729a303472d3397ca19dd1b38b16d0cd721c12f4e23a3e04f087b_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-haproxy-router-rhel9@sha256:0b72b29c550a7e726d31a9814799bdb6ebf6ca071176262402619395ac8a3a65_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-haproxy-router-rhel9@sha256:1c122143be877d7d89163a4c9f3780eef8b8686057ad1889aa3102321e54a98c_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-haproxy-router-rhel9@sha256:9263b51ee05c760ccb67d397d0c8109a617bae089ad3973c180eb624bc13c91e_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-hyperkube-rhel9@sha256:6ff66bf6280231a5495000bf79ff4bb05b2f139ffc372d11d631cf60ee5de67c_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-hyperkube-rhel9@sha256:c32ff89d47b6e001bc02fdb86323cdc692d1abd679917cbea206b70e43d0d976_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-hyperkube-rhel9@sha256:ef51f6f787195be8745b3cd3b0b3dfe8a96ea48be2e3ccb97ed63cf1bbf58534_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-hyperkube-rhel9@sha256:f32ddf861dac3d41222d238768c5376702ea295840d70ebc69e9224f1c300446_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:02f10dfe13ccca892445607db62101ee47e86ef5fedff0b8dd6372856548ebe5_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:0677902a88154c33c82a5dfc1aec5325cd2938b08485299a17eb14ea0a4857d3_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:249df28d5775b19c96ae3f03d736f0ce8434d9e5969e3365be2b5e329faf85d6_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:2bce8039239d0bc061ec7f373d96bdb446ca5b68c45820a58663f124fba635fd_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:1384411d0b3794e280491e0b0e14252c5e4f9e43e58e6602b0442ab9a3fb2b0c_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:8fe95db9475ffb66b670339b266f3551c4682f214cd2c1cbd151a62e9f8a3b73_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:e9876a36c4810b4e68e1f6668d3324d8e71ba145f3d214007bc4486375d55be3_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:fa6ec143e3d12a3836c9148adb578b591987e8520cbec4283dcbb427991f14d0_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:528d6b3faebd79484a0be86e33a7d6ba922dceff5eb1585bb922c18bfd01ee70_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b4321d90c93b58108ec190d72b23966c09b2b6933a7b5d8322d10dd8831dcd6b_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:44c02359946a024e429303d031d1bc70ced6b300316c939d7290d17042b87618_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:8365ab32e19f655627b62adfdc05ceaf24cf10395876f4b3a545df57eea4abba_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:92db3a22fef2499c3d11a2666e72ece44d7df862458f06600d27fb9b6304f77c_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:3f77010faf0f6f6e7eabfcf24bf1328c6e70bbb32f843287639a523621a5f4ff_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:9f2805cd3f3ffb1daefa1a718703a568cba5536b12fe2848e3c87c2213a04ba5_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-image-customization-controller-rhel9@sha256:0f1b4c68ce6ab2167b1b6fcd0059a8531eff59b5cf49c23322828918a6ed6f27_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-image-customization-controller-rhel9@sha256:8bd8caf2fac84354a4407c48651d11d055c90e09f06ea57c1825d2be59ca18fc_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-insights-rhel9-operator@sha256:3b7ec1f0edd312034a7dec567af415f85f8be1828dc6a0dd2d11072315b77a41_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-insights-rhel9-operator@sha256:afcc280b069a744e3e67716ac685dd7c7f23c619cbc20e2c21237031580f649b_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-insights-rhel9-operator@sha256:c7e5d66df8aeeca3969c31c560fd759f77d60211f08b1f456391ee0fb333fc45_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-insights-rhel9-operator@sha256:f54220fde82b962663a86123a99a65e549fd68fd9a6153f6c67979567a6fbf58_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:17050d94832b400bf54598b748667e2e0035b30b8f996d7a25bdb61aef5960f9_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:bd5955616dc827b5552f5fbcdd1fdcb23e700a647de2ca4f3cf1f8a2eb105f1d_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:e26559b0ae61de908b9db0753babf47e2a3bc27c6637c7e945d153959fcb79ea_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:e32b6e836082e6d2a5d267283b2263d9811c3a62d420842689ab35fcc36b4a63_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:312bac6a070c763a493c566fbd1b6f05591f23949e4f37a157235f08f927c653_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:7529fae3aa40950d226ef1d8d2039d6795c518b2dbbec8e38818cfcc3efc9083_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:7a235516acc4c967b8fdda1868be132966714d19d6d90a5ce4b4cab661d819b3_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:9ee9cc91eb2ede268fbdd51bbfd2e211f34ccff61bd1c3b130bf25879c67b3a3_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:69e680e1a17c99220c8cdaf5a2e73f6e4e7d835f1193e62bf516df65e0d2fdff_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:872ec12780579fe14d90d7eec8190678ce56f4a5914917a7d6169c5cd767bc68_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:be7078e79fd3d22ef43c253aff1b72e7457128e639b780d5073a016991bf56af_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:df403029362bb02139eab00cdb01c35171431ce0e237c874e11e06aabca19311_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:b45a678f884a36a9c6014841f8ca1c70908bcb51dcc45d9f71749806c9fd8fba_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:d3b354ac0a8b37e7e8fa339011624d0e4d7403ffde520b5e911e3664e9659e34_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1726d045b526bd930e04ceaa125da6477f7a44b18c9b01f723ff3cc1320da9ba_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:f62c966edb47dcfaf82b4136ed867fd85bf04424f91e8a519f8f08a3989d98a0_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:02d3c6c0c7d3ba854e7a03e3cd3fb56f21a729136f95993224336d42f4597b96_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:49db69687f7245b778480b5796bc3956343ec1d4b58d705d3f08b3380ef93b6d_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:4c0cd346096da2ceafc8226fdf3f132320d42d8992dacc78abf9b4c194f92740_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:4e948d046ccc7a44e18c5b19fd107d560183aee3fb46ebee28bffddf850d3ec7_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-keepalived-ipfailover-rhel9@sha256:0a2b379d082cead1b190b32ffa9339bf88fb50a8ab5abaf12ca2bffccdfc75ee_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-keepalived-ipfailover-rhel9@sha256:127bf3d442da47383b1f2b8d452fd29cee71eb614b71ed7d2610063ae78e808b_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-keepalived-ipfailover-rhel9@sha256:966c3932cf9a5d03bf25141234d26c7628b71eda7439239a409da03953b206a7_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-keepalived-ipfailover-rhel9@sha256:dcb142b3a5afe0e7b7a51a1c94661855bd54776ca51575630bc43f02ba12c554_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-kube-proxy-rhel9@sha256:bcbabfca97e7433c9fa4ad479c8906644461c2a5aa75c8ff7a7644b13975ba98_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-kube-proxy-rhel9@sha256:cbafb2565fe2baf4d54fe0cc5ad883bbe0632a4736771f55dd55b9d3823a7716_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-kube-proxy-rhel9@sha256:d1654ad59633f2f3d6542a83c32ac0e1084cd148a735b46f4c674edca9fc98e0_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-kube-proxy-rhel9@sha256:fdc6e80a2293c526be173bea9362e2da73e0c0d988a767e6f160675db8590acb_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-kube-rbac-proxy-rhel9@sha256:093d38e21abf82992df96727b799f72a14e66986b02e08eb6af990f4091ccc6d_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-kube-rbac-proxy-rhel9@sha256:5c81ef8f24b561ba9b51c25e3ca50322eeb0544240f9f6db020542f5101f17ae_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-kube-rbac-proxy-rhel9@sha256:74af69d301e49c08c9c0fab6bf929b6443beddf21d578273fd332ec73d7b8a24_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-kube-rbac-proxy-rhel9@sha256:bd85227421b997806814438c33cc997fd70911c8ecf1d9e6e16e506dbcecf5bd_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-kube-state-metrics-rhel9@sha256:65321f83b5a14049a62c6d6895287f57501f5f77589cb8be2d6b366a145c021f_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-kube-state-metrics-rhel9@sha256:6c697bb3cd8bf8a743a0a948721c4c97284d62608ec5272bf97fa51d23f8ab14_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-kube-state-metrics-rhel9@sha256:bfd60907c9836d089067b19a287d3267fa9ab98e09420e6a4f0e1ffb51506d04_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-kube-state-metrics-rhel9@sha256:e26b6afc9938274f1777fc5eaf6c0a6b95fb5e9c7cdb51d0a778d548218293e3_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-kube-storage-version-migrator-rhel9@sha256:63059adfd5fb0042f492f3fdf938beb0de950f3c86fcef51fd595099e3638e51_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-kube-storage-version-migrator-rhel9@sha256:82ec54538247a36578095e91a73ea2f0f2948f1d53214fff29e424badd23a733_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b798ea0514d92809752909b9f0b4d38ea1a7309df58750c1c516034c8a58ce4e_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e85db4241123d01e874bed074f9a9a34ca6221176aaa2cb5bb4729adfbf0ce95_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:352ba91a72d19fa2b0006740b6e0e22b9824f73d3fad3ccf3cfdee0735525aab_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9292f19feeaa3bdae3094d0c0496baf8670d18286041f317ec82c552280a9b4a_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:b248b7e14b2f4a76b6fea232897ef6db0f43531e46d161af07f2e4bad05e707b_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e53a18e4371e50c1bf5089c2f6e3b0d0bdc70454f8289ba3e6411afb2ab49aec_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:002c9019af35f1f8aea55bea65c97a92ef1d19ea1baea00d17b79a264a3691d9_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6b95c1296fe5379d3dfaad98c17ac65bb818babe4057610eccf8461635ae8103_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:70a12a74322db347077f7758c485acb127ad33d021ae5aec5e912f94f8ffd8ca_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:fa4bd7d988c14418df8c332de4fea3b5ea57dc0727a461f68472925aa6eb9696_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-aws-rhel9@sha256:c6d0869274ce92a1eceb263b4e94e462fbcb8b599b09ce8acf9c00b61cf29226_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-aws-rhel9@sha256:d2dc62bb9ab60ef004894f78e80c143e8c7d027ff073a3c238dd88b14b3b80fd_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-azure-rhel9@sha256:74b7d7c58d260b1791d7d4f55a9fdcbb13542519151976de43dfb8bee67c9cac_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-azure-rhel9@sha256:d4764881a7a4f01e5b5ee2a24b13cd74fdfc5540ebbe84cdd0fa28fd64aba389_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:2e3b2b5c07bbba78849bf504c5a8a600239c151f7f21d6f1fe6c022003193a4b_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:526440e32f8eed14cf6ef61769baea675aba9c02e6cf5778e3bc8f92c7d306a8_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:968aebcf8a5dbabc3b12fd50db0f8a1bf4bfe399b390efd29b9534510d7643ca_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:1396e057385c7d8da1dc40c52033b1bbbedab984703de3e484cfea750652b224_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:373d9277d116b062a74e0610f98d512d8ffa5404afbfe116d2f8e549afd9251a_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:6fb5c3a4b83c250c783d6b88d7914f72e4972ca2a2e5852ef46a0f754b6f8eef_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f907f7e7f7659e968dd6ac35177c726004afe0b86b0dd9e9e78abc53da370a7a_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-machine-api-rhel9-operator@sha256:5e940d2b4901a79e7b4a2c5ca656d3d974b771d1950edbe441557522082e02de_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-machine-api-rhel9-operator@sha256:5f2486c25d18ae075485af13b8800df7b2bd1b251c73b1784ca1946569b83919_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-machine-api-rhel9-operator@sha256:9972c5496357187072347787379fe704b02d7aca9c62582982ff97e132f7361c_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-machine-api-rhel9-operator@sha256:ee87d774d6658bde289f8c9ab55154ade49dfddecb55ac1a577da883ada32aa2_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:2141576fcdb4d159aa417474a27457fb2087ad6235c4df0597083f3b1899ca45_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:483b65fb285f5d17f225c5da6513e12bc7b1a7b4a7040663cd07b565b0afa029_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:e3d3a68630da8789ec30cdf920bc64b478949e146e565c28faa4b6e60f149f8a_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:ef6cde961dbbb6fba059c3c45a80fb0e2da74f4c5cd52b42e73589ddf5b1e399_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:9614841db8310744628318b72f55c58b0486fa04758cf069921ebf602e689e9f_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:c26463b63a1336896c3b5966be5952b60e539691202cd81e7ae4e964817f2109_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:c6d8d116a62c6b8d1f6d298c580206b22de9054c2f6954f6bf480ff01c572dd8_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:e7d5c7d2133b60a140a95d371202e33e6bdcb24ff7ae55fe791f42f57534ee30_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:158251335ecb898e1d9dd072153925e15c27974ea5bac191d2b2238aa3e9d9ef_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:23b2c32bb23c66ed48ce220033f85c76ec6ebfe241ef912e7e5c2550b3252f08_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:cb9d387eca1b9defc9b9cf59e79e3afd9721f6e2768f6ca1b23e2d93c643fe88_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:f94b1ab4229c5fb8e2dfd07e5b04b58f6385f67454e7ecbed2d2aad02e91f07d_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-multus-admission-controller-rhel9@sha256:1234866d996a553670345d2177f491180651d53747d97ea0f5b7c05dad4ed0f0_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-multus-admission-controller-rhel9@sha256:4a2061a1ba2d018fcdd41b6722fb4e332b72983954ea5d0609b01785d2647e6f_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-multus-admission-controller-rhel9@sha256:878826b56658eac597d692338bc3e7d469568776c9d6f71c11b63bcd0932e01a_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-multus-admission-controller-rhel9@sha256:8e46edbaa4d4fc29dbc09d38898429d545a02822cc46a726fb5a61f4bd55dff8_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-multus-cni-microshift-rhel9@sha256:60064cac3df05c9a076ad9942bf3ffdf452f8ed8ade863153a7ea449234b1e4c_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-multus-cni-microshift-rhel9@sha256:9f905872cf72582e8ef6df209d1dfcbe23e56d894f39ce7c705bec68908951cf_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-multus-cni-microshift-rhel9@sha256:a5aa505bbf99f157b1817ed0981ff4037cac3e94ec3b80457f97b6e07935a1de_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-multus-cni-microshift-rhel9@sha256:a6aee61594a381b29e76718a05255a69ba1fc8d16b4836665499065cc00a6386_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-multus-cni-rhel9@sha256:06a30be1f56c0ba60fda631904e406def40a5294076d98f0946c1c7035785e1a_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-multus-cni-rhel9@sha256:0b7d0c694b170b254e7f998465826e0d51abb9da67f8d0a4d3c58af450550cc9_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-multus-cni-rhel9@sha256:331e9a2ee10ab14cd3cdf1016af92a1e3df1f25422900bf980604b0b6c6050e9_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-multus-cni-rhel9@sha256:b3886236c43c1935b1e67344d865ec6b6148b599cb6f94aaa827ff6889444faf_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-multus-networkpolicy-rhel9@sha256:93e501b312ea23b290e46c14787acecdb02636333f5388429b5400bc4599be9b_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-multus-networkpolicy-rhel9@sha256:953c2a800efd3ba87344b0c556c89132630dc378e1a96ff38f626a60ed4d5ce0_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-multus-networkpolicy-rhel9@sha256:a79bbb6df83654cdd8d925a070f6b7c9b62e85702b84330d31a1242507fd01ec_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-multus-networkpolicy-rhel9@sha256:f32767d8dbad803a847397b47ef35d48820e2ac8c5abb5d916fc3daab615f6ab_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-multus-route-override-cni-rhel9@sha256:2dc58f3bce109f2dab38f7940e7aab29a4418f5e0732c1e8f1e1ed217635ac19_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-multus-route-override-cni-rhel9@sha256:5784e4d821cc26ffffad6e6e3ed101fc2842ebc3d89b16eac041dde506c1ce01_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-multus-route-override-cni-rhel9@sha256:b32bee1e17a99bf6e865f3dffb4f80f9b681cc3c0f2a1505698f594f286a7396_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-multus-route-override-cni-rhel9@sha256:c0b91c4fdee11f1468e9c32f2f95feb08f49eada69835577eea2c04ede8c5725_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:14c20436996d9b4151cb77c811fa65929d70874bab1e3577c1ffc156b23514c2_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:2264796d3b4da7e3fc2961c55972859361750a1272f52112d6b50c069275b6f8_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a7a7b993fdbbf8fb1a67dde836a577c55ef589d899dd6b50bbb6ab4da03ead0c_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:eaeb6ea984b43075d1721104647c9e539ffefea462ad3ea3f3cae66551e301e2_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-must-gather-rhel9@sha256:60ec7816beae30bef25a0a50633d77cb669c472d4f1adb0356b547c13cdc2282_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-must-gather-rhel9@sha256:7e0061f5d8d3909d377e353592c99179627fbbd8e70d90f1aae44dc8f9f34b9c_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-must-gather-rhel9@sha256:c1268a511ca6052fcd0392301af7861d388fc2dd32977b13fc85780c0c9a22a2_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-must-gather-rhel9@sha256:de0f68e94d48d6fd1c6bf1cfed042a8f244e5392a0b6ad5c02cfab7b7a9ae3ab_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-network-interface-bond-cni-rhel9@sha256:66eb46a96bd308c39af00caad02b3dd77cc7d1dedfba70ead48c9390dc9ca9f9_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-network-interface-bond-cni-rhel9@sha256:685adc9ee76db7d09ce6c56ba14570c9e0848c517534c5661b52a702d05a1e3c_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-network-interface-bond-cni-rhel9@sha256:78d3bdd9d6ec154e80b1dfcd41e37ae695173e61a54fac6aa2ae9f9264253c75_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-network-interface-bond-cni-rhel9@sha256:c372276000e5ed2540990ca06299d060a49c646ad7a1f206ce5094c7b95536b4_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-network-metrics-daemon-rhel9@sha256:0e47e27fce44f690b6b358249a26dd334d40d77a934c289f5c6d700825339850_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-network-metrics-daemon-rhel9@sha256:1820093b89c42b11b76534feb6f686877931e45206f35ba4ab3540e209f95e6d_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-network-metrics-daemon-rhel9@sha256:afc2923e5780bffb27abc102eec63968374848078da5cd2fe12bdc8f0ec90251_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-network-metrics-daemon-rhel9@sha256:e805f9a0f7eb2039fd8040dcff142175c392381c992b69e8c5e3307249fd10cf_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:400c930aedf5e3964c9e5201b5932603b6b074ba6f6c31e3d432c066e06ecd77_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:7c0370de82ecd2cab8bf48ae7f1bf66a52d637e8b9aa6c0ceadc6a27b5e3507d_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:ee249765525cafc3c5b1c9751427e7fa19bcef17566d5ca273fcda348e3dcd50_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:f94e6168c2d658e1be23c8d9cad9a86d2f9e0d393c49304d310a500d61adbbae_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:065ce9ed541af2ee48a9c7d803865180f3c0431c2e96edfa1b09bab0bbbf40bf_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-nutanix-machine-controllers-rhel9@sha256:d8add7c0ed65ac5c6a053c21fe96fe8955b6541f9b05a47863974d18a7021ad4_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-oauth-apiserver-rhel9@sha256:08fbba8e85f6efc4f5d77d1bc9165fc30628f4a04383928110e5cb58e80f7e62_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-oauth-apiserver-rhel9@sha256:13a1c0ff1bf2b0a865a959c65166b00d53d402fecf984db6f2b9cd49ee7289fa_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-oauth-apiserver-rhel9@sha256:56a5d92f7a3a2f3ece3579a584f4234ff2c0d8ea4eb8e1d4f65cbf7d7a68a19c_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-oauth-apiserver-rhel9@sha256:8ecc5104c41faaecc96f97e1f3c4ddfe0047bec271a6bd41a72c4704a2b479c4_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-oauth-proxy-rhel9@sha256:1eaf29ebdb3d128ff2acc33bae9a33da915806cd20c8aa98afd8d1004eb17dba_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-oauth-proxy-rhel9@sha256:b934449f27cff8ea6cd6577e862bb07d3b20534cb644748fed921d922cdd5404_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-oauth-proxy-rhel9@sha256:ca6723f202239be0464ff827710c011468d6df243cfa873274f9d4c828d4d76d_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-oauth-proxy-rhel9@sha256:dc748b70f83c70facb499b0d5ce0fd691e827909240d89ce27c3d248175d07a5_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-oauth-server-rhel9@sha256:5510278d09ee523ece2d0ba6b24f07e522dd231d36d2eec2c190d1426e15913a_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-oauth-server-rhel9@sha256:8b2c530a19bbf51813e7ae9bcc187a49b9637d808a720401ad512756d1cf0d2a_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-oauth-server-rhel9@sha256:a033f65ebaddebea7d66135299e2fe0451f3b3c939ff26c77c3bcdb053c581dd_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-oauth-server-rhel9@sha256:b4fc4980e7caa15cc853da45981051aa3e1290e4ed9e6aa78cd0bb251796fd39_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-olm-catalogd-rhel9@sha256:25a5a4b4ada09c18b0172d6b55e99213b328b049a4e736ef33a46ee0da1dc950_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-olm-catalogd-rhel9@sha256:2b350e41bc865f8cf3d91ec774a1ef90efcb1dc695031d54cfcbcba445ec576b_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-olm-catalogd-rhel9@sha256:e9c3bf1b4cd8b50229b2d2cd74f6ab8ef8d300d6bcd577b3334d368621c96e5b_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-olm-catalogd-rhel9@sha256:f11007c8352baa9b195cbd9734103033c0946078b12ef02a624aa8574a455896_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-olm-operator-controller-rhel9@sha256:7947045fc7c78746b791cf45cc7086f35981ca1675813803e4d6b44e1217d4a5_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-olm-operator-controller-rhel9@sha256:9a95f890999546160ad4cf68e60c94bd02036392a981fdd3473bc4ce8acf5e63_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-olm-operator-controller-rhel9@sha256:a2ada640c8cf94921756f81c68762e3aaf7eeae865cca833be5fe14a868e9832_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-olm-operator-controller-rhel9@sha256:d3bfee26c52099ab31a0f7f78b53a6914dc1f33c613dfce0a4a83dd70ba6f04d_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-openshift-apiserver-rhel9@sha256:12ee719e29b1a159926fa67162dfff04668a0c786db83697a75fc8bf96c61e36_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-openshift-apiserver-rhel9@sha256:281810b86981603927513af4b9738db05df090e27cff61cb57f615a1b7da54a4_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-openshift-apiserver-rhel9@sha256:d7aa582cb99ceaaba2d9da65183a485fab11b0aec41d68b5964510f35167b3e6_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-openshift-apiserver-rhel9@sha256:dd1be867b630db99ef81dae76668387115f04a9f0c61364f0a6e216d0a28cb05_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-openshift-controller-manager-rhel9@sha256:92b40e2865e79b6c9178e6e94523b9d09149441f5a72276b25951404526e7ae3_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-openshift-controller-manager-rhel9@sha256:9825100ccb4a060d9f37d554a8f9d79dfc8427785eda77610c60ad0feb74c666_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-openshift-controller-manager-rhel9@sha256:d121f0c03960db28af368e4b864efb220c1be28bfb5f9735813302efd045f4ac_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-openshift-controller-manager-rhel9@sha256:fbba55058981a9c57d0b273bc8b56b66e164c7fae1bf59d74aaf6ea3656ac59e_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-openshift-state-metrics-rhel9@sha256:539c14445c4b7acb91b414f802d93be4cebc24d060b52e06017338fe9075d9b3_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-openshift-state-metrics-rhel9@sha256:62724925ca3ab5c18ebd7692e89e41ecf7e0d33176850f67eeae9692a6927cb5_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-openshift-state-metrics-rhel9@sha256:8c6bd11088ca925f8faf61dff5bb6655522a8ff6939c146a4126ed5f0690914c_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-openshift-state-metrics-rhel9@sha256:d6a2b5b710ebfc04b22860c62daf56aa7ff85d89a26a8235f95d72346d4e2db6_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:1919474880b196d1905b8dff9587c006b6f273124d02e97f40e2d4ea8d050777_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:213222f7adf001b898109567c42c82d6d9325ee707615caa1ac0fc15fae574f0_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:30ef542720dd4425d7f7fae10dcebe2d5fe6d25105d34261fe754f4cab4a64b6_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ec415bdf74f9ce65c23af9e06d591ba78d696f32a7cf249c71804a87895f96ec_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:ba40d8da235fde8e89b6115a1d5f41568fafb4eeddcc38f107e493fef2ea38ae_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:bea0b14e279d2c307eb6fdb8dcafa114d9b281ab267c14f7b6151c5b838f80cc_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:bed0e7813bdf23482a2c4f14c09a73c84ba62027947ec8e9c57ccd2eccc2c1b9_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c7cab534f6196d76cc1e31b17bde3bf5c3986fcffe7a1c026013012c7ab68c81_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:47d6f6652a0e3d399c9b26a4954fd3478326c49825863698cf3140c2c3ab9bf9_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:576677c2baf50fd096f762daa156970e982279275b34814ef52e4be4b511f5ba_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:6e6be32bd4a1e3739d0e0f1da3674cd6f74ec5255865dc832d91d41f47283718_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ff4bf6e903a1af1f494f5e0f43ed6718bcb55557fe9135d0750362bf0e8e6b58_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:1ef9d43e45303b56e96f1fd2b5d63cb185ad3373fe516730a5b0b98b6947395d_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:5f7747f4d324cf90dc48d2bc20d76c2625fd2dcaa3d6478898dcc55d1f8984ad_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:8d30cc94f2e8512406aba31083e31e155c9f568838343e56864579dece7bff31_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:ba3ced5cd94c0bcc2a3295ce47dc28a60078d7db8c4edf2bc8d6f5b12d573879_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-operator-framework-tools-rhel9@sha256:5abbe0d3aa1d5dd9296e795465ddd5a117c466606481a418b2846c435ffeffad_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-operator-framework-tools-rhel9@sha256:9c53f361a67e96e64b5cb912c0af0a1b3e18cb3bd428084d5cb1e8f6860855c8_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-operator-framework-tools-rhel9@sha256:c187541b8c1b8a589645a608ed79b43f9e6911116faee1c50ca8a0a30a4d3738_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-operator-framework-tools-rhel9@sha256:feabd407ff0094dd9102e3c78cf94852ab6e700fe7f906fdd32d6a211232b16e_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:01b59bfe4a9c7489011c71dd8a35ae2ef81f81c4a23dbb2117b6126964f1da2b_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0783189d5b07855bce1a32115fae430958ccaa7951bb6405eded7e3aa572ee17_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d7dbfed38bbc7511c43814e7d06a7c120b4a62adf724461c76154a37cd37796a_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f7e781c6a21c4b8fa25630d174362d62d69dda2911dd033f7729923b26ecb483_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-operator-marketplace-rhel9@sha256:072e15ae931425b07953efa32a39b4312805dd12889af0f731c9b04238a21c11_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-operator-marketplace-rhel9@sha256:2d413b3ece4cbb46f6a682333ed06a22857271e211acc6f704059eb20bfe01d9_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-operator-marketplace-rhel9@sha256:7c57bddae38c037d1848a509ba7c4e5831632581439f90865422151a90c7ade5_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-operator-marketplace-rhel9@sha256:bd541bcc12678de1a652a602a29623a9dbb8640cd4b88ed2e458d352d0b0039a_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-operator-registry-rhel9@sha256:12875248fd37b9d1fa4afd238ce78aa147fd2d0dd9708436fc01ac28243c425b_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-operator-registry-rhel9@sha256:3aae32132cb3da00d75d456bb422fb71a45091672a0673bddd75b823cdb01242_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-operator-registry-rhel9@sha256:43d4206cbd9d2a25d53077443478f65e85cbba2f9d1fbc765446de1929437bff_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-operator-registry-rhel9@sha256:894819babdbe3e6a04f63d8a6ec52bfd0ed1503c25ebbb6241535e5f5fa90b36_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:43f19aac756eb00b63d12521f353df83d79086751715e23f2c773880f85221ea_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:48a8ad863bc40447db23818df0da3b6c765011ba81eacf4b7116026a06358bf9_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d42d85915e158a7ba41ab7c855ebbff6a5e6594bbe9e002190b5966507552c2c_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e96efaf0fcff6a640c9a5d66922694ef5e30d2d6bc3b2edf1a4900e283174a1c_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:2bade31f6bbac52b4916f47431126c735efb2f98db4a69a5d6839ae731803dc1_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:704105b2136fe017ee9402ccf0109e295b2e73462311470fd97aaeb4768b01f8_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:7a6d7d84e63cdab1cf92a6d022168a620a22f5e8ae898f7b972871bf76287886_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:8f896cdb945435f3f03a813b857d4cb1ffe1f0d6015ce9b776954a0f0cc9558f_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-pod-rhel9@sha256:347e4a105a4f2589980d2e9fae9f57a5ce86bee3c96819d397f219a82f64e3b8_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-pod-rhel9@sha256:d55bc674b70cafddc0cfb861bf0cdc64415cd01d4d42d71bae31f5a909cf27ee_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-pod-rhel9@sha256:eac0005dbc866e009c245646876cdcd01ec5fd0abda2145c3cd506f1fbef139e_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-pod-rhel9@sha256:ec5c3c9ec4adbb7f15dd2c1ad7f8482a634d4d6db2379c15341b772ee1cb7e15_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:07248406477642eccb6adecec3aec409bae0e04598a7252e771dfa87368e4c91_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:9fdf5e3812eef56895b938f68f8d148c2888158d01fcd817ef8292deff66fc34_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-powervs-block-csi-driver-rhel9@sha256:0e89e02535502b0390ca0c4ab8162b78c68af02974955d735536a1872b48c189_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-powervs-block-csi-driver-rhel9@sha256:d08894b4f991791b4f1a1603c215538b1b6ebed430e07533287abf86baa2c3cd_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:1fee47031672c49bcfa735489ab08fd4be10995234ecc97e7b51733d4170df96_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:5ce97b705cd6ea00a6d5517f13e468c0b2bbe902d425ec3048d90d7dbdc7bedf_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-powervs-machine-controllers-rhel9@sha256:548abf5b9f1cb92a916d8c6beb588f81ebc40d33412e7383d3a1bfc602ed38b2_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-powervs-machine-controllers-rhel9@sha256:7f96b42095d100141a2bbd7ac8cad14562cac3c186b26d00d0fc81880b093f07_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-prom-label-proxy-rhel9@sha256:209f1a13d11f995c49b36e2db96d61470e6742824619b6957a4b7390b1d5dc52_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-prom-label-proxy-rhel9@sha256:222f568c31ab36aa4a0684274584e66aee149db5be50eb79691c7636fbc8aff3_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-prom-label-proxy-rhel9@sha256:db3b3649eec224de4af5c5223bf4928f8e302c5f54ec9d501ce8bb71c3c627a3_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-prom-label-proxy-rhel9@sha256:dff520a6cfdb27ad2ce31301aa3d74275ea7e13fc39749c77118c4fa74255604_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-alertmanager-rhel9@sha256:1eb0d7754525580a289e18bd58efa44b769c9f8f3e1c362381756daa615fc6ed_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-alertmanager-rhel9@sha256:30cc60b9273b07c493b3156ef278830bffeb109dba7c7c0517e0347ccd480631_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-alertmanager-rhel9@sha256:693a75146dc6f1436bc4998d59185e379a695b57c7e9d20945e84589fb142d6d_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-alertmanager-rhel9@sha256:bb6af93d177a604520ef035bfe3617985f7a217784d20a4cd180dddae75e6949_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-config-reloader-rhel9@sha256:079aabce1be013d247160482720526bc7070b857c9bdc3311e16ec4b7946bb90_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-config-reloader-rhel9@sha256:366ea0de608f0dc4890208515d89a6c01a56aaa32d54ba04dfc1cebcd0aa1940_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-config-reloader-rhel9@sha256:41b569ce3bab77e814d2f2dbe5252a55b22cca84ac1d0fac985d3ebbfdbacba0_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-config-reloader-rhel9@sha256:a8739133a6616a7a34ef4cbd7eeb731b3839d4e5ac4d5f2ef52894b493b0503e_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-node-exporter-rhel9@sha256:066cc860301397a054a7418b105c25230a2180e557d7b093b8234e375ef7338d_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-node-exporter-rhel9@sha256:0fe50ce4c7264d9ec532e587c9846b0070b22522066816679f08a5a07111942c_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-node-exporter-rhel9@sha256:8292247806e2520a54b4170aa69da7f20b93b2420df976dbd2f5e92735100c2a_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-node-exporter-rhel9@sha256:ba960fd338ec7abcc2a936137587076f80ec113a081be8d1df91fec8d3ce09df_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:487f00e5cc33440966f68b490b6ba8d0da0462f2bb5f94455807bf9a30ddc368_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b064cb6d4991fa87e75776f37bb8602d006e296d213f5bbd6b47c6de2903f152_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b39a4b9a4f8a91b7976f2ce02303b05b38a583291a4ebfba1b08d999fc108d90_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:cb10c1fbc87bfe3fd48c9c7834bb44be8e808d9ad10ef42c6483681fac9a8524_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-rhel9-operator@sha256:3b0a31d3ac49250fb165866dd1ea03ea7914692a09d7bc6514e516e1cdd5639d_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-rhel9-operator@sha256:717067cfb00313dad5317b564008a9b245649d001736074009045a7fbb3d1cb9_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-rhel9-operator@sha256:c0d1e70914880e19b13f1c899623c78b880777ffd0d54f813a8c78f2f172a4d2_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-rhel9-operator@sha256:ca2cae619e6e83733a803335a113e09ac6bb9c1c235ed0c1ab05fd7e8441f5b2_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-rhel9@sha256:033caa3d2b728c32e63c7de347646938d304ac0ff2c490aa35d7e85e63236cc3_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-rhel9@sha256:2cd0c0d30cdd42e4b78859bfdc5bb5dc500691e69efad403f6cbbea854564df6_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-rhel9@sha256:3eba98811dbd189733d9e1ea7ac94c175b90b5e35d5f58c27aaa313caeaf3b35_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-rhel9@sha256:409cb025e1929cca3e65ff7ea79efc7f16b546fabcc93ebc0b7c98219cc4d7a7_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-service-ca-rhel9-operator@sha256:0a3d510a717ae3bf99d94b4987185b70445998ecb26e91b5136e547a8d457cb4_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-service-ca-rhel9-operator@sha256:3b1680ab1e489cd414065f3d52149fb34147fef2888f4da3633c30936690dcb2_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-service-ca-rhel9-operator@sha256:9dbbf7be716430d0be120617233a7de552e4937248315de9f6c6f794100db3c1_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-service-ca-rhel9-operator@sha256:ba873fccc64591a61d5a0f0d16ebcbc040532e8e16309b183395beba4e8f94ef_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-telemeter-rhel9@sha256:03554a4e07a0aa9debd4b2c5e31ba7a2abd48864f6e21ed8edd758e397ecb9e3_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-telemeter-rhel9@sha256:53b2672ec495dc7dfe61774d5ae111c18e2444c2e9a97a9a5588f5ff659cd048_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-telemeter-rhel9@sha256:93a0c6f59c4f920371c1210668bc5c0a9d6fca17dfe978d8427f772464e16af4_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-telemeter-rhel9@sha256:b68407ef2bf389d6ee95a12b49b6d5e3a338ca0b02c0c4c3455ef7e4c4cce81a_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:6c29ecd0e1de7ddd55fe5429a3fc772022ec55dcb09d163fe37e732b611e19d1_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:91bdfd2dfa408a28a625c9697731b50eb4afed0ea2bf5f6e83e4a2b9bf42fc49_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:a7c46f07c35d038170ce529369d58b7c848973e9b1e0c52cd50a687a758e85c8_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:e447e1d980df7586105ca637b17bdad12b3f3884a6cd26c8a8b0482e02648c46_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-thanos-rhel9@sha256:171a666373eefa0b34cc77d1c1e1361020055746c641f81bdf55581304ef1a45_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-thanos-rhel9@sha256:2260556b4aa73441c868313ad67b4ec14af256a81f2c94dd174a60c322f65879_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-thanos-rhel9@sha256:29258f468994c2e7a6249595ca4b75fd72c6009644f8e772f5510bd461758d3f_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-thanos-rhel9@sha256:c6b2c72b0a23b3b2b1030add377d6709ed1f625041251a1338c2b083df4c7fe0_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:4f4daeba93df4d66ce29574a0faa199ee1cc73bc5b8a63b38de55c7a2ec43bc8_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:eb1e91426bc4518afcb871220972ff5f7d8494c56c3e59f8f534ffc96971c409_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:fb4f18eee9c9aa4131ab06485a4c0444f0cb02ab11c6dca878f63f0392bf6b62_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:fdc3dc067ac445612299bf56e1b10c6b5a4e6f50daed1017454a5390d9e15632_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:8e5aad7733bffaf858ab1d1030a1c37d9516d40e083be5db9ad7d4dd53a118bf_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:19295e454699d1dd59b159aef11ca3d4d410f051d5344dd1b0aff527fc3088dd_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:4dec733ed9c56865b1cc97f2f82ecf81ce6c7949cee3b6a1599075e54f893d67_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:8f5f4a8c8d9b31039b46e2297ba597600522fefd00eb2472c4f7a64739136723_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:8e5aad7733bffaf858ab1d1030a1c37d9516d40e083be5db9ad7d4dd53a118bf_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-vsphere-csi-driver-rhel9@sha256:19295e454699d1dd59b159aef11ca3d4d410f051d5344dd1b0aff527fc3088dd_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:768cb3d11c268969e4eb1759e8d67394501e51380d2e498e3d3b06ddb98d6a29_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-vsphere-problem-detector-rhel9@sha256:8f0fc81d0fa8ab13f02d4aa1827cf2e48b4de3d7b8f46b612fe1483f8e34f559_amd64",
            "9Base-RHOSE-4.17:openshift4/ovirt-csi-driver-rhel9-operator@sha256:1d55ee07b1be3dbd3b9a2e46aa5b8eeceb055c531c49362ace9423327fbf57bc_amd64",
            "9Base-RHOSE-4.17:openshift4/ovirt-csi-driver-rhel9-operator@sha256:46a72226eb46b3833644353955ba0b6dbaedc829818cedfd0e00463018738efe_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ovirt-csi-driver-rhel9-operator@sha256:ae24fbeac9717b5f51df6f71cdbdb57046f82fdaa1e6daa98225d729fb8504d1_s390x",
            "9Base-RHOSE-4.17:openshift4/ovirt-csi-driver-rhel9-operator@sha256:f8431594e8420b0ddef024e846c2ae70569770750f3217dbe3704b58bc02ef20_arm64",
            "9Base-RHOSE-4.17:openshift4/ovirt-csi-driver-rhel9@sha256:0c5c2dc265383ca172155921b1984557dc71532d880ee3f105d86b736d46f48d_amd64",
            "9Base-RHOSE-4.17:openshift4/ovirt-csi-driver-rhel9@sha256:200522c7bae23bc7fddbf7174163851a139efe452660482d14e26d31ee11d330_s390x",
            "9Base-RHOSE-4.17:openshift4/ovirt-csi-driver-rhel9@sha256:9d2e0a9926f48be33d889cb59a93c167ed943c3a035eeafab86cd670accc66bd_arm64",
            "9Base-RHOSE-4.17:openshift4/ovirt-csi-driver-rhel9@sha256:a05a16ce31d453bb37fbedcbf8e05e5f6dbf929f5626fd00ff2403bf8510073f_ppc64le",
            "9Base-RHOSE-4.17:redhat/redhat-operator-index@sha256:12875248fd37b9d1fa4afd238ce78aa147fd2d0dd9708436fc01ac28243c425b_ppc64le",
            "9Base-RHOSE-4.17:redhat/redhat-operator-index@sha256:3aae32132cb3da00d75d456bb422fb71a45091672a0673bddd75b823cdb01242_arm64",
            "9Base-RHOSE-4.17:redhat/redhat-operator-index@sha256:43d4206cbd9d2a25d53077443478f65e85cbba2f9d1fbc765446de1929437bff_amd64",
            "9Base-RHOSE-4.17:redhat/redhat-operator-index@sha256:894819babdbe3e6a04f63d8a6ec52bfd0ed1503c25ebbb6241535e5f5fa90b36_s390x"
          ]
        }
      ],
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2352484"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in libxslt. This vulnerability allows an attacker to trigger a use-after-free issue by excluding result prefixes.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "libxslt: Use-After-Free in libxslt (xsltGetInheritedNsList)",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "This use-after-free vulnerability in libxslt marked as Important rather than a Moderate flaw, due to its potential to enable arbitrary code execution or cause denial-of-service conditions. The vulnerability arises from mishandled memory in the exclPrefixTab table, which references freed namespace URLs during stylesheet processing. When an included stylesheet has xsl:text as the root and is deleted, the associated namespace URLs remain referenced in exclPrefixTab despite being freed, leading to a classic use-after-free condition. Since libxslt is a core XML transformation library frequently used in complex server-side applications (e.g., web frameworks, document rendering), an attacker can craft malicious XSLT stylesheets to exploit this flaw, potentially gaining remote code execution within the application\u0027s process.",
          "title": "Statement"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "9Base-RHOSE-4.17:rhcos@sha256:975f83f748ff4cebae040caa4df88b771d32e1f301204a736ec414b4f3234e99_aarch64",
          "9Base-RHOSE-4.17:rhcos@sha256:975f83f748ff4cebae040caa4df88b771d32e1f301204a736ec414b4f3234e99_ppc64le",
          "9Base-RHOSE-4.17:rhcos@sha256:975f83f748ff4cebae040caa4df88b771d32e1f301204a736ec414b4f3234e99_s390x",
          "9Base-RHOSE-4.17:rhcos@sha256:975f83f748ff4cebae040caa4df88b771d32e1f301204a736ec414b4f3234e99_x86_64"
        ],
        "known_not_affected": [
          "9Base-RHOSE-4.17:openshift4/aws-kms-encryption-provider-rhel9@sha256:03c4ffb6e1ca068624a9bcaa5ca21f0b67fc60508f382ae95521c6a03ae8afb4_arm64",
          "9Base-RHOSE-4.17:openshift4/aws-kms-encryption-provider-rhel9@sha256:9ba0c5d8195237e7cc9e37ae735a7841a3fcab2fe12e6ef106da61a6e09db0cf_ppc64le",
          "9Base-RHOSE-4.17:openshift4/aws-kms-encryption-provider-rhel9@sha256:d94dc7200bafdfb39d5d7ce555b36d59d17a0add1091babd769f33dfdb854cda_s390x",
          "9Base-RHOSE-4.17:openshift4/aws-kms-encryption-provider-rhel9@sha256:e97e40543c09b130e3d36eeb5800d9d4ee989f5b16314f33534b32a2b11b39b6_amd64",
          "9Base-RHOSE-4.17:openshift4/azure-kms-encryption-provider-rhel9@sha256:08021be0c69cec642238d8c152f39957660651ec5714d7ed17f2f27c31e3db6b_amd64",
          "9Base-RHOSE-4.17:openshift4/azure-kms-encryption-provider-rhel9@sha256:a8c81f1ea15f8625cee9ad826d2263d09c17b6fe7b2941579f8914ab6ead1689_s390x",
          "9Base-RHOSE-4.17:openshift4/azure-kms-encryption-provider-rhel9@sha256:a9fa50ec982340d9e61f130c74457bf6809d843c13a266d140617f17ac1bec0d_ppc64le",
          "9Base-RHOSE-4.17:openshift4/azure-kms-encryption-provider-rhel9@sha256:cc38a9ba49ae414e03acd79e4d3b97977fe53872870612073fa569f6ab702939_arm64",
          "9Base-RHOSE-4.17:openshift4/cloud-network-config-controller-rhel9@sha256:2a6eb863736abf5c2d7a3f7c2f324e71e25a7dd9a0d5219bd9666c136e0fa863_ppc64le",
          "9Base-RHOSE-4.17:openshift4/cloud-network-config-controller-rhel9@sha256:5153ada0a44b00eabb71606b7144de94c4d5de7eb27dc54cbc9b729bd2a5093b_s390x",
          "9Base-RHOSE-4.17:openshift4/cloud-network-config-controller-rhel9@sha256:698211795dbabe068f87d21f624e09d28742483015be770b1cdb5c6138283b69_amd64",
          "9Base-RHOSE-4.17:openshift4/cloud-network-config-controller-rhel9@sha256:b5ed6c1824fa24f8dbed30ccc81428285823d97e15496c43c433db55985fd9c2_arm64",
          "9Base-RHOSE-4.17:openshift4/container-networking-plugins-microshift-rhel9@sha256:3bb7db321e0bcbb3dadc7a1c9f350e69657249f4823e46184c7001f17aac7d1d_s390x",
          "9Base-RHOSE-4.17:openshift4/container-networking-plugins-microshift-rhel9@sha256:44ab8531897438f9b25f0b6d90e5b224e3928a3f12f8b24dd18113d7bbb40ece_amd64",
          "9Base-RHOSE-4.17:openshift4/container-networking-plugins-microshift-rhel9@sha256:4c57864ec6554cf452d24947d6d1387f8c4e10a0b89508279b1bdc12a1a1f50e_ppc64le",
          "9Base-RHOSE-4.17:openshift4/container-networking-plugins-microshift-rhel9@sha256:6fee0ae68857abb3ac5357aeee9fda4cf8cfa60e061b6240d2cc266156092d07_arm64",
          "9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:8edadcbdbe43b80cea7a3076897e893c8e3d974c6cea165cd8ecb00e03d1ce78_amd64",
          "9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:b676dc0dbf6c39a7b3b68d3ef21cef981927255ba8ea45e9d1715396dcfe29ff_s390x",
          "9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:c9e05849c3438f54571b43555c775401f5a97abcf7d328c6b04387e8c1d0b312_ppc64le",
          "9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:ca540412965a47b91836a1137e49720be6ee3ebc2b7c54b67864beaea76c2e6b_arm64",
          "9Base-RHOSE-4.17:openshift4/egress-router-cni-rhel9@sha256:07d4ba54630d432f37576929be29cf02ef09a47bee91a63f58001f9cd4acfc92_arm64",
          "9Base-RHOSE-4.17:openshift4/egress-router-cni-rhel9@sha256:9d5ce7ba2746d808b7bda9c491ecbaa158917b2659546eb9be7752d14a79f845_amd64",
          "9Base-RHOSE-4.17:openshift4/egress-router-cni-rhel9@sha256:deecbd903551fa42eba84fbe2051794146cfc426cf6f151a2d8b0e26d99909b1_ppc64le",
          "9Base-RHOSE-4.17:openshift4/egress-router-cni-rhel9@sha256:e2acac628dad896c7b4ee0617847b6e5d8051b5cc0a0add05734b2f179afcb59_s390x",
          "9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:382bd4ab43e8572f129c0cccb7778c0c35e1648cc48d142fcc4f908cefb56a39_s390x",
          "9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:530a9dff7076b84825ddbb0fdc1320140ee5f01de559b2ad166032d58dad6dc2_ppc64le",
          "9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:6f7e5612f7cb6c85db355eeba15164a0445fa58857b857506cf65b873e4b8174_arm64",
          "9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:ca10f64ab5f5d9c5f2dfdb5241fed009ec9f37bfd7126ad790a07f9c1a418a3b_amd64",
          "9Base-RHOSE-4.17:openshift4/kube-metrics-server-rhel9@sha256:233be71aea1d6daf6162eb3a7f91c2f052b47e3ad1d8778e519761c678a32327_amd64",
          "9Base-RHOSE-4.17:openshift4/kube-metrics-server-rhel9@sha256:3e11ef3020927ede13dd28f57daa86b8cfd2d287e380296452bca4bd781391df_arm64",
          "9Base-RHOSE-4.17:openshift4/kube-metrics-server-rhel9@sha256:9792d7c9a9e5725b68fa3812d5907d4812b6cb23042af5392d7e6cbfdd3f8995_ppc64le",
          "9Base-RHOSE-4.17:openshift4/kube-metrics-server-rhel9@sha256:c816c9115e6a17674b2b913b73e5ebe5fc53fd20ee431f9f87c6035b4bca6c16_s390x",
          "9Base-RHOSE-4.17:openshift4/kubevirt-csi-driver-rhel9@sha256:7fdb186f15c46bfe20e5426701cac2c4ba45e78c414e71b1aac14f321092eb4a_ppc64le",
          "9Base-RHOSE-4.17:openshift4/kubevirt-csi-driver-rhel9@sha256:8243c2660c6782fffd9c8b692179a16eaa09f45fb6731183f24acad284116144_s390x",
          "9Base-RHOSE-4.17:openshift4/kubevirt-csi-driver-rhel9@sha256:a78f85edfee8f8f51f73e63c8c02162c421f0d63e2f8095ded84b78087a83aab_arm64",
          "9Base-RHOSE-4.17:openshift4/kubevirt-csi-driver-rhel9@sha256:bd9ecbdfe93e006b10eb976b6dc590889f48fa146c5da51431774543563fbb14_amd64",
          "9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:4b75b7fd029742eb75968481f181fd1f219b6b9fa0da0b48987cf988ca48d5f1_amd64",
          "9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:85649591fd162c55910b0be4049b894e0cc9027ab375ed3de4c322af8e271597_arm64",
          "9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:ac07972de391248c3b2fd918633f53d1e072e704cdd11573c2ae7ffc7e4ee9ee_ppc64le",
          "9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:cc9644a1464bef7e3e3e039f8046872f7ff86f866b031737e3af603715a030cc_s390x",
          "9Base-RHOSE-4.17:openshift4/oc-mirror-plugin-rhel9@sha256:50e9429282d07090b22b3f4f3770fd44307a488b8d080addf63159642e71bb51_s390x",
          "9Base-RHOSE-4.17:openshift4/oc-mirror-plugin-rhel9@sha256:68cd883ff4c2f5ea55b8df1e4be6f578bd107f6b9251e5d2d88711898dd8220a_arm64",
          "9Base-RHOSE-4.17:openshift4/oc-mirror-plugin-rhel9@sha256:765c139ed433c5cf47922c080355ad869b514dd33c2087bb0bab7e9e14315a3b_amd64",
          "9Base-RHOSE-4.17:openshift4/oc-mirror-plugin-rhel9@sha256:b08c31f2ce70a557a6815eda64402e5685cd9742ccf4b156daeca83c7f883ca8_ppc64le",
          "9Base-RHOSE-4.17:openshift4/openshift-route-controller-manager-rhel9@sha256:37180fdc0de1d570dbc77d0388de47f945146388c83ead17805d582a4d5d8dc9_amd64",
          "9Base-RHOSE-4.17:openshift4/openshift-route-controller-manager-rhel9@sha256:391bc1c93a3c513f2ff90990f5f45e1bc2c3665d9380a36a080b09b72b623acd_ppc64le",
          "9Base-RHOSE-4.17:openshift4/openshift-route-controller-manager-rhel9@sha256:5c17c1c6f7a366193f0bd579350781ce337a08e468f50af9be3534564ab9f8fe_s390x",
          "9Base-RHOSE-4.17:openshift4/openshift-route-controller-manager-rhel9@sha256:8c461aa1501918dff695fe715e498da95d00b63ff417f30964ee5a11ddca4685_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:b54f372cedcd1d0aa47a336839375374ae527a7095b9100e474bb0a3182100f0_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:c6d52c578fe8575c33353f690ce18be227007decf25f409e7111166ffb22b87d_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:dc6d3a0fa664a9974eeaed910db7255b7c252c2541fd7d49d41f714970bb9f9c_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:ef589ca8b456aa4c3bac06a3f73b1b371276e4a8372d2cabd64972d619e55252_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:46f1f67888e8393761a6f834332765f45eb96af42573e3ea5815a04659372e57_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:8e0f5e880cece6f08ef1c8c0108e302e8b89026ad1299463f5fd383aebdf2adb_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:a8ffbac5d2df3f79b70ee06da741de890f2eb013d26efa4d01a695d14b88883c_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f0161630366049823d995e254260ae71f5871463ae3797b0e12efd5ef30d6ecc_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:8c60c93b01376d15dd9692efac1820ea1790625181b1600a3b0114e418b64d46_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:9d62ae9810bb32ecc803a36e128fee78012ecc98434c1ef22f609435e3e2b157_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:adf9ed8489c4b9858e976658c04cc2ae8778267239997ed6d1b85902751d7da6_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:d852f1e4bdf0eb8e37eb0980914232de8cf6dfc3e159f0dcb1d13d909350c3e7_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:54c77ab47347e8a5cec0061504c591921f3bc87aacc8d8affa06cf7cc1436fd9_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:919b89991e74b6e5941eaa45219849db837271b11e699eda8f49d0bebbbf6459_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a4aabec1cbb1e2a6994b7629f97e53eb271e4f29070d7bc2118709efd9775722_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:d7cb7d816efb575eddc5da8409296b166722d17cea4b00e3d1395897f2c81755_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-agent-installer-utils-rhel9@sha256:087df13ba7456b25344b3903902d5b1ed4fb22771273d07fe7969ad0ee5326c6_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-agent-installer-utils-rhel9@sha256:10ed11db02965c7a335b84eb5b0972711b082cd6a51604ee7d41bf8c417395ab_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-agent-installer-utils-rhel9@sha256:2e3c12f80ae0f3a058a76083a166f0f52d2c488757bff1ba8e3c3dcb78d151e5_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-agent-installer-utils-rhel9@sha256:7973dc716b1eefa13a30c0393aae4f30d4f77ccb9306f5afeec29a1a97c9741d_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-apiserver-network-proxy-rhel9@sha256:1462a7d9268b1f123b16e52e0916f99762235a593f1a370bd9747278f0bef42e_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-apiserver-network-proxy-rhel9@sha256:7eb2f2ae05142aba55f32c5ed8ac3527ba1a37876fa05299c401b082d0794dcf_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-apiserver-network-proxy-rhel9@sha256:8474cc191853f6b174f8fa3b6cc3ddc5877461c4589d51106da26b740cb17a47_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-apiserver-network-proxy-rhel9@sha256:e88854ffd5222917d6056d2c4fa1f6c1b3000c1ff0884226e1181aed5af46b9c_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:57c421ec589d5bde9a9ae09a14dd401e6f4f7502383d9cc1d592c4cce6998920_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:f5171310e47ac2dd5c8e5ad6f722b919c1e3cc5d41fcf8ac0261dd5a823b5b2f_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:316dd5ec83d034a3c1b4e1bab82fed82ca290078faac2f77fcaefdc75271bae3_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3bd5065a32831547694a8bde30c4f86bc92d091b084769e078cde32e09adf5b0_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:00ab20409246fa280e7495354988d67449b225b31842bb87a12edee37929a354_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:963bff39697376d8f508f67b3f316d6876b990a07706a4bf715a827cc5488a52_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:2d10b0d8215610e706014b0d201ed462caee0d4d5d530c5c3727b9d6ea026a9d_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:69b1f43549736bf9d9e1a623f989a9f39b5ef94af2b569d9882390faabf9f48a_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:3c4159cb67ebf933de486744c889e47c38262a6fc4db744121fdb14986091692_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:435de6a901e14afd420d4bfbdf80146196d5035c72523f84cf9134660e058231_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:6be9ed8373be35cedfde4bca2f176c030f28acb48bc0f2645a57d30a2947f98c_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:f570c441261f111a11c675d9b162425dcc65a595c311a1e3d5dc23317e6ef4ef_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b76790914ea5fcf9364109e980d569aee9acb92af7ecc773dfa6bb88a6c554b5_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-azure-cloud-node-manager-rhel9@sha256:ed5ff08bfddf0d60939abf900a5af6c85d7010e8ec1b3e832f3e9c0eb610feec_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:9d0e8a429f7203b30f023f576e4be8204bd634d9415e70835be8324cbc6df689_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:dc21bf04fe634e62e83a5df806c81b014fd77f71ee574892334b84a66095b5f9_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:76f622961386df12c4602b90b3cfafdacf13f7fc19b36b46e30f868650420e60_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:f8f8cb4ccb17164473110d2852755b26438aa509a9897af600c964bc0df4fc5f_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-azure-disk-csi-driver-rhel9@sha256:88411c5fea9d080379418df9f140189954d82eba1d11390f5ae357e399262582_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-azure-disk-csi-driver-rhel9@sha256:dc7539c21b8c701f95335e5e5cef0c99102a5598c9319c41ea374c70e62a87a4_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:0587b9131fe7e79b3b757409ed385bf591841480c409af8f403e834470b3e94c_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:3dc6706d8f84756fe22e1f304151418fe8e8123cbcb79345d24eaa1960ac8eb6_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-azure-file-csi-driver-rhel9@sha256:3144fb4d63f0d246f99205b8b15c9a54a63f3a4fd8fa6c82e5407115ee62e633_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-azure-file-csi-driver-rhel9@sha256:3959dc623d65e2352382307e411589e9d01ce3d9f7a7a2659f02413d9256de05_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:2588b0d11292db6a255c0fed210052fd3811c9ff16621304ea8ff2f4b13616ad_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:f2c1eeb52e73690e1068e501005833c2f890bd8ac7d2624c5b7f68bfb0b3ab0a_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:18c081b7655b78e92106086320308698df10559225a21bf21c51519a683fc23f_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:9dcc1154c6d071cea0d2b4109bb44c77fec825cef494867434d5a1fcffce50a3_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:ab1f6cb18a21abc360cca29070866fc738cc7c93339531fbd86112f993b03664_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:e23557c87036ede1cf8a4e1ddd7551c9be23a47558f1eb5ee9f12bed7fd1e472_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:07455ca24a9669a7201e1269bf1f5c6626b3b2f06e5a949a039035b8c7b7568a_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:2db63af1587e7dfb644014902bf92f7676381cb61189862c1ba25de4a76a0f23_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:38dced4e21ba292b86c29d402916bbc6374d43789636ff593828a40f1ed11875_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:fc394498879660fe3628357568b57ea4420c0d5e38269b9d1c0919544ba16cb8_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:121f2f0e061989fa7e65ac7ba56288f13fe2386d6fa60da425fe24dc628df4c8_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:15ae7e0c9b0ba7f152071fbe8550253c2c377c48fb056ad611dbb4913ec8f569_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:718e160e36461f4b068deda1ebe34c36cfcad3cc4a361321dcf538d2a83aa1c5_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:b3c64d151b7106205a0103baf6d29edb616b1a3510c17a83c9f73d302622243a_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-baremetal-rhel9-operator@sha256:0d1432ba417c225f4d569eee9d24b0dc5c496020eda07e2ad3e325151e50eb06_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-baremetal-rhel9-operator@sha256:3751d445e6c9ab436fa0e62096bb69d18ed75aa2608c37ce9e93a17976fcf07c_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-baremetal-rhel9-operator@sha256:b2d56f85fe4af7d84579299e985147d9c32ed3aea91ea0c2abaed1aa9e7dc2ee_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-baremetal-rhel9-operator@sha256:f246d38d77068bcad29165f3fb0e60d8d84c193f6db82a3d6c1b40faf286decc_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-baremetal-runtimecfg-rhel9@sha256:5ad475579d7fc5028a834016086045c0d3a8097b6837969ee4ed524e54ab7d6e_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-baremetal-runtimecfg-rhel9@sha256:5dc33cf32076cb44c8507c1e8e04eab97b307aa0ef8ba86c53f45bdb97e85661_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9ecca5a8208321c2865fc584fae5411f81c2a6a939499fbef9a237a91ca643e9_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fe4f92033b01419427db757db1f4c693f62a1bda9dddcc66c7ad4625c2229253_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-cli-artifacts-rhel9@sha256:14186b3754aff62f3a4de1c51eee5bf147c712323044d86970cebd7fdcdebdcd_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-cli-artifacts-rhel9@sha256:3d4dcd1a45f409c3b698c03ffe24ce653f11b9945391c73acce7a75a1e7f976c_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-cli-artifacts-rhel9@sha256:a23e3acf057c59f59694389595c58b6fe8faea4772c94e07e5889ad2c62dfd98_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-cli-artifacts-rhel9@sha256:c9fd66a2f4c866495abc55ba28369fed76923012a371dccc479e63f0f661c306_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-cli-rhel9@sha256:5b176c5b0b293b4a704820dbf0428bdab55cc18dea95a85af8bbf66d26c4fbb8_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-cli-rhel9@sha256:5d30fefd37b24ac3ec56655c51a2b2f06383eb699f407da099f37d6fe8f5be33_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-cli-rhel9@sha256:90bc09d692046a1d7cb8596495e865bb42c7523b1fd23975a6507d3cd8d62e40_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-cli-rhel9@sha256:d62b882b5a48e78a1b48efb99f3892ece51c343df9e285c96e32af205d075058_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-cloud-credential-rhel9-operator@sha256:86abbd9662b2b0f8f0dbe8fcf8d9bf0fe8bd810b0bcc6064dbd56c5cf37b8609_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-cloud-credential-rhel9-operator@sha256:96cf02a8cac283d7fb1ef72496f60a4df821bea89e45c8237d3235ed797e1253_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-cloud-credential-rhel9-operator@sha256:a1b1daf572797d217d5925277b56b4d1c83813492cf90774cbfdc2294f498b34_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-cloud-credential-rhel9-operator@sha256:f62343c3535a6fda32806b43a098d55a7a7844941e93a3a5045a47c7b95440eb_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-api-rhel9@sha256:34f8869cd85d3c50ffb737883786ddaea37f7c3f222241ea6a34e429fde1a01b_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-api-rhel9@sha256:8034059d8013e4f34ee42fb9d2e0786e9866e3fea2a614c32005e5df8e14076d_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-api-rhel9@sha256:8e97befc7ea01fc179a3eaf66dbab974b6307c512cdd6d4d313caa3bf86eb98f_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-api-rhel9@sha256:f46dd8f62a70bb734ccd71229b09047f4625234774e321d556c0fbc5715b3c11_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-authentication-rhel9-operator@sha256:a259a1381b56abfda0f827ad6416b103f95f80d187b6ba869d31bf2c8c40fac3_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-authentication-rhel9-operator@sha256:ca4c4cf5e2ae3d5216576c6b154092fd77f93c978753fd4b7a76884850e46ba3_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-authentication-rhel9-operator@sha256:d3355aca2b5b35d64fac047b6fd98842a2baee536a79ea7615b4184c5a4e4744_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-authentication-rhel9-operator@sha256:efbd2e4c75f2eecda902b3143780e9bfdc5ba2b50f2ddfef5c2e0e753a3bb26a_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0ea9c22f0f63b3360d8e74a52026b3302cb7012b7ce6987111464e37bb5f4ff7_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:77099c8ff05288b7999fff6adf127e007ce39c7de9e1261d88574311e4c46ec5_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:85a24fe4edf8fbe51d0434bf2e65b149121c687a059a36bc4c48b592848befc8_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:cc7e0a422ed957b91479325b969f41302257a2958602f738c3ffc1b0835cc3f0_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-autoscaler-rhel9@sha256:73c6143ce45ba329a1d941a8b4cf13ad66f68c25f45f3163bafbf88ccad795c3_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-autoscaler-rhel9@sha256:adaebf9abc62813762600f7ebb480c57d186186f64a3246e62a50a7d84b016d5_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-autoscaler-rhel9@sha256:c1679d423da94f016d5631c5870fa0d7291190557a05b392070b10f84d25df7a_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-autoscaler-rhel9@sha256:e315d8104d63d0323f37112d8847fffe896a5399732874f1ace113ef168ec6f6_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2106245b2d297e8360a5c2693ac95996918051d40c84c8c6012193249e18c687_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-baremetal-operator-rhel9@sha256:4681e5cfb04379903645d21771218a1e27c61fd47d99f6a26f7d21011db42e65_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-baremetal-operator-rhel9@sha256:54d5809f10269dc52181866bf34f42618bd398e7a3f0bbee928c5515f5e290f4_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-baremetal-operator-rhel9@sha256:f039f4cf06258b1aa584b2b8d64994593a322dbc339fe6e8431ea0b8e67fbe28_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-bootstrap-rhel9@sha256:04ab6483541c8996ec5bf8e57bd3e90b5a4e9996b4b46da91a32dc5ef52f2520_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-bootstrap-rhel9@sha256:1f28e7920db92d5f1cdb04b95f51c8e457e5af97a7320ad98fc9d56f18c314e4_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-bootstrap-rhel9@sha256:5bd313301496ab3db1b3a6feeebe517a4927a172808dac07895e8fec30d91c2c_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-bootstrap-rhel9@sha256:ea94cd9619edf13a9d1dc5176ff40d6e57ee76a953d3d3bfb04e4541f2815ed5_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-capi-rhel9-operator@sha256:1ba56ff8308578c422be07fb6c3ff561ce7f664adc980e2976eedb4e2a619fa0_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-capi-rhel9-operator@sha256:43c7557823aa5e86db7e225dae23f2b46d4a8b1ba517a619f31a71512815ae17_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-capi-rhel9-operator@sha256:af7ec9ba0a62e9c86b3f40c8fafaed4c184b132afce4141ee7d51e2f6c88d2d5_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-capi-rhel9-operator@sha256:c8ecda9595878c72bc15d36ecf106ee8b2455f03278c978b784951c8f504f961_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:2d008923f980784e3a83c2e51b05834e81ddb38187e351bb3c2ed693bc24756c_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:7fc2305ea95e1586cb342202bb673466a0d81ad70e09ad98fcb2286314f901a6_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:980c46d6fe13ecfcfa85e4cf6871e4abbf13b7ce84b19d3ad64d89bcd937c015_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ae6cded8079fd98f313c8e7cf2125d4937d0dac82d09bde1ab60a5ff54f8f482_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-config-api-rhel9@sha256:832e662e1a673659c3839967d76529820f9ae03af645d2bf01ae711e90e4334b_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-config-api-rhel9@sha256:847d40fd677108f03e97a5a2590621a2a64a62d03aefab2cb98c2c89746c8784_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-config-api-rhel9@sha256:9f5786427bda3f2052dbde19284abaceeaa0a1728d1e55f710a189ec20895004_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-config-api-rhel9@sha256:d4a63e6e5789b47fb37ccbac3741110e1892c0f59f77eac89e58d9e00f5bceab_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-config-rhel9-operator@sha256:19f425ccedfb011f657416b344c2e443c3dc43dcfd2ce97db6058231fd2caea7_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-config-rhel9-operator@sha256:883a117396882ccf957ae86b7c9254daaa712e4475502dd05956e6e5f338a175_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-config-rhel9-operator@sha256:d8048fd42ae41e8eb61f9fb2f484ecd84212b858b419447e70d95b90f1562c42_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-config-rhel9-operator@sha256:fdb8fe0ae3c6951e1f09b4ae2920cd83224d124f35589c8753a2dc14c98dabb3_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:8a49993a5a30453a7c113578470d2736aa2db4b3cfcd6f858a3c4b0d8151d71c_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:96c63ebc2edef87f160d360f58a0e98b7ffd57e7fc6e187f6d46b12a7f4d608f_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:c429553d8c5a41d404e1468cd1359478ac5c69107be7a0db593418466d724b79_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:fad08ad6b358e9e4e983b2a17f2518a8b61ec6f14338b15f7c728360a0c4a4f9_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:38bbe69d4b7db72c4fa3715e9a76395d4666b02eea19a4a983d71e599f0638db_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:82d32c060baaa8a29a098bbbb03e5e14135135632823c5ea1da8aa6b8499c45f_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:891e253f46f7465dd382dc6bf1785035e1f8f7ef5b50a2b1b8bc56907fb0c383_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:df0f91634353ecd14cfd2138976e35d405b2fa2be24c1e89298a154a185a5392_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-dns-rhel9-operator@sha256:1bd8e1b9c76e9f6e22f4c7965da8aeeb68a40ae60f4cc083fefc47797b8f5786_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-dns-rhel9-operator@sha256:8f9014db2fc33af7c632de4b9c1d20777b7b015e93fde64af39b5c60bd8f52ba_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-dns-rhel9-operator@sha256:9397bf5c292ca4b3f7f0da97f94a7323de3669dfd9ae4473e8154354d5b8e42a_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-dns-rhel9-operator@sha256:db523bfdd4dad24cf9ccbda7281d1bd2ccaec01bd4b164b0dbeff2b7fb54b6fb_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-etcd-rhel9-operator@sha256:650b29293672c4f9eb788e2e4257716274f9faf4cd2e894a5f327a5bb98eac9a_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-etcd-rhel9-operator@sha256:6d38af3052357d2ffb0d4fe709604d0102aca8a19fd560f06e66a3a44d48470d_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-etcd-rhel9-operator@sha256:b1e42b13546e4b27b93bd642174dfab3799f3e95cb32ce58322886983e029722_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-etcd-rhel9-operator@sha256:f40468472b7d853b1f5034c2bb4cfecb6bf91c78e9963bdb350efa6172c34029_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-image-registry-rhel9-operator@sha256:95e2f230adee118098221df4dc09e41d62c8f0ed0ffaabdca2759d2297b87192_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-image-registry-rhel9-operator@sha256:a8c26892e945256d26c4ddb005ce71198a6e5c946c8b0bd404dc5a6d4965841c_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b3d66448f272e54b0e91499bf9203dd4ffb3cb98a0cd3f153d6aa504773b178b_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-image-registry-rhel9-operator@sha256:bcb4ca0eaa52bf9c584568b34bdc9d08253822dabe8a43fccbfe3601332ed8d8_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-ingress-rhel9-operator@sha256:394a4404caf1f548616e4b36ac2c4af05c046fc494692809c651013ef7d16257_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-ingress-rhel9-operator@sha256:4462e8912a672f95c567c1543d80ffe62f300f42baf746edd4b45886fa869d60_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-ingress-rhel9-operator@sha256:c987ba71f8168f0a523f2be6507e00fff6c262d4bfad59f4c87841330fa96dd9_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-ingress-rhel9-operator@sha256:e58cc3035d0ea33eb409b18a70e10511289449f3cfa643b52cc74857295e3f96_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0002fec33a68a9f3bb7ba5f7cd9062a35736b43dbaf42ba2cf91d4235bdeef9d_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0373744feb8a383f76a37c60e205b3504add80a0b05eb1849f90055d665a768b_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:421fa5577fb99449cb1bba71aa0c933bf7e3be12206df9994da55198635f629b_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:607f047b7f4756d3dcd4243183fb4a23c45798632de00526574f2d5d7f9fc2c3_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7ec5f60ed21701dc098e2cee33e0d59b8c5bcbd9969a26b8e8082aa2ba9c93ea_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:8dbc021731dacf75104e78f431c0a7ebaf80e31edf75fd54e0507f4af7724c91_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:d0a576b7d7277e40683ac4487217fe3684e42bc765d2a3ecba14e4b81e82c76a_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:eb97662076a8459ebccb9ee6a0958c77d1ab516b4375a9925b895af0a613f549_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:78bac198d882113612602d0a58dd516234a4b151d24e861bb69582983437b84b_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:7a5b6dfbe9d40e7b89bfcc8107e82e2515856177445a8d4831077e26f5ae2e1d_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:a2184bde2de353cf90eddabb81dd1c85ee5ceec3f6914af58db453ee2c13197f_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:cf9578fd32cfa0f36c0fa26a925965c0e616027300015812faf786b1a47fc209_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7bc83ab4f6cf5488864adb5b148e4ade887640d40fb68165b6149a8b8b6588ec_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7ca513675dbe0e79573c841589f823a39d7eada90e0a41a39ee94fa7348242bc_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:cbacae519379425f790d66b55eb12e524a5a965f2414393e52d03bb9418f1e3d_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f937dd453269edf5414e233cb9f2dd03ae3b5ab907695febdc29c7856a43e6cf_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:1671cebd1e789f751e58439d7d0fa55a3ac6bd44d6f58ddcb43e38d5b3429e53_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4e338be7fb25942b0acb0c8f635c64e2817495422c300b68979950d160d5b268_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:818f1d4ead362a2a9e72516b2b0326acc823989bc9b705615eaf4931d9fcc88f_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:dd12e5771a31f16c83c707ad28a9f4dde97ede79379e31880ce678e964d1c244_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-machine-approver-rhel9@sha256:1e1da424badcdd66eaad357f1fd26966f59c75b456ec6c894597427df561ccad_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-machine-approver-rhel9@sha256:c23b5724cfc6ad882caca9bad3da7c8b65a2c44b0955bfb34ceb0508fe74e89c_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-machine-approver-rhel9@sha256:e8a3c55da98df0e90f1a530faed4bcba073ba4799ad1d39cbfe8b2d5a8e17b16_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-machine-approver-rhel9@sha256:eb1cc3b42cf8fc4d031a921ecf465c41b0cab5e259baa5b685fa625ec1ab2397_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0123dbaeabb8ae42942d1b3f5a5c2eea452501d1bbbc7e069b881bf2bd5c3d24_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:bcb67b2b03ee49369c4d970c5e07322f85d2cf30bc50386e73313df1ad5b926e_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e60530a77777fa413558e66ff0339ae782a3badf9dcd491dc0c642edcb87d953_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:ee83d3ae20cf83282fa9127686405a7611b7ffb9211124e6688755e156b8cc31_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-network-rhel9-operator@sha256:64d5b8230e17e6c1e6b53c2cbe91ded4f9caead425dd579adbb2700923375c98_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-network-rhel9-operator@sha256:684ca7e6a6fb4fcac94e3194e794ea5498733e22f965549c00c92212c2a25efb_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-network-rhel9-operator@sha256:6defce2a88b37065fd7b8bd745d28e60599a08d3cb931872ea50b33cbb69b360_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-network-rhel9-operator@sha256:fa2d9bbad0f076283d9e110cc32fc4324d120a383ca6eeead1f286eabbda1c45_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:75664880e7db3f0ad3036642e0aceee61638c21568b5ac7ac7d150fc5f3df70f_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:78953203ce538feac3dc891a0021a076873b55d04b0a87ee223ad64f41beee6d_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9be60ee09a3ff9b58d8076b67ab28085130a5ae1f432183f1fe3f7859bf90393_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c776793921b6f3f74d7bd4c86d401789b70c552ae56d06cd3aa0897c8727e80e_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-olm-rhel9-operator@sha256:0ca3d57b8877810f82784753ba1bc8b67a764245e0530addc811cad61843f039_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-olm-rhel9-operator@sha256:9f0e7cfb0a992a098b0cd20531a46d46c702f6e2ad709f5969f8e4f69857d256_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-olm-rhel9-operator@sha256:d1534fff36a779d2fda9651a518f21e007d8abf447f21f0ee271da2862d26d2e_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-olm-rhel9-operator@sha256:de3e50c0f72a900eb72ba5b9db02d9d109470a4cdf798cdb5e84c0619d4eb420_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:64731eb24d4d1ee30ba2d704c56b7d03a2ffa69b79d71d4ae7a093b8a09629ea_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:8fee43ee0f40cbf79c410bef0184825bf63d4758129fc8612147c85147f7fcc9_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:9d108d09eb9a9c98cc7665a3dd68d93917bdb05b30f6269bb3a00c7218fac306_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:bf3891f2d6b69db4bfa60a1d5932d4111d7b56ba3922b7b02952eedce44eeb9f_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2f312119f1cfe71afa89bf2c74a4a57ad497275ff953313982a63153a39f2493_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:6560a03ef3b8e339edd4aaba5d50f1e04d62976661f60b03f2898471f11b0631_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:742780c3b6f27a3e7fea71ba1ca4d4e28db5bdfe9b69fad95cb0c31d3923c69f_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ce1110666a1f817a6897011ff27dc780b81cab9f366621120093e58f77860b93_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-policy-controller-rhel9@sha256:0d24d9508157347f020c6b99eefef619585dc37542b36f45ca62e10330e4deef_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-policy-controller-rhel9@sha256:44f392b5fe744c7abb52669e64b994c0a89dad4d21253e49ffa7acf51e069c8a_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-policy-controller-rhel9@sha256:6e67c8b7fa4d81a89121b84cad75a0a7d303d0177e28c730b903500c15b6f7c9_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-policy-controller-rhel9@sha256:81f8f28bcb4d1c52ad37c0fd5bb025333bd230793c3a2650f8ec8479d64d13d7_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-samples-rhel9-operator@sha256:1dc254b8b7bc5a5374f41f6f06d034332c9e6dcd8acabf2ee4547ba30d76b72f_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-samples-rhel9-operator@sha256:8635922fd673260318d32e128ffd11a2c7c24dd42d2a65bf4a0ce1fef12d72f9_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-samples-rhel9-operator@sha256:b853d72ed5fdc475ce4aaf6bb5b48a3899adcf0579912b0c95ec252597f691dc_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-samples-rhel9-operator@sha256:b9aee8ee21d594a677917b210a62a223ce19c451fe43bd0affac62844ba3bb32_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-storage-rhel9-operator@sha256:3c6c1a7f88fabd6c71d3ada18e7efa6ee19b0e33aa814bf1e23d6d88a3aa6b7a_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-storage-rhel9-operator@sha256:83cb02829b00376a4f31a5892b408a054cfe705906258a984f042b01486de3ea_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-storage-rhel9-operator@sha256:c7c6233c6564772233318c25089114fd322bbeaa9f30fa85e5347cd6c3f14138_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-storage-rhel9-operator@sha256:da828ef4148ca3ee8eba58052d95da9cf92ba6987418b262b7b3405095154936_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-update-keys-rhel9@sha256:4f8f6b9654e37cf6f03f984cfc5ff98945f4fa72903622f1fa770255d0073149_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-update-keys-rhel9@sha256:6e13528b4dac03e857d5032fcbda9cc9ee81bba1a30c9631202bbc7a2471549f_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-update-keys-rhel9@sha256:772397f5e6cf6068df029ec793486d9ae08d0af8098cae011a4ce986be675425_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-update-keys-rhel9@sha256:fd4eb5c5da651f5f8dba0302ec27e1bd8399ca7f0ed5bac8e120f7bc60d89ac4_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-version-rhel9-operator@sha256:4e3f81eaa31b6ea68fbb3b0ed098fc7adf0aeb77a5a739f8c91a147caaad797a_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-version-rhel9-operator@sha256:5b72eba1d1ce4bff619ec478da59a4d32535b73bb6f43bd2636510bbd078ec7c_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-version-rhel9-operator@sha256:9d3e0d922f3e069e90a5b16c08804baec619f0133ab9607e779222e6acf7553f_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-version-rhel9-operator@sha256:cdd431c76a10d0a679171a9e834274b053d4c710b26703e9732468c538e28cf8_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-configmap-reloader-rhel9@sha256:6f7d5e9aa75df873827538c22f4bc5f5132e0968847e12937c7f772d2bd56928_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-configmap-reloader-rhel9@sha256:9a41418fa0c3c5e3f0360b9c7459f186511389b5683ee3bff415f049ae84a241_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-configmap-reloader-rhel9@sha256:9c9c5a3e7e9909130823093870ac570b67be9bb5dd35906af266ef6391cd1354_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-configmap-reloader-rhel9@sha256:fd2176817bebe41db49f3820b80144e1473852f4af9a371da3e8e51c4bb62685_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-console-rhel9-operator@sha256:309c7a9912a0c3d0ea1ed4fc35b4af64d36c3078ff7d1af70eb0771424bedc92_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-console-rhel9-operator@sha256:a46f91522c131f3dc43a0f35973752bb7c27914f122f208e3e1837da09ff909f_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-console-rhel9-operator@sha256:a741ec0828daf891fdf795b37eb7b54c5301302e4b208c188b8e6203909f0014_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-console-rhel9-operator@sha256:e3766ec0bca555a1c3261be57935be76086aea1490cf3d6e9f31f1612b410dfc_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:3b2da6499a39f1c7049759b1a670aa514391bda3d550f15a8884e725c8423174_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:6384fa7d0a15b5a40733e010e8740a43667a2d6880d1b1e3501ed3dce31721a4_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:6c395b2f00617a611ed2710bb748f4cfce0e555b0202fdc94ca7520438130d43_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:77e03f315578b64e1bdef7855ff0ae44c544f648d5a384c61a37473f7ec50f05_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-container-networking-plugins-rhel9@sha256:0ff1c231ef4d4a632a089b0a95f8a8e498bd16d68a41200ffd3ad4bf32124d0f_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-container-networking-plugins-rhel9@sha256:19647286f9c75dd092be4de0edb723882af3961300a18c4aed6881bf259e6c70_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-container-networking-plugins-rhel9@sha256:6b204386282661b2efa3ff465eb279f3e06ef92646b58de9db32364d3c02f44b_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-container-networking-plugins-rhel9@sha256:993058708f0303421c0c767af97c102b07bc064cd7242acd3f5963dc6204f815_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-coredns-rhel9@sha256:560e9cc66aad1c9732c23b0d7cdb2c812a31c46efa456346b01e142b185d2194_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-coredns-rhel9@sha256:6128f645ee1e92adc4e14f61ac61ca4208cda56fc474012ab5a1fc081710365b_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-coredns-rhel9@sha256:8be1b918af3a97bea0f8aaddd1920fabdd64d23621ae73fb61a403c611515c3a_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-coredns-rhel9@sha256:ce4b36fd66c772da0bc5048c9d27b5e9c69fcab24e4fc07c80a4e92642fc714f_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-csi-driver-manila-rhel9-operator@sha256:1a4d5f47f9f0bf1054fd192251f1c84f20acdd4a2f839e333091daf83c549584_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-csi-driver-manila-rhel9-operator@sha256:e869a57727be73359e7159e2ca575f98976e4ebf444635098845f22f01352289_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-csi-driver-manila-rhel9@sha256:0c895394b3967e306bb26310f35b0aed33af1048bf1053a780df197734e6f8c4_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-csi-driver-manila-rhel9@sha256:10932d3dc0f6631f61c289eb0fd3bf26ec694d6b0e6540a8fa5422a6b6774701_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-csi-driver-nfs-rhel9@sha256:470652ca1988e7b75fe22f5b211175ffeb91c8fd4a602c40f92f3b22e8567655_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-csi-driver-nfs-rhel9@sha256:aded4df23d361836b6ef99a3bba41c187533883dc32134571a419f3894cd1123_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:477200d2e88cb3cc422914c4d9701b09002ebfb44de6dc6bc5017e468ab4b2d8_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:a0cf348c3da1f92df0e32ccfbc9c3b437fe6b2a6bff28496163ee6fcff98afe7_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:a4f6f56fadadfcc81a6330e56768eee3b0a1bb8519c5f5fe47fa9dbd4b73ef79_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:cdcd032de3bccab45d6c7cbb5d2ac3107eaff5b4b279d67f081a39ddc1320b49_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-rhel9@sha256:164136c218ab7c9da330f51a158bd519a8173671a28fc8691eba901183251104_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-rhel9@sha256:749ef641d5b6b47b6950988e3efc5cafc00495410f1ce16a276e2599a076d367_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-rhel9@sha256:968bc646d9e8d07213c3ff9bd48371e80db493c7dadb39e242741bb00b364677_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-rhel9@sha256:f8184d15a60064a6b6968ed728c5bb7538772851c11362746a5bfa8bb614243d_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:0129f8cfee2d3506adfca7939ce4cdedbdd25e6d3994ae8d82b9f2e460fccbc5_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:078604858b34951865a900411602271be1a964e8279596368d9cf968ffe35723_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:887ab068161de5a1ffb64a96515351bd02e81b0dc239c187f12128279b953ad8_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:c2585b68d7d40379ba124bee2fbfca64f1c3db925d3137b97f3df9c6afe9e300_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-csi-external-attacher-rhel9@sha256:9a65583194250712313a1e893bd5e03a9345a16c4f5174e9c9e6e7d18413bc9a_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-csi-external-attacher-rhel9@sha256:b216270c4e3760b33b62adbe672ced8483ba32462a744a46a863f485832c4f65_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-csi-external-attacher-rhel9@sha256:ba7cb4455bb603eaf6b506782468741b5a71b31a0947bab69c809454ba19f260_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-csi-external-attacher-rhel9@sha256:edc3a924116b76036a932e0522660e2303c8ffaee5d292e4e8cbb9f73f79b02d_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-csi-external-provisioner-rhel9@sha256:128d4125e8ad9550aeaff50ca27806d2c4f4f17293259b64db2e9cf322ff2387_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-csi-external-provisioner-rhel9@sha256:2ff82a187738a60c7494cf579b35e1d9a16cd0e57acd9e18474aa11aed6edd7a_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-csi-external-provisioner-rhel9@sha256:3ae17709e7c44b06b85543548ddfec54c8c1c04167ca10b8ab82e3cc4cf8a29b_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-csi-external-provisioner-rhel9@sha256:5788c2e871884ff0e5edf019ae70cf1739b34170706ed731679afcd38d45202d_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-csi-external-resizer-rhel9@sha256:265f7809b2e2b916d3712bf17bc3c171576fde26307718ca6bfd944148bb2502_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-csi-external-resizer-rhel9@sha256:51baefa68bd37931c5fd611d1b7324383e58df4754eae607cf64b1b8c9fba22e_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-csi-external-resizer-rhel9@sha256:794b4636e1f44a3bfcc3dc2fe5155d217b31e568393fa53eabe420328c29f33f_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-csi-external-resizer-rhel9@sha256:deaf59f4cfc7254ab8b35634ac18281cf88ff0ddc151d0498a21d6e91c30a4e3_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-csi-external-snapshotter-rhel9@sha256:1866f88a278845d7aa851aebf6099ae6b77d98f9c244406c2aa2d61daf88bf72_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-csi-external-snapshotter-rhel9@sha256:2b9262b07076b315714007f91ca9a2de0a5333133c319b5542d9a5e89f5119ae_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-csi-external-snapshotter-rhel9@sha256:cf848a2e0ca5bdcb850bef50193c8db40c18521c2e5d7f1b5658329a485f8d42_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-csi-external-snapshotter-rhel9@sha256:ef64e56c3194bdb2bc3e0e129cc955beb1e6d6abb93ed45480dac1e26e631475_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-csi-livenessprobe-rhel9@sha256:150cf47c016ea3a318be89b0fb80b5f81a3ddc38aaaae9f4f9ab08478b054a85_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-csi-livenessprobe-rhel9@sha256:19606dd645438a72af581210114459eeecfe1c96547de6e2a9a7a4a8d7b781c1_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-csi-livenessprobe-rhel9@sha256:22770984f3897afe484ddf93ad830d05af30ce0ca426c29dc33a448007fdf1ae_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-csi-livenessprobe-rhel9@sha256:a3a74359f9ff4bb3d9eae7d72ee3f3335a07f7a1d9bbbfd9c4231f2db81c6818_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-csi-node-driver-registrar-rhel9@sha256:168d92be0933a07413608c50a787729080bc8c850c9efdec25f77bafdfaaae34_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-csi-node-driver-registrar-rhel9@sha256:6bf2240cfccf984fdc0a6f33318c681704a495d62527d2f7242934f098378221_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c7a86c7530e5818d8bbfdb1b2544010b327c6dcc99a39152788f5f28eb0ea049_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d79cac1d92dcc9140be58c63ed13cd6331c8f41474213064cd45963d69a94e17_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-csi-snapshot-controller-rhel9@sha256:084151639be629d3a1f9f29ae20271dbe319319e2363d75f8c7c7ec7a8262002_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-csi-snapshot-controller-rhel9@sha256:2d6d427780eee15059d70088bbdb03f6774c93c4b7f84ec00eaf9b85c3f5b3ba_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-csi-snapshot-controller-rhel9@sha256:5d1dd18616427bc717e49b781e6434ca616c31fc7daeb5596d1703f2d3379ef2_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-csi-snapshot-controller-rhel9@sha256:9500323520cb1e4079304df57c722457720ace8518ef43c89149da40e0ff60dd_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:4ca3355941315a1db451ba8c6ce329c2f7d0286b3585196a30e1ed35ba1ee228_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:5e31e4d6f9eb5eb18dbf99b54a3a294e824fda2ad901333ecd33f9eacbac6d30_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:bfcb640d3847f3693b4118396ddf7a58d76ceb97016e037768244bc1175dfb1f_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:d590e08bb519eccf42d7891a3fef78bd2a265d5adcd9d27b7da3ef496407aae2_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-deployer-rhel9@sha256:0767aa82db6ab616d7b8b337760770406da4ce765fe088ed4299c3bd6ee31037_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-deployer-rhel9@sha256:6e319561328f39498c3705563a7a108cc9e0ba312c67729a5ca57c7b68ab7459_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-deployer-rhel9@sha256:a0afe3a4c032a1397872b707245f09fc3e63c233b0ee128fd3a4c695a20af9c4_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-deployer-rhel9@sha256:ebedb1bc3ad605141e4406cf3f2da63eca2671b89f8a596923690f30f4126e56_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:4378f58febb064fc36264f1b5862bb009aff4171b9ad6ae6c84fc9d3077ac70d_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:9d9662fee01dafbde830ab4ba397e5fa7eeccf90e2f8528fd57e748507a1b1e1_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:cd293b458d152b725a4ae09568f28410a791905b8f8e925900b38f33d3fd849e_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:fd0471855bbf69b72b75db2173aad473b9770f2e1403687bbf654c0bddb44c85_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-docker-registry-rhel9@sha256:132a674b5a051ed2ee41f940ea4f7984dbd7455de6510ef31b8fae7bedc45be6_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-docker-registry-rhel9@sha256:32d5e5690533a9d9ccf4ff8b02534675255a9625241245d434e43d4bb815119e_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-docker-registry-rhel9@sha256:78d4de7a4f72a623b01378e0798e2540b4123991b02d450c7b3391f186e32c36_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-docker-registry-rhel9@sha256:9182a503b30b8de69e862a128635bab7b44ff05df11a1ab4f96aef7525fbe0d2_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-etcd-rhel9@sha256:0ee443647f0fe63c9a05edcd5a644f7eca0eeb2be877aeeb7026c4db738d56a7_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-etcd-rhel9@sha256:ba18e1f81a20605c8efbbee41fe37e1d7ac4ff101a857e05e0f3d25aa82fa9df_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-etcd-rhel9@sha256:f17ddc78b5e4cc92834f4b3b000ab2fdb181c1f3f75dd9d185dc5d88d6691abd_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-etcd-rhel9@sha256:f27e4f6f37c47e139374be06c8772f09debff53a05bfab713359d918f33beb3c_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:170aba64101289aa8f9a8612888b1341e36e52394ba766dac7130d675816e2be_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:35098fdc72303c21755abaad4cc05553d6c969dc601d6a2ab91d7aabcadf923e_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:a62890163f9fbf8833e855caa292678a7468f9567433919464dc99a2ef7c8dbb_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:6433c81cd98c85abe6b1bbd8e74a776462ad78575cc6bde0664458ed685611ac_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:d1129dd095528238a3bb064376e70764388d986a0f47ccf7a92c88e517b54066_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:eeb9caacd52b52b2cc46ed0fa5f80606c7033d9cc8d7c63a5c199de6d107e9fa_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:3bf929bf48fec827cf4f54ff5fec04de0740b1f14a4e1da63ad580bb9245a103_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:d64a1c2fe51eaaa842bdb14a8bb317317ed1c22180d766e15fcfa5878cb5285c_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:f4b0795956ffb226a5869a9285d05b0ead36b7be32855026c1a2a5faf4307be6_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:73556902372fba78e19553065eaa89633c01c36b6cf10d6f51ad981777b6f9a1_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:ba5d03691cb09bc208c30c6c9ce746911468a4fb772dbef5520f723063bf2a94_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:bb6ad3ac3be2ec5530dde289e8535e01fd745332bb89a05d8b687a72d8b90361_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:1d5b94376d1ffe57828d9252b71372f132285a40b8487d9f931b9fdf6741cd83_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:3d72794fcd40b847e3fbaf3529231fe9149a6dede2a45dfe31fbd306df9b50b9_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4394b5921e342708156f43b45fe0cb780357d7a493c8c323fc403cf99bb0a7ad_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:49874280d3af31fa772ed481e63ea6d1a62bb579b9da0eb3bf772017a3330f4f_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-haproxy-router-rhel9@sha256:0afc3eaa1f9729a303472d3397ca19dd1b38b16d0cd721c12f4e23a3e04f087b_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-haproxy-router-rhel9@sha256:0b72b29c550a7e726d31a9814799bdb6ebf6ca071176262402619395ac8a3a65_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-haproxy-router-rhel9@sha256:1c122143be877d7d89163a4c9f3780eef8b8686057ad1889aa3102321e54a98c_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-haproxy-router-rhel9@sha256:9263b51ee05c760ccb67d397d0c8109a617bae089ad3973c180eb624bc13c91e_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-hyperkube-rhel9@sha256:6ff66bf6280231a5495000bf79ff4bb05b2f139ffc372d11d631cf60ee5de67c_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-hyperkube-rhel9@sha256:c32ff89d47b6e001bc02fdb86323cdc692d1abd679917cbea206b70e43d0d976_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-hyperkube-rhel9@sha256:ef51f6f787195be8745b3cd3b0b3dfe8a96ea48be2e3ccb97ed63cf1bbf58534_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-hyperkube-rhel9@sha256:f32ddf861dac3d41222d238768c5376702ea295840d70ebc69e9224f1c300446_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:02f10dfe13ccca892445607db62101ee47e86ef5fedff0b8dd6372856548ebe5_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:0677902a88154c33c82a5dfc1aec5325cd2938b08485299a17eb14ea0a4857d3_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:249df28d5775b19c96ae3f03d736f0ce8434d9e5969e3365be2b5e329faf85d6_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:2bce8039239d0bc061ec7f373d96bdb446ca5b68c45820a58663f124fba635fd_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:1384411d0b3794e280491e0b0e14252c5e4f9e43e58e6602b0442ab9a3fb2b0c_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:8fe95db9475ffb66b670339b266f3551c4682f214cd2c1cbd151a62e9f8a3b73_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:e9876a36c4810b4e68e1f6668d3324d8e71ba145f3d214007bc4486375d55be3_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:fa6ec143e3d12a3836c9148adb578b591987e8520cbec4283dcbb427991f14d0_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:528d6b3faebd79484a0be86e33a7d6ba922dceff5eb1585bb922c18bfd01ee70_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b4321d90c93b58108ec190d72b23966c09b2b6933a7b5d8322d10dd8831dcd6b_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:44c02359946a024e429303d031d1bc70ced6b300316c939d7290d17042b87618_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:8365ab32e19f655627b62adfdc05ceaf24cf10395876f4b3a545df57eea4abba_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:92db3a22fef2499c3d11a2666e72ece44d7df862458f06600d27fb9b6304f77c_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:3f77010faf0f6f6e7eabfcf24bf1328c6e70bbb32f843287639a523621a5f4ff_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:9f2805cd3f3ffb1daefa1a718703a568cba5536b12fe2848e3c87c2213a04ba5_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-image-customization-controller-rhel9@sha256:0f1b4c68ce6ab2167b1b6fcd0059a8531eff59b5cf49c23322828918a6ed6f27_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-image-customization-controller-rhel9@sha256:8bd8caf2fac84354a4407c48651d11d055c90e09f06ea57c1825d2be59ca18fc_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-insights-rhel9-operator@sha256:3b7ec1f0edd312034a7dec567af415f85f8be1828dc6a0dd2d11072315b77a41_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-insights-rhel9-operator@sha256:afcc280b069a744e3e67716ac685dd7c7f23c619cbc20e2c21237031580f649b_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-insights-rhel9-operator@sha256:c7e5d66df8aeeca3969c31c560fd759f77d60211f08b1f456391ee0fb333fc45_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-insights-rhel9-operator@sha256:f54220fde82b962663a86123a99a65e549fd68fd9a6153f6c67979567a6fbf58_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:17050d94832b400bf54598b748667e2e0035b30b8f996d7a25bdb61aef5960f9_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:bd5955616dc827b5552f5fbcdd1fdcb23e700a647de2ca4f3cf1f8a2eb105f1d_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:e26559b0ae61de908b9db0753babf47e2a3bc27c6637c7e945d153959fcb79ea_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:e32b6e836082e6d2a5d267283b2263d9811c3a62d420842689ab35fcc36b4a63_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:312bac6a070c763a493c566fbd1b6f05591f23949e4f37a157235f08f927c653_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:7529fae3aa40950d226ef1d8d2039d6795c518b2dbbec8e38818cfcc3efc9083_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:7a235516acc4c967b8fdda1868be132966714d19d6d90a5ce4b4cab661d819b3_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:9ee9cc91eb2ede268fbdd51bbfd2e211f34ccff61bd1c3b130bf25879c67b3a3_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:69e680e1a17c99220c8cdaf5a2e73f6e4e7d835f1193e62bf516df65e0d2fdff_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:872ec12780579fe14d90d7eec8190678ce56f4a5914917a7d6169c5cd767bc68_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:be7078e79fd3d22ef43c253aff1b72e7457128e639b780d5073a016991bf56af_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:df403029362bb02139eab00cdb01c35171431ce0e237c874e11e06aabca19311_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:b45a678f884a36a9c6014841f8ca1c70908bcb51dcc45d9f71749806c9fd8fba_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:d3b354ac0a8b37e7e8fa339011624d0e4d7403ffde520b5e911e3664e9659e34_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1726d045b526bd930e04ceaa125da6477f7a44b18c9b01f723ff3cc1320da9ba_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:f62c966edb47dcfaf82b4136ed867fd85bf04424f91e8a519f8f08a3989d98a0_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:02d3c6c0c7d3ba854e7a03e3cd3fb56f21a729136f95993224336d42f4597b96_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:49db69687f7245b778480b5796bc3956343ec1d4b58d705d3f08b3380ef93b6d_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:4c0cd346096da2ceafc8226fdf3f132320d42d8992dacc78abf9b4c194f92740_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:4e948d046ccc7a44e18c5b19fd107d560183aee3fb46ebee28bffddf850d3ec7_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-keepalived-ipfailover-rhel9@sha256:0a2b379d082cead1b190b32ffa9339bf88fb50a8ab5abaf12ca2bffccdfc75ee_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-keepalived-ipfailover-rhel9@sha256:127bf3d442da47383b1f2b8d452fd29cee71eb614b71ed7d2610063ae78e808b_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-keepalived-ipfailover-rhel9@sha256:966c3932cf9a5d03bf25141234d26c7628b71eda7439239a409da03953b206a7_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-keepalived-ipfailover-rhel9@sha256:dcb142b3a5afe0e7b7a51a1c94661855bd54776ca51575630bc43f02ba12c554_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-kube-proxy-rhel9@sha256:bcbabfca97e7433c9fa4ad479c8906644461c2a5aa75c8ff7a7644b13975ba98_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-kube-proxy-rhel9@sha256:cbafb2565fe2baf4d54fe0cc5ad883bbe0632a4736771f55dd55b9d3823a7716_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-kube-proxy-rhel9@sha256:d1654ad59633f2f3d6542a83c32ac0e1084cd148a735b46f4c674edca9fc98e0_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-kube-proxy-rhel9@sha256:fdc6e80a2293c526be173bea9362e2da73e0c0d988a767e6f160675db8590acb_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-kube-rbac-proxy-rhel9@sha256:093d38e21abf82992df96727b799f72a14e66986b02e08eb6af990f4091ccc6d_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-kube-rbac-proxy-rhel9@sha256:5c81ef8f24b561ba9b51c25e3ca50322eeb0544240f9f6db020542f5101f17ae_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-kube-rbac-proxy-rhel9@sha256:74af69d301e49c08c9c0fab6bf929b6443beddf21d578273fd332ec73d7b8a24_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-kube-rbac-proxy-rhel9@sha256:bd85227421b997806814438c33cc997fd70911c8ecf1d9e6e16e506dbcecf5bd_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-kube-state-metrics-rhel9@sha256:65321f83b5a14049a62c6d6895287f57501f5f77589cb8be2d6b366a145c021f_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-kube-state-metrics-rhel9@sha256:6c697bb3cd8bf8a743a0a948721c4c97284d62608ec5272bf97fa51d23f8ab14_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-kube-state-metrics-rhel9@sha256:bfd60907c9836d089067b19a287d3267fa9ab98e09420e6a4f0e1ffb51506d04_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-kube-state-metrics-rhel9@sha256:e26b6afc9938274f1777fc5eaf6c0a6b95fb5e9c7cdb51d0a778d548218293e3_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-kube-storage-version-migrator-rhel9@sha256:63059adfd5fb0042f492f3fdf938beb0de950f3c86fcef51fd595099e3638e51_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-kube-storage-version-migrator-rhel9@sha256:82ec54538247a36578095e91a73ea2f0f2948f1d53214fff29e424badd23a733_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b798ea0514d92809752909b9f0b4d38ea1a7309df58750c1c516034c8a58ce4e_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e85db4241123d01e874bed074f9a9a34ca6221176aaa2cb5bb4729adfbf0ce95_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:352ba91a72d19fa2b0006740b6e0e22b9824f73d3fad3ccf3cfdee0735525aab_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9292f19feeaa3bdae3094d0c0496baf8670d18286041f317ec82c552280a9b4a_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:b248b7e14b2f4a76b6fea232897ef6db0f43531e46d161af07f2e4bad05e707b_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e53a18e4371e50c1bf5089c2f6e3b0d0bdc70454f8289ba3e6411afb2ab49aec_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:002c9019af35f1f8aea55bea65c97a92ef1d19ea1baea00d17b79a264a3691d9_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6b95c1296fe5379d3dfaad98c17ac65bb818babe4057610eccf8461635ae8103_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:70a12a74322db347077f7758c485acb127ad33d021ae5aec5e912f94f8ffd8ca_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:fa4bd7d988c14418df8c332de4fea3b5ea57dc0727a461f68472925aa6eb9696_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-aws-rhel9@sha256:c6d0869274ce92a1eceb263b4e94e462fbcb8b599b09ce8acf9c00b61cf29226_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-aws-rhel9@sha256:d2dc62bb9ab60ef004894f78e80c143e8c7d027ff073a3c238dd88b14b3b80fd_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-azure-rhel9@sha256:74b7d7c58d260b1791d7d4f55a9fdcbb13542519151976de43dfb8bee67c9cac_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-azure-rhel9@sha256:d4764881a7a4f01e5b5ee2a24b13cd74fdfc5540ebbe84cdd0fa28fd64aba389_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:2e3b2b5c07bbba78849bf504c5a8a600239c151f7f21d6f1fe6c022003193a4b_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:526440e32f8eed14cf6ef61769baea675aba9c02e6cf5778e3bc8f92c7d306a8_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:968aebcf8a5dbabc3b12fd50db0f8a1bf4bfe399b390efd29b9534510d7643ca_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:1396e057385c7d8da1dc40c52033b1bbbedab984703de3e484cfea750652b224_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:373d9277d116b062a74e0610f98d512d8ffa5404afbfe116d2f8e549afd9251a_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:6fb5c3a4b83c250c783d6b88d7914f72e4972ca2a2e5852ef46a0f754b6f8eef_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f907f7e7f7659e968dd6ac35177c726004afe0b86b0dd9e9e78abc53da370a7a_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-machine-api-rhel9-operator@sha256:5e940d2b4901a79e7b4a2c5ca656d3d974b771d1950edbe441557522082e02de_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-machine-api-rhel9-operator@sha256:5f2486c25d18ae075485af13b8800df7b2bd1b251c73b1784ca1946569b83919_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-machine-api-rhel9-operator@sha256:9972c5496357187072347787379fe704b02d7aca9c62582982ff97e132f7361c_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-machine-api-rhel9-operator@sha256:ee87d774d6658bde289f8c9ab55154ade49dfddecb55ac1a577da883ada32aa2_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:2141576fcdb4d159aa417474a27457fb2087ad6235c4df0597083f3b1899ca45_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:483b65fb285f5d17f225c5da6513e12bc7b1a7b4a7040663cd07b565b0afa029_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:e3d3a68630da8789ec30cdf920bc64b478949e146e565c28faa4b6e60f149f8a_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:ef6cde961dbbb6fba059c3c45a80fb0e2da74f4c5cd52b42e73589ddf5b1e399_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:9614841db8310744628318b72f55c58b0486fa04758cf069921ebf602e689e9f_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:c26463b63a1336896c3b5966be5952b60e539691202cd81e7ae4e964817f2109_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:c6d8d116a62c6b8d1f6d298c580206b22de9054c2f6954f6bf480ff01c572dd8_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:e7d5c7d2133b60a140a95d371202e33e6bdcb24ff7ae55fe791f42f57534ee30_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:158251335ecb898e1d9dd072153925e15c27974ea5bac191d2b2238aa3e9d9ef_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:23b2c32bb23c66ed48ce220033f85c76ec6ebfe241ef912e7e5c2550b3252f08_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:cb9d387eca1b9defc9b9cf59e79e3afd9721f6e2768f6ca1b23e2d93c643fe88_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:f94b1ab4229c5fb8e2dfd07e5b04b58f6385f67454e7ecbed2d2aad02e91f07d_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-multus-admission-controller-rhel9@sha256:1234866d996a553670345d2177f491180651d53747d97ea0f5b7c05dad4ed0f0_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-multus-admission-controller-rhel9@sha256:4a2061a1ba2d018fcdd41b6722fb4e332b72983954ea5d0609b01785d2647e6f_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-multus-admission-controller-rhel9@sha256:878826b56658eac597d692338bc3e7d469568776c9d6f71c11b63bcd0932e01a_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-multus-admission-controller-rhel9@sha256:8e46edbaa4d4fc29dbc09d38898429d545a02822cc46a726fb5a61f4bd55dff8_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-multus-cni-microshift-rhel9@sha256:60064cac3df05c9a076ad9942bf3ffdf452f8ed8ade863153a7ea449234b1e4c_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-multus-cni-microshift-rhel9@sha256:9f905872cf72582e8ef6df209d1dfcbe23e56d894f39ce7c705bec68908951cf_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-multus-cni-microshift-rhel9@sha256:a5aa505bbf99f157b1817ed0981ff4037cac3e94ec3b80457f97b6e07935a1de_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-multus-cni-microshift-rhel9@sha256:a6aee61594a381b29e76718a05255a69ba1fc8d16b4836665499065cc00a6386_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-multus-cni-rhel9@sha256:06a30be1f56c0ba60fda631904e406def40a5294076d98f0946c1c7035785e1a_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-multus-cni-rhel9@sha256:0b7d0c694b170b254e7f998465826e0d51abb9da67f8d0a4d3c58af450550cc9_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-multus-cni-rhel9@sha256:331e9a2ee10ab14cd3cdf1016af92a1e3df1f25422900bf980604b0b6c6050e9_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-multus-cni-rhel9@sha256:b3886236c43c1935b1e67344d865ec6b6148b599cb6f94aaa827ff6889444faf_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-multus-networkpolicy-rhel9@sha256:93e501b312ea23b290e46c14787acecdb02636333f5388429b5400bc4599be9b_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-multus-networkpolicy-rhel9@sha256:953c2a800efd3ba87344b0c556c89132630dc378e1a96ff38f626a60ed4d5ce0_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-multus-networkpolicy-rhel9@sha256:a79bbb6df83654cdd8d925a070f6b7c9b62e85702b84330d31a1242507fd01ec_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-multus-networkpolicy-rhel9@sha256:f32767d8dbad803a847397b47ef35d48820e2ac8c5abb5d916fc3daab615f6ab_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-multus-route-override-cni-rhel9@sha256:2dc58f3bce109f2dab38f7940e7aab29a4418f5e0732c1e8f1e1ed217635ac19_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-multus-route-override-cni-rhel9@sha256:5784e4d821cc26ffffad6e6e3ed101fc2842ebc3d89b16eac041dde506c1ce01_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-multus-route-override-cni-rhel9@sha256:b32bee1e17a99bf6e865f3dffb4f80f9b681cc3c0f2a1505698f594f286a7396_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-multus-route-override-cni-rhel9@sha256:c0b91c4fdee11f1468e9c32f2f95feb08f49eada69835577eea2c04ede8c5725_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:14c20436996d9b4151cb77c811fa65929d70874bab1e3577c1ffc156b23514c2_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:2264796d3b4da7e3fc2961c55972859361750a1272f52112d6b50c069275b6f8_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a7a7b993fdbbf8fb1a67dde836a577c55ef589d899dd6b50bbb6ab4da03ead0c_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:eaeb6ea984b43075d1721104647c9e539ffefea462ad3ea3f3cae66551e301e2_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-must-gather-rhel9@sha256:60ec7816beae30bef25a0a50633d77cb669c472d4f1adb0356b547c13cdc2282_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-must-gather-rhel9@sha256:7e0061f5d8d3909d377e353592c99179627fbbd8e70d90f1aae44dc8f9f34b9c_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-must-gather-rhel9@sha256:c1268a511ca6052fcd0392301af7861d388fc2dd32977b13fc85780c0c9a22a2_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-must-gather-rhel9@sha256:de0f68e94d48d6fd1c6bf1cfed042a8f244e5392a0b6ad5c02cfab7b7a9ae3ab_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-network-interface-bond-cni-rhel9@sha256:66eb46a96bd308c39af00caad02b3dd77cc7d1dedfba70ead48c9390dc9ca9f9_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-network-interface-bond-cni-rhel9@sha256:685adc9ee76db7d09ce6c56ba14570c9e0848c517534c5661b52a702d05a1e3c_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-network-interface-bond-cni-rhel9@sha256:78d3bdd9d6ec154e80b1dfcd41e37ae695173e61a54fac6aa2ae9f9264253c75_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-network-interface-bond-cni-rhel9@sha256:c372276000e5ed2540990ca06299d060a49c646ad7a1f206ce5094c7b95536b4_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-network-metrics-daemon-rhel9@sha256:0e47e27fce44f690b6b358249a26dd334d40d77a934c289f5c6d700825339850_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-network-metrics-daemon-rhel9@sha256:1820093b89c42b11b76534feb6f686877931e45206f35ba4ab3540e209f95e6d_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-network-metrics-daemon-rhel9@sha256:afc2923e5780bffb27abc102eec63968374848078da5cd2fe12bdc8f0ec90251_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-network-metrics-daemon-rhel9@sha256:e805f9a0f7eb2039fd8040dcff142175c392381c992b69e8c5e3307249fd10cf_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:400c930aedf5e3964c9e5201b5932603b6b074ba6f6c31e3d432c066e06ecd77_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:7c0370de82ecd2cab8bf48ae7f1bf66a52d637e8b9aa6c0ceadc6a27b5e3507d_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:ee249765525cafc3c5b1c9751427e7fa19bcef17566d5ca273fcda348e3dcd50_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:f94e6168c2d658e1be23c8d9cad9a86d2f9e0d393c49304d310a500d61adbbae_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:065ce9ed541af2ee48a9c7d803865180f3c0431c2e96edfa1b09bab0bbbf40bf_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-nutanix-machine-controllers-rhel9@sha256:d8add7c0ed65ac5c6a053c21fe96fe8955b6541f9b05a47863974d18a7021ad4_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-oauth-apiserver-rhel9@sha256:08fbba8e85f6efc4f5d77d1bc9165fc30628f4a04383928110e5cb58e80f7e62_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-oauth-apiserver-rhel9@sha256:13a1c0ff1bf2b0a865a959c65166b00d53d402fecf984db6f2b9cd49ee7289fa_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-oauth-apiserver-rhel9@sha256:56a5d92f7a3a2f3ece3579a584f4234ff2c0d8ea4eb8e1d4f65cbf7d7a68a19c_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-oauth-apiserver-rhel9@sha256:8ecc5104c41faaecc96f97e1f3c4ddfe0047bec271a6bd41a72c4704a2b479c4_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-oauth-proxy-rhel9@sha256:1eaf29ebdb3d128ff2acc33bae9a33da915806cd20c8aa98afd8d1004eb17dba_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-oauth-proxy-rhel9@sha256:b934449f27cff8ea6cd6577e862bb07d3b20534cb644748fed921d922cdd5404_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-oauth-proxy-rhel9@sha256:ca6723f202239be0464ff827710c011468d6df243cfa873274f9d4c828d4d76d_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-oauth-proxy-rhel9@sha256:dc748b70f83c70facb499b0d5ce0fd691e827909240d89ce27c3d248175d07a5_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-oauth-server-rhel9@sha256:5510278d09ee523ece2d0ba6b24f07e522dd231d36d2eec2c190d1426e15913a_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-oauth-server-rhel9@sha256:8b2c530a19bbf51813e7ae9bcc187a49b9637d808a720401ad512756d1cf0d2a_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-oauth-server-rhel9@sha256:a033f65ebaddebea7d66135299e2fe0451f3b3c939ff26c77c3bcdb053c581dd_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-oauth-server-rhel9@sha256:b4fc4980e7caa15cc853da45981051aa3e1290e4ed9e6aa78cd0bb251796fd39_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-olm-catalogd-rhel9@sha256:25a5a4b4ada09c18b0172d6b55e99213b328b049a4e736ef33a46ee0da1dc950_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-olm-catalogd-rhel9@sha256:2b350e41bc865f8cf3d91ec774a1ef90efcb1dc695031d54cfcbcba445ec576b_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-olm-catalogd-rhel9@sha256:e9c3bf1b4cd8b50229b2d2cd74f6ab8ef8d300d6bcd577b3334d368621c96e5b_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-olm-catalogd-rhel9@sha256:f11007c8352baa9b195cbd9734103033c0946078b12ef02a624aa8574a455896_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-olm-operator-controller-rhel9@sha256:7947045fc7c78746b791cf45cc7086f35981ca1675813803e4d6b44e1217d4a5_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-olm-operator-controller-rhel9@sha256:9a95f890999546160ad4cf68e60c94bd02036392a981fdd3473bc4ce8acf5e63_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-olm-operator-controller-rhel9@sha256:a2ada640c8cf94921756f81c68762e3aaf7eeae865cca833be5fe14a868e9832_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-olm-operator-controller-rhel9@sha256:d3bfee26c52099ab31a0f7f78b53a6914dc1f33c613dfce0a4a83dd70ba6f04d_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-openshift-apiserver-rhel9@sha256:12ee719e29b1a159926fa67162dfff04668a0c786db83697a75fc8bf96c61e36_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-openshift-apiserver-rhel9@sha256:281810b86981603927513af4b9738db05df090e27cff61cb57f615a1b7da54a4_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-openshift-apiserver-rhel9@sha256:d7aa582cb99ceaaba2d9da65183a485fab11b0aec41d68b5964510f35167b3e6_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-openshift-apiserver-rhel9@sha256:dd1be867b630db99ef81dae76668387115f04a9f0c61364f0a6e216d0a28cb05_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-openshift-controller-manager-rhel9@sha256:92b40e2865e79b6c9178e6e94523b9d09149441f5a72276b25951404526e7ae3_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-openshift-controller-manager-rhel9@sha256:9825100ccb4a060d9f37d554a8f9d79dfc8427785eda77610c60ad0feb74c666_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-openshift-controller-manager-rhel9@sha256:d121f0c03960db28af368e4b864efb220c1be28bfb5f9735813302efd045f4ac_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-openshift-controller-manager-rhel9@sha256:fbba55058981a9c57d0b273bc8b56b66e164c7fae1bf59d74aaf6ea3656ac59e_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-openshift-state-metrics-rhel9@sha256:539c14445c4b7acb91b414f802d93be4cebc24d060b52e06017338fe9075d9b3_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-openshift-state-metrics-rhel9@sha256:62724925ca3ab5c18ebd7692e89e41ecf7e0d33176850f67eeae9692a6927cb5_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-openshift-state-metrics-rhel9@sha256:8c6bd11088ca925f8faf61dff5bb6655522a8ff6939c146a4126ed5f0690914c_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-openshift-state-metrics-rhel9@sha256:d6a2b5b710ebfc04b22860c62daf56aa7ff85d89a26a8235f95d72346d4e2db6_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:1919474880b196d1905b8dff9587c006b6f273124d02e97f40e2d4ea8d050777_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:213222f7adf001b898109567c42c82d6d9325ee707615caa1ac0fc15fae574f0_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:30ef542720dd4425d7f7fae10dcebe2d5fe6d25105d34261fe754f4cab4a64b6_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ec415bdf74f9ce65c23af9e06d591ba78d696f32a7cf249c71804a87895f96ec_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:ba40d8da235fde8e89b6115a1d5f41568fafb4eeddcc38f107e493fef2ea38ae_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:bea0b14e279d2c307eb6fdb8dcafa114d9b281ab267c14f7b6151c5b838f80cc_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:bed0e7813bdf23482a2c4f14c09a73c84ba62027947ec8e9c57ccd2eccc2c1b9_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c7cab534f6196d76cc1e31b17bde3bf5c3986fcffe7a1c026013012c7ab68c81_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:47d6f6652a0e3d399c9b26a4954fd3478326c49825863698cf3140c2c3ab9bf9_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:576677c2baf50fd096f762daa156970e982279275b34814ef52e4be4b511f5ba_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:6e6be32bd4a1e3739d0e0f1da3674cd6f74ec5255865dc832d91d41f47283718_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ff4bf6e903a1af1f494f5e0f43ed6718bcb55557fe9135d0750362bf0e8e6b58_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:1ef9d43e45303b56e96f1fd2b5d63cb185ad3373fe516730a5b0b98b6947395d_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:5f7747f4d324cf90dc48d2bc20d76c2625fd2dcaa3d6478898dcc55d1f8984ad_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:8d30cc94f2e8512406aba31083e31e155c9f568838343e56864579dece7bff31_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:ba3ced5cd94c0bcc2a3295ce47dc28a60078d7db8c4edf2bc8d6f5b12d573879_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-operator-framework-tools-rhel9@sha256:5abbe0d3aa1d5dd9296e795465ddd5a117c466606481a418b2846c435ffeffad_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-operator-framework-tools-rhel9@sha256:9c53f361a67e96e64b5cb912c0af0a1b3e18cb3bd428084d5cb1e8f6860855c8_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-operator-framework-tools-rhel9@sha256:c187541b8c1b8a589645a608ed79b43f9e6911116faee1c50ca8a0a30a4d3738_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-operator-framework-tools-rhel9@sha256:feabd407ff0094dd9102e3c78cf94852ab6e700fe7f906fdd32d6a211232b16e_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:01b59bfe4a9c7489011c71dd8a35ae2ef81f81c4a23dbb2117b6126964f1da2b_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0783189d5b07855bce1a32115fae430958ccaa7951bb6405eded7e3aa572ee17_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d7dbfed38bbc7511c43814e7d06a7c120b4a62adf724461c76154a37cd37796a_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f7e781c6a21c4b8fa25630d174362d62d69dda2911dd033f7729923b26ecb483_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-operator-marketplace-rhel9@sha256:072e15ae931425b07953efa32a39b4312805dd12889af0f731c9b04238a21c11_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-operator-marketplace-rhel9@sha256:2d413b3ece4cbb46f6a682333ed06a22857271e211acc6f704059eb20bfe01d9_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-operator-marketplace-rhel9@sha256:7c57bddae38c037d1848a509ba7c4e5831632581439f90865422151a90c7ade5_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-operator-marketplace-rhel9@sha256:bd541bcc12678de1a652a602a29623a9dbb8640cd4b88ed2e458d352d0b0039a_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-operator-registry-rhel9@sha256:12875248fd37b9d1fa4afd238ce78aa147fd2d0dd9708436fc01ac28243c425b_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-operator-registry-rhel9@sha256:3aae32132cb3da00d75d456bb422fb71a45091672a0673bddd75b823cdb01242_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-operator-registry-rhel9@sha256:43d4206cbd9d2a25d53077443478f65e85cbba2f9d1fbc765446de1929437bff_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-operator-registry-rhel9@sha256:894819babdbe3e6a04f63d8a6ec52bfd0ed1503c25ebbb6241535e5f5fa90b36_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:43f19aac756eb00b63d12521f353df83d79086751715e23f2c773880f85221ea_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:48a8ad863bc40447db23818df0da3b6c765011ba81eacf4b7116026a06358bf9_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d42d85915e158a7ba41ab7c855ebbff6a5e6594bbe9e002190b5966507552c2c_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e96efaf0fcff6a640c9a5d66922694ef5e30d2d6bc3b2edf1a4900e283174a1c_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:2bade31f6bbac52b4916f47431126c735efb2f98db4a69a5d6839ae731803dc1_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:704105b2136fe017ee9402ccf0109e295b2e73462311470fd97aaeb4768b01f8_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:7a6d7d84e63cdab1cf92a6d022168a620a22f5e8ae898f7b972871bf76287886_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:8f896cdb945435f3f03a813b857d4cb1ffe1f0d6015ce9b776954a0f0cc9558f_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-pod-rhel9@sha256:347e4a105a4f2589980d2e9fae9f57a5ce86bee3c96819d397f219a82f64e3b8_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-pod-rhel9@sha256:d55bc674b70cafddc0cfb861bf0cdc64415cd01d4d42d71bae31f5a909cf27ee_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-pod-rhel9@sha256:eac0005dbc866e009c245646876cdcd01ec5fd0abda2145c3cd506f1fbef139e_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-pod-rhel9@sha256:ec5c3c9ec4adbb7f15dd2c1ad7f8482a634d4d6db2379c15341b772ee1cb7e15_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:07248406477642eccb6adecec3aec409bae0e04598a7252e771dfa87368e4c91_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:9fdf5e3812eef56895b938f68f8d148c2888158d01fcd817ef8292deff66fc34_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-powervs-block-csi-driver-rhel9@sha256:0e89e02535502b0390ca0c4ab8162b78c68af02974955d735536a1872b48c189_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-powervs-block-csi-driver-rhel9@sha256:d08894b4f991791b4f1a1603c215538b1b6ebed430e07533287abf86baa2c3cd_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:1fee47031672c49bcfa735489ab08fd4be10995234ecc97e7b51733d4170df96_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:5ce97b705cd6ea00a6d5517f13e468c0b2bbe902d425ec3048d90d7dbdc7bedf_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-powervs-machine-controllers-rhel9@sha256:548abf5b9f1cb92a916d8c6beb588f81ebc40d33412e7383d3a1bfc602ed38b2_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-powervs-machine-controllers-rhel9@sha256:7f96b42095d100141a2bbd7ac8cad14562cac3c186b26d00d0fc81880b093f07_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-prom-label-proxy-rhel9@sha256:209f1a13d11f995c49b36e2db96d61470e6742824619b6957a4b7390b1d5dc52_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-prom-label-proxy-rhel9@sha256:222f568c31ab36aa4a0684274584e66aee149db5be50eb79691c7636fbc8aff3_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-prom-label-proxy-rhel9@sha256:db3b3649eec224de4af5c5223bf4928f8e302c5f54ec9d501ce8bb71c3c627a3_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-prom-label-proxy-rhel9@sha256:dff520a6cfdb27ad2ce31301aa3d74275ea7e13fc39749c77118c4fa74255604_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-prometheus-alertmanager-rhel9@sha256:1eb0d7754525580a289e18bd58efa44b769c9f8f3e1c362381756daa615fc6ed_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-prometheus-alertmanager-rhel9@sha256:30cc60b9273b07c493b3156ef278830bffeb109dba7c7c0517e0347ccd480631_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-prometheus-alertmanager-rhel9@sha256:693a75146dc6f1436bc4998d59185e379a695b57c7e9d20945e84589fb142d6d_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-prometheus-alertmanager-rhel9@sha256:bb6af93d177a604520ef035bfe3617985f7a217784d20a4cd180dddae75e6949_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-prometheus-config-reloader-rhel9@sha256:079aabce1be013d247160482720526bc7070b857c9bdc3311e16ec4b7946bb90_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-prometheus-config-reloader-rhel9@sha256:366ea0de608f0dc4890208515d89a6c01a56aaa32d54ba04dfc1cebcd0aa1940_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-prometheus-config-reloader-rhel9@sha256:41b569ce3bab77e814d2f2dbe5252a55b22cca84ac1d0fac985d3ebbfdbacba0_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-prometheus-config-reloader-rhel9@sha256:a8739133a6616a7a34ef4cbd7eeb731b3839d4e5ac4d5f2ef52894b493b0503e_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-prometheus-node-exporter-rhel9@sha256:066cc860301397a054a7418b105c25230a2180e557d7b093b8234e375ef7338d_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-prometheus-node-exporter-rhel9@sha256:0fe50ce4c7264d9ec532e587c9846b0070b22522066816679f08a5a07111942c_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-prometheus-node-exporter-rhel9@sha256:8292247806e2520a54b4170aa69da7f20b93b2420df976dbd2f5e92735100c2a_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-prometheus-node-exporter-rhel9@sha256:ba960fd338ec7abcc2a936137587076f80ec113a081be8d1df91fec8d3ce09df_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:487f00e5cc33440966f68b490b6ba8d0da0462f2bb5f94455807bf9a30ddc368_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b064cb6d4991fa87e75776f37bb8602d006e296d213f5bbd6b47c6de2903f152_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b39a4b9a4f8a91b7976f2ce02303b05b38a583291a4ebfba1b08d999fc108d90_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:cb10c1fbc87bfe3fd48c9c7834bb44be8e808d9ad10ef42c6483681fac9a8524_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-prometheus-rhel9-operator@sha256:3b0a31d3ac49250fb165866dd1ea03ea7914692a09d7bc6514e516e1cdd5639d_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-prometheus-rhel9-operator@sha256:717067cfb00313dad5317b564008a9b245649d001736074009045a7fbb3d1cb9_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-prometheus-rhel9-operator@sha256:c0d1e70914880e19b13f1c899623c78b880777ffd0d54f813a8c78f2f172a4d2_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-prometheus-rhel9-operator@sha256:ca2cae619e6e83733a803335a113e09ac6bb9c1c235ed0c1ab05fd7e8441f5b2_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-prometheus-rhel9@sha256:033caa3d2b728c32e63c7de347646938d304ac0ff2c490aa35d7e85e63236cc3_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-prometheus-rhel9@sha256:2cd0c0d30cdd42e4b78859bfdc5bb5dc500691e69efad403f6cbbea854564df6_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-prometheus-rhel9@sha256:3eba98811dbd189733d9e1ea7ac94c175b90b5e35d5f58c27aaa313caeaf3b35_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-prometheus-rhel9@sha256:409cb025e1929cca3e65ff7ea79efc7f16b546fabcc93ebc0b7c98219cc4d7a7_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-service-ca-rhel9-operator@sha256:0a3d510a717ae3bf99d94b4987185b70445998ecb26e91b5136e547a8d457cb4_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-service-ca-rhel9-operator@sha256:3b1680ab1e489cd414065f3d52149fb34147fef2888f4da3633c30936690dcb2_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-service-ca-rhel9-operator@sha256:9dbbf7be716430d0be120617233a7de552e4937248315de9f6c6f794100db3c1_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-service-ca-rhel9-operator@sha256:ba873fccc64591a61d5a0f0d16ebcbc040532e8e16309b183395beba4e8f94ef_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-telemeter-rhel9@sha256:03554a4e07a0aa9debd4b2c5e31ba7a2abd48864f6e21ed8edd758e397ecb9e3_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-telemeter-rhel9@sha256:53b2672ec495dc7dfe61774d5ae111c18e2444c2e9a97a9a5588f5ff659cd048_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-telemeter-rhel9@sha256:93a0c6f59c4f920371c1210668bc5c0a9d6fca17dfe978d8427f772464e16af4_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-telemeter-rhel9@sha256:b68407ef2bf389d6ee95a12b49b6d5e3a338ca0b02c0c4c3455ef7e4c4cce81a_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:6c29ecd0e1de7ddd55fe5429a3fc772022ec55dcb09d163fe37e732b611e19d1_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:91bdfd2dfa408a28a625c9697731b50eb4afed0ea2bf5f6e83e4a2b9bf42fc49_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:a7c46f07c35d038170ce529369d58b7c848973e9b1e0c52cd50a687a758e85c8_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:e447e1d980df7586105ca637b17bdad12b3f3884a6cd26c8a8b0482e02648c46_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-thanos-rhel9@sha256:171a666373eefa0b34cc77d1c1e1361020055746c641f81bdf55581304ef1a45_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-thanos-rhel9@sha256:2260556b4aa73441c868313ad67b4ec14af256a81f2c94dd174a60c322f65879_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-thanos-rhel9@sha256:29258f468994c2e7a6249595ca4b75fd72c6009644f8e772f5510bd461758d3f_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-thanos-rhel9@sha256:c6b2c72b0a23b3b2b1030add377d6709ed1f625041251a1338c2b083df4c7fe0_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:4f4daeba93df4d66ce29574a0faa199ee1cc73bc5b8a63b38de55c7a2ec43bc8_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:eb1e91426bc4518afcb871220972ff5f7d8494c56c3e59f8f534ffc96971c409_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:fb4f18eee9c9aa4131ab06485a4c0444f0cb02ab11c6dca878f63f0392bf6b62_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:fdc3dc067ac445612299bf56e1b10c6b5a4e6f50daed1017454a5390d9e15632_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:8e5aad7733bffaf858ab1d1030a1c37d9516d40e083be5db9ad7d4dd53a118bf_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:19295e454699d1dd59b159aef11ca3d4d410f051d5344dd1b0aff527fc3088dd_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:4dec733ed9c56865b1cc97f2f82ecf81ce6c7949cee3b6a1599075e54f893d67_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:8f5f4a8c8d9b31039b46e2297ba597600522fefd00eb2472c4f7a64739136723_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:8e5aad7733bffaf858ab1d1030a1c37d9516d40e083be5db9ad7d4dd53a118bf_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-vsphere-csi-driver-rhel9@sha256:19295e454699d1dd59b159aef11ca3d4d410f051d5344dd1b0aff527fc3088dd_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:768cb3d11c268969e4eb1759e8d67394501e51380d2e498e3d3b06ddb98d6a29_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-vsphere-problem-detector-rhel9@sha256:8f0fc81d0fa8ab13f02d4aa1827cf2e48b4de3d7b8f46b612fe1483f8e34f559_amd64",
          "9Base-RHOSE-4.17:openshift4/ovirt-csi-driver-rhel9-operator@sha256:1d55ee07b1be3dbd3b9a2e46aa5b8eeceb055c531c49362ace9423327fbf57bc_amd64",
          "9Base-RHOSE-4.17:openshift4/ovirt-csi-driver-rhel9-operator@sha256:46a72226eb46b3833644353955ba0b6dbaedc829818cedfd0e00463018738efe_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ovirt-csi-driver-rhel9-operator@sha256:ae24fbeac9717b5f51df6f71cdbdb57046f82fdaa1e6daa98225d729fb8504d1_s390x",
          "9Base-RHOSE-4.17:openshift4/ovirt-csi-driver-rhel9-operator@sha256:f8431594e8420b0ddef024e846c2ae70569770750f3217dbe3704b58bc02ef20_arm64",
          "9Base-RHOSE-4.17:openshift4/ovirt-csi-driver-rhel9@sha256:0c5c2dc265383ca172155921b1984557dc71532d880ee3f105d86b736d46f48d_amd64",
          "9Base-RHOSE-4.17:openshift4/ovirt-csi-driver-rhel9@sha256:200522c7bae23bc7fddbf7174163851a139efe452660482d14e26d31ee11d330_s390x",
          "9Base-RHOSE-4.17:openshift4/ovirt-csi-driver-rhel9@sha256:9d2e0a9926f48be33d889cb59a93c167ed943c3a035eeafab86cd670accc66bd_arm64",
          "9Base-RHOSE-4.17:openshift4/ovirt-csi-driver-rhel9@sha256:a05a16ce31d453bb37fbedcbf8e05e5f6dbf929f5626fd00ff2403bf8510073f_ppc64le",
          "9Base-RHOSE-4.17:redhat/redhat-operator-index@sha256:12875248fd37b9d1fa4afd238ce78aa147fd2d0dd9708436fc01ac28243c425b_ppc64le",
          "9Base-RHOSE-4.17:redhat/redhat-operator-index@sha256:3aae32132cb3da00d75d456bb422fb71a45091672a0673bddd75b823cdb01242_arm64",
          "9Base-RHOSE-4.17:redhat/redhat-operator-index@sha256:43d4206cbd9d2a25d53077443478f65e85cbba2f9d1fbc765446de1929437bff_amd64",
          "9Base-RHOSE-4.17:redhat/redhat-operator-index@sha256:894819babdbe3e6a04f63d8a6ec52bfd0ed1503c25ebbb6241535e5f5fa90b36_s390x"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2024-55549"
        },
        {
          "category": "external",
          "summary": "RHBZ#2352484",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2352484"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2024-55549",
          "url": "https://www.cve.org/CVERecord?id=CVE-2024-55549"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-55549",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-55549"
        },
        {
          "category": "external",
          "summary": "https://gitlab.gnome.org/GNOME/libxslt/-/issues/127",
          "url": "https://gitlab.gnome.org/GNOME/libxslt/-/issues/127"
        }
      ],
      "release_date": "2025-03-14T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2025-05-09T04:33:03+00:00",
          "details": "For OpenShift Container Platform 4.17 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.17/html/release_notes/\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n      (For x86_64 architecture)\n      The image digest is sha256:035baf97e4c715fc1afb681a9f789d99ebaf568b2656584d59f72962e0d14bcd\n\n      (For s390x architecture)\n      The image digest is sha256:ae63030ebb847f17ac0d2273f55d5db43df6b9f324197573bd9d2fbb7403036a\n\n      (For ppc64le architecture)\n      The image digest is sha256:c693db40e8d19847cd4bce1541344cc93d828221c029dc7ddeee4c829a351a12\n\n      (For aarch64 architecture)\n      The image digest is sha256:61a46e56e230e5869af207484585a5e61141e322d539616422ec7e61bc4ad137\n\nAll OpenShift Container Platform 4.17 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.17/html-single/updating_clusters/index#updating-cluster-cli.",
          "product_ids": [
            "9Base-RHOSE-4.17:rhcos@sha256:975f83f748ff4cebae040caa4df88b771d32e1f301204a736ec414b4f3234e99_aarch64",
            "9Base-RHOSE-4.17:rhcos@sha256:975f83f748ff4cebae040caa4df88b771d32e1f301204a736ec414b4f3234e99_ppc64le",
            "9Base-RHOSE-4.17:rhcos@sha256:975f83f748ff4cebae040caa4df88b771d32e1f301204a736ec414b4f3234e99_s390x",
            "9Base-RHOSE-4.17:rhcos@sha256:975f83f748ff4cebae040caa4df88b771d32e1f301204a736ec414b4f3234e99_x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2025:4431"
        },
        {
          "category": "workaround",
          "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
          "product_ids": [
            "9Base-RHOSE-4.17:openshift4/aws-kms-encryption-provider-rhel9@sha256:03c4ffb6e1ca068624a9bcaa5ca21f0b67fc60508f382ae95521c6a03ae8afb4_arm64",
            "9Base-RHOSE-4.17:openshift4/aws-kms-encryption-provider-rhel9@sha256:9ba0c5d8195237e7cc9e37ae735a7841a3fcab2fe12e6ef106da61a6e09db0cf_ppc64le",
            "9Base-RHOSE-4.17:openshift4/aws-kms-encryption-provider-rhel9@sha256:d94dc7200bafdfb39d5d7ce555b36d59d17a0add1091babd769f33dfdb854cda_s390x",
            "9Base-RHOSE-4.17:openshift4/aws-kms-encryption-provider-rhel9@sha256:e97e40543c09b130e3d36eeb5800d9d4ee989f5b16314f33534b32a2b11b39b6_amd64",
            "9Base-RHOSE-4.17:openshift4/azure-kms-encryption-provider-rhel9@sha256:08021be0c69cec642238d8c152f39957660651ec5714d7ed17f2f27c31e3db6b_amd64",
            "9Base-RHOSE-4.17:openshift4/azure-kms-encryption-provider-rhel9@sha256:a8c81f1ea15f8625cee9ad826d2263d09c17b6fe7b2941579f8914ab6ead1689_s390x",
            "9Base-RHOSE-4.17:openshift4/azure-kms-encryption-provider-rhel9@sha256:a9fa50ec982340d9e61f130c74457bf6809d843c13a266d140617f17ac1bec0d_ppc64le",
            "9Base-RHOSE-4.17:openshift4/azure-kms-encryption-provider-rhel9@sha256:cc38a9ba49ae414e03acd79e4d3b97977fe53872870612073fa569f6ab702939_arm64",
            "9Base-RHOSE-4.17:openshift4/cloud-network-config-controller-rhel9@sha256:2a6eb863736abf5c2d7a3f7c2f324e71e25a7dd9a0d5219bd9666c136e0fa863_ppc64le",
            "9Base-RHOSE-4.17:openshift4/cloud-network-config-controller-rhel9@sha256:5153ada0a44b00eabb71606b7144de94c4d5de7eb27dc54cbc9b729bd2a5093b_s390x",
            "9Base-RHOSE-4.17:openshift4/cloud-network-config-controller-rhel9@sha256:698211795dbabe068f87d21f624e09d28742483015be770b1cdb5c6138283b69_amd64",
            "9Base-RHOSE-4.17:openshift4/cloud-network-config-controller-rhel9@sha256:b5ed6c1824fa24f8dbed30ccc81428285823d97e15496c43c433db55985fd9c2_arm64",
            "9Base-RHOSE-4.17:openshift4/container-networking-plugins-microshift-rhel9@sha256:3bb7db321e0bcbb3dadc7a1c9f350e69657249f4823e46184c7001f17aac7d1d_s390x",
            "9Base-RHOSE-4.17:openshift4/container-networking-plugins-microshift-rhel9@sha256:44ab8531897438f9b25f0b6d90e5b224e3928a3f12f8b24dd18113d7bbb40ece_amd64",
            "9Base-RHOSE-4.17:openshift4/container-networking-plugins-microshift-rhel9@sha256:4c57864ec6554cf452d24947d6d1387f8c4e10a0b89508279b1bdc12a1a1f50e_ppc64le",
            "9Base-RHOSE-4.17:openshift4/container-networking-plugins-microshift-rhel9@sha256:6fee0ae68857abb3ac5357aeee9fda4cf8cfa60e061b6240d2cc266156092d07_arm64",
            "9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:8edadcbdbe43b80cea7a3076897e893c8e3d974c6cea165cd8ecb00e03d1ce78_amd64",
            "9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:b676dc0dbf6c39a7b3b68d3ef21cef981927255ba8ea45e9d1715396dcfe29ff_s390x",
            "9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:c9e05849c3438f54571b43555c775401f5a97abcf7d328c6b04387e8c1d0b312_ppc64le",
            "9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:ca540412965a47b91836a1137e49720be6ee3ebc2b7c54b67864beaea76c2e6b_arm64",
            "9Base-RHOSE-4.17:openshift4/egress-router-cni-rhel9@sha256:07d4ba54630d432f37576929be29cf02ef09a47bee91a63f58001f9cd4acfc92_arm64",
            "9Base-RHOSE-4.17:openshift4/egress-router-cni-rhel9@sha256:9d5ce7ba2746d808b7bda9c491ecbaa158917b2659546eb9be7752d14a79f845_amd64",
            "9Base-RHOSE-4.17:openshift4/egress-router-cni-rhel9@sha256:deecbd903551fa42eba84fbe2051794146cfc426cf6f151a2d8b0e26d99909b1_ppc64le",
            "9Base-RHOSE-4.17:openshift4/egress-router-cni-rhel9@sha256:e2acac628dad896c7b4ee0617847b6e5d8051b5cc0a0add05734b2f179afcb59_s390x",
            "9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:382bd4ab43e8572f129c0cccb7778c0c35e1648cc48d142fcc4f908cefb56a39_s390x",
            "9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:530a9dff7076b84825ddbb0fdc1320140ee5f01de559b2ad166032d58dad6dc2_ppc64le",
            "9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:6f7e5612f7cb6c85db355eeba15164a0445fa58857b857506cf65b873e4b8174_arm64",
            "9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:ca10f64ab5f5d9c5f2dfdb5241fed009ec9f37bfd7126ad790a07f9c1a418a3b_amd64",
            "9Base-RHOSE-4.17:openshift4/kube-metrics-server-rhel9@sha256:233be71aea1d6daf6162eb3a7f91c2f052b47e3ad1d8778e519761c678a32327_amd64",
            "9Base-RHOSE-4.17:openshift4/kube-metrics-server-rhel9@sha256:3e11ef3020927ede13dd28f57daa86b8cfd2d287e380296452bca4bd781391df_arm64",
            "9Base-RHOSE-4.17:openshift4/kube-metrics-server-rhel9@sha256:9792d7c9a9e5725b68fa3812d5907d4812b6cb23042af5392d7e6cbfdd3f8995_ppc64le",
            "9Base-RHOSE-4.17:openshift4/kube-metrics-server-rhel9@sha256:c816c9115e6a17674b2b913b73e5ebe5fc53fd20ee431f9f87c6035b4bca6c16_s390x",
            "9Base-RHOSE-4.17:openshift4/kubevirt-csi-driver-rhel9@sha256:7fdb186f15c46bfe20e5426701cac2c4ba45e78c414e71b1aac14f321092eb4a_ppc64le",
            "9Base-RHOSE-4.17:openshift4/kubevirt-csi-driver-rhel9@sha256:8243c2660c6782fffd9c8b692179a16eaa09f45fb6731183f24acad284116144_s390x",
            "9Base-RHOSE-4.17:openshift4/kubevirt-csi-driver-rhel9@sha256:a78f85edfee8f8f51f73e63c8c02162c421f0d63e2f8095ded84b78087a83aab_arm64",
            "9Base-RHOSE-4.17:openshift4/kubevirt-csi-driver-rhel9@sha256:bd9ecbdfe93e006b10eb976b6dc590889f48fa146c5da51431774543563fbb14_amd64",
            "9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:4b75b7fd029742eb75968481f181fd1f219b6b9fa0da0b48987cf988ca48d5f1_amd64",
            "9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:85649591fd162c55910b0be4049b894e0cc9027ab375ed3de4c322af8e271597_arm64",
            "9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:ac07972de391248c3b2fd918633f53d1e072e704cdd11573c2ae7ffc7e4ee9ee_ppc64le",
            "9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:cc9644a1464bef7e3e3e039f8046872f7ff86f866b031737e3af603715a030cc_s390x",
            "9Base-RHOSE-4.17:openshift4/oc-mirror-plugin-rhel9@sha256:50e9429282d07090b22b3f4f3770fd44307a488b8d080addf63159642e71bb51_s390x",
            "9Base-RHOSE-4.17:openshift4/oc-mirror-plugin-rhel9@sha256:68cd883ff4c2f5ea55b8df1e4be6f578bd107f6b9251e5d2d88711898dd8220a_arm64",
            "9Base-RHOSE-4.17:openshift4/oc-mirror-plugin-rhel9@sha256:765c139ed433c5cf47922c080355ad869b514dd33c2087bb0bab7e9e14315a3b_amd64",
            "9Base-RHOSE-4.17:openshift4/oc-mirror-plugin-rhel9@sha256:b08c31f2ce70a557a6815eda64402e5685cd9742ccf4b156daeca83c7f883ca8_ppc64le",
            "9Base-RHOSE-4.17:openshift4/openshift-route-controller-manager-rhel9@sha256:37180fdc0de1d570dbc77d0388de47f945146388c83ead17805d582a4d5d8dc9_amd64",
            "9Base-RHOSE-4.17:openshift4/openshift-route-controller-manager-rhel9@sha256:391bc1c93a3c513f2ff90990f5f45e1bc2c3665d9380a36a080b09b72b623acd_ppc64le",
            "9Base-RHOSE-4.17:openshift4/openshift-route-controller-manager-rhel9@sha256:5c17c1c6f7a366193f0bd579350781ce337a08e468f50af9be3534564ab9f8fe_s390x",
            "9Base-RHOSE-4.17:openshift4/openshift-route-controller-manager-rhel9@sha256:8c461aa1501918dff695fe715e498da95d00b63ff417f30964ee5a11ddca4685_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:b54f372cedcd1d0aa47a336839375374ae527a7095b9100e474bb0a3182100f0_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:c6d52c578fe8575c33353f690ce18be227007decf25f409e7111166ffb22b87d_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:dc6d3a0fa664a9974eeaed910db7255b7c252c2541fd7d49d41f714970bb9f9c_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:ef589ca8b456aa4c3bac06a3f73b1b371276e4a8372d2cabd64972d619e55252_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:46f1f67888e8393761a6f834332765f45eb96af42573e3ea5815a04659372e57_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:8e0f5e880cece6f08ef1c8c0108e302e8b89026ad1299463f5fd383aebdf2adb_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:a8ffbac5d2df3f79b70ee06da741de890f2eb013d26efa4d01a695d14b88883c_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f0161630366049823d995e254260ae71f5871463ae3797b0e12efd5ef30d6ecc_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:8c60c93b01376d15dd9692efac1820ea1790625181b1600a3b0114e418b64d46_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:9d62ae9810bb32ecc803a36e128fee78012ecc98434c1ef22f609435e3e2b157_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:adf9ed8489c4b9858e976658c04cc2ae8778267239997ed6d1b85902751d7da6_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:d852f1e4bdf0eb8e37eb0980914232de8cf6dfc3e159f0dcb1d13d909350c3e7_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:54c77ab47347e8a5cec0061504c591921f3bc87aacc8d8affa06cf7cc1436fd9_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:919b89991e74b6e5941eaa45219849db837271b11e699eda8f49d0bebbbf6459_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a4aabec1cbb1e2a6994b7629f97e53eb271e4f29070d7bc2118709efd9775722_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:d7cb7d816efb575eddc5da8409296b166722d17cea4b00e3d1395897f2c81755_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-utils-rhel9@sha256:087df13ba7456b25344b3903902d5b1ed4fb22771273d07fe7969ad0ee5326c6_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-utils-rhel9@sha256:10ed11db02965c7a335b84eb5b0972711b082cd6a51604ee7d41bf8c417395ab_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-utils-rhel9@sha256:2e3c12f80ae0f3a058a76083a166f0f52d2c488757bff1ba8e3c3dcb78d151e5_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-utils-rhel9@sha256:7973dc716b1eefa13a30c0393aae4f30d4f77ccb9306f5afeec29a1a97c9741d_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-apiserver-network-proxy-rhel9@sha256:1462a7d9268b1f123b16e52e0916f99762235a593f1a370bd9747278f0bef42e_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-apiserver-network-proxy-rhel9@sha256:7eb2f2ae05142aba55f32c5ed8ac3527ba1a37876fa05299c401b082d0794dcf_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-apiserver-network-proxy-rhel9@sha256:8474cc191853f6b174f8fa3b6cc3ddc5877461c4589d51106da26b740cb17a47_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-apiserver-network-proxy-rhel9@sha256:e88854ffd5222917d6056d2c4fa1f6c1b3000c1ff0884226e1181aed5af46b9c_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:57c421ec589d5bde9a9ae09a14dd401e6f4f7502383d9cc1d592c4cce6998920_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:f5171310e47ac2dd5c8e5ad6f722b919c1e3cc5d41fcf8ac0261dd5a823b5b2f_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:316dd5ec83d034a3c1b4e1bab82fed82ca290078faac2f77fcaefdc75271bae3_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3bd5065a32831547694a8bde30c4f86bc92d091b084769e078cde32e09adf5b0_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:00ab20409246fa280e7495354988d67449b225b31842bb87a12edee37929a354_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:963bff39697376d8f508f67b3f316d6876b990a07706a4bf715a827cc5488a52_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:2d10b0d8215610e706014b0d201ed462caee0d4d5d530c5c3727b9d6ea026a9d_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:69b1f43549736bf9d9e1a623f989a9f39b5ef94af2b569d9882390faabf9f48a_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:3c4159cb67ebf933de486744c889e47c38262a6fc4db744121fdb14986091692_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:435de6a901e14afd420d4bfbdf80146196d5035c72523f84cf9134660e058231_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:6be9ed8373be35cedfde4bca2f176c030f28acb48bc0f2645a57d30a2947f98c_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:f570c441261f111a11c675d9b162425dcc65a595c311a1e3d5dc23317e6ef4ef_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b76790914ea5fcf9364109e980d569aee9acb92af7ecc773dfa6bb88a6c554b5_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-azure-cloud-node-manager-rhel9@sha256:ed5ff08bfddf0d60939abf900a5af6c85d7010e8ec1b3e832f3e9c0eb610feec_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:9d0e8a429f7203b30f023f576e4be8204bd634d9415e70835be8324cbc6df689_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:dc21bf04fe634e62e83a5df806c81b014fd77f71ee574892334b84a66095b5f9_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:76f622961386df12c4602b90b3cfafdacf13f7fc19b36b46e30f868650420e60_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:f8f8cb4ccb17164473110d2852755b26438aa509a9897af600c964bc0df4fc5f_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-azure-disk-csi-driver-rhel9@sha256:88411c5fea9d080379418df9f140189954d82eba1d11390f5ae357e399262582_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-azure-disk-csi-driver-rhel9@sha256:dc7539c21b8c701f95335e5e5cef0c99102a5598c9319c41ea374c70e62a87a4_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:0587b9131fe7e79b3b757409ed385bf591841480c409af8f403e834470b3e94c_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:3dc6706d8f84756fe22e1f304151418fe8e8123cbcb79345d24eaa1960ac8eb6_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-azure-file-csi-driver-rhel9@sha256:3144fb4d63f0d246f99205b8b15c9a54a63f3a4fd8fa6c82e5407115ee62e633_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-azure-file-csi-driver-rhel9@sha256:3959dc623d65e2352382307e411589e9d01ce3d9f7a7a2659f02413d9256de05_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:2588b0d11292db6a255c0fed210052fd3811c9ff16621304ea8ff2f4b13616ad_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:f2c1eeb52e73690e1068e501005833c2f890bd8ac7d2624c5b7f68bfb0b3ab0a_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:18c081b7655b78e92106086320308698df10559225a21bf21c51519a683fc23f_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:9dcc1154c6d071cea0d2b4109bb44c77fec825cef494867434d5a1fcffce50a3_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:ab1f6cb18a21abc360cca29070866fc738cc7c93339531fbd86112f993b03664_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:e23557c87036ede1cf8a4e1ddd7551c9be23a47558f1eb5ee9f12bed7fd1e472_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:07455ca24a9669a7201e1269bf1f5c6626b3b2f06e5a949a039035b8c7b7568a_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:2db63af1587e7dfb644014902bf92f7676381cb61189862c1ba25de4a76a0f23_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:38dced4e21ba292b86c29d402916bbc6374d43789636ff593828a40f1ed11875_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:fc394498879660fe3628357568b57ea4420c0d5e38269b9d1c0919544ba16cb8_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:121f2f0e061989fa7e65ac7ba56288f13fe2386d6fa60da425fe24dc628df4c8_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:15ae7e0c9b0ba7f152071fbe8550253c2c377c48fb056ad611dbb4913ec8f569_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:718e160e36461f4b068deda1ebe34c36cfcad3cc4a361321dcf538d2a83aa1c5_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:b3c64d151b7106205a0103baf6d29edb616b1a3510c17a83c9f73d302622243a_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-rhel9-operator@sha256:0d1432ba417c225f4d569eee9d24b0dc5c496020eda07e2ad3e325151e50eb06_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-rhel9-operator@sha256:3751d445e6c9ab436fa0e62096bb69d18ed75aa2608c37ce9e93a17976fcf07c_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-rhel9-operator@sha256:b2d56f85fe4af7d84579299e985147d9c32ed3aea91ea0c2abaed1aa9e7dc2ee_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-rhel9-operator@sha256:f246d38d77068bcad29165f3fb0e60d8d84c193f6db82a3d6c1b40faf286decc_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-runtimecfg-rhel9@sha256:5ad475579d7fc5028a834016086045c0d3a8097b6837969ee4ed524e54ab7d6e_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-runtimecfg-rhel9@sha256:5dc33cf32076cb44c8507c1e8e04eab97b307aa0ef8ba86c53f45bdb97e85661_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9ecca5a8208321c2865fc584fae5411f81c2a6a939499fbef9a237a91ca643e9_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fe4f92033b01419427db757db1f4c693f62a1bda9dddcc66c7ad4625c2229253_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cli-artifacts-rhel9@sha256:14186b3754aff62f3a4de1c51eee5bf147c712323044d86970cebd7fdcdebdcd_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cli-artifacts-rhel9@sha256:3d4dcd1a45f409c3b698c03ffe24ce653f11b9945391c73acce7a75a1e7f976c_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cli-artifacts-rhel9@sha256:a23e3acf057c59f59694389595c58b6fe8faea4772c94e07e5889ad2c62dfd98_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cli-artifacts-rhel9@sha256:c9fd66a2f4c866495abc55ba28369fed76923012a371dccc479e63f0f661c306_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cli-rhel9@sha256:5b176c5b0b293b4a704820dbf0428bdab55cc18dea95a85af8bbf66d26c4fbb8_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cli-rhel9@sha256:5d30fefd37b24ac3ec56655c51a2b2f06383eb699f407da099f37d6fe8f5be33_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cli-rhel9@sha256:90bc09d692046a1d7cb8596495e865bb42c7523b1fd23975a6507d3cd8d62e40_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cli-rhel9@sha256:d62b882b5a48e78a1b48efb99f3892ece51c343df9e285c96e32af205d075058_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cloud-credential-rhel9-operator@sha256:86abbd9662b2b0f8f0dbe8fcf8d9bf0fe8bd810b0bcc6064dbd56c5cf37b8609_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cloud-credential-rhel9-operator@sha256:96cf02a8cac283d7fb1ef72496f60a4df821bea89e45c8237d3235ed797e1253_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cloud-credential-rhel9-operator@sha256:a1b1daf572797d217d5925277b56b4d1c83813492cf90774cbfdc2294f498b34_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cloud-credential-rhel9-operator@sha256:f62343c3535a6fda32806b43a098d55a7a7844941e93a3a5045a47c7b95440eb_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-api-rhel9@sha256:34f8869cd85d3c50ffb737883786ddaea37f7c3f222241ea6a34e429fde1a01b_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-api-rhel9@sha256:8034059d8013e4f34ee42fb9d2e0786e9866e3fea2a614c32005e5df8e14076d_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-api-rhel9@sha256:8e97befc7ea01fc179a3eaf66dbab974b6307c512cdd6d4d313caa3bf86eb98f_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-api-rhel9@sha256:f46dd8f62a70bb734ccd71229b09047f4625234774e321d556c0fbc5715b3c11_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-authentication-rhel9-operator@sha256:a259a1381b56abfda0f827ad6416b103f95f80d187b6ba869d31bf2c8c40fac3_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-authentication-rhel9-operator@sha256:ca4c4cf5e2ae3d5216576c6b154092fd77f93c978753fd4b7a76884850e46ba3_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-authentication-rhel9-operator@sha256:d3355aca2b5b35d64fac047b6fd98842a2baee536a79ea7615b4184c5a4e4744_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-authentication-rhel9-operator@sha256:efbd2e4c75f2eecda902b3143780e9bfdc5ba2b50f2ddfef5c2e0e753a3bb26a_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0ea9c22f0f63b3360d8e74a52026b3302cb7012b7ce6987111464e37bb5f4ff7_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:77099c8ff05288b7999fff6adf127e007ce39c7de9e1261d88574311e4c46ec5_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:85a24fe4edf8fbe51d0434bf2e65b149121c687a059a36bc4c48b592848befc8_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:cc7e0a422ed957b91479325b969f41302257a2958602f738c3ffc1b0835cc3f0_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-autoscaler-rhel9@sha256:73c6143ce45ba329a1d941a8b4cf13ad66f68c25f45f3163bafbf88ccad795c3_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-autoscaler-rhel9@sha256:adaebf9abc62813762600f7ebb480c57d186186f64a3246e62a50a7d84b016d5_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-autoscaler-rhel9@sha256:c1679d423da94f016d5631c5870fa0d7291190557a05b392070b10f84d25df7a_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-autoscaler-rhel9@sha256:e315d8104d63d0323f37112d8847fffe896a5399732874f1ace113ef168ec6f6_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2106245b2d297e8360a5c2693ac95996918051d40c84c8c6012193249e18c687_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-baremetal-operator-rhel9@sha256:4681e5cfb04379903645d21771218a1e27c61fd47d99f6a26f7d21011db42e65_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-baremetal-operator-rhel9@sha256:54d5809f10269dc52181866bf34f42618bd398e7a3f0bbee928c5515f5e290f4_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-baremetal-operator-rhel9@sha256:f039f4cf06258b1aa584b2b8d64994593a322dbc339fe6e8431ea0b8e67fbe28_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-bootstrap-rhel9@sha256:04ab6483541c8996ec5bf8e57bd3e90b5a4e9996b4b46da91a32dc5ef52f2520_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-bootstrap-rhel9@sha256:1f28e7920db92d5f1cdb04b95f51c8e457e5af97a7320ad98fc9d56f18c314e4_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-bootstrap-rhel9@sha256:5bd313301496ab3db1b3a6feeebe517a4927a172808dac07895e8fec30d91c2c_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-bootstrap-rhel9@sha256:ea94cd9619edf13a9d1dc5176ff40d6e57ee76a953d3d3bfb04e4541f2815ed5_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-capi-rhel9-operator@sha256:1ba56ff8308578c422be07fb6c3ff561ce7f664adc980e2976eedb4e2a619fa0_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-capi-rhel9-operator@sha256:43c7557823aa5e86db7e225dae23f2b46d4a8b1ba517a619f31a71512815ae17_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-capi-rhel9-operator@sha256:af7ec9ba0a62e9c86b3f40c8fafaed4c184b132afce4141ee7d51e2f6c88d2d5_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-capi-rhel9-operator@sha256:c8ecda9595878c72bc15d36ecf106ee8b2455f03278c978b784951c8f504f961_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:2d008923f980784e3a83c2e51b05834e81ddb38187e351bb3c2ed693bc24756c_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:7fc2305ea95e1586cb342202bb673466a0d81ad70e09ad98fcb2286314f901a6_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:980c46d6fe13ecfcfa85e4cf6871e4abbf13b7ce84b19d3ad64d89bcd937c015_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ae6cded8079fd98f313c8e7cf2125d4937d0dac82d09bde1ab60a5ff54f8f482_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-config-api-rhel9@sha256:832e662e1a673659c3839967d76529820f9ae03af645d2bf01ae711e90e4334b_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-config-api-rhel9@sha256:847d40fd677108f03e97a5a2590621a2a64a62d03aefab2cb98c2c89746c8784_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-config-api-rhel9@sha256:9f5786427bda3f2052dbde19284abaceeaa0a1728d1e55f710a189ec20895004_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-config-api-rhel9@sha256:d4a63e6e5789b47fb37ccbac3741110e1892c0f59f77eac89e58d9e00f5bceab_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-config-rhel9-operator@sha256:19f425ccedfb011f657416b344c2e443c3dc43dcfd2ce97db6058231fd2caea7_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-config-rhel9-operator@sha256:883a117396882ccf957ae86b7c9254daaa712e4475502dd05956e6e5f338a175_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-config-rhel9-operator@sha256:d8048fd42ae41e8eb61f9fb2f484ecd84212b858b419447e70d95b90f1562c42_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-config-rhel9-operator@sha256:fdb8fe0ae3c6951e1f09b4ae2920cd83224d124f35589c8753a2dc14c98dabb3_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:8a49993a5a30453a7c113578470d2736aa2db4b3cfcd6f858a3c4b0d8151d71c_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:96c63ebc2edef87f160d360f58a0e98b7ffd57e7fc6e187f6d46b12a7f4d608f_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:c429553d8c5a41d404e1468cd1359478ac5c69107be7a0db593418466d724b79_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:fad08ad6b358e9e4e983b2a17f2518a8b61ec6f14338b15f7c728360a0c4a4f9_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:38bbe69d4b7db72c4fa3715e9a76395d4666b02eea19a4a983d71e599f0638db_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:82d32c060baaa8a29a098bbbb03e5e14135135632823c5ea1da8aa6b8499c45f_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:891e253f46f7465dd382dc6bf1785035e1f8f7ef5b50a2b1b8bc56907fb0c383_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:df0f91634353ecd14cfd2138976e35d405b2fa2be24c1e89298a154a185a5392_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-dns-rhel9-operator@sha256:1bd8e1b9c76e9f6e22f4c7965da8aeeb68a40ae60f4cc083fefc47797b8f5786_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-dns-rhel9-operator@sha256:8f9014db2fc33af7c632de4b9c1d20777b7b015e93fde64af39b5c60bd8f52ba_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-dns-rhel9-operator@sha256:9397bf5c292ca4b3f7f0da97f94a7323de3669dfd9ae4473e8154354d5b8e42a_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-dns-rhel9-operator@sha256:db523bfdd4dad24cf9ccbda7281d1bd2ccaec01bd4b164b0dbeff2b7fb54b6fb_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-etcd-rhel9-operator@sha256:650b29293672c4f9eb788e2e4257716274f9faf4cd2e894a5f327a5bb98eac9a_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-etcd-rhel9-operator@sha256:6d38af3052357d2ffb0d4fe709604d0102aca8a19fd560f06e66a3a44d48470d_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-etcd-rhel9-operator@sha256:b1e42b13546e4b27b93bd642174dfab3799f3e95cb32ce58322886983e029722_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-etcd-rhel9-operator@sha256:f40468472b7d853b1f5034c2bb4cfecb6bf91c78e9963bdb350efa6172c34029_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-image-registry-rhel9-operator@sha256:95e2f230adee118098221df4dc09e41d62c8f0ed0ffaabdca2759d2297b87192_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-image-registry-rhel9-operator@sha256:a8c26892e945256d26c4ddb005ce71198a6e5c946c8b0bd404dc5a6d4965841c_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b3d66448f272e54b0e91499bf9203dd4ffb3cb98a0cd3f153d6aa504773b178b_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-image-registry-rhel9-operator@sha256:bcb4ca0eaa52bf9c584568b34bdc9d08253822dabe8a43fccbfe3601332ed8d8_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-ingress-rhel9-operator@sha256:394a4404caf1f548616e4b36ac2c4af05c046fc494692809c651013ef7d16257_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-ingress-rhel9-operator@sha256:4462e8912a672f95c567c1543d80ffe62f300f42baf746edd4b45886fa869d60_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-ingress-rhel9-operator@sha256:c987ba71f8168f0a523f2be6507e00fff6c262d4bfad59f4c87841330fa96dd9_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-ingress-rhel9-operator@sha256:e58cc3035d0ea33eb409b18a70e10511289449f3cfa643b52cc74857295e3f96_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0002fec33a68a9f3bb7ba5f7cd9062a35736b43dbaf42ba2cf91d4235bdeef9d_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0373744feb8a383f76a37c60e205b3504add80a0b05eb1849f90055d665a768b_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:421fa5577fb99449cb1bba71aa0c933bf7e3be12206df9994da55198635f629b_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:607f047b7f4756d3dcd4243183fb4a23c45798632de00526574f2d5d7f9fc2c3_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7ec5f60ed21701dc098e2cee33e0d59b8c5bcbd9969a26b8e8082aa2ba9c93ea_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:8dbc021731dacf75104e78f431c0a7ebaf80e31edf75fd54e0507f4af7724c91_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:d0a576b7d7277e40683ac4487217fe3684e42bc765d2a3ecba14e4b81e82c76a_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:eb97662076a8459ebccb9ee6a0958c77d1ab516b4375a9925b895af0a613f549_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:78bac198d882113612602d0a58dd516234a4b151d24e861bb69582983437b84b_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:7a5b6dfbe9d40e7b89bfcc8107e82e2515856177445a8d4831077e26f5ae2e1d_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:a2184bde2de353cf90eddabb81dd1c85ee5ceec3f6914af58db453ee2c13197f_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:cf9578fd32cfa0f36c0fa26a925965c0e616027300015812faf786b1a47fc209_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7bc83ab4f6cf5488864adb5b148e4ade887640d40fb68165b6149a8b8b6588ec_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7ca513675dbe0e79573c841589f823a39d7eada90e0a41a39ee94fa7348242bc_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:cbacae519379425f790d66b55eb12e524a5a965f2414393e52d03bb9418f1e3d_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f937dd453269edf5414e233cb9f2dd03ae3b5ab907695febdc29c7856a43e6cf_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:1671cebd1e789f751e58439d7d0fa55a3ac6bd44d6f58ddcb43e38d5b3429e53_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4e338be7fb25942b0acb0c8f635c64e2817495422c300b68979950d160d5b268_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:818f1d4ead362a2a9e72516b2b0326acc823989bc9b705615eaf4931d9fcc88f_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:dd12e5771a31f16c83c707ad28a9f4dde97ede79379e31880ce678e964d1c244_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-machine-approver-rhel9@sha256:1e1da424badcdd66eaad357f1fd26966f59c75b456ec6c894597427df561ccad_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-machine-approver-rhel9@sha256:c23b5724cfc6ad882caca9bad3da7c8b65a2c44b0955bfb34ceb0508fe74e89c_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-machine-approver-rhel9@sha256:e8a3c55da98df0e90f1a530faed4bcba073ba4799ad1d39cbfe8b2d5a8e17b16_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-machine-approver-rhel9@sha256:eb1cc3b42cf8fc4d031a921ecf465c41b0cab5e259baa5b685fa625ec1ab2397_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0123dbaeabb8ae42942d1b3f5a5c2eea452501d1bbbc7e069b881bf2bd5c3d24_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:bcb67b2b03ee49369c4d970c5e07322f85d2cf30bc50386e73313df1ad5b926e_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e60530a77777fa413558e66ff0339ae782a3badf9dcd491dc0c642edcb87d953_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:ee83d3ae20cf83282fa9127686405a7611b7ffb9211124e6688755e156b8cc31_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-network-rhel9-operator@sha256:64d5b8230e17e6c1e6b53c2cbe91ded4f9caead425dd579adbb2700923375c98_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-network-rhel9-operator@sha256:684ca7e6a6fb4fcac94e3194e794ea5498733e22f965549c00c92212c2a25efb_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-network-rhel9-operator@sha256:6defce2a88b37065fd7b8bd745d28e60599a08d3cb931872ea50b33cbb69b360_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-network-rhel9-operator@sha256:fa2d9bbad0f076283d9e110cc32fc4324d120a383ca6eeead1f286eabbda1c45_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:75664880e7db3f0ad3036642e0aceee61638c21568b5ac7ac7d150fc5f3df70f_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:78953203ce538feac3dc891a0021a076873b55d04b0a87ee223ad64f41beee6d_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9be60ee09a3ff9b58d8076b67ab28085130a5ae1f432183f1fe3f7859bf90393_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c776793921b6f3f74d7bd4c86d401789b70c552ae56d06cd3aa0897c8727e80e_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-olm-rhel9-operator@sha256:0ca3d57b8877810f82784753ba1bc8b67a764245e0530addc811cad61843f039_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-olm-rhel9-operator@sha256:9f0e7cfb0a992a098b0cd20531a46d46c702f6e2ad709f5969f8e4f69857d256_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-olm-rhel9-operator@sha256:d1534fff36a779d2fda9651a518f21e007d8abf447f21f0ee271da2862d26d2e_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-olm-rhel9-operator@sha256:de3e50c0f72a900eb72ba5b9db02d9d109470a4cdf798cdb5e84c0619d4eb420_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:64731eb24d4d1ee30ba2d704c56b7d03a2ffa69b79d71d4ae7a093b8a09629ea_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:8fee43ee0f40cbf79c410bef0184825bf63d4758129fc8612147c85147f7fcc9_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:9d108d09eb9a9c98cc7665a3dd68d93917bdb05b30f6269bb3a00c7218fac306_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:bf3891f2d6b69db4bfa60a1d5932d4111d7b56ba3922b7b02952eedce44eeb9f_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2f312119f1cfe71afa89bf2c74a4a57ad497275ff953313982a63153a39f2493_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:6560a03ef3b8e339edd4aaba5d50f1e04d62976661f60b03f2898471f11b0631_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:742780c3b6f27a3e7fea71ba1ca4d4e28db5bdfe9b69fad95cb0c31d3923c69f_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ce1110666a1f817a6897011ff27dc780b81cab9f366621120093e58f77860b93_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-policy-controller-rhel9@sha256:0d24d9508157347f020c6b99eefef619585dc37542b36f45ca62e10330e4deef_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-policy-controller-rhel9@sha256:44f392b5fe744c7abb52669e64b994c0a89dad4d21253e49ffa7acf51e069c8a_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-policy-controller-rhel9@sha256:6e67c8b7fa4d81a89121b84cad75a0a7d303d0177e28c730b903500c15b6f7c9_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-policy-controller-rhel9@sha256:81f8f28bcb4d1c52ad37c0fd5bb025333bd230793c3a2650f8ec8479d64d13d7_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-samples-rhel9-operator@sha256:1dc254b8b7bc5a5374f41f6f06d034332c9e6dcd8acabf2ee4547ba30d76b72f_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-samples-rhel9-operator@sha256:8635922fd673260318d32e128ffd11a2c7c24dd42d2a65bf4a0ce1fef12d72f9_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-samples-rhel9-operator@sha256:b853d72ed5fdc475ce4aaf6bb5b48a3899adcf0579912b0c95ec252597f691dc_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-samples-rhel9-operator@sha256:b9aee8ee21d594a677917b210a62a223ce19c451fe43bd0affac62844ba3bb32_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-storage-rhel9-operator@sha256:3c6c1a7f88fabd6c71d3ada18e7efa6ee19b0e33aa814bf1e23d6d88a3aa6b7a_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-storage-rhel9-operator@sha256:83cb02829b00376a4f31a5892b408a054cfe705906258a984f042b01486de3ea_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-storage-rhel9-operator@sha256:c7c6233c6564772233318c25089114fd322bbeaa9f30fa85e5347cd6c3f14138_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-storage-rhel9-operator@sha256:da828ef4148ca3ee8eba58052d95da9cf92ba6987418b262b7b3405095154936_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-update-keys-rhel9@sha256:4f8f6b9654e37cf6f03f984cfc5ff98945f4fa72903622f1fa770255d0073149_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-update-keys-rhel9@sha256:6e13528b4dac03e857d5032fcbda9cc9ee81bba1a30c9631202bbc7a2471549f_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-update-keys-rhel9@sha256:772397f5e6cf6068df029ec793486d9ae08d0af8098cae011a4ce986be675425_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-update-keys-rhel9@sha256:fd4eb5c5da651f5f8dba0302ec27e1bd8399ca7f0ed5bac8e120f7bc60d89ac4_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-version-rhel9-operator@sha256:4e3f81eaa31b6ea68fbb3b0ed098fc7adf0aeb77a5a739f8c91a147caaad797a_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-version-rhel9-operator@sha256:5b72eba1d1ce4bff619ec478da59a4d32535b73bb6f43bd2636510bbd078ec7c_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-version-rhel9-operator@sha256:9d3e0d922f3e069e90a5b16c08804baec619f0133ab9607e779222e6acf7553f_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-version-rhel9-operator@sha256:cdd431c76a10d0a679171a9e834274b053d4c710b26703e9732468c538e28cf8_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-configmap-reloader-rhel9@sha256:6f7d5e9aa75df873827538c22f4bc5f5132e0968847e12937c7f772d2bd56928_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-configmap-reloader-rhel9@sha256:9a41418fa0c3c5e3f0360b9c7459f186511389b5683ee3bff415f049ae84a241_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-configmap-reloader-rhel9@sha256:9c9c5a3e7e9909130823093870ac570b67be9bb5dd35906af266ef6391cd1354_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-configmap-reloader-rhel9@sha256:fd2176817bebe41db49f3820b80144e1473852f4af9a371da3e8e51c4bb62685_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-console-rhel9-operator@sha256:309c7a9912a0c3d0ea1ed4fc35b4af64d36c3078ff7d1af70eb0771424bedc92_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-console-rhel9-operator@sha256:a46f91522c131f3dc43a0f35973752bb7c27914f122f208e3e1837da09ff909f_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-console-rhel9-operator@sha256:a741ec0828daf891fdf795b37eb7b54c5301302e4b208c188b8e6203909f0014_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-console-rhel9-operator@sha256:e3766ec0bca555a1c3261be57935be76086aea1490cf3d6e9f31f1612b410dfc_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:3b2da6499a39f1c7049759b1a670aa514391bda3d550f15a8884e725c8423174_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:6384fa7d0a15b5a40733e010e8740a43667a2d6880d1b1e3501ed3dce31721a4_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:6c395b2f00617a611ed2710bb748f4cfce0e555b0202fdc94ca7520438130d43_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:77e03f315578b64e1bdef7855ff0ae44c544f648d5a384c61a37473f7ec50f05_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-container-networking-plugins-rhel9@sha256:0ff1c231ef4d4a632a089b0a95f8a8e498bd16d68a41200ffd3ad4bf32124d0f_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-container-networking-plugins-rhel9@sha256:19647286f9c75dd092be4de0edb723882af3961300a18c4aed6881bf259e6c70_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-container-networking-plugins-rhel9@sha256:6b204386282661b2efa3ff465eb279f3e06ef92646b58de9db32364d3c02f44b_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-container-networking-plugins-rhel9@sha256:993058708f0303421c0c767af97c102b07bc064cd7242acd3f5963dc6204f815_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-coredns-rhel9@sha256:560e9cc66aad1c9732c23b0d7cdb2c812a31c46efa456346b01e142b185d2194_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-coredns-rhel9@sha256:6128f645ee1e92adc4e14f61ac61ca4208cda56fc474012ab5a1fc081710365b_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-coredns-rhel9@sha256:8be1b918af3a97bea0f8aaddd1920fabdd64d23621ae73fb61a403c611515c3a_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-coredns-rhel9@sha256:ce4b36fd66c772da0bc5048c9d27b5e9c69fcab24e4fc07c80a4e92642fc714f_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-driver-manila-rhel9-operator@sha256:1a4d5f47f9f0bf1054fd192251f1c84f20acdd4a2f839e333091daf83c549584_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-driver-manila-rhel9-operator@sha256:e869a57727be73359e7159e2ca575f98976e4ebf444635098845f22f01352289_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-csi-driver-manila-rhel9@sha256:0c895394b3967e306bb26310f35b0aed33af1048bf1053a780df197734e6f8c4_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-csi-driver-manila-rhel9@sha256:10932d3dc0f6631f61c289eb0fd3bf26ec694d6b0e6540a8fa5422a6b6774701_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-driver-nfs-rhel9@sha256:470652ca1988e7b75fe22f5b211175ffeb91c8fd4a602c40f92f3b22e8567655_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-driver-nfs-rhel9@sha256:aded4df23d361836b6ef99a3bba41c187533883dc32134571a419f3894cd1123_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:477200d2e88cb3cc422914c4d9701b09002ebfb44de6dc6bc5017e468ab4b2d8_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:a0cf348c3da1f92df0e32ccfbc9c3b437fe6b2a6bff28496163ee6fcff98afe7_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:a4f6f56fadadfcc81a6330e56768eee3b0a1bb8519c5f5fe47fa9dbd4b73ef79_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:cdcd032de3bccab45d6c7cbb5d2ac3107eaff5b4b279d67f081a39ddc1320b49_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-rhel9@sha256:164136c218ab7c9da330f51a158bd519a8173671a28fc8691eba901183251104_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-rhel9@sha256:749ef641d5b6b47b6950988e3efc5cafc00495410f1ce16a276e2599a076d367_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-rhel9@sha256:968bc646d9e8d07213c3ff9bd48371e80db493c7dadb39e242741bb00b364677_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-rhel9@sha256:f8184d15a60064a6b6968ed728c5bb7538772851c11362746a5bfa8bb614243d_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:0129f8cfee2d3506adfca7939ce4cdedbdd25e6d3994ae8d82b9f2e460fccbc5_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:078604858b34951865a900411602271be1a964e8279596368d9cf968ffe35723_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:887ab068161de5a1ffb64a96515351bd02e81b0dc239c187f12128279b953ad8_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:c2585b68d7d40379ba124bee2fbfca64f1c3db925d3137b97f3df9c6afe9e300_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-external-attacher-rhel9@sha256:9a65583194250712313a1e893bd5e03a9345a16c4f5174e9c9e6e7d18413bc9a_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-external-attacher-rhel9@sha256:b216270c4e3760b33b62adbe672ced8483ba32462a744a46a863f485832c4f65_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-external-attacher-rhel9@sha256:ba7cb4455bb603eaf6b506782468741b5a71b31a0947bab69c809454ba19f260_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-csi-external-attacher-rhel9@sha256:edc3a924116b76036a932e0522660e2303c8ffaee5d292e4e8cbb9f73f79b02d_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-csi-external-provisioner-rhel9@sha256:128d4125e8ad9550aeaff50ca27806d2c4f4f17293259b64db2e9cf322ff2387_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-external-provisioner-rhel9@sha256:2ff82a187738a60c7494cf579b35e1d9a16cd0e57acd9e18474aa11aed6edd7a_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-csi-external-provisioner-rhel9@sha256:3ae17709e7c44b06b85543548ddfec54c8c1c04167ca10b8ab82e3cc4cf8a29b_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-external-provisioner-rhel9@sha256:5788c2e871884ff0e5edf019ae70cf1739b34170706ed731679afcd38d45202d_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-csi-external-resizer-rhel9@sha256:265f7809b2e2b916d3712bf17bc3c171576fde26307718ca6bfd944148bb2502_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-csi-external-resizer-rhel9@sha256:51baefa68bd37931c5fd611d1b7324383e58df4754eae607cf64b1b8c9fba22e_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-csi-external-resizer-rhel9@sha256:794b4636e1f44a3bfcc3dc2fe5155d217b31e568393fa53eabe420328c29f33f_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-external-resizer-rhel9@sha256:deaf59f4cfc7254ab8b35634ac18281cf88ff0ddc151d0498a21d6e91c30a4e3_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-external-snapshotter-rhel9@sha256:1866f88a278845d7aa851aebf6099ae6b77d98f9c244406c2aa2d61daf88bf72_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-csi-external-snapshotter-rhel9@sha256:2b9262b07076b315714007f91ca9a2de0a5333133c319b5542d9a5e89f5119ae_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-external-snapshotter-rhel9@sha256:cf848a2e0ca5bdcb850bef50193c8db40c18521c2e5d7f1b5658329a485f8d42_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-external-snapshotter-rhel9@sha256:ef64e56c3194bdb2bc3e0e129cc955beb1e6d6abb93ed45480dac1e26e631475_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-csi-livenessprobe-rhel9@sha256:150cf47c016ea3a318be89b0fb80b5f81a3ddc38aaaae9f4f9ab08478b054a85_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-livenessprobe-rhel9@sha256:19606dd645438a72af581210114459eeecfe1c96547de6e2a9a7a4a8d7b781c1_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-csi-livenessprobe-rhel9@sha256:22770984f3897afe484ddf93ad830d05af30ce0ca426c29dc33a448007fdf1ae_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-csi-livenessprobe-rhel9@sha256:a3a74359f9ff4bb3d9eae7d72ee3f3335a07f7a1d9bbbfd9c4231f2db81c6818_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-node-driver-registrar-rhel9@sha256:168d92be0933a07413608c50a787729080bc8c850c9efdec25f77bafdfaaae34_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-csi-node-driver-registrar-rhel9@sha256:6bf2240cfccf984fdc0a6f33318c681704a495d62527d2f7242934f098378221_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c7a86c7530e5818d8bbfdb1b2544010b327c6dcc99a39152788f5f28eb0ea049_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d79cac1d92dcc9140be58c63ed13cd6331c8f41474213064cd45963d69a94e17_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-snapshot-controller-rhel9@sha256:084151639be629d3a1f9f29ae20271dbe319319e2363d75f8c7c7ec7a8262002_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-csi-snapshot-controller-rhel9@sha256:2d6d427780eee15059d70088bbdb03f6774c93c4b7f84ec00eaf9b85c3f5b3ba_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-snapshot-controller-rhel9@sha256:5d1dd18616427bc717e49b781e6434ca616c31fc7daeb5596d1703f2d3379ef2_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-snapshot-controller-rhel9@sha256:9500323520cb1e4079304df57c722457720ace8518ef43c89149da40e0ff60dd_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:4ca3355941315a1db451ba8c6ce329c2f7d0286b3585196a30e1ed35ba1ee228_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:5e31e4d6f9eb5eb18dbf99b54a3a294e824fda2ad901333ecd33f9eacbac6d30_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:bfcb640d3847f3693b4118396ddf7a58d76ceb97016e037768244bc1175dfb1f_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:d590e08bb519eccf42d7891a3fef78bd2a265d5adcd9d27b7da3ef496407aae2_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-deployer-rhel9@sha256:0767aa82db6ab616d7b8b337760770406da4ce765fe088ed4299c3bd6ee31037_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-deployer-rhel9@sha256:6e319561328f39498c3705563a7a108cc9e0ba312c67729a5ca57c7b68ab7459_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-deployer-rhel9@sha256:a0afe3a4c032a1397872b707245f09fc3e63c233b0ee128fd3a4c695a20af9c4_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-deployer-rhel9@sha256:ebedb1bc3ad605141e4406cf3f2da63eca2671b89f8a596923690f30f4126e56_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:4378f58febb064fc36264f1b5862bb009aff4171b9ad6ae6c84fc9d3077ac70d_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:9d9662fee01dafbde830ab4ba397e5fa7eeccf90e2f8528fd57e748507a1b1e1_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:cd293b458d152b725a4ae09568f28410a791905b8f8e925900b38f33d3fd849e_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:fd0471855bbf69b72b75db2173aad473b9770f2e1403687bbf654c0bddb44c85_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-docker-registry-rhel9@sha256:132a674b5a051ed2ee41f940ea4f7984dbd7455de6510ef31b8fae7bedc45be6_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-docker-registry-rhel9@sha256:32d5e5690533a9d9ccf4ff8b02534675255a9625241245d434e43d4bb815119e_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-docker-registry-rhel9@sha256:78d4de7a4f72a623b01378e0798e2540b4123991b02d450c7b3391f186e32c36_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-docker-registry-rhel9@sha256:9182a503b30b8de69e862a128635bab7b44ff05df11a1ab4f96aef7525fbe0d2_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-etcd-rhel9@sha256:0ee443647f0fe63c9a05edcd5a644f7eca0eeb2be877aeeb7026c4db738d56a7_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-etcd-rhel9@sha256:ba18e1f81a20605c8efbbee41fe37e1d7ac4ff101a857e05e0f3d25aa82fa9df_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-etcd-rhel9@sha256:f17ddc78b5e4cc92834f4b3b000ab2fdb181c1f3f75dd9d185dc5d88d6691abd_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-etcd-rhel9@sha256:f27e4f6f37c47e139374be06c8772f09debff53a05bfab713359d918f33beb3c_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:170aba64101289aa8f9a8612888b1341e36e52394ba766dac7130d675816e2be_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:35098fdc72303c21755abaad4cc05553d6c969dc601d6a2ab91d7aabcadf923e_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:a62890163f9fbf8833e855caa292678a7468f9567433919464dc99a2ef7c8dbb_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:6433c81cd98c85abe6b1bbd8e74a776462ad78575cc6bde0664458ed685611ac_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:d1129dd095528238a3bb064376e70764388d986a0f47ccf7a92c88e517b54066_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:eeb9caacd52b52b2cc46ed0fa5f80606c7033d9cc8d7c63a5c199de6d107e9fa_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:3bf929bf48fec827cf4f54ff5fec04de0740b1f14a4e1da63ad580bb9245a103_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:d64a1c2fe51eaaa842bdb14a8bb317317ed1c22180d766e15fcfa5878cb5285c_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:f4b0795956ffb226a5869a9285d05b0ead36b7be32855026c1a2a5faf4307be6_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:73556902372fba78e19553065eaa89633c01c36b6cf10d6f51ad981777b6f9a1_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:ba5d03691cb09bc208c30c6c9ce746911468a4fb772dbef5520f723063bf2a94_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:bb6ad3ac3be2ec5530dde289e8535e01fd745332bb89a05d8b687a72d8b90361_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:1d5b94376d1ffe57828d9252b71372f132285a40b8487d9f931b9fdf6741cd83_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:3d72794fcd40b847e3fbaf3529231fe9149a6dede2a45dfe31fbd306df9b50b9_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4394b5921e342708156f43b45fe0cb780357d7a493c8c323fc403cf99bb0a7ad_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:49874280d3af31fa772ed481e63ea6d1a62bb579b9da0eb3bf772017a3330f4f_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-haproxy-router-rhel9@sha256:0afc3eaa1f9729a303472d3397ca19dd1b38b16d0cd721c12f4e23a3e04f087b_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-haproxy-router-rhel9@sha256:0b72b29c550a7e726d31a9814799bdb6ebf6ca071176262402619395ac8a3a65_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-haproxy-router-rhel9@sha256:1c122143be877d7d89163a4c9f3780eef8b8686057ad1889aa3102321e54a98c_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-haproxy-router-rhel9@sha256:9263b51ee05c760ccb67d397d0c8109a617bae089ad3973c180eb624bc13c91e_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-hyperkube-rhel9@sha256:6ff66bf6280231a5495000bf79ff4bb05b2f139ffc372d11d631cf60ee5de67c_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-hyperkube-rhel9@sha256:c32ff89d47b6e001bc02fdb86323cdc692d1abd679917cbea206b70e43d0d976_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-hyperkube-rhel9@sha256:ef51f6f787195be8745b3cd3b0b3dfe8a96ea48be2e3ccb97ed63cf1bbf58534_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-hyperkube-rhel9@sha256:f32ddf861dac3d41222d238768c5376702ea295840d70ebc69e9224f1c300446_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:02f10dfe13ccca892445607db62101ee47e86ef5fedff0b8dd6372856548ebe5_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:0677902a88154c33c82a5dfc1aec5325cd2938b08485299a17eb14ea0a4857d3_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:249df28d5775b19c96ae3f03d736f0ce8434d9e5969e3365be2b5e329faf85d6_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:2bce8039239d0bc061ec7f373d96bdb446ca5b68c45820a58663f124fba635fd_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:1384411d0b3794e280491e0b0e14252c5e4f9e43e58e6602b0442ab9a3fb2b0c_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:8fe95db9475ffb66b670339b266f3551c4682f214cd2c1cbd151a62e9f8a3b73_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:e9876a36c4810b4e68e1f6668d3324d8e71ba145f3d214007bc4486375d55be3_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:fa6ec143e3d12a3836c9148adb578b591987e8520cbec4283dcbb427991f14d0_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:528d6b3faebd79484a0be86e33a7d6ba922dceff5eb1585bb922c18bfd01ee70_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b4321d90c93b58108ec190d72b23966c09b2b6933a7b5d8322d10dd8831dcd6b_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:44c02359946a024e429303d031d1bc70ced6b300316c939d7290d17042b87618_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:8365ab32e19f655627b62adfdc05ceaf24cf10395876f4b3a545df57eea4abba_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:92db3a22fef2499c3d11a2666e72ece44d7df862458f06600d27fb9b6304f77c_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:3f77010faf0f6f6e7eabfcf24bf1328c6e70bbb32f843287639a523621a5f4ff_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:9f2805cd3f3ffb1daefa1a718703a568cba5536b12fe2848e3c87c2213a04ba5_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-image-customization-controller-rhel9@sha256:0f1b4c68ce6ab2167b1b6fcd0059a8531eff59b5cf49c23322828918a6ed6f27_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-image-customization-controller-rhel9@sha256:8bd8caf2fac84354a4407c48651d11d055c90e09f06ea57c1825d2be59ca18fc_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-insights-rhel9-operator@sha256:3b7ec1f0edd312034a7dec567af415f85f8be1828dc6a0dd2d11072315b77a41_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-insights-rhel9-operator@sha256:afcc280b069a744e3e67716ac685dd7c7f23c619cbc20e2c21237031580f649b_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-insights-rhel9-operator@sha256:c7e5d66df8aeeca3969c31c560fd759f77d60211f08b1f456391ee0fb333fc45_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-insights-rhel9-operator@sha256:f54220fde82b962663a86123a99a65e549fd68fd9a6153f6c67979567a6fbf58_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:17050d94832b400bf54598b748667e2e0035b30b8f996d7a25bdb61aef5960f9_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:bd5955616dc827b5552f5fbcdd1fdcb23e700a647de2ca4f3cf1f8a2eb105f1d_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:e26559b0ae61de908b9db0753babf47e2a3bc27c6637c7e945d153959fcb79ea_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:e32b6e836082e6d2a5d267283b2263d9811c3a62d420842689ab35fcc36b4a63_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:312bac6a070c763a493c566fbd1b6f05591f23949e4f37a157235f08f927c653_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:7529fae3aa40950d226ef1d8d2039d6795c518b2dbbec8e38818cfcc3efc9083_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:7a235516acc4c967b8fdda1868be132966714d19d6d90a5ce4b4cab661d819b3_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:9ee9cc91eb2ede268fbdd51bbfd2e211f34ccff61bd1c3b130bf25879c67b3a3_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:69e680e1a17c99220c8cdaf5a2e73f6e4e7d835f1193e62bf516df65e0d2fdff_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:872ec12780579fe14d90d7eec8190678ce56f4a5914917a7d6169c5cd767bc68_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:be7078e79fd3d22ef43c253aff1b72e7457128e639b780d5073a016991bf56af_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:df403029362bb02139eab00cdb01c35171431ce0e237c874e11e06aabca19311_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:b45a678f884a36a9c6014841f8ca1c70908bcb51dcc45d9f71749806c9fd8fba_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:d3b354ac0a8b37e7e8fa339011624d0e4d7403ffde520b5e911e3664e9659e34_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1726d045b526bd930e04ceaa125da6477f7a44b18c9b01f723ff3cc1320da9ba_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:f62c966edb47dcfaf82b4136ed867fd85bf04424f91e8a519f8f08a3989d98a0_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:02d3c6c0c7d3ba854e7a03e3cd3fb56f21a729136f95993224336d42f4597b96_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:49db69687f7245b778480b5796bc3956343ec1d4b58d705d3f08b3380ef93b6d_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:4c0cd346096da2ceafc8226fdf3f132320d42d8992dacc78abf9b4c194f92740_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:4e948d046ccc7a44e18c5b19fd107d560183aee3fb46ebee28bffddf850d3ec7_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-keepalived-ipfailover-rhel9@sha256:0a2b379d082cead1b190b32ffa9339bf88fb50a8ab5abaf12ca2bffccdfc75ee_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-keepalived-ipfailover-rhel9@sha256:127bf3d442da47383b1f2b8d452fd29cee71eb614b71ed7d2610063ae78e808b_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-keepalived-ipfailover-rhel9@sha256:966c3932cf9a5d03bf25141234d26c7628b71eda7439239a409da03953b206a7_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-keepalived-ipfailover-rhel9@sha256:dcb142b3a5afe0e7b7a51a1c94661855bd54776ca51575630bc43f02ba12c554_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-kube-proxy-rhel9@sha256:bcbabfca97e7433c9fa4ad479c8906644461c2a5aa75c8ff7a7644b13975ba98_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-kube-proxy-rhel9@sha256:cbafb2565fe2baf4d54fe0cc5ad883bbe0632a4736771f55dd55b9d3823a7716_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-kube-proxy-rhel9@sha256:d1654ad59633f2f3d6542a83c32ac0e1084cd148a735b46f4c674edca9fc98e0_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-kube-proxy-rhel9@sha256:fdc6e80a2293c526be173bea9362e2da73e0c0d988a767e6f160675db8590acb_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-kube-rbac-proxy-rhel9@sha256:093d38e21abf82992df96727b799f72a14e66986b02e08eb6af990f4091ccc6d_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-kube-rbac-proxy-rhel9@sha256:5c81ef8f24b561ba9b51c25e3ca50322eeb0544240f9f6db020542f5101f17ae_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-kube-rbac-proxy-rhel9@sha256:74af69d301e49c08c9c0fab6bf929b6443beddf21d578273fd332ec73d7b8a24_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-kube-rbac-proxy-rhel9@sha256:bd85227421b997806814438c33cc997fd70911c8ecf1d9e6e16e506dbcecf5bd_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-kube-state-metrics-rhel9@sha256:65321f83b5a14049a62c6d6895287f57501f5f77589cb8be2d6b366a145c021f_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-kube-state-metrics-rhel9@sha256:6c697bb3cd8bf8a743a0a948721c4c97284d62608ec5272bf97fa51d23f8ab14_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-kube-state-metrics-rhel9@sha256:bfd60907c9836d089067b19a287d3267fa9ab98e09420e6a4f0e1ffb51506d04_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-kube-state-metrics-rhel9@sha256:e26b6afc9938274f1777fc5eaf6c0a6b95fb5e9c7cdb51d0a778d548218293e3_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-kube-storage-version-migrator-rhel9@sha256:63059adfd5fb0042f492f3fdf938beb0de950f3c86fcef51fd595099e3638e51_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-kube-storage-version-migrator-rhel9@sha256:82ec54538247a36578095e91a73ea2f0f2948f1d53214fff29e424badd23a733_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b798ea0514d92809752909b9f0b4d38ea1a7309df58750c1c516034c8a58ce4e_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e85db4241123d01e874bed074f9a9a34ca6221176aaa2cb5bb4729adfbf0ce95_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:352ba91a72d19fa2b0006740b6e0e22b9824f73d3fad3ccf3cfdee0735525aab_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9292f19feeaa3bdae3094d0c0496baf8670d18286041f317ec82c552280a9b4a_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:b248b7e14b2f4a76b6fea232897ef6db0f43531e46d161af07f2e4bad05e707b_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e53a18e4371e50c1bf5089c2f6e3b0d0bdc70454f8289ba3e6411afb2ab49aec_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:002c9019af35f1f8aea55bea65c97a92ef1d19ea1baea00d17b79a264a3691d9_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6b95c1296fe5379d3dfaad98c17ac65bb818babe4057610eccf8461635ae8103_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:70a12a74322db347077f7758c485acb127ad33d021ae5aec5e912f94f8ffd8ca_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:fa4bd7d988c14418df8c332de4fea3b5ea57dc0727a461f68472925aa6eb9696_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-aws-rhel9@sha256:c6d0869274ce92a1eceb263b4e94e462fbcb8b599b09ce8acf9c00b61cf29226_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-aws-rhel9@sha256:d2dc62bb9ab60ef004894f78e80c143e8c7d027ff073a3c238dd88b14b3b80fd_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-azure-rhel9@sha256:74b7d7c58d260b1791d7d4f55a9fdcbb13542519151976de43dfb8bee67c9cac_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-azure-rhel9@sha256:d4764881a7a4f01e5b5ee2a24b13cd74fdfc5540ebbe84cdd0fa28fd64aba389_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:2e3b2b5c07bbba78849bf504c5a8a600239c151f7f21d6f1fe6c022003193a4b_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:526440e32f8eed14cf6ef61769baea675aba9c02e6cf5778e3bc8f92c7d306a8_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:968aebcf8a5dbabc3b12fd50db0f8a1bf4bfe399b390efd29b9534510d7643ca_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:1396e057385c7d8da1dc40c52033b1bbbedab984703de3e484cfea750652b224_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:373d9277d116b062a74e0610f98d512d8ffa5404afbfe116d2f8e549afd9251a_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:6fb5c3a4b83c250c783d6b88d7914f72e4972ca2a2e5852ef46a0f754b6f8eef_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f907f7e7f7659e968dd6ac35177c726004afe0b86b0dd9e9e78abc53da370a7a_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-machine-api-rhel9-operator@sha256:5e940d2b4901a79e7b4a2c5ca656d3d974b771d1950edbe441557522082e02de_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-machine-api-rhel9-operator@sha256:5f2486c25d18ae075485af13b8800df7b2bd1b251c73b1784ca1946569b83919_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-machine-api-rhel9-operator@sha256:9972c5496357187072347787379fe704b02d7aca9c62582982ff97e132f7361c_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-machine-api-rhel9-operator@sha256:ee87d774d6658bde289f8c9ab55154ade49dfddecb55ac1a577da883ada32aa2_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:2141576fcdb4d159aa417474a27457fb2087ad6235c4df0597083f3b1899ca45_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:483b65fb285f5d17f225c5da6513e12bc7b1a7b4a7040663cd07b565b0afa029_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:e3d3a68630da8789ec30cdf920bc64b478949e146e565c28faa4b6e60f149f8a_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:ef6cde961dbbb6fba059c3c45a80fb0e2da74f4c5cd52b42e73589ddf5b1e399_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:9614841db8310744628318b72f55c58b0486fa04758cf069921ebf602e689e9f_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:c26463b63a1336896c3b5966be5952b60e539691202cd81e7ae4e964817f2109_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:c6d8d116a62c6b8d1f6d298c580206b22de9054c2f6954f6bf480ff01c572dd8_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:e7d5c7d2133b60a140a95d371202e33e6bdcb24ff7ae55fe791f42f57534ee30_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:158251335ecb898e1d9dd072153925e15c27974ea5bac191d2b2238aa3e9d9ef_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:23b2c32bb23c66ed48ce220033f85c76ec6ebfe241ef912e7e5c2550b3252f08_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:cb9d387eca1b9defc9b9cf59e79e3afd9721f6e2768f6ca1b23e2d93c643fe88_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:f94b1ab4229c5fb8e2dfd07e5b04b58f6385f67454e7ecbed2d2aad02e91f07d_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-multus-admission-controller-rhel9@sha256:1234866d996a553670345d2177f491180651d53747d97ea0f5b7c05dad4ed0f0_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-multus-admission-controller-rhel9@sha256:4a2061a1ba2d018fcdd41b6722fb4e332b72983954ea5d0609b01785d2647e6f_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-multus-admission-controller-rhel9@sha256:878826b56658eac597d692338bc3e7d469568776c9d6f71c11b63bcd0932e01a_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-multus-admission-controller-rhel9@sha256:8e46edbaa4d4fc29dbc09d38898429d545a02822cc46a726fb5a61f4bd55dff8_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-multus-cni-microshift-rhel9@sha256:60064cac3df05c9a076ad9942bf3ffdf452f8ed8ade863153a7ea449234b1e4c_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-multus-cni-microshift-rhel9@sha256:9f905872cf72582e8ef6df209d1dfcbe23e56d894f39ce7c705bec68908951cf_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-multus-cni-microshift-rhel9@sha256:a5aa505bbf99f157b1817ed0981ff4037cac3e94ec3b80457f97b6e07935a1de_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-multus-cni-microshift-rhel9@sha256:a6aee61594a381b29e76718a05255a69ba1fc8d16b4836665499065cc00a6386_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-multus-cni-rhel9@sha256:06a30be1f56c0ba60fda631904e406def40a5294076d98f0946c1c7035785e1a_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-multus-cni-rhel9@sha256:0b7d0c694b170b254e7f998465826e0d51abb9da67f8d0a4d3c58af450550cc9_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-multus-cni-rhel9@sha256:331e9a2ee10ab14cd3cdf1016af92a1e3df1f25422900bf980604b0b6c6050e9_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-multus-cni-rhel9@sha256:b3886236c43c1935b1e67344d865ec6b6148b599cb6f94aaa827ff6889444faf_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-multus-networkpolicy-rhel9@sha256:93e501b312ea23b290e46c14787acecdb02636333f5388429b5400bc4599be9b_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-multus-networkpolicy-rhel9@sha256:953c2a800efd3ba87344b0c556c89132630dc378e1a96ff38f626a60ed4d5ce0_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-multus-networkpolicy-rhel9@sha256:a79bbb6df83654cdd8d925a070f6b7c9b62e85702b84330d31a1242507fd01ec_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-multus-networkpolicy-rhel9@sha256:f32767d8dbad803a847397b47ef35d48820e2ac8c5abb5d916fc3daab615f6ab_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-multus-route-override-cni-rhel9@sha256:2dc58f3bce109f2dab38f7940e7aab29a4418f5e0732c1e8f1e1ed217635ac19_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-multus-route-override-cni-rhel9@sha256:5784e4d821cc26ffffad6e6e3ed101fc2842ebc3d89b16eac041dde506c1ce01_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-multus-route-override-cni-rhel9@sha256:b32bee1e17a99bf6e865f3dffb4f80f9b681cc3c0f2a1505698f594f286a7396_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-multus-route-override-cni-rhel9@sha256:c0b91c4fdee11f1468e9c32f2f95feb08f49eada69835577eea2c04ede8c5725_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:14c20436996d9b4151cb77c811fa65929d70874bab1e3577c1ffc156b23514c2_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:2264796d3b4da7e3fc2961c55972859361750a1272f52112d6b50c069275b6f8_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a7a7b993fdbbf8fb1a67dde836a577c55ef589d899dd6b50bbb6ab4da03ead0c_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:eaeb6ea984b43075d1721104647c9e539ffefea462ad3ea3f3cae66551e301e2_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-must-gather-rhel9@sha256:60ec7816beae30bef25a0a50633d77cb669c472d4f1adb0356b547c13cdc2282_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-must-gather-rhel9@sha256:7e0061f5d8d3909d377e353592c99179627fbbd8e70d90f1aae44dc8f9f34b9c_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-must-gather-rhel9@sha256:c1268a511ca6052fcd0392301af7861d388fc2dd32977b13fc85780c0c9a22a2_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-must-gather-rhel9@sha256:de0f68e94d48d6fd1c6bf1cfed042a8f244e5392a0b6ad5c02cfab7b7a9ae3ab_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-network-interface-bond-cni-rhel9@sha256:66eb46a96bd308c39af00caad02b3dd77cc7d1dedfba70ead48c9390dc9ca9f9_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-network-interface-bond-cni-rhel9@sha256:685adc9ee76db7d09ce6c56ba14570c9e0848c517534c5661b52a702d05a1e3c_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-network-interface-bond-cni-rhel9@sha256:78d3bdd9d6ec154e80b1dfcd41e37ae695173e61a54fac6aa2ae9f9264253c75_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-network-interface-bond-cni-rhel9@sha256:c372276000e5ed2540990ca06299d060a49c646ad7a1f206ce5094c7b95536b4_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-network-metrics-daemon-rhel9@sha256:0e47e27fce44f690b6b358249a26dd334d40d77a934c289f5c6d700825339850_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-network-metrics-daemon-rhel9@sha256:1820093b89c42b11b76534feb6f686877931e45206f35ba4ab3540e209f95e6d_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-network-metrics-daemon-rhel9@sha256:afc2923e5780bffb27abc102eec63968374848078da5cd2fe12bdc8f0ec90251_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-network-metrics-daemon-rhel9@sha256:e805f9a0f7eb2039fd8040dcff142175c392381c992b69e8c5e3307249fd10cf_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:400c930aedf5e3964c9e5201b5932603b6b074ba6f6c31e3d432c066e06ecd77_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:7c0370de82ecd2cab8bf48ae7f1bf66a52d637e8b9aa6c0ceadc6a27b5e3507d_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:ee249765525cafc3c5b1c9751427e7fa19bcef17566d5ca273fcda348e3dcd50_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:f94e6168c2d658e1be23c8d9cad9a86d2f9e0d393c49304d310a500d61adbbae_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:065ce9ed541af2ee48a9c7d803865180f3c0431c2e96edfa1b09bab0bbbf40bf_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-nutanix-machine-controllers-rhel9@sha256:d8add7c0ed65ac5c6a053c21fe96fe8955b6541f9b05a47863974d18a7021ad4_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-oauth-apiserver-rhel9@sha256:08fbba8e85f6efc4f5d77d1bc9165fc30628f4a04383928110e5cb58e80f7e62_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-oauth-apiserver-rhel9@sha256:13a1c0ff1bf2b0a865a959c65166b00d53d402fecf984db6f2b9cd49ee7289fa_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-oauth-apiserver-rhel9@sha256:56a5d92f7a3a2f3ece3579a584f4234ff2c0d8ea4eb8e1d4f65cbf7d7a68a19c_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-oauth-apiserver-rhel9@sha256:8ecc5104c41faaecc96f97e1f3c4ddfe0047bec271a6bd41a72c4704a2b479c4_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-oauth-proxy-rhel9@sha256:1eaf29ebdb3d128ff2acc33bae9a33da915806cd20c8aa98afd8d1004eb17dba_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-oauth-proxy-rhel9@sha256:b934449f27cff8ea6cd6577e862bb07d3b20534cb644748fed921d922cdd5404_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-oauth-proxy-rhel9@sha256:ca6723f202239be0464ff827710c011468d6df243cfa873274f9d4c828d4d76d_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-oauth-proxy-rhel9@sha256:dc748b70f83c70facb499b0d5ce0fd691e827909240d89ce27c3d248175d07a5_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-oauth-server-rhel9@sha256:5510278d09ee523ece2d0ba6b24f07e522dd231d36d2eec2c190d1426e15913a_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-oauth-server-rhel9@sha256:8b2c530a19bbf51813e7ae9bcc187a49b9637d808a720401ad512756d1cf0d2a_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-oauth-server-rhel9@sha256:a033f65ebaddebea7d66135299e2fe0451f3b3c939ff26c77c3bcdb053c581dd_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-oauth-server-rhel9@sha256:b4fc4980e7caa15cc853da45981051aa3e1290e4ed9e6aa78cd0bb251796fd39_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-olm-catalogd-rhel9@sha256:25a5a4b4ada09c18b0172d6b55e99213b328b049a4e736ef33a46ee0da1dc950_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-olm-catalogd-rhel9@sha256:2b350e41bc865f8cf3d91ec774a1ef90efcb1dc695031d54cfcbcba445ec576b_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-olm-catalogd-rhel9@sha256:e9c3bf1b4cd8b50229b2d2cd74f6ab8ef8d300d6bcd577b3334d368621c96e5b_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-olm-catalogd-rhel9@sha256:f11007c8352baa9b195cbd9734103033c0946078b12ef02a624aa8574a455896_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-olm-operator-controller-rhel9@sha256:7947045fc7c78746b791cf45cc7086f35981ca1675813803e4d6b44e1217d4a5_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-olm-operator-controller-rhel9@sha256:9a95f890999546160ad4cf68e60c94bd02036392a981fdd3473bc4ce8acf5e63_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-olm-operator-controller-rhel9@sha256:a2ada640c8cf94921756f81c68762e3aaf7eeae865cca833be5fe14a868e9832_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-olm-operator-controller-rhel9@sha256:d3bfee26c52099ab31a0f7f78b53a6914dc1f33c613dfce0a4a83dd70ba6f04d_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-openshift-apiserver-rhel9@sha256:12ee719e29b1a159926fa67162dfff04668a0c786db83697a75fc8bf96c61e36_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-openshift-apiserver-rhel9@sha256:281810b86981603927513af4b9738db05df090e27cff61cb57f615a1b7da54a4_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-openshift-apiserver-rhel9@sha256:d7aa582cb99ceaaba2d9da65183a485fab11b0aec41d68b5964510f35167b3e6_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-openshift-apiserver-rhel9@sha256:dd1be867b630db99ef81dae76668387115f04a9f0c61364f0a6e216d0a28cb05_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-openshift-controller-manager-rhel9@sha256:92b40e2865e79b6c9178e6e94523b9d09149441f5a72276b25951404526e7ae3_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-openshift-controller-manager-rhel9@sha256:9825100ccb4a060d9f37d554a8f9d79dfc8427785eda77610c60ad0feb74c666_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-openshift-controller-manager-rhel9@sha256:d121f0c03960db28af368e4b864efb220c1be28bfb5f9735813302efd045f4ac_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-openshift-controller-manager-rhel9@sha256:fbba55058981a9c57d0b273bc8b56b66e164c7fae1bf59d74aaf6ea3656ac59e_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-openshift-state-metrics-rhel9@sha256:539c14445c4b7acb91b414f802d93be4cebc24d060b52e06017338fe9075d9b3_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-openshift-state-metrics-rhel9@sha256:62724925ca3ab5c18ebd7692e89e41ecf7e0d33176850f67eeae9692a6927cb5_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-openshift-state-metrics-rhel9@sha256:8c6bd11088ca925f8faf61dff5bb6655522a8ff6939c146a4126ed5f0690914c_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-openshift-state-metrics-rhel9@sha256:d6a2b5b710ebfc04b22860c62daf56aa7ff85d89a26a8235f95d72346d4e2db6_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:1919474880b196d1905b8dff9587c006b6f273124d02e97f40e2d4ea8d050777_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:213222f7adf001b898109567c42c82d6d9325ee707615caa1ac0fc15fae574f0_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:30ef542720dd4425d7f7fae10dcebe2d5fe6d25105d34261fe754f4cab4a64b6_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ec415bdf74f9ce65c23af9e06d591ba78d696f32a7cf249c71804a87895f96ec_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:ba40d8da235fde8e89b6115a1d5f41568fafb4eeddcc38f107e493fef2ea38ae_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:bea0b14e279d2c307eb6fdb8dcafa114d9b281ab267c14f7b6151c5b838f80cc_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:bed0e7813bdf23482a2c4f14c09a73c84ba62027947ec8e9c57ccd2eccc2c1b9_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c7cab534f6196d76cc1e31b17bde3bf5c3986fcffe7a1c026013012c7ab68c81_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:47d6f6652a0e3d399c9b26a4954fd3478326c49825863698cf3140c2c3ab9bf9_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:576677c2baf50fd096f762daa156970e982279275b34814ef52e4be4b511f5ba_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:6e6be32bd4a1e3739d0e0f1da3674cd6f74ec5255865dc832d91d41f47283718_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ff4bf6e903a1af1f494f5e0f43ed6718bcb55557fe9135d0750362bf0e8e6b58_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:1ef9d43e45303b56e96f1fd2b5d63cb185ad3373fe516730a5b0b98b6947395d_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:5f7747f4d324cf90dc48d2bc20d76c2625fd2dcaa3d6478898dcc55d1f8984ad_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:8d30cc94f2e8512406aba31083e31e155c9f568838343e56864579dece7bff31_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:ba3ced5cd94c0bcc2a3295ce47dc28a60078d7db8c4edf2bc8d6f5b12d573879_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-operator-framework-tools-rhel9@sha256:5abbe0d3aa1d5dd9296e795465ddd5a117c466606481a418b2846c435ffeffad_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-operator-framework-tools-rhel9@sha256:9c53f361a67e96e64b5cb912c0af0a1b3e18cb3bd428084d5cb1e8f6860855c8_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-operator-framework-tools-rhel9@sha256:c187541b8c1b8a589645a608ed79b43f9e6911116faee1c50ca8a0a30a4d3738_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-operator-framework-tools-rhel9@sha256:feabd407ff0094dd9102e3c78cf94852ab6e700fe7f906fdd32d6a211232b16e_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:01b59bfe4a9c7489011c71dd8a35ae2ef81f81c4a23dbb2117b6126964f1da2b_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0783189d5b07855bce1a32115fae430958ccaa7951bb6405eded7e3aa572ee17_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d7dbfed38bbc7511c43814e7d06a7c120b4a62adf724461c76154a37cd37796a_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f7e781c6a21c4b8fa25630d174362d62d69dda2911dd033f7729923b26ecb483_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-operator-marketplace-rhel9@sha256:072e15ae931425b07953efa32a39b4312805dd12889af0f731c9b04238a21c11_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-operator-marketplace-rhel9@sha256:2d413b3ece4cbb46f6a682333ed06a22857271e211acc6f704059eb20bfe01d9_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-operator-marketplace-rhel9@sha256:7c57bddae38c037d1848a509ba7c4e5831632581439f90865422151a90c7ade5_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-operator-marketplace-rhel9@sha256:bd541bcc12678de1a652a602a29623a9dbb8640cd4b88ed2e458d352d0b0039a_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-operator-registry-rhel9@sha256:12875248fd37b9d1fa4afd238ce78aa147fd2d0dd9708436fc01ac28243c425b_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-operator-registry-rhel9@sha256:3aae32132cb3da00d75d456bb422fb71a45091672a0673bddd75b823cdb01242_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-operator-registry-rhel9@sha256:43d4206cbd9d2a25d53077443478f65e85cbba2f9d1fbc765446de1929437bff_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-operator-registry-rhel9@sha256:894819babdbe3e6a04f63d8a6ec52bfd0ed1503c25ebbb6241535e5f5fa90b36_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:43f19aac756eb00b63d12521f353df83d79086751715e23f2c773880f85221ea_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:48a8ad863bc40447db23818df0da3b6c765011ba81eacf4b7116026a06358bf9_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d42d85915e158a7ba41ab7c855ebbff6a5e6594bbe9e002190b5966507552c2c_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e96efaf0fcff6a640c9a5d66922694ef5e30d2d6bc3b2edf1a4900e283174a1c_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:2bade31f6bbac52b4916f47431126c735efb2f98db4a69a5d6839ae731803dc1_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:704105b2136fe017ee9402ccf0109e295b2e73462311470fd97aaeb4768b01f8_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:7a6d7d84e63cdab1cf92a6d022168a620a22f5e8ae898f7b972871bf76287886_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:8f896cdb945435f3f03a813b857d4cb1ffe1f0d6015ce9b776954a0f0cc9558f_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-pod-rhel9@sha256:347e4a105a4f2589980d2e9fae9f57a5ce86bee3c96819d397f219a82f64e3b8_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-pod-rhel9@sha256:d55bc674b70cafddc0cfb861bf0cdc64415cd01d4d42d71bae31f5a909cf27ee_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-pod-rhel9@sha256:eac0005dbc866e009c245646876cdcd01ec5fd0abda2145c3cd506f1fbef139e_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-pod-rhel9@sha256:ec5c3c9ec4adbb7f15dd2c1ad7f8482a634d4d6db2379c15341b772ee1cb7e15_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:07248406477642eccb6adecec3aec409bae0e04598a7252e771dfa87368e4c91_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:9fdf5e3812eef56895b938f68f8d148c2888158d01fcd817ef8292deff66fc34_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-powervs-block-csi-driver-rhel9@sha256:0e89e02535502b0390ca0c4ab8162b78c68af02974955d735536a1872b48c189_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-powervs-block-csi-driver-rhel9@sha256:d08894b4f991791b4f1a1603c215538b1b6ebed430e07533287abf86baa2c3cd_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:1fee47031672c49bcfa735489ab08fd4be10995234ecc97e7b51733d4170df96_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:5ce97b705cd6ea00a6d5517f13e468c0b2bbe902d425ec3048d90d7dbdc7bedf_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-powervs-machine-controllers-rhel9@sha256:548abf5b9f1cb92a916d8c6beb588f81ebc40d33412e7383d3a1bfc602ed38b2_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-powervs-machine-controllers-rhel9@sha256:7f96b42095d100141a2bbd7ac8cad14562cac3c186b26d00d0fc81880b093f07_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-prom-label-proxy-rhel9@sha256:209f1a13d11f995c49b36e2db96d61470e6742824619b6957a4b7390b1d5dc52_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-prom-label-proxy-rhel9@sha256:222f568c31ab36aa4a0684274584e66aee149db5be50eb79691c7636fbc8aff3_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-prom-label-proxy-rhel9@sha256:db3b3649eec224de4af5c5223bf4928f8e302c5f54ec9d501ce8bb71c3c627a3_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-prom-label-proxy-rhel9@sha256:dff520a6cfdb27ad2ce31301aa3d74275ea7e13fc39749c77118c4fa74255604_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-alertmanager-rhel9@sha256:1eb0d7754525580a289e18bd58efa44b769c9f8f3e1c362381756daa615fc6ed_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-alertmanager-rhel9@sha256:30cc60b9273b07c493b3156ef278830bffeb109dba7c7c0517e0347ccd480631_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-alertmanager-rhel9@sha256:693a75146dc6f1436bc4998d59185e379a695b57c7e9d20945e84589fb142d6d_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-alertmanager-rhel9@sha256:bb6af93d177a604520ef035bfe3617985f7a217784d20a4cd180dddae75e6949_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-config-reloader-rhel9@sha256:079aabce1be013d247160482720526bc7070b857c9bdc3311e16ec4b7946bb90_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-config-reloader-rhel9@sha256:366ea0de608f0dc4890208515d89a6c01a56aaa32d54ba04dfc1cebcd0aa1940_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-config-reloader-rhel9@sha256:41b569ce3bab77e814d2f2dbe5252a55b22cca84ac1d0fac985d3ebbfdbacba0_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-config-reloader-rhel9@sha256:a8739133a6616a7a34ef4cbd7eeb731b3839d4e5ac4d5f2ef52894b493b0503e_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-node-exporter-rhel9@sha256:066cc860301397a054a7418b105c25230a2180e557d7b093b8234e375ef7338d_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-node-exporter-rhel9@sha256:0fe50ce4c7264d9ec532e587c9846b0070b22522066816679f08a5a07111942c_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-node-exporter-rhel9@sha256:8292247806e2520a54b4170aa69da7f20b93b2420df976dbd2f5e92735100c2a_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-node-exporter-rhel9@sha256:ba960fd338ec7abcc2a936137587076f80ec113a081be8d1df91fec8d3ce09df_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:487f00e5cc33440966f68b490b6ba8d0da0462f2bb5f94455807bf9a30ddc368_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b064cb6d4991fa87e75776f37bb8602d006e296d213f5bbd6b47c6de2903f152_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b39a4b9a4f8a91b7976f2ce02303b05b38a583291a4ebfba1b08d999fc108d90_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:cb10c1fbc87bfe3fd48c9c7834bb44be8e808d9ad10ef42c6483681fac9a8524_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-rhel9-operator@sha256:3b0a31d3ac49250fb165866dd1ea03ea7914692a09d7bc6514e516e1cdd5639d_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-rhel9-operator@sha256:717067cfb00313dad5317b564008a9b245649d001736074009045a7fbb3d1cb9_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-rhel9-operator@sha256:c0d1e70914880e19b13f1c899623c78b880777ffd0d54f813a8c78f2f172a4d2_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-rhel9-operator@sha256:ca2cae619e6e83733a803335a113e09ac6bb9c1c235ed0c1ab05fd7e8441f5b2_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-rhel9@sha256:033caa3d2b728c32e63c7de347646938d304ac0ff2c490aa35d7e85e63236cc3_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-rhel9@sha256:2cd0c0d30cdd42e4b78859bfdc5bb5dc500691e69efad403f6cbbea854564df6_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-rhel9@sha256:3eba98811dbd189733d9e1ea7ac94c175b90b5e35d5f58c27aaa313caeaf3b35_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-rhel9@sha256:409cb025e1929cca3e65ff7ea79efc7f16b546fabcc93ebc0b7c98219cc4d7a7_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-service-ca-rhel9-operator@sha256:0a3d510a717ae3bf99d94b4987185b70445998ecb26e91b5136e547a8d457cb4_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-service-ca-rhel9-operator@sha256:3b1680ab1e489cd414065f3d52149fb34147fef2888f4da3633c30936690dcb2_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-service-ca-rhel9-operator@sha256:9dbbf7be716430d0be120617233a7de552e4937248315de9f6c6f794100db3c1_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-service-ca-rhel9-operator@sha256:ba873fccc64591a61d5a0f0d16ebcbc040532e8e16309b183395beba4e8f94ef_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-telemeter-rhel9@sha256:03554a4e07a0aa9debd4b2c5e31ba7a2abd48864f6e21ed8edd758e397ecb9e3_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-telemeter-rhel9@sha256:53b2672ec495dc7dfe61774d5ae111c18e2444c2e9a97a9a5588f5ff659cd048_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-telemeter-rhel9@sha256:93a0c6f59c4f920371c1210668bc5c0a9d6fca17dfe978d8427f772464e16af4_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-telemeter-rhel9@sha256:b68407ef2bf389d6ee95a12b49b6d5e3a338ca0b02c0c4c3455ef7e4c4cce81a_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:6c29ecd0e1de7ddd55fe5429a3fc772022ec55dcb09d163fe37e732b611e19d1_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:91bdfd2dfa408a28a625c9697731b50eb4afed0ea2bf5f6e83e4a2b9bf42fc49_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:a7c46f07c35d038170ce529369d58b7c848973e9b1e0c52cd50a687a758e85c8_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:e447e1d980df7586105ca637b17bdad12b3f3884a6cd26c8a8b0482e02648c46_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-thanos-rhel9@sha256:171a666373eefa0b34cc77d1c1e1361020055746c641f81bdf55581304ef1a45_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-thanos-rhel9@sha256:2260556b4aa73441c868313ad67b4ec14af256a81f2c94dd174a60c322f65879_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-thanos-rhel9@sha256:29258f468994c2e7a6249595ca4b75fd72c6009644f8e772f5510bd461758d3f_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-thanos-rhel9@sha256:c6b2c72b0a23b3b2b1030add377d6709ed1f625041251a1338c2b083df4c7fe0_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:4f4daeba93df4d66ce29574a0faa199ee1cc73bc5b8a63b38de55c7a2ec43bc8_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:eb1e91426bc4518afcb871220972ff5f7d8494c56c3e59f8f534ffc96971c409_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:fb4f18eee9c9aa4131ab06485a4c0444f0cb02ab11c6dca878f63f0392bf6b62_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:fdc3dc067ac445612299bf56e1b10c6b5a4e6f50daed1017454a5390d9e15632_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:8e5aad7733bffaf858ab1d1030a1c37d9516d40e083be5db9ad7d4dd53a118bf_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:19295e454699d1dd59b159aef11ca3d4d410f051d5344dd1b0aff527fc3088dd_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:4dec733ed9c56865b1cc97f2f82ecf81ce6c7949cee3b6a1599075e54f893d67_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:8f5f4a8c8d9b31039b46e2297ba597600522fefd00eb2472c4f7a64739136723_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:8e5aad7733bffaf858ab1d1030a1c37d9516d40e083be5db9ad7d4dd53a118bf_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-vsphere-csi-driver-rhel9@sha256:19295e454699d1dd59b159aef11ca3d4d410f051d5344dd1b0aff527fc3088dd_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:768cb3d11c268969e4eb1759e8d67394501e51380d2e498e3d3b06ddb98d6a29_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-vsphere-problem-detector-rhel9@sha256:8f0fc81d0fa8ab13f02d4aa1827cf2e48b4de3d7b8f46b612fe1483f8e34f559_amd64",
            "9Base-RHOSE-4.17:openshift4/ovirt-csi-driver-rhel9-operator@sha256:1d55ee07b1be3dbd3b9a2e46aa5b8eeceb055c531c49362ace9423327fbf57bc_amd64",
            "9Base-RHOSE-4.17:openshift4/ovirt-csi-driver-rhel9-operator@sha256:46a72226eb46b3833644353955ba0b6dbaedc829818cedfd0e00463018738efe_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ovirt-csi-driver-rhel9-operator@sha256:ae24fbeac9717b5f51df6f71cdbdb57046f82fdaa1e6daa98225d729fb8504d1_s390x",
            "9Base-RHOSE-4.17:openshift4/ovirt-csi-driver-rhel9-operator@sha256:f8431594e8420b0ddef024e846c2ae70569770750f3217dbe3704b58bc02ef20_arm64",
            "9Base-RHOSE-4.17:openshift4/ovirt-csi-driver-rhel9@sha256:0c5c2dc265383ca172155921b1984557dc71532d880ee3f105d86b736d46f48d_amd64",
            "9Base-RHOSE-4.17:openshift4/ovirt-csi-driver-rhel9@sha256:200522c7bae23bc7fddbf7174163851a139efe452660482d14e26d31ee11d330_s390x",
            "9Base-RHOSE-4.17:openshift4/ovirt-csi-driver-rhel9@sha256:9d2e0a9926f48be33d889cb59a93c167ed943c3a035eeafab86cd670accc66bd_arm64",
            "9Base-RHOSE-4.17:openshift4/ovirt-csi-driver-rhel9@sha256:a05a16ce31d453bb37fbedcbf8e05e5f6dbf929f5626fd00ff2403bf8510073f_ppc64le",
            "9Base-RHOSE-4.17:redhat/redhat-operator-index@sha256:12875248fd37b9d1fa4afd238ce78aa147fd2d0dd9708436fc01ac28243c425b_ppc64le",
            "9Base-RHOSE-4.17:redhat/redhat-operator-index@sha256:3aae32132cb3da00d75d456bb422fb71a45091672a0673bddd75b823cdb01242_arm64",
            "9Base-RHOSE-4.17:redhat/redhat-operator-index@sha256:43d4206cbd9d2a25d53077443478f65e85cbba2f9d1fbc765446de1929437bff_amd64",
            "9Base-RHOSE-4.17:redhat/redhat-operator-index@sha256:894819babdbe3e6a04f63d8a6ec52bfd0ed1503c25ebbb6241535e5f5fa90b36_s390x",
            "9Base-RHOSE-4.17:rhcos@sha256:975f83f748ff4cebae040caa4df88b771d32e1f301204a736ec414b4f3234e99_aarch64",
            "9Base-RHOSE-4.17:rhcos@sha256:975f83f748ff4cebae040caa4df88b771d32e1f301204a736ec414b4f3234e99_ppc64le",
            "9Base-RHOSE-4.17:rhcos@sha256:975f83f748ff4cebae040caa4df88b771d32e1f301204a736ec414b4f3234e99_s390x",
            "9Base-RHOSE-4.17:rhcos@sha256:975f83f748ff4cebae040caa4df88b771d32e1f301204a736ec414b4f3234e99_x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "HIGH",
            "attackVector": "LOCAL",
            "availabilityImpact": "HIGH",
            "baseScore": 7.8,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "NONE",
            "integrityImpact": "HIGH",
            "privilegesRequired": "NONE",
            "scope": "CHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:C/C:N/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "9Base-RHOSE-4.17:openshift4/aws-kms-encryption-provider-rhel9@sha256:03c4ffb6e1ca068624a9bcaa5ca21f0b67fc60508f382ae95521c6a03ae8afb4_arm64",
            "9Base-RHOSE-4.17:openshift4/aws-kms-encryption-provider-rhel9@sha256:9ba0c5d8195237e7cc9e37ae735a7841a3fcab2fe12e6ef106da61a6e09db0cf_ppc64le",
            "9Base-RHOSE-4.17:openshift4/aws-kms-encryption-provider-rhel9@sha256:d94dc7200bafdfb39d5d7ce555b36d59d17a0add1091babd769f33dfdb854cda_s390x",
            "9Base-RHOSE-4.17:openshift4/aws-kms-encryption-provider-rhel9@sha256:e97e40543c09b130e3d36eeb5800d9d4ee989f5b16314f33534b32a2b11b39b6_amd64",
            "9Base-RHOSE-4.17:openshift4/azure-kms-encryption-provider-rhel9@sha256:08021be0c69cec642238d8c152f39957660651ec5714d7ed17f2f27c31e3db6b_amd64",
            "9Base-RHOSE-4.17:openshift4/azure-kms-encryption-provider-rhel9@sha256:a8c81f1ea15f8625cee9ad826d2263d09c17b6fe7b2941579f8914ab6ead1689_s390x",
            "9Base-RHOSE-4.17:openshift4/azure-kms-encryption-provider-rhel9@sha256:a9fa50ec982340d9e61f130c74457bf6809d843c13a266d140617f17ac1bec0d_ppc64le",
            "9Base-RHOSE-4.17:openshift4/azure-kms-encryption-provider-rhel9@sha256:cc38a9ba49ae414e03acd79e4d3b97977fe53872870612073fa569f6ab702939_arm64",
            "9Base-RHOSE-4.17:openshift4/cloud-network-config-controller-rhel9@sha256:2a6eb863736abf5c2d7a3f7c2f324e71e25a7dd9a0d5219bd9666c136e0fa863_ppc64le",
            "9Base-RHOSE-4.17:openshift4/cloud-network-config-controller-rhel9@sha256:5153ada0a44b00eabb71606b7144de94c4d5de7eb27dc54cbc9b729bd2a5093b_s390x",
            "9Base-RHOSE-4.17:openshift4/cloud-network-config-controller-rhel9@sha256:698211795dbabe068f87d21f624e09d28742483015be770b1cdb5c6138283b69_amd64",
            "9Base-RHOSE-4.17:openshift4/cloud-network-config-controller-rhel9@sha256:b5ed6c1824fa24f8dbed30ccc81428285823d97e15496c43c433db55985fd9c2_arm64",
            "9Base-RHOSE-4.17:openshift4/container-networking-plugins-microshift-rhel9@sha256:3bb7db321e0bcbb3dadc7a1c9f350e69657249f4823e46184c7001f17aac7d1d_s390x",
            "9Base-RHOSE-4.17:openshift4/container-networking-plugins-microshift-rhel9@sha256:44ab8531897438f9b25f0b6d90e5b224e3928a3f12f8b24dd18113d7bbb40ece_amd64",
            "9Base-RHOSE-4.17:openshift4/container-networking-plugins-microshift-rhel9@sha256:4c57864ec6554cf452d24947d6d1387f8c4e10a0b89508279b1bdc12a1a1f50e_ppc64le",
            "9Base-RHOSE-4.17:openshift4/container-networking-plugins-microshift-rhel9@sha256:6fee0ae68857abb3ac5357aeee9fda4cf8cfa60e061b6240d2cc266156092d07_arm64",
            "9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:8edadcbdbe43b80cea7a3076897e893c8e3d974c6cea165cd8ecb00e03d1ce78_amd64",
            "9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:b676dc0dbf6c39a7b3b68d3ef21cef981927255ba8ea45e9d1715396dcfe29ff_s390x",
            "9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:c9e05849c3438f54571b43555c775401f5a97abcf7d328c6b04387e8c1d0b312_ppc64le",
            "9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:ca540412965a47b91836a1137e49720be6ee3ebc2b7c54b67864beaea76c2e6b_arm64",
            "9Base-RHOSE-4.17:openshift4/egress-router-cni-rhel9@sha256:07d4ba54630d432f37576929be29cf02ef09a47bee91a63f58001f9cd4acfc92_arm64",
            "9Base-RHOSE-4.17:openshift4/egress-router-cni-rhel9@sha256:9d5ce7ba2746d808b7bda9c491ecbaa158917b2659546eb9be7752d14a79f845_amd64",
            "9Base-RHOSE-4.17:openshift4/egress-router-cni-rhel9@sha256:deecbd903551fa42eba84fbe2051794146cfc426cf6f151a2d8b0e26d99909b1_ppc64le",
            "9Base-RHOSE-4.17:openshift4/egress-router-cni-rhel9@sha256:e2acac628dad896c7b4ee0617847b6e5d8051b5cc0a0add05734b2f179afcb59_s390x",
            "9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:382bd4ab43e8572f129c0cccb7778c0c35e1648cc48d142fcc4f908cefb56a39_s390x",
            "9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:530a9dff7076b84825ddbb0fdc1320140ee5f01de559b2ad166032d58dad6dc2_ppc64le",
            "9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:6f7e5612f7cb6c85db355eeba15164a0445fa58857b857506cf65b873e4b8174_arm64",
            "9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:ca10f64ab5f5d9c5f2dfdb5241fed009ec9f37bfd7126ad790a07f9c1a418a3b_amd64",
            "9Base-RHOSE-4.17:openshift4/kube-metrics-server-rhel9@sha256:233be71aea1d6daf6162eb3a7f91c2f052b47e3ad1d8778e519761c678a32327_amd64",
            "9Base-RHOSE-4.17:openshift4/kube-metrics-server-rhel9@sha256:3e11ef3020927ede13dd28f57daa86b8cfd2d287e380296452bca4bd781391df_arm64",
            "9Base-RHOSE-4.17:openshift4/kube-metrics-server-rhel9@sha256:9792d7c9a9e5725b68fa3812d5907d4812b6cb23042af5392d7e6cbfdd3f8995_ppc64le",
            "9Base-RHOSE-4.17:openshift4/kube-metrics-server-rhel9@sha256:c816c9115e6a17674b2b913b73e5ebe5fc53fd20ee431f9f87c6035b4bca6c16_s390x",
            "9Base-RHOSE-4.17:openshift4/kubevirt-csi-driver-rhel9@sha256:7fdb186f15c46bfe20e5426701cac2c4ba45e78c414e71b1aac14f321092eb4a_ppc64le",
            "9Base-RHOSE-4.17:openshift4/kubevirt-csi-driver-rhel9@sha256:8243c2660c6782fffd9c8b692179a16eaa09f45fb6731183f24acad284116144_s390x",
            "9Base-RHOSE-4.17:openshift4/kubevirt-csi-driver-rhel9@sha256:a78f85edfee8f8f51f73e63c8c02162c421f0d63e2f8095ded84b78087a83aab_arm64",
            "9Base-RHOSE-4.17:openshift4/kubevirt-csi-driver-rhel9@sha256:bd9ecbdfe93e006b10eb976b6dc590889f48fa146c5da51431774543563fbb14_amd64",
            "9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:4b75b7fd029742eb75968481f181fd1f219b6b9fa0da0b48987cf988ca48d5f1_amd64",
            "9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:85649591fd162c55910b0be4049b894e0cc9027ab375ed3de4c322af8e271597_arm64",
            "9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:ac07972de391248c3b2fd918633f53d1e072e704cdd11573c2ae7ffc7e4ee9ee_ppc64le",
            "9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:cc9644a1464bef7e3e3e039f8046872f7ff86f866b031737e3af603715a030cc_s390x",
            "9Base-RHOSE-4.17:openshift4/oc-mirror-plugin-rhel9@sha256:50e9429282d07090b22b3f4f3770fd44307a488b8d080addf63159642e71bb51_s390x",
            "9Base-RHOSE-4.17:openshift4/oc-mirror-plugin-rhel9@sha256:68cd883ff4c2f5ea55b8df1e4be6f578bd107f6b9251e5d2d88711898dd8220a_arm64",
            "9Base-RHOSE-4.17:openshift4/oc-mirror-plugin-rhel9@sha256:765c139ed433c5cf47922c080355ad869b514dd33c2087bb0bab7e9e14315a3b_amd64",
            "9Base-RHOSE-4.17:openshift4/oc-mirror-plugin-rhel9@sha256:b08c31f2ce70a557a6815eda64402e5685cd9742ccf4b156daeca83c7f883ca8_ppc64le",
            "9Base-RHOSE-4.17:openshift4/openshift-route-controller-manager-rhel9@sha256:37180fdc0de1d570dbc77d0388de47f945146388c83ead17805d582a4d5d8dc9_amd64",
            "9Base-RHOSE-4.17:openshift4/openshift-route-controller-manager-rhel9@sha256:391bc1c93a3c513f2ff90990f5f45e1bc2c3665d9380a36a080b09b72b623acd_ppc64le",
            "9Base-RHOSE-4.17:openshift4/openshift-route-controller-manager-rhel9@sha256:5c17c1c6f7a366193f0bd579350781ce337a08e468f50af9be3534564ab9f8fe_s390x",
            "9Base-RHOSE-4.17:openshift4/openshift-route-controller-manager-rhel9@sha256:8c461aa1501918dff695fe715e498da95d00b63ff417f30964ee5a11ddca4685_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:b54f372cedcd1d0aa47a336839375374ae527a7095b9100e474bb0a3182100f0_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:c6d52c578fe8575c33353f690ce18be227007decf25f409e7111166ffb22b87d_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:dc6d3a0fa664a9974eeaed910db7255b7c252c2541fd7d49d41f714970bb9f9c_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:ef589ca8b456aa4c3bac06a3f73b1b371276e4a8372d2cabd64972d619e55252_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:46f1f67888e8393761a6f834332765f45eb96af42573e3ea5815a04659372e57_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:8e0f5e880cece6f08ef1c8c0108e302e8b89026ad1299463f5fd383aebdf2adb_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:a8ffbac5d2df3f79b70ee06da741de890f2eb013d26efa4d01a695d14b88883c_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f0161630366049823d995e254260ae71f5871463ae3797b0e12efd5ef30d6ecc_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:8c60c93b01376d15dd9692efac1820ea1790625181b1600a3b0114e418b64d46_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:9d62ae9810bb32ecc803a36e128fee78012ecc98434c1ef22f609435e3e2b157_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:adf9ed8489c4b9858e976658c04cc2ae8778267239997ed6d1b85902751d7da6_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:d852f1e4bdf0eb8e37eb0980914232de8cf6dfc3e159f0dcb1d13d909350c3e7_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:54c77ab47347e8a5cec0061504c591921f3bc87aacc8d8affa06cf7cc1436fd9_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:919b89991e74b6e5941eaa45219849db837271b11e699eda8f49d0bebbbf6459_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a4aabec1cbb1e2a6994b7629f97e53eb271e4f29070d7bc2118709efd9775722_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:d7cb7d816efb575eddc5da8409296b166722d17cea4b00e3d1395897f2c81755_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-utils-rhel9@sha256:087df13ba7456b25344b3903902d5b1ed4fb22771273d07fe7969ad0ee5326c6_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-utils-rhel9@sha256:10ed11db02965c7a335b84eb5b0972711b082cd6a51604ee7d41bf8c417395ab_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-utils-rhel9@sha256:2e3c12f80ae0f3a058a76083a166f0f52d2c488757bff1ba8e3c3dcb78d151e5_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-utils-rhel9@sha256:7973dc716b1eefa13a30c0393aae4f30d4f77ccb9306f5afeec29a1a97c9741d_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-apiserver-network-proxy-rhel9@sha256:1462a7d9268b1f123b16e52e0916f99762235a593f1a370bd9747278f0bef42e_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-apiserver-network-proxy-rhel9@sha256:7eb2f2ae05142aba55f32c5ed8ac3527ba1a37876fa05299c401b082d0794dcf_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-apiserver-network-proxy-rhel9@sha256:8474cc191853f6b174f8fa3b6cc3ddc5877461c4589d51106da26b740cb17a47_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-apiserver-network-proxy-rhel9@sha256:e88854ffd5222917d6056d2c4fa1f6c1b3000c1ff0884226e1181aed5af46b9c_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:57c421ec589d5bde9a9ae09a14dd401e6f4f7502383d9cc1d592c4cce6998920_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:f5171310e47ac2dd5c8e5ad6f722b919c1e3cc5d41fcf8ac0261dd5a823b5b2f_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:316dd5ec83d034a3c1b4e1bab82fed82ca290078faac2f77fcaefdc75271bae3_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3bd5065a32831547694a8bde30c4f86bc92d091b084769e078cde32e09adf5b0_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:00ab20409246fa280e7495354988d67449b225b31842bb87a12edee37929a354_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:963bff39697376d8f508f67b3f316d6876b990a07706a4bf715a827cc5488a52_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:2d10b0d8215610e706014b0d201ed462caee0d4d5d530c5c3727b9d6ea026a9d_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:69b1f43549736bf9d9e1a623f989a9f39b5ef94af2b569d9882390faabf9f48a_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:3c4159cb67ebf933de486744c889e47c38262a6fc4db744121fdb14986091692_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:435de6a901e14afd420d4bfbdf80146196d5035c72523f84cf9134660e058231_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:6be9ed8373be35cedfde4bca2f176c030f28acb48bc0f2645a57d30a2947f98c_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:f570c441261f111a11c675d9b162425dcc65a595c311a1e3d5dc23317e6ef4ef_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b76790914ea5fcf9364109e980d569aee9acb92af7ecc773dfa6bb88a6c554b5_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-azure-cloud-node-manager-rhel9@sha256:ed5ff08bfddf0d60939abf900a5af6c85d7010e8ec1b3e832f3e9c0eb610feec_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:9d0e8a429f7203b30f023f576e4be8204bd634d9415e70835be8324cbc6df689_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:dc21bf04fe634e62e83a5df806c81b014fd77f71ee574892334b84a66095b5f9_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:76f622961386df12c4602b90b3cfafdacf13f7fc19b36b46e30f868650420e60_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:f8f8cb4ccb17164473110d2852755b26438aa509a9897af600c964bc0df4fc5f_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-azure-disk-csi-driver-rhel9@sha256:88411c5fea9d080379418df9f140189954d82eba1d11390f5ae357e399262582_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-azure-disk-csi-driver-rhel9@sha256:dc7539c21b8c701f95335e5e5cef0c99102a5598c9319c41ea374c70e62a87a4_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:0587b9131fe7e79b3b757409ed385bf591841480c409af8f403e834470b3e94c_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:3dc6706d8f84756fe22e1f304151418fe8e8123cbcb79345d24eaa1960ac8eb6_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-azure-file-csi-driver-rhel9@sha256:3144fb4d63f0d246f99205b8b15c9a54a63f3a4fd8fa6c82e5407115ee62e633_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-azure-file-csi-driver-rhel9@sha256:3959dc623d65e2352382307e411589e9d01ce3d9f7a7a2659f02413d9256de05_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:2588b0d11292db6a255c0fed210052fd3811c9ff16621304ea8ff2f4b13616ad_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:f2c1eeb52e73690e1068e501005833c2f890bd8ac7d2624c5b7f68bfb0b3ab0a_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:18c081b7655b78e92106086320308698df10559225a21bf21c51519a683fc23f_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:9dcc1154c6d071cea0d2b4109bb44c77fec825cef494867434d5a1fcffce50a3_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:ab1f6cb18a21abc360cca29070866fc738cc7c93339531fbd86112f993b03664_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:e23557c87036ede1cf8a4e1ddd7551c9be23a47558f1eb5ee9f12bed7fd1e472_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:07455ca24a9669a7201e1269bf1f5c6626b3b2f06e5a949a039035b8c7b7568a_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:2db63af1587e7dfb644014902bf92f7676381cb61189862c1ba25de4a76a0f23_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:38dced4e21ba292b86c29d402916bbc6374d43789636ff593828a40f1ed11875_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:fc394498879660fe3628357568b57ea4420c0d5e38269b9d1c0919544ba16cb8_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:121f2f0e061989fa7e65ac7ba56288f13fe2386d6fa60da425fe24dc628df4c8_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:15ae7e0c9b0ba7f152071fbe8550253c2c377c48fb056ad611dbb4913ec8f569_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:718e160e36461f4b068deda1ebe34c36cfcad3cc4a361321dcf538d2a83aa1c5_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:b3c64d151b7106205a0103baf6d29edb616b1a3510c17a83c9f73d302622243a_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-rhel9-operator@sha256:0d1432ba417c225f4d569eee9d24b0dc5c496020eda07e2ad3e325151e50eb06_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-rhel9-operator@sha256:3751d445e6c9ab436fa0e62096bb69d18ed75aa2608c37ce9e93a17976fcf07c_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-rhel9-operator@sha256:b2d56f85fe4af7d84579299e985147d9c32ed3aea91ea0c2abaed1aa9e7dc2ee_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-rhel9-operator@sha256:f246d38d77068bcad29165f3fb0e60d8d84c193f6db82a3d6c1b40faf286decc_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-runtimecfg-rhel9@sha256:5ad475579d7fc5028a834016086045c0d3a8097b6837969ee4ed524e54ab7d6e_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-runtimecfg-rhel9@sha256:5dc33cf32076cb44c8507c1e8e04eab97b307aa0ef8ba86c53f45bdb97e85661_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9ecca5a8208321c2865fc584fae5411f81c2a6a939499fbef9a237a91ca643e9_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fe4f92033b01419427db757db1f4c693f62a1bda9dddcc66c7ad4625c2229253_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cli-artifacts-rhel9@sha256:14186b3754aff62f3a4de1c51eee5bf147c712323044d86970cebd7fdcdebdcd_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cli-artifacts-rhel9@sha256:3d4dcd1a45f409c3b698c03ffe24ce653f11b9945391c73acce7a75a1e7f976c_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cli-artifacts-rhel9@sha256:a23e3acf057c59f59694389595c58b6fe8faea4772c94e07e5889ad2c62dfd98_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cli-artifacts-rhel9@sha256:c9fd66a2f4c866495abc55ba28369fed76923012a371dccc479e63f0f661c306_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cli-rhel9@sha256:5b176c5b0b293b4a704820dbf0428bdab55cc18dea95a85af8bbf66d26c4fbb8_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cli-rhel9@sha256:5d30fefd37b24ac3ec56655c51a2b2f06383eb699f407da099f37d6fe8f5be33_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cli-rhel9@sha256:90bc09d692046a1d7cb8596495e865bb42c7523b1fd23975a6507d3cd8d62e40_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cli-rhel9@sha256:d62b882b5a48e78a1b48efb99f3892ece51c343df9e285c96e32af205d075058_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cloud-credential-rhel9-operator@sha256:86abbd9662b2b0f8f0dbe8fcf8d9bf0fe8bd810b0bcc6064dbd56c5cf37b8609_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cloud-credential-rhel9-operator@sha256:96cf02a8cac283d7fb1ef72496f60a4df821bea89e45c8237d3235ed797e1253_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cloud-credential-rhel9-operator@sha256:a1b1daf572797d217d5925277b56b4d1c83813492cf90774cbfdc2294f498b34_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cloud-credential-rhel9-operator@sha256:f62343c3535a6fda32806b43a098d55a7a7844941e93a3a5045a47c7b95440eb_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-api-rhel9@sha256:34f8869cd85d3c50ffb737883786ddaea37f7c3f222241ea6a34e429fde1a01b_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-api-rhel9@sha256:8034059d8013e4f34ee42fb9d2e0786e9866e3fea2a614c32005e5df8e14076d_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-api-rhel9@sha256:8e97befc7ea01fc179a3eaf66dbab974b6307c512cdd6d4d313caa3bf86eb98f_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-api-rhel9@sha256:f46dd8f62a70bb734ccd71229b09047f4625234774e321d556c0fbc5715b3c11_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-authentication-rhel9-operator@sha256:a259a1381b56abfda0f827ad6416b103f95f80d187b6ba869d31bf2c8c40fac3_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-authentication-rhel9-operator@sha256:ca4c4cf5e2ae3d5216576c6b154092fd77f93c978753fd4b7a76884850e46ba3_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-authentication-rhel9-operator@sha256:d3355aca2b5b35d64fac047b6fd98842a2baee536a79ea7615b4184c5a4e4744_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-authentication-rhel9-operator@sha256:efbd2e4c75f2eecda902b3143780e9bfdc5ba2b50f2ddfef5c2e0e753a3bb26a_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0ea9c22f0f63b3360d8e74a52026b3302cb7012b7ce6987111464e37bb5f4ff7_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:77099c8ff05288b7999fff6adf127e007ce39c7de9e1261d88574311e4c46ec5_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:85a24fe4edf8fbe51d0434bf2e65b149121c687a059a36bc4c48b592848befc8_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:cc7e0a422ed957b91479325b969f41302257a2958602f738c3ffc1b0835cc3f0_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-autoscaler-rhel9@sha256:73c6143ce45ba329a1d941a8b4cf13ad66f68c25f45f3163bafbf88ccad795c3_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-autoscaler-rhel9@sha256:adaebf9abc62813762600f7ebb480c57d186186f64a3246e62a50a7d84b016d5_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-autoscaler-rhel9@sha256:c1679d423da94f016d5631c5870fa0d7291190557a05b392070b10f84d25df7a_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-autoscaler-rhel9@sha256:e315d8104d63d0323f37112d8847fffe896a5399732874f1ace113ef168ec6f6_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2106245b2d297e8360a5c2693ac95996918051d40c84c8c6012193249e18c687_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-baremetal-operator-rhel9@sha256:4681e5cfb04379903645d21771218a1e27c61fd47d99f6a26f7d21011db42e65_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-baremetal-operator-rhel9@sha256:54d5809f10269dc52181866bf34f42618bd398e7a3f0bbee928c5515f5e290f4_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-baremetal-operator-rhel9@sha256:f039f4cf06258b1aa584b2b8d64994593a322dbc339fe6e8431ea0b8e67fbe28_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-bootstrap-rhel9@sha256:04ab6483541c8996ec5bf8e57bd3e90b5a4e9996b4b46da91a32dc5ef52f2520_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-bootstrap-rhel9@sha256:1f28e7920db92d5f1cdb04b95f51c8e457e5af97a7320ad98fc9d56f18c314e4_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-bootstrap-rhel9@sha256:5bd313301496ab3db1b3a6feeebe517a4927a172808dac07895e8fec30d91c2c_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-bootstrap-rhel9@sha256:ea94cd9619edf13a9d1dc5176ff40d6e57ee76a953d3d3bfb04e4541f2815ed5_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-capi-rhel9-operator@sha256:1ba56ff8308578c422be07fb6c3ff561ce7f664adc980e2976eedb4e2a619fa0_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-capi-rhel9-operator@sha256:43c7557823aa5e86db7e225dae23f2b46d4a8b1ba517a619f31a71512815ae17_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-capi-rhel9-operator@sha256:af7ec9ba0a62e9c86b3f40c8fafaed4c184b132afce4141ee7d51e2f6c88d2d5_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-capi-rhel9-operator@sha256:c8ecda9595878c72bc15d36ecf106ee8b2455f03278c978b784951c8f504f961_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:2d008923f980784e3a83c2e51b05834e81ddb38187e351bb3c2ed693bc24756c_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:7fc2305ea95e1586cb342202bb673466a0d81ad70e09ad98fcb2286314f901a6_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:980c46d6fe13ecfcfa85e4cf6871e4abbf13b7ce84b19d3ad64d89bcd937c015_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ae6cded8079fd98f313c8e7cf2125d4937d0dac82d09bde1ab60a5ff54f8f482_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-config-api-rhel9@sha256:832e662e1a673659c3839967d76529820f9ae03af645d2bf01ae711e90e4334b_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-config-api-rhel9@sha256:847d40fd677108f03e97a5a2590621a2a64a62d03aefab2cb98c2c89746c8784_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-config-api-rhel9@sha256:9f5786427bda3f2052dbde19284abaceeaa0a1728d1e55f710a189ec20895004_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-config-api-rhel9@sha256:d4a63e6e5789b47fb37ccbac3741110e1892c0f59f77eac89e58d9e00f5bceab_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-config-rhel9-operator@sha256:19f425ccedfb011f657416b344c2e443c3dc43dcfd2ce97db6058231fd2caea7_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-config-rhel9-operator@sha256:883a117396882ccf957ae86b7c9254daaa712e4475502dd05956e6e5f338a175_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-config-rhel9-operator@sha256:d8048fd42ae41e8eb61f9fb2f484ecd84212b858b419447e70d95b90f1562c42_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-config-rhel9-operator@sha256:fdb8fe0ae3c6951e1f09b4ae2920cd83224d124f35589c8753a2dc14c98dabb3_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:8a49993a5a30453a7c113578470d2736aa2db4b3cfcd6f858a3c4b0d8151d71c_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:96c63ebc2edef87f160d360f58a0e98b7ffd57e7fc6e187f6d46b12a7f4d608f_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:c429553d8c5a41d404e1468cd1359478ac5c69107be7a0db593418466d724b79_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:fad08ad6b358e9e4e983b2a17f2518a8b61ec6f14338b15f7c728360a0c4a4f9_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:38bbe69d4b7db72c4fa3715e9a76395d4666b02eea19a4a983d71e599f0638db_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:82d32c060baaa8a29a098bbbb03e5e14135135632823c5ea1da8aa6b8499c45f_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:891e253f46f7465dd382dc6bf1785035e1f8f7ef5b50a2b1b8bc56907fb0c383_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:df0f91634353ecd14cfd2138976e35d405b2fa2be24c1e89298a154a185a5392_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-dns-rhel9-operator@sha256:1bd8e1b9c76e9f6e22f4c7965da8aeeb68a40ae60f4cc083fefc47797b8f5786_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-dns-rhel9-operator@sha256:8f9014db2fc33af7c632de4b9c1d20777b7b015e93fde64af39b5c60bd8f52ba_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-dns-rhel9-operator@sha256:9397bf5c292ca4b3f7f0da97f94a7323de3669dfd9ae4473e8154354d5b8e42a_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-dns-rhel9-operator@sha256:db523bfdd4dad24cf9ccbda7281d1bd2ccaec01bd4b164b0dbeff2b7fb54b6fb_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-etcd-rhel9-operator@sha256:650b29293672c4f9eb788e2e4257716274f9faf4cd2e894a5f327a5bb98eac9a_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-etcd-rhel9-operator@sha256:6d38af3052357d2ffb0d4fe709604d0102aca8a19fd560f06e66a3a44d48470d_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-etcd-rhel9-operator@sha256:b1e42b13546e4b27b93bd642174dfab3799f3e95cb32ce58322886983e029722_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-etcd-rhel9-operator@sha256:f40468472b7d853b1f5034c2bb4cfecb6bf91c78e9963bdb350efa6172c34029_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-image-registry-rhel9-operator@sha256:95e2f230adee118098221df4dc09e41d62c8f0ed0ffaabdca2759d2297b87192_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-image-registry-rhel9-operator@sha256:a8c26892e945256d26c4ddb005ce71198a6e5c946c8b0bd404dc5a6d4965841c_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b3d66448f272e54b0e91499bf9203dd4ffb3cb98a0cd3f153d6aa504773b178b_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-image-registry-rhel9-operator@sha256:bcb4ca0eaa52bf9c584568b34bdc9d08253822dabe8a43fccbfe3601332ed8d8_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-ingress-rhel9-operator@sha256:394a4404caf1f548616e4b36ac2c4af05c046fc494692809c651013ef7d16257_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-ingress-rhel9-operator@sha256:4462e8912a672f95c567c1543d80ffe62f300f42baf746edd4b45886fa869d60_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-ingress-rhel9-operator@sha256:c987ba71f8168f0a523f2be6507e00fff6c262d4bfad59f4c87841330fa96dd9_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-ingress-rhel9-operator@sha256:e58cc3035d0ea33eb409b18a70e10511289449f3cfa643b52cc74857295e3f96_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0002fec33a68a9f3bb7ba5f7cd9062a35736b43dbaf42ba2cf91d4235bdeef9d_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0373744feb8a383f76a37c60e205b3504add80a0b05eb1849f90055d665a768b_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:421fa5577fb99449cb1bba71aa0c933bf7e3be12206df9994da55198635f629b_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:607f047b7f4756d3dcd4243183fb4a23c45798632de00526574f2d5d7f9fc2c3_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7ec5f60ed21701dc098e2cee33e0d59b8c5bcbd9969a26b8e8082aa2ba9c93ea_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:8dbc021731dacf75104e78f431c0a7ebaf80e31edf75fd54e0507f4af7724c91_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:d0a576b7d7277e40683ac4487217fe3684e42bc765d2a3ecba14e4b81e82c76a_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:eb97662076a8459ebccb9ee6a0958c77d1ab516b4375a9925b895af0a613f549_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:78bac198d882113612602d0a58dd516234a4b151d24e861bb69582983437b84b_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:7a5b6dfbe9d40e7b89bfcc8107e82e2515856177445a8d4831077e26f5ae2e1d_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:a2184bde2de353cf90eddabb81dd1c85ee5ceec3f6914af58db453ee2c13197f_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:cf9578fd32cfa0f36c0fa26a925965c0e616027300015812faf786b1a47fc209_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7bc83ab4f6cf5488864adb5b148e4ade887640d40fb68165b6149a8b8b6588ec_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7ca513675dbe0e79573c841589f823a39d7eada90e0a41a39ee94fa7348242bc_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:cbacae519379425f790d66b55eb12e524a5a965f2414393e52d03bb9418f1e3d_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f937dd453269edf5414e233cb9f2dd03ae3b5ab907695febdc29c7856a43e6cf_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:1671cebd1e789f751e58439d7d0fa55a3ac6bd44d6f58ddcb43e38d5b3429e53_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4e338be7fb25942b0acb0c8f635c64e2817495422c300b68979950d160d5b268_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:818f1d4ead362a2a9e72516b2b0326acc823989bc9b705615eaf4931d9fcc88f_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:dd12e5771a31f16c83c707ad28a9f4dde97ede79379e31880ce678e964d1c244_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-machine-approver-rhel9@sha256:1e1da424badcdd66eaad357f1fd26966f59c75b456ec6c894597427df561ccad_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-machine-approver-rhel9@sha256:c23b5724cfc6ad882caca9bad3da7c8b65a2c44b0955bfb34ceb0508fe74e89c_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-machine-approver-rhel9@sha256:e8a3c55da98df0e90f1a530faed4bcba073ba4799ad1d39cbfe8b2d5a8e17b16_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-machine-approver-rhel9@sha256:eb1cc3b42cf8fc4d031a921ecf465c41b0cab5e259baa5b685fa625ec1ab2397_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0123dbaeabb8ae42942d1b3f5a5c2eea452501d1bbbc7e069b881bf2bd5c3d24_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:bcb67b2b03ee49369c4d970c5e07322f85d2cf30bc50386e73313df1ad5b926e_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e60530a77777fa413558e66ff0339ae782a3badf9dcd491dc0c642edcb87d953_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:ee83d3ae20cf83282fa9127686405a7611b7ffb9211124e6688755e156b8cc31_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-network-rhel9-operator@sha256:64d5b8230e17e6c1e6b53c2cbe91ded4f9caead425dd579adbb2700923375c98_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-network-rhel9-operator@sha256:684ca7e6a6fb4fcac94e3194e794ea5498733e22f965549c00c92212c2a25efb_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-network-rhel9-operator@sha256:6defce2a88b37065fd7b8bd745d28e60599a08d3cb931872ea50b33cbb69b360_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-network-rhel9-operator@sha256:fa2d9bbad0f076283d9e110cc32fc4324d120a383ca6eeead1f286eabbda1c45_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:75664880e7db3f0ad3036642e0aceee61638c21568b5ac7ac7d150fc5f3df70f_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:78953203ce538feac3dc891a0021a076873b55d04b0a87ee223ad64f41beee6d_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9be60ee09a3ff9b58d8076b67ab28085130a5ae1f432183f1fe3f7859bf90393_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c776793921b6f3f74d7bd4c86d401789b70c552ae56d06cd3aa0897c8727e80e_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-olm-rhel9-operator@sha256:0ca3d57b8877810f82784753ba1bc8b67a764245e0530addc811cad61843f039_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-olm-rhel9-operator@sha256:9f0e7cfb0a992a098b0cd20531a46d46c702f6e2ad709f5969f8e4f69857d256_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-olm-rhel9-operator@sha256:d1534fff36a779d2fda9651a518f21e007d8abf447f21f0ee271da2862d26d2e_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-olm-rhel9-operator@sha256:de3e50c0f72a900eb72ba5b9db02d9d109470a4cdf798cdb5e84c0619d4eb420_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:64731eb24d4d1ee30ba2d704c56b7d03a2ffa69b79d71d4ae7a093b8a09629ea_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:8fee43ee0f40cbf79c410bef0184825bf63d4758129fc8612147c85147f7fcc9_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:9d108d09eb9a9c98cc7665a3dd68d93917bdb05b30f6269bb3a00c7218fac306_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:bf3891f2d6b69db4bfa60a1d5932d4111d7b56ba3922b7b02952eedce44eeb9f_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2f312119f1cfe71afa89bf2c74a4a57ad497275ff953313982a63153a39f2493_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:6560a03ef3b8e339edd4aaba5d50f1e04d62976661f60b03f2898471f11b0631_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:742780c3b6f27a3e7fea71ba1ca4d4e28db5bdfe9b69fad95cb0c31d3923c69f_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ce1110666a1f817a6897011ff27dc780b81cab9f366621120093e58f77860b93_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-policy-controller-rhel9@sha256:0d24d9508157347f020c6b99eefef619585dc37542b36f45ca62e10330e4deef_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-policy-controller-rhel9@sha256:44f392b5fe744c7abb52669e64b994c0a89dad4d21253e49ffa7acf51e069c8a_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-policy-controller-rhel9@sha256:6e67c8b7fa4d81a89121b84cad75a0a7d303d0177e28c730b903500c15b6f7c9_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-policy-controller-rhel9@sha256:81f8f28bcb4d1c52ad37c0fd5bb025333bd230793c3a2650f8ec8479d64d13d7_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-samples-rhel9-operator@sha256:1dc254b8b7bc5a5374f41f6f06d034332c9e6dcd8acabf2ee4547ba30d76b72f_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-samples-rhel9-operator@sha256:8635922fd673260318d32e128ffd11a2c7c24dd42d2a65bf4a0ce1fef12d72f9_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-samples-rhel9-operator@sha256:b853d72ed5fdc475ce4aaf6bb5b48a3899adcf0579912b0c95ec252597f691dc_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-samples-rhel9-operator@sha256:b9aee8ee21d594a677917b210a62a223ce19c451fe43bd0affac62844ba3bb32_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-storage-rhel9-operator@sha256:3c6c1a7f88fabd6c71d3ada18e7efa6ee19b0e33aa814bf1e23d6d88a3aa6b7a_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-storage-rhel9-operator@sha256:83cb02829b00376a4f31a5892b408a054cfe705906258a984f042b01486de3ea_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-storage-rhel9-operator@sha256:c7c6233c6564772233318c25089114fd322bbeaa9f30fa85e5347cd6c3f14138_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-storage-rhel9-operator@sha256:da828ef4148ca3ee8eba58052d95da9cf92ba6987418b262b7b3405095154936_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-update-keys-rhel9@sha256:4f8f6b9654e37cf6f03f984cfc5ff98945f4fa72903622f1fa770255d0073149_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-update-keys-rhel9@sha256:6e13528b4dac03e857d5032fcbda9cc9ee81bba1a30c9631202bbc7a2471549f_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-update-keys-rhel9@sha256:772397f5e6cf6068df029ec793486d9ae08d0af8098cae011a4ce986be675425_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-update-keys-rhel9@sha256:fd4eb5c5da651f5f8dba0302ec27e1bd8399ca7f0ed5bac8e120f7bc60d89ac4_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-version-rhel9-operator@sha256:4e3f81eaa31b6ea68fbb3b0ed098fc7adf0aeb77a5a739f8c91a147caaad797a_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-version-rhel9-operator@sha256:5b72eba1d1ce4bff619ec478da59a4d32535b73bb6f43bd2636510bbd078ec7c_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-version-rhel9-operator@sha256:9d3e0d922f3e069e90a5b16c08804baec619f0133ab9607e779222e6acf7553f_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-version-rhel9-operator@sha256:cdd431c76a10d0a679171a9e834274b053d4c710b26703e9732468c538e28cf8_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-configmap-reloader-rhel9@sha256:6f7d5e9aa75df873827538c22f4bc5f5132e0968847e12937c7f772d2bd56928_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-configmap-reloader-rhel9@sha256:9a41418fa0c3c5e3f0360b9c7459f186511389b5683ee3bff415f049ae84a241_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-configmap-reloader-rhel9@sha256:9c9c5a3e7e9909130823093870ac570b67be9bb5dd35906af266ef6391cd1354_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-configmap-reloader-rhel9@sha256:fd2176817bebe41db49f3820b80144e1473852f4af9a371da3e8e51c4bb62685_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-console-rhel9-operator@sha256:309c7a9912a0c3d0ea1ed4fc35b4af64d36c3078ff7d1af70eb0771424bedc92_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-console-rhel9-operator@sha256:a46f91522c131f3dc43a0f35973752bb7c27914f122f208e3e1837da09ff909f_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-console-rhel9-operator@sha256:a741ec0828daf891fdf795b37eb7b54c5301302e4b208c188b8e6203909f0014_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-console-rhel9-operator@sha256:e3766ec0bca555a1c3261be57935be76086aea1490cf3d6e9f31f1612b410dfc_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:3b2da6499a39f1c7049759b1a670aa514391bda3d550f15a8884e725c8423174_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:6384fa7d0a15b5a40733e010e8740a43667a2d6880d1b1e3501ed3dce31721a4_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:6c395b2f00617a611ed2710bb748f4cfce0e555b0202fdc94ca7520438130d43_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:77e03f315578b64e1bdef7855ff0ae44c544f648d5a384c61a37473f7ec50f05_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-container-networking-plugins-rhel9@sha256:0ff1c231ef4d4a632a089b0a95f8a8e498bd16d68a41200ffd3ad4bf32124d0f_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-container-networking-plugins-rhel9@sha256:19647286f9c75dd092be4de0edb723882af3961300a18c4aed6881bf259e6c70_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-container-networking-plugins-rhel9@sha256:6b204386282661b2efa3ff465eb279f3e06ef92646b58de9db32364d3c02f44b_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-container-networking-plugins-rhel9@sha256:993058708f0303421c0c767af97c102b07bc064cd7242acd3f5963dc6204f815_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-coredns-rhel9@sha256:560e9cc66aad1c9732c23b0d7cdb2c812a31c46efa456346b01e142b185d2194_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-coredns-rhel9@sha256:6128f645ee1e92adc4e14f61ac61ca4208cda56fc474012ab5a1fc081710365b_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-coredns-rhel9@sha256:8be1b918af3a97bea0f8aaddd1920fabdd64d23621ae73fb61a403c611515c3a_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-coredns-rhel9@sha256:ce4b36fd66c772da0bc5048c9d27b5e9c69fcab24e4fc07c80a4e92642fc714f_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-driver-manila-rhel9-operator@sha256:1a4d5f47f9f0bf1054fd192251f1c84f20acdd4a2f839e333091daf83c549584_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-driver-manila-rhel9-operator@sha256:e869a57727be73359e7159e2ca575f98976e4ebf444635098845f22f01352289_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-csi-driver-manila-rhel9@sha256:0c895394b3967e306bb26310f35b0aed33af1048bf1053a780df197734e6f8c4_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-csi-driver-manila-rhel9@sha256:10932d3dc0f6631f61c289eb0fd3bf26ec694d6b0e6540a8fa5422a6b6774701_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-driver-nfs-rhel9@sha256:470652ca1988e7b75fe22f5b211175ffeb91c8fd4a602c40f92f3b22e8567655_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-driver-nfs-rhel9@sha256:aded4df23d361836b6ef99a3bba41c187533883dc32134571a419f3894cd1123_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:477200d2e88cb3cc422914c4d9701b09002ebfb44de6dc6bc5017e468ab4b2d8_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:a0cf348c3da1f92df0e32ccfbc9c3b437fe6b2a6bff28496163ee6fcff98afe7_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:a4f6f56fadadfcc81a6330e56768eee3b0a1bb8519c5f5fe47fa9dbd4b73ef79_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:cdcd032de3bccab45d6c7cbb5d2ac3107eaff5b4b279d67f081a39ddc1320b49_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-rhel9@sha256:164136c218ab7c9da330f51a158bd519a8173671a28fc8691eba901183251104_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-rhel9@sha256:749ef641d5b6b47b6950988e3efc5cafc00495410f1ce16a276e2599a076d367_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-rhel9@sha256:968bc646d9e8d07213c3ff9bd48371e80db493c7dadb39e242741bb00b364677_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-rhel9@sha256:f8184d15a60064a6b6968ed728c5bb7538772851c11362746a5bfa8bb614243d_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:0129f8cfee2d3506adfca7939ce4cdedbdd25e6d3994ae8d82b9f2e460fccbc5_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:078604858b34951865a900411602271be1a964e8279596368d9cf968ffe35723_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:887ab068161de5a1ffb64a96515351bd02e81b0dc239c187f12128279b953ad8_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:c2585b68d7d40379ba124bee2fbfca64f1c3db925d3137b97f3df9c6afe9e300_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-external-attacher-rhel9@sha256:9a65583194250712313a1e893bd5e03a9345a16c4f5174e9c9e6e7d18413bc9a_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-external-attacher-rhel9@sha256:b216270c4e3760b33b62adbe672ced8483ba32462a744a46a863f485832c4f65_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-external-attacher-rhel9@sha256:ba7cb4455bb603eaf6b506782468741b5a71b31a0947bab69c809454ba19f260_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-csi-external-attacher-rhel9@sha256:edc3a924116b76036a932e0522660e2303c8ffaee5d292e4e8cbb9f73f79b02d_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-csi-external-provisioner-rhel9@sha256:128d4125e8ad9550aeaff50ca27806d2c4f4f17293259b64db2e9cf322ff2387_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-external-provisioner-rhel9@sha256:2ff82a187738a60c7494cf579b35e1d9a16cd0e57acd9e18474aa11aed6edd7a_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-csi-external-provisioner-rhel9@sha256:3ae17709e7c44b06b85543548ddfec54c8c1c04167ca10b8ab82e3cc4cf8a29b_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-external-provisioner-rhel9@sha256:5788c2e871884ff0e5edf019ae70cf1739b34170706ed731679afcd38d45202d_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-csi-external-resizer-rhel9@sha256:265f7809b2e2b916d3712bf17bc3c171576fde26307718ca6bfd944148bb2502_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-csi-external-resizer-rhel9@sha256:51baefa68bd37931c5fd611d1b7324383e58df4754eae607cf64b1b8c9fba22e_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-csi-external-resizer-rhel9@sha256:794b4636e1f44a3bfcc3dc2fe5155d217b31e568393fa53eabe420328c29f33f_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-external-resizer-rhel9@sha256:deaf59f4cfc7254ab8b35634ac18281cf88ff0ddc151d0498a21d6e91c30a4e3_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-external-snapshotter-rhel9@sha256:1866f88a278845d7aa851aebf6099ae6b77d98f9c244406c2aa2d61daf88bf72_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-csi-external-snapshotter-rhel9@sha256:2b9262b07076b315714007f91ca9a2de0a5333133c319b5542d9a5e89f5119ae_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-external-snapshotter-rhel9@sha256:cf848a2e0ca5bdcb850bef50193c8db40c18521c2e5d7f1b5658329a485f8d42_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-external-snapshotter-rhel9@sha256:ef64e56c3194bdb2bc3e0e129cc955beb1e6d6abb93ed45480dac1e26e631475_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-csi-livenessprobe-rhel9@sha256:150cf47c016ea3a318be89b0fb80b5f81a3ddc38aaaae9f4f9ab08478b054a85_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-livenessprobe-rhel9@sha256:19606dd645438a72af581210114459eeecfe1c96547de6e2a9a7a4a8d7b781c1_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-csi-livenessprobe-rhel9@sha256:22770984f3897afe484ddf93ad830d05af30ce0ca426c29dc33a448007fdf1ae_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-csi-livenessprobe-rhel9@sha256:a3a74359f9ff4bb3d9eae7d72ee3f3335a07f7a1d9bbbfd9c4231f2db81c6818_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-node-driver-registrar-rhel9@sha256:168d92be0933a07413608c50a787729080bc8c850c9efdec25f77bafdfaaae34_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-csi-node-driver-registrar-rhel9@sha256:6bf2240cfccf984fdc0a6f33318c681704a495d62527d2f7242934f098378221_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c7a86c7530e5818d8bbfdb1b2544010b327c6dcc99a39152788f5f28eb0ea049_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d79cac1d92dcc9140be58c63ed13cd6331c8f41474213064cd45963d69a94e17_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-snapshot-controller-rhel9@sha256:084151639be629d3a1f9f29ae20271dbe319319e2363d75f8c7c7ec7a8262002_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-csi-snapshot-controller-rhel9@sha256:2d6d427780eee15059d70088bbdb03f6774c93c4b7f84ec00eaf9b85c3f5b3ba_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-snapshot-controller-rhel9@sha256:5d1dd18616427bc717e49b781e6434ca616c31fc7daeb5596d1703f2d3379ef2_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-snapshot-controller-rhel9@sha256:9500323520cb1e4079304df57c722457720ace8518ef43c89149da40e0ff60dd_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:4ca3355941315a1db451ba8c6ce329c2f7d0286b3585196a30e1ed35ba1ee228_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:5e31e4d6f9eb5eb18dbf99b54a3a294e824fda2ad901333ecd33f9eacbac6d30_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:bfcb640d3847f3693b4118396ddf7a58d76ceb97016e037768244bc1175dfb1f_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:d590e08bb519eccf42d7891a3fef78bd2a265d5adcd9d27b7da3ef496407aae2_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-deployer-rhel9@sha256:0767aa82db6ab616d7b8b337760770406da4ce765fe088ed4299c3bd6ee31037_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-deployer-rhel9@sha256:6e319561328f39498c3705563a7a108cc9e0ba312c67729a5ca57c7b68ab7459_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-deployer-rhel9@sha256:a0afe3a4c032a1397872b707245f09fc3e63c233b0ee128fd3a4c695a20af9c4_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-deployer-rhel9@sha256:ebedb1bc3ad605141e4406cf3f2da63eca2671b89f8a596923690f30f4126e56_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:4378f58febb064fc36264f1b5862bb009aff4171b9ad6ae6c84fc9d3077ac70d_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:9d9662fee01dafbde830ab4ba397e5fa7eeccf90e2f8528fd57e748507a1b1e1_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:cd293b458d152b725a4ae09568f28410a791905b8f8e925900b38f33d3fd849e_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:fd0471855bbf69b72b75db2173aad473b9770f2e1403687bbf654c0bddb44c85_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-docker-registry-rhel9@sha256:132a674b5a051ed2ee41f940ea4f7984dbd7455de6510ef31b8fae7bedc45be6_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-docker-registry-rhel9@sha256:32d5e5690533a9d9ccf4ff8b02534675255a9625241245d434e43d4bb815119e_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-docker-registry-rhel9@sha256:78d4de7a4f72a623b01378e0798e2540b4123991b02d450c7b3391f186e32c36_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-docker-registry-rhel9@sha256:9182a503b30b8de69e862a128635bab7b44ff05df11a1ab4f96aef7525fbe0d2_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-etcd-rhel9@sha256:0ee443647f0fe63c9a05edcd5a644f7eca0eeb2be877aeeb7026c4db738d56a7_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-etcd-rhel9@sha256:ba18e1f81a20605c8efbbee41fe37e1d7ac4ff101a857e05e0f3d25aa82fa9df_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-etcd-rhel9@sha256:f17ddc78b5e4cc92834f4b3b000ab2fdb181c1f3f75dd9d185dc5d88d6691abd_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-etcd-rhel9@sha256:f27e4f6f37c47e139374be06c8772f09debff53a05bfab713359d918f33beb3c_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:170aba64101289aa8f9a8612888b1341e36e52394ba766dac7130d675816e2be_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:35098fdc72303c21755abaad4cc05553d6c969dc601d6a2ab91d7aabcadf923e_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:a62890163f9fbf8833e855caa292678a7468f9567433919464dc99a2ef7c8dbb_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:6433c81cd98c85abe6b1bbd8e74a776462ad78575cc6bde0664458ed685611ac_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:d1129dd095528238a3bb064376e70764388d986a0f47ccf7a92c88e517b54066_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:eeb9caacd52b52b2cc46ed0fa5f80606c7033d9cc8d7c63a5c199de6d107e9fa_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:3bf929bf48fec827cf4f54ff5fec04de0740b1f14a4e1da63ad580bb9245a103_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:d64a1c2fe51eaaa842bdb14a8bb317317ed1c22180d766e15fcfa5878cb5285c_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:f4b0795956ffb226a5869a9285d05b0ead36b7be32855026c1a2a5faf4307be6_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:73556902372fba78e19553065eaa89633c01c36b6cf10d6f51ad981777b6f9a1_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:ba5d03691cb09bc208c30c6c9ce746911468a4fb772dbef5520f723063bf2a94_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:bb6ad3ac3be2ec5530dde289e8535e01fd745332bb89a05d8b687a72d8b90361_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:1d5b94376d1ffe57828d9252b71372f132285a40b8487d9f931b9fdf6741cd83_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:3d72794fcd40b847e3fbaf3529231fe9149a6dede2a45dfe31fbd306df9b50b9_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4394b5921e342708156f43b45fe0cb780357d7a493c8c323fc403cf99bb0a7ad_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:49874280d3af31fa772ed481e63ea6d1a62bb579b9da0eb3bf772017a3330f4f_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-haproxy-router-rhel9@sha256:0afc3eaa1f9729a303472d3397ca19dd1b38b16d0cd721c12f4e23a3e04f087b_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-haproxy-router-rhel9@sha256:0b72b29c550a7e726d31a9814799bdb6ebf6ca071176262402619395ac8a3a65_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-haproxy-router-rhel9@sha256:1c122143be877d7d89163a4c9f3780eef8b8686057ad1889aa3102321e54a98c_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-haproxy-router-rhel9@sha256:9263b51ee05c760ccb67d397d0c8109a617bae089ad3973c180eb624bc13c91e_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-hyperkube-rhel9@sha256:6ff66bf6280231a5495000bf79ff4bb05b2f139ffc372d11d631cf60ee5de67c_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-hyperkube-rhel9@sha256:c32ff89d47b6e001bc02fdb86323cdc692d1abd679917cbea206b70e43d0d976_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-hyperkube-rhel9@sha256:ef51f6f787195be8745b3cd3b0b3dfe8a96ea48be2e3ccb97ed63cf1bbf58534_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-hyperkube-rhel9@sha256:f32ddf861dac3d41222d238768c5376702ea295840d70ebc69e9224f1c300446_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:02f10dfe13ccca892445607db62101ee47e86ef5fedff0b8dd6372856548ebe5_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:0677902a88154c33c82a5dfc1aec5325cd2938b08485299a17eb14ea0a4857d3_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:249df28d5775b19c96ae3f03d736f0ce8434d9e5969e3365be2b5e329faf85d6_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:2bce8039239d0bc061ec7f373d96bdb446ca5b68c45820a58663f124fba635fd_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:1384411d0b3794e280491e0b0e14252c5e4f9e43e58e6602b0442ab9a3fb2b0c_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:8fe95db9475ffb66b670339b266f3551c4682f214cd2c1cbd151a62e9f8a3b73_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:e9876a36c4810b4e68e1f6668d3324d8e71ba145f3d214007bc4486375d55be3_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:fa6ec143e3d12a3836c9148adb578b591987e8520cbec4283dcbb427991f14d0_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:528d6b3faebd79484a0be86e33a7d6ba922dceff5eb1585bb922c18bfd01ee70_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b4321d90c93b58108ec190d72b23966c09b2b6933a7b5d8322d10dd8831dcd6b_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:44c02359946a024e429303d031d1bc70ced6b300316c939d7290d17042b87618_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:8365ab32e19f655627b62adfdc05ceaf24cf10395876f4b3a545df57eea4abba_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:92db3a22fef2499c3d11a2666e72ece44d7df862458f06600d27fb9b6304f77c_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:3f77010faf0f6f6e7eabfcf24bf1328c6e70bbb32f843287639a523621a5f4ff_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:9f2805cd3f3ffb1daefa1a718703a568cba5536b12fe2848e3c87c2213a04ba5_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-image-customization-controller-rhel9@sha256:0f1b4c68ce6ab2167b1b6fcd0059a8531eff59b5cf49c23322828918a6ed6f27_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-image-customization-controller-rhel9@sha256:8bd8caf2fac84354a4407c48651d11d055c90e09f06ea57c1825d2be59ca18fc_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-insights-rhel9-operator@sha256:3b7ec1f0edd312034a7dec567af415f85f8be1828dc6a0dd2d11072315b77a41_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-insights-rhel9-operator@sha256:afcc280b069a744e3e67716ac685dd7c7f23c619cbc20e2c21237031580f649b_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-insights-rhel9-operator@sha256:c7e5d66df8aeeca3969c31c560fd759f77d60211f08b1f456391ee0fb333fc45_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-insights-rhel9-operator@sha256:f54220fde82b962663a86123a99a65e549fd68fd9a6153f6c67979567a6fbf58_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:17050d94832b400bf54598b748667e2e0035b30b8f996d7a25bdb61aef5960f9_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:bd5955616dc827b5552f5fbcdd1fdcb23e700a647de2ca4f3cf1f8a2eb105f1d_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:e26559b0ae61de908b9db0753babf47e2a3bc27c6637c7e945d153959fcb79ea_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:e32b6e836082e6d2a5d267283b2263d9811c3a62d420842689ab35fcc36b4a63_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:312bac6a070c763a493c566fbd1b6f05591f23949e4f37a157235f08f927c653_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:7529fae3aa40950d226ef1d8d2039d6795c518b2dbbec8e38818cfcc3efc9083_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:7a235516acc4c967b8fdda1868be132966714d19d6d90a5ce4b4cab661d819b3_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:9ee9cc91eb2ede268fbdd51bbfd2e211f34ccff61bd1c3b130bf25879c67b3a3_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:69e680e1a17c99220c8cdaf5a2e73f6e4e7d835f1193e62bf516df65e0d2fdff_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:872ec12780579fe14d90d7eec8190678ce56f4a5914917a7d6169c5cd767bc68_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:be7078e79fd3d22ef43c253aff1b72e7457128e639b780d5073a016991bf56af_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:df403029362bb02139eab00cdb01c35171431ce0e237c874e11e06aabca19311_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:b45a678f884a36a9c6014841f8ca1c70908bcb51dcc45d9f71749806c9fd8fba_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:d3b354ac0a8b37e7e8fa339011624d0e4d7403ffde520b5e911e3664e9659e34_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1726d045b526bd930e04ceaa125da6477f7a44b18c9b01f723ff3cc1320da9ba_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:f62c966edb47dcfaf82b4136ed867fd85bf04424f91e8a519f8f08a3989d98a0_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:02d3c6c0c7d3ba854e7a03e3cd3fb56f21a729136f95993224336d42f4597b96_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:49db69687f7245b778480b5796bc3956343ec1d4b58d705d3f08b3380ef93b6d_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:4c0cd346096da2ceafc8226fdf3f132320d42d8992dacc78abf9b4c194f92740_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:4e948d046ccc7a44e18c5b19fd107d560183aee3fb46ebee28bffddf850d3ec7_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-keepalived-ipfailover-rhel9@sha256:0a2b379d082cead1b190b32ffa9339bf88fb50a8ab5abaf12ca2bffccdfc75ee_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-keepalived-ipfailover-rhel9@sha256:127bf3d442da47383b1f2b8d452fd29cee71eb614b71ed7d2610063ae78e808b_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-keepalived-ipfailover-rhel9@sha256:966c3932cf9a5d03bf25141234d26c7628b71eda7439239a409da03953b206a7_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-keepalived-ipfailover-rhel9@sha256:dcb142b3a5afe0e7b7a51a1c94661855bd54776ca51575630bc43f02ba12c554_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-kube-proxy-rhel9@sha256:bcbabfca97e7433c9fa4ad479c8906644461c2a5aa75c8ff7a7644b13975ba98_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-kube-proxy-rhel9@sha256:cbafb2565fe2baf4d54fe0cc5ad883bbe0632a4736771f55dd55b9d3823a7716_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-kube-proxy-rhel9@sha256:d1654ad59633f2f3d6542a83c32ac0e1084cd148a735b46f4c674edca9fc98e0_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-kube-proxy-rhel9@sha256:fdc6e80a2293c526be173bea9362e2da73e0c0d988a767e6f160675db8590acb_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-kube-rbac-proxy-rhel9@sha256:093d38e21abf82992df96727b799f72a14e66986b02e08eb6af990f4091ccc6d_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-kube-rbac-proxy-rhel9@sha256:5c81ef8f24b561ba9b51c25e3ca50322eeb0544240f9f6db020542f5101f17ae_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-kube-rbac-proxy-rhel9@sha256:74af69d301e49c08c9c0fab6bf929b6443beddf21d578273fd332ec73d7b8a24_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-kube-rbac-proxy-rhel9@sha256:bd85227421b997806814438c33cc997fd70911c8ecf1d9e6e16e506dbcecf5bd_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-kube-state-metrics-rhel9@sha256:65321f83b5a14049a62c6d6895287f57501f5f77589cb8be2d6b366a145c021f_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-kube-state-metrics-rhel9@sha256:6c697bb3cd8bf8a743a0a948721c4c97284d62608ec5272bf97fa51d23f8ab14_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-kube-state-metrics-rhel9@sha256:bfd60907c9836d089067b19a287d3267fa9ab98e09420e6a4f0e1ffb51506d04_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-kube-state-metrics-rhel9@sha256:e26b6afc9938274f1777fc5eaf6c0a6b95fb5e9c7cdb51d0a778d548218293e3_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-kube-storage-version-migrator-rhel9@sha256:63059adfd5fb0042f492f3fdf938beb0de950f3c86fcef51fd595099e3638e51_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-kube-storage-version-migrator-rhel9@sha256:82ec54538247a36578095e91a73ea2f0f2948f1d53214fff29e424badd23a733_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b798ea0514d92809752909b9f0b4d38ea1a7309df58750c1c516034c8a58ce4e_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e85db4241123d01e874bed074f9a9a34ca6221176aaa2cb5bb4729adfbf0ce95_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:352ba91a72d19fa2b0006740b6e0e22b9824f73d3fad3ccf3cfdee0735525aab_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9292f19feeaa3bdae3094d0c0496baf8670d18286041f317ec82c552280a9b4a_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:b248b7e14b2f4a76b6fea232897ef6db0f43531e46d161af07f2e4bad05e707b_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e53a18e4371e50c1bf5089c2f6e3b0d0bdc70454f8289ba3e6411afb2ab49aec_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:002c9019af35f1f8aea55bea65c97a92ef1d19ea1baea00d17b79a264a3691d9_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6b95c1296fe5379d3dfaad98c17ac65bb818babe4057610eccf8461635ae8103_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:70a12a74322db347077f7758c485acb127ad33d021ae5aec5e912f94f8ffd8ca_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:fa4bd7d988c14418df8c332de4fea3b5ea57dc0727a461f68472925aa6eb9696_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-aws-rhel9@sha256:c6d0869274ce92a1eceb263b4e94e462fbcb8b599b09ce8acf9c00b61cf29226_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-aws-rhel9@sha256:d2dc62bb9ab60ef004894f78e80c143e8c7d027ff073a3c238dd88b14b3b80fd_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-azure-rhel9@sha256:74b7d7c58d260b1791d7d4f55a9fdcbb13542519151976de43dfb8bee67c9cac_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-azure-rhel9@sha256:d4764881a7a4f01e5b5ee2a24b13cd74fdfc5540ebbe84cdd0fa28fd64aba389_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:2e3b2b5c07bbba78849bf504c5a8a600239c151f7f21d6f1fe6c022003193a4b_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:526440e32f8eed14cf6ef61769baea675aba9c02e6cf5778e3bc8f92c7d306a8_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:968aebcf8a5dbabc3b12fd50db0f8a1bf4bfe399b390efd29b9534510d7643ca_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:1396e057385c7d8da1dc40c52033b1bbbedab984703de3e484cfea750652b224_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:373d9277d116b062a74e0610f98d512d8ffa5404afbfe116d2f8e549afd9251a_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:6fb5c3a4b83c250c783d6b88d7914f72e4972ca2a2e5852ef46a0f754b6f8eef_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f907f7e7f7659e968dd6ac35177c726004afe0b86b0dd9e9e78abc53da370a7a_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-machine-api-rhel9-operator@sha256:5e940d2b4901a79e7b4a2c5ca656d3d974b771d1950edbe441557522082e02de_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-machine-api-rhel9-operator@sha256:5f2486c25d18ae075485af13b8800df7b2bd1b251c73b1784ca1946569b83919_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-machine-api-rhel9-operator@sha256:9972c5496357187072347787379fe704b02d7aca9c62582982ff97e132f7361c_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-machine-api-rhel9-operator@sha256:ee87d774d6658bde289f8c9ab55154ade49dfddecb55ac1a577da883ada32aa2_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:2141576fcdb4d159aa417474a27457fb2087ad6235c4df0597083f3b1899ca45_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:483b65fb285f5d17f225c5da6513e12bc7b1a7b4a7040663cd07b565b0afa029_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:e3d3a68630da8789ec30cdf920bc64b478949e146e565c28faa4b6e60f149f8a_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:ef6cde961dbbb6fba059c3c45a80fb0e2da74f4c5cd52b42e73589ddf5b1e399_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:9614841db8310744628318b72f55c58b0486fa04758cf069921ebf602e689e9f_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:c26463b63a1336896c3b5966be5952b60e539691202cd81e7ae4e964817f2109_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:c6d8d116a62c6b8d1f6d298c580206b22de9054c2f6954f6bf480ff01c572dd8_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:e7d5c7d2133b60a140a95d371202e33e6bdcb24ff7ae55fe791f42f57534ee30_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:158251335ecb898e1d9dd072153925e15c27974ea5bac191d2b2238aa3e9d9ef_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:23b2c32bb23c66ed48ce220033f85c76ec6ebfe241ef912e7e5c2550b3252f08_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:cb9d387eca1b9defc9b9cf59e79e3afd9721f6e2768f6ca1b23e2d93c643fe88_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:f94b1ab4229c5fb8e2dfd07e5b04b58f6385f67454e7ecbed2d2aad02e91f07d_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-multus-admission-controller-rhel9@sha256:1234866d996a553670345d2177f491180651d53747d97ea0f5b7c05dad4ed0f0_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-multus-admission-controller-rhel9@sha256:4a2061a1ba2d018fcdd41b6722fb4e332b72983954ea5d0609b01785d2647e6f_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-multus-admission-controller-rhel9@sha256:878826b56658eac597d692338bc3e7d469568776c9d6f71c11b63bcd0932e01a_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-multus-admission-controller-rhel9@sha256:8e46edbaa4d4fc29dbc09d38898429d545a02822cc46a726fb5a61f4bd55dff8_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-multus-cni-microshift-rhel9@sha256:60064cac3df05c9a076ad9942bf3ffdf452f8ed8ade863153a7ea449234b1e4c_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-multus-cni-microshift-rhel9@sha256:9f905872cf72582e8ef6df209d1dfcbe23e56d894f39ce7c705bec68908951cf_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-multus-cni-microshift-rhel9@sha256:a5aa505bbf99f157b1817ed0981ff4037cac3e94ec3b80457f97b6e07935a1de_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-multus-cni-microshift-rhel9@sha256:a6aee61594a381b29e76718a05255a69ba1fc8d16b4836665499065cc00a6386_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-multus-cni-rhel9@sha256:06a30be1f56c0ba60fda631904e406def40a5294076d98f0946c1c7035785e1a_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-multus-cni-rhel9@sha256:0b7d0c694b170b254e7f998465826e0d51abb9da67f8d0a4d3c58af450550cc9_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-multus-cni-rhel9@sha256:331e9a2ee10ab14cd3cdf1016af92a1e3df1f25422900bf980604b0b6c6050e9_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-multus-cni-rhel9@sha256:b3886236c43c1935b1e67344d865ec6b6148b599cb6f94aaa827ff6889444faf_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-multus-networkpolicy-rhel9@sha256:93e501b312ea23b290e46c14787acecdb02636333f5388429b5400bc4599be9b_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-multus-networkpolicy-rhel9@sha256:953c2a800efd3ba87344b0c556c89132630dc378e1a96ff38f626a60ed4d5ce0_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-multus-networkpolicy-rhel9@sha256:a79bbb6df83654cdd8d925a070f6b7c9b62e85702b84330d31a1242507fd01ec_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-multus-networkpolicy-rhel9@sha256:f32767d8dbad803a847397b47ef35d48820e2ac8c5abb5d916fc3daab615f6ab_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-multus-route-override-cni-rhel9@sha256:2dc58f3bce109f2dab38f7940e7aab29a4418f5e0732c1e8f1e1ed217635ac19_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-multus-route-override-cni-rhel9@sha256:5784e4d821cc26ffffad6e6e3ed101fc2842ebc3d89b16eac041dde506c1ce01_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-multus-route-override-cni-rhel9@sha256:b32bee1e17a99bf6e865f3dffb4f80f9b681cc3c0f2a1505698f594f286a7396_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-multus-route-override-cni-rhel9@sha256:c0b91c4fdee11f1468e9c32f2f95feb08f49eada69835577eea2c04ede8c5725_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:14c20436996d9b4151cb77c811fa65929d70874bab1e3577c1ffc156b23514c2_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:2264796d3b4da7e3fc2961c55972859361750a1272f52112d6b50c069275b6f8_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a7a7b993fdbbf8fb1a67dde836a577c55ef589d899dd6b50bbb6ab4da03ead0c_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:eaeb6ea984b43075d1721104647c9e539ffefea462ad3ea3f3cae66551e301e2_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-must-gather-rhel9@sha256:60ec7816beae30bef25a0a50633d77cb669c472d4f1adb0356b547c13cdc2282_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-must-gather-rhel9@sha256:7e0061f5d8d3909d377e353592c99179627fbbd8e70d90f1aae44dc8f9f34b9c_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-must-gather-rhel9@sha256:c1268a511ca6052fcd0392301af7861d388fc2dd32977b13fc85780c0c9a22a2_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-must-gather-rhel9@sha256:de0f68e94d48d6fd1c6bf1cfed042a8f244e5392a0b6ad5c02cfab7b7a9ae3ab_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-network-interface-bond-cni-rhel9@sha256:66eb46a96bd308c39af00caad02b3dd77cc7d1dedfba70ead48c9390dc9ca9f9_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-network-interface-bond-cni-rhel9@sha256:685adc9ee76db7d09ce6c56ba14570c9e0848c517534c5661b52a702d05a1e3c_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-network-interface-bond-cni-rhel9@sha256:78d3bdd9d6ec154e80b1dfcd41e37ae695173e61a54fac6aa2ae9f9264253c75_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-network-interface-bond-cni-rhel9@sha256:c372276000e5ed2540990ca06299d060a49c646ad7a1f206ce5094c7b95536b4_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-network-metrics-daemon-rhel9@sha256:0e47e27fce44f690b6b358249a26dd334d40d77a934c289f5c6d700825339850_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-network-metrics-daemon-rhel9@sha256:1820093b89c42b11b76534feb6f686877931e45206f35ba4ab3540e209f95e6d_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-network-metrics-daemon-rhel9@sha256:afc2923e5780bffb27abc102eec63968374848078da5cd2fe12bdc8f0ec90251_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-network-metrics-daemon-rhel9@sha256:e805f9a0f7eb2039fd8040dcff142175c392381c992b69e8c5e3307249fd10cf_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:400c930aedf5e3964c9e5201b5932603b6b074ba6f6c31e3d432c066e06ecd77_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:7c0370de82ecd2cab8bf48ae7f1bf66a52d637e8b9aa6c0ceadc6a27b5e3507d_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:ee249765525cafc3c5b1c9751427e7fa19bcef17566d5ca273fcda348e3dcd50_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:f94e6168c2d658e1be23c8d9cad9a86d2f9e0d393c49304d310a500d61adbbae_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:065ce9ed541af2ee48a9c7d803865180f3c0431c2e96edfa1b09bab0bbbf40bf_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-nutanix-machine-controllers-rhel9@sha256:d8add7c0ed65ac5c6a053c21fe96fe8955b6541f9b05a47863974d18a7021ad4_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-oauth-apiserver-rhel9@sha256:08fbba8e85f6efc4f5d77d1bc9165fc30628f4a04383928110e5cb58e80f7e62_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-oauth-apiserver-rhel9@sha256:13a1c0ff1bf2b0a865a959c65166b00d53d402fecf984db6f2b9cd49ee7289fa_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-oauth-apiserver-rhel9@sha256:56a5d92f7a3a2f3ece3579a584f4234ff2c0d8ea4eb8e1d4f65cbf7d7a68a19c_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-oauth-apiserver-rhel9@sha256:8ecc5104c41faaecc96f97e1f3c4ddfe0047bec271a6bd41a72c4704a2b479c4_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-oauth-proxy-rhel9@sha256:1eaf29ebdb3d128ff2acc33bae9a33da915806cd20c8aa98afd8d1004eb17dba_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-oauth-proxy-rhel9@sha256:b934449f27cff8ea6cd6577e862bb07d3b20534cb644748fed921d922cdd5404_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-oauth-proxy-rhel9@sha256:ca6723f202239be0464ff827710c011468d6df243cfa873274f9d4c828d4d76d_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-oauth-proxy-rhel9@sha256:dc748b70f83c70facb499b0d5ce0fd691e827909240d89ce27c3d248175d07a5_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-oauth-server-rhel9@sha256:5510278d09ee523ece2d0ba6b24f07e522dd231d36d2eec2c190d1426e15913a_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-oauth-server-rhel9@sha256:8b2c530a19bbf51813e7ae9bcc187a49b9637d808a720401ad512756d1cf0d2a_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-oauth-server-rhel9@sha256:a033f65ebaddebea7d66135299e2fe0451f3b3c939ff26c77c3bcdb053c581dd_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-oauth-server-rhel9@sha256:b4fc4980e7caa15cc853da45981051aa3e1290e4ed9e6aa78cd0bb251796fd39_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-olm-catalogd-rhel9@sha256:25a5a4b4ada09c18b0172d6b55e99213b328b049a4e736ef33a46ee0da1dc950_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-olm-catalogd-rhel9@sha256:2b350e41bc865f8cf3d91ec774a1ef90efcb1dc695031d54cfcbcba445ec576b_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-olm-catalogd-rhel9@sha256:e9c3bf1b4cd8b50229b2d2cd74f6ab8ef8d300d6bcd577b3334d368621c96e5b_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-olm-catalogd-rhel9@sha256:f11007c8352baa9b195cbd9734103033c0946078b12ef02a624aa8574a455896_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-olm-operator-controller-rhel9@sha256:7947045fc7c78746b791cf45cc7086f35981ca1675813803e4d6b44e1217d4a5_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-olm-operator-controller-rhel9@sha256:9a95f890999546160ad4cf68e60c94bd02036392a981fdd3473bc4ce8acf5e63_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-olm-operator-controller-rhel9@sha256:a2ada640c8cf94921756f81c68762e3aaf7eeae865cca833be5fe14a868e9832_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-olm-operator-controller-rhel9@sha256:d3bfee26c52099ab31a0f7f78b53a6914dc1f33c613dfce0a4a83dd70ba6f04d_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-openshift-apiserver-rhel9@sha256:12ee719e29b1a159926fa67162dfff04668a0c786db83697a75fc8bf96c61e36_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-openshift-apiserver-rhel9@sha256:281810b86981603927513af4b9738db05df090e27cff61cb57f615a1b7da54a4_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-openshift-apiserver-rhel9@sha256:d7aa582cb99ceaaba2d9da65183a485fab11b0aec41d68b5964510f35167b3e6_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-openshift-apiserver-rhel9@sha256:dd1be867b630db99ef81dae76668387115f04a9f0c61364f0a6e216d0a28cb05_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-openshift-controller-manager-rhel9@sha256:92b40e2865e79b6c9178e6e94523b9d09149441f5a72276b25951404526e7ae3_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-openshift-controller-manager-rhel9@sha256:9825100ccb4a060d9f37d554a8f9d79dfc8427785eda77610c60ad0feb74c666_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-openshift-controller-manager-rhel9@sha256:d121f0c03960db28af368e4b864efb220c1be28bfb5f9735813302efd045f4ac_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-openshift-controller-manager-rhel9@sha256:fbba55058981a9c57d0b273bc8b56b66e164c7fae1bf59d74aaf6ea3656ac59e_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-openshift-state-metrics-rhel9@sha256:539c14445c4b7acb91b414f802d93be4cebc24d060b52e06017338fe9075d9b3_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-openshift-state-metrics-rhel9@sha256:62724925ca3ab5c18ebd7692e89e41ecf7e0d33176850f67eeae9692a6927cb5_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-openshift-state-metrics-rhel9@sha256:8c6bd11088ca925f8faf61dff5bb6655522a8ff6939c146a4126ed5f0690914c_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-openshift-state-metrics-rhel9@sha256:d6a2b5b710ebfc04b22860c62daf56aa7ff85d89a26a8235f95d72346d4e2db6_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:1919474880b196d1905b8dff9587c006b6f273124d02e97f40e2d4ea8d050777_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:213222f7adf001b898109567c42c82d6d9325ee707615caa1ac0fc15fae574f0_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:30ef542720dd4425d7f7fae10dcebe2d5fe6d25105d34261fe754f4cab4a64b6_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ec415bdf74f9ce65c23af9e06d591ba78d696f32a7cf249c71804a87895f96ec_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:ba40d8da235fde8e89b6115a1d5f41568fafb4eeddcc38f107e493fef2ea38ae_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:bea0b14e279d2c307eb6fdb8dcafa114d9b281ab267c14f7b6151c5b838f80cc_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:bed0e7813bdf23482a2c4f14c09a73c84ba62027947ec8e9c57ccd2eccc2c1b9_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c7cab534f6196d76cc1e31b17bde3bf5c3986fcffe7a1c026013012c7ab68c81_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:47d6f6652a0e3d399c9b26a4954fd3478326c49825863698cf3140c2c3ab9bf9_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:576677c2baf50fd096f762daa156970e982279275b34814ef52e4be4b511f5ba_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:6e6be32bd4a1e3739d0e0f1da3674cd6f74ec5255865dc832d91d41f47283718_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ff4bf6e903a1af1f494f5e0f43ed6718bcb55557fe9135d0750362bf0e8e6b58_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:1ef9d43e45303b56e96f1fd2b5d63cb185ad3373fe516730a5b0b98b6947395d_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:5f7747f4d324cf90dc48d2bc20d76c2625fd2dcaa3d6478898dcc55d1f8984ad_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:8d30cc94f2e8512406aba31083e31e155c9f568838343e56864579dece7bff31_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:ba3ced5cd94c0bcc2a3295ce47dc28a60078d7db8c4edf2bc8d6f5b12d573879_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-operator-framework-tools-rhel9@sha256:5abbe0d3aa1d5dd9296e795465ddd5a117c466606481a418b2846c435ffeffad_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-operator-framework-tools-rhel9@sha256:9c53f361a67e96e64b5cb912c0af0a1b3e18cb3bd428084d5cb1e8f6860855c8_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-operator-framework-tools-rhel9@sha256:c187541b8c1b8a589645a608ed79b43f9e6911116faee1c50ca8a0a30a4d3738_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-operator-framework-tools-rhel9@sha256:feabd407ff0094dd9102e3c78cf94852ab6e700fe7f906fdd32d6a211232b16e_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:01b59bfe4a9c7489011c71dd8a35ae2ef81f81c4a23dbb2117b6126964f1da2b_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0783189d5b07855bce1a32115fae430958ccaa7951bb6405eded7e3aa572ee17_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d7dbfed38bbc7511c43814e7d06a7c120b4a62adf724461c76154a37cd37796a_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f7e781c6a21c4b8fa25630d174362d62d69dda2911dd033f7729923b26ecb483_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-operator-marketplace-rhel9@sha256:072e15ae931425b07953efa32a39b4312805dd12889af0f731c9b04238a21c11_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-operator-marketplace-rhel9@sha256:2d413b3ece4cbb46f6a682333ed06a22857271e211acc6f704059eb20bfe01d9_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-operator-marketplace-rhel9@sha256:7c57bddae38c037d1848a509ba7c4e5831632581439f90865422151a90c7ade5_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-operator-marketplace-rhel9@sha256:bd541bcc12678de1a652a602a29623a9dbb8640cd4b88ed2e458d352d0b0039a_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-operator-registry-rhel9@sha256:12875248fd37b9d1fa4afd238ce78aa147fd2d0dd9708436fc01ac28243c425b_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-operator-registry-rhel9@sha256:3aae32132cb3da00d75d456bb422fb71a45091672a0673bddd75b823cdb01242_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-operator-registry-rhel9@sha256:43d4206cbd9d2a25d53077443478f65e85cbba2f9d1fbc765446de1929437bff_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-operator-registry-rhel9@sha256:894819babdbe3e6a04f63d8a6ec52bfd0ed1503c25ebbb6241535e5f5fa90b36_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:43f19aac756eb00b63d12521f353df83d79086751715e23f2c773880f85221ea_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:48a8ad863bc40447db23818df0da3b6c765011ba81eacf4b7116026a06358bf9_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d42d85915e158a7ba41ab7c855ebbff6a5e6594bbe9e002190b5966507552c2c_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e96efaf0fcff6a640c9a5d66922694ef5e30d2d6bc3b2edf1a4900e283174a1c_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:2bade31f6bbac52b4916f47431126c735efb2f98db4a69a5d6839ae731803dc1_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:704105b2136fe017ee9402ccf0109e295b2e73462311470fd97aaeb4768b01f8_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:7a6d7d84e63cdab1cf92a6d022168a620a22f5e8ae898f7b972871bf76287886_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:8f896cdb945435f3f03a813b857d4cb1ffe1f0d6015ce9b776954a0f0cc9558f_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-pod-rhel9@sha256:347e4a105a4f2589980d2e9fae9f57a5ce86bee3c96819d397f219a82f64e3b8_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-pod-rhel9@sha256:d55bc674b70cafddc0cfb861bf0cdc64415cd01d4d42d71bae31f5a909cf27ee_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-pod-rhel9@sha256:eac0005dbc866e009c245646876cdcd01ec5fd0abda2145c3cd506f1fbef139e_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-pod-rhel9@sha256:ec5c3c9ec4adbb7f15dd2c1ad7f8482a634d4d6db2379c15341b772ee1cb7e15_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:07248406477642eccb6adecec3aec409bae0e04598a7252e771dfa87368e4c91_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:9fdf5e3812eef56895b938f68f8d148c2888158d01fcd817ef8292deff66fc34_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-powervs-block-csi-driver-rhel9@sha256:0e89e02535502b0390ca0c4ab8162b78c68af02974955d735536a1872b48c189_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-powervs-block-csi-driver-rhel9@sha256:d08894b4f991791b4f1a1603c215538b1b6ebed430e07533287abf86baa2c3cd_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:1fee47031672c49bcfa735489ab08fd4be10995234ecc97e7b51733d4170df96_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:5ce97b705cd6ea00a6d5517f13e468c0b2bbe902d425ec3048d90d7dbdc7bedf_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-powervs-machine-controllers-rhel9@sha256:548abf5b9f1cb92a916d8c6beb588f81ebc40d33412e7383d3a1bfc602ed38b2_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-powervs-machine-controllers-rhel9@sha256:7f96b42095d100141a2bbd7ac8cad14562cac3c186b26d00d0fc81880b093f07_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-prom-label-proxy-rhel9@sha256:209f1a13d11f995c49b36e2db96d61470e6742824619b6957a4b7390b1d5dc52_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-prom-label-proxy-rhel9@sha256:222f568c31ab36aa4a0684274584e66aee149db5be50eb79691c7636fbc8aff3_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-prom-label-proxy-rhel9@sha256:db3b3649eec224de4af5c5223bf4928f8e302c5f54ec9d501ce8bb71c3c627a3_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-prom-label-proxy-rhel9@sha256:dff520a6cfdb27ad2ce31301aa3d74275ea7e13fc39749c77118c4fa74255604_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-alertmanager-rhel9@sha256:1eb0d7754525580a289e18bd58efa44b769c9f8f3e1c362381756daa615fc6ed_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-alertmanager-rhel9@sha256:30cc60b9273b07c493b3156ef278830bffeb109dba7c7c0517e0347ccd480631_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-alertmanager-rhel9@sha256:693a75146dc6f1436bc4998d59185e379a695b57c7e9d20945e84589fb142d6d_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-alertmanager-rhel9@sha256:bb6af93d177a604520ef035bfe3617985f7a217784d20a4cd180dddae75e6949_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-config-reloader-rhel9@sha256:079aabce1be013d247160482720526bc7070b857c9bdc3311e16ec4b7946bb90_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-config-reloader-rhel9@sha256:366ea0de608f0dc4890208515d89a6c01a56aaa32d54ba04dfc1cebcd0aa1940_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-config-reloader-rhel9@sha256:41b569ce3bab77e814d2f2dbe5252a55b22cca84ac1d0fac985d3ebbfdbacba0_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-config-reloader-rhel9@sha256:a8739133a6616a7a34ef4cbd7eeb731b3839d4e5ac4d5f2ef52894b493b0503e_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-node-exporter-rhel9@sha256:066cc860301397a054a7418b105c25230a2180e557d7b093b8234e375ef7338d_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-node-exporter-rhel9@sha256:0fe50ce4c7264d9ec532e587c9846b0070b22522066816679f08a5a07111942c_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-node-exporter-rhel9@sha256:8292247806e2520a54b4170aa69da7f20b93b2420df976dbd2f5e92735100c2a_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-node-exporter-rhel9@sha256:ba960fd338ec7abcc2a936137587076f80ec113a081be8d1df91fec8d3ce09df_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:487f00e5cc33440966f68b490b6ba8d0da0462f2bb5f94455807bf9a30ddc368_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b064cb6d4991fa87e75776f37bb8602d006e296d213f5bbd6b47c6de2903f152_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b39a4b9a4f8a91b7976f2ce02303b05b38a583291a4ebfba1b08d999fc108d90_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:cb10c1fbc87bfe3fd48c9c7834bb44be8e808d9ad10ef42c6483681fac9a8524_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-rhel9-operator@sha256:3b0a31d3ac49250fb165866dd1ea03ea7914692a09d7bc6514e516e1cdd5639d_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-rhel9-operator@sha256:717067cfb00313dad5317b564008a9b245649d001736074009045a7fbb3d1cb9_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-rhel9-operator@sha256:c0d1e70914880e19b13f1c899623c78b880777ffd0d54f813a8c78f2f172a4d2_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-rhel9-operator@sha256:ca2cae619e6e83733a803335a113e09ac6bb9c1c235ed0c1ab05fd7e8441f5b2_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-rhel9@sha256:033caa3d2b728c32e63c7de347646938d304ac0ff2c490aa35d7e85e63236cc3_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-rhel9@sha256:2cd0c0d30cdd42e4b78859bfdc5bb5dc500691e69efad403f6cbbea854564df6_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-rhel9@sha256:3eba98811dbd189733d9e1ea7ac94c175b90b5e35d5f58c27aaa313caeaf3b35_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-rhel9@sha256:409cb025e1929cca3e65ff7ea79efc7f16b546fabcc93ebc0b7c98219cc4d7a7_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-service-ca-rhel9-operator@sha256:0a3d510a717ae3bf99d94b4987185b70445998ecb26e91b5136e547a8d457cb4_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-service-ca-rhel9-operator@sha256:3b1680ab1e489cd414065f3d52149fb34147fef2888f4da3633c30936690dcb2_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-service-ca-rhel9-operator@sha256:9dbbf7be716430d0be120617233a7de552e4937248315de9f6c6f794100db3c1_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-service-ca-rhel9-operator@sha256:ba873fccc64591a61d5a0f0d16ebcbc040532e8e16309b183395beba4e8f94ef_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-telemeter-rhel9@sha256:03554a4e07a0aa9debd4b2c5e31ba7a2abd48864f6e21ed8edd758e397ecb9e3_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-telemeter-rhel9@sha256:53b2672ec495dc7dfe61774d5ae111c18e2444c2e9a97a9a5588f5ff659cd048_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-telemeter-rhel9@sha256:93a0c6f59c4f920371c1210668bc5c0a9d6fca17dfe978d8427f772464e16af4_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-telemeter-rhel9@sha256:b68407ef2bf389d6ee95a12b49b6d5e3a338ca0b02c0c4c3455ef7e4c4cce81a_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:6c29ecd0e1de7ddd55fe5429a3fc772022ec55dcb09d163fe37e732b611e19d1_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:91bdfd2dfa408a28a625c9697731b50eb4afed0ea2bf5f6e83e4a2b9bf42fc49_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:a7c46f07c35d038170ce529369d58b7c848973e9b1e0c52cd50a687a758e85c8_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:e447e1d980df7586105ca637b17bdad12b3f3884a6cd26c8a8b0482e02648c46_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-thanos-rhel9@sha256:171a666373eefa0b34cc77d1c1e1361020055746c641f81bdf55581304ef1a45_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-thanos-rhel9@sha256:2260556b4aa73441c868313ad67b4ec14af256a81f2c94dd174a60c322f65879_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-thanos-rhel9@sha256:29258f468994c2e7a6249595ca4b75fd72c6009644f8e772f5510bd461758d3f_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-thanos-rhel9@sha256:c6b2c72b0a23b3b2b1030add377d6709ed1f625041251a1338c2b083df4c7fe0_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:4f4daeba93df4d66ce29574a0faa199ee1cc73bc5b8a63b38de55c7a2ec43bc8_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:eb1e91426bc4518afcb871220972ff5f7d8494c56c3e59f8f534ffc96971c409_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:fb4f18eee9c9aa4131ab06485a4c0444f0cb02ab11c6dca878f63f0392bf6b62_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:fdc3dc067ac445612299bf56e1b10c6b5a4e6f50daed1017454a5390d9e15632_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:8e5aad7733bffaf858ab1d1030a1c37d9516d40e083be5db9ad7d4dd53a118bf_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:19295e454699d1dd59b159aef11ca3d4d410f051d5344dd1b0aff527fc3088dd_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:4dec733ed9c56865b1cc97f2f82ecf81ce6c7949cee3b6a1599075e54f893d67_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:8f5f4a8c8d9b31039b46e2297ba597600522fefd00eb2472c4f7a64739136723_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:8e5aad7733bffaf858ab1d1030a1c37d9516d40e083be5db9ad7d4dd53a118bf_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-vsphere-csi-driver-rhel9@sha256:19295e454699d1dd59b159aef11ca3d4d410f051d5344dd1b0aff527fc3088dd_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:768cb3d11c268969e4eb1759e8d67394501e51380d2e498e3d3b06ddb98d6a29_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-vsphere-problem-detector-rhel9@sha256:8f0fc81d0fa8ab13f02d4aa1827cf2e48b4de3d7b8f46b612fe1483f8e34f559_amd64",
            "9Base-RHOSE-4.17:openshift4/ovirt-csi-driver-rhel9-operator@sha256:1d55ee07b1be3dbd3b9a2e46aa5b8eeceb055c531c49362ace9423327fbf57bc_amd64",
            "9Base-RHOSE-4.17:openshift4/ovirt-csi-driver-rhel9-operator@sha256:46a72226eb46b3833644353955ba0b6dbaedc829818cedfd0e00463018738efe_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ovirt-csi-driver-rhel9-operator@sha256:ae24fbeac9717b5f51df6f71cdbdb57046f82fdaa1e6daa98225d729fb8504d1_s390x",
            "9Base-RHOSE-4.17:openshift4/ovirt-csi-driver-rhel9-operator@sha256:f8431594e8420b0ddef024e846c2ae70569770750f3217dbe3704b58bc02ef20_arm64",
            "9Base-RHOSE-4.17:openshift4/ovirt-csi-driver-rhel9@sha256:0c5c2dc265383ca172155921b1984557dc71532d880ee3f105d86b736d46f48d_amd64",
            "9Base-RHOSE-4.17:openshift4/ovirt-csi-driver-rhel9@sha256:200522c7bae23bc7fddbf7174163851a139efe452660482d14e26d31ee11d330_s390x",
            "9Base-RHOSE-4.17:openshift4/ovirt-csi-driver-rhel9@sha256:9d2e0a9926f48be33d889cb59a93c167ed943c3a035eeafab86cd670accc66bd_arm64",
            "9Base-RHOSE-4.17:openshift4/ovirt-csi-driver-rhel9@sha256:a05a16ce31d453bb37fbedcbf8e05e5f6dbf929f5626fd00ff2403bf8510073f_ppc64le",
            "9Base-RHOSE-4.17:redhat/redhat-operator-index@sha256:12875248fd37b9d1fa4afd238ce78aa147fd2d0dd9708436fc01ac28243c425b_ppc64le",
            "9Base-RHOSE-4.17:redhat/redhat-operator-index@sha256:3aae32132cb3da00d75d456bb422fb71a45091672a0673bddd75b823cdb01242_arm64",
            "9Base-RHOSE-4.17:redhat/redhat-operator-index@sha256:43d4206cbd9d2a25d53077443478f65e85cbba2f9d1fbc765446de1929437bff_amd64",
            "9Base-RHOSE-4.17:redhat/redhat-operator-index@sha256:894819babdbe3e6a04f63d8a6ec52bfd0ed1503c25ebbb6241535e5f5fa90b36_s390x",
            "9Base-RHOSE-4.17:rhcos@sha256:975f83f748ff4cebae040caa4df88b771d32e1f301204a736ec414b4f3234e99_aarch64",
            "9Base-RHOSE-4.17:rhcos@sha256:975f83f748ff4cebae040caa4df88b771d32e1f301204a736ec414b4f3234e99_ppc64le",
            "9Base-RHOSE-4.17:rhcos@sha256:975f83f748ff4cebae040caa4df88b771d32e1f301204a736ec414b4f3234e99_s390x",
            "9Base-RHOSE-4.17:rhcos@sha256:975f83f748ff4cebae040caa4df88b771d32e1f301204a736ec414b4f3234e99_x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Important"
        }
      ],
      "title": "libxslt: Use-After-Free in libxslt (xsltGetInheritedNsList)"
    },
    {
      "cve": "CVE-2025-24855",
      "cwe": {
        "id": "CWE-416",
        "name": "Use After Free"
      },
      "discovery_date": "2025-03-14T02:00:37.507344+00:00",
      "flags": [
        {
          "label": "vulnerable_code_not_present",
          "product_ids": [
            "9Base-RHOSE-4.17:openshift4/aws-kms-encryption-provider-rhel9@sha256:03c4ffb6e1ca068624a9bcaa5ca21f0b67fc60508f382ae95521c6a03ae8afb4_arm64",
            "9Base-RHOSE-4.17:openshift4/aws-kms-encryption-provider-rhel9@sha256:9ba0c5d8195237e7cc9e37ae735a7841a3fcab2fe12e6ef106da61a6e09db0cf_ppc64le",
            "9Base-RHOSE-4.17:openshift4/aws-kms-encryption-provider-rhel9@sha256:d94dc7200bafdfb39d5d7ce555b36d59d17a0add1091babd769f33dfdb854cda_s390x",
            "9Base-RHOSE-4.17:openshift4/aws-kms-encryption-provider-rhel9@sha256:e97e40543c09b130e3d36eeb5800d9d4ee989f5b16314f33534b32a2b11b39b6_amd64",
            "9Base-RHOSE-4.17:openshift4/azure-kms-encryption-provider-rhel9@sha256:08021be0c69cec642238d8c152f39957660651ec5714d7ed17f2f27c31e3db6b_amd64",
            "9Base-RHOSE-4.17:openshift4/azure-kms-encryption-provider-rhel9@sha256:a8c81f1ea15f8625cee9ad826d2263d09c17b6fe7b2941579f8914ab6ead1689_s390x",
            "9Base-RHOSE-4.17:openshift4/azure-kms-encryption-provider-rhel9@sha256:a9fa50ec982340d9e61f130c74457bf6809d843c13a266d140617f17ac1bec0d_ppc64le",
            "9Base-RHOSE-4.17:openshift4/azure-kms-encryption-provider-rhel9@sha256:cc38a9ba49ae414e03acd79e4d3b97977fe53872870612073fa569f6ab702939_arm64",
            "9Base-RHOSE-4.17:openshift4/cloud-network-config-controller-rhel9@sha256:2a6eb863736abf5c2d7a3f7c2f324e71e25a7dd9a0d5219bd9666c136e0fa863_ppc64le",
            "9Base-RHOSE-4.17:openshift4/cloud-network-config-controller-rhel9@sha256:5153ada0a44b00eabb71606b7144de94c4d5de7eb27dc54cbc9b729bd2a5093b_s390x",
            "9Base-RHOSE-4.17:openshift4/cloud-network-config-controller-rhel9@sha256:698211795dbabe068f87d21f624e09d28742483015be770b1cdb5c6138283b69_amd64",
            "9Base-RHOSE-4.17:openshift4/cloud-network-config-controller-rhel9@sha256:b5ed6c1824fa24f8dbed30ccc81428285823d97e15496c43c433db55985fd9c2_arm64",
            "9Base-RHOSE-4.17:openshift4/container-networking-plugins-microshift-rhel9@sha256:3bb7db321e0bcbb3dadc7a1c9f350e69657249f4823e46184c7001f17aac7d1d_s390x",
            "9Base-RHOSE-4.17:openshift4/container-networking-plugins-microshift-rhel9@sha256:44ab8531897438f9b25f0b6d90e5b224e3928a3f12f8b24dd18113d7bbb40ece_amd64",
            "9Base-RHOSE-4.17:openshift4/container-networking-plugins-microshift-rhel9@sha256:4c57864ec6554cf452d24947d6d1387f8c4e10a0b89508279b1bdc12a1a1f50e_ppc64le",
            "9Base-RHOSE-4.17:openshift4/container-networking-plugins-microshift-rhel9@sha256:6fee0ae68857abb3ac5357aeee9fda4cf8cfa60e061b6240d2cc266156092d07_arm64",
            "9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:8edadcbdbe43b80cea7a3076897e893c8e3d974c6cea165cd8ecb00e03d1ce78_amd64",
            "9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:b676dc0dbf6c39a7b3b68d3ef21cef981927255ba8ea45e9d1715396dcfe29ff_s390x",
            "9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:c9e05849c3438f54571b43555c775401f5a97abcf7d328c6b04387e8c1d0b312_ppc64le",
            "9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:ca540412965a47b91836a1137e49720be6ee3ebc2b7c54b67864beaea76c2e6b_arm64",
            "9Base-RHOSE-4.17:openshift4/egress-router-cni-rhel9@sha256:07d4ba54630d432f37576929be29cf02ef09a47bee91a63f58001f9cd4acfc92_arm64",
            "9Base-RHOSE-4.17:openshift4/egress-router-cni-rhel9@sha256:9d5ce7ba2746d808b7bda9c491ecbaa158917b2659546eb9be7752d14a79f845_amd64",
            "9Base-RHOSE-4.17:openshift4/egress-router-cni-rhel9@sha256:deecbd903551fa42eba84fbe2051794146cfc426cf6f151a2d8b0e26d99909b1_ppc64le",
            "9Base-RHOSE-4.17:openshift4/egress-router-cni-rhel9@sha256:e2acac628dad896c7b4ee0617847b6e5d8051b5cc0a0add05734b2f179afcb59_s390x",
            "9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:382bd4ab43e8572f129c0cccb7778c0c35e1648cc48d142fcc4f908cefb56a39_s390x",
            "9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:530a9dff7076b84825ddbb0fdc1320140ee5f01de559b2ad166032d58dad6dc2_ppc64le",
            "9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:6f7e5612f7cb6c85db355eeba15164a0445fa58857b857506cf65b873e4b8174_arm64",
            "9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:ca10f64ab5f5d9c5f2dfdb5241fed009ec9f37bfd7126ad790a07f9c1a418a3b_amd64",
            "9Base-RHOSE-4.17:openshift4/kube-metrics-server-rhel9@sha256:233be71aea1d6daf6162eb3a7f91c2f052b47e3ad1d8778e519761c678a32327_amd64",
            "9Base-RHOSE-4.17:openshift4/kube-metrics-server-rhel9@sha256:3e11ef3020927ede13dd28f57daa86b8cfd2d287e380296452bca4bd781391df_arm64",
            "9Base-RHOSE-4.17:openshift4/kube-metrics-server-rhel9@sha256:9792d7c9a9e5725b68fa3812d5907d4812b6cb23042af5392d7e6cbfdd3f8995_ppc64le",
            "9Base-RHOSE-4.17:openshift4/kube-metrics-server-rhel9@sha256:c816c9115e6a17674b2b913b73e5ebe5fc53fd20ee431f9f87c6035b4bca6c16_s390x",
            "9Base-RHOSE-4.17:openshift4/kubevirt-csi-driver-rhel9@sha256:7fdb186f15c46bfe20e5426701cac2c4ba45e78c414e71b1aac14f321092eb4a_ppc64le",
            "9Base-RHOSE-4.17:openshift4/kubevirt-csi-driver-rhel9@sha256:8243c2660c6782fffd9c8b692179a16eaa09f45fb6731183f24acad284116144_s390x",
            "9Base-RHOSE-4.17:openshift4/kubevirt-csi-driver-rhel9@sha256:a78f85edfee8f8f51f73e63c8c02162c421f0d63e2f8095ded84b78087a83aab_arm64",
            "9Base-RHOSE-4.17:openshift4/kubevirt-csi-driver-rhel9@sha256:bd9ecbdfe93e006b10eb976b6dc590889f48fa146c5da51431774543563fbb14_amd64",
            "9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:4b75b7fd029742eb75968481f181fd1f219b6b9fa0da0b48987cf988ca48d5f1_amd64",
            "9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:85649591fd162c55910b0be4049b894e0cc9027ab375ed3de4c322af8e271597_arm64",
            "9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:ac07972de391248c3b2fd918633f53d1e072e704cdd11573c2ae7ffc7e4ee9ee_ppc64le",
            "9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:cc9644a1464bef7e3e3e039f8046872f7ff86f866b031737e3af603715a030cc_s390x",
            "9Base-RHOSE-4.17:openshift4/oc-mirror-plugin-rhel9@sha256:50e9429282d07090b22b3f4f3770fd44307a488b8d080addf63159642e71bb51_s390x",
            "9Base-RHOSE-4.17:openshift4/oc-mirror-plugin-rhel9@sha256:68cd883ff4c2f5ea55b8df1e4be6f578bd107f6b9251e5d2d88711898dd8220a_arm64",
            "9Base-RHOSE-4.17:openshift4/oc-mirror-plugin-rhel9@sha256:765c139ed433c5cf47922c080355ad869b514dd33c2087bb0bab7e9e14315a3b_amd64",
            "9Base-RHOSE-4.17:openshift4/oc-mirror-plugin-rhel9@sha256:b08c31f2ce70a557a6815eda64402e5685cd9742ccf4b156daeca83c7f883ca8_ppc64le",
            "9Base-RHOSE-4.17:openshift4/openshift-route-controller-manager-rhel9@sha256:37180fdc0de1d570dbc77d0388de47f945146388c83ead17805d582a4d5d8dc9_amd64",
            "9Base-RHOSE-4.17:openshift4/openshift-route-controller-manager-rhel9@sha256:391bc1c93a3c513f2ff90990f5f45e1bc2c3665d9380a36a080b09b72b623acd_ppc64le",
            "9Base-RHOSE-4.17:openshift4/openshift-route-controller-manager-rhel9@sha256:5c17c1c6f7a366193f0bd579350781ce337a08e468f50af9be3534564ab9f8fe_s390x",
            "9Base-RHOSE-4.17:openshift4/openshift-route-controller-manager-rhel9@sha256:8c461aa1501918dff695fe715e498da95d00b63ff417f30964ee5a11ddca4685_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:b54f372cedcd1d0aa47a336839375374ae527a7095b9100e474bb0a3182100f0_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:c6d52c578fe8575c33353f690ce18be227007decf25f409e7111166ffb22b87d_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:dc6d3a0fa664a9974eeaed910db7255b7c252c2541fd7d49d41f714970bb9f9c_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:ef589ca8b456aa4c3bac06a3f73b1b371276e4a8372d2cabd64972d619e55252_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:46f1f67888e8393761a6f834332765f45eb96af42573e3ea5815a04659372e57_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:8e0f5e880cece6f08ef1c8c0108e302e8b89026ad1299463f5fd383aebdf2adb_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:a8ffbac5d2df3f79b70ee06da741de890f2eb013d26efa4d01a695d14b88883c_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f0161630366049823d995e254260ae71f5871463ae3797b0e12efd5ef30d6ecc_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:8c60c93b01376d15dd9692efac1820ea1790625181b1600a3b0114e418b64d46_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:9d62ae9810bb32ecc803a36e128fee78012ecc98434c1ef22f609435e3e2b157_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:adf9ed8489c4b9858e976658c04cc2ae8778267239997ed6d1b85902751d7da6_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:d852f1e4bdf0eb8e37eb0980914232de8cf6dfc3e159f0dcb1d13d909350c3e7_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:54c77ab47347e8a5cec0061504c591921f3bc87aacc8d8affa06cf7cc1436fd9_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:919b89991e74b6e5941eaa45219849db837271b11e699eda8f49d0bebbbf6459_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a4aabec1cbb1e2a6994b7629f97e53eb271e4f29070d7bc2118709efd9775722_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:d7cb7d816efb575eddc5da8409296b166722d17cea4b00e3d1395897f2c81755_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-utils-rhel9@sha256:087df13ba7456b25344b3903902d5b1ed4fb22771273d07fe7969ad0ee5326c6_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-utils-rhel9@sha256:10ed11db02965c7a335b84eb5b0972711b082cd6a51604ee7d41bf8c417395ab_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-utils-rhel9@sha256:2e3c12f80ae0f3a058a76083a166f0f52d2c488757bff1ba8e3c3dcb78d151e5_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-utils-rhel9@sha256:7973dc716b1eefa13a30c0393aae4f30d4f77ccb9306f5afeec29a1a97c9741d_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-apiserver-network-proxy-rhel9@sha256:1462a7d9268b1f123b16e52e0916f99762235a593f1a370bd9747278f0bef42e_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-apiserver-network-proxy-rhel9@sha256:7eb2f2ae05142aba55f32c5ed8ac3527ba1a37876fa05299c401b082d0794dcf_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-apiserver-network-proxy-rhel9@sha256:8474cc191853f6b174f8fa3b6cc3ddc5877461c4589d51106da26b740cb17a47_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-apiserver-network-proxy-rhel9@sha256:e88854ffd5222917d6056d2c4fa1f6c1b3000c1ff0884226e1181aed5af46b9c_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:57c421ec589d5bde9a9ae09a14dd401e6f4f7502383d9cc1d592c4cce6998920_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:f5171310e47ac2dd5c8e5ad6f722b919c1e3cc5d41fcf8ac0261dd5a823b5b2f_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:316dd5ec83d034a3c1b4e1bab82fed82ca290078faac2f77fcaefdc75271bae3_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3bd5065a32831547694a8bde30c4f86bc92d091b084769e078cde32e09adf5b0_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:00ab20409246fa280e7495354988d67449b225b31842bb87a12edee37929a354_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:963bff39697376d8f508f67b3f316d6876b990a07706a4bf715a827cc5488a52_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:2d10b0d8215610e706014b0d201ed462caee0d4d5d530c5c3727b9d6ea026a9d_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:69b1f43549736bf9d9e1a623f989a9f39b5ef94af2b569d9882390faabf9f48a_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:3c4159cb67ebf933de486744c889e47c38262a6fc4db744121fdb14986091692_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:435de6a901e14afd420d4bfbdf80146196d5035c72523f84cf9134660e058231_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:6be9ed8373be35cedfde4bca2f176c030f28acb48bc0f2645a57d30a2947f98c_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:f570c441261f111a11c675d9b162425dcc65a595c311a1e3d5dc23317e6ef4ef_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b76790914ea5fcf9364109e980d569aee9acb92af7ecc773dfa6bb88a6c554b5_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-azure-cloud-node-manager-rhel9@sha256:ed5ff08bfddf0d60939abf900a5af6c85d7010e8ec1b3e832f3e9c0eb610feec_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:9d0e8a429f7203b30f023f576e4be8204bd634d9415e70835be8324cbc6df689_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:dc21bf04fe634e62e83a5df806c81b014fd77f71ee574892334b84a66095b5f9_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:76f622961386df12c4602b90b3cfafdacf13f7fc19b36b46e30f868650420e60_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:f8f8cb4ccb17164473110d2852755b26438aa509a9897af600c964bc0df4fc5f_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-azure-disk-csi-driver-rhel9@sha256:88411c5fea9d080379418df9f140189954d82eba1d11390f5ae357e399262582_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-azure-disk-csi-driver-rhel9@sha256:dc7539c21b8c701f95335e5e5cef0c99102a5598c9319c41ea374c70e62a87a4_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:0587b9131fe7e79b3b757409ed385bf591841480c409af8f403e834470b3e94c_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:3dc6706d8f84756fe22e1f304151418fe8e8123cbcb79345d24eaa1960ac8eb6_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-azure-file-csi-driver-rhel9@sha256:3144fb4d63f0d246f99205b8b15c9a54a63f3a4fd8fa6c82e5407115ee62e633_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-azure-file-csi-driver-rhel9@sha256:3959dc623d65e2352382307e411589e9d01ce3d9f7a7a2659f02413d9256de05_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:2588b0d11292db6a255c0fed210052fd3811c9ff16621304ea8ff2f4b13616ad_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:f2c1eeb52e73690e1068e501005833c2f890bd8ac7d2624c5b7f68bfb0b3ab0a_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:18c081b7655b78e92106086320308698df10559225a21bf21c51519a683fc23f_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:9dcc1154c6d071cea0d2b4109bb44c77fec825cef494867434d5a1fcffce50a3_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:ab1f6cb18a21abc360cca29070866fc738cc7c93339531fbd86112f993b03664_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:e23557c87036ede1cf8a4e1ddd7551c9be23a47558f1eb5ee9f12bed7fd1e472_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:07455ca24a9669a7201e1269bf1f5c6626b3b2f06e5a949a039035b8c7b7568a_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:2db63af1587e7dfb644014902bf92f7676381cb61189862c1ba25de4a76a0f23_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:38dced4e21ba292b86c29d402916bbc6374d43789636ff593828a40f1ed11875_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:fc394498879660fe3628357568b57ea4420c0d5e38269b9d1c0919544ba16cb8_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:121f2f0e061989fa7e65ac7ba56288f13fe2386d6fa60da425fe24dc628df4c8_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:15ae7e0c9b0ba7f152071fbe8550253c2c377c48fb056ad611dbb4913ec8f569_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:718e160e36461f4b068deda1ebe34c36cfcad3cc4a361321dcf538d2a83aa1c5_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:b3c64d151b7106205a0103baf6d29edb616b1a3510c17a83c9f73d302622243a_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-rhel9-operator@sha256:0d1432ba417c225f4d569eee9d24b0dc5c496020eda07e2ad3e325151e50eb06_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-rhel9-operator@sha256:3751d445e6c9ab436fa0e62096bb69d18ed75aa2608c37ce9e93a17976fcf07c_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-rhel9-operator@sha256:b2d56f85fe4af7d84579299e985147d9c32ed3aea91ea0c2abaed1aa9e7dc2ee_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-rhel9-operator@sha256:f246d38d77068bcad29165f3fb0e60d8d84c193f6db82a3d6c1b40faf286decc_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-runtimecfg-rhel9@sha256:5ad475579d7fc5028a834016086045c0d3a8097b6837969ee4ed524e54ab7d6e_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-runtimecfg-rhel9@sha256:5dc33cf32076cb44c8507c1e8e04eab97b307aa0ef8ba86c53f45bdb97e85661_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9ecca5a8208321c2865fc584fae5411f81c2a6a939499fbef9a237a91ca643e9_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fe4f92033b01419427db757db1f4c693f62a1bda9dddcc66c7ad4625c2229253_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cli-artifacts-rhel9@sha256:14186b3754aff62f3a4de1c51eee5bf147c712323044d86970cebd7fdcdebdcd_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cli-artifacts-rhel9@sha256:3d4dcd1a45f409c3b698c03ffe24ce653f11b9945391c73acce7a75a1e7f976c_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cli-artifacts-rhel9@sha256:a23e3acf057c59f59694389595c58b6fe8faea4772c94e07e5889ad2c62dfd98_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cli-artifacts-rhel9@sha256:c9fd66a2f4c866495abc55ba28369fed76923012a371dccc479e63f0f661c306_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cli-rhel9@sha256:5b176c5b0b293b4a704820dbf0428bdab55cc18dea95a85af8bbf66d26c4fbb8_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cli-rhel9@sha256:5d30fefd37b24ac3ec56655c51a2b2f06383eb699f407da099f37d6fe8f5be33_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cli-rhel9@sha256:90bc09d692046a1d7cb8596495e865bb42c7523b1fd23975a6507d3cd8d62e40_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cli-rhel9@sha256:d62b882b5a48e78a1b48efb99f3892ece51c343df9e285c96e32af205d075058_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cloud-credential-rhel9-operator@sha256:86abbd9662b2b0f8f0dbe8fcf8d9bf0fe8bd810b0bcc6064dbd56c5cf37b8609_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cloud-credential-rhel9-operator@sha256:96cf02a8cac283d7fb1ef72496f60a4df821bea89e45c8237d3235ed797e1253_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cloud-credential-rhel9-operator@sha256:a1b1daf572797d217d5925277b56b4d1c83813492cf90774cbfdc2294f498b34_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cloud-credential-rhel9-operator@sha256:f62343c3535a6fda32806b43a098d55a7a7844941e93a3a5045a47c7b95440eb_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-api-rhel9@sha256:34f8869cd85d3c50ffb737883786ddaea37f7c3f222241ea6a34e429fde1a01b_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-api-rhel9@sha256:8034059d8013e4f34ee42fb9d2e0786e9866e3fea2a614c32005e5df8e14076d_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-api-rhel9@sha256:8e97befc7ea01fc179a3eaf66dbab974b6307c512cdd6d4d313caa3bf86eb98f_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-api-rhel9@sha256:f46dd8f62a70bb734ccd71229b09047f4625234774e321d556c0fbc5715b3c11_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-authentication-rhel9-operator@sha256:a259a1381b56abfda0f827ad6416b103f95f80d187b6ba869d31bf2c8c40fac3_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-authentication-rhel9-operator@sha256:ca4c4cf5e2ae3d5216576c6b154092fd77f93c978753fd4b7a76884850e46ba3_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-authentication-rhel9-operator@sha256:d3355aca2b5b35d64fac047b6fd98842a2baee536a79ea7615b4184c5a4e4744_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-authentication-rhel9-operator@sha256:efbd2e4c75f2eecda902b3143780e9bfdc5ba2b50f2ddfef5c2e0e753a3bb26a_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0ea9c22f0f63b3360d8e74a52026b3302cb7012b7ce6987111464e37bb5f4ff7_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:77099c8ff05288b7999fff6adf127e007ce39c7de9e1261d88574311e4c46ec5_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:85a24fe4edf8fbe51d0434bf2e65b149121c687a059a36bc4c48b592848befc8_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:cc7e0a422ed957b91479325b969f41302257a2958602f738c3ffc1b0835cc3f0_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-autoscaler-rhel9@sha256:73c6143ce45ba329a1d941a8b4cf13ad66f68c25f45f3163bafbf88ccad795c3_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-autoscaler-rhel9@sha256:adaebf9abc62813762600f7ebb480c57d186186f64a3246e62a50a7d84b016d5_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-autoscaler-rhel9@sha256:c1679d423da94f016d5631c5870fa0d7291190557a05b392070b10f84d25df7a_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-autoscaler-rhel9@sha256:e315d8104d63d0323f37112d8847fffe896a5399732874f1ace113ef168ec6f6_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2106245b2d297e8360a5c2693ac95996918051d40c84c8c6012193249e18c687_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-baremetal-operator-rhel9@sha256:4681e5cfb04379903645d21771218a1e27c61fd47d99f6a26f7d21011db42e65_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-baremetal-operator-rhel9@sha256:54d5809f10269dc52181866bf34f42618bd398e7a3f0bbee928c5515f5e290f4_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-baremetal-operator-rhel9@sha256:f039f4cf06258b1aa584b2b8d64994593a322dbc339fe6e8431ea0b8e67fbe28_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-bootstrap-rhel9@sha256:04ab6483541c8996ec5bf8e57bd3e90b5a4e9996b4b46da91a32dc5ef52f2520_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-bootstrap-rhel9@sha256:1f28e7920db92d5f1cdb04b95f51c8e457e5af97a7320ad98fc9d56f18c314e4_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-bootstrap-rhel9@sha256:5bd313301496ab3db1b3a6feeebe517a4927a172808dac07895e8fec30d91c2c_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-bootstrap-rhel9@sha256:ea94cd9619edf13a9d1dc5176ff40d6e57ee76a953d3d3bfb04e4541f2815ed5_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-capi-rhel9-operator@sha256:1ba56ff8308578c422be07fb6c3ff561ce7f664adc980e2976eedb4e2a619fa0_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-capi-rhel9-operator@sha256:43c7557823aa5e86db7e225dae23f2b46d4a8b1ba517a619f31a71512815ae17_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-capi-rhel9-operator@sha256:af7ec9ba0a62e9c86b3f40c8fafaed4c184b132afce4141ee7d51e2f6c88d2d5_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-capi-rhel9-operator@sha256:c8ecda9595878c72bc15d36ecf106ee8b2455f03278c978b784951c8f504f961_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:2d008923f980784e3a83c2e51b05834e81ddb38187e351bb3c2ed693bc24756c_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:7fc2305ea95e1586cb342202bb673466a0d81ad70e09ad98fcb2286314f901a6_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:980c46d6fe13ecfcfa85e4cf6871e4abbf13b7ce84b19d3ad64d89bcd937c015_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ae6cded8079fd98f313c8e7cf2125d4937d0dac82d09bde1ab60a5ff54f8f482_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-config-api-rhel9@sha256:832e662e1a673659c3839967d76529820f9ae03af645d2bf01ae711e90e4334b_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-config-api-rhel9@sha256:847d40fd677108f03e97a5a2590621a2a64a62d03aefab2cb98c2c89746c8784_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-config-api-rhel9@sha256:9f5786427bda3f2052dbde19284abaceeaa0a1728d1e55f710a189ec20895004_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-config-api-rhel9@sha256:d4a63e6e5789b47fb37ccbac3741110e1892c0f59f77eac89e58d9e00f5bceab_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-config-rhel9-operator@sha256:19f425ccedfb011f657416b344c2e443c3dc43dcfd2ce97db6058231fd2caea7_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-config-rhel9-operator@sha256:883a117396882ccf957ae86b7c9254daaa712e4475502dd05956e6e5f338a175_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-config-rhel9-operator@sha256:d8048fd42ae41e8eb61f9fb2f484ecd84212b858b419447e70d95b90f1562c42_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-config-rhel9-operator@sha256:fdb8fe0ae3c6951e1f09b4ae2920cd83224d124f35589c8753a2dc14c98dabb3_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:8a49993a5a30453a7c113578470d2736aa2db4b3cfcd6f858a3c4b0d8151d71c_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:96c63ebc2edef87f160d360f58a0e98b7ffd57e7fc6e187f6d46b12a7f4d608f_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:c429553d8c5a41d404e1468cd1359478ac5c69107be7a0db593418466d724b79_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:fad08ad6b358e9e4e983b2a17f2518a8b61ec6f14338b15f7c728360a0c4a4f9_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:38bbe69d4b7db72c4fa3715e9a76395d4666b02eea19a4a983d71e599f0638db_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:82d32c060baaa8a29a098bbbb03e5e14135135632823c5ea1da8aa6b8499c45f_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:891e253f46f7465dd382dc6bf1785035e1f8f7ef5b50a2b1b8bc56907fb0c383_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:df0f91634353ecd14cfd2138976e35d405b2fa2be24c1e89298a154a185a5392_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-dns-rhel9-operator@sha256:1bd8e1b9c76e9f6e22f4c7965da8aeeb68a40ae60f4cc083fefc47797b8f5786_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-dns-rhel9-operator@sha256:8f9014db2fc33af7c632de4b9c1d20777b7b015e93fde64af39b5c60bd8f52ba_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-dns-rhel9-operator@sha256:9397bf5c292ca4b3f7f0da97f94a7323de3669dfd9ae4473e8154354d5b8e42a_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-dns-rhel9-operator@sha256:db523bfdd4dad24cf9ccbda7281d1bd2ccaec01bd4b164b0dbeff2b7fb54b6fb_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-etcd-rhel9-operator@sha256:650b29293672c4f9eb788e2e4257716274f9faf4cd2e894a5f327a5bb98eac9a_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-etcd-rhel9-operator@sha256:6d38af3052357d2ffb0d4fe709604d0102aca8a19fd560f06e66a3a44d48470d_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-etcd-rhel9-operator@sha256:b1e42b13546e4b27b93bd642174dfab3799f3e95cb32ce58322886983e029722_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-etcd-rhel9-operator@sha256:f40468472b7d853b1f5034c2bb4cfecb6bf91c78e9963bdb350efa6172c34029_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-image-registry-rhel9-operator@sha256:95e2f230adee118098221df4dc09e41d62c8f0ed0ffaabdca2759d2297b87192_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-image-registry-rhel9-operator@sha256:a8c26892e945256d26c4ddb005ce71198a6e5c946c8b0bd404dc5a6d4965841c_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b3d66448f272e54b0e91499bf9203dd4ffb3cb98a0cd3f153d6aa504773b178b_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-image-registry-rhel9-operator@sha256:bcb4ca0eaa52bf9c584568b34bdc9d08253822dabe8a43fccbfe3601332ed8d8_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-ingress-rhel9-operator@sha256:394a4404caf1f548616e4b36ac2c4af05c046fc494692809c651013ef7d16257_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-ingress-rhel9-operator@sha256:4462e8912a672f95c567c1543d80ffe62f300f42baf746edd4b45886fa869d60_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-ingress-rhel9-operator@sha256:c987ba71f8168f0a523f2be6507e00fff6c262d4bfad59f4c87841330fa96dd9_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-ingress-rhel9-operator@sha256:e58cc3035d0ea33eb409b18a70e10511289449f3cfa643b52cc74857295e3f96_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0002fec33a68a9f3bb7ba5f7cd9062a35736b43dbaf42ba2cf91d4235bdeef9d_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0373744feb8a383f76a37c60e205b3504add80a0b05eb1849f90055d665a768b_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:421fa5577fb99449cb1bba71aa0c933bf7e3be12206df9994da55198635f629b_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:607f047b7f4756d3dcd4243183fb4a23c45798632de00526574f2d5d7f9fc2c3_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7ec5f60ed21701dc098e2cee33e0d59b8c5bcbd9969a26b8e8082aa2ba9c93ea_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:8dbc021731dacf75104e78f431c0a7ebaf80e31edf75fd54e0507f4af7724c91_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:d0a576b7d7277e40683ac4487217fe3684e42bc765d2a3ecba14e4b81e82c76a_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:eb97662076a8459ebccb9ee6a0958c77d1ab516b4375a9925b895af0a613f549_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:78bac198d882113612602d0a58dd516234a4b151d24e861bb69582983437b84b_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:7a5b6dfbe9d40e7b89bfcc8107e82e2515856177445a8d4831077e26f5ae2e1d_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:a2184bde2de353cf90eddabb81dd1c85ee5ceec3f6914af58db453ee2c13197f_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:cf9578fd32cfa0f36c0fa26a925965c0e616027300015812faf786b1a47fc209_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7bc83ab4f6cf5488864adb5b148e4ade887640d40fb68165b6149a8b8b6588ec_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7ca513675dbe0e79573c841589f823a39d7eada90e0a41a39ee94fa7348242bc_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:cbacae519379425f790d66b55eb12e524a5a965f2414393e52d03bb9418f1e3d_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f937dd453269edf5414e233cb9f2dd03ae3b5ab907695febdc29c7856a43e6cf_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:1671cebd1e789f751e58439d7d0fa55a3ac6bd44d6f58ddcb43e38d5b3429e53_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4e338be7fb25942b0acb0c8f635c64e2817495422c300b68979950d160d5b268_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:818f1d4ead362a2a9e72516b2b0326acc823989bc9b705615eaf4931d9fcc88f_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:dd12e5771a31f16c83c707ad28a9f4dde97ede79379e31880ce678e964d1c244_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-machine-approver-rhel9@sha256:1e1da424badcdd66eaad357f1fd26966f59c75b456ec6c894597427df561ccad_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-machine-approver-rhel9@sha256:c23b5724cfc6ad882caca9bad3da7c8b65a2c44b0955bfb34ceb0508fe74e89c_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-machine-approver-rhel9@sha256:e8a3c55da98df0e90f1a530faed4bcba073ba4799ad1d39cbfe8b2d5a8e17b16_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-machine-approver-rhel9@sha256:eb1cc3b42cf8fc4d031a921ecf465c41b0cab5e259baa5b685fa625ec1ab2397_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0123dbaeabb8ae42942d1b3f5a5c2eea452501d1bbbc7e069b881bf2bd5c3d24_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:bcb67b2b03ee49369c4d970c5e07322f85d2cf30bc50386e73313df1ad5b926e_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e60530a77777fa413558e66ff0339ae782a3badf9dcd491dc0c642edcb87d953_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:ee83d3ae20cf83282fa9127686405a7611b7ffb9211124e6688755e156b8cc31_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-network-rhel9-operator@sha256:64d5b8230e17e6c1e6b53c2cbe91ded4f9caead425dd579adbb2700923375c98_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-network-rhel9-operator@sha256:684ca7e6a6fb4fcac94e3194e794ea5498733e22f965549c00c92212c2a25efb_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-network-rhel9-operator@sha256:6defce2a88b37065fd7b8bd745d28e60599a08d3cb931872ea50b33cbb69b360_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-network-rhel9-operator@sha256:fa2d9bbad0f076283d9e110cc32fc4324d120a383ca6eeead1f286eabbda1c45_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:75664880e7db3f0ad3036642e0aceee61638c21568b5ac7ac7d150fc5f3df70f_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:78953203ce538feac3dc891a0021a076873b55d04b0a87ee223ad64f41beee6d_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9be60ee09a3ff9b58d8076b67ab28085130a5ae1f432183f1fe3f7859bf90393_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c776793921b6f3f74d7bd4c86d401789b70c552ae56d06cd3aa0897c8727e80e_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-olm-rhel9-operator@sha256:0ca3d57b8877810f82784753ba1bc8b67a764245e0530addc811cad61843f039_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-olm-rhel9-operator@sha256:9f0e7cfb0a992a098b0cd20531a46d46c702f6e2ad709f5969f8e4f69857d256_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-olm-rhel9-operator@sha256:d1534fff36a779d2fda9651a518f21e007d8abf447f21f0ee271da2862d26d2e_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-olm-rhel9-operator@sha256:de3e50c0f72a900eb72ba5b9db02d9d109470a4cdf798cdb5e84c0619d4eb420_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:64731eb24d4d1ee30ba2d704c56b7d03a2ffa69b79d71d4ae7a093b8a09629ea_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:8fee43ee0f40cbf79c410bef0184825bf63d4758129fc8612147c85147f7fcc9_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:9d108d09eb9a9c98cc7665a3dd68d93917bdb05b30f6269bb3a00c7218fac306_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:bf3891f2d6b69db4bfa60a1d5932d4111d7b56ba3922b7b02952eedce44eeb9f_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2f312119f1cfe71afa89bf2c74a4a57ad497275ff953313982a63153a39f2493_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:6560a03ef3b8e339edd4aaba5d50f1e04d62976661f60b03f2898471f11b0631_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:742780c3b6f27a3e7fea71ba1ca4d4e28db5bdfe9b69fad95cb0c31d3923c69f_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ce1110666a1f817a6897011ff27dc780b81cab9f366621120093e58f77860b93_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-policy-controller-rhel9@sha256:0d24d9508157347f020c6b99eefef619585dc37542b36f45ca62e10330e4deef_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-policy-controller-rhel9@sha256:44f392b5fe744c7abb52669e64b994c0a89dad4d21253e49ffa7acf51e069c8a_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-policy-controller-rhel9@sha256:6e67c8b7fa4d81a89121b84cad75a0a7d303d0177e28c730b903500c15b6f7c9_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-policy-controller-rhel9@sha256:81f8f28bcb4d1c52ad37c0fd5bb025333bd230793c3a2650f8ec8479d64d13d7_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-samples-rhel9-operator@sha256:1dc254b8b7bc5a5374f41f6f06d034332c9e6dcd8acabf2ee4547ba30d76b72f_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-samples-rhel9-operator@sha256:8635922fd673260318d32e128ffd11a2c7c24dd42d2a65bf4a0ce1fef12d72f9_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-samples-rhel9-operator@sha256:b853d72ed5fdc475ce4aaf6bb5b48a3899adcf0579912b0c95ec252597f691dc_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-samples-rhel9-operator@sha256:b9aee8ee21d594a677917b210a62a223ce19c451fe43bd0affac62844ba3bb32_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-storage-rhel9-operator@sha256:3c6c1a7f88fabd6c71d3ada18e7efa6ee19b0e33aa814bf1e23d6d88a3aa6b7a_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-storage-rhel9-operator@sha256:83cb02829b00376a4f31a5892b408a054cfe705906258a984f042b01486de3ea_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-storage-rhel9-operator@sha256:c7c6233c6564772233318c25089114fd322bbeaa9f30fa85e5347cd6c3f14138_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-storage-rhel9-operator@sha256:da828ef4148ca3ee8eba58052d95da9cf92ba6987418b262b7b3405095154936_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-update-keys-rhel9@sha256:4f8f6b9654e37cf6f03f984cfc5ff98945f4fa72903622f1fa770255d0073149_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-update-keys-rhel9@sha256:6e13528b4dac03e857d5032fcbda9cc9ee81bba1a30c9631202bbc7a2471549f_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-update-keys-rhel9@sha256:772397f5e6cf6068df029ec793486d9ae08d0af8098cae011a4ce986be675425_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-update-keys-rhel9@sha256:fd4eb5c5da651f5f8dba0302ec27e1bd8399ca7f0ed5bac8e120f7bc60d89ac4_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-version-rhel9-operator@sha256:4e3f81eaa31b6ea68fbb3b0ed098fc7adf0aeb77a5a739f8c91a147caaad797a_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-version-rhel9-operator@sha256:5b72eba1d1ce4bff619ec478da59a4d32535b73bb6f43bd2636510bbd078ec7c_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-version-rhel9-operator@sha256:9d3e0d922f3e069e90a5b16c08804baec619f0133ab9607e779222e6acf7553f_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-version-rhel9-operator@sha256:cdd431c76a10d0a679171a9e834274b053d4c710b26703e9732468c538e28cf8_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-configmap-reloader-rhel9@sha256:6f7d5e9aa75df873827538c22f4bc5f5132e0968847e12937c7f772d2bd56928_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-configmap-reloader-rhel9@sha256:9a41418fa0c3c5e3f0360b9c7459f186511389b5683ee3bff415f049ae84a241_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-configmap-reloader-rhel9@sha256:9c9c5a3e7e9909130823093870ac570b67be9bb5dd35906af266ef6391cd1354_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-configmap-reloader-rhel9@sha256:fd2176817bebe41db49f3820b80144e1473852f4af9a371da3e8e51c4bb62685_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-console-rhel9-operator@sha256:309c7a9912a0c3d0ea1ed4fc35b4af64d36c3078ff7d1af70eb0771424bedc92_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-console-rhel9-operator@sha256:a46f91522c131f3dc43a0f35973752bb7c27914f122f208e3e1837da09ff909f_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-console-rhel9-operator@sha256:a741ec0828daf891fdf795b37eb7b54c5301302e4b208c188b8e6203909f0014_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-console-rhel9-operator@sha256:e3766ec0bca555a1c3261be57935be76086aea1490cf3d6e9f31f1612b410dfc_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:3b2da6499a39f1c7049759b1a670aa514391bda3d550f15a8884e725c8423174_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:6384fa7d0a15b5a40733e010e8740a43667a2d6880d1b1e3501ed3dce31721a4_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:6c395b2f00617a611ed2710bb748f4cfce0e555b0202fdc94ca7520438130d43_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:77e03f315578b64e1bdef7855ff0ae44c544f648d5a384c61a37473f7ec50f05_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-container-networking-plugins-rhel9@sha256:0ff1c231ef4d4a632a089b0a95f8a8e498bd16d68a41200ffd3ad4bf32124d0f_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-container-networking-plugins-rhel9@sha256:19647286f9c75dd092be4de0edb723882af3961300a18c4aed6881bf259e6c70_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-container-networking-plugins-rhel9@sha256:6b204386282661b2efa3ff465eb279f3e06ef92646b58de9db32364d3c02f44b_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-container-networking-plugins-rhel9@sha256:993058708f0303421c0c767af97c102b07bc064cd7242acd3f5963dc6204f815_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-coredns-rhel9@sha256:560e9cc66aad1c9732c23b0d7cdb2c812a31c46efa456346b01e142b185d2194_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-coredns-rhel9@sha256:6128f645ee1e92adc4e14f61ac61ca4208cda56fc474012ab5a1fc081710365b_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-coredns-rhel9@sha256:8be1b918af3a97bea0f8aaddd1920fabdd64d23621ae73fb61a403c611515c3a_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-coredns-rhel9@sha256:ce4b36fd66c772da0bc5048c9d27b5e9c69fcab24e4fc07c80a4e92642fc714f_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-driver-manila-rhel9-operator@sha256:1a4d5f47f9f0bf1054fd192251f1c84f20acdd4a2f839e333091daf83c549584_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-driver-manila-rhel9-operator@sha256:e869a57727be73359e7159e2ca575f98976e4ebf444635098845f22f01352289_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-csi-driver-manila-rhel9@sha256:0c895394b3967e306bb26310f35b0aed33af1048bf1053a780df197734e6f8c4_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-csi-driver-manila-rhel9@sha256:10932d3dc0f6631f61c289eb0fd3bf26ec694d6b0e6540a8fa5422a6b6774701_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-driver-nfs-rhel9@sha256:470652ca1988e7b75fe22f5b211175ffeb91c8fd4a602c40f92f3b22e8567655_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-driver-nfs-rhel9@sha256:aded4df23d361836b6ef99a3bba41c187533883dc32134571a419f3894cd1123_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:477200d2e88cb3cc422914c4d9701b09002ebfb44de6dc6bc5017e468ab4b2d8_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:a0cf348c3da1f92df0e32ccfbc9c3b437fe6b2a6bff28496163ee6fcff98afe7_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:a4f6f56fadadfcc81a6330e56768eee3b0a1bb8519c5f5fe47fa9dbd4b73ef79_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:cdcd032de3bccab45d6c7cbb5d2ac3107eaff5b4b279d67f081a39ddc1320b49_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-rhel9@sha256:164136c218ab7c9da330f51a158bd519a8173671a28fc8691eba901183251104_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-rhel9@sha256:749ef641d5b6b47b6950988e3efc5cafc00495410f1ce16a276e2599a076d367_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-rhel9@sha256:968bc646d9e8d07213c3ff9bd48371e80db493c7dadb39e242741bb00b364677_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-rhel9@sha256:f8184d15a60064a6b6968ed728c5bb7538772851c11362746a5bfa8bb614243d_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:0129f8cfee2d3506adfca7939ce4cdedbdd25e6d3994ae8d82b9f2e460fccbc5_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:078604858b34951865a900411602271be1a964e8279596368d9cf968ffe35723_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:887ab068161de5a1ffb64a96515351bd02e81b0dc239c187f12128279b953ad8_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:c2585b68d7d40379ba124bee2fbfca64f1c3db925d3137b97f3df9c6afe9e300_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-external-attacher-rhel9@sha256:9a65583194250712313a1e893bd5e03a9345a16c4f5174e9c9e6e7d18413bc9a_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-external-attacher-rhel9@sha256:b216270c4e3760b33b62adbe672ced8483ba32462a744a46a863f485832c4f65_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-external-attacher-rhel9@sha256:ba7cb4455bb603eaf6b506782468741b5a71b31a0947bab69c809454ba19f260_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-csi-external-attacher-rhel9@sha256:edc3a924116b76036a932e0522660e2303c8ffaee5d292e4e8cbb9f73f79b02d_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-csi-external-provisioner-rhel9@sha256:128d4125e8ad9550aeaff50ca27806d2c4f4f17293259b64db2e9cf322ff2387_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-external-provisioner-rhel9@sha256:2ff82a187738a60c7494cf579b35e1d9a16cd0e57acd9e18474aa11aed6edd7a_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-csi-external-provisioner-rhel9@sha256:3ae17709e7c44b06b85543548ddfec54c8c1c04167ca10b8ab82e3cc4cf8a29b_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-external-provisioner-rhel9@sha256:5788c2e871884ff0e5edf019ae70cf1739b34170706ed731679afcd38d45202d_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-csi-external-resizer-rhel9@sha256:265f7809b2e2b916d3712bf17bc3c171576fde26307718ca6bfd944148bb2502_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-csi-external-resizer-rhel9@sha256:51baefa68bd37931c5fd611d1b7324383e58df4754eae607cf64b1b8c9fba22e_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-csi-external-resizer-rhel9@sha256:794b4636e1f44a3bfcc3dc2fe5155d217b31e568393fa53eabe420328c29f33f_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-external-resizer-rhel9@sha256:deaf59f4cfc7254ab8b35634ac18281cf88ff0ddc151d0498a21d6e91c30a4e3_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-external-snapshotter-rhel9@sha256:1866f88a278845d7aa851aebf6099ae6b77d98f9c244406c2aa2d61daf88bf72_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-csi-external-snapshotter-rhel9@sha256:2b9262b07076b315714007f91ca9a2de0a5333133c319b5542d9a5e89f5119ae_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-external-snapshotter-rhel9@sha256:cf848a2e0ca5bdcb850bef50193c8db40c18521c2e5d7f1b5658329a485f8d42_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-external-snapshotter-rhel9@sha256:ef64e56c3194bdb2bc3e0e129cc955beb1e6d6abb93ed45480dac1e26e631475_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-csi-livenessprobe-rhel9@sha256:150cf47c016ea3a318be89b0fb80b5f81a3ddc38aaaae9f4f9ab08478b054a85_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-livenessprobe-rhel9@sha256:19606dd645438a72af581210114459eeecfe1c96547de6e2a9a7a4a8d7b781c1_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-csi-livenessprobe-rhel9@sha256:22770984f3897afe484ddf93ad830d05af30ce0ca426c29dc33a448007fdf1ae_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-csi-livenessprobe-rhel9@sha256:a3a74359f9ff4bb3d9eae7d72ee3f3335a07f7a1d9bbbfd9c4231f2db81c6818_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-node-driver-registrar-rhel9@sha256:168d92be0933a07413608c50a787729080bc8c850c9efdec25f77bafdfaaae34_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-csi-node-driver-registrar-rhel9@sha256:6bf2240cfccf984fdc0a6f33318c681704a495d62527d2f7242934f098378221_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c7a86c7530e5818d8bbfdb1b2544010b327c6dcc99a39152788f5f28eb0ea049_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d79cac1d92dcc9140be58c63ed13cd6331c8f41474213064cd45963d69a94e17_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-snapshot-controller-rhel9@sha256:084151639be629d3a1f9f29ae20271dbe319319e2363d75f8c7c7ec7a8262002_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-csi-snapshot-controller-rhel9@sha256:2d6d427780eee15059d70088bbdb03f6774c93c4b7f84ec00eaf9b85c3f5b3ba_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-snapshot-controller-rhel9@sha256:5d1dd18616427bc717e49b781e6434ca616c31fc7daeb5596d1703f2d3379ef2_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-snapshot-controller-rhel9@sha256:9500323520cb1e4079304df57c722457720ace8518ef43c89149da40e0ff60dd_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:4ca3355941315a1db451ba8c6ce329c2f7d0286b3585196a30e1ed35ba1ee228_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:5e31e4d6f9eb5eb18dbf99b54a3a294e824fda2ad901333ecd33f9eacbac6d30_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:bfcb640d3847f3693b4118396ddf7a58d76ceb97016e037768244bc1175dfb1f_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:d590e08bb519eccf42d7891a3fef78bd2a265d5adcd9d27b7da3ef496407aae2_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-deployer-rhel9@sha256:0767aa82db6ab616d7b8b337760770406da4ce765fe088ed4299c3bd6ee31037_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-deployer-rhel9@sha256:6e319561328f39498c3705563a7a108cc9e0ba312c67729a5ca57c7b68ab7459_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-deployer-rhel9@sha256:a0afe3a4c032a1397872b707245f09fc3e63c233b0ee128fd3a4c695a20af9c4_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-deployer-rhel9@sha256:ebedb1bc3ad605141e4406cf3f2da63eca2671b89f8a596923690f30f4126e56_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:4378f58febb064fc36264f1b5862bb009aff4171b9ad6ae6c84fc9d3077ac70d_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:9d9662fee01dafbde830ab4ba397e5fa7eeccf90e2f8528fd57e748507a1b1e1_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:cd293b458d152b725a4ae09568f28410a791905b8f8e925900b38f33d3fd849e_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:fd0471855bbf69b72b75db2173aad473b9770f2e1403687bbf654c0bddb44c85_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-docker-registry-rhel9@sha256:132a674b5a051ed2ee41f940ea4f7984dbd7455de6510ef31b8fae7bedc45be6_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-docker-registry-rhel9@sha256:32d5e5690533a9d9ccf4ff8b02534675255a9625241245d434e43d4bb815119e_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-docker-registry-rhel9@sha256:78d4de7a4f72a623b01378e0798e2540b4123991b02d450c7b3391f186e32c36_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-docker-registry-rhel9@sha256:9182a503b30b8de69e862a128635bab7b44ff05df11a1ab4f96aef7525fbe0d2_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-etcd-rhel9@sha256:0ee443647f0fe63c9a05edcd5a644f7eca0eeb2be877aeeb7026c4db738d56a7_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-etcd-rhel9@sha256:ba18e1f81a20605c8efbbee41fe37e1d7ac4ff101a857e05e0f3d25aa82fa9df_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-etcd-rhel9@sha256:f17ddc78b5e4cc92834f4b3b000ab2fdb181c1f3f75dd9d185dc5d88d6691abd_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-etcd-rhel9@sha256:f27e4f6f37c47e139374be06c8772f09debff53a05bfab713359d918f33beb3c_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:170aba64101289aa8f9a8612888b1341e36e52394ba766dac7130d675816e2be_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:35098fdc72303c21755abaad4cc05553d6c969dc601d6a2ab91d7aabcadf923e_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:a62890163f9fbf8833e855caa292678a7468f9567433919464dc99a2ef7c8dbb_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:6433c81cd98c85abe6b1bbd8e74a776462ad78575cc6bde0664458ed685611ac_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:d1129dd095528238a3bb064376e70764388d986a0f47ccf7a92c88e517b54066_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:eeb9caacd52b52b2cc46ed0fa5f80606c7033d9cc8d7c63a5c199de6d107e9fa_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:3bf929bf48fec827cf4f54ff5fec04de0740b1f14a4e1da63ad580bb9245a103_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:d64a1c2fe51eaaa842bdb14a8bb317317ed1c22180d766e15fcfa5878cb5285c_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:f4b0795956ffb226a5869a9285d05b0ead36b7be32855026c1a2a5faf4307be6_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:73556902372fba78e19553065eaa89633c01c36b6cf10d6f51ad981777b6f9a1_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:ba5d03691cb09bc208c30c6c9ce746911468a4fb772dbef5520f723063bf2a94_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:bb6ad3ac3be2ec5530dde289e8535e01fd745332bb89a05d8b687a72d8b90361_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:1d5b94376d1ffe57828d9252b71372f132285a40b8487d9f931b9fdf6741cd83_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:3d72794fcd40b847e3fbaf3529231fe9149a6dede2a45dfe31fbd306df9b50b9_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4394b5921e342708156f43b45fe0cb780357d7a493c8c323fc403cf99bb0a7ad_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:49874280d3af31fa772ed481e63ea6d1a62bb579b9da0eb3bf772017a3330f4f_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-haproxy-router-rhel9@sha256:0afc3eaa1f9729a303472d3397ca19dd1b38b16d0cd721c12f4e23a3e04f087b_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-haproxy-router-rhel9@sha256:0b72b29c550a7e726d31a9814799bdb6ebf6ca071176262402619395ac8a3a65_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-haproxy-router-rhel9@sha256:1c122143be877d7d89163a4c9f3780eef8b8686057ad1889aa3102321e54a98c_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-haproxy-router-rhel9@sha256:9263b51ee05c760ccb67d397d0c8109a617bae089ad3973c180eb624bc13c91e_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-hyperkube-rhel9@sha256:6ff66bf6280231a5495000bf79ff4bb05b2f139ffc372d11d631cf60ee5de67c_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-hyperkube-rhel9@sha256:c32ff89d47b6e001bc02fdb86323cdc692d1abd679917cbea206b70e43d0d976_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-hyperkube-rhel9@sha256:ef51f6f787195be8745b3cd3b0b3dfe8a96ea48be2e3ccb97ed63cf1bbf58534_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-hyperkube-rhel9@sha256:f32ddf861dac3d41222d238768c5376702ea295840d70ebc69e9224f1c300446_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:02f10dfe13ccca892445607db62101ee47e86ef5fedff0b8dd6372856548ebe5_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:0677902a88154c33c82a5dfc1aec5325cd2938b08485299a17eb14ea0a4857d3_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:249df28d5775b19c96ae3f03d736f0ce8434d9e5969e3365be2b5e329faf85d6_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:2bce8039239d0bc061ec7f373d96bdb446ca5b68c45820a58663f124fba635fd_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:1384411d0b3794e280491e0b0e14252c5e4f9e43e58e6602b0442ab9a3fb2b0c_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:8fe95db9475ffb66b670339b266f3551c4682f214cd2c1cbd151a62e9f8a3b73_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:e9876a36c4810b4e68e1f6668d3324d8e71ba145f3d214007bc4486375d55be3_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:fa6ec143e3d12a3836c9148adb578b591987e8520cbec4283dcbb427991f14d0_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:528d6b3faebd79484a0be86e33a7d6ba922dceff5eb1585bb922c18bfd01ee70_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b4321d90c93b58108ec190d72b23966c09b2b6933a7b5d8322d10dd8831dcd6b_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:44c02359946a024e429303d031d1bc70ced6b300316c939d7290d17042b87618_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:8365ab32e19f655627b62adfdc05ceaf24cf10395876f4b3a545df57eea4abba_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:92db3a22fef2499c3d11a2666e72ece44d7df862458f06600d27fb9b6304f77c_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:3f77010faf0f6f6e7eabfcf24bf1328c6e70bbb32f843287639a523621a5f4ff_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:9f2805cd3f3ffb1daefa1a718703a568cba5536b12fe2848e3c87c2213a04ba5_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-image-customization-controller-rhel9@sha256:0f1b4c68ce6ab2167b1b6fcd0059a8531eff59b5cf49c23322828918a6ed6f27_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-image-customization-controller-rhel9@sha256:8bd8caf2fac84354a4407c48651d11d055c90e09f06ea57c1825d2be59ca18fc_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-insights-rhel9-operator@sha256:3b7ec1f0edd312034a7dec567af415f85f8be1828dc6a0dd2d11072315b77a41_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-insights-rhel9-operator@sha256:afcc280b069a744e3e67716ac685dd7c7f23c619cbc20e2c21237031580f649b_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-insights-rhel9-operator@sha256:c7e5d66df8aeeca3969c31c560fd759f77d60211f08b1f456391ee0fb333fc45_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-insights-rhel9-operator@sha256:f54220fde82b962663a86123a99a65e549fd68fd9a6153f6c67979567a6fbf58_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:17050d94832b400bf54598b748667e2e0035b30b8f996d7a25bdb61aef5960f9_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:bd5955616dc827b5552f5fbcdd1fdcb23e700a647de2ca4f3cf1f8a2eb105f1d_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:e26559b0ae61de908b9db0753babf47e2a3bc27c6637c7e945d153959fcb79ea_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:e32b6e836082e6d2a5d267283b2263d9811c3a62d420842689ab35fcc36b4a63_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:312bac6a070c763a493c566fbd1b6f05591f23949e4f37a157235f08f927c653_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:7529fae3aa40950d226ef1d8d2039d6795c518b2dbbec8e38818cfcc3efc9083_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:7a235516acc4c967b8fdda1868be132966714d19d6d90a5ce4b4cab661d819b3_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:9ee9cc91eb2ede268fbdd51bbfd2e211f34ccff61bd1c3b130bf25879c67b3a3_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:69e680e1a17c99220c8cdaf5a2e73f6e4e7d835f1193e62bf516df65e0d2fdff_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:872ec12780579fe14d90d7eec8190678ce56f4a5914917a7d6169c5cd767bc68_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:be7078e79fd3d22ef43c253aff1b72e7457128e639b780d5073a016991bf56af_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:df403029362bb02139eab00cdb01c35171431ce0e237c874e11e06aabca19311_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:b45a678f884a36a9c6014841f8ca1c70908bcb51dcc45d9f71749806c9fd8fba_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:d3b354ac0a8b37e7e8fa339011624d0e4d7403ffde520b5e911e3664e9659e34_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1726d045b526bd930e04ceaa125da6477f7a44b18c9b01f723ff3cc1320da9ba_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:f62c966edb47dcfaf82b4136ed867fd85bf04424f91e8a519f8f08a3989d98a0_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:02d3c6c0c7d3ba854e7a03e3cd3fb56f21a729136f95993224336d42f4597b96_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:49db69687f7245b778480b5796bc3956343ec1d4b58d705d3f08b3380ef93b6d_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:4c0cd346096da2ceafc8226fdf3f132320d42d8992dacc78abf9b4c194f92740_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:4e948d046ccc7a44e18c5b19fd107d560183aee3fb46ebee28bffddf850d3ec7_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-keepalived-ipfailover-rhel9@sha256:0a2b379d082cead1b190b32ffa9339bf88fb50a8ab5abaf12ca2bffccdfc75ee_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-keepalived-ipfailover-rhel9@sha256:127bf3d442da47383b1f2b8d452fd29cee71eb614b71ed7d2610063ae78e808b_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-keepalived-ipfailover-rhel9@sha256:966c3932cf9a5d03bf25141234d26c7628b71eda7439239a409da03953b206a7_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-keepalived-ipfailover-rhel9@sha256:dcb142b3a5afe0e7b7a51a1c94661855bd54776ca51575630bc43f02ba12c554_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-kube-proxy-rhel9@sha256:bcbabfca97e7433c9fa4ad479c8906644461c2a5aa75c8ff7a7644b13975ba98_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-kube-proxy-rhel9@sha256:cbafb2565fe2baf4d54fe0cc5ad883bbe0632a4736771f55dd55b9d3823a7716_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-kube-proxy-rhel9@sha256:d1654ad59633f2f3d6542a83c32ac0e1084cd148a735b46f4c674edca9fc98e0_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-kube-proxy-rhel9@sha256:fdc6e80a2293c526be173bea9362e2da73e0c0d988a767e6f160675db8590acb_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-kube-rbac-proxy-rhel9@sha256:093d38e21abf82992df96727b799f72a14e66986b02e08eb6af990f4091ccc6d_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-kube-rbac-proxy-rhel9@sha256:5c81ef8f24b561ba9b51c25e3ca50322eeb0544240f9f6db020542f5101f17ae_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-kube-rbac-proxy-rhel9@sha256:74af69d301e49c08c9c0fab6bf929b6443beddf21d578273fd332ec73d7b8a24_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-kube-rbac-proxy-rhel9@sha256:bd85227421b997806814438c33cc997fd70911c8ecf1d9e6e16e506dbcecf5bd_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-kube-state-metrics-rhel9@sha256:65321f83b5a14049a62c6d6895287f57501f5f77589cb8be2d6b366a145c021f_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-kube-state-metrics-rhel9@sha256:6c697bb3cd8bf8a743a0a948721c4c97284d62608ec5272bf97fa51d23f8ab14_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-kube-state-metrics-rhel9@sha256:bfd60907c9836d089067b19a287d3267fa9ab98e09420e6a4f0e1ffb51506d04_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-kube-state-metrics-rhel9@sha256:e26b6afc9938274f1777fc5eaf6c0a6b95fb5e9c7cdb51d0a778d548218293e3_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-kube-storage-version-migrator-rhel9@sha256:63059adfd5fb0042f492f3fdf938beb0de950f3c86fcef51fd595099e3638e51_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-kube-storage-version-migrator-rhel9@sha256:82ec54538247a36578095e91a73ea2f0f2948f1d53214fff29e424badd23a733_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b798ea0514d92809752909b9f0b4d38ea1a7309df58750c1c516034c8a58ce4e_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e85db4241123d01e874bed074f9a9a34ca6221176aaa2cb5bb4729adfbf0ce95_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:352ba91a72d19fa2b0006740b6e0e22b9824f73d3fad3ccf3cfdee0735525aab_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9292f19feeaa3bdae3094d0c0496baf8670d18286041f317ec82c552280a9b4a_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:b248b7e14b2f4a76b6fea232897ef6db0f43531e46d161af07f2e4bad05e707b_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e53a18e4371e50c1bf5089c2f6e3b0d0bdc70454f8289ba3e6411afb2ab49aec_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:002c9019af35f1f8aea55bea65c97a92ef1d19ea1baea00d17b79a264a3691d9_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6b95c1296fe5379d3dfaad98c17ac65bb818babe4057610eccf8461635ae8103_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:70a12a74322db347077f7758c485acb127ad33d021ae5aec5e912f94f8ffd8ca_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:fa4bd7d988c14418df8c332de4fea3b5ea57dc0727a461f68472925aa6eb9696_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-aws-rhel9@sha256:c6d0869274ce92a1eceb263b4e94e462fbcb8b599b09ce8acf9c00b61cf29226_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-aws-rhel9@sha256:d2dc62bb9ab60ef004894f78e80c143e8c7d027ff073a3c238dd88b14b3b80fd_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-azure-rhel9@sha256:74b7d7c58d260b1791d7d4f55a9fdcbb13542519151976de43dfb8bee67c9cac_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-azure-rhel9@sha256:d4764881a7a4f01e5b5ee2a24b13cd74fdfc5540ebbe84cdd0fa28fd64aba389_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:2e3b2b5c07bbba78849bf504c5a8a600239c151f7f21d6f1fe6c022003193a4b_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:526440e32f8eed14cf6ef61769baea675aba9c02e6cf5778e3bc8f92c7d306a8_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:968aebcf8a5dbabc3b12fd50db0f8a1bf4bfe399b390efd29b9534510d7643ca_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:1396e057385c7d8da1dc40c52033b1bbbedab984703de3e484cfea750652b224_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:373d9277d116b062a74e0610f98d512d8ffa5404afbfe116d2f8e549afd9251a_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:6fb5c3a4b83c250c783d6b88d7914f72e4972ca2a2e5852ef46a0f754b6f8eef_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f907f7e7f7659e968dd6ac35177c726004afe0b86b0dd9e9e78abc53da370a7a_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-machine-api-rhel9-operator@sha256:5e940d2b4901a79e7b4a2c5ca656d3d974b771d1950edbe441557522082e02de_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-machine-api-rhel9-operator@sha256:5f2486c25d18ae075485af13b8800df7b2bd1b251c73b1784ca1946569b83919_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-machine-api-rhel9-operator@sha256:9972c5496357187072347787379fe704b02d7aca9c62582982ff97e132f7361c_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-machine-api-rhel9-operator@sha256:ee87d774d6658bde289f8c9ab55154ade49dfddecb55ac1a577da883ada32aa2_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:2141576fcdb4d159aa417474a27457fb2087ad6235c4df0597083f3b1899ca45_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:483b65fb285f5d17f225c5da6513e12bc7b1a7b4a7040663cd07b565b0afa029_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:e3d3a68630da8789ec30cdf920bc64b478949e146e565c28faa4b6e60f149f8a_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:ef6cde961dbbb6fba059c3c45a80fb0e2da74f4c5cd52b42e73589ddf5b1e399_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:9614841db8310744628318b72f55c58b0486fa04758cf069921ebf602e689e9f_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:c26463b63a1336896c3b5966be5952b60e539691202cd81e7ae4e964817f2109_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:c6d8d116a62c6b8d1f6d298c580206b22de9054c2f6954f6bf480ff01c572dd8_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:e7d5c7d2133b60a140a95d371202e33e6bdcb24ff7ae55fe791f42f57534ee30_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:158251335ecb898e1d9dd072153925e15c27974ea5bac191d2b2238aa3e9d9ef_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:23b2c32bb23c66ed48ce220033f85c76ec6ebfe241ef912e7e5c2550b3252f08_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:cb9d387eca1b9defc9b9cf59e79e3afd9721f6e2768f6ca1b23e2d93c643fe88_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:f94b1ab4229c5fb8e2dfd07e5b04b58f6385f67454e7ecbed2d2aad02e91f07d_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-multus-admission-controller-rhel9@sha256:1234866d996a553670345d2177f491180651d53747d97ea0f5b7c05dad4ed0f0_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-multus-admission-controller-rhel9@sha256:4a2061a1ba2d018fcdd41b6722fb4e332b72983954ea5d0609b01785d2647e6f_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-multus-admission-controller-rhel9@sha256:878826b56658eac597d692338bc3e7d469568776c9d6f71c11b63bcd0932e01a_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-multus-admission-controller-rhel9@sha256:8e46edbaa4d4fc29dbc09d38898429d545a02822cc46a726fb5a61f4bd55dff8_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-multus-cni-microshift-rhel9@sha256:60064cac3df05c9a076ad9942bf3ffdf452f8ed8ade863153a7ea449234b1e4c_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-multus-cni-microshift-rhel9@sha256:9f905872cf72582e8ef6df209d1dfcbe23e56d894f39ce7c705bec68908951cf_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-multus-cni-microshift-rhel9@sha256:a5aa505bbf99f157b1817ed0981ff4037cac3e94ec3b80457f97b6e07935a1de_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-multus-cni-microshift-rhel9@sha256:a6aee61594a381b29e76718a05255a69ba1fc8d16b4836665499065cc00a6386_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-multus-cni-rhel9@sha256:06a30be1f56c0ba60fda631904e406def40a5294076d98f0946c1c7035785e1a_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-multus-cni-rhel9@sha256:0b7d0c694b170b254e7f998465826e0d51abb9da67f8d0a4d3c58af450550cc9_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-multus-cni-rhel9@sha256:331e9a2ee10ab14cd3cdf1016af92a1e3df1f25422900bf980604b0b6c6050e9_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-multus-cni-rhel9@sha256:b3886236c43c1935b1e67344d865ec6b6148b599cb6f94aaa827ff6889444faf_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-multus-networkpolicy-rhel9@sha256:93e501b312ea23b290e46c14787acecdb02636333f5388429b5400bc4599be9b_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-multus-networkpolicy-rhel9@sha256:953c2a800efd3ba87344b0c556c89132630dc378e1a96ff38f626a60ed4d5ce0_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-multus-networkpolicy-rhel9@sha256:a79bbb6df83654cdd8d925a070f6b7c9b62e85702b84330d31a1242507fd01ec_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-multus-networkpolicy-rhel9@sha256:f32767d8dbad803a847397b47ef35d48820e2ac8c5abb5d916fc3daab615f6ab_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-multus-route-override-cni-rhel9@sha256:2dc58f3bce109f2dab38f7940e7aab29a4418f5e0732c1e8f1e1ed217635ac19_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-multus-route-override-cni-rhel9@sha256:5784e4d821cc26ffffad6e6e3ed101fc2842ebc3d89b16eac041dde506c1ce01_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-multus-route-override-cni-rhel9@sha256:b32bee1e17a99bf6e865f3dffb4f80f9b681cc3c0f2a1505698f594f286a7396_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-multus-route-override-cni-rhel9@sha256:c0b91c4fdee11f1468e9c32f2f95feb08f49eada69835577eea2c04ede8c5725_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:14c20436996d9b4151cb77c811fa65929d70874bab1e3577c1ffc156b23514c2_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:2264796d3b4da7e3fc2961c55972859361750a1272f52112d6b50c069275b6f8_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a7a7b993fdbbf8fb1a67dde836a577c55ef589d899dd6b50bbb6ab4da03ead0c_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:eaeb6ea984b43075d1721104647c9e539ffefea462ad3ea3f3cae66551e301e2_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-must-gather-rhel9@sha256:60ec7816beae30bef25a0a50633d77cb669c472d4f1adb0356b547c13cdc2282_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-must-gather-rhel9@sha256:7e0061f5d8d3909d377e353592c99179627fbbd8e70d90f1aae44dc8f9f34b9c_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-must-gather-rhel9@sha256:c1268a511ca6052fcd0392301af7861d388fc2dd32977b13fc85780c0c9a22a2_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-must-gather-rhel9@sha256:de0f68e94d48d6fd1c6bf1cfed042a8f244e5392a0b6ad5c02cfab7b7a9ae3ab_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-network-interface-bond-cni-rhel9@sha256:66eb46a96bd308c39af00caad02b3dd77cc7d1dedfba70ead48c9390dc9ca9f9_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-network-interface-bond-cni-rhel9@sha256:685adc9ee76db7d09ce6c56ba14570c9e0848c517534c5661b52a702d05a1e3c_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-network-interface-bond-cni-rhel9@sha256:78d3bdd9d6ec154e80b1dfcd41e37ae695173e61a54fac6aa2ae9f9264253c75_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-network-interface-bond-cni-rhel9@sha256:c372276000e5ed2540990ca06299d060a49c646ad7a1f206ce5094c7b95536b4_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-network-metrics-daemon-rhel9@sha256:0e47e27fce44f690b6b358249a26dd334d40d77a934c289f5c6d700825339850_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-network-metrics-daemon-rhel9@sha256:1820093b89c42b11b76534feb6f686877931e45206f35ba4ab3540e209f95e6d_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-network-metrics-daemon-rhel9@sha256:afc2923e5780bffb27abc102eec63968374848078da5cd2fe12bdc8f0ec90251_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-network-metrics-daemon-rhel9@sha256:e805f9a0f7eb2039fd8040dcff142175c392381c992b69e8c5e3307249fd10cf_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:400c930aedf5e3964c9e5201b5932603b6b074ba6f6c31e3d432c066e06ecd77_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:7c0370de82ecd2cab8bf48ae7f1bf66a52d637e8b9aa6c0ceadc6a27b5e3507d_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:ee249765525cafc3c5b1c9751427e7fa19bcef17566d5ca273fcda348e3dcd50_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:f94e6168c2d658e1be23c8d9cad9a86d2f9e0d393c49304d310a500d61adbbae_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:065ce9ed541af2ee48a9c7d803865180f3c0431c2e96edfa1b09bab0bbbf40bf_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-nutanix-machine-controllers-rhel9@sha256:d8add7c0ed65ac5c6a053c21fe96fe8955b6541f9b05a47863974d18a7021ad4_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-oauth-apiserver-rhel9@sha256:08fbba8e85f6efc4f5d77d1bc9165fc30628f4a04383928110e5cb58e80f7e62_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-oauth-apiserver-rhel9@sha256:13a1c0ff1bf2b0a865a959c65166b00d53d402fecf984db6f2b9cd49ee7289fa_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-oauth-apiserver-rhel9@sha256:56a5d92f7a3a2f3ece3579a584f4234ff2c0d8ea4eb8e1d4f65cbf7d7a68a19c_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-oauth-apiserver-rhel9@sha256:8ecc5104c41faaecc96f97e1f3c4ddfe0047bec271a6bd41a72c4704a2b479c4_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-oauth-proxy-rhel9@sha256:1eaf29ebdb3d128ff2acc33bae9a33da915806cd20c8aa98afd8d1004eb17dba_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-oauth-proxy-rhel9@sha256:b934449f27cff8ea6cd6577e862bb07d3b20534cb644748fed921d922cdd5404_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-oauth-proxy-rhel9@sha256:ca6723f202239be0464ff827710c011468d6df243cfa873274f9d4c828d4d76d_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-oauth-proxy-rhel9@sha256:dc748b70f83c70facb499b0d5ce0fd691e827909240d89ce27c3d248175d07a5_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-oauth-server-rhel9@sha256:5510278d09ee523ece2d0ba6b24f07e522dd231d36d2eec2c190d1426e15913a_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-oauth-server-rhel9@sha256:8b2c530a19bbf51813e7ae9bcc187a49b9637d808a720401ad512756d1cf0d2a_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-oauth-server-rhel9@sha256:a033f65ebaddebea7d66135299e2fe0451f3b3c939ff26c77c3bcdb053c581dd_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-oauth-server-rhel9@sha256:b4fc4980e7caa15cc853da45981051aa3e1290e4ed9e6aa78cd0bb251796fd39_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-olm-catalogd-rhel9@sha256:25a5a4b4ada09c18b0172d6b55e99213b328b049a4e736ef33a46ee0da1dc950_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-olm-catalogd-rhel9@sha256:2b350e41bc865f8cf3d91ec774a1ef90efcb1dc695031d54cfcbcba445ec576b_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-olm-catalogd-rhel9@sha256:e9c3bf1b4cd8b50229b2d2cd74f6ab8ef8d300d6bcd577b3334d368621c96e5b_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-olm-catalogd-rhel9@sha256:f11007c8352baa9b195cbd9734103033c0946078b12ef02a624aa8574a455896_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-olm-operator-controller-rhel9@sha256:7947045fc7c78746b791cf45cc7086f35981ca1675813803e4d6b44e1217d4a5_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-olm-operator-controller-rhel9@sha256:9a95f890999546160ad4cf68e60c94bd02036392a981fdd3473bc4ce8acf5e63_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-olm-operator-controller-rhel9@sha256:a2ada640c8cf94921756f81c68762e3aaf7eeae865cca833be5fe14a868e9832_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-olm-operator-controller-rhel9@sha256:d3bfee26c52099ab31a0f7f78b53a6914dc1f33c613dfce0a4a83dd70ba6f04d_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-openshift-apiserver-rhel9@sha256:12ee719e29b1a159926fa67162dfff04668a0c786db83697a75fc8bf96c61e36_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-openshift-apiserver-rhel9@sha256:281810b86981603927513af4b9738db05df090e27cff61cb57f615a1b7da54a4_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-openshift-apiserver-rhel9@sha256:d7aa582cb99ceaaba2d9da65183a485fab11b0aec41d68b5964510f35167b3e6_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-openshift-apiserver-rhel9@sha256:dd1be867b630db99ef81dae76668387115f04a9f0c61364f0a6e216d0a28cb05_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-openshift-controller-manager-rhel9@sha256:92b40e2865e79b6c9178e6e94523b9d09149441f5a72276b25951404526e7ae3_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-openshift-controller-manager-rhel9@sha256:9825100ccb4a060d9f37d554a8f9d79dfc8427785eda77610c60ad0feb74c666_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-openshift-controller-manager-rhel9@sha256:d121f0c03960db28af368e4b864efb220c1be28bfb5f9735813302efd045f4ac_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-openshift-controller-manager-rhel9@sha256:fbba55058981a9c57d0b273bc8b56b66e164c7fae1bf59d74aaf6ea3656ac59e_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-openshift-state-metrics-rhel9@sha256:539c14445c4b7acb91b414f802d93be4cebc24d060b52e06017338fe9075d9b3_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-openshift-state-metrics-rhel9@sha256:62724925ca3ab5c18ebd7692e89e41ecf7e0d33176850f67eeae9692a6927cb5_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-openshift-state-metrics-rhel9@sha256:8c6bd11088ca925f8faf61dff5bb6655522a8ff6939c146a4126ed5f0690914c_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-openshift-state-metrics-rhel9@sha256:d6a2b5b710ebfc04b22860c62daf56aa7ff85d89a26a8235f95d72346d4e2db6_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:1919474880b196d1905b8dff9587c006b6f273124d02e97f40e2d4ea8d050777_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:213222f7adf001b898109567c42c82d6d9325ee707615caa1ac0fc15fae574f0_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:30ef542720dd4425d7f7fae10dcebe2d5fe6d25105d34261fe754f4cab4a64b6_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ec415bdf74f9ce65c23af9e06d591ba78d696f32a7cf249c71804a87895f96ec_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:ba40d8da235fde8e89b6115a1d5f41568fafb4eeddcc38f107e493fef2ea38ae_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:bea0b14e279d2c307eb6fdb8dcafa114d9b281ab267c14f7b6151c5b838f80cc_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:bed0e7813bdf23482a2c4f14c09a73c84ba62027947ec8e9c57ccd2eccc2c1b9_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c7cab534f6196d76cc1e31b17bde3bf5c3986fcffe7a1c026013012c7ab68c81_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:47d6f6652a0e3d399c9b26a4954fd3478326c49825863698cf3140c2c3ab9bf9_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:576677c2baf50fd096f762daa156970e982279275b34814ef52e4be4b511f5ba_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:6e6be32bd4a1e3739d0e0f1da3674cd6f74ec5255865dc832d91d41f47283718_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ff4bf6e903a1af1f494f5e0f43ed6718bcb55557fe9135d0750362bf0e8e6b58_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:1ef9d43e45303b56e96f1fd2b5d63cb185ad3373fe516730a5b0b98b6947395d_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:5f7747f4d324cf90dc48d2bc20d76c2625fd2dcaa3d6478898dcc55d1f8984ad_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:8d30cc94f2e8512406aba31083e31e155c9f568838343e56864579dece7bff31_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:ba3ced5cd94c0bcc2a3295ce47dc28a60078d7db8c4edf2bc8d6f5b12d573879_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-operator-framework-tools-rhel9@sha256:5abbe0d3aa1d5dd9296e795465ddd5a117c466606481a418b2846c435ffeffad_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-operator-framework-tools-rhel9@sha256:9c53f361a67e96e64b5cb912c0af0a1b3e18cb3bd428084d5cb1e8f6860855c8_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-operator-framework-tools-rhel9@sha256:c187541b8c1b8a589645a608ed79b43f9e6911116faee1c50ca8a0a30a4d3738_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-operator-framework-tools-rhel9@sha256:feabd407ff0094dd9102e3c78cf94852ab6e700fe7f906fdd32d6a211232b16e_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:01b59bfe4a9c7489011c71dd8a35ae2ef81f81c4a23dbb2117b6126964f1da2b_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0783189d5b07855bce1a32115fae430958ccaa7951bb6405eded7e3aa572ee17_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d7dbfed38bbc7511c43814e7d06a7c120b4a62adf724461c76154a37cd37796a_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f7e781c6a21c4b8fa25630d174362d62d69dda2911dd033f7729923b26ecb483_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-operator-marketplace-rhel9@sha256:072e15ae931425b07953efa32a39b4312805dd12889af0f731c9b04238a21c11_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-operator-marketplace-rhel9@sha256:2d413b3ece4cbb46f6a682333ed06a22857271e211acc6f704059eb20bfe01d9_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-operator-marketplace-rhel9@sha256:7c57bddae38c037d1848a509ba7c4e5831632581439f90865422151a90c7ade5_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-operator-marketplace-rhel9@sha256:bd541bcc12678de1a652a602a29623a9dbb8640cd4b88ed2e458d352d0b0039a_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-operator-registry-rhel9@sha256:12875248fd37b9d1fa4afd238ce78aa147fd2d0dd9708436fc01ac28243c425b_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-operator-registry-rhel9@sha256:3aae32132cb3da00d75d456bb422fb71a45091672a0673bddd75b823cdb01242_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-operator-registry-rhel9@sha256:43d4206cbd9d2a25d53077443478f65e85cbba2f9d1fbc765446de1929437bff_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-operator-registry-rhel9@sha256:894819babdbe3e6a04f63d8a6ec52bfd0ed1503c25ebbb6241535e5f5fa90b36_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:43f19aac756eb00b63d12521f353df83d79086751715e23f2c773880f85221ea_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:48a8ad863bc40447db23818df0da3b6c765011ba81eacf4b7116026a06358bf9_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d42d85915e158a7ba41ab7c855ebbff6a5e6594bbe9e002190b5966507552c2c_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e96efaf0fcff6a640c9a5d66922694ef5e30d2d6bc3b2edf1a4900e283174a1c_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:2bade31f6bbac52b4916f47431126c735efb2f98db4a69a5d6839ae731803dc1_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:704105b2136fe017ee9402ccf0109e295b2e73462311470fd97aaeb4768b01f8_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:7a6d7d84e63cdab1cf92a6d022168a620a22f5e8ae898f7b972871bf76287886_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:8f896cdb945435f3f03a813b857d4cb1ffe1f0d6015ce9b776954a0f0cc9558f_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-pod-rhel9@sha256:347e4a105a4f2589980d2e9fae9f57a5ce86bee3c96819d397f219a82f64e3b8_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-pod-rhel9@sha256:d55bc674b70cafddc0cfb861bf0cdc64415cd01d4d42d71bae31f5a909cf27ee_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-pod-rhel9@sha256:eac0005dbc866e009c245646876cdcd01ec5fd0abda2145c3cd506f1fbef139e_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-pod-rhel9@sha256:ec5c3c9ec4adbb7f15dd2c1ad7f8482a634d4d6db2379c15341b772ee1cb7e15_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:07248406477642eccb6adecec3aec409bae0e04598a7252e771dfa87368e4c91_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:9fdf5e3812eef56895b938f68f8d148c2888158d01fcd817ef8292deff66fc34_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-powervs-block-csi-driver-rhel9@sha256:0e89e02535502b0390ca0c4ab8162b78c68af02974955d735536a1872b48c189_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-powervs-block-csi-driver-rhel9@sha256:d08894b4f991791b4f1a1603c215538b1b6ebed430e07533287abf86baa2c3cd_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:1fee47031672c49bcfa735489ab08fd4be10995234ecc97e7b51733d4170df96_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:5ce97b705cd6ea00a6d5517f13e468c0b2bbe902d425ec3048d90d7dbdc7bedf_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-powervs-machine-controllers-rhel9@sha256:548abf5b9f1cb92a916d8c6beb588f81ebc40d33412e7383d3a1bfc602ed38b2_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-powervs-machine-controllers-rhel9@sha256:7f96b42095d100141a2bbd7ac8cad14562cac3c186b26d00d0fc81880b093f07_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-prom-label-proxy-rhel9@sha256:209f1a13d11f995c49b36e2db96d61470e6742824619b6957a4b7390b1d5dc52_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-prom-label-proxy-rhel9@sha256:222f568c31ab36aa4a0684274584e66aee149db5be50eb79691c7636fbc8aff3_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-prom-label-proxy-rhel9@sha256:db3b3649eec224de4af5c5223bf4928f8e302c5f54ec9d501ce8bb71c3c627a3_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-prom-label-proxy-rhel9@sha256:dff520a6cfdb27ad2ce31301aa3d74275ea7e13fc39749c77118c4fa74255604_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-alertmanager-rhel9@sha256:1eb0d7754525580a289e18bd58efa44b769c9f8f3e1c362381756daa615fc6ed_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-alertmanager-rhel9@sha256:30cc60b9273b07c493b3156ef278830bffeb109dba7c7c0517e0347ccd480631_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-alertmanager-rhel9@sha256:693a75146dc6f1436bc4998d59185e379a695b57c7e9d20945e84589fb142d6d_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-alertmanager-rhel9@sha256:bb6af93d177a604520ef035bfe3617985f7a217784d20a4cd180dddae75e6949_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-config-reloader-rhel9@sha256:079aabce1be013d247160482720526bc7070b857c9bdc3311e16ec4b7946bb90_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-config-reloader-rhel9@sha256:366ea0de608f0dc4890208515d89a6c01a56aaa32d54ba04dfc1cebcd0aa1940_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-config-reloader-rhel9@sha256:41b569ce3bab77e814d2f2dbe5252a55b22cca84ac1d0fac985d3ebbfdbacba0_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-config-reloader-rhel9@sha256:a8739133a6616a7a34ef4cbd7eeb731b3839d4e5ac4d5f2ef52894b493b0503e_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-node-exporter-rhel9@sha256:066cc860301397a054a7418b105c25230a2180e557d7b093b8234e375ef7338d_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-node-exporter-rhel9@sha256:0fe50ce4c7264d9ec532e587c9846b0070b22522066816679f08a5a07111942c_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-node-exporter-rhel9@sha256:8292247806e2520a54b4170aa69da7f20b93b2420df976dbd2f5e92735100c2a_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-node-exporter-rhel9@sha256:ba960fd338ec7abcc2a936137587076f80ec113a081be8d1df91fec8d3ce09df_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:487f00e5cc33440966f68b490b6ba8d0da0462f2bb5f94455807bf9a30ddc368_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b064cb6d4991fa87e75776f37bb8602d006e296d213f5bbd6b47c6de2903f152_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b39a4b9a4f8a91b7976f2ce02303b05b38a583291a4ebfba1b08d999fc108d90_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:cb10c1fbc87bfe3fd48c9c7834bb44be8e808d9ad10ef42c6483681fac9a8524_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-rhel9-operator@sha256:3b0a31d3ac49250fb165866dd1ea03ea7914692a09d7bc6514e516e1cdd5639d_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-rhel9-operator@sha256:717067cfb00313dad5317b564008a9b245649d001736074009045a7fbb3d1cb9_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-rhel9-operator@sha256:c0d1e70914880e19b13f1c899623c78b880777ffd0d54f813a8c78f2f172a4d2_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-rhel9-operator@sha256:ca2cae619e6e83733a803335a113e09ac6bb9c1c235ed0c1ab05fd7e8441f5b2_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-rhel9@sha256:033caa3d2b728c32e63c7de347646938d304ac0ff2c490aa35d7e85e63236cc3_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-rhel9@sha256:2cd0c0d30cdd42e4b78859bfdc5bb5dc500691e69efad403f6cbbea854564df6_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-rhel9@sha256:3eba98811dbd189733d9e1ea7ac94c175b90b5e35d5f58c27aaa313caeaf3b35_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-rhel9@sha256:409cb025e1929cca3e65ff7ea79efc7f16b546fabcc93ebc0b7c98219cc4d7a7_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-service-ca-rhel9-operator@sha256:0a3d510a717ae3bf99d94b4987185b70445998ecb26e91b5136e547a8d457cb4_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-service-ca-rhel9-operator@sha256:3b1680ab1e489cd414065f3d52149fb34147fef2888f4da3633c30936690dcb2_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-service-ca-rhel9-operator@sha256:9dbbf7be716430d0be120617233a7de552e4937248315de9f6c6f794100db3c1_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-service-ca-rhel9-operator@sha256:ba873fccc64591a61d5a0f0d16ebcbc040532e8e16309b183395beba4e8f94ef_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-telemeter-rhel9@sha256:03554a4e07a0aa9debd4b2c5e31ba7a2abd48864f6e21ed8edd758e397ecb9e3_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-telemeter-rhel9@sha256:53b2672ec495dc7dfe61774d5ae111c18e2444c2e9a97a9a5588f5ff659cd048_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-telemeter-rhel9@sha256:93a0c6f59c4f920371c1210668bc5c0a9d6fca17dfe978d8427f772464e16af4_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-telemeter-rhel9@sha256:b68407ef2bf389d6ee95a12b49b6d5e3a338ca0b02c0c4c3455ef7e4c4cce81a_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:6c29ecd0e1de7ddd55fe5429a3fc772022ec55dcb09d163fe37e732b611e19d1_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:91bdfd2dfa408a28a625c9697731b50eb4afed0ea2bf5f6e83e4a2b9bf42fc49_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:a7c46f07c35d038170ce529369d58b7c848973e9b1e0c52cd50a687a758e85c8_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:e447e1d980df7586105ca637b17bdad12b3f3884a6cd26c8a8b0482e02648c46_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-thanos-rhel9@sha256:171a666373eefa0b34cc77d1c1e1361020055746c641f81bdf55581304ef1a45_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-thanos-rhel9@sha256:2260556b4aa73441c868313ad67b4ec14af256a81f2c94dd174a60c322f65879_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-thanos-rhel9@sha256:29258f468994c2e7a6249595ca4b75fd72c6009644f8e772f5510bd461758d3f_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-thanos-rhel9@sha256:c6b2c72b0a23b3b2b1030add377d6709ed1f625041251a1338c2b083df4c7fe0_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:4f4daeba93df4d66ce29574a0faa199ee1cc73bc5b8a63b38de55c7a2ec43bc8_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:eb1e91426bc4518afcb871220972ff5f7d8494c56c3e59f8f534ffc96971c409_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:fb4f18eee9c9aa4131ab06485a4c0444f0cb02ab11c6dca878f63f0392bf6b62_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:fdc3dc067ac445612299bf56e1b10c6b5a4e6f50daed1017454a5390d9e15632_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:8e5aad7733bffaf858ab1d1030a1c37d9516d40e083be5db9ad7d4dd53a118bf_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:19295e454699d1dd59b159aef11ca3d4d410f051d5344dd1b0aff527fc3088dd_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:4dec733ed9c56865b1cc97f2f82ecf81ce6c7949cee3b6a1599075e54f893d67_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:8f5f4a8c8d9b31039b46e2297ba597600522fefd00eb2472c4f7a64739136723_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:8e5aad7733bffaf858ab1d1030a1c37d9516d40e083be5db9ad7d4dd53a118bf_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-vsphere-csi-driver-rhel9@sha256:19295e454699d1dd59b159aef11ca3d4d410f051d5344dd1b0aff527fc3088dd_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:768cb3d11c268969e4eb1759e8d67394501e51380d2e498e3d3b06ddb98d6a29_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-vsphere-problem-detector-rhel9@sha256:8f0fc81d0fa8ab13f02d4aa1827cf2e48b4de3d7b8f46b612fe1483f8e34f559_amd64",
            "9Base-RHOSE-4.17:openshift4/ovirt-csi-driver-rhel9-operator@sha256:1d55ee07b1be3dbd3b9a2e46aa5b8eeceb055c531c49362ace9423327fbf57bc_amd64",
            "9Base-RHOSE-4.17:openshift4/ovirt-csi-driver-rhel9-operator@sha256:46a72226eb46b3833644353955ba0b6dbaedc829818cedfd0e00463018738efe_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ovirt-csi-driver-rhel9-operator@sha256:ae24fbeac9717b5f51df6f71cdbdb57046f82fdaa1e6daa98225d729fb8504d1_s390x",
            "9Base-RHOSE-4.17:openshift4/ovirt-csi-driver-rhel9-operator@sha256:f8431594e8420b0ddef024e846c2ae70569770750f3217dbe3704b58bc02ef20_arm64",
            "9Base-RHOSE-4.17:openshift4/ovirt-csi-driver-rhel9@sha256:0c5c2dc265383ca172155921b1984557dc71532d880ee3f105d86b736d46f48d_amd64",
            "9Base-RHOSE-4.17:openshift4/ovirt-csi-driver-rhel9@sha256:200522c7bae23bc7fddbf7174163851a139efe452660482d14e26d31ee11d330_s390x",
            "9Base-RHOSE-4.17:openshift4/ovirt-csi-driver-rhel9@sha256:9d2e0a9926f48be33d889cb59a93c167ed943c3a035eeafab86cd670accc66bd_arm64",
            "9Base-RHOSE-4.17:openshift4/ovirt-csi-driver-rhel9@sha256:a05a16ce31d453bb37fbedcbf8e05e5f6dbf929f5626fd00ff2403bf8510073f_ppc64le",
            "9Base-RHOSE-4.17:redhat/redhat-operator-index@sha256:12875248fd37b9d1fa4afd238ce78aa147fd2d0dd9708436fc01ac28243c425b_ppc64le",
            "9Base-RHOSE-4.17:redhat/redhat-operator-index@sha256:3aae32132cb3da00d75d456bb422fb71a45091672a0673bddd75b823cdb01242_arm64",
            "9Base-RHOSE-4.17:redhat/redhat-operator-index@sha256:43d4206cbd9d2a25d53077443478f65e85cbba2f9d1fbc765446de1929437bff_amd64",
            "9Base-RHOSE-4.17:redhat/redhat-operator-index@sha256:894819babdbe3e6a04f63d8a6ec52bfd0ed1503c25ebbb6241535e5f5fa90b36_s390x"
          ]
        }
      ],
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2352483"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in libxslt numbers.c. This vulnerability allows a use-after-free, potentially leading to memory corruption or code execution via nested XPath evaluations where an XPath context node can be modified but not restored.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "libxslt: Use-After-Free in libxslt numbers.c",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "The use-after-free vulnerability in libxslt marked as a high severity rather than moderate due to its potential impact on system integrity and availability. This flaw arises during nested XPath evaluations where the context node can be modified without proper restoration, leading to use-after-free conditions. Exploitation of this vulnerability allows an attacker to execute arbitrary code, potentially causing significant disruptions or unauthorized actions within the affected system.",
          "title": "Statement"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "9Base-RHOSE-4.17:rhcos@sha256:975f83f748ff4cebae040caa4df88b771d32e1f301204a736ec414b4f3234e99_aarch64",
          "9Base-RHOSE-4.17:rhcos@sha256:975f83f748ff4cebae040caa4df88b771d32e1f301204a736ec414b4f3234e99_ppc64le",
          "9Base-RHOSE-4.17:rhcos@sha256:975f83f748ff4cebae040caa4df88b771d32e1f301204a736ec414b4f3234e99_s390x",
          "9Base-RHOSE-4.17:rhcos@sha256:975f83f748ff4cebae040caa4df88b771d32e1f301204a736ec414b4f3234e99_x86_64"
        ],
        "known_not_affected": [
          "9Base-RHOSE-4.17:openshift4/aws-kms-encryption-provider-rhel9@sha256:03c4ffb6e1ca068624a9bcaa5ca21f0b67fc60508f382ae95521c6a03ae8afb4_arm64",
          "9Base-RHOSE-4.17:openshift4/aws-kms-encryption-provider-rhel9@sha256:9ba0c5d8195237e7cc9e37ae735a7841a3fcab2fe12e6ef106da61a6e09db0cf_ppc64le",
          "9Base-RHOSE-4.17:openshift4/aws-kms-encryption-provider-rhel9@sha256:d94dc7200bafdfb39d5d7ce555b36d59d17a0add1091babd769f33dfdb854cda_s390x",
          "9Base-RHOSE-4.17:openshift4/aws-kms-encryption-provider-rhel9@sha256:e97e40543c09b130e3d36eeb5800d9d4ee989f5b16314f33534b32a2b11b39b6_amd64",
          "9Base-RHOSE-4.17:openshift4/azure-kms-encryption-provider-rhel9@sha256:08021be0c69cec642238d8c152f39957660651ec5714d7ed17f2f27c31e3db6b_amd64",
          "9Base-RHOSE-4.17:openshift4/azure-kms-encryption-provider-rhel9@sha256:a8c81f1ea15f8625cee9ad826d2263d09c17b6fe7b2941579f8914ab6ead1689_s390x",
          "9Base-RHOSE-4.17:openshift4/azure-kms-encryption-provider-rhel9@sha256:a9fa50ec982340d9e61f130c74457bf6809d843c13a266d140617f17ac1bec0d_ppc64le",
          "9Base-RHOSE-4.17:openshift4/azure-kms-encryption-provider-rhel9@sha256:cc38a9ba49ae414e03acd79e4d3b97977fe53872870612073fa569f6ab702939_arm64",
          "9Base-RHOSE-4.17:openshift4/cloud-network-config-controller-rhel9@sha256:2a6eb863736abf5c2d7a3f7c2f324e71e25a7dd9a0d5219bd9666c136e0fa863_ppc64le",
          "9Base-RHOSE-4.17:openshift4/cloud-network-config-controller-rhel9@sha256:5153ada0a44b00eabb71606b7144de94c4d5de7eb27dc54cbc9b729bd2a5093b_s390x",
          "9Base-RHOSE-4.17:openshift4/cloud-network-config-controller-rhel9@sha256:698211795dbabe068f87d21f624e09d28742483015be770b1cdb5c6138283b69_amd64",
          "9Base-RHOSE-4.17:openshift4/cloud-network-config-controller-rhel9@sha256:b5ed6c1824fa24f8dbed30ccc81428285823d97e15496c43c433db55985fd9c2_arm64",
          "9Base-RHOSE-4.17:openshift4/container-networking-plugins-microshift-rhel9@sha256:3bb7db321e0bcbb3dadc7a1c9f350e69657249f4823e46184c7001f17aac7d1d_s390x",
          "9Base-RHOSE-4.17:openshift4/container-networking-plugins-microshift-rhel9@sha256:44ab8531897438f9b25f0b6d90e5b224e3928a3f12f8b24dd18113d7bbb40ece_amd64",
          "9Base-RHOSE-4.17:openshift4/container-networking-plugins-microshift-rhel9@sha256:4c57864ec6554cf452d24947d6d1387f8c4e10a0b89508279b1bdc12a1a1f50e_ppc64le",
          "9Base-RHOSE-4.17:openshift4/container-networking-plugins-microshift-rhel9@sha256:6fee0ae68857abb3ac5357aeee9fda4cf8cfa60e061b6240d2cc266156092d07_arm64",
          "9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:8edadcbdbe43b80cea7a3076897e893c8e3d974c6cea165cd8ecb00e03d1ce78_amd64",
          "9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:b676dc0dbf6c39a7b3b68d3ef21cef981927255ba8ea45e9d1715396dcfe29ff_s390x",
          "9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:c9e05849c3438f54571b43555c775401f5a97abcf7d328c6b04387e8c1d0b312_ppc64le",
          "9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:ca540412965a47b91836a1137e49720be6ee3ebc2b7c54b67864beaea76c2e6b_arm64",
          "9Base-RHOSE-4.17:openshift4/egress-router-cni-rhel9@sha256:07d4ba54630d432f37576929be29cf02ef09a47bee91a63f58001f9cd4acfc92_arm64",
          "9Base-RHOSE-4.17:openshift4/egress-router-cni-rhel9@sha256:9d5ce7ba2746d808b7bda9c491ecbaa158917b2659546eb9be7752d14a79f845_amd64",
          "9Base-RHOSE-4.17:openshift4/egress-router-cni-rhel9@sha256:deecbd903551fa42eba84fbe2051794146cfc426cf6f151a2d8b0e26d99909b1_ppc64le",
          "9Base-RHOSE-4.17:openshift4/egress-router-cni-rhel9@sha256:e2acac628dad896c7b4ee0617847b6e5d8051b5cc0a0add05734b2f179afcb59_s390x",
          "9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:382bd4ab43e8572f129c0cccb7778c0c35e1648cc48d142fcc4f908cefb56a39_s390x",
          "9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:530a9dff7076b84825ddbb0fdc1320140ee5f01de559b2ad166032d58dad6dc2_ppc64le",
          "9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:6f7e5612f7cb6c85db355eeba15164a0445fa58857b857506cf65b873e4b8174_arm64",
          "9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:ca10f64ab5f5d9c5f2dfdb5241fed009ec9f37bfd7126ad790a07f9c1a418a3b_amd64",
          "9Base-RHOSE-4.17:openshift4/kube-metrics-server-rhel9@sha256:233be71aea1d6daf6162eb3a7f91c2f052b47e3ad1d8778e519761c678a32327_amd64",
          "9Base-RHOSE-4.17:openshift4/kube-metrics-server-rhel9@sha256:3e11ef3020927ede13dd28f57daa86b8cfd2d287e380296452bca4bd781391df_arm64",
          "9Base-RHOSE-4.17:openshift4/kube-metrics-server-rhel9@sha256:9792d7c9a9e5725b68fa3812d5907d4812b6cb23042af5392d7e6cbfdd3f8995_ppc64le",
          "9Base-RHOSE-4.17:openshift4/kube-metrics-server-rhel9@sha256:c816c9115e6a17674b2b913b73e5ebe5fc53fd20ee431f9f87c6035b4bca6c16_s390x",
          "9Base-RHOSE-4.17:openshift4/kubevirt-csi-driver-rhel9@sha256:7fdb186f15c46bfe20e5426701cac2c4ba45e78c414e71b1aac14f321092eb4a_ppc64le",
          "9Base-RHOSE-4.17:openshift4/kubevirt-csi-driver-rhel9@sha256:8243c2660c6782fffd9c8b692179a16eaa09f45fb6731183f24acad284116144_s390x",
          "9Base-RHOSE-4.17:openshift4/kubevirt-csi-driver-rhel9@sha256:a78f85edfee8f8f51f73e63c8c02162c421f0d63e2f8095ded84b78087a83aab_arm64",
          "9Base-RHOSE-4.17:openshift4/kubevirt-csi-driver-rhel9@sha256:bd9ecbdfe93e006b10eb976b6dc590889f48fa146c5da51431774543563fbb14_amd64",
          "9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:4b75b7fd029742eb75968481f181fd1f219b6b9fa0da0b48987cf988ca48d5f1_amd64",
          "9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:85649591fd162c55910b0be4049b894e0cc9027ab375ed3de4c322af8e271597_arm64",
          "9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:ac07972de391248c3b2fd918633f53d1e072e704cdd11573c2ae7ffc7e4ee9ee_ppc64le",
          "9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:cc9644a1464bef7e3e3e039f8046872f7ff86f866b031737e3af603715a030cc_s390x",
          "9Base-RHOSE-4.17:openshift4/oc-mirror-plugin-rhel9@sha256:50e9429282d07090b22b3f4f3770fd44307a488b8d080addf63159642e71bb51_s390x",
          "9Base-RHOSE-4.17:openshift4/oc-mirror-plugin-rhel9@sha256:68cd883ff4c2f5ea55b8df1e4be6f578bd107f6b9251e5d2d88711898dd8220a_arm64",
          "9Base-RHOSE-4.17:openshift4/oc-mirror-plugin-rhel9@sha256:765c139ed433c5cf47922c080355ad869b514dd33c2087bb0bab7e9e14315a3b_amd64",
          "9Base-RHOSE-4.17:openshift4/oc-mirror-plugin-rhel9@sha256:b08c31f2ce70a557a6815eda64402e5685cd9742ccf4b156daeca83c7f883ca8_ppc64le",
          "9Base-RHOSE-4.17:openshift4/openshift-route-controller-manager-rhel9@sha256:37180fdc0de1d570dbc77d0388de47f945146388c83ead17805d582a4d5d8dc9_amd64",
          "9Base-RHOSE-4.17:openshift4/openshift-route-controller-manager-rhel9@sha256:391bc1c93a3c513f2ff90990f5f45e1bc2c3665d9380a36a080b09b72b623acd_ppc64le",
          "9Base-RHOSE-4.17:openshift4/openshift-route-controller-manager-rhel9@sha256:5c17c1c6f7a366193f0bd579350781ce337a08e468f50af9be3534564ab9f8fe_s390x",
          "9Base-RHOSE-4.17:openshift4/openshift-route-controller-manager-rhel9@sha256:8c461aa1501918dff695fe715e498da95d00b63ff417f30964ee5a11ddca4685_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:b54f372cedcd1d0aa47a336839375374ae527a7095b9100e474bb0a3182100f0_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:c6d52c578fe8575c33353f690ce18be227007decf25f409e7111166ffb22b87d_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:dc6d3a0fa664a9974eeaed910db7255b7c252c2541fd7d49d41f714970bb9f9c_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:ef589ca8b456aa4c3bac06a3f73b1b371276e4a8372d2cabd64972d619e55252_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:46f1f67888e8393761a6f834332765f45eb96af42573e3ea5815a04659372e57_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:8e0f5e880cece6f08ef1c8c0108e302e8b89026ad1299463f5fd383aebdf2adb_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:a8ffbac5d2df3f79b70ee06da741de890f2eb013d26efa4d01a695d14b88883c_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f0161630366049823d995e254260ae71f5871463ae3797b0e12efd5ef30d6ecc_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:8c60c93b01376d15dd9692efac1820ea1790625181b1600a3b0114e418b64d46_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:9d62ae9810bb32ecc803a36e128fee78012ecc98434c1ef22f609435e3e2b157_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:adf9ed8489c4b9858e976658c04cc2ae8778267239997ed6d1b85902751d7da6_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:d852f1e4bdf0eb8e37eb0980914232de8cf6dfc3e159f0dcb1d13d909350c3e7_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:54c77ab47347e8a5cec0061504c591921f3bc87aacc8d8affa06cf7cc1436fd9_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:919b89991e74b6e5941eaa45219849db837271b11e699eda8f49d0bebbbf6459_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a4aabec1cbb1e2a6994b7629f97e53eb271e4f29070d7bc2118709efd9775722_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:d7cb7d816efb575eddc5da8409296b166722d17cea4b00e3d1395897f2c81755_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-agent-installer-utils-rhel9@sha256:087df13ba7456b25344b3903902d5b1ed4fb22771273d07fe7969ad0ee5326c6_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-agent-installer-utils-rhel9@sha256:10ed11db02965c7a335b84eb5b0972711b082cd6a51604ee7d41bf8c417395ab_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-agent-installer-utils-rhel9@sha256:2e3c12f80ae0f3a058a76083a166f0f52d2c488757bff1ba8e3c3dcb78d151e5_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-agent-installer-utils-rhel9@sha256:7973dc716b1eefa13a30c0393aae4f30d4f77ccb9306f5afeec29a1a97c9741d_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-apiserver-network-proxy-rhel9@sha256:1462a7d9268b1f123b16e52e0916f99762235a593f1a370bd9747278f0bef42e_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-apiserver-network-proxy-rhel9@sha256:7eb2f2ae05142aba55f32c5ed8ac3527ba1a37876fa05299c401b082d0794dcf_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-apiserver-network-proxy-rhel9@sha256:8474cc191853f6b174f8fa3b6cc3ddc5877461c4589d51106da26b740cb17a47_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-apiserver-network-proxy-rhel9@sha256:e88854ffd5222917d6056d2c4fa1f6c1b3000c1ff0884226e1181aed5af46b9c_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:57c421ec589d5bde9a9ae09a14dd401e6f4f7502383d9cc1d592c4cce6998920_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:f5171310e47ac2dd5c8e5ad6f722b919c1e3cc5d41fcf8ac0261dd5a823b5b2f_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:316dd5ec83d034a3c1b4e1bab82fed82ca290078faac2f77fcaefdc75271bae3_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3bd5065a32831547694a8bde30c4f86bc92d091b084769e078cde32e09adf5b0_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:00ab20409246fa280e7495354988d67449b225b31842bb87a12edee37929a354_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:963bff39697376d8f508f67b3f316d6876b990a07706a4bf715a827cc5488a52_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:2d10b0d8215610e706014b0d201ed462caee0d4d5d530c5c3727b9d6ea026a9d_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:69b1f43549736bf9d9e1a623f989a9f39b5ef94af2b569d9882390faabf9f48a_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:3c4159cb67ebf933de486744c889e47c38262a6fc4db744121fdb14986091692_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:435de6a901e14afd420d4bfbdf80146196d5035c72523f84cf9134660e058231_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:6be9ed8373be35cedfde4bca2f176c030f28acb48bc0f2645a57d30a2947f98c_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:f570c441261f111a11c675d9b162425dcc65a595c311a1e3d5dc23317e6ef4ef_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b76790914ea5fcf9364109e980d569aee9acb92af7ecc773dfa6bb88a6c554b5_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-azure-cloud-node-manager-rhel9@sha256:ed5ff08bfddf0d60939abf900a5af6c85d7010e8ec1b3e832f3e9c0eb610feec_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:9d0e8a429f7203b30f023f576e4be8204bd634d9415e70835be8324cbc6df689_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:dc21bf04fe634e62e83a5df806c81b014fd77f71ee574892334b84a66095b5f9_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:76f622961386df12c4602b90b3cfafdacf13f7fc19b36b46e30f868650420e60_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:f8f8cb4ccb17164473110d2852755b26438aa509a9897af600c964bc0df4fc5f_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-azure-disk-csi-driver-rhel9@sha256:88411c5fea9d080379418df9f140189954d82eba1d11390f5ae357e399262582_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-azure-disk-csi-driver-rhel9@sha256:dc7539c21b8c701f95335e5e5cef0c99102a5598c9319c41ea374c70e62a87a4_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:0587b9131fe7e79b3b757409ed385bf591841480c409af8f403e834470b3e94c_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:3dc6706d8f84756fe22e1f304151418fe8e8123cbcb79345d24eaa1960ac8eb6_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-azure-file-csi-driver-rhel9@sha256:3144fb4d63f0d246f99205b8b15c9a54a63f3a4fd8fa6c82e5407115ee62e633_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-azure-file-csi-driver-rhel9@sha256:3959dc623d65e2352382307e411589e9d01ce3d9f7a7a2659f02413d9256de05_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:2588b0d11292db6a255c0fed210052fd3811c9ff16621304ea8ff2f4b13616ad_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:f2c1eeb52e73690e1068e501005833c2f890bd8ac7d2624c5b7f68bfb0b3ab0a_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:18c081b7655b78e92106086320308698df10559225a21bf21c51519a683fc23f_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:9dcc1154c6d071cea0d2b4109bb44c77fec825cef494867434d5a1fcffce50a3_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:ab1f6cb18a21abc360cca29070866fc738cc7c93339531fbd86112f993b03664_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:e23557c87036ede1cf8a4e1ddd7551c9be23a47558f1eb5ee9f12bed7fd1e472_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:07455ca24a9669a7201e1269bf1f5c6626b3b2f06e5a949a039035b8c7b7568a_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:2db63af1587e7dfb644014902bf92f7676381cb61189862c1ba25de4a76a0f23_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:38dced4e21ba292b86c29d402916bbc6374d43789636ff593828a40f1ed11875_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:fc394498879660fe3628357568b57ea4420c0d5e38269b9d1c0919544ba16cb8_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:121f2f0e061989fa7e65ac7ba56288f13fe2386d6fa60da425fe24dc628df4c8_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:15ae7e0c9b0ba7f152071fbe8550253c2c377c48fb056ad611dbb4913ec8f569_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:718e160e36461f4b068deda1ebe34c36cfcad3cc4a361321dcf538d2a83aa1c5_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:b3c64d151b7106205a0103baf6d29edb616b1a3510c17a83c9f73d302622243a_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-baremetal-rhel9-operator@sha256:0d1432ba417c225f4d569eee9d24b0dc5c496020eda07e2ad3e325151e50eb06_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-baremetal-rhel9-operator@sha256:3751d445e6c9ab436fa0e62096bb69d18ed75aa2608c37ce9e93a17976fcf07c_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-baremetal-rhel9-operator@sha256:b2d56f85fe4af7d84579299e985147d9c32ed3aea91ea0c2abaed1aa9e7dc2ee_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-baremetal-rhel9-operator@sha256:f246d38d77068bcad29165f3fb0e60d8d84c193f6db82a3d6c1b40faf286decc_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-baremetal-runtimecfg-rhel9@sha256:5ad475579d7fc5028a834016086045c0d3a8097b6837969ee4ed524e54ab7d6e_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-baremetal-runtimecfg-rhel9@sha256:5dc33cf32076cb44c8507c1e8e04eab97b307aa0ef8ba86c53f45bdb97e85661_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9ecca5a8208321c2865fc584fae5411f81c2a6a939499fbef9a237a91ca643e9_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fe4f92033b01419427db757db1f4c693f62a1bda9dddcc66c7ad4625c2229253_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-cli-artifacts-rhel9@sha256:14186b3754aff62f3a4de1c51eee5bf147c712323044d86970cebd7fdcdebdcd_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-cli-artifacts-rhel9@sha256:3d4dcd1a45f409c3b698c03ffe24ce653f11b9945391c73acce7a75a1e7f976c_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-cli-artifacts-rhel9@sha256:a23e3acf057c59f59694389595c58b6fe8faea4772c94e07e5889ad2c62dfd98_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-cli-artifacts-rhel9@sha256:c9fd66a2f4c866495abc55ba28369fed76923012a371dccc479e63f0f661c306_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-cli-rhel9@sha256:5b176c5b0b293b4a704820dbf0428bdab55cc18dea95a85af8bbf66d26c4fbb8_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-cli-rhel9@sha256:5d30fefd37b24ac3ec56655c51a2b2f06383eb699f407da099f37d6fe8f5be33_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-cli-rhel9@sha256:90bc09d692046a1d7cb8596495e865bb42c7523b1fd23975a6507d3cd8d62e40_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-cli-rhel9@sha256:d62b882b5a48e78a1b48efb99f3892ece51c343df9e285c96e32af205d075058_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-cloud-credential-rhel9-operator@sha256:86abbd9662b2b0f8f0dbe8fcf8d9bf0fe8bd810b0bcc6064dbd56c5cf37b8609_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-cloud-credential-rhel9-operator@sha256:96cf02a8cac283d7fb1ef72496f60a4df821bea89e45c8237d3235ed797e1253_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-cloud-credential-rhel9-operator@sha256:a1b1daf572797d217d5925277b56b4d1c83813492cf90774cbfdc2294f498b34_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-cloud-credential-rhel9-operator@sha256:f62343c3535a6fda32806b43a098d55a7a7844941e93a3a5045a47c7b95440eb_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-api-rhel9@sha256:34f8869cd85d3c50ffb737883786ddaea37f7c3f222241ea6a34e429fde1a01b_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-api-rhel9@sha256:8034059d8013e4f34ee42fb9d2e0786e9866e3fea2a614c32005e5df8e14076d_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-api-rhel9@sha256:8e97befc7ea01fc179a3eaf66dbab974b6307c512cdd6d4d313caa3bf86eb98f_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-api-rhel9@sha256:f46dd8f62a70bb734ccd71229b09047f4625234774e321d556c0fbc5715b3c11_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-authentication-rhel9-operator@sha256:a259a1381b56abfda0f827ad6416b103f95f80d187b6ba869d31bf2c8c40fac3_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-authentication-rhel9-operator@sha256:ca4c4cf5e2ae3d5216576c6b154092fd77f93c978753fd4b7a76884850e46ba3_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-authentication-rhel9-operator@sha256:d3355aca2b5b35d64fac047b6fd98842a2baee536a79ea7615b4184c5a4e4744_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-authentication-rhel9-operator@sha256:efbd2e4c75f2eecda902b3143780e9bfdc5ba2b50f2ddfef5c2e0e753a3bb26a_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0ea9c22f0f63b3360d8e74a52026b3302cb7012b7ce6987111464e37bb5f4ff7_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:77099c8ff05288b7999fff6adf127e007ce39c7de9e1261d88574311e4c46ec5_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:85a24fe4edf8fbe51d0434bf2e65b149121c687a059a36bc4c48b592848befc8_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:cc7e0a422ed957b91479325b969f41302257a2958602f738c3ffc1b0835cc3f0_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-autoscaler-rhel9@sha256:73c6143ce45ba329a1d941a8b4cf13ad66f68c25f45f3163bafbf88ccad795c3_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-autoscaler-rhel9@sha256:adaebf9abc62813762600f7ebb480c57d186186f64a3246e62a50a7d84b016d5_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-autoscaler-rhel9@sha256:c1679d423da94f016d5631c5870fa0d7291190557a05b392070b10f84d25df7a_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-autoscaler-rhel9@sha256:e315d8104d63d0323f37112d8847fffe896a5399732874f1ace113ef168ec6f6_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2106245b2d297e8360a5c2693ac95996918051d40c84c8c6012193249e18c687_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-baremetal-operator-rhel9@sha256:4681e5cfb04379903645d21771218a1e27c61fd47d99f6a26f7d21011db42e65_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-baremetal-operator-rhel9@sha256:54d5809f10269dc52181866bf34f42618bd398e7a3f0bbee928c5515f5e290f4_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-baremetal-operator-rhel9@sha256:f039f4cf06258b1aa584b2b8d64994593a322dbc339fe6e8431ea0b8e67fbe28_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-bootstrap-rhel9@sha256:04ab6483541c8996ec5bf8e57bd3e90b5a4e9996b4b46da91a32dc5ef52f2520_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-bootstrap-rhel9@sha256:1f28e7920db92d5f1cdb04b95f51c8e457e5af97a7320ad98fc9d56f18c314e4_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-bootstrap-rhel9@sha256:5bd313301496ab3db1b3a6feeebe517a4927a172808dac07895e8fec30d91c2c_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-bootstrap-rhel9@sha256:ea94cd9619edf13a9d1dc5176ff40d6e57ee76a953d3d3bfb04e4541f2815ed5_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-capi-rhel9-operator@sha256:1ba56ff8308578c422be07fb6c3ff561ce7f664adc980e2976eedb4e2a619fa0_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-capi-rhel9-operator@sha256:43c7557823aa5e86db7e225dae23f2b46d4a8b1ba517a619f31a71512815ae17_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-capi-rhel9-operator@sha256:af7ec9ba0a62e9c86b3f40c8fafaed4c184b132afce4141ee7d51e2f6c88d2d5_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-capi-rhel9-operator@sha256:c8ecda9595878c72bc15d36ecf106ee8b2455f03278c978b784951c8f504f961_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:2d008923f980784e3a83c2e51b05834e81ddb38187e351bb3c2ed693bc24756c_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:7fc2305ea95e1586cb342202bb673466a0d81ad70e09ad98fcb2286314f901a6_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:980c46d6fe13ecfcfa85e4cf6871e4abbf13b7ce84b19d3ad64d89bcd937c015_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ae6cded8079fd98f313c8e7cf2125d4937d0dac82d09bde1ab60a5ff54f8f482_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-config-api-rhel9@sha256:832e662e1a673659c3839967d76529820f9ae03af645d2bf01ae711e90e4334b_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-config-api-rhel9@sha256:847d40fd677108f03e97a5a2590621a2a64a62d03aefab2cb98c2c89746c8784_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-config-api-rhel9@sha256:9f5786427bda3f2052dbde19284abaceeaa0a1728d1e55f710a189ec20895004_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-config-api-rhel9@sha256:d4a63e6e5789b47fb37ccbac3741110e1892c0f59f77eac89e58d9e00f5bceab_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-config-rhel9-operator@sha256:19f425ccedfb011f657416b344c2e443c3dc43dcfd2ce97db6058231fd2caea7_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-config-rhel9-operator@sha256:883a117396882ccf957ae86b7c9254daaa712e4475502dd05956e6e5f338a175_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-config-rhel9-operator@sha256:d8048fd42ae41e8eb61f9fb2f484ecd84212b858b419447e70d95b90f1562c42_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-config-rhel9-operator@sha256:fdb8fe0ae3c6951e1f09b4ae2920cd83224d124f35589c8753a2dc14c98dabb3_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:8a49993a5a30453a7c113578470d2736aa2db4b3cfcd6f858a3c4b0d8151d71c_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:96c63ebc2edef87f160d360f58a0e98b7ffd57e7fc6e187f6d46b12a7f4d608f_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:c429553d8c5a41d404e1468cd1359478ac5c69107be7a0db593418466d724b79_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:fad08ad6b358e9e4e983b2a17f2518a8b61ec6f14338b15f7c728360a0c4a4f9_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:38bbe69d4b7db72c4fa3715e9a76395d4666b02eea19a4a983d71e599f0638db_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:82d32c060baaa8a29a098bbbb03e5e14135135632823c5ea1da8aa6b8499c45f_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:891e253f46f7465dd382dc6bf1785035e1f8f7ef5b50a2b1b8bc56907fb0c383_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:df0f91634353ecd14cfd2138976e35d405b2fa2be24c1e89298a154a185a5392_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-dns-rhel9-operator@sha256:1bd8e1b9c76e9f6e22f4c7965da8aeeb68a40ae60f4cc083fefc47797b8f5786_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-dns-rhel9-operator@sha256:8f9014db2fc33af7c632de4b9c1d20777b7b015e93fde64af39b5c60bd8f52ba_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-dns-rhel9-operator@sha256:9397bf5c292ca4b3f7f0da97f94a7323de3669dfd9ae4473e8154354d5b8e42a_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-dns-rhel9-operator@sha256:db523bfdd4dad24cf9ccbda7281d1bd2ccaec01bd4b164b0dbeff2b7fb54b6fb_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-etcd-rhel9-operator@sha256:650b29293672c4f9eb788e2e4257716274f9faf4cd2e894a5f327a5bb98eac9a_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-etcd-rhel9-operator@sha256:6d38af3052357d2ffb0d4fe709604d0102aca8a19fd560f06e66a3a44d48470d_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-etcd-rhel9-operator@sha256:b1e42b13546e4b27b93bd642174dfab3799f3e95cb32ce58322886983e029722_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-etcd-rhel9-operator@sha256:f40468472b7d853b1f5034c2bb4cfecb6bf91c78e9963bdb350efa6172c34029_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-image-registry-rhel9-operator@sha256:95e2f230adee118098221df4dc09e41d62c8f0ed0ffaabdca2759d2297b87192_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-image-registry-rhel9-operator@sha256:a8c26892e945256d26c4ddb005ce71198a6e5c946c8b0bd404dc5a6d4965841c_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b3d66448f272e54b0e91499bf9203dd4ffb3cb98a0cd3f153d6aa504773b178b_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-image-registry-rhel9-operator@sha256:bcb4ca0eaa52bf9c584568b34bdc9d08253822dabe8a43fccbfe3601332ed8d8_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-ingress-rhel9-operator@sha256:394a4404caf1f548616e4b36ac2c4af05c046fc494692809c651013ef7d16257_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-ingress-rhel9-operator@sha256:4462e8912a672f95c567c1543d80ffe62f300f42baf746edd4b45886fa869d60_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-ingress-rhel9-operator@sha256:c987ba71f8168f0a523f2be6507e00fff6c262d4bfad59f4c87841330fa96dd9_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-ingress-rhel9-operator@sha256:e58cc3035d0ea33eb409b18a70e10511289449f3cfa643b52cc74857295e3f96_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0002fec33a68a9f3bb7ba5f7cd9062a35736b43dbaf42ba2cf91d4235bdeef9d_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0373744feb8a383f76a37c60e205b3504add80a0b05eb1849f90055d665a768b_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:421fa5577fb99449cb1bba71aa0c933bf7e3be12206df9994da55198635f629b_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:607f047b7f4756d3dcd4243183fb4a23c45798632de00526574f2d5d7f9fc2c3_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7ec5f60ed21701dc098e2cee33e0d59b8c5bcbd9969a26b8e8082aa2ba9c93ea_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:8dbc021731dacf75104e78f431c0a7ebaf80e31edf75fd54e0507f4af7724c91_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:d0a576b7d7277e40683ac4487217fe3684e42bc765d2a3ecba14e4b81e82c76a_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:eb97662076a8459ebccb9ee6a0958c77d1ab516b4375a9925b895af0a613f549_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:78bac198d882113612602d0a58dd516234a4b151d24e861bb69582983437b84b_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:7a5b6dfbe9d40e7b89bfcc8107e82e2515856177445a8d4831077e26f5ae2e1d_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:a2184bde2de353cf90eddabb81dd1c85ee5ceec3f6914af58db453ee2c13197f_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:cf9578fd32cfa0f36c0fa26a925965c0e616027300015812faf786b1a47fc209_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7bc83ab4f6cf5488864adb5b148e4ade887640d40fb68165b6149a8b8b6588ec_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7ca513675dbe0e79573c841589f823a39d7eada90e0a41a39ee94fa7348242bc_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:cbacae519379425f790d66b55eb12e524a5a965f2414393e52d03bb9418f1e3d_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f937dd453269edf5414e233cb9f2dd03ae3b5ab907695febdc29c7856a43e6cf_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:1671cebd1e789f751e58439d7d0fa55a3ac6bd44d6f58ddcb43e38d5b3429e53_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4e338be7fb25942b0acb0c8f635c64e2817495422c300b68979950d160d5b268_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:818f1d4ead362a2a9e72516b2b0326acc823989bc9b705615eaf4931d9fcc88f_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:dd12e5771a31f16c83c707ad28a9f4dde97ede79379e31880ce678e964d1c244_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-machine-approver-rhel9@sha256:1e1da424badcdd66eaad357f1fd26966f59c75b456ec6c894597427df561ccad_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-machine-approver-rhel9@sha256:c23b5724cfc6ad882caca9bad3da7c8b65a2c44b0955bfb34ceb0508fe74e89c_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-machine-approver-rhel9@sha256:e8a3c55da98df0e90f1a530faed4bcba073ba4799ad1d39cbfe8b2d5a8e17b16_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-machine-approver-rhel9@sha256:eb1cc3b42cf8fc4d031a921ecf465c41b0cab5e259baa5b685fa625ec1ab2397_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0123dbaeabb8ae42942d1b3f5a5c2eea452501d1bbbc7e069b881bf2bd5c3d24_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:bcb67b2b03ee49369c4d970c5e07322f85d2cf30bc50386e73313df1ad5b926e_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e60530a77777fa413558e66ff0339ae782a3badf9dcd491dc0c642edcb87d953_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:ee83d3ae20cf83282fa9127686405a7611b7ffb9211124e6688755e156b8cc31_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-network-rhel9-operator@sha256:64d5b8230e17e6c1e6b53c2cbe91ded4f9caead425dd579adbb2700923375c98_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-network-rhel9-operator@sha256:684ca7e6a6fb4fcac94e3194e794ea5498733e22f965549c00c92212c2a25efb_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-network-rhel9-operator@sha256:6defce2a88b37065fd7b8bd745d28e60599a08d3cb931872ea50b33cbb69b360_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-network-rhel9-operator@sha256:fa2d9bbad0f076283d9e110cc32fc4324d120a383ca6eeead1f286eabbda1c45_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:75664880e7db3f0ad3036642e0aceee61638c21568b5ac7ac7d150fc5f3df70f_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:78953203ce538feac3dc891a0021a076873b55d04b0a87ee223ad64f41beee6d_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9be60ee09a3ff9b58d8076b67ab28085130a5ae1f432183f1fe3f7859bf90393_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c776793921b6f3f74d7bd4c86d401789b70c552ae56d06cd3aa0897c8727e80e_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-olm-rhel9-operator@sha256:0ca3d57b8877810f82784753ba1bc8b67a764245e0530addc811cad61843f039_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-olm-rhel9-operator@sha256:9f0e7cfb0a992a098b0cd20531a46d46c702f6e2ad709f5969f8e4f69857d256_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-olm-rhel9-operator@sha256:d1534fff36a779d2fda9651a518f21e007d8abf447f21f0ee271da2862d26d2e_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-olm-rhel9-operator@sha256:de3e50c0f72a900eb72ba5b9db02d9d109470a4cdf798cdb5e84c0619d4eb420_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:64731eb24d4d1ee30ba2d704c56b7d03a2ffa69b79d71d4ae7a093b8a09629ea_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:8fee43ee0f40cbf79c410bef0184825bf63d4758129fc8612147c85147f7fcc9_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:9d108d09eb9a9c98cc7665a3dd68d93917bdb05b30f6269bb3a00c7218fac306_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:bf3891f2d6b69db4bfa60a1d5932d4111d7b56ba3922b7b02952eedce44eeb9f_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2f312119f1cfe71afa89bf2c74a4a57ad497275ff953313982a63153a39f2493_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:6560a03ef3b8e339edd4aaba5d50f1e04d62976661f60b03f2898471f11b0631_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:742780c3b6f27a3e7fea71ba1ca4d4e28db5bdfe9b69fad95cb0c31d3923c69f_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ce1110666a1f817a6897011ff27dc780b81cab9f366621120093e58f77860b93_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-policy-controller-rhel9@sha256:0d24d9508157347f020c6b99eefef619585dc37542b36f45ca62e10330e4deef_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-policy-controller-rhel9@sha256:44f392b5fe744c7abb52669e64b994c0a89dad4d21253e49ffa7acf51e069c8a_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-policy-controller-rhel9@sha256:6e67c8b7fa4d81a89121b84cad75a0a7d303d0177e28c730b903500c15b6f7c9_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-policy-controller-rhel9@sha256:81f8f28bcb4d1c52ad37c0fd5bb025333bd230793c3a2650f8ec8479d64d13d7_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-samples-rhel9-operator@sha256:1dc254b8b7bc5a5374f41f6f06d034332c9e6dcd8acabf2ee4547ba30d76b72f_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-samples-rhel9-operator@sha256:8635922fd673260318d32e128ffd11a2c7c24dd42d2a65bf4a0ce1fef12d72f9_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-samples-rhel9-operator@sha256:b853d72ed5fdc475ce4aaf6bb5b48a3899adcf0579912b0c95ec252597f691dc_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-samples-rhel9-operator@sha256:b9aee8ee21d594a677917b210a62a223ce19c451fe43bd0affac62844ba3bb32_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-storage-rhel9-operator@sha256:3c6c1a7f88fabd6c71d3ada18e7efa6ee19b0e33aa814bf1e23d6d88a3aa6b7a_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-storage-rhel9-operator@sha256:83cb02829b00376a4f31a5892b408a054cfe705906258a984f042b01486de3ea_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-storage-rhel9-operator@sha256:c7c6233c6564772233318c25089114fd322bbeaa9f30fa85e5347cd6c3f14138_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-storage-rhel9-operator@sha256:da828ef4148ca3ee8eba58052d95da9cf92ba6987418b262b7b3405095154936_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-update-keys-rhel9@sha256:4f8f6b9654e37cf6f03f984cfc5ff98945f4fa72903622f1fa770255d0073149_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-update-keys-rhel9@sha256:6e13528b4dac03e857d5032fcbda9cc9ee81bba1a30c9631202bbc7a2471549f_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-update-keys-rhel9@sha256:772397f5e6cf6068df029ec793486d9ae08d0af8098cae011a4ce986be675425_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-update-keys-rhel9@sha256:fd4eb5c5da651f5f8dba0302ec27e1bd8399ca7f0ed5bac8e120f7bc60d89ac4_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-version-rhel9-operator@sha256:4e3f81eaa31b6ea68fbb3b0ed098fc7adf0aeb77a5a739f8c91a147caaad797a_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-version-rhel9-operator@sha256:5b72eba1d1ce4bff619ec478da59a4d32535b73bb6f43bd2636510bbd078ec7c_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-version-rhel9-operator@sha256:9d3e0d922f3e069e90a5b16c08804baec619f0133ab9607e779222e6acf7553f_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-version-rhel9-operator@sha256:cdd431c76a10d0a679171a9e834274b053d4c710b26703e9732468c538e28cf8_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-configmap-reloader-rhel9@sha256:6f7d5e9aa75df873827538c22f4bc5f5132e0968847e12937c7f772d2bd56928_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-configmap-reloader-rhel9@sha256:9a41418fa0c3c5e3f0360b9c7459f186511389b5683ee3bff415f049ae84a241_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-configmap-reloader-rhel9@sha256:9c9c5a3e7e9909130823093870ac570b67be9bb5dd35906af266ef6391cd1354_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-configmap-reloader-rhel9@sha256:fd2176817bebe41db49f3820b80144e1473852f4af9a371da3e8e51c4bb62685_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-console-rhel9-operator@sha256:309c7a9912a0c3d0ea1ed4fc35b4af64d36c3078ff7d1af70eb0771424bedc92_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-console-rhel9-operator@sha256:a46f91522c131f3dc43a0f35973752bb7c27914f122f208e3e1837da09ff909f_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-console-rhel9-operator@sha256:a741ec0828daf891fdf795b37eb7b54c5301302e4b208c188b8e6203909f0014_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-console-rhel9-operator@sha256:e3766ec0bca555a1c3261be57935be76086aea1490cf3d6e9f31f1612b410dfc_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:3b2da6499a39f1c7049759b1a670aa514391bda3d550f15a8884e725c8423174_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:6384fa7d0a15b5a40733e010e8740a43667a2d6880d1b1e3501ed3dce31721a4_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:6c395b2f00617a611ed2710bb748f4cfce0e555b0202fdc94ca7520438130d43_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:77e03f315578b64e1bdef7855ff0ae44c544f648d5a384c61a37473f7ec50f05_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-container-networking-plugins-rhel9@sha256:0ff1c231ef4d4a632a089b0a95f8a8e498bd16d68a41200ffd3ad4bf32124d0f_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-container-networking-plugins-rhel9@sha256:19647286f9c75dd092be4de0edb723882af3961300a18c4aed6881bf259e6c70_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-container-networking-plugins-rhel9@sha256:6b204386282661b2efa3ff465eb279f3e06ef92646b58de9db32364d3c02f44b_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-container-networking-plugins-rhel9@sha256:993058708f0303421c0c767af97c102b07bc064cd7242acd3f5963dc6204f815_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-coredns-rhel9@sha256:560e9cc66aad1c9732c23b0d7cdb2c812a31c46efa456346b01e142b185d2194_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-coredns-rhel9@sha256:6128f645ee1e92adc4e14f61ac61ca4208cda56fc474012ab5a1fc081710365b_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-coredns-rhel9@sha256:8be1b918af3a97bea0f8aaddd1920fabdd64d23621ae73fb61a403c611515c3a_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-coredns-rhel9@sha256:ce4b36fd66c772da0bc5048c9d27b5e9c69fcab24e4fc07c80a4e92642fc714f_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-csi-driver-manila-rhel9-operator@sha256:1a4d5f47f9f0bf1054fd192251f1c84f20acdd4a2f839e333091daf83c549584_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-csi-driver-manila-rhel9-operator@sha256:e869a57727be73359e7159e2ca575f98976e4ebf444635098845f22f01352289_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-csi-driver-manila-rhel9@sha256:0c895394b3967e306bb26310f35b0aed33af1048bf1053a780df197734e6f8c4_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-csi-driver-manila-rhel9@sha256:10932d3dc0f6631f61c289eb0fd3bf26ec694d6b0e6540a8fa5422a6b6774701_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-csi-driver-nfs-rhel9@sha256:470652ca1988e7b75fe22f5b211175ffeb91c8fd4a602c40f92f3b22e8567655_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-csi-driver-nfs-rhel9@sha256:aded4df23d361836b6ef99a3bba41c187533883dc32134571a419f3894cd1123_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:477200d2e88cb3cc422914c4d9701b09002ebfb44de6dc6bc5017e468ab4b2d8_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:a0cf348c3da1f92df0e32ccfbc9c3b437fe6b2a6bff28496163ee6fcff98afe7_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:a4f6f56fadadfcc81a6330e56768eee3b0a1bb8519c5f5fe47fa9dbd4b73ef79_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:cdcd032de3bccab45d6c7cbb5d2ac3107eaff5b4b279d67f081a39ddc1320b49_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-rhel9@sha256:164136c218ab7c9da330f51a158bd519a8173671a28fc8691eba901183251104_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-rhel9@sha256:749ef641d5b6b47b6950988e3efc5cafc00495410f1ce16a276e2599a076d367_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-rhel9@sha256:968bc646d9e8d07213c3ff9bd48371e80db493c7dadb39e242741bb00b364677_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-rhel9@sha256:f8184d15a60064a6b6968ed728c5bb7538772851c11362746a5bfa8bb614243d_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:0129f8cfee2d3506adfca7939ce4cdedbdd25e6d3994ae8d82b9f2e460fccbc5_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:078604858b34951865a900411602271be1a964e8279596368d9cf968ffe35723_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:887ab068161de5a1ffb64a96515351bd02e81b0dc239c187f12128279b953ad8_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:c2585b68d7d40379ba124bee2fbfca64f1c3db925d3137b97f3df9c6afe9e300_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-csi-external-attacher-rhel9@sha256:9a65583194250712313a1e893bd5e03a9345a16c4f5174e9c9e6e7d18413bc9a_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-csi-external-attacher-rhel9@sha256:b216270c4e3760b33b62adbe672ced8483ba32462a744a46a863f485832c4f65_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-csi-external-attacher-rhel9@sha256:ba7cb4455bb603eaf6b506782468741b5a71b31a0947bab69c809454ba19f260_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-csi-external-attacher-rhel9@sha256:edc3a924116b76036a932e0522660e2303c8ffaee5d292e4e8cbb9f73f79b02d_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-csi-external-provisioner-rhel9@sha256:128d4125e8ad9550aeaff50ca27806d2c4f4f17293259b64db2e9cf322ff2387_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-csi-external-provisioner-rhel9@sha256:2ff82a187738a60c7494cf579b35e1d9a16cd0e57acd9e18474aa11aed6edd7a_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-csi-external-provisioner-rhel9@sha256:3ae17709e7c44b06b85543548ddfec54c8c1c04167ca10b8ab82e3cc4cf8a29b_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-csi-external-provisioner-rhel9@sha256:5788c2e871884ff0e5edf019ae70cf1739b34170706ed731679afcd38d45202d_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-csi-external-resizer-rhel9@sha256:265f7809b2e2b916d3712bf17bc3c171576fde26307718ca6bfd944148bb2502_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-csi-external-resizer-rhel9@sha256:51baefa68bd37931c5fd611d1b7324383e58df4754eae607cf64b1b8c9fba22e_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-csi-external-resizer-rhel9@sha256:794b4636e1f44a3bfcc3dc2fe5155d217b31e568393fa53eabe420328c29f33f_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-csi-external-resizer-rhel9@sha256:deaf59f4cfc7254ab8b35634ac18281cf88ff0ddc151d0498a21d6e91c30a4e3_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-csi-external-snapshotter-rhel9@sha256:1866f88a278845d7aa851aebf6099ae6b77d98f9c244406c2aa2d61daf88bf72_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-csi-external-snapshotter-rhel9@sha256:2b9262b07076b315714007f91ca9a2de0a5333133c319b5542d9a5e89f5119ae_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-csi-external-snapshotter-rhel9@sha256:cf848a2e0ca5bdcb850bef50193c8db40c18521c2e5d7f1b5658329a485f8d42_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-csi-external-snapshotter-rhel9@sha256:ef64e56c3194bdb2bc3e0e129cc955beb1e6d6abb93ed45480dac1e26e631475_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-csi-livenessprobe-rhel9@sha256:150cf47c016ea3a318be89b0fb80b5f81a3ddc38aaaae9f4f9ab08478b054a85_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-csi-livenessprobe-rhel9@sha256:19606dd645438a72af581210114459eeecfe1c96547de6e2a9a7a4a8d7b781c1_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-csi-livenessprobe-rhel9@sha256:22770984f3897afe484ddf93ad830d05af30ce0ca426c29dc33a448007fdf1ae_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-csi-livenessprobe-rhel9@sha256:a3a74359f9ff4bb3d9eae7d72ee3f3335a07f7a1d9bbbfd9c4231f2db81c6818_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-csi-node-driver-registrar-rhel9@sha256:168d92be0933a07413608c50a787729080bc8c850c9efdec25f77bafdfaaae34_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-csi-node-driver-registrar-rhel9@sha256:6bf2240cfccf984fdc0a6f33318c681704a495d62527d2f7242934f098378221_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c7a86c7530e5818d8bbfdb1b2544010b327c6dcc99a39152788f5f28eb0ea049_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d79cac1d92dcc9140be58c63ed13cd6331c8f41474213064cd45963d69a94e17_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-csi-snapshot-controller-rhel9@sha256:084151639be629d3a1f9f29ae20271dbe319319e2363d75f8c7c7ec7a8262002_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-csi-snapshot-controller-rhel9@sha256:2d6d427780eee15059d70088bbdb03f6774c93c4b7f84ec00eaf9b85c3f5b3ba_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-csi-snapshot-controller-rhel9@sha256:5d1dd18616427bc717e49b781e6434ca616c31fc7daeb5596d1703f2d3379ef2_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-csi-snapshot-controller-rhel9@sha256:9500323520cb1e4079304df57c722457720ace8518ef43c89149da40e0ff60dd_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:4ca3355941315a1db451ba8c6ce329c2f7d0286b3585196a30e1ed35ba1ee228_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:5e31e4d6f9eb5eb18dbf99b54a3a294e824fda2ad901333ecd33f9eacbac6d30_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:bfcb640d3847f3693b4118396ddf7a58d76ceb97016e037768244bc1175dfb1f_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:d590e08bb519eccf42d7891a3fef78bd2a265d5adcd9d27b7da3ef496407aae2_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-deployer-rhel9@sha256:0767aa82db6ab616d7b8b337760770406da4ce765fe088ed4299c3bd6ee31037_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-deployer-rhel9@sha256:6e319561328f39498c3705563a7a108cc9e0ba312c67729a5ca57c7b68ab7459_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-deployer-rhel9@sha256:a0afe3a4c032a1397872b707245f09fc3e63c233b0ee128fd3a4c695a20af9c4_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-deployer-rhel9@sha256:ebedb1bc3ad605141e4406cf3f2da63eca2671b89f8a596923690f30f4126e56_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:4378f58febb064fc36264f1b5862bb009aff4171b9ad6ae6c84fc9d3077ac70d_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:9d9662fee01dafbde830ab4ba397e5fa7eeccf90e2f8528fd57e748507a1b1e1_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:cd293b458d152b725a4ae09568f28410a791905b8f8e925900b38f33d3fd849e_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:fd0471855bbf69b72b75db2173aad473b9770f2e1403687bbf654c0bddb44c85_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-docker-registry-rhel9@sha256:132a674b5a051ed2ee41f940ea4f7984dbd7455de6510ef31b8fae7bedc45be6_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-docker-registry-rhel9@sha256:32d5e5690533a9d9ccf4ff8b02534675255a9625241245d434e43d4bb815119e_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-docker-registry-rhel9@sha256:78d4de7a4f72a623b01378e0798e2540b4123991b02d450c7b3391f186e32c36_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-docker-registry-rhel9@sha256:9182a503b30b8de69e862a128635bab7b44ff05df11a1ab4f96aef7525fbe0d2_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-etcd-rhel9@sha256:0ee443647f0fe63c9a05edcd5a644f7eca0eeb2be877aeeb7026c4db738d56a7_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-etcd-rhel9@sha256:ba18e1f81a20605c8efbbee41fe37e1d7ac4ff101a857e05e0f3d25aa82fa9df_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-etcd-rhel9@sha256:f17ddc78b5e4cc92834f4b3b000ab2fdb181c1f3f75dd9d185dc5d88d6691abd_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-etcd-rhel9@sha256:f27e4f6f37c47e139374be06c8772f09debff53a05bfab713359d918f33beb3c_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:170aba64101289aa8f9a8612888b1341e36e52394ba766dac7130d675816e2be_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:35098fdc72303c21755abaad4cc05553d6c969dc601d6a2ab91d7aabcadf923e_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:a62890163f9fbf8833e855caa292678a7468f9567433919464dc99a2ef7c8dbb_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:6433c81cd98c85abe6b1bbd8e74a776462ad78575cc6bde0664458ed685611ac_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:d1129dd095528238a3bb064376e70764388d986a0f47ccf7a92c88e517b54066_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:eeb9caacd52b52b2cc46ed0fa5f80606c7033d9cc8d7c63a5c199de6d107e9fa_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:3bf929bf48fec827cf4f54ff5fec04de0740b1f14a4e1da63ad580bb9245a103_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:d64a1c2fe51eaaa842bdb14a8bb317317ed1c22180d766e15fcfa5878cb5285c_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:f4b0795956ffb226a5869a9285d05b0ead36b7be32855026c1a2a5faf4307be6_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:73556902372fba78e19553065eaa89633c01c36b6cf10d6f51ad981777b6f9a1_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:ba5d03691cb09bc208c30c6c9ce746911468a4fb772dbef5520f723063bf2a94_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:bb6ad3ac3be2ec5530dde289e8535e01fd745332bb89a05d8b687a72d8b90361_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:1d5b94376d1ffe57828d9252b71372f132285a40b8487d9f931b9fdf6741cd83_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:3d72794fcd40b847e3fbaf3529231fe9149a6dede2a45dfe31fbd306df9b50b9_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4394b5921e342708156f43b45fe0cb780357d7a493c8c323fc403cf99bb0a7ad_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:49874280d3af31fa772ed481e63ea6d1a62bb579b9da0eb3bf772017a3330f4f_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-haproxy-router-rhel9@sha256:0afc3eaa1f9729a303472d3397ca19dd1b38b16d0cd721c12f4e23a3e04f087b_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-haproxy-router-rhel9@sha256:0b72b29c550a7e726d31a9814799bdb6ebf6ca071176262402619395ac8a3a65_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-haproxy-router-rhel9@sha256:1c122143be877d7d89163a4c9f3780eef8b8686057ad1889aa3102321e54a98c_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-haproxy-router-rhel9@sha256:9263b51ee05c760ccb67d397d0c8109a617bae089ad3973c180eb624bc13c91e_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-hyperkube-rhel9@sha256:6ff66bf6280231a5495000bf79ff4bb05b2f139ffc372d11d631cf60ee5de67c_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-hyperkube-rhel9@sha256:c32ff89d47b6e001bc02fdb86323cdc692d1abd679917cbea206b70e43d0d976_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-hyperkube-rhel9@sha256:ef51f6f787195be8745b3cd3b0b3dfe8a96ea48be2e3ccb97ed63cf1bbf58534_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-hyperkube-rhel9@sha256:f32ddf861dac3d41222d238768c5376702ea295840d70ebc69e9224f1c300446_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:02f10dfe13ccca892445607db62101ee47e86ef5fedff0b8dd6372856548ebe5_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:0677902a88154c33c82a5dfc1aec5325cd2938b08485299a17eb14ea0a4857d3_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:249df28d5775b19c96ae3f03d736f0ce8434d9e5969e3365be2b5e329faf85d6_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:2bce8039239d0bc061ec7f373d96bdb446ca5b68c45820a58663f124fba635fd_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:1384411d0b3794e280491e0b0e14252c5e4f9e43e58e6602b0442ab9a3fb2b0c_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:8fe95db9475ffb66b670339b266f3551c4682f214cd2c1cbd151a62e9f8a3b73_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:e9876a36c4810b4e68e1f6668d3324d8e71ba145f3d214007bc4486375d55be3_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:fa6ec143e3d12a3836c9148adb578b591987e8520cbec4283dcbb427991f14d0_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:528d6b3faebd79484a0be86e33a7d6ba922dceff5eb1585bb922c18bfd01ee70_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b4321d90c93b58108ec190d72b23966c09b2b6933a7b5d8322d10dd8831dcd6b_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:44c02359946a024e429303d031d1bc70ced6b300316c939d7290d17042b87618_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:8365ab32e19f655627b62adfdc05ceaf24cf10395876f4b3a545df57eea4abba_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:92db3a22fef2499c3d11a2666e72ece44d7df862458f06600d27fb9b6304f77c_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:3f77010faf0f6f6e7eabfcf24bf1328c6e70bbb32f843287639a523621a5f4ff_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:9f2805cd3f3ffb1daefa1a718703a568cba5536b12fe2848e3c87c2213a04ba5_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-image-customization-controller-rhel9@sha256:0f1b4c68ce6ab2167b1b6fcd0059a8531eff59b5cf49c23322828918a6ed6f27_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-image-customization-controller-rhel9@sha256:8bd8caf2fac84354a4407c48651d11d055c90e09f06ea57c1825d2be59ca18fc_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-insights-rhel9-operator@sha256:3b7ec1f0edd312034a7dec567af415f85f8be1828dc6a0dd2d11072315b77a41_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-insights-rhel9-operator@sha256:afcc280b069a744e3e67716ac685dd7c7f23c619cbc20e2c21237031580f649b_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-insights-rhel9-operator@sha256:c7e5d66df8aeeca3969c31c560fd759f77d60211f08b1f456391ee0fb333fc45_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-insights-rhel9-operator@sha256:f54220fde82b962663a86123a99a65e549fd68fd9a6153f6c67979567a6fbf58_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:17050d94832b400bf54598b748667e2e0035b30b8f996d7a25bdb61aef5960f9_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:bd5955616dc827b5552f5fbcdd1fdcb23e700a647de2ca4f3cf1f8a2eb105f1d_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:e26559b0ae61de908b9db0753babf47e2a3bc27c6637c7e945d153959fcb79ea_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:e32b6e836082e6d2a5d267283b2263d9811c3a62d420842689ab35fcc36b4a63_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:312bac6a070c763a493c566fbd1b6f05591f23949e4f37a157235f08f927c653_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:7529fae3aa40950d226ef1d8d2039d6795c518b2dbbec8e38818cfcc3efc9083_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:7a235516acc4c967b8fdda1868be132966714d19d6d90a5ce4b4cab661d819b3_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:9ee9cc91eb2ede268fbdd51bbfd2e211f34ccff61bd1c3b130bf25879c67b3a3_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:69e680e1a17c99220c8cdaf5a2e73f6e4e7d835f1193e62bf516df65e0d2fdff_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:872ec12780579fe14d90d7eec8190678ce56f4a5914917a7d6169c5cd767bc68_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:be7078e79fd3d22ef43c253aff1b72e7457128e639b780d5073a016991bf56af_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:df403029362bb02139eab00cdb01c35171431ce0e237c874e11e06aabca19311_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:b45a678f884a36a9c6014841f8ca1c70908bcb51dcc45d9f71749806c9fd8fba_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:d3b354ac0a8b37e7e8fa339011624d0e4d7403ffde520b5e911e3664e9659e34_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1726d045b526bd930e04ceaa125da6477f7a44b18c9b01f723ff3cc1320da9ba_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:f62c966edb47dcfaf82b4136ed867fd85bf04424f91e8a519f8f08a3989d98a0_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:02d3c6c0c7d3ba854e7a03e3cd3fb56f21a729136f95993224336d42f4597b96_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:49db69687f7245b778480b5796bc3956343ec1d4b58d705d3f08b3380ef93b6d_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:4c0cd346096da2ceafc8226fdf3f132320d42d8992dacc78abf9b4c194f92740_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:4e948d046ccc7a44e18c5b19fd107d560183aee3fb46ebee28bffddf850d3ec7_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-keepalived-ipfailover-rhel9@sha256:0a2b379d082cead1b190b32ffa9339bf88fb50a8ab5abaf12ca2bffccdfc75ee_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-keepalived-ipfailover-rhel9@sha256:127bf3d442da47383b1f2b8d452fd29cee71eb614b71ed7d2610063ae78e808b_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-keepalived-ipfailover-rhel9@sha256:966c3932cf9a5d03bf25141234d26c7628b71eda7439239a409da03953b206a7_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-keepalived-ipfailover-rhel9@sha256:dcb142b3a5afe0e7b7a51a1c94661855bd54776ca51575630bc43f02ba12c554_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-kube-proxy-rhel9@sha256:bcbabfca97e7433c9fa4ad479c8906644461c2a5aa75c8ff7a7644b13975ba98_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-kube-proxy-rhel9@sha256:cbafb2565fe2baf4d54fe0cc5ad883bbe0632a4736771f55dd55b9d3823a7716_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-kube-proxy-rhel9@sha256:d1654ad59633f2f3d6542a83c32ac0e1084cd148a735b46f4c674edca9fc98e0_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-kube-proxy-rhel9@sha256:fdc6e80a2293c526be173bea9362e2da73e0c0d988a767e6f160675db8590acb_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-kube-rbac-proxy-rhel9@sha256:093d38e21abf82992df96727b799f72a14e66986b02e08eb6af990f4091ccc6d_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-kube-rbac-proxy-rhel9@sha256:5c81ef8f24b561ba9b51c25e3ca50322eeb0544240f9f6db020542f5101f17ae_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-kube-rbac-proxy-rhel9@sha256:74af69d301e49c08c9c0fab6bf929b6443beddf21d578273fd332ec73d7b8a24_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-kube-rbac-proxy-rhel9@sha256:bd85227421b997806814438c33cc997fd70911c8ecf1d9e6e16e506dbcecf5bd_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-kube-state-metrics-rhel9@sha256:65321f83b5a14049a62c6d6895287f57501f5f77589cb8be2d6b366a145c021f_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-kube-state-metrics-rhel9@sha256:6c697bb3cd8bf8a743a0a948721c4c97284d62608ec5272bf97fa51d23f8ab14_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-kube-state-metrics-rhel9@sha256:bfd60907c9836d089067b19a287d3267fa9ab98e09420e6a4f0e1ffb51506d04_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-kube-state-metrics-rhel9@sha256:e26b6afc9938274f1777fc5eaf6c0a6b95fb5e9c7cdb51d0a778d548218293e3_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-kube-storage-version-migrator-rhel9@sha256:63059adfd5fb0042f492f3fdf938beb0de950f3c86fcef51fd595099e3638e51_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-kube-storage-version-migrator-rhel9@sha256:82ec54538247a36578095e91a73ea2f0f2948f1d53214fff29e424badd23a733_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b798ea0514d92809752909b9f0b4d38ea1a7309df58750c1c516034c8a58ce4e_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e85db4241123d01e874bed074f9a9a34ca6221176aaa2cb5bb4729adfbf0ce95_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:352ba91a72d19fa2b0006740b6e0e22b9824f73d3fad3ccf3cfdee0735525aab_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9292f19feeaa3bdae3094d0c0496baf8670d18286041f317ec82c552280a9b4a_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:b248b7e14b2f4a76b6fea232897ef6db0f43531e46d161af07f2e4bad05e707b_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e53a18e4371e50c1bf5089c2f6e3b0d0bdc70454f8289ba3e6411afb2ab49aec_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:002c9019af35f1f8aea55bea65c97a92ef1d19ea1baea00d17b79a264a3691d9_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6b95c1296fe5379d3dfaad98c17ac65bb818babe4057610eccf8461635ae8103_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:70a12a74322db347077f7758c485acb127ad33d021ae5aec5e912f94f8ffd8ca_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:fa4bd7d988c14418df8c332de4fea3b5ea57dc0727a461f68472925aa6eb9696_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-aws-rhel9@sha256:c6d0869274ce92a1eceb263b4e94e462fbcb8b599b09ce8acf9c00b61cf29226_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-aws-rhel9@sha256:d2dc62bb9ab60ef004894f78e80c143e8c7d027ff073a3c238dd88b14b3b80fd_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-azure-rhel9@sha256:74b7d7c58d260b1791d7d4f55a9fdcbb13542519151976de43dfb8bee67c9cac_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-azure-rhel9@sha256:d4764881a7a4f01e5b5ee2a24b13cd74fdfc5540ebbe84cdd0fa28fd64aba389_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:2e3b2b5c07bbba78849bf504c5a8a600239c151f7f21d6f1fe6c022003193a4b_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:526440e32f8eed14cf6ef61769baea675aba9c02e6cf5778e3bc8f92c7d306a8_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:968aebcf8a5dbabc3b12fd50db0f8a1bf4bfe399b390efd29b9534510d7643ca_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:1396e057385c7d8da1dc40c52033b1bbbedab984703de3e484cfea750652b224_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:373d9277d116b062a74e0610f98d512d8ffa5404afbfe116d2f8e549afd9251a_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:6fb5c3a4b83c250c783d6b88d7914f72e4972ca2a2e5852ef46a0f754b6f8eef_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f907f7e7f7659e968dd6ac35177c726004afe0b86b0dd9e9e78abc53da370a7a_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-machine-api-rhel9-operator@sha256:5e940d2b4901a79e7b4a2c5ca656d3d974b771d1950edbe441557522082e02de_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-machine-api-rhel9-operator@sha256:5f2486c25d18ae075485af13b8800df7b2bd1b251c73b1784ca1946569b83919_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-machine-api-rhel9-operator@sha256:9972c5496357187072347787379fe704b02d7aca9c62582982ff97e132f7361c_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-machine-api-rhel9-operator@sha256:ee87d774d6658bde289f8c9ab55154ade49dfddecb55ac1a577da883ada32aa2_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:2141576fcdb4d159aa417474a27457fb2087ad6235c4df0597083f3b1899ca45_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:483b65fb285f5d17f225c5da6513e12bc7b1a7b4a7040663cd07b565b0afa029_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:e3d3a68630da8789ec30cdf920bc64b478949e146e565c28faa4b6e60f149f8a_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:ef6cde961dbbb6fba059c3c45a80fb0e2da74f4c5cd52b42e73589ddf5b1e399_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:9614841db8310744628318b72f55c58b0486fa04758cf069921ebf602e689e9f_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:c26463b63a1336896c3b5966be5952b60e539691202cd81e7ae4e964817f2109_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:c6d8d116a62c6b8d1f6d298c580206b22de9054c2f6954f6bf480ff01c572dd8_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:e7d5c7d2133b60a140a95d371202e33e6bdcb24ff7ae55fe791f42f57534ee30_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:158251335ecb898e1d9dd072153925e15c27974ea5bac191d2b2238aa3e9d9ef_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:23b2c32bb23c66ed48ce220033f85c76ec6ebfe241ef912e7e5c2550b3252f08_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:cb9d387eca1b9defc9b9cf59e79e3afd9721f6e2768f6ca1b23e2d93c643fe88_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:f94b1ab4229c5fb8e2dfd07e5b04b58f6385f67454e7ecbed2d2aad02e91f07d_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-multus-admission-controller-rhel9@sha256:1234866d996a553670345d2177f491180651d53747d97ea0f5b7c05dad4ed0f0_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-multus-admission-controller-rhel9@sha256:4a2061a1ba2d018fcdd41b6722fb4e332b72983954ea5d0609b01785d2647e6f_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-multus-admission-controller-rhel9@sha256:878826b56658eac597d692338bc3e7d469568776c9d6f71c11b63bcd0932e01a_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-multus-admission-controller-rhel9@sha256:8e46edbaa4d4fc29dbc09d38898429d545a02822cc46a726fb5a61f4bd55dff8_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-multus-cni-microshift-rhel9@sha256:60064cac3df05c9a076ad9942bf3ffdf452f8ed8ade863153a7ea449234b1e4c_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-multus-cni-microshift-rhel9@sha256:9f905872cf72582e8ef6df209d1dfcbe23e56d894f39ce7c705bec68908951cf_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-multus-cni-microshift-rhel9@sha256:a5aa505bbf99f157b1817ed0981ff4037cac3e94ec3b80457f97b6e07935a1de_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-multus-cni-microshift-rhel9@sha256:a6aee61594a381b29e76718a05255a69ba1fc8d16b4836665499065cc00a6386_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-multus-cni-rhel9@sha256:06a30be1f56c0ba60fda631904e406def40a5294076d98f0946c1c7035785e1a_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-multus-cni-rhel9@sha256:0b7d0c694b170b254e7f998465826e0d51abb9da67f8d0a4d3c58af450550cc9_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-multus-cni-rhel9@sha256:331e9a2ee10ab14cd3cdf1016af92a1e3df1f25422900bf980604b0b6c6050e9_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-multus-cni-rhel9@sha256:b3886236c43c1935b1e67344d865ec6b6148b599cb6f94aaa827ff6889444faf_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-multus-networkpolicy-rhel9@sha256:93e501b312ea23b290e46c14787acecdb02636333f5388429b5400bc4599be9b_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-multus-networkpolicy-rhel9@sha256:953c2a800efd3ba87344b0c556c89132630dc378e1a96ff38f626a60ed4d5ce0_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-multus-networkpolicy-rhel9@sha256:a79bbb6df83654cdd8d925a070f6b7c9b62e85702b84330d31a1242507fd01ec_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-multus-networkpolicy-rhel9@sha256:f32767d8dbad803a847397b47ef35d48820e2ac8c5abb5d916fc3daab615f6ab_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-multus-route-override-cni-rhel9@sha256:2dc58f3bce109f2dab38f7940e7aab29a4418f5e0732c1e8f1e1ed217635ac19_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-multus-route-override-cni-rhel9@sha256:5784e4d821cc26ffffad6e6e3ed101fc2842ebc3d89b16eac041dde506c1ce01_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-multus-route-override-cni-rhel9@sha256:b32bee1e17a99bf6e865f3dffb4f80f9b681cc3c0f2a1505698f594f286a7396_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-multus-route-override-cni-rhel9@sha256:c0b91c4fdee11f1468e9c32f2f95feb08f49eada69835577eea2c04ede8c5725_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:14c20436996d9b4151cb77c811fa65929d70874bab1e3577c1ffc156b23514c2_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:2264796d3b4da7e3fc2961c55972859361750a1272f52112d6b50c069275b6f8_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a7a7b993fdbbf8fb1a67dde836a577c55ef589d899dd6b50bbb6ab4da03ead0c_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:eaeb6ea984b43075d1721104647c9e539ffefea462ad3ea3f3cae66551e301e2_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-must-gather-rhel9@sha256:60ec7816beae30bef25a0a50633d77cb669c472d4f1adb0356b547c13cdc2282_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-must-gather-rhel9@sha256:7e0061f5d8d3909d377e353592c99179627fbbd8e70d90f1aae44dc8f9f34b9c_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-must-gather-rhel9@sha256:c1268a511ca6052fcd0392301af7861d388fc2dd32977b13fc85780c0c9a22a2_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-must-gather-rhel9@sha256:de0f68e94d48d6fd1c6bf1cfed042a8f244e5392a0b6ad5c02cfab7b7a9ae3ab_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-network-interface-bond-cni-rhel9@sha256:66eb46a96bd308c39af00caad02b3dd77cc7d1dedfba70ead48c9390dc9ca9f9_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-network-interface-bond-cni-rhel9@sha256:685adc9ee76db7d09ce6c56ba14570c9e0848c517534c5661b52a702d05a1e3c_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-network-interface-bond-cni-rhel9@sha256:78d3bdd9d6ec154e80b1dfcd41e37ae695173e61a54fac6aa2ae9f9264253c75_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-network-interface-bond-cni-rhel9@sha256:c372276000e5ed2540990ca06299d060a49c646ad7a1f206ce5094c7b95536b4_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-network-metrics-daemon-rhel9@sha256:0e47e27fce44f690b6b358249a26dd334d40d77a934c289f5c6d700825339850_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-network-metrics-daemon-rhel9@sha256:1820093b89c42b11b76534feb6f686877931e45206f35ba4ab3540e209f95e6d_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-network-metrics-daemon-rhel9@sha256:afc2923e5780bffb27abc102eec63968374848078da5cd2fe12bdc8f0ec90251_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-network-metrics-daemon-rhel9@sha256:e805f9a0f7eb2039fd8040dcff142175c392381c992b69e8c5e3307249fd10cf_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:400c930aedf5e3964c9e5201b5932603b6b074ba6f6c31e3d432c066e06ecd77_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:7c0370de82ecd2cab8bf48ae7f1bf66a52d637e8b9aa6c0ceadc6a27b5e3507d_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:ee249765525cafc3c5b1c9751427e7fa19bcef17566d5ca273fcda348e3dcd50_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:f94e6168c2d658e1be23c8d9cad9a86d2f9e0d393c49304d310a500d61adbbae_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:065ce9ed541af2ee48a9c7d803865180f3c0431c2e96edfa1b09bab0bbbf40bf_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-nutanix-machine-controllers-rhel9@sha256:d8add7c0ed65ac5c6a053c21fe96fe8955b6541f9b05a47863974d18a7021ad4_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-oauth-apiserver-rhel9@sha256:08fbba8e85f6efc4f5d77d1bc9165fc30628f4a04383928110e5cb58e80f7e62_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-oauth-apiserver-rhel9@sha256:13a1c0ff1bf2b0a865a959c65166b00d53d402fecf984db6f2b9cd49ee7289fa_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-oauth-apiserver-rhel9@sha256:56a5d92f7a3a2f3ece3579a584f4234ff2c0d8ea4eb8e1d4f65cbf7d7a68a19c_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-oauth-apiserver-rhel9@sha256:8ecc5104c41faaecc96f97e1f3c4ddfe0047bec271a6bd41a72c4704a2b479c4_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-oauth-proxy-rhel9@sha256:1eaf29ebdb3d128ff2acc33bae9a33da915806cd20c8aa98afd8d1004eb17dba_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-oauth-proxy-rhel9@sha256:b934449f27cff8ea6cd6577e862bb07d3b20534cb644748fed921d922cdd5404_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-oauth-proxy-rhel9@sha256:ca6723f202239be0464ff827710c011468d6df243cfa873274f9d4c828d4d76d_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-oauth-proxy-rhel9@sha256:dc748b70f83c70facb499b0d5ce0fd691e827909240d89ce27c3d248175d07a5_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-oauth-server-rhel9@sha256:5510278d09ee523ece2d0ba6b24f07e522dd231d36d2eec2c190d1426e15913a_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-oauth-server-rhel9@sha256:8b2c530a19bbf51813e7ae9bcc187a49b9637d808a720401ad512756d1cf0d2a_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-oauth-server-rhel9@sha256:a033f65ebaddebea7d66135299e2fe0451f3b3c939ff26c77c3bcdb053c581dd_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-oauth-server-rhel9@sha256:b4fc4980e7caa15cc853da45981051aa3e1290e4ed9e6aa78cd0bb251796fd39_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-olm-catalogd-rhel9@sha256:25a5a4b4ada09c18b0172d6b55e99213b328b049a4e736ef33a46ee0da1dc950_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-olm-catalogd-rhel9@sha256:2b350e41bc865f8cf3d91ec774a1ef90efcb1dc695031d54cfcbcba445ec576b_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-olm-catalogd-rhel9@sha256:e9c3bf1b4cd8b50229b2d2cd74f6ab8ef8d300d6bcd577b3334d368621c96e5b_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-olm-catalogd-rhel9@sha256:f11007c8352baa9b195cbd9734103033c0946078b12ef02a624aa8574a455896_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-olm-operator-controller-rhel9@sha256:7947045fc7c78746b791cf45cc7086f35981ca1675813803e4d6b44e1217d4a5_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-olm-operator-controller-rhel9@sha256:9a95f890999546160ad4cf68e60c94bd02036392a981fdd3473bc4ce8acf5e63_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-olm-operator-controller-rhel9@sha256:a2ada640c8cf94921756f81c68762e3aaf7eeae865cca833be5fe14a868e9832_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-olm-operator-controller-rhel9@sha256:d3bfee26c52099ab31a0f7f78b53a6914dc1f33c613dfce0a4a83dd70ba6f04d_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-openshift-apiserver-rhel9@sha256:12ee719e29b1a159926fa67162dfff04668a0c786db83697a75fc8bf96c61e36_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-openshift-apiserver-rhel9@sha256:281810b86981603927513af4b9738db05df090e27cff61cb57f615a1b7da54a4_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-openshift-apiserver-rhel9@sha256:d7aa582cb99ceaaba2d9da65183a485fab11b0aec41d68b5964510f35167b3e6_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-openshift-apiserver-rhel9@sha256:dd1be867b630db99ef81dae76668387115f04a9f0c61364f0a6e216d0a28cb05_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-openshift-controller-manager-rhel9@sha256:92b40e2865e79b6c9178e6e94523b9d09149441f5a72276b25951404526e7ae3_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-openshift-controller-manager-rhel9@sha256:9825100ccb4a060d9f37d554a8f9d79dfc8427785eda77610c60ad0feb74c666_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-openshift-controller-manager-rhel9@sha256:d121f0c03960db28af368e4b864efb220c1be28bfb5f9735813302efd045f4ac_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-openshift-controller-manager-rhel9@sha256:fbba55058981a9c57d0b273bc8b56b66e164c7fae1bf59d74aaf6ea3656ac59e_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-openshift-state-metrics-rhel9@sha256:539c14445c4b7acb91b414f802d93be4cebc24d060b52e06017338fe9075d9b3_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-openshift-state-metrics-rhel9@sha256:62724925ca3ab5c18ebd7692e89e41ecf7e0d33176850f67eeae9692a6927cb5_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-openshift-state-metrics-rhel9@sha256:8c6bd11088ca925f8faf61dff5bb6655522a8ff6939c146a4126ed5f0690914c_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-openshift-state-metrics-rhel9@sha256:d6a2b5b710ebfc04b22860c62daf56aa7ff85d89a26a8235f95d72346d4e2db6_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:1919474880b196d1905b8dff9587c006b6f273124d02e97f40e2d4ea8d050777_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:213222f7adf001b898109567c42c82d6d9325ee707615caa1ac0fc15fae574f0_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:30ef542720dd4425d7f7fae10dcebe2d5fe6d25105d34261fe754f4cab4a64b6_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ec415bdf74f9ce65c23af9e06d591ba78d696f32a7cf249c71804a87895f96ec_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:ba40d8da235fde8e89b6115a1d5f41568fafb4eeddcc38f107e493fef2ea38ae_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:bea0b14e279d2c307eb6fdb8dcafa114d9b281ab267c14f7b6151c5b838f80cc_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:bed0e7813bdf23482a2c4f14c09a73c84ba62027947ec8e9c57ccd2eccc2c1b9_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c7cab534f6196d76cc1e31b17bde3bf5c3986fcffe7a1c026013012c7ab68c81_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:47d6f6652a0e3d399c9b26a4954fd3478326c49825863698cf3140c2c3ab9bf9_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:576677c2baf50fd096f762daa156970e982279275b34814ef52e4be4b511f5ba_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:6e6be32bd4a1e3739d0e0f1da3674cd6f74ec5255865dc832d91d41f47283718_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ff4bf6e903a1af1f494f5e0f43ed6718bcb55557fe9135d0750362bf0e8e6b58_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:1ef9d43e45303b56e96f1fd2b5d63cb185ad3373fe516730a5b0b98b6947395d_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:5f7747f4d324cf90dc48d2bc20d76c2625fd2dcaa3d6478898dcc55d1f8984ad_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:8d30cc94f2e8512406aba31083e31e155c9f568838343e56864579dece7bff31_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:ba3ced5cd94c0bcc2a3295ce47dc28a60078d7db8c4edf2bc8d6f5b12d573879_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-operator-framework-tools-rhel9@sha256:5abbe0d3aa1d5dd9296e795465ddd5a117c466606481a418b2846c435ffeffad_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-operator-framework-tools-rhel9@sha256:9c53f361a67e96e64b5cb912c0af0a1b3e18cb3bd428084d5cb1e8f6860855c8_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-operator-framework-tools-rhel9@sha256:c187541b8c1b8a589645a608ed79b43f9e6911116faee1c50ca8a0a30a4d3738_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-operator-framework-tools-rhel9@sha256:feabd407ff0094dd9102e3c78cf94852ab6e700fe7f906fdd32d6a211232b16e_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:01b59bfe4a9c7489011c71dd8a35ae2ef81f81c4a23dbb2117b6126964f1da2b_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0783189d5b07855bce1a32115fae430958ccaa7951bb6405eded7e3aa572ee17_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d7dbfed38bbc7511c43814e7d06a7c120b4a62adf724461c76154a37cd37796a_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f7e781c6a21c4b8fa25630d174362d62d69dda2911dd033f7729923b26ecb483_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-operator-marketplace-rhel9@sha256:072e15ae931425b07953efa32a39b4312805dd12889af0f731c9b04238a21c11_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-operator-marketplace-rhel9@sha256:2d413b3ece4cbb46f6a682333ed06a22857271e211acc6f704059eb20bfe01d9_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-operator-marketplace-rhel9@sha256:7c57bddae38c037d1848a509ba7c4e5831632581439f90865422151a90c7ade5_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-operator-marketplace-rhel9@sha256:bd541bcc12678de1a652a602a29623a9dbb8640cd4b88ed2e458d352d0b0039a_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-operator-registry-rhel9@sha256:12875248fd37b9d1fa4afd238ce78aa147fd2d0dd9708436fc01ac28243c425b_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-operator-registry-rhel9@sha256:3aae32132cb3da00d75d456bb422fb71a45091672a0673bddd75b823cdb01242_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-operator-registry-rhel9@sha256:43d4206cbd9d2a25d53077443478f65e85cbba2f9d1fbc765446de1929437bff_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-operator-registry-rhel9@sha256:894819babdbe3e6a04f63d8a6ec52bfd0ed1503c25ebbb6241535e5f5fa90b36_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:43f19aac756eb00b63d12521f353df83d79086751715e23f2c773880f85221ea_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:48a8ad863bc40447db23818df0da3b6c765011ba81eacf4b7116026a06358bf9_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d42d85915e158a7ba41ab7c855ebbff6a5e6594bbe9e002190b5966507552c2c_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e96efaf0fcff6a640c9a5d66922694ef5e30d2d6bc3b2edf1a4900e283174a1c_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:2bade31f6bbac52b4916f47431126c735efb2f98db4a69a5d6839ae731803dc1_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:704105b2136fe017ee9402ccf0109e295b2e73462311470fd97aaeb4768b01f8_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:7a6d7d84e63cdab1cf92a6d022168a620a22f5e8ae898f7b972871bf76287886_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:8f896cdb945435f3f03a813b857d4cb1ffe1f0d6015ce9b776954a0f0cc9558f_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-pod-rhel9@sha256:347e4a105a4f2589980d2e9fae9f57a5ce86bee3c96819d397f219a82f64e3b8_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-pod-rhel9@sha256:d55bc674b70cafddc0cfb861bf0cdc64415cd01d4d42d71bae31f5a909cf27ee_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-pod-rhel9@sha256:eac0005dbc866e009c245646876cdcd01ec5fd0abda2145c3cd506f1fbef139e_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-pod-rhel9@sha256:ec5c3c9ec4adbb7f15dd2c1ad7f8482a634d4d6db2379c15341b772ee1cb7e15_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:07248406477642eccb6adecec3aec409bae0e04598a7252e771dfa87368e4c91_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:9fdf5e3812eef56895b938f68f8d148c2888158d01fcd817ef8292deff66fc34_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-powervs-block-csi-driver-rhel9@sha256:0e89e02535502b0390ca0c4ab8162b78c68af02974955d735536a1872b48c189_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-powervs-block-csi-driver-rhel9@sha256:d08894b4f991791b4f1a1603c215538b1b6ebed430e07533287abf86baa2c3cd_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:1fee47031672c49bcfa735489ab08fd4be10995234ecc97e7b51733d4170df96_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:5ce97b705cd6ea00a6d5517f13e468c0b2bbe902d425ec3048d90d7dbdc7bedf_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-powervs-machine-controllers-rhel9@sha256:548abf5b9f1cb92a916d8c6beb588f81ebc40d33412e7383d3a1bfc602ed38b2_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-powervs-machine-controllers-rhel9@sha256:7f96b42095d100141a2bbd7ac8cad14562cac3c186b26d00d0fc81880b093f07_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-prom-label-proxy-rhel9@sha256:209f1a13d11f995c49b36e2db96d61470e6742824619b6957a4b7390b1d5dc52_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-prom-label-proxy-rhel9@sha256:222f568c31ab36aa4a0684274584e66aee149db5be50eb79691c7636fbc8aff3_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-prom-label-proxy-rhel9@sha256:db3b3649eec224de4af5c5223bf4928f8e302c5f54ec9d501ce8bb71c3c627a3_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-prom-label-proxy-rhel9@sha256:dff520a6cfdb27ad2ce31301aa3d74275ea7e13fc39749c77118c4fa74255604_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-prometheus-alertmanager-rhel9@sha256:1eb0d7754525580a289e18bd58efa44b769c9f8f3e1c362381756daa615fc6ed_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-prometheus-alertmanager-rhel9@sha256:30cc60b9273b07c493b3156ef278830bffeb109dba7c7c0517e0347ccd480631_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-prometheus-alertmanager-rhel9@sha256:693a75146dc6f1436bc4998d59185e379a695b57c7e9d20945e84589fb142d6d_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-prometheus-alertmanager-rhel9@sha256:bb6af93d177a604520ef035bfe3617985f7a217784d20a4cd180dddae75e6949_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-prometheus-config-reloader-rhel9@sha256:079aabce1be013d247160482720526bc7070b857c9bdc3311e16ec4b7946bb90_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-prometheus-config-reloader-rhel9@sha256:366ea0de608f0dc4890208515d89a6c01a56aaa32d54ba04dfc1cebcd0aa1940_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-prometheus-config-reloader-rhel9@sha256:41b569ce3bab77e814d2f2dbe5252a55b22cca84ac1d0fac985d3ebbfdbacba0_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-prometheus-config-reloader-rhel9@sha256:a8739133a6616a7a34ef4cbd7eeb731b3839d4e5ac4d5f2ef52894b493b0503e_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-prometheus-node-exporter-rhel9@sha256:066cc860301397a054a7418b105c25230a2180e557d7b093b8234e375ef7338d_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-prometheus-node-exporter-rhel9@sha256:0fe50ce4c7264d9ec532e587c9846b0070b22522066816679f08a5a07111942c_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-prometheus-node-exporter-rhel9@sha256:8292247806e2520a54b4170aa69da7f20b93b2420df976dbd2f5e92735100c2a_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-prometheus-node-exporter-rhel9@sha256:ba960fd338ec7abcc2a936137587076f80ec113a081be8d1df91fec8d3ce09df_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:487f00e5cc33440966f68b490b6ba8d0da0462f2bb5f94455807bf9a30ddc368_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b064cb6d4991fa87e75776f37bb8602d006e296d213f5bbd6b47c6de2903f152_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b39a4b9a4f8a91b7976f2ce02303b05b38a583291a4ebfba1b08d999fc108d90_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:cb10c1fbc87bfe3fd48c9c7834bb44be8e808d9ad10ef42c6483681fac9a8524_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-prometheus-rhel9-operator@sha256:3b0a31d3ac49250fb165866dd1ea03ea7914692a09d7bc6514e516e1cdd5639d_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-prometheus-rhel9-operator@sha256:717067cfb00313dad5317b564008a9b245649d001736074009045a7fbb3d1cb9_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-prometheus-rhel9-operator@sha256:c0d1e70914880e19b13f1c899623c78b880777ffd0d54f813a8c78f2f172a4d2_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-prometheus-rhel9-operator@sha256:ca2cae619e6e83733a803335a113e09ac6bb9c1c235ed0c1ab05fd7e8441f5b2_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-prometheus-rhel9@sha256:033caa3d2b728c32e63c7de347646938d304ac0ff2c490aa35d7e85e63236cc3_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-prometheus-rhel9@sha256:2cd0c0d30cdd42e4b78859bfdc5bb5dc500691e69efad403f6cbbea854564df6_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-prometheus-rhel9@sha256:3eba98811dbd189733d9e1ea7ac94c175b90b5e35d5f58c27aaa313caeaf3b35_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-prometheus-rhel9@sha256:409cb025e1929cca3e65ff7ea79efc7f16b546fabcc93ebc0b7c98219cc4d7a7_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-service-ca-rhel9-operator@sha256:0a3d510a717ae3bf99d94b4987185b70445998ecb26e91b5136e547a8d457cb4_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-service-ca-rhel9-operator@sha256:3b1680ab1e489cd414065f3d52149fb34147fef2888f4da3633c30936690dcb2_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-service-ca-rhel9-operator@sha256:9dbbf7be716430d0be120617233a7de552e4937248315de9f6c6f794100db3c1_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-service-ca-rhel9-operator@sha256:ba873fccc64591a61d5a0f0d16ebcbc040532e8e16309b183395beba4e8f94ef_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-telemeter-rhel9@sha256:03554a4e07a0aa9debd4b2c5e31ba7a2abd48864f6e21ed8edd758e397ecb9e3_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-telemeter-rhel9@sha256:53b2672ec495dc7dfe61774d5ae111c18e2444c2e9a97a9a5588f5ff659cd048_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-telemeter-rhel9@sha256:93a0c6f59c4f920371c1210668bc5c0a9d6fca17dfe978d8427f772464e16af4_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-telemeter-rhel9@sha256:b68407ef2bf389d6ee95a12b49b6d5e3a338ca0b02c0c4c3455ef7e4c4cce81a_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:6c29ecd0e1de7ddd55fe5429a3fc772022ec55dcb09d163fe37e732b611e19d1_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:91bdfd2dfa408a28a625c9697731b50eb4afed0ea2bf5f6e83e4a2b9bf42fc49_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:a7c46f07c35d038170ce529369d58b7c848973e9b1e0c52cd50a687a758e85c8_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:e447e1d980df7586105ca637b17bdad12b3f3884a6cd26c8a8b0482e02648c46_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-thanos-rhel9@sha256:171a666373eefa0b34cc77d1c1e1361020055746c641f81bdf55581304ef1a45_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-thanos-rhel9@sha256:2260556b4aa73441c868313ad67b4ec14af256a81f2c94dd174a60c322f65879_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-thanos-rhel9@sha256:29258f468994c2e7a6249595ca4b75fd72c6009644f8e772f5510bd461758d3f_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-thanos-rhel9@sha256:c6b2c72b0a23b3b2b1030add377d6709ed1f625041251a1338c2b083df4c7fe0_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:4f4daeba93df4d66ce29574a0faa199ee1cc73bc5b8a63b38de55c7a2ec43bc8_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:eb1e91426bc4518afcb871220972ff5f7d8494c56c3e59f8f534ffc96971c409_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:fb4f18eee9c9aa4131ab06485a4c0444f0cb02ab11c6dca878f63f0392bf6b62_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:fdc3dc067ac445612299bf56e1b10c6b5a4e6f50daed1017454a5390d9e15632_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:8e5aad7733bffaf858ab1d1030a1c37d9516d40e083be5db9ad7d4dd53a118bf_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:19295e454699d1dd59b159aef11ca3d4d410f051d5344dd1b0aff527fc3088dd_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:4dec733ed9c56865b1cc97f2f82ecf81ce6c7949cee3b6a1599075e54f893d67_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:8f5f4a8c8d9b31039b46e2297ba597600522fefd00eb2472c4f7a64739136723_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:8e5aad7733bffaf858ab1d1030a1c37d9516d40e083be5db9ad7d4dd53a118bf_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-vsphere-csi-driver-rhel9@sha256:19295e454699d1dd59b159aef11ca3d4d410f051d5344dd1b0aff527fc3088dd_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:768cb3d11c268969e4eb1759e8d67394501e51380d2e498e3d3b06ddb98d6a29_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-vsphere-problem-detector-rhel9@sha256:8f0fc81d0fa8ab13f02d4aa1827cf2e48b4de3d7b8f46b612fe1483f8e34f559_amd64",
          "9Base-RHOSE-4.17:openshift4/ovirt-csi-driver-rhel9-operator@sha256:1d55ee07b1be3dbd3b9a2e46aa5b8eeceb055c531c49362ace9423327fbf57bc_amd64",
          "9Base-RHOSE-4.17:openshift4/ovirt-csi-driver-rhel9-operator@sha256:46a72226eb46b3833644353955ba0b6dbaedc829818cedfd0e00463018738efe_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ovirt-csi-driver-rhel9-operator@sha256:ae24fbeac9717b5f51df6f71cdbdb57046f82fdaa1e6daa98225d729fb8504d1_s390x",
          "9Base-RHOSE-4.17:openshift4/ovirt-csi-driver-rhel9-operator@sha256:f8431594e8420b0ddef024e846c2ae70569770750f3217dbe3704b58bc02ef20_arm64",
          "9Base-RHOSE-4.17:openshift4/ovirt-csi-driver-rhel9@sha256:0c5c2dc265383ca172155921b1984557dc71532d880ee3f105d86b736d46f48d_amd64",
          "9Base-RHOSE-4.17:openshift4/ovirt-csi-driver-rhel9@sha256:200522c7bae23bc7fddbf7174163851a139efe452660482d14e26d31ee11d330_s390x",
          "9Base-RHOSE-4.17:openshift4/ovirt-csi-driver-rhel9@sha256:9d2e0a9926f48be33d889cb59a93c167ed943c3a035eeafab86cd670accc66bd_arm64",
          "9Base-RHOSE-4.17:openshift4/ovirt-csi-driver-rhel9@sha256:a05a16ce31d453bb37fbedcbf8e05e5f6dbf929f5626fd00ff2403bf8510073f_ppc64le",
          "9Base-RHOSE-4.17:redhat/redhat-operator-index@sha256:12875248fd37b9d1fa4afd238ce78aa147fd2d0dd9708436fc01ac28243c425b_ppc64le",
          "9Base-RHOSE-4.17:redhat/redhat-operator-index@sha256:3aae32132cb3da00d75d456bb422fb71a45091672a0673bddd75b823cdb01242_arm64",
          "9Base-RHOSE-4.17:redhat/redhat-operator-index@sha256:43d4206cbd9d2a25d53077443478f65e85cbba2f9d1fbc765446de1929437bff_amd64",
          "9Base-RHOSE-4.17:redhat/redhat-operator-index@sha256:894819babdbe3e6a04f63d8a6ec52bfd0ed1503c25ebbb6241535e5f5fa90b36_s390x"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2025-24855"
        },
        {
          "category": "external",
          "summary": "RHBZ#2352483",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2352483"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2025-24855",
          "url": "https://www.cve.org/CVERecord?id=CVE-2025-24855"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-24855",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-24855"
        },
        {
          "category": "external",
          "summary": "https://gitlab.gnome.org/GNOME/libxslt/-/issues/128",
          "url": "https://gitlab.gnome.org/GNOME/libxslt/-/issues/128"
        }
      ],
      "release_date": "2025-03-14T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2025-05-09T04:33:03+00:00",
          "details": "For OpenShift Container Platform 4.17 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.17/html/release_notes/\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n      (For x86_64 architecture)\n      The image digest is sha256:035baf97e4c715fc1afb681a9f789d99ebaf568b2656584d59f72962e0d14bcd\n\n      (For s390x architecture)\n      The image digest is sha256:ae63030ebb847f17ac0d2273f55d5db43df6b9f324197573bd9d2fbb7403036a\n\n      (For ppc64le architecture)\n      The image digest is sha256:c693db40e8d19847cd4bce1541344cc93d828221c029dc7ddeee4c829a351a12\n\n      (For aarch64 architecture)\n      The image digest is sha256:61a46e56e230e5869af207484585a5e61141e322d539616422ec7e61bc4ad137\n\nAll OpenShift Container Platform 4.17 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.17/html-single/updating_clusters/index#updating-cluster-cli.",
          "product_ids": [
            "9Base-RHOSE-4.17:rhcos@sha256:975f83f748ff4cebae040caa4df88b771d32e1f301204a736ec414b4f3234e99_aarch64",
            "9Base-RHOSE-4.17:rhcos@sha256:975f83f748ff4cebae040caa4df88b771d32e1f301204a736ec414b4f3234e99_ppc64le",
            "9Base-RHOSE-4.17:rhcos@sha256:975f83f748ff4cebae040caa4df88b771d32e1f301204a736ec414b4f3234e99_s390x",
            "9Base-RHOSE-4.17:rhcos@sha256:975f83f748ff4cebae040caa4df88b771d32e1f301204a736ec414b4f3234e99_x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2025:4431"
        },
        {
          "category": "workaround",
          "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
          "product_ids": [
            "9Base-RHOSE-4.17:openshift4/aws-kms-encryption-provider-rhel9@sha256:03c4ffb6e1ca068624a9bcaa5ca21f0b67fc60508f382ae95521c6a03ae8afb4_arm64",
            "9Base-RHOSE-4.17:openshift4/aws-kms-encryption-provider-rhel9@sha256:9ba0c5d8195237e7cc9e37ae735a7841a3fcab2fe12e6ef106da61a6e09db0cf_ppc64le",
            "9Base-RHOSE-4.17:openshift4/aws-kms-encryption-provider-rhel9@sha256:d94dc7200bafdfb39d5d7ce555b36d59d17a0add1091babd769f33dfdb854cda_s390x",
            "9Base-RHOSE-4.17:openshift4/aws-kms-encryption-provider-rhel9@sha256:e97e40543c09b130e3d36eeb5800d9d4ee989f5b16314f33534b32a2b11b39b6_amd64",
            "9Base-RHOSE-4.17:openshift4/azure-kms-encryption-provider-rhel9@sha256:08021be0c69cec642238d8c152f39957660651ec5714d7ed17f2f27c31e3db6b_amd64",
            "9Base-RHOSE-4.17:openshift4/azure-kms-encryption-provider-rhel9@sha256:a8c81f1ea15f8625cee9ad826d2263d09c17b6fe7b2941579f8914ab6ead1689_s390x",
            "9Base-RHOSE-4.17:openshift4/azure-kms-encryption-provider-rhel9@sha256:a9fa50ec982340d9e61f130c74457bf6809d843c13a266d140617f17ac1bec0d_ppc64le",
            "9Base-RHOSE-4.17:openshift4/azure-kms-encryption-provider-rhel9@sha256:cc38a9ba49ae414e03acd79e4d3b97977fe53872870612073fa569f6ab702939_arm64",
            "9Base-RHOSE-4.17:openshift4/cloud-network-config-controller-rhel9@sha256:2a6eb863736abf5c2d7a3f7c2f324e71e25a7dd9a0d5219bd9666c136e0fa863_ppc64le",
            "9Base-RHOSE-4.17:openshift4/cloud-network-config-controller-rhel9@sha256:5153ada0a44b00eabb71606b7144de94c4d5de7eb27dc54cbc9b729bd2a5093b_s390x",
            "9Base-RHOSE-4.17:openshift4/cloud-network-config-controller-rhel9@sha256:698211795dbabe068f87d21f624e09d28742483015be770b1cdb5c6138283b69_amd64",
            "9Base-RHOSE-4.17:openshift4/cloud-network-config-controller-rhel9@sha256:b5ed6c1824fa24f8dbed30ccc81428285823d97e15496c43c433db55985fd9c2_arm64",
            "9Base-RHOSE-4.17:openshift4/container-networking-plugins-microshift-rhel9@sha256:3bb7db321e0bcbb3dadc7a1c9f350e69657249f4823e46184c7001f17aac7d1d_s390x",
            "9Base-RHOSE-4.17:openshift4/container-networking-plugins-microshift-rhel9@sha256:44ab8531897438f9b25f0b6d90e5b224e3928a3f12f8b24dd18113d7bbb40ece_amd64",
            "9Base-RHOSE-4.17:openshift4/container-networking-plugins-microshift-rhel9@sha256:4c57864ec6554cf452d24947d6d1387f8c4e10a0b89508279b1bdc12a1a1f50e_ppc64le",
            "9Base-RHOSE-4.17:openshift4/container-networking-plugins-microshift-rhel9@sha256:6fee0ae68857abb3ac5357aeee9fda4cf8cfa60e061b6240d2cc266156092d07_arm64",
            "9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:8edadcbdbe43b80cea7a3076897e893c8e3d974c6cea165cd8ecb00e03d1ce78_amd64",
            "9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:b676dc0dbf6c39a7b3b68d3ef21cef981927255ba8ea45e9d1715396dcfe29ff_s390x",
            "9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:c9e05849c3438f54571b43555c775401f5a97abcf7d328c6b04387e8c1d0b312_ppc64le",
            "9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:ca540412965a47b91836a1137e49720be6ee3ebc2b7c54b67864beaea76c2e6b_arm64",
            "9Base-RHOSE-4.17:openshift4/egress-router-cni-rhel9@sha256:07d4ba54630d432f37576929be29cf02ef09a47bee91a63f58001f9cd4acfc92_arm64",
            "9Base-RHOSE-4.17:openshift4/egress-router-cni-rhel9@sha256:9d5ce7ba2746d808b7bda9c491ecbaa158917b2659546eb9be7752d14a79f845_amd64",
            "9Base-RHOSE-4.17:openshift4/egress-router-cni-rhel9@sha256:deecbd903551fa42eba84fbe2051794146cfc426cf6f151a2d8b0e26d99909b1_ppc64le",
            "9Base-RHOSE-4.17:openshift4/egress-router-cni-rhel9@sha256:e2acac628dad896c7b4ee0617847b6e5d8051b5cc0a0add05734b2f179afcb59_s390x",
            "9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:382bd4ab43e8572f129c0cccb7778c0c35e1648cc48d142fcc4f908cefb56a39_s390x",
            "9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:530a9dff7076b84825ddbb0fdc1320140ee5f01de559b2ad166032d58dad6dc2_ppc64le",
            "9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:6f7e5612f7cb6c85db355eeba15164a0445fa58857b857506cf65b873e4b8174_arm64",
            "9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:ca10f64ab5f5d9c5f2dfdb5241fed009ec9f37bfd7126ad790a07f9c1a418a3b_amd64",
            "9Base-RHOSE-4.17:openshift4/kube-metrics-server-rhel9@sha256:233be71aea1d6daf6162eb3a7f91c2f052b47e3ad1d8778e519761c678a32327_amd64",
            "9Base-RHOSE-4.17:openshift4/kube-metrics-server-rhel9@sha256:3e11ef3020927ede13dd28f57daa86b8cfd2d287e380296452bca4bd781391df_arm64",
            "9Base-RHOSE-4.17:openshift4/kube-metrics-server-rhel9@sha256:9792d7c9a9e5725b68fa3812d5907d4812b6cb23042af5392d7e6cbfdd3f8995_ppc64le",
            "9Base-RHOSE-4.17:openshift4/kube-metrics-server-rhel9@sha256:c816c9115e6a17674b2b913b73e5ebe5fc53fd20ee431f9f87c6035b4bca6c16_s390x",
            "9Base-RHOSE-4.17:openshift4/kubevirt-csi-driver-rhel9@sha256:7fdb186f15c46bfe20e5426701cac2c4ba45e78c414e71b1aac14f321092eb4a_ppc64le",
            "9Base-RHOSE-4.17:openshift4/kubevirt-csi-driver-rhel9@sha256:8243c2660c6782fffd9c8b692179a16eaa09f45fb6731183f24acad284116144_s390x",
            "9Base-RHOSE-4.17:openshift4/kubevirt-csi-driver-rhel9@sha256:a78f85edfee8f8f51f73e63c8c02162c421f0d63e2f8095ded84b78087a83aab_arm64",
            "9Base-RHOSE-4.17:openshift4/kubevirt-csi-driver-rhel9@sha256:bd9ecbdfe93e006b10eb976b6dc590889f48fa146c5da51431774543563fbb14_amd64",
            "9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:4b75b7fd029742eb75968481f181fd1f219b6b9fa0da0b48987cf988ca48d5f1_amd64",
            "9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:85649591fd162c55910b0be4049b894e0cc9027ab375ed3de4c322af8e271597_arm64",
            "9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:ac07972de391248c3b2fd918633f53d1e072e704cdd11573c2ae7ffc7e4ee9ee_ppc64le",
            "9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:cc9644a1464bef7e3e3e039f8046872f7ff86f866b031737e3af603715a030cc_s390x",
            "9Base-RHOSE-4.17:openshift4/oc-mirror-plugin-rhel9@sha256:50e9429282d07090b22b3f4f3770fd44307a488b8d080addf63159642e71bb51_s390x",
            "9Base-RHOSE-4.17:openshift4/oc-mirror-plugin-rhel9@sha256:68cd883ff4c2f5ea55b8df1e4be6f578bd107f6b9251e5d2d88711898dd8220a_arm64",
            "9Base-RHOSE-4.17:openshift4/oc-mirror-plugin-rhel9@sha256:765c139ed433c5cf47922c080355ad869b514dd33c2087bb0bab7e9e14315a3b_amd64",
            "9Base-RHOSE-4.17:openshift4/oc-mirror-plugin-rhel9@sha256:b08c31f2ce70a557a6815eda64402e5685cd9742ccf4b156daeca83c7f883ca8_ppc64le",
            "9Base-RHOSE-4.17:openshift4/openshift-route-controller-manager-rhel9@sha256:37180fdc0de1d570dbc77d0388de47f945146388c83ead17805d582a4d5d8dc9_amd64",
            "9Base-RHOSE-4.17:openshift4/openshift-route-controller-manager-rhel9@sha256:391bc1c93a3c513f2ff90990f5f45e1bc2c3665d9380a36a080b09b72b623acd_ppc64le",
            "9Base-RHOSE-4.17:openshift4/openshift-route-controller-manager-rhel9@sha256:5c17c1c6f7a366193f0bd579350781ce337a08e468f50af9be3534564ab9f8fe_s390x",
            "9Base-RHOSE-4.17:openshift4/openshift-route-controller-manager-rhel9@sha256:8c461aa1501918dff695fe715e498da95d00b63ff417f30964ee5a11ddca4685_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:b54f372cedcd1d0aa47a336839375374ae527a7095b9100e474bb0a3182100f0_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:c6d52c578fe8575c33353f690ce18be227007decf25f409e7111166ffb22b87d_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:dc6d3a0fa664a9974eeaed910db7255b7c252c2541fd7d49d41f714970bb9f9c_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:ef589ca8b456aa4c3bac06a3f73b1b371276e4a8372d2cabd64972d619e55252_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:46f1f67888e8393761a6f834332765f45eb96af42573e3ea5815a04659372e57_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:8e0f5e880cece6f08ef1c8c0108e302e8b89026ad1299463f5fd383aebdf2adb_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:a8ffbac5d2df3f79b70ee06da741de890f2eb013d26efa4d01a695d14b88883c_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f0161630366049823d995e254260ae71f5871463ae3797b0e12efd5ef30d6ecc_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:8c60c93b01376d15dd9692efac1820ea1790625181b1600a3b0114e418b64d46_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:9d62ae9810bb32ecc803a36e128fee78012ecc98434c1ef22f609435e3e2b157_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:adf9ed8489c4b9858e976658c04cc2ae8778267239997ed6d1b85902751d7da6_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:d852f1e4bdf0eb8e37eb0980914232de8cf6dfc3e159f0dcb1d13d909350c3e7_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:54c77ab47347e8a5cec0061504c591921f3bc87aacc8d8affa06cf7cc1436fd9_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:919b89991e74b6e5941eaa45219849db837271b11e699eda8f49d0bebbbf6459_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a4aabec1cbb1e2a6994b7629f97e53eb271e4f29070d7bc2118709efd9775722_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:d7cb7d816efb575eddc5da8409296b166722d17cea4b00e3d1395897f2c81755_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-utils-rhel9@sha256:087df13ba7456b25344b3903902d5b1ed4fb22771273d07fe7969ad0ee5326c6_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-utils-rhel9@sha256:10ed11db02965c7a335b84eb5b0972711b082cd6a51604ee7d41bf8c417395ab_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-utils-rhel9@sha256:2e3c12f80ae0f3a058a76083a166f0f52d2c488757bff1ba8e3c3dcb78d151e5_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-utils-rhel9@sha256:7973dc716b1eefa13a30c0393aae4f30d4f77ccb9306f5afeec29a1a97c9741d_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-apiserver-network-proxy-rhel9@sha256:1462a7d9268b1f123b16e52e0916f99762235a593f1a370bd9747278f0bef42e_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-apiserver-network-proxy-rhel9@sha256:7eb2f2ae05142aba55f32c5ed8ac3527ba1a37876fa05299c401b082d0794dcf_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-apiserver-network-proxy-rhel9@sha256:8474cc191853f6b174f8fa3b6cc3ddc5877461c4589d51106da26b740cb17a47_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-apiserver-network-proxy-rhel9@sha256:e88854ffd5222917d6056d2c4fa1f6c1b3000c1ff0884226e1181aed5af46b9c_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:57c421ec589d5bde9a9ae09a14dd401e6f4f7502383d9cc1d592c4cce6998920_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:f5171310e47ac2dd5c8e5ad6f722b919c1e3cc5d41fcf8ac0261dd5a823b5b2f_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:316dd5ec83d034a3c1b4e1bab82fed82ca290078faac2f77fcaefdc75271bae3_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3bd5065a32831547694a8bde30c4f86bc92d091b084769e078cde32e09adf5b0_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:00ab20409246fa280e7495354988d67449b225b31842bb87a12edee37929a354_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:963bff39697376d8f508f67b3f316d6876b990a07706a4bf715a827cc5488a52_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:2d10b0d8215610e706014b0d201ed462caee0d4d5d530c5c3727b9d6ea026a9d_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:69b1f43549736bf9d9e1a623f989a9f39b5ef94af2b569d9882390faabf9f48a_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:3c4159cb67ebf933de486744c889e47c38262a6fc4db744121fdb14986091692_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:435de6a901e14afd420d4bfbdf80146196d5035c72523f84cf9134660e058231_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:6be9ed8373be35cedfde4bca2f176c030f28acb48bc0f2645a57d30a2947f98c_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:f570c441261f111a11c675d9b162425dcc65a595c311a1e3d5dc23317e6ef4ef_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b76790914ea5fcf9364109e980d569aee9acb92af7ecc773dfa6bb88a6c554b5_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-azure-cloud-node-manager-rhel9@sha256:ed5ff08bfddf0d60939abf900a5af6c85d7010e8ec1b3e832f3e9c0eb610feec_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:9d0e8a429f7203b30f023f576e4be8204bd634d9415e70835be8324cbc6df689_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:dc21bf04fe634e62e83a5df806c81b014fd77f71ee574892334b84a66095b5f9_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:76f622961386df12c4602b90b3cfafdacf13f7fc19b36b46e30f868650420e60_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:f8f8cb4ccb17164473110d2852755b26438aa509a9897af600c964bc0df4fc5f_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-azure-disk-csi-driver-rhel9@sha256:88411c5fea9d080379418df9f140189954d82eba1d11390f5ae357e399262582_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-azure-disk-csi-driver-rhel9@sha256:dc7539c21b8c701f95335e5e5cef0c99102a5598c9319c41ea374c70e62a87a4_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:0587b9131fe7e79b3b757409ed385bf591841480c409af8f403e834470b3e94c_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:3dc6706d8f84756fe22e1f304151418fe8e8123cbcb79345d24eaa1960ac8eb6_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-azure-file-csi-driver-rhel9@sha256:3144fb4d63f0d246f99205b8b15c9a54a63f3a4fd8fa6c82e5407115ee62e633_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-azure-file-csi-driver-rhel9@sha256:3959dc623d65e2352382307e411589e9d01ce3d9f7a7a2659f02413d9256de05_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:2588b0d11292db6a255c0fed210052fd3811c9ff16621304ea8ff2f4b13616ad_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:f2c1eeb52e73690e1068e501005833c2f890bd8ac7d2624c5b7f68bfb0b3ab0a_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:18c081b7655b78e92106086320308698df10559225a21bf21c51519a683fc23f_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:9dcc1154c6d071cea0d2b4109bb44c77fec825cef494867434d5a1fcffce50a3_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:ab1f6cb18a21abc360cca29070866fc738cc7c93339531fbd86112f993b03664_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:e23557c87036ede1cf8a4e1ddd7551c9be23a47558f1eb5ee9f12bed7fd1e472_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:07455ca24a9669a7201e1269bf1f5c6626b3b2f06e5a949a039035b8c7b7568a_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:2db63af1587e7dfb644014902bf92f7676381cb61189862c1ba25de4a76a0f23_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:38dced4e21ba292b86c29d402916bbc6374d43789636ff593828a40f1ed11875_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:fc394498879660fe3628357568b57ea4420c0d5e38269b9d1c0919544ba16cb8_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:121f2f0e061989fa7e65ac7ba56288f13fe2386d6fa60da425fe24dc628df4c8_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:15ae7e0c9b0ba7f152071fbe8550253c2c377c48fb056ad611dbb4913ec8f569_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:718e160e36461f4b068deda1ebe34c36cfcad3cc4a361321dcf538d2a83aa1c5_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:b3c64d151b7106205a0103baf6d29edb616b1a3510c17a83c9f73d302622243a_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-rhel9-operator@sha256:0d1432ba417c225f4d569eee9d24b0dc5c496020eda07e2ad3e325151e50eb06_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-rhel9-operator@sha256:3751d445e6c9ab436fa0e62096bb69d18ed75aa2608c37ce9e93a17976fcf07c_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-rhel9-operator@sha256:b2d56f85fe4af7d84579299e985147d9c32ed3aea91ea0c2abaed1aa9e7dc2ee_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-rhel9-operator@sha256:f246d38d77068bcad29165f3fb0e60d8d84c193f6db82a3d6c1b40faf286decc_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-runtimecfg-rhel9@sha256:5ad475579d7fc5028a834016086045c0d3a8097b6837969ee4ed524e54ab7d6e_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-runtimecfg-rhel9@sha256:5dc33cf32076cb44c8507c1e8e04eab97b307aa0ef8ba86c53f45bdb97e85661_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9ecca5a8208321c2865fc584fae5411f81c2a6a939499fbef9a237a91ca643e9_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fe4f92033b01419427db757db1f4c693f62a1bda9dddcc66c7ad4625c2229253_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cli-artifacts-rhel9@sha256:14186b3754aff62f3a4de1c51eee5bf147c712323044d86970cebd7fdcdebdcd_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cli-artifacts-rhel9@sha256:3d4dcd1a45f409c3b698c03ffe24ce653f11b9945391c73acce7a75a1e7f976c_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cli-artifacts-rhel9@sha256:a23e3acf057c59f59694389595c58b6fe8faea4772c94e07e5889ad2c62dfd98_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cli-artifacts-rhel9@sha256:c9fd66a2f4c866495abc55ba28369fed76923012a371dccc479e63f0f661c306_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cli-rhel9@sha256:5b176c5b0b293b4a704820dbf0428bdab55cc18dea95a85af8bbf66d26c4fbb8_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cli-rhel9@sha256:5d30fefd37b24ac3ec56655c51a2b2f06383eb699f407da099f37d6fe8f5be33_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cli-rhel9@sha256:90bc09d692046a1d7cb8596495e865bb42c7523b1fd23975a6507d3cd8d62e40_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cli-rhel9@sha256:d62b882b5a48e78a1b48efb99f3892ece51c343df9e285c96e32af205d075058_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cloud-credential-rhel9-operator@sha256:86abbd9662b2b0f8f0dbe8fcf8d9bf0fe8bd810b0bcc6064dbd56c5cf37b8609_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cloud-credential-rhel9-operator@sha256:96cf02a8cac283d7fb1ef72496f60a4df821bea89e45c8237d3235ed797e1253_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cloud-credential-rhel9-operator@sha256:a1b1daf572797d217d5925277b56b4d1c83813492cf90774cbfdc2294f498b34_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cloud-credential-rhel9-operator@sha256:f62343c3535a6fda32806b43a098d55a7a7844941e93a3a5045a47c7b95440eb_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-api-rhel9@sha256:34f8869cd85d3c50ffb737883786ddaea37f7c3f222241ea6a34e429fde1a01b_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-api-rhel9@sha256:8034059d8013e4f34ee42fb9d2e0786e9866e3fea2a614c32005e5df8e14076d_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-api-rhel9@sha256:8e97befc7ea01fc179a3eaf66dbab974b6307c512cdd6d4d313caa3bf86eb98f_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-api-rhel9@sha256:f46dd8f62a70bb734ccd71229b09047f4625234774e321d556c0fbc5715b3c11_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-authentication-rhel9-operator@sha256:a259a1381b56abfda0f827ad6416b103f95f80d187b6ba869d31bf2c8c40fac3_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-authentication-rhel9-operator@sha256:ca4c4cf5e2ae3d5216576c6b154092fd77f93c978753fd4b7a76884850e46ba3_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-authentication-rhel9-operator@sha256:d3355aca2b5b35d64fac047b6fd98842a2baee536a79ea7615b4184c5a4e4744_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-authentication-rhel9-operator@sha256:efbd2e4c75f2eecda902b3143780e9bfdc5ba2b50f2ddfef5c2e0e753a3bb26a_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0ea9c22f0f63b3360d8e74a52026b3302cb7012b7ce6987111464e37bb5f4ff7_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:77099c8ff05288b7999fff6adf127e007ce39c7de9e1261d88574311e4c46ec5_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:85a24fe4edf8fbe51d0434bf2e65b149121c687a059a36bc4c48b592848befc8_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:cc7e0a422ed957b91479325b969f41302257a2958602f738c3ffc1b0835cc3f0_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-autoscaler-rhel9@sha256:73c6143ce45ba329a1d941a8b4cf13ad66f68c25f45f3163bafbf88ccad795c3_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-autoscaler-rhel9@sha256:adaebf9abc62813762600f7ebb480c57d186186f64a3246e62a50a7d84b016d5_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-autoscaler-rhel9@sha256:c1679d423da94f016d5631c5870fa0d7291190557a05b392070b10f84d25df7a_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-autoscaler-rhel9@sha256:e315d8104d63d0323f37112d8847fffe896a5399732874f1ace113ef168ec6f6_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2106245b2d297e8360a5c2693ac95996918051d40c84c8c6012193249e18c687_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-baremetal-operator-rhel9@sha256:4681e5cfb04379903645d21771218a1e27c61fd47d99f6a26f7d21011db42e65_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-baremetal-operator-rhel9@sha256:54d5809f10269dc52181866bf34f42618bd398e7a3f0bbee928c5515f5e290f4_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-baremetal-operator-rhel9@sha256:f039f4cf06258b1aa584b2b8d64994593a322dbc339fe6e8431ea0b8e67fbe28_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-bootstrap-rhel9@sha256:04ab6483541c8996ec5bf8e57bd3e90b5a4e9996b4b46da91a32dc5ef52f2520_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-bootstrap-rhel9@sha256:1f28e7920db92d5f1cdb04b95f51c8e457e5af97a7320ad98fc9d56f18c314e4_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-bootstrap-rhel9@sha256:5bd313301496ab3db1b3a6feeebe517a4927a172808dac07895e8fec30d91c2c_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-bootstrap-rhel9@sha256:ea94cd9619edf13a9d1dc5176ff40d6e57ee76a953d3d3bfb04e4541f2815ed5_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-capi-rhel9-operator@sha256:1ba56ff8308578c422be07fb6c3ff561ce7f664adc980e2976eedb4e2a619fa0_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-capi-rhel9-operator@sha256:43c7557823aa5e86db7e225dae23f2b46d4a8b1ba517a619f31a71512815ae17_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-capi-rhel9-operator@sha256:af7ec9ba0a62e9c86b3f40c8fafaed4c184b132afce4141ee7d51e2f6c88d2d5_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-capi-rhel9-operator@sha256:c8ecda9595878c72bc15d36ecf106ee8b2455f03278c978b784951c8f504f961_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:2d008923f980784e3a83c2e51b05834e81ddb38187e351bb3c2ed693bc24756c_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:7fc2305ea95e1586cb342202bb673466a0d81ad70e09ad98fcb2286314f901a6_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:980c46d6fe13ecfcfa85e4cf6871e4abbf13b7ce84b19d3ad64d89bcd937c015_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ae6cded8079fd98f313c8e7cf2125d4937d0dac82d09bde1ab60a5ff54f8f482_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-config-api-rhel9@sha256:832e662e1a673659c3839967d76529820f9ae03af645d2bf01ae711e90e4334b_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-config-api-rhel9@sha256:847d40fd677108f03e97a5a2590621a2a64a62d03aefab2cb98c2c89746c8784_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-config-api-rhel9@sha256:9f5786427bda3f2052dbde19284abaceeaa0a1728d1e55f710a189ec20895004_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-config-api-rhel9@sha256:d4a63e6e5789b47fb37ccbac3741110e1892c0f59f77eac89e58d9e00f5bceab_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-config-rhel9-operator@sha256:19f425ccedfb011f657416b344c2e443c3dc43dcfd2ce97db6058231fd2caea7_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-config-rhel9-operator@sha256:883a117396882ccf957ae86b7c9254daaa712e4475502dd05956e6e5f338a175_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-config-rhel9-operator@sha256:d8048fd42ae41e8eb61f9fb2f484ecd84212b858b419447e70d95b90f1562c42_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-config-rhel9-operator@sha256:fdb8fe0ae3c6951e1f09b4ae2920cd83224d124f35589c8753a2dc14c98dabb3_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:8a49993a5a30453a7c113578470d2736aa2db4b3cfcd6f858a3c4b0d8151d71c_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:96c63ebc2edef87f160d360f58a0e98b7ffd57e7fc6e187f6d46b12a7f4d608f_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:c429553d8c5a41d404e1468cd1359478ac5c69107be7a0db593418466d724b79_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:fad08ad6b358e9e4e983b2a17f2518a8b61ec6f14338b15f7c728360a0c4a4f9_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:38bbe69d4b7db72c4fa3715e9a76395d4666b02eea19a4a983d71e599f0638db_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:82d32c060baaa8a29a098bbbb03e5e14135135632823c5ea1da8aa6b8499c45f_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:891e253f46f7465dd382dc6bf1785035e1f8f7ef5b50a2b1b8bc56907fb0c383_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:df0f91634353ecd14cfd2138976e35d405b2fa2be24c1e89298a154a185a5392_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-dns-rhel9-operator@sha256:1bd8e1b9c76e9f6e22f4c7965da8aeeb68a40ae60f4cc083fefc47797b8f5786_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-dns-rhel9-operator@sha256:8f9014db2fc33af7c632de4b9c1d20777b7b015e93fde64af39b5c60bd8f52ba_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-dns-rhel9-operator@sha256:9397bf5c292ca4b3f7f0da97f94a7323de3669dfd9ae4473e8154354d5b8e42a_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-dns-rhel9-operator@sha256:db523bfdd4dad24cf9ccbda7281d1bd2ccaec01bd4b164b0dbeff2b7fb54b6fb_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-etcd-rhel9-operator@sha256:650b29293672c4f9eb788e2e4257716274f9faf4cd2e894a5f327a5bb98eac9a_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-etcd-rhel9-operator@sha256:6d38af3052357d2ffb0d4fe709604d0102aca8a19fd560f06e66a3a44d48470d_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-etcd-rhel9-operator@sha256:b1e42b13546e4b27b93bd642174dfab3799f3e95cb32ce58322886983e029722_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-etcd-rhel9-operator@sha256:f40468472b7d853b1f5034c2bb4cfecb6bf91c78e9963bdb350efa6172c34029_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-image-registry-rhel9-operator@sha256:95e2f230adee118098221df4dc09e41d62c8f0ed0ffaabdca2759d2297b87192_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-image-registry-rhel9-operator@sha256:a8c26892e945256d26c4ddb005ce71198a6e5c946c8b0bd404dc5a6d4965841c_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b3d66448f272e54b0e91499bf9203dd4ffb3cb98a0cd3f153d6aa504773b178b_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-image-registry-rhel9-operator@sha256:bcb4ca0eaa52bf9c584568b34bdc9d08253822dabe8a43fccbfe3601332ed8d8_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-ingress-rhel9-operator@sha256:394a4404caf1f548616e4b36ac2c4af05c046fc494692809c651013ef7d16257_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-ingress-rhel9-operator@sha256:4462e8912a672f95c567c1543d80ffe62f300f42baf746edd4b45886fa869d60_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-ingress-rhel9-operator@sha256:c987ba71f8168f0a523f2be6507e00fff6c262d4bfad59f4c87841330fa96dd9_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-ingress-rhel9-operator@sha256:e58cc3035d0ea33eb409b18a70e10511289449f3cfa643b52cc74857295e3f96_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0002fec33a68a9f3bb7ba5f7cd9062a35736b43dbaf42ba2cf91d4235bdeef9d_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0373744feb8a383f76a37c60e205b3504add80a0b05eb1849f90055d665a768b_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:421fa5577fb99449cb1bba71aa0c933bf7e3be12206df9994da55198635f629b_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:607f047b7f4756d3dcd4243183fb4a23c45798632de00526574f2d5d7f9fc2c3_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7ec5f60ed21701dc098e2cee33e0d59b8c5bcbd9969a26b8e8082aa2ba9c93ea_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:8dbc021731dacf75104e78f431c0a7ebaf80e31edf75fd54e0507f4af7724c91_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:d0a576b7d7277e40683ac4487217fe3684e42bc765d2a3ecba14e4b81e82c76a_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:eb97662076a8459ebccb9ee6a0958c77d1ab516b4375a9925b895af0a613f549_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:78bac198d882113612602d0a58dd516234a4b151d24e861bb69582983437b84b_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:7a5b6dfbe9d40e7b89bfcc8107e82e2515856177445a8d4831077e26f5ae2e1d_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:a2184bde2de353cf90eddabb81dd1c85ee5ceec3f6914af58db453ee2c13197f_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:cf9578fd32cfa0f36c0fa26a925965c0e616027300015812faf786b1a47fc209_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7bc83ab4f6cf5488864adb5b148e4ade887640d40fb68165b6149a8b8b6588ec_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7ca513675dbe0e79573c841589f823a39d7eada90e0a41a39ee94fa7348242bc_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:cbacae519379425f790d66b55eb12e524a5a965f2414393e52d03bb9418f1e3d_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f937dd453269edf5414e233cb9f2dd03ae3b5ab907695febdc29c7856a43e6cf_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:1671cebd1e789f751e58439d7d0fa55a3ac6bd44d6f58ddcb43e38d5b3429e53_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4e338be7fb25942b0acb0c8f635c64e2817495422c300b68979950d160d5b268_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:818f1d4ead362a2a9e72516b2b0326acc823989bc9b705615eaf4931d9fcc88f_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:dd12e5771a31f16c83c707ad28a9f4dde97ede79379e31880ce678e964d1c244_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-machine-approver-rhel9@sha256:1e1da424badcdd66eaad357f1fd26966f59c75b456ec6c894597427df561ccad_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-machine-approver-rhel9@sha256:c23b5724cfc6ad882caca9bad3da7c8b65a2c44b0955bfb34ceb0508fe74e89c_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-machine-approver-rhel9@sha256:e8a3c55da98df0e90f1a530faed4bcba073ba4799ad1d39cbfe8b2d5a8e17b16_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-machine-approver-rhel9@sha256:eb1cc3b42cf8fc4d031a921ecf465c41b0cab5e259baa5b685fa625ec1ab2397_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0123dbaeabb8ae42942d1b3f5a5c2eea452501d1bbbc7e069b881bf2bd5c3d24_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:bcb67b2b03ee49369c4d970c5e07322f85d2cf30bc50386e73313df1ad5b926e_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e60530a77777fa413558e66ff0339ae782a3badf9dcd491dc0c642edcb87d953_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:ee83d3ae20cf83282fa9127686405a7611b7ffb9211124e6688755e156b8cc31_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-network-rhel9-operator@sha256:64d5b8230e17e6c1e6b53c2cbe91ded4f9caead425dd579adbb2700923375c98_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-network-rhel9-operator@sha256:684ca7e6a6fb4fcac94e3194e794ea5498733e22f965549c00c92212c2a25efb_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-network-rhel9-operator@sha256:6defce2a88b37065fd7b8bd745d28e60599a08d3cb931872ea50b33cbb69b360_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-network-rhel9-operator@sha256:fa2d9bbad0f076283d9e110cc32fc4324d120a383ca6eeead1f286eabbda1c45_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:75664880e7db3f0ad3036642e0aceee61638c21568b5ac7ac7d150fc5f3df70f_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:78953203ce538feac3dc891a0021a076873b55d04b0a87ee223ad64f41beee6d_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9be60ee09a3ff9b58d8076b67ab28085130a5ae1f432183f1fe3f7859bf90393_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c776793921b6f3f74d7bd4c86d401789b70c552ae56d06cd3aa0897c8727e80e_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-olm-rhel9-operator@sha256:0ca3d57b8877810f82784753ba1bc8b67a764245e0530addc811cad61843f039_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-olm-rhel9-operator@sha256:9f0e7cfb0a992a098b0cd20531a46d46c702f6e2ad709f5969f8e4f69857d256_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-olm-rhel9-operator@sha256:d1534fff36a779d2fda9651a518f21e007d8abf447f21f0ee271da2862d26d2e_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-olm-rhel9-operator@sha256:de3e50c0f72a900eb72ba5b9db02d9d109470a4cdf798cdb5e84c0619d4eb420_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:64731eb24d4d1ee30ba2d704c56b7d03a2ffa69b79d71d4ae7a093b8a09629ea_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:8fee43ee0f40cbf79c410bef0184825bf63d4758129fc8612147c85147f7fcc9_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:9d108d09eb9a9c98cc7665a3dd68d93917bdb05b30f6269bb3a00c7218fac306_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:bf3891f2d6b69db4bfa60a1d5932d4111d7b56ba3922b7b02952eedce44eeb9f_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2f312119f1cfe71afa89bf2c74a4a57ad497275ff953313982a63153a39f2493_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:6560a03ef3b8e339edd4aaba5d50f1e04d62976661f60b03f2898471f11b0631_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:742780c3b6f27a3e7fea71ba1ca4d4e28db5bdfe9b69fad95cb0c31d3923c69f_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ce1110666a1f817a6897011ff27dc780b81cab9f366621120093e58f77860b93_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-policy-controller-rhel9@sha256:0d24d9508157347f020c6b99eefef619585dc37542b36f45ca62e10330e4deef_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-policy-controller-rhel9@sha256:44f392b5fe744c7abb52669e64b994c0a89dad4d21253e49ffa7acf51e069c8a_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-policy-controller-rhel9@sha256:6e67c8b7fa4d81a89121b84cad75a0a7d303d0177e28c730b903500c15b6f7c9_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-policy-controller-rhel9@sha256:81f8f28bcb4d1c52ad37c0fd5bb025333bd230793c3a2650f8ec8479d64d13d7_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-samples-rhel9-operator@sha256:1dc254b8b7bc5a5374f41f6f06d034332c9e6dcd8acabf2ee4547ba30d76b72f_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-samples-rhel9-operator@sha256:8635922fd673260318d32e128ffd11a2c7c24dd42d2a65bf4a0ce1fef12d72f9_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-samples-rhel9-operator@sha256:b853d72ed5fdc475ce4aaf6bb5b48a3899adcf0579912b0c95ec252597f691dc_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-samples-rhel9-operator@sha256:b9aee8ee21d594a677917b210a62a223ce19c451fe43bd0affac62844ba3bb32_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-storage-rhel9-operator@sha256:3c6c1a7f88fabd6c71d3ada18e7efa6ee19b0e33aa814bf1e23d6d88a3aa6b7a_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-storage-rhel9-operator@sha256:83cb02829b00376a4f31a5892b408a054cfe705906258a984f042b01486de3ea_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-storage-rhel9-operator@sha256:c7c6233c6564772233318c25089114fd322bbeaa9f30fa85e5347cd6c3f14138_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-storage-rhel9-operator@sha256:da828ef4148ca3ee8eba58052d95da9cf92ba6987418b262b7b3405095154936_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-update-keys-rhel9@sha256:4f8f6b9654e37cf6f03f984cfc5ff98945f4fa72903622f1fa770255d0073149_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-update-keys-rhel9@sha256:6e13528b4dac03e857d5032fcbda9cc9ee81bba1a30c9631202bbc7a2471549f_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-update-keys-rhel9@sha256:772397f5e6cf6068df029ec793486d9ae08d0af8098cae011a4ce986be675425_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-update-keys-rhel9@sha256:fd4eb5c5da651f5f8dba0302ec27e1bd8399ca7f0ed5bac8e120f7bc60d89ac4_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-version-rhel9-operator@sha256:4e3f81eaa31b6ea68fbb3b0ed098fc7adf0aeb77a5a739f8c91a147caaad797a_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-version-rhel9-operator@sha256:5b72eba1d1ce4bff619ec478da59a4d32535b73bb6f43bd2636510bbd078ec7c_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-version-rhel9-operator@sha256:9d3e0d922f3e069e90a5b16c08804baec619f0133ab9607e779222e6acf7553f_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-version-rhel9-operator@sha256:cdd431c76a10d0a679171a9e834274b053d4c710b26703e9732468c538e28cf8_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-configmap-reloader-rhel9@sha256:6f7d5e9aa75df873827538c22f4bc5f5132e0968847e12937c7f772d2bd56928_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-configmap-reloader-rhel9@sha256:9a41418fa0c3c5e3f0360b9c7459f186511389b5683ee3bff415f049ae84a241_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-configmap-reloader-rhel9@sha256:9c9c5a3e7e9909130823093870ac570b67be9bb5dd35906af266ef6391cd1354_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-configmap-reloader-rhel9@sha256:fd2176817bebe41db49f3820b80144e1473852f4af9a371da3e8e51c4bb62685_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-console-rhel9-operator@sha256:309c7a9912a0c3d0ea1ed4fc35b4af64d36c3078ff7d1af70eb0771424bedc92_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-console-rhel9-operator@sha256:a46f91522c131f3dc43a0f35973752bb7c27914f122f208e3e1837da09ff909f_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-console-rhel9-operator@sha256:a741ec0828daf891fdf795b37eb7b54c5301302e4b208c188b8e6203909f0014_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-console-rhel9-operator@sha256:e3766ec0bca555a1c3261be57935be76086aea1490cf3d6e9f31f1612b410dfc_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:3b2da6499a39f1c7049759b1a670aa514391bda3d550f15a8884e725c8423174_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:6384fa7d0a15b5a40733e010e8740a43667a2d6880d1b1e3501ed3dce31721a4_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:6c395b2f00617a611ed2710bb748f4cfce0e555b0202fdc94ca7520438130d43_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:77e03f315578b64e1bdef7855ff0ae44c544f648d5a384c61a37473f7ec50f05_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-container-networking-plugins-rhel9@sha256:0ff1c231ef4d4a632a089b0a95f8a8e498bd16d68a41200ffd3ad4bf32124d0f_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-container-networking-plugins-rhel9@sha256:19647286f9c75dd092be4de0edb723882af3961300a18c4aed6881bf259e6c70_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-container-networking-plugins-rhel9@sha256:6b204386282661b2efa3ff465eb279f3e06ef92646b58de9db32364d3c02f44b_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-container-networking-plugins-rhel9@sha256:993058708f0303421c0c767af97c102b07bc064cd7242acd3f5963dc6204f815_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-coredns-rhel9@sha256:560e9cc66aad1c9732c23b0d7cdb2c812a31c46efa456346b01e142b185d2194_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-coredns-rhel9@sha256:6128f645ee1e92adc4e14f61ac61ca4208cda56fc474012ab5a1fc081710365b_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-coredns-rhel9@sha256:8be1b918af3a97bea0f8aaddd1920fabdd64d23621ae73fb61a403c611515c3a_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-coredns-rhel9@sha256:ce4b36fd66c772da0bc5048c9d27b5e9c69fcab24e4fc07c80a4e92642fc714f_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-driver-manila-rhel9-operator@sha256:1a4d5f47f9f0bf1054fd192251f1c84f20acdd4a2f839e333091daf83c549584_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-driver-manila-rhel9-operator@sha256:e869a57727be73359e7159e2ca575f98976e4ebf444635098845f22f01352289_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-csi-driver-manila-rhel9@sha256:0c895394b3967e306bb26310f35b0aed33af1048bf1053a780df197734e6f8c4_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-csi-driver-manila-rhel9@sha256:10932d3dc0f6631f61c289eb0fd3bf26ec694d6b0e6540a8fa5422a6b6774701_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-driver-nfs-rhel9@sha256:470652ca1988e7b75fe22f5b211175ffeb91c8fd4a602c40f92f3b22e8567655_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-driver-nfs-rhel9@sha256:aded4df23d361836b6ef99a3bba41c187533883dc32134571a419f3894cd1123_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:477200d2e88cb3cc422914c4d9701b09002ebfb44de6dc6bc5017e468ab4b2d8_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:a0cf348c3da1f92df0e32ccfbc9c3b437fe6b2a6bff28496163ee6fcff98afe7_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:a4f6f56fadadfcc81a6330e56768eee3b0a1bb8519c5f5fe47fa9dbd4b73ef79_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:cdcd032de3bccab45d6c7cbb5d2ac3107eaff5b4b279d67f081a39ddc1320b49_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-rhel9@sha256:164136c218ab7c9da330f51a158bd519a8173671a28fc8691eba901183251104_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-rhel9@sha256:749ef641d5b6b47b6950988e3efc5cafc00495410f1ce16a276e2599a076d367_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-rhel9@sha256:968bc646d9e8d07213c3ff9bd48371e80db493c7dadb39e242741bb00b364677_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-rhel9@sha256:f8184d15a60064a6b6968ed728c5bb7538772851c11362746a5bfa8bb614243d_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:0129f8cfee2d3506adfca7939ce4cdedbdd25e6d3994ae8d82b9f2e460fccbc5_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:078604858b34951865a900411602271be1a964e8279596368d9cf968ffe35723_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:887ab068161de5a1ffb64a96515351bd02e81b0dc239c187f12128279b953ad8_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:c2585b68d7d40379ba124bee2fbfca64f1c3db925d3137b97f3df9c6afe9e300_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-external-attacher-rhel9@sha256:9a65583194250712313a1e893bd5e03a9345a16c4f5174e9c9e6e7d18413bc9a_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-external-attacher-rhel9@sha256:b216270c4e3760b33b62adbe672ced8483ba32462a744a46a863f485832c4f65_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-external-attacher-rhel9@sha256:ba7cb4455bb603eaf6b506782468741b5a71b31a0947bab69c809454ba19f260_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-csi-external-attacher-rhel9@sha256:edc3a924116b76036a932e0522660e2303c8ffaee5d292e4e8cbb9f73f79b02d_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-csi-external-provisioner-rhel9@sha256:128d4125e8ad9550aeaff50ca27806d2c4f4f17293259b64db2e9cf322ff2387_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-external-provisioner-rhel9@sha256:2ff82a187738a60c7494cf579b35e1d9a16cd0e57acd9e18474aa11aed6edd7a_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-csi-external-provisioner-rhel9@sha256:3ae17709e7c44b06b85543548ddfec54c8c1c04167ca10b8ab82e3cc4cf8a29b_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-external-provisioner-rhel9@sha256:5788c2e871884ff0e5edf019ae70cf1739b34170706ed731679afcd38d45202d_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-csi-external-resizer-rhel9@sha256:265f7809b2e2b916d3712bf17bc3c171576fde26307718ca6bfd944148bb2502_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-csi-external-resizer-rhel9@sha256:51baefa68bd37931c5fd611d1b7324383e58df4754eae607cf64b1b8c9fba22e_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-csi-external-resizer-rhel9@sha256:794b4636e1f44a3bfcc3dc2fe5155d217b31e568393fa53eabe420328c29f33f_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-external-resizer-rhel9@sha256:deaf59f4cfc7254ab8b35634ac18281cf88ff0ddc151d0498a21d6e91c30a4e3_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-external-snapshotter-rhel9@sha256:1866f88a278845d7aa851aebf6099ae6b77d98f9c244406c2aa2d61daf88bf72_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-csi-external-snapshotter-rhel9@sha256:2b9262b07076b315714007f91ca9a2de0a5333133c319b5542d9a5e89f5119ae_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-external-snapshotter-rhel9@sha256:cf848a2e0ca5bdcb850bef50193c8db40c18521c2e5d7f1b5658329a485f8d42_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-external-snapshotter-rhel9@sha256:ef64e56c3194bdb2bc3e0e129cc955beb1e6d6abb93ed45480dac1e26e631475_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-csi-livenessprobe-rhel9@sha256:150cf47c016ea3a318be89b0fb80b5f81a3ddc38aaaae9f4f9ab08478b054a85_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-livenessprobe-rhel9@sha256:19606dd645438a72af581210114459eeecfe1c96547de6e2a9a7a4a8d7b781c1_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-csi-livenessprobe-rhel9@sha256:22770984f3897afe484ddf93ad830d05af30ce0ca426c29dc33a448007fdf1ae_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-csi-livenessprobe-rhel9@sha256:a3a74359f9ff4bb3d9eae7d72ee3f3335a07f7a1d9bbbfd9c4231f2db81c6818_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-node-driver-registrar-rhel9@sha256:168d92be0933a07413608c50a787729080bc8c850c9efdec25f77bafdfaaae34_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-csi-node-driver-registrar-rhel9@sha256:6bf2240cfccf984fdc0a6f33318c681704a495d62527d2f7242934f098378221_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c7a86c7530e5818d8bbfdb1b2544010b327c6dcc99a39152788f5f28eb0ea049_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d79cac1d92dcc9140be58c63ed13cd6331c8f41474213064cd45963d69a94e17_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-snapshot-controller-rhel9@sha256:084151639be629d3a1f9f29ae20271dbe319319e2363d75f8c7c7ec7a8262002_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-csi-snapshot-controller-rhel9@sha256:2d6d427780eee15059d70088bbdb03f6774c93c4b7f84ec00eaf9b85c3f5b3ba_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-snapshot-controller-rhel9@sha256:5d1dd18616427bc717e49b781e6434ca616c31fc7daeb5596d1703f2d3379ef2_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-snapshot-controller-rhel9@sha256:9500323520cb1e4079304df57c722457720ace8518ef43c89149da40e0ff60dd_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:4ca3355941315a1db451ba8c6ce329c2f7d0286b3585196a30e1ed35ba1ee228_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:5e31e4d6f9eb5eb18dbf99b54a3a294e824fda2ad901333ecd33f9eacbac6d30_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:bfcb640d3847f3693b4118396ddf7a58d76ceb97016e037768244bc1175dfb1f_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:d590e08bb519eccf42d7891a3fef78bd2a265d5adcd9d27b7da3ef496407aae2_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-deployer-rhel9@sha256:0767aa82db6ab616d7b8b337760770406da4ce765fe088ed4299c3bd6ee31037_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-deployer-rhel9@sha256:6e319561328f39498c3705563a7a108cc9e0ba312c67729a5ca57c7b68ab7459_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-deployer-rhel9@sha256:a0afe3a4c032a1397872b707245f09fc3e63c233b0ee128fd3a4c695a20af9c4_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-deployer-rhel9@sha256:ebedb1bc3ad605141e4406cf3f2da63eca2671b89f8a596923690f30f4126e56_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:4378f58febb064fc36264f1b5862bb009aff4171b9ad6ae6c84fc9d3077ac70d_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:9d9662fee01dafbde830ab4ba397e5fa7eeccf90e2f8528fd57e748507a1b1e1_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:cd293b458d152b725a4ae09568f28410a791905b8f8e925900b38f33d3fd849e_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:fd0471855bbf69b72b75db2173aad473b9770f2e1403687bbf654c0bddb44c85_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-docker-registry-rhel9@sha256:132a674b5a051ed2ee41f940ea4f7984dbd7455de6510ef31b8fae7bedc45be6_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-docker-registry-rhel9@sha256:32d5e5690533a9d9ccf4ff8b02534675255a9625241245d434e43d4bb815119e_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-docker-registry-rhel9@sha256:78d4de7a4f72a623b01378e0798e2540b4123991b02d450c7b3391f186e32c36_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-docker-registry-rhel9@sha256:9182a503b30b8de69e862a128635bab7b44ff05df11a1ab4f96aef7525fbe0d2_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-etcd-rhel9@sha256:0ee443647f0fe63c9a05edcd5a644f7eca0eeb2be877aeeb7026c4db738d56a7_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-etcd-rhel9@sha256:ba18e1f81a20605c8efbbee41fe37e1d7ac4ff101a857e05e0f3d25aa82fa9df_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-etcd-rhel9@sha256:f17ddc78b5e4cc92834f4b3b000ab2fdb181c1f3f75dd9d185dc5d88d6691abd_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-etcd-rhel9@sha256:f27e4f6f37c47e139374be06c8772f09debff53a05bfab713359d918f33beb3c_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:170aba64101289aa8f9a8612888b1341e36e52394ba766dac7130d675816e2be_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:35098fdc72303c21755abaad4cc05553d6c969dc601d6a2ab91d7aabcadf923e_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:a62890163f9fbf8833e855caa292678a7468f9567433919464dc99a2ef7c8dbb_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:6433c81cd98c85abe6b1bbd8e74a776462ad78575cc6bde0664458ed685611ac_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:d1129dd095528238a3bb064376e70764388d986a0f47ccf7a92c88e517b54066_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:eeb9caacd52b52b2cc46ed0fa5f80606c7033d9cc8d7c63a5c199de6d107e9fa_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:3bf929bf48fec827cf4f54ff5fec04de0740b1f14a4e1da63ad580bb9245a103_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:d64a1c2fe51eaaa842bdb14a8bb317317ed1c22180d766e15fcfa5878cb5285c_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:f4b0795956ffb226a5869a9285d05b0ead36b7be32855026c1a2a5faf4307be6_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:73556902372fba78e19553065eaa89633c01c36b6cf10d6f51ad981777b6f9a1_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:ba5d03691cb09bc208c30c6c9ce746911468a4fb772dbef5520f723063bf2a94_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:bb6ad3ac3be2ec5530dde289e8535e01fd745332bb89a05d8b687a72d8b90361_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:1d5b94376d1ffe57828d9252b71372f132285a40b8487d9f931b9fdf6741cd83_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:3d72794fcd40b847e3fbaf3529231fe9149a6dede2a45dfe31fbd306df9b50b9_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4394b5921e342708156f43b45fe0cb780357d7a493c8c323fc403cf99bb0a7ad_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:49874280d3af31fa772ed481e63ea6d1a62bb579b9da0eb3bf772017a3330f4f_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-haproxy-router-rhel9@sha256:0afc3eaa1f9729a303472d3397ca19dd1b38b16d0cd721c12f4e23a3e04f087b_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-haproxy-router-rhel9@sha256:0b72b29c550a7e726d31a9814799bdb6ebf6ca071176262402619395ac8a3a65_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-haproxy-router-rhel9@sha256:1c122143be877d7d89163a4c9f3780eef8b8686057ad1889aa3102321e54a98c_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-haproxy-router-rhel9@sha256:9263b51ee05c760ccb67d397d0c8109a617bae089ad3973c180eb624bc13c91e_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-hyperkube-rhel9@sha256:6ff66bf6280231a5495000bf79ff4bb05b2f139ffc372d11d631cf60ee5de67c_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-hyperkube-rhel9@sha256:c32ff89d47b6e001bc02fdb86323cdc692d1abd679917cbea206b70e43d0d976_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-hyperkube-rhel9@sha256:ef51f6f787195be8745b3cd3b0b3dfe8a96ea48be2e3ccb97ed63cf1bbf58534_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-hyperkube-rhel9@sha256:f32ddf861dac3d41222d238768c5376702ea295840d70ebc69e9224f1c300446_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:02f10dfe13ccca892445607db62101ee47e86ef5fedff0b8dd6372856548ebe5_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:0677902a88154c33c82a5dfc1aec5325cd2938b08485299a17eb14ea0a4857d3_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:249df28d5775b19c96ae3f03d736f0ce8434d9e5969e3365be2b5e329faf85d6_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:2bce8039239d0bc061ec7f373d96bdb446ca5b68c45820a58663f124fba635fd_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:1384411d0b3794e280491e0b0e14252c5e4f9e43e58e6602b0442ab9a3fb2b0c_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:8fe95db9475ffb66b670339b266f3551c4682f214cd2c1cbd151a62e9f8a3b73_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:e9876a36c4810b4e68e1f6668d3324d8e71ba145f3d214007bc4486375d55be3_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:fa6ec143e3d12a3836c9148adb578b591987e8520cbec4283dcbb427991f14d0_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:528d6b3faebd79484a0be86e33a7d6ba922dceff5eb1585bb922c18bfd01ee70_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b4321d90c93b58108ec190d72b23966c09b2b6933a7b5d8322d10dd8831dcd6b_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:44c02359946a024e429303d031d1bc70ced6b300316c939d7290d17042b87618_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:8365ab32e19f655627b62adfdc05ceaf24cf10395876f4b3a545df57eea4abba_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:92db3a22fef2499c3d11a2666e72ece44d7df862458f06600d27fb9b6304f77c_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:3f77010faf0f6f6e7eabfcf24bf1328c6e70bbb32f843287639a523621a5f4ff_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:9f2805cd3f3ffb1daefa1a718703a568cba5536b12fe2848e3c87c2213a04ba5_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-image-customization-controller-rhel9@sha256:0f1b4c68ce6ab2167b1b6fcd0059a8531eff59b5cf49c23322828918a6ed6f27_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-image-customization-controller-rhel9@sha256:8bd8caf2fac84354a4407c48651d11d055c90e09f06ea57c1825d2be59ca18fc_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-insights-rhel9-operator@sha256:3b7ec1f0edd312034a7dec567af415f85f8be1828dc6a0dd2d11072315b77a41_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-insights-rhel9-operator@sha256:afcc280b069a744e3e67716ac685dd7c7f23c619cbc20e2c21237031580f649b_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-insights-rhel9-operator@sha256:c7e5d66df8aeeca3969c31c560fd759f77d60211f08b1f456391ee0fb333fc45_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-insights-rhel9-operator@sha256:f54220fde82b962663a86123a99a65e549fd68fd9a6153f6c67979567a6fbf58_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:17050d94832b400bf54598b748667e2e0035b30b8f996d7a25bdb61aef5960f9_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:bd5955616dc827b5552f5fbcdd1fdcb23e700a647de2ca4f3cf1f8a2eb105f1d_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:e26559b0ae61de908b9db0753babf47e2a3bc27c6637c7e945d153959fcb79ea_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:e32b6e836082e6d2a5d267283b2263d9811c3a62d420842689ab35fcc36b4a63_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:312bac6a070c763a493c566fbd1b6f05591f23949e4f37a157235f08f927c653_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:7529fae3aa40950d226ef1d8d2039d6795c518b2dbbec8e38818cfcc3efc9083_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:7a235516acc4c967b8fdda1868be132966714d19d6d90a5ce4b4cab661d819b3_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:9ee9cc91eb2ede268fbdd51bbfd2e211f34ccff61bd1c3b130bf25879c67b3a3_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:69e680e1a17c99220c8cdaf5a2e73f6e4e7d835f1193e62bf516df65e0d2fdff_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:872ec12780579fe14d90d7eec8190678ce56f4a5914917a7d6169c5cd767bc68_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:be7078e79fd3d22ef43c253aff1b72e7457128e639b780d5073a016991bf56af_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:df403029362bb02139eab00cdb01c35171431ce0e237c874e11e06aabca19311_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:b45a678f884a36a9c6014841f8ca1c70908bcb51dcc45d9f71749806c9fd8fba_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:d3b354ac0a8b37e7e8fa339011624d0e4d7403ffde520b5e911e3664e9659e34_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1726d045b526bd930e04ceaa125da6477f7a44b18c9b01f723ff3cc1320da9ba_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:f62c966edb47dcfaf82b4136ed867fd85bf04424f91e8a519f8f08a3989d98a0_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:02d3c6c0c7d3ba854e7a03e3cd3fb56f21a729136f95993224336d42f4597b96_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:49db69687f7245b778480b5796bc3956343ec1d4b58d705d3f08b3380ef93b6d_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:4c0cd346096da2ceafc8226fdf3f132320d42d8992dacc78abf9b4c194f92740_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:4e948d046ccc7a44e18c5b19fd107d560183aee3fb46ebee28bffddf850d3ec7_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-keepalived-ipfailover-rhel9@sha256:0a2b379d082cead1b190b32ffa9339bf88fb50a8ab5abaf12ca2bffccdfc75ee_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-keepalived-ipfailover-rhel9@sha256:127bf3d442da47383b1f2b8d452fd29cee71eb614b71ed7d2610063ae78e808b_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-keepalived-ipfailover-rhel9@sha256:966c3932cf9a5d03bf25141234d26c7628b71eda7439239a409da03953b206a7_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-keepalived-ipfailover-rhel9@sha256:dcb142b3a5afe0e7b7a51a1c94661855bd54776ca51575630bc43f02ba12c554_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-kube-proxy-rhel9@sha256:bcbabfca97e7433c9fa4ad479c8906644461c2a5aa75c8ff7a7644b13975ba98_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-kube-proxy-rhel9@sha256:cbafb2565fe2baf4d54fe0cc5ad883bbe0632a4736771f55dd55b9d3823a7716_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-kube-proxy-rhel9@sha256:d1654ad59633f2f3d6542a83c32ac0e1084cd148a735b46f4c674edca9fc98e0_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-kube-proxy-rhel9@sha256:fdc6e80a2293c526be173bea9362e2da73e0c0d988a767e6f160675db8590acb_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-kube-rbac-proxy-rhel9@sha256:093d38e21abf82992df96727b799f72a14e66986b02e08eb6af990f4091ccc6d_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-kube-rbac-proxy-rhel9@sha256:5c81ef8f24b561ba9b51c25e3ca50322eeb0544240f9f6db020542f5101f17ae_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-kube-rbac-proxy-rhel9@sha256:74af69d301e49c08c9c0fab6bf929b6443beddf21d578273fd332ec73d7b8a24_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-kube-rbac-proxy-rhel9@sha256:bd85227421b997806814438c33cc997fd70911c8ecf1d9e6e16e506dbcecf5bd_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-kube-state-metrics-rhel9@sha256:65321f83b5a14049a62c6d6895287f57501f5f77589cb8be2d6b366a145c021f_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-kube-state-metrics-rhel9@sha256:6c697bb3cd8bf8a743a0a948721c4c97284d62608ec5272bf97fa51d23f8ab14_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-kube-state-metrics-rhel9@sha256:bfd60907c9836d089067b19a287d3267fa9ab98e09420e6a4f0e1ffb51506d04_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-kube-state-metrics-rhel9@sha256:e26b6afc9938274f1777fc5eaf6c0a6b95fb5e9c7cdb51d0a778d548218293e3_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-kube-storage-version-migrator-rhel9@sha256:63059adfd5fb0042f492f3fdf938beb0de950f3c86fcef51fd595099e3638e51_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-kube-storage-version-migrator-rhel9@sha256:82ec54538247a36578095e91a73ea2f0f2948f1d53214fff29e424badd23a733_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b798ea0514d92809752909b9f0b4d38ea1a7309df58750c1c516034c8a58ce4e_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e85db4241123d01e874bed074f9a9a34ca6221176aaa2cb5bb4729adfbf0ce95_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:352ba91a72d19fa2b0006740b6e0e22b9824f73d3fad3ccf3cfdee0735525aab_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9292f19feeaa3bdae3094d0c0496baf8670d18286041f317ec82c552280a9b4a_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:b248b7e14b2f4a76b6fea232897ef6db0f43531e46d161af07f2e4bad05e707b_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e53a18e4371e50c1bf5089c2f6e3b0d0bdc70454f8289ba3e6411afb2ab49aec_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:002c9019af35f1f8aea55bea65c97a92ef1d19ea1baea00d17b79a264a3691d9_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6b95c1296fe5379d3dfaad98c17ac65bb818babe4057610eccf8461635ae8103_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:70a12a74322db347077f7758c485acb127ad33d021ae5aec5e912f94f8ffd8ca_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:fa4bd7d988c14418df8c332de4fea3b5ea57dc0727a461f68472925aa6eb9696_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-aws-rhel9@sha256:c6d0869274ce92a1eceb263b4e94e462fbcb8b599b09ce8acf9c00b61cf29226_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-aws-rhel9@sha256:d2dc62bb9ab60ef004894f78e80c143e8c7d027ff073a3c238dd88b14b3b80fd_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-azure-rhel9@sha256:74b7d7c58d260b1791d7d4f55a9fdcbb13542519151976de43dfb8bee67c9cac_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-azure-rhel9@sha256:d4764881a7a4f01e5b5ee2a24b13cd74fdfc5540ebbe84cdd0fa28fd64aba389_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:2e3b2b5c07bbba78849bf504c5a8a600239c151f7f21d6f1fe6c022003193a4b_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:526440e32f8eed14cf6ef61769baea675aba9c02e6cf5778e3bc8f92c7d306a8_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:968aebcf8a5dbabc3b12fd50db0f8a1bf4bfe399b390efd29b9534510d7643ca_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:1396e057385c7d8da1dc40c52033b1bbbedab984703de3e484cfea750652b224_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:373d9277d116b062a74e0610f98d512d8ffa5404afbfe116d2f8e549afd9251a_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:6fb5c3a4b83c250c783d6b88d7914f72e4972ca2a2e5852ef46a0f754b6f8eef_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f907f7e7f7659e968dd6ac35177c726004afe0b86b0dd9e9e78abc53da370a7a_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-machine-api-rhel9-operator@sha256:5e940d2b4901a79e7b4a2c5ca656d3d974b771d1950edbe441557522082e02de_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-machine-api-rhel9-operator@sha256:5f2486c25d18ae075485af13b8800df7b2bd1b251c73b1784ca1946569b83919_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-machine-api-rhel9-operator@sha256:9972c5496357187072347787379fe704b02d7aca9c62582982ff97e132f7361c_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-machine-api-rhel9-operator@sha256:ee87d774d6658bde289f8c9ab55154ade49dfddecb55ac1a577da883ada32aa2_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:2141576fcdb4d159aa417474a27457fb2087ad6235c4df0597083f3b1899ca45_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:483b65fb285f5d17f225c5da6513e12bc7b1a7b4a7040663cd07b565b0afa029_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:e3d3a68630da8789ec30cdf920bc64b478949e146e565c28faa4b6e60f149f8a_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:ef6cde961dbbb6fba059c3c45a80fb0e2da74f4c5cd52b42e73589ddf5b1e399_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:9614841db8310744628318b72f55c58b0486fa04758cf069921ebf602e689e9f_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:c26463b63a1336896c3b5966be5952b60e539691202cd81e7ae4e964817f2109_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:c6d8d116a62c6b8d1f6d298c580206b22de9054c2f6954f6bf480ff01c572dd8_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:e7d5c7d2133b60a140a95d371202e33e6bdcb24ff7ae55fe791f42f57534ee30_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:158251335ecb898e1d9dd072153925e15c27974ea5bac191d2b2238aa3e9d9ef_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:23b2c32bb23c66ed48ce220033f85c76ec6ebfe241ef912e7e5c2550b3252f08_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:cb9d387eca1b9defc9b9cf59e79e3afd9721f6e2768f6ca1b23e2d93c643fe88_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:f94b1ab4229c5fb8e2dfd07e5b04b58f6385f67454e7ecbed2d2aad02e91f07d_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-multus-admission-controller-rhel9@sha256:1234866d996a553670345d2177f491180651d53747d97ea0f5b7c05dad4ed0f0_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-multus-admission-controller-rhel9@sha256:4a2061a1ba2d018fcdd41b6722fb4e332b72983954ea5d0609b01785d2647e6f_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-multus-admission-controller-rhel9@sha256:878826b56658eac597d692338bc3e7d469568776c9d6f71c11b63bcd0932e01a_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-multus-admission-controller-rhel9@sha256:8e46edbaa4d4fc29dbc09d38898429d545a02822cc46a726fb5a61f4bd55dff8_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-multus-cni-microshift-rhel9@sha256:60064cac3df05c9a076ad9942bf3ffdf452f8ed8ade863153a7ea449234b1e4c_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-multus-cni-microshift-rhel9@sha256:9f905872cf72582e8ef6df209d1dfcbe23e56d894f39ce7c705bec68908951cf_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-multus-cni-microshift-rhel9@sha256:a5aa505bbf99f157b1817ed0981ff4037cac3e94ec3b80457f97b6e07935a1de_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-multus-cni-microshift-rhel9@sha256:a6aee61594a381b29e76718a05255a69ba1fc8d16b4836665499065cc00a6386_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-multus-cni-rhel9@sha256:06a30be1f56c0ba60fda631904e406def40a5294076d98f0946c1c7035785e1a_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-multus-cni-rhel9@sha256:0b7d0c694b170b254e7f998465826e0d51abb9da67f8d0a4d3c58af450550cc9_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-multus-cni-rhel9@sha256:331e9a2ee10ab14cd3cdf1016af92a1e3df1f25422900bf980604b0b6c6050e9_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-multus-cni-rhel9@sha256:b3886236c43c1935b1e67344d865ec6b6148b599cb6f94aaa827ff6889444faf_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-multus-networkpolicy-rhel9@sha256:93e501b312ea23b290e46c14787acecdb02636333f5388429b5400bc4599be9b_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-multus-networkpolicy-rhel9@sha256:953c2a800efd3ba87344b0c556c89132630dc378e1a96ff38f626a60ed4d5ce0_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-multus-networkpolicy-rhel9@sha256:a79bbb6df83654cdd8d925a070f6b7c9b62e85702b84330d31a1242507fd01ec_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-multus-networkpolicy-rhel9@sha256:f32767d8dbad803a847397b47ef35d48820e2ac8c5abb5d916fc3daab615f6ab_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-multus-route-override-cni-rhel9@sha256:2dc58f3bce109f2dab38f7940e7aab29a4418f5e0732c1e8f1e1ed217635ac19_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-multus-route-override-cni-rhel9@sha256:5784e4d821cc26ffffad6e6e3ed101fc2842ebc3d89b16eac041dde506c1ce01_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-multus-route-override-cni-rhel9@sha256:b32bee1e17a99bf6e865f3dffb4f80f9b681cc3c0f2a1505698f594f286a7396_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-multus-route-override-cni-rhel9@sha256:c0b91c4fdee11f1468e9c32f2f95feb08f49eada69835577eea2c04ede8c5725_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:14c20436996d9b4151cb77c811fa65929d70874bab1e3577c1ffc156b23514c2_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:2264796d3b4da7e3fc2961c55972859361750a1272f52112d6b50c069275b6f8_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a7a7b993fdbbf8fb1a67dde836a577c55ef589d899dd6b50bbb6ab4da03ead0c_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:eaeb6ea984b43075d1721104647c9e539ffefea462ad3ea3f3cae66551e301e2_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-must-gather-rhel9@sha256:60ec7816beae30bef25a0a50633d77cb669c472d4f1adb0356b547c13cdc2282_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-must-gather-rhel9@sha256:7e0061f5d8d3909d377e353592c99179627fbbd8e70d90f1aae44dc8f9f34b9c_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-must-gather-rhel9@sha256:c1268a511ca6052fcd0392301af7861d388fc2dd32977b13fc85780c0c9a22a2_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-must-gather-rhel9@sha256:de0f68e94d48d6fd1c6bf1cfed042a8f244e5392a0b6ad5c02cfab7b7a9ae3ab_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-network-interface-bond-cni-rhel9@sha256:66eb46a96bd308c39af00caad02b3dd77cc7d1dedfba70ead48c9390dc9ca9f9_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-network-interface-bond-cni-rhel9@sha256:685adc9ee76db7d09ce6c56ba14570c9e0848c517534c5661b52a702d05a1e3c_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-network-interface-bond-cni-rhel9@sha256:78d3bdd9d6ec154e80b1dfcd41e37ae695173e61a54fac6aa2ae9f9264253c75_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-network-interface-bond-cni-rhel9@sha256:c372276000e5ed2540990ca06299d060a49c646ad7a1f206ce5094c7b95536b4_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-network-metrics-daemon-rhel9@sha256:0e47e27fce44f690b6b358249a26dd334d40d77a934c289f5c6d700825339850_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-network-metrics-daemon-rhel9@sha256:1820093b89c42b11b76534feb6f686877931e45206f35ba4ab3540e209f95e6d_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-network-metrics-daemon-rhel9@sha256:afc2923e5780bffb27abc102eec63968374848078da5cd2fe12bdc8f0ec90251_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-network-metrics-daemon-rhel9@sha256:e805f9a0f7eb2039fd8040dcff142175c392381c992b69e8c5e3307249fd10cf_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:400c930aedf5e3964c9e5201b5932603b6b074ba6f6c31e3d432c066e06ecd77_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:7c0370de82ecd2cab8bf48ae7f1bf66a52d637e8b9aa6c0ceadc6a27b5e3507d_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:ee249765525cafc3c5b1c9751427e7fa19bcef17566d5ca273fcda348e3dcd50_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:f94e6168c2d658e1be23c8d9cad9a86d2f9e0d393c49304d310a500d61adbbae_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:065ce9ed541af2ee48a9c7d803865180f3c0431c2e96edfa1b09bab0bbbf40bf_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-nutanix-machine-controllers-rhel9@sha256:d8add7c0ed65ac5c6a053c21fe96fe8955b6541f9b05a47863974d18a7021ad4_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-oauth-apiserver-rhel9@sha256:08fbba8e85f6efc4f5d77d1bc9165fc30628f4a04383928110e5cb58e80f7e62_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-oauth-apiserver-rhel9@sha256:13a1c0ff1bf2b0a865a959c65166b00d53d402fecf984db6f2b9cd49ee7289fa_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-oauth-apiserver-rhel9@sha256:56a5d92f7a3a2f3ece3579a584f4234ff2c0d8ea4eb8e1d4f65cbf7d7a68a19c_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-oauth-apiserver-rhel9@sha256:8ecc5104c41faaecc96f97e1f3c4ddfe0047bec271a6bd41a72c4704a2b479c4_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-oauth-proxy-rhel9@sha256:1eaf29ebdb3d128ff2acc33bae9a33da915806cd20c8aa98afd8d1004eb17dba_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-oauth-proxy-rhel9@sha256:b934449f27cff8ea6cd6577e862bb07d3b20534cb644748fed921d922cdd5404_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-oauth-proxy-rhel9@sha256:ca6723f202239be0464ff827710c011468d6df243cfa873274f9d4c828d4d76d_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-oauth-proxy-rhel9@sha256:dc748b70f83c70facb499b0d5ce0fd691e827909240d89ce27c3d248175d07a5_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-oauth-server-rhel9@sha256:5510278d09ee523ece2d0ba6b24f07e522dd231d36d2eec2c190d1426e15913a_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-oauth-server-rhel9@sha256:8b2c530a19bbf51813e7ae9bcc187a49b9637d808a720401ad512756d1cf0d2a_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-oauth-server-rhel9@sha256:a033f65ebaddebea7d66135299e2fe0451f3b3c939ff26c77c3bcdb053c581dd_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-oauth-server-rhel9@sha256:b4fc4980e7caa15cc853da45981051aa3e1290e4ed9e6aa78cd0bb251796fd39_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-olm-catalogd-rhel9@sha256:25a5a4b4ada09c18b0172d6b55e99213b328b049a4e736ef33a46ee0da1dc950_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-olm-catalogd-rhel9@sha256:2b350e41bc865f8cf3d91ec774a1ef90efcb1dc695031d54cfcbcba445ec576b_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-olm-catalogd-rhel9@sha256:e9c3bf1b4cd8b50229b2d2cd74f6ab8ef8d300d6bcd577b3334d368621c96e5b_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-olm-catalogd-rhel9@sha256:f11007c8352baa9b195cbd9734103033c0946078b12ef02a624aa8574a455896_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-olm-operator-controller-rhel9@sha256:7947045fc7c78746b791cf45cc7086f35981ca1675813803e4d6b44e1217d4a5_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-olm-operator-controller-rhel9@sha256:9a95f890999546160ad4cf68e60c94bd02036392a981fdd3473bc4ce8acf5e63_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-olm-operator-controller-rhel9@sha256:a2ada640c8cf94921756f81c68762e3aaf7eeae865cca833be5fe14a868e9832_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-olm-operator-controller-rhel9@sha256:d3bfee26c52099ab31a0f7f78b53a6914dc1f33c613dfce0a4a83dd70ba6f04d_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-openshift-apiserver-rhel9@sha256:12ee719e29b1a159926fa67162dfff04668a0c786db83697a75fc8bf96c61e36_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-openshift-apiserver-rhel9@sha256:281810b86981603927513af4b9738db05df090e27cff61cb57f615a1b7da54a4_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-openshift-apiserver-rhel9@sha256:d7aa582cb99ceaaba2d9da65183a485fab11b0aec41d68b5964510f35167b3e6_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-openshift-apiserver-rhel9@sha256:dd1be867b630db99ef81dae76668387115f04a9f0c61364f0a6e216d0a28cb05_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-openshift-controller-manager-rhel9@sha256:92b40e2865e79b6c9178e6e94523b9d09149441f5a72276b25951404526e7ae3_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-openshift-controller-manager-rhel9@sha256:9825100ccb4a060d9f37d554a8f9d79dfc8427785eda77610c60ad0feb74c666_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-openshift-controller-manager-rhel9@sha256:d121f0c03960db28af368e4b864efb220c1be28bfb5f9735813302efd045f4ac_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-openshift-controller-manager-rhel9@sha256:fbba55058981a9c57d0b273bc8b56b66e164c7fae1bf59d74aaf6ea3656ac59e_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-openshift-state-metrics-rhel9@sha256:539c14445c4b7acb91b414f802d93be4cebc24d060b52e06017338fe9075d9b3_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-openshift-state-metrics-rhel9@sha256:62724925ca3ab5c18ebd7692e89e41ecf7e0d33176850f67eeae9692a6927cb5_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-openshift-state-metrics-rhel9@sha256:8c6bd11088ca925f8faf61dff5bb6655522a8ff6939c146a4126ed5f0690914c_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-openshift-state-metrics-rhel9@sha256:d6a2b5b710ebfc04b22860c62daf56aa7ff85d89a26a8235f95d72346d4e2db6_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:1919474880b196d1905b8dff9587c006b6f273124d02e97f40e2d4ea8d050777_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:213222f7adf001b898109567c42c82d6d9325ee707615caa1ac0fc15fae574f0_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:30ef542720dd4425d7f7fae10dcebe2d5fe6d25105d34261fe754f4cab4a64b6_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ec415bdf74f9ce65c23af9e06d591ba78d696f32a7cf249c71804a87895f96ec_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:ba40d8da235fde8e89b6115a1d5f41568fafb4eeddcc38f107e493fef2ea38ae_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:bea0b14e279d2c307eb6fdb8dcafa114d9b281ab267c14f7b6151c5b838f80cc_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:bed0e7813bdf23482a2c4f14c09a73c84ba62027947ec8e9c57ccd2eccc2c1b9_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c7cab534f6196d76cc1e31b17bde3bf5c3986fcffe7a1c026013012c7ab68c81_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:47d6f6652a0e3d399c9b26a4954fd3478326c49825863698cf3140c2c3ab9bf9_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:576677c2baf50fd096f762daa156970e982279275b34814ef52e4be4b511f5ba_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:6e6be32bd4a1e3739d0e0f1da3674cd6f74ec5255865dc832d91d41f47283718_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ff4bf6e903a1af1f494f5e0f43ed6718bcb55557fe9135d0750362bf0e8e6b58_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:1ef9d43e45303b56e96f1fd2b5d63cb185ad3373fe516730a5b0b98b6947395d_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:5f7747f4d324cf90dc48d2bc20d76c2625fd2dcaa3d6478898dcc55d1f8984ad_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:8d30cc94f2e8512406aba31083e31e155c9f568838343e56864579dece7bff31_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:ba3ced5cd94c0bcc2a3295ce47dc28a60078d7db8c4edf2bc8d6f5b12d573879_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-operator-framework-tools-rhel9@sha256:5abbe0d3aa1d5dd9296e795465ddd5a117c466606481a418b2846c435ffeffad_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-operator-framework-tools-rhel9@sha256:9c53f361a67e96e64b5cb912c0af0a1b3e18cb3bd428084d5cb1e8f6860855c8_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-operator-framework-tools-rhel9@sha256:c187541b8c1b8a589645a608ed79b43f9e6911116faee1c50ca8a0a30a4d3738_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-operator-framework-tools-rhel9@sha256:feabd407ff0094dd9102e3c78cf94852ab6e700fe7f906fdd32d6a211232b16e_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:01b59bfe4a9c7489011c71dd8a35ae2ef81f81c4a23dbb2117b6126964f1da2b_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0783189d5b07855bce1a32115fae430958ccaa7951bb6405eded7e3aa572ee17_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d7dbfed38bbc7511c43814e7d06a7c120b4a62adf724461c76154a37cd37796a_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f7e781c6a21c4b8fa25630d174362d62d69dda2911dd033f7729923b26ecb483_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-operator-marketplace-rhel9@sha256:072e15ae931425b07953efa32a39b4312805dd12889af0f731c9b04238a21c11_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-operator-marketplace-rhel9@sha256:2d413b3ece4cbb46f6a682333ed06a22857271e211acc6f704059eb20bfe01d9_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-operator-marketplace-rhel9@sha256:7c57bddae38c037d1848a509ba7c4e5831632581439f90865422151a90c7ade5_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-operator-marketplace-rhel9@sha256:bd541bcc12678de1a652a602a29623a9dbb8640cd4b88ed2e458d352d0b0039a_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-operator-registry-rhel9@sha256:12875248fd37b9d1fa4afd238ce78aa147fd2d0dd9708436fc01ac28243c425b_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-operator-registry-rhel9@sha256:3aae32132cb3da00d75d456bb422fb71a45091672a0673bddd75b823cdb01242_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-operator-registry-rhel9@sha256:43d4206cbd9d2a25d53077443478f65e85cbba2f9d1fbc765446de1929437bff_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-operator-registry-rhel9@sha256:894819babdbe3e6a04f63d8a6ec52bfd0ed1503c25ebbb6241535e5f5fa90b36_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:43f19aac756eb00b63d12521f353df83d79086751715e23f2c773880f85221ea_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:48a8ad863bc40447db23818df0da3b6c765011ba81eacf4b7116026a06358bf9_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d42d85915e158a7ba41ab7c855ebbff6a5e6594bbe9e002190b5966507552c2c_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e96efaf0fcff6a640c9a5d66922694ef5e30d2d6bc3b2edf1a4900e283174a1c_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:2bade31f6bbac52b4916f47431126c735efb2f98db4a69a5d6839ae731803dc1_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:704105b2136fe017ee9402ccf0109e295b2e73462311470fd97aaeb4768b01f8_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:7a6d7d84e63cdab1cf92a6d022168a620a22f5e8ae898f7b972871bf76287886_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:8f896cdb945435f3f03a813b857d4cb1ffe1f0d6015ce9b776954a0f0cc9558f_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-pod-rhel9@sha256:347e4a105a4f2589980d2e9fae9f57a5ce86bee3c96819d397f219a82f64e3b8_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-pod-rhel9@sha256:d55bc674b70cafddc0cfb861bf0cdc64415cd01d4d42d71bae31f5a909cf27ee_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-pod-rhel9@sha256:eac0005dbc866e009c245646876cdcd01ec5fd0abda2145c3cd506f1fbef139e_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-pod-rhel9@sha256:ec5c3c9ec4adbb7f15dd2c1ad7f8482a634d4d6db2379c15341b772ee1cb7e15_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:07248406477642eccb6adecec3aec409bae0e04598a7252e771dfa87368e4c91_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:9fdf5e3812eef56895b938f68f8d148c2888158d01fcd817ef8292deff66fc34_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-powervs-block-csi-driver-rhel9@sha256:0e89e02535502b0390ca0c4ab8162b78c68af02974955d735536a1872b48c189_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-powervs-block-csi-driver-rhel9@sha256:d08894b4f991791b4f1a1603c215538b1b6ebed430e07533287abf86baa2c3cd_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:1fee47031672c49bcfa735489ab08fd4be10995234ecc97e7b51733d4170df96_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:5ce97b705cd6ea00a6d5517f13e468c0b2bbe902d425ec3048d90d7dbdc7bedf_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-powervs-machine-controllers-rhel9@sha256:548abf5b9f1cb92a916d8c6beb588f81ebc40d33412e7383d3a1bfc602ed38b2_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-powervs-machine-controllers-rhel9@sha256:7f96b42095d100141a2bbd7ac8cad14562cac3c186b26d00d0fc81880b093f07_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-prom-label-proxy-rhel9@sha256:209f1a13d11f995c49b36e2db96d61470e6742824619b6957a4b7390b1d5dc52_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-prom-label-proxy-rhel9@sha256:222f568c31ab36aa4a0684274584e66aee149db5be50eb79691c7636fbc8aff3_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-prom-label-proxy-rhel9@sha256:db3b3649eec224de4af5c5223bf4928f8e302c5f54ec9d501ce8bb71c3c627a3_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-prom-label-proxy-rhel9@sha256:dff520a6cfdb27ad2ce31301aa3d74275ea7e13fc39749c77118c4fa74255604_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-alertmanager-rhel9@sha256:1eb0d7754525580a289e18bd58efa44b769c9f8f3e1c362381756daa615fc6ed_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-alertmanager-rhel9@sha256:30cc60b9273b07c493b3156ef278830bffeb109dba7c7c0517e0347ccd480631_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-alertmanager-rhel9@sha256:693a75146dc6f1436bc4998d59185e379a695b57c7e9d20945e84589fb142d6d_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-alertmanager-rhel9@sha256:bb6af93d177a604520ef035bfe3617985f7a217784d20a4cd180dddae75e6949_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-config-reloader-rhel9@sha256:079aabce1be013d247160482720526bc7070b857c9bdc3311e16ec4b7946bb90_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-config-reloader-rhel9@sha256:366ea0de608f0dc4890208515d89a6c01a56aaa32d54ba04dfc1cebcd0aa1940_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-config-reloader-rhel9@sha256:41b569ce3bab77e814d2f2dbe5252a55b22cca84ac1d0fac985d3ebbfdbacba0_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-config-reloader-rhel9@sha256:a8739133a6616a7a34ef4cbd7eeb731b3839d4e5ac4d5f2ef52894b493b0503e_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-node-exporter-rhel9@sha256:066cc860301397a054a7418b105c25230a2180e557d7b093b8234e375ef7338d_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-node-exporter-rhel9@sha256:0fe50ce4c7264d9ec532e587c9846b0070b22522066816679f08a5a07111942c_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-node-exporter-rhel9@sha256:8292247806e2520a54b4170aa69da7f20b93b2420df976dbd2f5e92735100c2a_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-node-exporter-rhel9@sha256:ba960fd338ec7abcc2a936137587076f80ec113a081be8d1df91fec8d3ce09df_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:487f00e5cc33440966f68b490b6ba8d0da0462f2bb5f94455807bf9a30ddc368_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b064cb6d4991fa87e75776f37bb8602d006e296d213f5bbd6b47c6de2903f152_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b39a4b9a4f8a91b7976f2ce02303b05b38a583291a4ebfba1b08d999fc108d90_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:cb10c1fbc87bfe3fd48c9c7834bb44be8e808d9ad10ef42c6483681fac9a8524_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-rhel9-operator@sha256:3b0a31d3ac49250fb165866dd1ea03ea7914692a09d7bc6514e516e1cdd5639d_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-rhel9-operator@sha256:717067cfb00313dad5317b564008a9b245649d001736074009045a7fbb3d1cb9_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-rhel9-operator@sha256:c0d1e70914880e19b13f1c899623c78b880777ffd0d54f813a8c78f2f172a4d2_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-rhel9-operator@sha256:ca2cae619e6e83733a803335a113e09ac6bb9c1c235ed0c1ab05fd7e8441f5b2_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-rhel9@sha256:033caa3d2b728c32e63c7de347646938d304ac0ff2c490aa35d7e85e63236cc3_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-rhel9@sha256:2cd0c0d30cdd42e4b78859bfdc5bb5dc500691e69efad403f6cbbea854564df6_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-rhel9@sha256:3eba98811dbd189733d9e1ea7ac94c175b90b5e35d5f58c27aaa313caeaf3b35_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-rhel9@sha256:409cb025e1929cca3e65ff7ea79efc7f16b546fabcc93ebc0b7c98219cc4d7a7_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-service-ca-rhel9-operator@sha256:0a3d510a717ae3bf99d94b4987185b70445998ecb26e91b5136e547a8d457cb4_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-service-ca-rhel9-operator@sha256:3b1680ab1e489cd414065f3d52149fb34147fef2888f4da3633c30936690dcb2_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-service-ca-rhel9-operator@sha256:9dbbf7be716430d0be120617233a7de552e4937248315de9f6c6f794100db3c1_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-service-ca-rhel9-operator@sha256:ba873fccc64591a61d5a0f0d16ebcbc040532e8e16309b183395beba4e8f94ef_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-telemeter-rhel9@sha256:03554a4e07a0aa9debd4b2c5e31ba7a2abd48864f6e21ed8edd758e397ecb9e3_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-telemeter-rhel9@sha256:53b2672ec495dc7dfe61774d5ae111c18e2444c2e9a97a9a5588f5ff659cd048_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-telemeter-rhel9@sha256:93a0c6f59c4f920371c1210668bc5c0a9d6fca17dfe978d8427f772464e16af4_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-telemeter-rhel9@sha256:b68407ef2bf389d6ee95a12b49b6d5e3a338ca0b02c0c4c3455ef7e4c4cce81a_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:6c29ecd0e1de7ddd55fe5429a3fc772022ec55dcb09d163fe37e732b611e19d1_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:91bdfd2dfa408a28a625c9697731b50eb4afed0ea2bf5f6e83e4a2b9bf42fc49_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:a7c46f07c35d038170ce529369d58b7c848973e9b1e0c52cd50a687a758e85c8_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:e447e1d980df7586105ca637b17bdad12b3f3884a6cd26c8a8b0482e02648c46_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-thanos-rhel9@sha256:171a666373eefa0b34cc77d1c1e1361020055746c641f81bdf55581304ef1a45_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-thanos-rhel9@sha256:2260556b4aa73441c868313ad67b4ec14af256a81f2c94dd174a60c322f65879_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-thanos-rhel9@sha256:29258f468994c2e7a6249595ca4b75fd72c6009644f8e772f5510bd461758d3f_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-thanos-rhel9@sha256:c6b2c72b0a23b3b2b1030add377d6709ed1f625041251a1338c2b083df4c7fe0_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:4f4daeba93df4d66ce29574a0faa199ee1cc73bc5b8a63b38de55c7a2ec43bc8_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:eb1e91426bc4518afcb871220972ff5f7d8494c56c3e59f8f534ffc96971c409_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:fb4f18eee9c9aa4131ab06485a4c0444f0cb02ab11c6dca878f63f0392bf6b62_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:fdc3dc067ac445612299bf56e1b10c6b5a4e6f50daed1017454a5390d9e15632_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:8e5aad7733bffaf858ab1d1030a1c37d9516d40e083be5db9ad7d4dd53a118bf_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:19295e454699d1dd59b159aef11ca3d4d410f051d5344dd1b0aff527fc3088dd_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:4dec733ed9c56865b1cc97f2f82ecf81ce6c7949cee3b6a1599075e54f893d67_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:8f5f4a8c8d9b31039b46e2297ba597600522fefd00eb2472c4f7a64739136723_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:8e5aad7733bffaf858ab1d1030a1c37d9516d40e083be5db9ad7d4dd53a118bf_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-vsphere-csi-driver-rhel9@sha256:19295e454699d1dd59b159aef11ca3d4d410f051d5344dd1b0aff527fc3088dd_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:768cb3d11c268969e4eb1759e8d67394501e51380d2e498e3d3b06ddb98d6a29_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-vsphere-problem-detector-rhel9@sha256:8f0fc81d0fa8ab13f02d4aa1827cf2e48b4de3d7b8f46b612fe1483f8e34f559_amd64",
            "9Base-RHOSE-4.17:openshift4/ovirt-csi-driver-rhel9-operator@sha256:1d55ee07b1be3dbd3b9a2e46aa5b8eeceb055c531c49362ace9423327fbf57bc_amd64",
            "9Base-RHOSE-4.17:openshift4/ovirt-csi-driver-rhel9-operator@sha256:46a72226eb46b3833644353955ba0b6dbaedc829818cedfd0e00463018738efe_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ovirt-csi-driver-rhel9-operator@sha256:ae24fbeac9717b5f51df6f71cdbdb57046f82fdaa1e6daa98225d729fb8504d1_s390x",
            "9Base-RHOSE-4.17:openshift4/ovirt-csi-driver-rhel9-operator@sha256:f8431594e8420b0ddef024e846c2ae70569770750f3217dbe3704b58bc02ef20_arm64",
            "9Base-RHOSE-4.17:openshift4/ovirt-csi-driver-rhel9@sha256:0c5c2dc265383ca172155921b1984557dc71532d880ee3f105d86b736d46f48d_amd64",
            "9Base-RHOSE-4.17:openshift4/ovirt-csi-driver-rhel9@sha256:200522c7bae23bc7fddbf7174163851a139efe452660482d14e26d31ee11d330_s390x",
            "9Base-RHOSE-4.17:openshift4/ovirt-csi-driver-rhel9@sha256:9d2e0a9926f48be33d889cb59a93c167ed943c3a035eeafab86cd670accc66bd_arm64",
            "9Base-RHOSE-4.17:openshift4/ovirt-csi-driver-rhel9@sha256:a05a16ce31d453bb37fbedcbf8e05e5f6dbf929f5626fd00ff2403bf8510073f_ppc64le",
            "9Base-RHOSE-4.17:redhat/redhat-operator-index@sha256:12875248fd37b9d1fa4afd238ce78aa147fd2d0dd9708436fc01ac28243c425b_ppc64le",
            "9Base-RHOSE-4.17:redhat/redhat-operator-index@sha256:3aae32132cb3da00d75d456bb422fb71a45091672a0673bddd75b823cdb01242_arm64",
            "9Base-RHOSE-4.17:redhat/redhat-operator-index@sha256:43d4206cbd9d2a25d53077443478f65e85cbba2f9d1fbc765446de1929437bff_amd64",
            "9Base-RHOSE-4.17:redhat/redhat-operator-index@sha256:894819babdbe3e6a04f63d8a6ec52bfd0ed1503c25ebbb6241535e5f5fa90b36_s390x",
            "9Base-RHOSE-4.17:rhcos@sha256:975f83f748ff4cebae040caa4df88b771d32e1f301204a736ec414b4f3234e99_aarch64",
            "9Base-RHOSE-4.17:rhcos@sha256:975f83f748ff4cebae040caa4df88b771d32e1f301204a736ec414b4f3234e99_ppc64le",
            "9Base-RHOSE-4.17:rhcos@sha256:975f83f748ff4cebae040caa4df88b771d32e1f301204a736ec414b4f3234e99_s390x",
            "9Base-RHOSE-4.17:rhcos@sha256:975f83f748ff4cebae040caa4df88b771d32e1f301204a736ec414b4f3234e99_x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "HIGH",
            "attackVector": "LOCAL",
            "availabilityImpact": "HIGH",
            "baseScore": 7.8,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "NONE",
            "integrityImpact": "HIGH",
            "privilegesRequired": "NONE",
            "scope": "CHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:C/C:N/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "9Base-RHOSE-4.17:openshift4/aws-kms-encryption-provider-rhel9@sha256:03c4ffb6e1ca068624a9bcaa5ca21f0b67fc60508f382ae95521c6a03ae8afb4_arm64",
            "9Base-RHOSE-4.17:openshift4/aws-kms-encryption-provider-rhel9@sha256:9ba0c5d8195237e7cc9e37ae735a7841a3fcab2fe12e6ef106da61a6e09db0cf_ppc64le",
            "9Base-RHOSE-4.17:openshift4/aws-kms-encryption-provider-rhel9@sha256:d94dc7200bafdfb39d5d7ce555b36d59d17a0add1091babd769f33dfdb854cda_s390x",
            "9Base-RHOSE-4.17:openshift4/aws-kms-encryption-provider-rhel9@sha256:e97e40543c09b130e3d36eeb5800d9d4ee989f5b16314f33534b32a2b11b39b6_amd64",
            "9Base-RHOSE-4.17:openshift4/azure-kms-encryption-provider-rhel9@sha256:08021be0c69cec642238d8c152f39957660651ec5714d7ed17f2f27c31e3db6b_amd64",
            "9Base-RHOSE-4.17:openshift4/azure-kms-encryption-provider-rhel9@sha256:a8c81f1ea15f8625cee9ad826d2263d09c17b6fe7b2941579f8914ab6ead1689_s390x",
            "9Base-RHOSE-4.17:openshift4/azure-kms-encryption-provider-rhel9@sha256:a9fa50ec982340d9e61f130c74457bf6809d843c13a266d140617f17ac1bec0d_ppc64le",
            "9Base-RHOSE-4.17:openshift4/azure-kms-encryption-provider-rhel9@sha256:cc38a9ba49ae414e03acd79e4d3b97977fe53872870612073fa569f6ab702939_arm64",
            "9Base-RHOSE-4.17:openshift4/cloud-network-config-controller-rhel9@sha256:2a6eb863736abf5c2d7a3f7c2f324e71e25a7dd9a0d5219bd9666c136e0fa863_ppc64le",
            "9Base-RHOSE-4.17:openshift4/cloud-network-config-controller-rhel9@sha256:5153ada0a44b00eabb71606b7144de94c4d5de7eb27dc54cbc9b729bd2a5093b_s390x",
            "9Base-RHOSE-4.17:openshift4/cloud-network-config-controller-rhel9@sha256:698211795dbabe068f87d21f624e09d28742483015be770b1cdb5c6138283b69_amd64",
            "9Base-RHOSE-4.17:openshift4/cloud-network-config-controller-rhel9@sha256:b5ed6c1824fa24f8dbed30ccc81428285823d97e15496c43c433db55985fd9c2_arm64",
            "9Base-RHOSE-4.17:openshift4/container-networking-plugins-microshift-rhel9@sha256:3bb7db321e0bcbb3dadc7a1c9f350e69657249f4823e46184c7001f17aac7d1d_s390x",
            "9Base-RHOSE-4.17:openshift4/container-networking-plugins-microshift-rhel9@sha256:44ab8531897438f9b25f0b6d90e5b224e3928a3f12f8b24dd18113d7bbb40ece_amd64",
            "9Base-RHOSE-4.17:openshift4/container-networking-plugins-microshift-rhel9@sha256:4c57864ec6554cf452d24947d6d1387f8c4e10a0b89508279b1bdc12a1a1f50e_ppc64le",
            "9Base-RHOSE-4.17:openshift4/container-networking-plugins-microshift-rhel9@sha256:6fee0ae68857abb3ac5357aeee9fda4cf8cfa60e061b6240d2cc266156092d07_arm64",
            "9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:8edadcbdbe43b80cea7a3076897e893c8e3d974c6cea165cd8ecb00e03d1ce78_amd64",
            "9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:b676dc0dbf6c39a7b3b68d3ef21cef981927255ba8ea45e9d1715396dcfe29ff_s390x",
            "9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:c9e05849c3438f54571b43555c775401f5a97abcf7d328c6b04387e8c1d0b312_ppc64le",
            "9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:ca540412965a47b91836a1137e49720be6ee3ebc2b7c54b67864beaea76c2e6b_arm64",
            "9Base-RHOSE-4.17:openshift4/egress-router-cni-rhel9@sha256:07d4ba54630d432f37576929be29cf02ef09a47bee91a63f58001f9cd4acfc92_arm64",
            "9Base-RHOSE-4.17:openshift4/egress-router-cni-rhel9@sha256:9d5ce7ba2746d808b7bda9c491ecbaa158917b2659546eb9be7752d14a79f845_amd64",
            "9Base-RHOSE-4.17:openshift4/egress-router-cni-rhel9@sha256:deecbd903551fa42eba84fbe2051794146cfc426cf6f151a2d8b0e26d99909b1_ppc64le",
            "9Base-RHOSE-4.17:openshift4/egress-router-cni-rhel9@sha256:e2acac628dad896c7b4ee0617847b6e5d8051b5cc0a0add05734b2f179afcb59_s390x",
            "9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:382bd4ab43e8572f129c0cccb7778c0c35e1648cc48d142fcc4f908cefb56a39_s390x",
            "9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:530a9dff7076b84825ddbb0fdc1320140ee5f01de559b2ad166032d58dad6dc2_ppc64le",
            "9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:6f7e5612f7cb6c85db355eeba15164a0445fa58857b857506cf65b873e4b8174_arm64",
            "9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:ca10f64ab5f5d9c5f2dfdb5241fed009ec9f37bfd7126ad790a07f9c1a418a3b_amd64",
            "9Base-RHOSE-4.17:openshift4/kube-metrics-server-rhel9@sha256:233be71aea1d6daf6162eb3a7f91c2f052b47e3ad1d8778e519761c678a32327_amd64",
            "9Base-RHOSE-4.17:openshift4/kube-metrics-server-rhel9@sha256:3e11ef3020927ede13dd28f57daa86b8cfd2d287e380296452bca4bd781391df_arm64",
            "9Base-RHOSE-4.17:openshift4/kube-metrics-server-rhel9@sha256:9792d7c9a9e5725b68fa3812d5907d4812b6cb23042af5392d7e6cbfdd3f8995_ppc64le",
            "9Base-RHOSE-4.17:openshift4/kube-metrics-server-rhel9@sha256:c816c9115e6a17674b2b913b73e5ebe5fc53fd20ee431f9f87c6035b4bca6c16_s390x",
            "9Base-RHOSE-4.17:openshift4/kubevirt-csi-driver-rhel9@sha256:7fdb186f15c46bfe20e5426701cac2c4ba45e78c414e71b1aac14f321092eb4a_ppc64le",
            "9Base-RHOSE-4.17:openshift4/kubevirt-csi-driver-rhel9@sha256:8243c2660c6782fffd9c8b692179a16eaa09f45fb6731183f24acad284116144_s390x",
            "9Base-RHOSE-4.17:openshift4/kubevirt-csi-driver-rhel9@sha256:a78f85edfee8f8f51f73e63c8c02162c421f0d63e2f8095ded84b78087a83aab_arm64",
            "9Base-RHOSE-4.17:openshift4/kubevirt-csi-driver-rhel9@sha256:bd9ecbdfe93e006b10eb976b6dc590889f48fa146c5da51431774543563fbb14_amd64",
            "9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:4b75b7fd029742eb75968481f181fd1f219b6b9fa0da0b48987cf988ca48d5f1_amd64",
            "9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:85649591fd162c55910b0be4049b894e0cc9027ab375ed3de4c322af8e271597_arm64",
            "9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:ac07972de391248c3b2fd918633f53d1e072e704cdd11573c2ae7ffc7e4ee9ee_ppc64le",
            "9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:cc9644a1464bef7e3e3e039f8046872f7ff86f866b031737e3af603715a030cc_s390x",
            "9Base-RHOSE-4.17:openshift4/oc-mirror-plugin-rhel9@sha256:50e9429282d07090b22b3f4f3770fd44307a488b8d080addf63159642e71bb51_s390x",
            "9Base-RHOSE-4.17:openshift4/oc-mirror-plugin-rhel9@sha256:68cd883ff4c2f5ea55b8df1e4be6f578bd107f6b9251e5d2d88711898dd8220a_arm64",
            "9Base-RHOSE-4.17:openshift4/oc-mirror-plugin-rhel9@sha256:765c139ed433c5cf47922c080355ad869b514dd33c2087bb0bab7e9e14315a3b_amd64",
            "9Base-RHOSE-4.17:openshift4/oc-mirror-plugin-rhel9@sha256:b08c31f2ce70a557a6815eda64402e5685cd9742ccf4b156daeca83c7f883ca8_ppc64le",
            "9Base-RHOSE-4.17:openshift4/openshift-route-controller-manager-rhel9@sha256:37180fdc0de1d570dbc77d0388de47f945146388c83ead17805d582a4d5d8dc9_amd64",
            "9Base-RHOSE-4.17:openshift4/openshift-route-controller-manager-rhel9@sha256:391bc1c93a3c513f2ff90990f5f45e1bc2c3665d9380a36a080b09b72b623acd_ppc64le",
            "9Base-RHOSE-4.17:openshift4/openshift-route-controller-manager-rhel9@sha256:5c17c1c6f7a366193f0bd579350781ce337a08e468f50af9be3534564ab9f8fe_s390x",
            "9Base-RHOSE-4.17:openshift4/openshift-route-controller-manager-rhel9@sha256:8c461aa1501918dff695fe715e498da95d00b63ff417f30964ee5a11ddca4685_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:b54f372cedcd1d0aa47a336839375374ae527a7095b9100e474bb0a3182100f0_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:c6d52c578fe8575c33353f690ce18be227007decf25f409e7111166ffb22b87d_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:dc6d3a0fa664a9974eeaed910db7255b7c252c2541fd7d49d41f714970bb9f9c_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:ef589ca8b456aa4c3bac06a3f73b1b371276e4a8372d2cabd64972d619e55252_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:46f1f67888e8393761a6f834332765f45eb96af42573e3ea5815a04659372e57_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:8e0f5e880cece6f08ef1c8c0108e302e8b89026ad1299463f5fd383aebdf2adb_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:a8ffbac5d2df3f79b70ee06da741de890f2eb013d26efa4d01a695d14b88883c_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f0161630366049823d995e254260ae71f5871463ae3797b0e12efd5ef30d6ecc_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:8c60c93b01376d15dd9692efac1820ea1790625181b1600a3b0114e418b64d46_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:9d62ae9810bb32ecc803a36e128fee78012ecc98434c1ef22f609435e3e2b157_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:adf9ed8489c4b9858e976658c04cc2ae8778267239997ed6d1b85902751d7da6_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:d852f1e4bdf0eb8e37eb0980914232de8cf6dfc3e159f0dcb1d13d909350c3e7_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:54c77ab47347e8a5cec0061504c591921f3bc87aacc8d8affa06cf7cc1436fd9_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:919b89991e74b6e5941eaa45219849db837271b11e699eda8f49d0bebbbf6459_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a4aabec1cbb1e2a6994b7629f97e53eb271e4f29070d7bc2118709efd9775722_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:d7cb7d816efb575eddc5da8409296b166722d17cea4b00e3d1395897f2c81755_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-utils-rhel9@sha256:087df13ba7456b25344b3903902d5b1ed4fb22771273d07fe7969ad0ee5326c6_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-utils-rhel9@sha256:10ed11db02965c7a335b84eb5b0972711b082cd6a51604ee7d41bf8c417395ab_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-utils-rhel9@sha256:2e3c12f80ae0f3a058a76083a166f0f52d2c488757bff1ba8e3c3dcb78d151e5_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-utils-rhel9@sha256:7973dc716b1eefa13a30c0393aae4f30d4f77ccb9306f5afeec29a1a97c9741d_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-apiserver-network-proxy-rhel9@sha256:1462a7d9268b1f123b16e52e0916f99762235a593f1a370bd9747278f0bef42e_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-apiserver-network-proxy-rhel9@sha256:7eb2f2ae05142aba55f32c5ed8ac3527ba1a37876fa05299c401b082d0794dcf_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-apiserver-network-proxy-rhel9@sha256:8474cc191853f6b174f8fa3b6cc3ddc5877461c4589d51106da26b740cb17a47_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-apiserver-network-proxy-rhel9@sha256:e88854ffd5222917d6056d2c4fa1f6c1b3000c1ff0884226e1181aed5af46b9c_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:57c421ec589d5bde9a9ae09a14dd401e6f4f7502383d9cc1d592c4cce6998920_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:f5171310e47ac2dd5c8e5ad6f722b919c1e3cc5d41fcf8ac0261dd5a823b5b2f_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:316dd5ec83d034a3c1b4e1bab82fed82ca290078faac2f77fcaefdc75271bae3_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3bd5065a32831547694a8bde30c4f86bc92d091b084769e078cde32e09adf5b0_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:00ab20409246fa280e7495354988d67449b225b31842bb87a12edee37929a354_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:963bff39697376d8f508f67b3f316d6876b990a07706a4bf715a827cc5488a52_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:2d10b0d8215610e706014b0d201ed462caee0d4d5d530c5c3727b9d6ea026a9d_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:69b1f43549736bf9d9e1a623f989a9f39b5ef94af2b569d9882390faabf9f48a_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:3c4159cb67ebf933de486744c889e47c38262a6fc4db744121fdb14986091692_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:435de6a901e14afd420d4bfbdf80146196d5035c72523f84cf9134660e058231_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:6be9ed8373be35cedfde4bca2f176c030f28acb48bc0f2645a57d30a2947f98c_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:f570c441261f111a11c675d9b162425dcc65a595c311a1e3d5dc23317e6ef4ef_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b76790914ea5fcf9364109e980d569aee9acb92af7ecc773dfa6bb88a6c554b5_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-azure-cloud-node-manager-rhel9@sha256:ed5ff08bfddf0d60939abf900a5af6c85d7010e8ec1b3e832f3e9c0eb610feec_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:9d0e8a429f7203b30f023f576e4be8204bd634d9415e70835be8324cbc6df689_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:dc21bf04fe634e62e83a5df806c81b014fd77f71ee574892334b84a66095b5f9_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:76f622961386df12c4602b90b3cfafdacf13f7fc19b36b46e30f868650420e60_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:f8f8cb4ccb17164473110d2852755b26438aa509a9897af600c964bc0df4fc5f_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-azure-disk-csi-driver-rhel9@sha256:88411c5fea9d080379418df9f140189954d82eba1d11390f5ae357e399262582_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-azure-disk-csi-driver-rhel9@sha256:dc7539c21b8c701f95335e5e5cef0c99102a5598c9319c41ea374c70e62a87a4_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:0587b9131fe7e79b3b757409ed385bf591841480c409af8f403e834470b3e94c_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:3dc6706d8f84756fe22e1f304151418fe8e8123cbcb79345d24eaa1960ac8eb6_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-azure-file-csi-driver-rhel9@sha256:3144fb4d63f0d246f99205b8b15c9a54a63f3a4fd8fa6c82e5407115ee62e633_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-azure-file-csi-driver-rhel9@sha256:3959dc623d65e2352382307e411589e9d01ce3d9f7a7a2659f02413d9256de05_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:2588b0d11292db6a255c0fed210052fd3811c9ff16621304ea8ff2f4b13616ad_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:f2c1eeb52e73690e1068e501005833c2f890bd8ac7d2624c5b7f68bfb0b3ab0a_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:18c081b7655b78e92106086320308698df10559225a21bf21c51519a683fc23f_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:9dcc1154c6d071cea0d2b4109bb44c77fec825cef494867434d5a1fcffce50a3_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:ab1f6cb18a21abc360cca29070866fc738cc7c93339531fbd86112f993b03664_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:e23557c87036ede1cf8a4e1ddd7551c9be23a47558f1eb5ee9f12bed7fd1e472_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:07455ca24a9669a7201e1269bf1f5c6626b3b2f06e5a949a039035b8c7b7568a_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:2db63af1587e7dfb644014902bf92f7676381cb61189862c1ba25de4a76a0f23_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:38dced4e21ba292b86c29d402916bbc6374d43789636ff593828a40f1ed11875_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:fc394498879660fe3628357568b57ea4420c0d5e38269b9d1c0919544ba16cb8_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:121f2f0e061989fa7e65ac7ba56288f13fe2386d6fa60da425fe24dc628df4c8_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:15ae7e0c9b0ba7f152071fbe8550253c2c377c48fb056ad611dbb4913ec8f569_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:718e160e36461f4b068deda1ebe34c36cfcad3cc4a361321dcf538d2a83aa1c5_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:b3c64d151b7106205a0103baf6d29edb616b1a3510c17a83c9f73d302622243a_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-rhel9-operator@sha256:0d1432ba417c225f4d569eee9d24b0dc5c496020eda07e2ad3e325151e50eb06_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-rhel9-operator@sha256:3751d445e6c9ab436fa0e62096bb69d18ed75aa2608c37ce9e93a17976fcf07c_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-rhel9-operator@sha256:b2d56f85fe4af7d84579299e985147d9c32ed3aea91ea0c2abaed1aa9e7dc2ee_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-rhel9-operator@sha256:f246d38d77068bcad29165f3fb0e60d8d84c193f6db82a3d6c1b40faf286decc_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-runtimecfg-rhel9@sha256:5ad475579d7fc5028a834016086045c0d3a8097b6837969ee4ed524e54ab7d6e_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-runtimecfg-rhel9@sha256:5dc33cf32076cb44c8507c1e8e04eab97b307aa0ef8ba86c53f45bdb97e85661_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9ecca5a8208321c2865fc584fae5411f81c2a6a939499fbef9a237a91ca643e9_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fe4f92033b01419427db757db1f4c693f62a1bda9dddcc66c7ad4625c2229253_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cli-artifacts-rhel9@sha256:14186b3754aff62f3a4de1c51eee5bf147c712323044d86970cebd7fdcdebdcd_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cli-artifacts-rhel9@sha256:3d4dcd1a45f409c3b698c03ffe24ce653f11b9945391c73acce7a75a1e7f976c_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cli-artifacts-rhel9@sha256:a23e3acf057c59f59694389595c58b6fe8faea4772c94e07e5889ad2c62dfd98_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cli-artifacts-rhel9@sha256:c9fd66a2f4c866495abc55ba28369fed76923012a371dccc479e63f0f661c306_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cli-rhel9@sha256:5b176c5b0b293b4a704820dbf0428bdab55cc18dea95a85af8bbf66d26c4fbb8_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cli-rhel9@sha256:5d30fefd37b24ac3ec56655c51a2b2f06383eb699f407da099f37d6fe8f5be33_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cli-rhel9@sha256:90bc09d692046a1d7cb8596495e865bb42c7523b1fd23975a6507d3cd8d62e40_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cli-rhel9@sha256:d62b882b5a48e78a1b48efb99f3892ece51c343df9e285c96e32af205d075058_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cloud-credential-rhel9-operator@sha256:86abbd9662b2b0f8f0dbe8fcf8d9bf0fe8bd810b0bcc6064dbd56c5cf37b8609_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cloud-credential-rhel9-operator@sha256:96cf02a8cac283d7fb1ef72496f60a4df821bea89e45c8237d3235ed797e1253_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cloud-credential-rhel9-operator@sha256:a1b1daf572797d217d5925277b56b4d1c83813492cf90774cbfdc2294f498b34_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cloud-credential-rhel9-operator@sha256:f62343c3535a6fda32806b43a098d55a7a7844941e93a3a5045a47c7b95440eb_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-api-rhel9@sha256:34f8869cd85d3c50ffb737883786ddaea37f7c3f222241ea6a34e429fde1a01b_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-api-rhel9@sha256:8034059d8013e4f34ee42fb9d2e0786e9866e3fea2a614c32005e5df8e14076d_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-api-rhel9@sha256:8e97befc7ea01fc179a3eaf66dbab974b6307c512cdd6d4d313caa3bf86eb98f_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-api-rhel9@sha256:f46dd8f62a70bb734ccd71229b09047f4625234774e321d556c0fbc5715b3c11_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-authentication-rhel9-operator@sha256:a259a1381b56abfda0f827ad6416b103f95f80d187b6ba869d31bf2c8c40fac3_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-authentication-rhel9-operator@sha256:ca4c4cf5e2ae3d5216576c6b154092fd77f93c978753fd4b7a76884850e46ba3_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-authentication-rhel9-operator@sha256:d3355aca2b5b35d64fac047b6fd98842a2baee536a79ea7615b4184c5a4e4744_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-authentication-rhel9-operator@sha256:efbd2e4c75f2eecda902b3143780e9bfdc5ba2b50f2ddfef5c2e0e753a3bb26a_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0ea9c22f0f63b3360d8e74a52026b3302cb7012b7ce6987111464e37bb5f4ff7_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:77099c8ff05288b7999fff6adf127e007ce39c7de9e1261d88574311e4c46ec5_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:85a24fe4edf8fbe51d0434bf2e65b149121c687a059a36bc4c48b592848befc8_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:cc7e0a422ed957b91479325b969f41302257a2958602f738c3ffc1b0835cc3f0_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-autoscaler-rhel9@sha256:73c6143ce45ba329a1d941a8b4cf13ad66f68c25f45f3163bafbf88ccad795c3_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-autoscaler-rhel9@sha256:adaebf9abc62813762600f7ebb480c57d186186f64a3246e62a50a7d84b016d5_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-autoscaler-rhel9@sha256:c1679d423da94f016d5631c5870fa0d7291190557a05b392070b10f84d25df7a_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-autoscaler-rhel9@sha256:e315d8104d63d0323f37112d8847fffe896a5399732874f1ace113ef168ec6f6_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2106245b2d297e8360a5c2693ac95996918051d40c84c8c6012193249e18c687_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-baremetal-operator-rhel9@sha256:4681e5cfb04379903645d21771218a1e27c61fd47d99f6a26f7d21011db42e65_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-baremetal-operator-rhel9@sha256:54d5809f10269dc52181866bf34f42618bd398e7a3f0bbee928c5515f5e290f4_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-baremetal-operator-rhel9@sha256:f039f4cf06258b1aa584b2b8d64994593a322dbc339fe6e8431ea0b8e67fbe28_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-bootstrap-rhel9@sha256:04ab6483541c8996ec5bf8e57bd3e90b5a4e9996b4b46da91a32dc5ef52f2520_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-bootstrap-rhel9@sha256:1f28e7920db92d5f1cdb04b95f51c8e457e5af97a7320ad98fc9d56f18c314e4_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-bootstrap-rhel9@sha256:5bd313301496ab3db1b3a6feeebe517a4927a172808dac07895e8fec30d91c2c_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-bootstrap-rhel9@sha256:ea94cd9619edf13a9d1dc5176ff40d6e57ee76a953d3d3bfb04e4541f2815ed5_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-capi-rhel9-operator@sha256:1ba56ff8308578c422be07fb6c3ff561ce7f664adc980e2976eedb4e2a619fa0_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-capi-rhel9-operator@sha256:43c7557823aa5e86db7e225dae23f2b46d4a8b1ba517a619f31a71512815ae17_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-capi-rhel9-operator@sha256:af7ec9ba0a62e9c86b3f40c8fafaed4c184b132afce4141ee7d51e2f6c88d2d5_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-capi-rhel9-operator@sha256:c8ecda9595878c72bc15d36ecf106ee8b2455f03278c978b784951c8f504f961_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:2d008923f980784e3a83c2e51b05834e81ddb38187e351bb3c2ed693bc24756c_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:7fc2305ea95e1586cb342202bb673466a0d81ad70e09ad98fcb2286314f901a6_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:980c46d6fe13ecfcfa85e4cf6871e4abbf13b7ce84b19d3ad64d89bcd937c015_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ae6cded8079fd98f313c8e7cf2125d4937d0dac82d09bde1ab60a5ff54f8f482_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-config-api-rhel9@sha256:832e662e1a673659c3839967d76529820f9ae03af645d2bf01ae711e90e4334b_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-config-api-rhel9@sha256:847d40fd677108f03e97a5a2590621a2a64a62d03aefab2cb98c2c89746c8784_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-config-api-rhel9@sha256:9f5786427bda3f2052dbde19284abaceeaa0a1728d1e55f710a189ec20895004_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-config-api-rhel9@sha256:d4a63e6e5789b47fb37ccbac3741110e1892c0f59f77eac89e58d9e00f5bceab_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-config-rhel9-operator@sha256:19f425ccedfb011f657416b344c2e443c3dc43dcfd2ce97db6058231fd2caea7_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-config-rhel9-operator@sha256:883a117396882ccf957ae86b7c9254daaa712e4475502dd05956e6e5f338a175_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-config-rhel9-operator@sha256:d8048fd42ae41e8eb61f9fb2f484ecd84212b858b419447e70d95b90f1562c42_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-config-rhel9-operator@sha256:fdb8fe0ae3c6951e1f09b4ae2920cd83224d124f35589c8753a2dc14c98dabb3_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:8a49993a5a30453a7c113578470d2736aa2db4b3cfcd6f858a3c4b0d8151d71c_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:96c63ebc2edef87f160d360f58a0e98b7ffd57e7fc6e187f6d46b12a7f4d608f_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:c429553d8c5a41d404e1468cd1359478ac5c69107be7a0db593418466d724b79_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:fad08ad6b358e9e4e983b2a17f2518a8b61ec6f14338b15f7c728360a0c4a4f9_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:38bbe69d4b7db72c4fa3715e9a76395d4666b02eea19a4a983d71e599f0638db_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:82d32c060baaa8a29a098bbbb03e5e14135135632823c5ea1da8aa6b8499c45f_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:891e253f46f7465dd382dc6bf1785035e1f8f7ef5b50a2b1b8bc56907fb0c383_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:df0f91634353ecd14cfd2138976e35d405b2fa2be24c1e89298a154a185a5392_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-dns-rhel9-operator@sha256:1bd8e1b9c76e9f6e22f4c7965da8aeeb68a40ae60f4cc083fefc47797b8f5786_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-dns-rhel9-operator@sha256:8f9014db2fc33af7c632de4b9c1d20777b7b015e93fde64af39b5c60bd8f52ba_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-dns-rhel9-operator@sha256:9397bf5c292ca4b3f7f0da97f94a7323de3669dfd9ae4473e8154354d5b8e42a_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-dns-rhel9-operator@sha256:db523bfdd4dad24cf9ccbda7281d1bd2ccaec01bd4b164b0dbeff2b7fb54b6fb_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-etcd-rhel9-operator@sha256:650b29293672c4f9eb788e2e4257716274f9faf4cd2e894a5f327a5bb98eac9a_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-etcd-rhel9-operator@sha256:6d38af3052357d2ffb0d4fe709604d0102aca8a19fd560f06e66a3a44d48470d_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-etcd-rhel9-operator@sha256:b1e42b13546e4b27b93bd642174dfab3799f3e95cb32ce58322886983e029722_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-etcd-rhel9-operator@sha256:f40468472b7d853b1f5034c2bb4cfecb6bf91c78e9963bdb350efa6172c34029_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-image-registry-rhel9-operator@sha256:95e2f230adee118098221df4dc09e41d62c8f0ed0ffaabdca2759d2297b87192_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-image-registry-rhel9-operator@sha256:a8c26892e945256d26c4ddb005ce71198a6e5c946c8b0bd404dc5a6d4965841c_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b3d66448f272e54b0e91499bf9203dd4ffb3cb98a0cd3f153d6aa504773b178b_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-image-registry-rhel9-operator@sha256:bcb4ca0eaa52bf9c584568b34bdc9d08253822dabe8a43fccbfe3601332ed8d8_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-ingress-rhel9-operator@sha256:394a4404caf1f548616e4b36ac2c4af05c046fc494692809c651013ef7d16257_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-ingress-rhel9-operator@sha256:4462e8912a672f95c567c1543d80ffe62f300f42baf746edd4b45886fa869d60_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-ingress-rhel9-operator@sha256:c987ba71f8168f0a523f2be6507e00fff6c262d4bfad59f4c87841330fa96dd9_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-ingress-rhel9-operator@sha256:e58cc3035d0ea33eb409b18a70e10511289449f3cfa643b52cc74857295e3f96_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0002fec33a68a9f3bb7ba5f7cd9062a35736b43dbaf42ba2cf91d4235bdeef9d_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0373744feb8a383f76a37c60e205b3504add80a0b05eb1849f90055d665a768b_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:421fa5577fb99449cb1bba71aa0c933bf7e3be12206df9994da55198635f629b_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:607f047b7f4756d3dcd4243183fb4a23c45798632de00526574f2d5d7f9fc2c3_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7ec5f60ed21701dc098e2cee33e0d59b8c5bcbd9969a26b8e8082aa2ba9c93ea_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:8dbc021731dacf75104e78f431c0a7ebaf80e31edf75fd54e0507f4af7724c91_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:d0a576b7d7277e40683ac4487217fe3684e42bc765d2a3ecba14e4b81e82c76a_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:eb97662076a8459ebccb9ee6a0958c77d1ab516b4375a9925b895af0a613f549_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:78bac198d882113612602d0a58dd516234a4b151d24e861bb69582983437b84b_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:7a5b6dfbe9d40e7b89bfcc8107e82e2515856177445a8d4831077e26f5ae2e1d_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:a2184bde2de353cf90eddabb81dd1c85ee5ceec3f6914af58db453ee2c13197f_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:cf9578fd32cfa0f36c0fa26a925965c0e616027300015812faf786b1a47fc209_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7bc83ab4f6cf5488864adb5b148e4ade887640d40fb68165b6149a8b8b6588ec_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7ca513675dbe0e79573c841589f823a39d7eada90e0a41a39ee94fa7348242bc_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:cbacae519379425f790d66b55eb12e524a5a965f2414393e52d03bb9418f1e3d_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f937dd453269edf5414e233cb9f2dd03ae3b5ab907695febdc29c7856a43e6cf_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:1671cebd1e789f751e58439d7d0fa55a3ac6bd44d6f58ddcb43e38d5b3429e53_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4e338be7fb25942b0acb0c8f635c64e2817495422c300b68979950d160d5b268_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:818f1d4ead362a2a9e72516b2b0326acc823989bc9b705615eaf4931d9fcc88f_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:dd12e5771a31f16c83c707ad28a9f4dde97ede79379e31880ce678e964d1c244_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-machine-approver-rhel9@sha256:1e1da424badcdd66eaad357f1fd26966f59c75b456ec6c894597427df561ccad_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-machine-approver-rhel9@sha256:c23b5724cfc6ad882caca9bad3da7c8b65a2c44b0955bfb34ceb0508fe74e89c_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-machine-approver-rhel9@sha256:e8a3c55da98df0e90f1a530faed4bcba073ba4799ad1d39cbfe8b2d5a8e17b16_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-machine-approver-rhel9@sha256:eb1cc3b42cf8fc4d031a921ecf465c41b0cab5e259baa5b685fa625ec1ab2397_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0123dbaeabb8ae42942d1b3f5a5c2eea452501d1bbbc7e069b881bf2bd5c3d24_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:bcb67b2b03ee49369c4d970c5e07322f85d2cf30bc50386e73313df1ad5b926e_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e60530a77777fa413558e66ff0339ae782a3badf9dcd491dc0c642edcb87d953_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:ee83d3ae20cf83282fa9127686405a7611b7ffb9211124e6688755e156b8cc31_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-network-rhel9-operator@sha256:64d5b8230e17e6c1e6b53c2cbe91ded4f9caead425dd579adbb2700923375c98_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-network-rhel9-operator@sha256:684ca7e6a6fb4fcac94e3194e794ea5498733e22f965549c00c92212c2a25efb_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-network-rhel9-operator@sha256:6defce2a88b37065fd7b8bd745d28e60599a08d3cb931872ea50b33cbb69b360_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-network-rhel9-operator@sha256:fa2d9bbad0f076283d9e110cc32fc4324d120a383ca6eeead1f286eabbda1c45_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:75664880e7db3f0ad3036642e0aceee61638c21568b5ac7ac7d150fc5f3df70f_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:78953203ce538feac3dc891a0021a076873b55d04b0a87ee223ad64f41beee6d_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9be60ee09a3ff9b58d8076b67ab28085130a5ae1f432183f1fe3f7859bf90393_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c776793921b6f3f74d7bd4c86d401789b70c552ae56d06cd3aa0897c8727e80e_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-olm-rhel9-operator@sha256:0ca3d57b8877810f82784753ba1bc8b67a764245e0530addc811cad61843f039_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-olm-rhel9-operator@sha256:9f0e7cfb0a992a098b0cd20531a46d46c702f6e2ad709f5969f8e4f69857d256_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-olm-rhel9-operator@sha256:d1534fff36a779d2fda9651a518f21e007d8abf447f21f0ee271da2862d26d2e_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-olm-rhel9-operator@sha256:de3e50c0f72a900eb72ba5b9db02d9d109470a4cdf798cdb5e84c0619d4eb420_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:64731eb24d4d1ee30ba2d704c56b7d03a2ffa69b79d71d4ae7a093b8a09629ea_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:8fee43ee0f40cbf79c410bef0184825bf63d4758129fc8612147c85147f7fcc9_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:9d108d09eb9a9c98cc7665a3dd68d93917bdb05b30f6269bb3a00c7218fac306_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:bf3891f2d6b69db4bfa60a1d5932d4111d7b56ba3922b7b02952eedce44eeb9f_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2f312119f1cfe71afa89bf2c74a4a57ad497275ff953313982a63153a39f2493_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:6560a03ef3b8e339edd4aaba5d50f1e04d62976661f60b03f2898471f11b0631_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:742780c3b6f27a3e7fea71ba1ca4d4e28db5bdfe9b69fad95cb0c31d3923c69f_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ce1110666a1f817a6897011ff27dc780b81cab9f366621120093e58f77860b93_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-policy-controller-rhel9@sha256:0d24d9508157347f020c6b99eefef619585dc37542b36f45ca62e10330e4deef_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-policy-controller-rhel9@sha256:44f392b5fe744c7abb52669e64b994c0a89dad4d21253e49ffa7acf51e069c8a_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-policy-controller-rhel9@sha256:6e67c8b7fa4d81a89121b84cad75a0a7d303d0177e28c730b903500c15b6f7c9_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-policy-controller-rhel9@sha256:81f8f28bcb4d1c52ad37c0fd5bb025333bd230793c3a2650f8ec8479d64d13d7_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-samples-rhel9-operator@sha256:1dc254b8b7bc5a5374f41f6f06d034332c9e6dcd8acabf2ee4547ba30d76b72f_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-samples-rhel9-operator@sha256:8635922fd673260318d32e128ffd11a2c7c24dd42d2a65bf4a0ce1fef12d72f9_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-samples-rhel9-operator@sha256:b853d72ed5fdc475ce4aaf6bb5b48a3899adcf0579912b0c95ec252597f691dc_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-samples-rhel9-operator@sha256:b9aee8ee21d594a677917b210a62a223ce19c451fe43bd0affac62844ba3bb32_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-storage-rhel9-operator@sha256:3c6c1a7f88fabd6c71d3ada18e7efa6ee19b0e33aa814bf1e23d6d88a3aa6b7a_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-storage-rhel9-operator@sha256:83cb02829b00376a4f31a5892b408a054cfe705906258a984f042b01486de3ea_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-storage-rhel9-operator@sha256:c7c6233c6564772233318c25089114fd322bbeaa9f30fa85e5347cd6c3f14138_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-storage-rhel9-operator@sha256:da828ef4148ca3ee8eba58052d95da9cf92ba6987418b262b7b3405095154936_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-update-keys-rhel9@sha256:4f8f6b9654e37cf6f03f984cfc5ff98945f4fa72903622f1fa770255d0073149_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-update-keys-rhel9@sha256:6e13528b4dac03e857d5032fcbda9cc9ee81bba1a30c9631202bbc7a2471549f_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-update-keys-rhel9@sha256:772397f5e6cf6068df029ec793486d9ae08d0af8098cae011a4ce986be675425_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-update-keys-rhel9@sha256:fd4eb5c5da651f5f8dba0302ec27e1bd8399ca7f0ed5bac8e120f7bc60d89ac4_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-version-rhel9-operator@sha256:4e3f81eaa31b6ea68fbb3b0ed098fc7adf0aeb77a5a739f8c91a147caaad797a_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-version-rhel9-operator@sha256:5b72eba1d1ce4bff619ec478da59a4d32535b73bb6f43bd2636510bbd078ec7c_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-version-rhel9-operator@sha256:9d3e0d922f3e069e90a5b16c08804baec619f0133ab9607e779222e6acf7553f_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-version-rhel9-operator@sha256:cdd431c76a10d0a679171a9e834274b053d4c710b26703e9732468c538e28cf8_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-configmap-reloader-rhel9@sha256:6f7d5e9aa75df873827538c22f4bc5f5132e0968847e12937c7f772d2bd56928_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-configmap-reloader-rhel9@sha256:9a41418fa0c3c5e3f0360b9c7459f186511389b5683ee3bff415f049ae84a241_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-configmap-reloader-rhel9@sha256:9c9c5a3e7e9909130823093870ac570b67be9bb5dd35906af266ef6391cd1354_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-configmap-reloader-rhel9@sha256:fd2176817bebe41db49f3820b80144e1473852f4af9a371da3e8e51c4bb62685_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-console-rhel9-operator@sha256:309c7a9912a0c3d0ea1ed4fc35b4af64d36c3078ff7d1af70eb0771424bedc92_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-console-rhel9-operator@sha256:a46f91522c131f3dc43a0f35973752bb7c27914f122f208e3e1837da09ff909f_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-console-rhel9-operator@sha256:a741ec0828daf891fdf795b37eb7b54c5301302e4b208c188b8e6203909f0014_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-console-rhel9-operator@sha256:e3766ec0bca555a1c3261be57935be76086aea1490cf3d6e9f31f1612b410dfc_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:3b2da6499a39f1c7049759b1a670aa514391bda3d550f15a8884e725c8423174_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:6384fa7d0a15b5a40733e010e8740a43667a2d6880d1b1e3501ed3dce31721a4_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:6c395b2f00617a611ed2710bb748f4cfce0e555b0202fdc94ca7520438130d43_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:77e03f315578b64e1bdef7855ff0ae44c544f648d5a384c61a37473f7ec50f05_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-container-networking-plugins-rhel9@sha256:0ff1c231ef4d4a632a089b0a95f8a8e498bd16d68a41200ffd3ad4bf32124d0f_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-container-networking-plugins-rhel9@sha256:19647286f9c75dd092be4de0edb723882af3961300a18c4aed6881bf259e6c70_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-container-networking-plugins-rhel9@sha256:6b204386282661b2efa3ff465eb279f3e06ef92646b58de9db32364d3c02f44b_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-container-networking-plugins-rhel9@sha256:993058708f0303421c0c767af97c102b07bc064cd7242acd3f5963dc6204f815_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-coredns-rhel9@sha256:560e9cc66aad1c9732c23b0d7cdb2c812a31c46efa456346b01e142b185d2194_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-coredns-rhel9@sha256:6128f645ee1e92adc4e14f61ac61ca4208cda56fc474012ab5a1fc081710365b_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-coredns-rhel9@sha256:8be1b918af3a97bea0f8aaddd1920fabdd64d23621ae73fb61a403c611515c3a_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-coredns-rhel9@sha256:ce4b36fd66c772da0bc5048c9d27b5e9c69fcab24e4fc07c80a4e92642fc714f_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-driver-manila-rhel9-operator@sha256:1a4d5f47f9f0bf1054fd192251f1c84f20acdd4a2f839e333091daf83c549584_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-driver-manila-rhel9-operator@sha256:e869a57727be73359e7159e2ca575f98976e4ebf444635098845f22f01352289_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-csi-driver-manila-rhel9@sha256:0c895394b3967e306bb26310f35b0aed33af1048bf1053a780df197734e6f8c4_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-csi-driver-manila-rhel9@sha256:10932d3dc0f6631f61c289eb0fd3bf26ec694d6b0e6540a8fa5422a6b6774701_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-driver-nfs-rhel9@sha256:470652ca1988e7b75fe22f5b211175ffeb91c8fd4a602c40f92f3b22e8567655_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-driver-nfs-rhel9@sha256:aded4df23d361836b6ef99a3bba41c187533883dc32134571a419f3894cd1123_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:477200d2e88cb3cc422914c4d9701b09002ebfb44de6dc6bc5017e468ab4b2d8_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:a0cf348c3da1f92df0e32ccfbc9c3b437fe6b2a6bff28496163ee6fcff98afe7_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:a4f6f56fadadfcc81a6330e56768eee3b0a1bb8519c5f5fe47fa9dbd4b73ef79_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:cdcd032de3bccab45d6c7cbb5d2ac3107eaff5b4b279d67f081a39ddc1320b49_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-rhel9@sha256:164136c218ab7c9da330f51a158bd519a8173671a28fc8691eba901183251104_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-rhel9@sha256:749ef641d5b6b47b6950988e3efc5cafc00495410f1ce16a276e2599a076d367_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-rhel9@sha256:968bc646d9e8d07213c3ff9bd48371e80db493c7dadb39e242741bb00b364677_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-rhel9@sha256:f8184d15a60064a6b6968ed728c5bb7538772851c11362746a5bfa8bb614243d_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:0129f8cfee2d3506adfca7939ce4cdedbdd25e6d3994ae8d82b9f2e460fccbc5_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:078604858b34951865a900411602271be1a964e8279596368d9cf968ffe35723_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:887ab068161de5a1ffb64a96515351bd02e81b0dc239c187f12128279b953ad8_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:c2585b68d7d40379ba124bee2fbfca64f1c3db925d3137b97f3df9c6afe9e300_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-external-attacher-rhel9@sha256:9a65583194250712313a1e893bd5e03a9345a16c4f5174e9c9e6e7d18413bc9a_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-external-attacher-rhel9@sha256:b216270c4e3760b33b62adbe672ced8483ba32462a744a46a863f485832c4f65_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-external-attacher-rhel9@sha256:ba7cb4455bb603eaf6b506782468741b5a71b31a0947bab69c809454ba19f260_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-csi-external-attacher-rhel9@sha256:edc3a924116b76036a932e0522660e2303c8ffaee5d292e4e8cbb9f73f79b02d_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-csi-external-provisioner-rhel9@sha256:128d4125e8ad9550aeaff50ca27806d2c4f4f17293259b64db2e9cf322ff2387_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-external-provisioner-rhel9@sha256:2ff82a187738a60c7494cf579b35e1d9a16cd0e57acd9e18474aa11aed6edd7a_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-csi-external-provisioner-rhel9@sha256:3ae17709e7c44b06b85543548ddfec54c8c1c04167ca10b8ab82e3cc4cf8a29b_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-external-provisioner-rhel9@sha256:5788c2e871884ff0e5edf019ae70cf1739b34170706ed731679afcd38d45202d_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-csi-external-resizer-rhel9@sha256:265f7809b2e2b916d3712bf17bc3c171576fde26307718ca6bfd944148bb2502_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-csi-external-resizer-rhel9@sha256:51baefa68bd37931c5fd611d1b7324383e58df4754eae607cf64b1b8c9fba22e_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-csi-external-resizer-rhel9@sha256:794b4636e1f44a3bfcc3dc2fe5155d217b31e568393fa53eabe420328c29f33f_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-external-resizer-rhel9@sha256:deaf59f4cfc7254ab8b35634ac18281cf88ff0ddc151d0498a21d6e91c30a4e3_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-external-snapshotter-rhel9@sha256:1866f88a278845d7aa851aebf6099ae6b77d98f9c244406c2aa2d61daf88bf72_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-csi-external-snapshotter-rhel9@sha256:2b9262b07076b315714007f91ca9a2de0a5333133c319b5542d9a5e89f5119ae_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-external-snapshotter-rhel9@sha256:cf848a2e0ca5bdcb850bef50193c8db40c18521c2e5d7f1b5658329a485f8d42_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-external-snapshotter-rhel9@sha256:ef64e56c3194bdb2bc3e0e129cc955beb1e6d6abb93ed45480dac1e26e631475_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-csi-livenessprobe-rhel9@sha256:150cf47c016ea3a318be89b0fb80b5f81a3ddc38aaaae9f4f9ab08478b054a85_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-livenessprobe-rhel9@sha256:19606dd645438a72af581210114459eeecfe1c96547de6e2a9a7a4a8d7b781c1_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-csi-livenessprobe-rhel9@sha256:22770984f3897afe484ddf93ad830d05af30ce0ca426c29dc33a448007fdf1ae_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-csi-livenessprobe-rhel9@sha256:a3a74359f9ff4bb3d9eae7d72ee3f3335a07f7a1d9bbbfd9c4231f2db81c6818_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-node-driver-registrar-rhel9@sha256:168d92be0933a07413608c50a787729080bc8c850c9efdec25f77bafdfaaae34_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-csi-node-driver-registrar-rhel9@sha256:6bf2240cfccf984fdc0a6f33318c681704a495d62527d2f7242934f098378221_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c7a86c7530e5818d8bbfdb1b2544010b327c6dcc99a39152788f5f28eb0ea049_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d79cac1d92dcc9140be58c63ed13cd6331c8f41474213064cd45963d69a94e17_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-snapshot-controller-rhel9@sha256:084151639be629d3a1f9f29ae20271dbe319319e2363d75f8c7c7ec7a8262002_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-csi-snapshot-controller-rhel9@sha256:2d6d427780eee15059d70088bbdb03f6774c93c4b7f84ec00eaf9b85c3f5b3ba_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-snapshot-controller-rhel9@sha256:5d1dd18616427bc717e49b781e6434ca616c31fc7daeb5596d1703f2d3379ef2_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-snapshot-controller-rhel9@sha256:9500323520cb1e4079304df57c722457720ace8518ef43c89149da40e0ff60dd_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:4ca3355941315a1db451ba8c6ce329c2f7d0286b3585196a30e1ed35ba1ee228_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:5e31e4d6f9eb5eb18dbf99b54a3a294e824fda2ad901333ecd33f9eacbac6d30_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:bfcb640d3847f3693b4118396ddf7a58d76ceb97016e037768244bc1175dfb1f_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:d590e08bb519eccf42d7891a3fef78bd2a265d5adcd9d27b7da3ef496407aae2_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-deployer-rhel9@sha256:0767aa82db6ab616d7b8b337760770406da4ce765fe088ed4299c3bd6ee31037_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-deployer-rhel9@sha256:6e319561328f39498c3705563a7a108cc9e0ba312c67729a5ca57c7b68ab7459_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-deployer-rhel9@sha256:a0afe3a4c032a1397872b707245f09fc3e63c233b0ee128fd3a4c695a20af9c4_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-deployer-rhel9@sha256:ebedb1bc3ad605141e4406cf3f2da63eca2671b89f8a596923690f30f4126e56_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:4378f58febb064fc36264f1b5862bb009aff4171b9ad6ae6c84fc9d3077ac70d_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:9d9662fee01dafbde830ab4ba397e5fa7eeccf90e2f8528fd57e748507a1b1e1_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:cd293b458d152b725a4ae09568f28410a791905b8f8e925900b38f33d3fd849e_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:fd0471855bbf69b72b75db2173aad473b9770f2e1403687bbf654c0bddb44c85_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-docker-registry-rhel9@sha256:132a674b5a051ed2ee41f940ea4f7984dbd7455de6510ef31b8fae7bedc45be6_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-docker-registry-rhel9@sha256:32d5e5690533a9d9ccf4ff8b02534675255a9625241245d434e43d4bb815119e_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-docker-registry-rhel9@sha256:78d4de7a4f72a623b01378e0798e2540b4123991b02d450c7b3391f186e32c36_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-docker-registry-rhel9@sha256:9182a503b30b8de69e862a128635bab7b44ff05df11a1ab4f96aef7525fbe0d2_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-etcd-rhel9@sha256:0ee443647f0fe63c9a05edcd5a644f7eca0eeb2be877aeeb7026c4db738d56a7_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-etcd-rhel9@sha256:ba18e1f81a20605c8efbbee41fe37e1d7ac4ff101a857e05e0f3d25aa82fa9df_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-etcd-rhel9@sha256:f17ddc78b5e4cc92834f4b3b000ab2fdb181c1f3f75dd9d185dc5d88d6691abd_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-etcd-rhel9@sha256:f27e4f6f37c47e139374be06c8772f09debff53a05bfab713359d918f33beb3c_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:170aba64101289aa8f9a8612888b1341e36e52394ba766dac7130d675816e2be_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:35098fdc72303c21755abaad4cc05553d6c969dc601d6a2ab91d7aabcadf923e_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:a62890163f9fbf8833e855caa292678a7468f9567433919464dc99a2ef7c8dbb_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:6433c81cd98c85abe6b1bbd8e74a776462ad78575cc6bde0664458ed685611ac_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:d1129dd095528238a3bb064376e70764388d986a0f47ccf7a92c88e517b54066_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:eeb9caacd52b52b2cc46ed0fa5f80606c7033d9cc8d7c63a5c199de6d107e9fa_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:3bf929bf48fec827cf4f54ff5fec04de0740b1f14a4e1da63ad580bb9245a103_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:d64a1c2fe51eaaa842bdb14a8bb317317ed1c22180d766e15fcfa5878cb5285c_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:f4b0795956ffb226a5869a9285d05b0ead36b7be32855026c1a2a5faf4307be6_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:73556902372fba78e19553065eaa89633c01c36b6cf10d6f51ad981777b6f9a1_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:ba5d03691cb09bc208c30c6c9ce746911468a4fb772dbef5520f723063bf2a94_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:bb6ad3ac3be2ec5530dde289e8535e01fd745332bb89a05d8b687a72d8b90361_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:1d5b94376d1ffe57828d9252b71372f132285a40b8487d9f931b9fdf6741cd83_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:3d72794fcd40b847e3fbaf3529231fe9149a6dede2a45dfe31fbd306df9b50b9_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4394b5921e342708156f43b45fe0cb780357d7a493c8c323fc403cf99bb0a7ad_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:49874280d3af31fa772ed481e63ea6d1a62bb579b9da0eb3bf772017a3330f4f_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-haproxy-router-rhel9@sha256:0afc3eaa1f9729a303472d3397ca19dd1b38b16d0cd721c12f4e23a3e04f087b_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-haproxy-router-rhel9@sha256:0b72b29c550a7e726d31a9814799bdb6ebf6ca071176262402619395ac8a3a65_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-haproxy-router-rhel9@sha256:1c122143be877d7d89163a4c9f3780eef8b8686057ad1889aa3102321e54a98c_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-haproxy-router-rhel9@sha256:9263b51ee05c760ccb67d397d0c8109a617bae089ad3973c180eb624bc13c91e_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-hyperkube-rhel9@sha256:6ff66bf6280231a5495000bf79ff4bb05b2f139ffc372d11d631cf60ee5de67c_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-hyperkube-rhel9@sha256:c32ff89d47b6e001bc02fdb86323cdc692d1abd679917cbea206b70e43d0d976_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-hyperkube-rhel9@sha256:ef51f6f787195be8745b3cd3b0b3dfe8a96ea48be2e3ccb97ed63cf1bbf58534_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-hyperkube-rhel9@sha256:f32ddf861dac3d41222d238768c5376702ea295840d70ebc69e9224f1c300446_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:02f10dfe13ccca892445607db62101ee47e86ef5fedff0b8dd6372856548ebe5_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:0677902a88154c33c82a5dfc1aec5325cd2938b08485299a17eb14ea0a4857d3_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:249df28d5775b19c96ae3f03d736f0ce8434d9e5969e3365be2b5e329faf85d6_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:2bce8039239d0bc061ec7f373d96bdb446ca5b68c45820a58663f124fba635fd_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:1384411d0b3794e280491e0b0e14252c5e4f9e43e58e6602b0442ab9a3fb2b0c_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:8fe95db9475ffb66b670339b266f3551c4682f214cd2c1cbd151a62e9f8a3b73_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:e9876a36c4810b4e68e1f6668d3324d8e71ba145f3d214007bc4486375d55be3_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:fa6ec143e3d12a3836c9148adb578b591987e8520cbec4283dcbb427991f14d0_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:528d6b3faebd79484a0be86e33a7d6ba922dceff5eb1585bb922c18bfd01ee70_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b4321d90c93b58108ec190d72b23966c09b2b6933a7b5d8322d10dd8831dcd6b_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:44c02359946a024e429303d031d1bc70ced6b300316c939d7290d17042b87618_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:8365ab32e19f655627b62adfdc05ceaf24cf10395876f4b3a545df57eea4abba_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:92db3a22fef2499c3d11a2666e72ece44d7df862458f06600d27fb9b6304f77c_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:3f77010faf0f6f6e7eabfcf24bf1328c6e70bbb32f843287639a523621a5f4ff_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:9f2805cd3f3ffb1daefa1a718703a568cba5536b12fe2848e3c87c2213a04ba5_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-image-customization-controller-rhel9@sha256:0f1b4c68ce6ab2167b1b6fcd0059a8531eff59b5cf49c23322828918a6ed6f27_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-image-customization-controller-rhel9@sha256:8bd8caf2fac84354a4407c48651d11d055c90e09f06ea57c1825d2be59ca18fc_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-insights-rhel9-operator@sha256:3b7ec1f0edd312034a7dec567af415f85f8be1828dc6a0dd2d11072315b77a41_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-insights-rhel9-operator@sha256:afcc280b069a744e3e67716ac685dd7c7f23c619cbc20e2c21237031580f649b_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-insights-rhel9-operator@sha256:c7e5d66df8aeeca3969c31c560fd759f77d60211f08b1f456391ee0fb333fc45_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-insights-rhel9-operator@sha256:f54220fde82b962663a86123a99a65e549fd68fd9a6153f6c67979567a6fbf58_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:17050d94832b400bf54598b748667e2e0035b30b8f996d7a25bdb61aef5960f9_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:bd5955616dc827b5552f5fbcdd1fdcb23e700a647de2ca4f3cf1f8a2eb105f1d_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:e26559b0ae61de908b9db0753babf47e2a3bc27c6637c7e945d153959fcb79ea_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:e32b6e836082e6d2a5d267283b2263d9811c3a62d420842689ab35fcc36b4a63_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:312bac6a070c763a493c566fbd1b6f05591f23949e4f37a157235f08f927c653_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:7529fae3aa40950d226ef1d8d2039d6795c518b2dbbec8e38818cfcc3efc9083_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:7a235516acc4c967b8fdda1868be132966714d19d6d90a5ce4b4cab661d819b3_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:9ee9cc91eb2ede268fbdd51bbfd2e211f34ccff61bd1c3b130bf25879c67b3a3_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:69e680e1a17c99220c8cdaf5a2e73f6e4e7d835f1193e62bf516df65e0d2fdff_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:872ec12780579fe14d90d7eec8190678ce56f4a5914917a7d6169c5cd767bc68_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:be7078e79fd3d22ef43c253aff1b72e7457128e639b780d5073a016991bf56af_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:df403029362bb02139eab00cdb01c35171431ce0e237c874e11e06aabca19311_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:b45a678f884a36a9c6014841f8ca1c70908bcb51dcc45d9f71749806c9fd8fba_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:d3b354ac0a8b37e7e8fa339011624d0e4d7403ffde520b5e911e3664e9659e34_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1726d045b526bd930e04ceaa125da6477f7a44b18c9b01f723ff3cc1320da9ba_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:f62c966edb47dcfaf82b4136ed867fd85bf04424f91e8a519f8f08a3989d98a0_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:02d3c6c0c7d3ba854e7a03e3cd3fb56f21a729136f95993224336d42f4597b96_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:49db69687f7245b778480b5796bc3956343ec1d4b58d705d3f08b3380ef93b6d_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:4c0cd346096da2ceafc8226fdf3f132320d42d8992dacc78abf9b4c194f92740_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:4e948d046ccc7a44e18c5b19fd107d560183aee3fb46ebee28bffddf850d3ec7_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-keepalived-ipfailover-rhel9@sha256:0a2b379d082cead1b190b32ffa9339bf88fb50a8ab5abaf12ca2bffccdfc75ee_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-keepalived-ipfailover-rhel9@sha256:127bf3d442da47383b1f2b8d452fd29cee71eb614b71ed7d2610063ae78e808b_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-keepalived-ipfailover-rhel9@sha256:966c3932cf9a5d03bf25141234d26c7628b71eda7439239a409da03953b206a7_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-keepalived-ipfailover-rhel9@sha256:dcb142b3a5afe0e7b7a51a1c94661855bd54776ca51575630bc43f02ba12c554_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-kube-proxy-rhel9@sha256:bcbabfca97e7433c9fa4ad479c8906644461c2a5aa75c8ff7a7644b13975ba98_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-kube-proxy-rhel9@sha256:cbafb2565fe2baf4d54fe0cc5ad883bbe0632a4736771f55dd55b9d3823a7716_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-kube-proxy-rhel9@sha256:d1654ad59633f2f3d6542a83c32ac0e1084cd148a735b46f4c674edca9fc98e0_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-kube-proxy-rhel9@sha256:fdc6e80a2293c526be173bea9362e2da73e0c0d988a767e6f160675db8590acb_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-kube-rbac-proxy-rhel9@sha256:093d38e21abf82992df96727b799f72a14e66986b02e08eb6af990f4091ccc6d_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-kube-rbac-proxy-rhel9@sha256:5c81ef8f24b561ba9b51c25e3ca50322eeb0544240f9f6db020542f5101f17ae_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-kube-rbac-proxy-rhel9@sha256:74af69d301e49c08c9c0fab6bf929b6443beddf21d578273fd332ec73d7b8a24_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-kube-rbac-proxy-rhel9@sha256:bd85227421b997806814438c33cc997fd70911c8ecf1d9e6e16e506dbcecf5bd_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-kube-state-metrics-rhel9@sha256:65321f83b5a14049a62c6d6895287f57501f5f77589cb8be2d6b366a145c021f_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-kube-state-metrics-rhel9@sha256:6c697bb3cd8bf8a743a0a948721c4c97284d62608ec5272bf97fa51d23f8ab14_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-kube-state-metrics-rhel9@sha256:bfd60907c9836d089067b19a287d3267fa9ab98e09420e6a4f0e1ffb51506d04_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-kube-state-metrics-rhel9@sha256:e26b6afc9938274f1777fc5eaf6c0a6b95fb5e9c7cdb51d0a778d548218293e3_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-kube-storage-version-migrator-rhel9@sha256:63059adfd5fb0042f492f3fdf938beb0de950f3c86fcef51fd595099e3638e51_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-kube-storage-version-migrator-rhel9@sha256:82ec54538247a36578095e91a73ea2f0f2948f1d53214fff29e424badd23a733_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b798ea0514d92809752909b9f0b4d38ea1a7309df58750c1c516034c8a58ce4e_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e85db4241123d01e874bed074f9a9a34ca6221176aaa2cb5bb4729adfbf0ce95_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:352ba91a72d19fa2b0006740b6e0e22b9824f73d3fad3ccf3cfdee0735525aab_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9292f19feeaa3bdae3094d0c0496baf8670d18286041f317ec82c552280a9b4a_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:b248b7e14b2f4a76b6fea232897ef6db0f43531e46d161af07f2e4bad05e707b_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e53a18e4371e50c1bf5089c2f6e3b0d0bdc70454f8289ba3e6411afb2ab49aec_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:002c9019af35f1f8aea55bea65c97a92ef1d19ea1baea00d17b79a264a3691d9_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6b95c1296fe5379d3dfaad98c17ac65bb818babe4057610eccf8461635ae8103_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:70a12a74322db347077f7758c485acb127ad33d021ae5aec5e912f94f8ffd8ca_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:fa4bd7d988c14418df8c332de4fea3b5ea57dc0727a461f68472925aa6eb9696_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-aws-rhel9@sha256:c6d0869274ce92a1eceb263b4e94e462fbcb8b599b09ce8acf9c00b61cf29226_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-aws-rhel9@sha256:d2dc62bb9ab60ef004894f78e80c143e8c7d027ff073a3c238dd88b14b3b80fd_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-azure-rhel9@sha256:74b7d7c58d260b1791d7d4f55a9fdcbb13542519151976de43dfb8bee67c9cac_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-azure-rhel9@sha256:d4764881a7a4f01e5b5ee2a24b13cd74fdfc5540ebbe84cdd0fa28fd64aba389_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:2e3b2b5c07bbba78849bf504c5a8a600239c151f7f21d6f1fe6c022003193a4b_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:526440e32f8eed14cf6ef61769baea675aba9c02e6cf5778e3bc8f92c7d306a8_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:968aebcf8a5dbabc3b12fd50db0f8a1bf4bfe399b390efd29b9534510d7643ca_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:1396e057385c7d8da1dc40c52033b1bbbedab984703de3e484cfea750652b224_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:373d9277d116b062a74e0610f98d512d8ffa5404afbfe116d2f8e549afd9251a_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:6fb5c3a4b83c250c783d6b88d7914f72e4972ca2a2e5852ef46a0f754b6f8eef_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f907f7e7f7659e968dd6ac35177c726004afe0b86b0dd9e9e78abc53da370a7a_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-machine-api-rhel9-operator@sha256:5e940d2b4901a79e7b4a2c5ca656d3d974b771d1950edbe441557522082e02de_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-machine-api-rhel9-operator@sha256:5f2486c25d18ae075485af13b8800df7b2bd1b251c73b1784ca1946569b83919_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-machine-api-rhel9-operator@sha256:9972c5496357187072347787379fe704b02d7aca9c62582982ff97e132f7361c_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-machine-api-rhel9-operator@sha256:ee87d774d6658bde289f8c9ab55154ade49dfddecb55ac1a577da883ada32aa2_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:2141576fcdb4d159aa417474a27457fb2087ad6235c4df0597083f3b1899ca45_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:483b65fb285f5d17f225c5da6513e12bc7b1a7b4a7040663cd07b565b0afa029_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:e3d3a68630da8789ec30cdf920bc64b478949e146e565c28faa4b6e60f149f8a_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:ef6cde961dbbb6fba059c3c45a80fb0e2da74f4c5cd52b42e73589ddf5b1e399_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:9614841db8310744628318b72f55c58b0486fa04758cf069921ebf602e689e9f_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:c26463b63a1336896c3b5966be5952b60e539691202cd81e7ae4e964817f2109_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:c6d8d116a62c6b8d1f6d298c580206b22de9054c2f6954f6bf480ff01c572dd8_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:e7d5c7d2133b60a140a95d371202e33e6bdcb24ff7ae55fe791f42f57534ee30_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:158251335ecb898e1d9dd072153925e15c27974ea5bac191d2b2238aa3e9d9ef_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:23b2c32bb23c66ed48ce220033f85c76ec6ebfe241ef912e7e5c2550b3252f08_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:cb9d387eca1b9defc9b9cf59e79e3afd9721f6e2768f6ca1b23e2d93c643fe88_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:f94b1ab4229c5fb8e2dfd07e5b04b58f6385f67454e7ecbed2d2aad02e91f07d_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-multus-admission-controller-rhel9@sha256:1234866d996a553670345d2177f491180651d53747d97ea0f5b7c05dad4ed0f0_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-multus-admission-controller-rhel9@sha256:4a2061a1ba2d018fcdd41b6722fb4e332b72983954ea5d0609b01785d2647e6f_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-multus-admission-controller-rhel9@sha256:878826b56658eac597d692338bc3e7d469568776c9d6f71c11b63bcd0932e01a_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-multus-admission-controller-rhel9@sha256:8e46edbaa4d4fc29dbc09d38898429d545a02822cc46a726fb5a61f4bd55dff8_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-multus-cni-microshift-rhel9@sha256:60064cac3df05c9a076ad9942bf3ffdf452f8ed8ade863153a7ea449234b1e4c_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-multus-cni-microshift-rhel9@sha256:9f905872cf72582e8ef6df209d1dfcbe23e56d894f39ce7c705bec68908951cf_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-multus-cni-microshift-rhel9@sha256:a5aa505bbf99f157b1817ed0981ff4037cac3e94ec3b80457f97b6e07935a1de_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-multus-cni-microshift-rhel9@sha256:a6aee61594a381b29e76718a05255a69ba1fc8d16b4836665499065cc00a6386_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-multus-cni-rhel9@sha256:06a30be1f56c0ba60fda631904e406def40a5294076d98f0946c1c7035785e1a_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-multus-cni-rhel9@sha256:0b7d0c694b170b254e7f998465826e0d51abb9da67f8d0a4d3c58af450550cc9_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-multus-cni-rhel9@sha256:331e9a2ee10ab14cd3cdf1016af92a1e3df1f25422900bf980604b0b6c6050e9_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-multus-cni-rhel9@sha256:b3886236c43c1935b1e67344d865ec6b6148b599cb6f94aaa827ff6889444faf_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-multus-networkpolicy-rhel9@sha256:93e501b312ea23b290e46c14787acecdb02636333f5388429b5400bc4599be9b_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-multus-networkpolicy-rhel9@sha256:953c2a800efd3ba87344b0c556c89132630dc378e1a96ff38f626a60ed4d5ce0_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-multus-networkpolicy-rhel9@sha256:a79bbb6df83654cdd8d925a070f6b7c9b62e85702b84330d31a1242507fd01ec_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-multus-networkpolicy-rhel9@sha256:f32767d8dbad803a847397b47ef35d48820e2ac8c5abb5d916fc3daab615f6ab_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-multus-route-override-cni-rhel9@sha256:2dc58f3bce109f2dab38f7940e7aab29a4418f5e0732c1e8f1e1ed217635ac19_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-multus-route-override-cni-rhel9@sha256:5784e4d821cc26ffffad6e6e3ed101fc2842ebc3d89b16eac041dde506c1ce01_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-multus-route-override-cni-rhel9@sha256:b32bee1e17a99bf6e865f3dffb4f80f9b681cc3c0f2a1505698f594f286a7396_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-multus-route-override-cni-rhel9@sha256:c0b91c4fdee11f1468e9c32f2f95feb08f49eada69835577eea2c04ede8c5725_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:14c20436996d9b4151cb77c811fa65929d70874bab1e3577c1ffc156b23514c2_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:2264796d3b4da7e3fc2961c55972859361750a1272f52112d6b50c069275b6f8_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a7a7b993fdbbf8fb1a67dde836a577c55ef589d899dd6b50bbb6ab4da03ead0c_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:eaeb6ea984b43075d1721104647c9e539ffefea462ad3ea3f3cae66551e301e2_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-must-gather-rhel9@sha256:60ec7816beae30bef25a0a50633d77cb669c472d4f1adb0356b547c13cdc2282_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-must-gather-rhel9@sha256:7e0061f5d8d3909d377e353592c99179627fbbd8e70d90f1aae44dc8f9f34b9c_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-must-gather-rhel9@sha256:c1268a511ca6052fcd0392301af7861d388fc2dd32977b13fc85780c0c9a22a2_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-must-gather-rhel9@sha256:de0f68e94d48d6fd1c6bf1cfed042a8f244e5392a0b6ad5c02cfab7b7a9ae3ab_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-network-interface-bond-cni-rhel9@sha256:66eb46a96bd308c39af00caad02b3dd77cc7d1dedfba70ead48c9390dc9ca9f9_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-network-interface-bond-cni-rhel9@sha256:685adc9ee76db7d09ce6c56ba14570c9e0848c517534c5661b52a702d05a1e3c_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-network-interface-bond-cni-rhel9@sha256:78d3bdd9d6ec154e80b1dfcd41e37ae695173e61a54fac6aa2ae9f9264253c75_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-network-interface-bond-cni-rhel9@sha256:c372276000e5ed2540990ca06299d060a49c646ad7a1f206ce5094c7b95536b4_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-network-metrics-daemon-rhel9@sha256:0e47e27fce44f690b6b358249a26dd334d40d77a934c289f5c6d700825339850_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-network-metrics-daemon-rhel9@sha256:1820093b89c42b11b76534feb6f686877931e45206f35ba4ab3540e209f95e6d_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-network-metrics-daemon-rhel9@sha256:afc2923e5780bffb27abc102eec63968374848078da5cd2fe12bdc8f0ec90251_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-network-metrics-daemon-rhel9@sha256:e805f9a0f7eb2039fd8040dcff142175c392381c992b69e8c5e3307249fd10cf_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:400c930aedf5e3964c9e5201b5932603b6b074ba6f6c31e3d432c066e06ecd77_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:7c0370de82ecd2cab8bf48ae7f1bf66a52d637e8b9aa6c0ceadc6a27b5e3507d_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:ee249765525cafc3c5b1c9751427e7fa19bcef17566d5ca273fcda348e3dcd50_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:f94e6168c2d658e1be23c8d9cad9a86d2f9e0d393c49304d310a500d61adbbae_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:065ce9ed541af2ee48a9c7d803865180f3c0431c2e96edfa1b09bab0bbbf40bf_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-nutanix-machine-controllers-rhel9@sha256:d8add7c0ed65ac5c6a053c21fe96fe8955b6541f9b05a47863974d18a7021ad4_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-oauth-apiserver-rhel9@sha256:08fbba8e85f6efc4f5d77d1bc9165fc30628f4a04383928110e5cb58e80f7e62_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-oauth-apiserver-rhel9@sha256:13a1c0ff1bf2b0a865a959c65166b00d53d402fecf984db6f2b9cd49ee7289fa_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-oauth-apiserver-rhel9@sha256:56a5d92f7a3a2f3ece3579a584f4234ff2c0d8ea4eb8e1d4f65cbf7d7a68a19c_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-oauth-apiserver-rhel9@sha256:8ecc5104c41faaecc96f97e1f3c4ddfe0047bec271a6bd41a72c4704a2b479c4_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-oauth-proxy-rhel9@sha256:1eaf29ebdb3d128ff2acc33bae9a33da915806cd20c8aa98afd8d1004eb17dba_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-oauth-proxy-rhel9@sha256:b934449f27cff8ea6cd6577e862bb07d3b20534cb644748fed921d922cdd5404_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-oauth-proxy-rhel9@sha256:ca6723f202239be0464ff827710c011468d6df243cfa873274f9d4c828d4d76d_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-oauth-proxy-rhel9@sha256:dc748b70f83c70facb499b0d5ce0fd691e827909240d89ce27c3d248175d07a5_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-oauth-server-rhel9@sha256:5510278d09ee523ece2d0ba6b24f07e522dd231d36d2eec2c190d1426e15913a_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-oauth-server-rhel9@sha256:8b2c530a19bbf51813e7ae9bcc187a49b9637d808a720401ad512756d1cf0d2a_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-oauth-server-rhel9@sha256:a033f65ebaddebea7d66135299e2fe0451f3b3c939ff26c77c3bcdb053c581dd_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-oauth-server-rhel9@sha256:b4fc4980e7caa15cc853da45981051aa3e1290e4ed9e6aa78cd0bb251796fd39_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-olm-catalogd-rhel9@sha256:25a5a4b4ada09c18b0172d6b55e99213b328b049a4e736ef33a46ee0da1dc950_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-olm-catalogd-rhel9@sha256:2b350e41bc865f8cf3d91ec774a1ef90efcb1dc695031d54cfcbcba445ec576b_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-olm-catalogd-rhel9@sha256:e9c3bf1b4cd8b50229b2d2cd74f6ab8ef8d300d6bcd577b3334d368621c96e5b_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-olm-catalogd-rhel9@sha256:f11007c8352baa9b195cbd9734103033c0946078b12ef02a624aa8574a455896_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-olm-operator-controller-rhel9@sha256:7947045fc7c78746b791cf45cc7086f35981ca1675813803e4d6b44e1217d4a5_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-olm-operator-controller-rhel9@sha256:9a95f890999546160ad4cf68e60c94bd02036392a981fdd3473bc4ce8acf5e63_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-olm-operator-controller-rhel9@sha256:a2ada640c8cf94921756f81c68762e3aaf7eeae865cca833be5fe14a868e9832_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-olm-operator-controller-rhel9@sha256:d3bfee26c52099ab31a0f7f78b53a6914dc1f33c613dfce0a4a83dd70ba6f04d_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-openshift-apiserver-rhel9@sha256:12ee719e29b1a159926fa67162dfff04668a0c786db83697a75fc8bf96c61e36_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-openshift-apiserver-rhel9@sha256:281810b86981603927513af4b9738db05df090e27cff61cb57f615a1b7da54a4_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-openshift-apiserver-rhel9@sha256:d7aa582cb99ceaaba2d9da65183a485fab11b0aec41d68b5964510f35167b3e6_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-openshift-apiserver-rhel9@sha256:dd1be867b630db99ef81dae76668387115f04a9f0c61364f0a6e216d0a28cb05_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-openshift-controller-manager-rhel9@sha256:92b40e2865e79b6c9178e6e94523b9d09149441f5a72276b25951404526e7ae3_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-openshift-controller-manager-rhel9@sha256:9825100ccb4a060d9f37d554a8f9d79dfc8427785eda77610c60ad0feb74c666_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-openshift-controller-manager-rhel9@sha256:d121f0c03960db28af368e4b864efb220c1be28bfb5f9735813302efd045f4ac_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-openshift-controller-manager-rhel9@sha256:fbba55058981a9c57d0b273bc8b56b66e164c7fae1bf59d74aaf6ea3656ac59e_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-openshift-state-metrics-rhel9@sha256:539c14445c4b7acb91b414f802d93be4cebc24d060b52e06017338fe9075d9b3_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-openshift-state-metrics-rhel9@sha256:62724925ca3ab5c18ebd7692e89e41ecf7e0d33176850f67eeae9692a6927cb5_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-openshift-state-metrics-rhel9@sha256:8c6bd11088ca925f8faf61dff5bb6655522a8ff6939c146a4126ed5f0690914c_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-openshift-state-metrics-rhel9@sha256:d6a2b5b710ebfc04b22860c62daf56aa7ff85d89a26a8235f95d72346d4e2db6_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:1919474880b196d1905b8dff9587c006b6f273124d02e97f40e2d4ea8d050777_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:213222f7adf001b898109567c42c82d6d9325ee707615caa1ac0fc15fae574f0_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:30ef542720dd4425d7f7fae10dcebe2d5fe6d25105d34261fe754f4cab4a64b6_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ec415bdf74f9ce65c23af9e06d591ba78d696f32a7cf249c71804a87895f96ec_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:ba40d8da235fde8e89b6115a1d5f41568fafb4eeddcc38f107e493fef2ea38ae_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:bea0b14e279d2c307eb6fdb8dcafa114d9b281ab267c14f7b6151c5b838f80cc_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:bed0e7813bdf23482a2c4f14c09a73c84ba62027947ec8e9c57ccd2eccc2c1b9_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c7cab534f6196d76cc1e31b17bde3bf5c3986fcffe7a1c026013012c7ab68c81_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:47d6f6652a0e3d399c9b26a4954fd3478326c49825863698cf3140c2c3ab9bf9_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:576677c2baf50fd096f762daa156970e982279275b34814ef52e4be4b511f5ba_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:6e6be32bd4a1e3739d0e0f1da3674cd6f74ec5255865dc832d91d41f47283718_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ff4bf6e903a1af1f494f5e0f43ed6718bcb55557fe9135d0750362bf0e8e6b58_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:1ef9d43e45303b56e96f1fd2b5d63cb185ad3373fe516730a5b0b98b6947395d_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:5f7747f4d324cf90dc48d2bc20d76c2625fd2dcaa3d6478898dcc55d1f8984ad_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:8d30cc94f2e8512406aba31083e31e155c9f568838343e56864579dece7bff31_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:ba3ced5cd94c0bcc2a3295ce47dc28a60078d7db8c4edf2bc8d6f5b12d573879_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-operator-framework-tools-rhel9@sha256:5abbe0d3aa1d5dd9296e795465ddd5a117c466606481a418b2846c435ffeffad_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-operator-framework-tools-rhel9@sha256:9c53f361a67e96e64b5cb912c0af0a1b3e18cb3bd428084d5cb1e8f6860855c8_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-operator-framework-tools-rhel9@sha256:c187541b8c1b8a589645a608ed79b43f9e6911116faee1c50ca8a0a30a4d3738_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-operator-framework-tools-rhel9@sha256:feabd407ff0094dd9102e3c78cf94852ab6e700fe7f906fdd32d6a211232b16e_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:01b59bfe4a9c7489011c71dd8a35ae2ef81f81c4a23dbb2117b6126964f1da2b_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0783189d5b07855bce1a32115fae430958ccaa7951bb6405eded7e3aa572ee17_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d7dbfed38bbc7511c43814e7d06a7c120b4a62adf724461c76154a37cd37796a_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f7e781c6a21c4b8fa25630d174362d62d69dda2911dd033f7729923b26ecb483_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-operator-marketplace-rhel9@sha256:072e15ae931425b07953efa32a39b4312805dd12889af0f731c9b04238a21c11_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-operator-marketplace-rhel9@sha256:2d413b3ece4cbb46f6a682333ed06a22857271e211acc6f704059eb20bfe01d9_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-operator-marketplace-rhel9@sha256:7c57bddae38c037d1848a509ba7c4e5831632581439f90865422151a90c7ade5_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-operator-marketplace-rhel9@sha256:bd541bcc12678de1a652a602a29623a9dbb8640cd4b88ed2e458d352d0b0039a_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-operator-registry-rhel9@sha256:12875248fd37b9d1fa4afd238ce78aa147fd2d0dd9708436fc01ac28243c425b_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-operator-registry-rhel9@sha256:3aae32132cb3da00d75d456bb422fb71a45091672a0673bddd75b823cdb01242_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-operator-registry-rhel9@sha256:43d4206cbd9d2a25d53077443478f65e85cbba2f9d1fbc765446de1929437bff_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-operator-registry-rhel9@sha256:894819babdbe3e6a04f63d8a6ec52bfd0ed1503c25ebbb6241535e5f5fa90b36_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:43f19aac756eb00b63d12521f353df83d79086751715e23f2c773880f85221ea_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:48a8ad863bc40447db23818df0da3b6c765011ba81eacf4b7116026a06358bf9_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d42d85915e158a7ba41ab7c855ebbff6a5e6594bbe9e002190b5966507552c2c_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e96efaf0fcff6a640c9a5d66922694ef5e30d2d6bc3b2edf1a4900e283174a1c_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:2bade31f6bbac52b4916f47431126c735efb2f98db4a69a5d6839ae731803dc1_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:704105b2136fe017ee9402ccf0109e295b2e73462311470fd97aaeb4768b01f8_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:7a6d7d84e63cdab1cf92a6d022168a620a22f5e8ae898f7b972871bf76287886_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:8f896cdb945435f3f03a813b857d4cb1ffe1f0d6015ce9b776954a0f0cc9558f_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-pod-rhel9@sha256:347e4a105a4f2589980d2e9fae9f57a5ce86bee3c96819d397f219a82f64e3b8_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-pod-rhel9@sha256:d55bc674b70cafddc0cfb861bf0cdc64415cd01d4d42d71bae31f5a909cf27ee_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-pod-rhel9@sha256:eac0005dbc866e009c245646876cdcd01ec5fd0abda2145c3cd506f1fbef139e_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-pod-rhel9@sha256:ec5c3c9ec4adbb7f15dd2c1ad7f8482a634d4d6db2379c15341b772ee1cb7e15_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:07248406477642eccb6adecec3aec409bae0e04598a7252e771dfa87368e4c91_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:9fdf5e3812eef56895b938f68f8d148c2888158d01fcd817ef8292deff66fc34_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-powervs-block-csi-driver-rhel9@sha256:0e89e02535502b0390ca0c4ab8162b78c68af02974955d735536a1872b48c189_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-powervs-block-csi-driver-rhel9@sha256:d08894b4f991791b4f1a1603c215538b1b6ebed430e07533287abf86baa2c3cd_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:1fee47031672c49bcfa735489ab08fd4be10995234ecc97e7b51733d4170df96_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:5ce97b705cd6ea00a6d5517f13e468c0b2bbe902d425ec3048d90d7dbdc7bedf_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-powervs-machine-controllers-rhel9@sha256:548abf5b9f1cb92a916d8c6beb588f81ebc40d33412e7383d3a1bfc602ed38b2_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-powervs-machine-controllers-rhel9@sha256:7f96b42095d100141a2bbd7ac8cad14562cac3c186b26d00d0fc81880b093f07_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-prom-label-proxy-rhel9@sha256:209f1a13d11f995c49b36e2db96d61470e6742824619b6957a4b7390b1d5dc52_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-prom-label-proxy-rhel9@sha256:222f568c31ab36aa4a0684274584e66aee149db5be50eb79691c7636fbc8aff3_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-prom-label-proxy-rhel9@sha256:db3b3649eec224de4af5c5223bf4928f8e302c5f54ec9d501ce8bb71c3c627a3_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-prom-label-proxy-rhel9@sha256:dff520a6cfdb27ad2ce31301aa3d74275ea7e13fc39749c77118c4fa74255604_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-alertmanager-rhel9@sha256:1eb0d7754525580a289e18bd58efa44b769c9f8f3e1c362381756daa615fc6ed_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-alertmanager-rhel9@sha256:30cc60b9273b07c493b3156ef278830bffeb109dba7c7c0517e0347ccd480631_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-alertmanager-rhel9@sha256:693a75146dc6f1436bc4998d59185e379a695b57c7e9d20945e84589fb142d6d_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-alertmanager-rhel9@sha256:bb6af93d177a604520ef035bfe3617985f7a217784d20a4cd180dddae75e6949_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-config-reloader-rhel9@sha256:079aabce1be013d247160482720526bc7070b857c9bdc3311e16ec4b7946bb90_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-config-reloader-rhel9@sha256:366ea0de608f0dc4890208515d89a6c01a56aaa32d54ba04dfc1cebcd0aa1940_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-config-reloader-rhel9@sha256:41b569ce3bab77e814d2f2dbe5252a55b22cca84ac1d0fac985d3ebbfdbacba0_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-config-reloader-rhel9@sha256:a8739133a6616a7a34ef4cbd7eeb731b3839d4e5ac4d5f2ef52894b493b0503e_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-node-exporter-rhel9@sha256:066cc860301397a054a7418b105c25230a2180e557d7b093b8234e375ef7338d_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-node-exporter-rhel9@sha256:0fe50ce4c7264d9ec532e587c9846b0070b22522066816679f08a5a07111942c_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-node-exporter-rhel9@sha256:8292247806e2520a54b4170aa69da7f20b93b2420df976dbd2f5e92735100c2a_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-node-exporter-rhel9@sha256:ba960fd338ec7abcc2a936137587076f80ec113a081be8d1df91fec8d3ce09df_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:487f00e5cc33440966f68b490b6ba8d0da0462f2bb5f94455807bf9a30ddc368_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b064cb6d4991fa87e75776f37bb8602d006e296d213f5bbd6b47c6de2903f152_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b39a4b9a4f8a91b7976f2ce02303b05b38a583291a4ebfba1b08d999fc108d90_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:cb10c1fbc87bfe3fd48c9c7834bb44be8e808d9ad10ef42c6483681fac9a8524_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-rhel9-operator@sha256:3b0a31d3ac49250fb165866dd1ea03ea7914692a09d7bc6514e516e1cdd5639d_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-rhel9-operator@sha256:717067cfb00313dad5317b564008a9b245649d001736074009045a7fbb3d1cb9_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-rhel9-operator@sha256:c0d1e70914880e19b13f1c899623c78b880777ffd0d54f813a8c78f2f172a4d2_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-rhel9-operator@sha256:ca2cae619e6e83733a803335a113e09ac6bb9c1c235ed0c1ab05fd7e8441f5b2_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-rhel9@sha256:033caa3d2b728c32e63c7de347646938d304ac0ff2c490aa35d7e85e63236cc3_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-rhel9@sha256:2cd0c0d30cdd42e4b78859bfdc5bb5dc500691e69efad403f6cbbea854564df6_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-rhel9@sha256:3eba98811dbd189733d9e1ea7ac94c175b90b5e35d5f58c27aaa313caeaf3b35_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-rhel9@sha256:409cb025e1929cca3e65ff7ea79efc7f16b546fabcc93ebc0b7c98219cc4d7a7_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-service-ca-rhel9-operator@sha256:0a3d510a717ae3bf99d94b4987185b70445998ecb26e91b5136e547a8d457cb4_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-service-ca-rhel9-operator@sha256:3b1680ab1e489cd414065f3d52149fb34147fef2888f4da3633c30936690dcb2_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-service-ca-rhel9-operator@sha256:9dbbf7be716430d0be120617233a7de552e4937248315de9f6c6f794100db3c1_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-service-ca-rhel9-operator@sha256:ba873fccc64591a61d5a0f0d16ebcbc040532e8e16309b183395beba4e8f94ef_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-telemeter-rhel9@sha256:03554a4e07a0aa9debd4b2c5e31ba7a2abd48864f6e21ed8edd758e397ecb9e3_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-telemeter-rhel9@sha256:53b2672ec495dc7dfe61774d5ae111c18e2444c2e9a97a9a5588f5ff659cd048_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-telemeter-rhel9@sha256:93a0c6f59c4f920371c1210668bc5c0a9d6fca17dfe978d8427f772464e16af4_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-telemeter-rhel9@sha256:b68407ef2bf389d6ee95a12b49b6d5e3a338ca0b02c0c4c3455ef7e4c4cce81a_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:6c29ecd0e1de7ddd55fe5429a3fc772022ec55dcb09d163fe37e732b611e19d1_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:91bdfd2dfa408a28a625c9697731b50eb4afed0ea2bf5f6e83e4a2b9bf42fc49_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:a7c46f07c35d038170ce529369d58b7c848973e9b1e0c52cd50a687a758e85c8_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:e447e1d980df7586105ca637b17bdad12b3f3884a6cd26c8a8b0482e02648c46_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-thanos-rhel9@sha256:171a666373eefa0b34cc77d1c1e1361020055746c641f81bdf55581304ef1a45_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-thanos-rhel9@sha256:2260556b4aa73441c868313ad67b4ec14af256a81f2c94dd174a60c322f65879_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-thanos-rhel9@sha256:29258f468994c2e7a6249595ca4b75fd72c6009644f8e772f5510bd461758d3f_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-thanos-rhel9@sha256:c6b2c72b0a23b3b2b1030add377d6709ed1f625041251a1338c2b083df4c7fe0_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:4f4daeba93df4d66ce29574a0faa199ee1cc73bc5b8a63b38de55c7a2ec43bc8_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:eb1e91426bc4518afcb871220972ff5f7d8494c56c3e59f8f534ffc96971c409_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:fb4f18eee9c9aa4131ab06485a4c0444f0cb02ab11c6dca878f63f0392bf6b62_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:fdc3dc067ac445612299bf56e1b10c6b5a4e6f50daed1017454a5390d9e15632_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:8e5aad7733bffaf858ab1d1030a1c37d9516d40e083be5db9ad7d4dd53a118bf_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:19295e454699d1dd59b159aef11ca3d4d410f051d5344dd1b0aff527fc3088dd_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:4dec733ed9c56865b1cc97f2f82ecf81ce6c7949cee3b6a1599075e54f893d67_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:8f5f4a8c8d9b31039b46e2297ba597600522fefd00eb2472c4f7a64739136723_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:8e5aad7733bffaf858ab1d1030a1c37d9516d40e083be5db9ad7d4dd53a118bf_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-vsphere-csi-driver-rhel9@sha256:19295e454699d1dd59b159aef11ca3d4d410f051d5344dd1b0aff527fc3088dd_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:768cb3d11c268969e4eb1759e8d67394501e51380d2e498e3d3b06ddb98d6a29_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-vsphere-problem-detector-rhel9@sha256:8f0fc81d0fa8ab13f02d4aa1827cf2e48b4de3d7b8f46b612fe1483f8e34f559_amd64",
            "9Base-RHOSE-4.17:openshift4/ovirt-csi-driver-rhel9-operator@sha256:1d55ee07b1be3dbd3b9a2e46aa5b8eeceb055c531c49362ace9423327fbf57bc_amd64",
            "9Base-RHOSE-4.17:openshift4/ovirt-csi-driver-rhel9-operator@sha256:46a72226eb46b3833644353955ba0b6dbaedc829818cedfd0e00463018738efe_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ovirt-csi-driver-rhel9-operator@sha256:ae24fbeac9717b5f51df6f71cdbdb57046f82fdaa1e6daa98225d729fb8504d1_s390x",
            "9Base-RHOSE-4.17:openshift4/ovirt-csi-driver-rhel9-operator@sha256:f8431594e8420b0ddef024e846c2ae70569770750f3217dbe3704b58bc02ef20_arm64",
            "9Base-RHOSE-4.17:openshift4/ovirt-csi-driver-rhel9@sha256:0c5c2dc265383ca172155921b1984557dc71532d880ee3f105d86b736d46f48d_amd64",
            "9Base-RHOSE-4.17:openshift4/ovirt-csi-driver-rhel9@sha256:200522c7bae23bc7fddbf7174163851a139efe452660482d14e26d31ee11d330_s390x",
            "9Base-RHOSE-4.17:openshift4/ovirt-csi-driver-rhel9@sha256:9d2e0a9926f48be33d889cb59a93c167ed943c3a035eeafab86cd670accc66bd_arm64",
            "9Base-RHOSE-4.17:openshift4/ovirt-csi-driver-rhel9@sha256:a05a16ce31d453bb37fbedcbf8e05e5f6dbf929f5626fd00ff2403bf8510073f_ppc64le",
            "9Base-RHOSE-4.17:redhat/redhat-operator-index@sha256:12875248fd37b9d1fa4afd238ce78aa147fd2d0dd9708436fc01ac28243c425b_ppc64le",
            "9Base-RHOSE-4.17:redhat/redhat-operator-index@sha256:3aae32132cb3da00d75d456bb422fb71a45091672a0673bddd75b823cdb01242_arm64",
            "9Base-RHOSE-4.17:redhat/redhat-operator-index@sha256:43d4206cbd9d2a25d53077443478f65e85cbba2f9d1fbc765446de1929437bff_amd64",
            "9Base-RHOSE-4.17:redhat/redhat-operator-index@sha256:894819babdbe3e6a04f63d8a6ec52bfd0ed1503c25ebbb6241535e5f5fa90b36_s390x",
            "9Base-RHOSE-4.17:rhcos@sha256:975f83f748ff4cebae040caa4df88b771d32e1f301204a736ec414b4f3234e99_aarch64",
            "9Base-RHOSE-4.17:rhcos@sha256:975f83f748ff4cebae040caa4df88b771d32e1f301204a736ec414b4f3234e99_ppc64le",
            "9Base-RHOSE-4.17:rhcos@sha256:975f83f748ff4cebae040caa4df88b771d32e1f301204a736ec414b4f3234e99_s390x",
            "9Base-RHOSE-4.17:rhcos@sha256:975f83f748ff4cebae040caa4df88b771d32e1f301204a736ec414b4f3234e99_x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Important"
        }
      ],
      "title": "libxslt: Use-After-Free in libxslt numbers.c"
    },
    {
      "cve": "CVE-2025-27516",
      "cwe": {
        "id": "CWE-1336",
        "name": "Improper Neutralization of Special Elements Used in a Template Engine"
      },
      "discovery_date": "2025-03-05T21:01:07.674606+00:00",
      "flags": [
        {
          "label": "vulnerable_code_not_present",
          "product_ids": [
            "9Base-RHOSE-4.17:openshift4/aws-kms-encryption-provider-rhel9@sha256:03c4ffb6e1ca068624a9bcaa5ca21f0b67fc60508f382ae95521c6a03ae8afb4_arm64",
            "9Base-RHOSE-4.17:openshift4/aws-kms-encryption-provider-rhel9@sha256:9ba0c5d8195237e7cc9e37ae735a7841a3fcab2fe12e6ef106da61a6e09db0cf_ppc64le",
            "9Base-RHOSE-4.17:openshift4/aws-kms-encryption-provider-rhel9@sha256:d94dc7200bafdfb39d5d7ce555b36d59d17a0add1091babd769f33dfdb854cda_s390x",
            "9Base-RHOSE-4.17:openshift4/aws-kms-encryption-provider-rhel9@sha256:e97e40543c09b130e3d36eeb5800d9d4ee989f5b16314f33534b32a2b11b39b6_amd64",
            "9Base-RHOSE-4.17:openshift4/azure-kms-encryption-provider-rhel9@sha256:08021be0c69cec642238d8c152f39957660651ec5714d7ed17f2f27c31e3db6b_amd64",
            "9Base-RHOSE-4.17:openshift4/azure-kms-encryption-provider-rhel9@sha256:a8c81f1ea15f8625cee9ad826d2263d09c17b6fe7b2941579f8914ab6ead1689_s390x",
            "9Base-RHOSE-4.17:openshift4/azure-kms-encryption-provider-rhel9@sha256:a9fa50ec982340d9e61f130c74457bf6809d843c13a266d140617f17ac1bec0d_ppc64le",
            "9Base-RHOSE-4.17:openshift4/azure-kms-encryption-provider-rhel9@sha256:cc38a9ba49ae414e03acd79e4d3b97977fe53872870612073fa569f6ab702939_arm64",
            "9Base-RHOSE-4.17:openshift4/cloud-network-config-controller-rhel9@sha256:2a6eb863736abf5c2d7a3f7c2f324e71e25a7dd9a0d5219bd9666c136e0fa863_ppc64le",
            "9Base-RHOSE-4.17:openshift4/cloud-network-config-controller-rhel9@sha256:5153ada0a44b00eabb71606b7144de94c4d5de7eb27dc54cbc9b729bd2a5093b_s390x",
            "9Base-RHOSE-4.17:openshift4/cloud-network-config-controller-rhel9@sha256:698211795dbabe068f87d21f624e09d28742483015be770b1cdb5c6138283b69_amd64",
            "9Base-RHOSE-4.17:openshift4/cloud-network-config-controller-rhel9@sha256:b5ed6c1824fa24f8dbed30ccc81428285823d97e15496c43c433db55985fd9c2_arm64",
            "9Base-RHOSE-4.17:openshift4/container-networking-plugins-microshift-rhel9@sha256:3bb7db321e0bcbb3dadc7a1c9f350e69657249f4823e46184c7001f17aac7d1d_s390x",
            "9Base-RHOSE-4.17:openshift4/container-networking-plugins-microshift-rhel9@sha256:44ab8531897438f9b25f0b6d90e5b224e3928a3f12f8b24dd18113d7bbb40ece_amd64",
            "9Base-RHOSE-4.17:openshift4/container-networking-plugins-microshift-rhel9@sha256:4c57864ec6554cf452d24947d6d1387f8c4e10a0b89508279b1bdc12a1a1f50e_ppc64le",
            "9Base-RHOSE-4.17:openshift4/container-networking-plugins-microshift-rhel9@sha256:6fee0ae68857abb3ac5357aeee9fda4cf8cfa60e061b6240d2cc266156092d07_arm64",
            "9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:8edadcbdbe43b80cea7a3076897e893c8e3d974c6cea165cd8ecb00e03d1ce78_amd64",
            "9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:b676dc0dbf6c39a7b3b68d3ef21cef981927255ba8ea45e9d1715396dcfe29ff_s390x",
            "9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:c9e05849c3438f54571b43555c775401f5a97abcf7d328c6b04387e8c1d0b312_ppc64le",
            "9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:ca540412965a47b91836a1137e49720be6ee3ebc2b7c54b67864beaea76c2e6b_arm64",
            "9Base-RHOSE-4.17:openshift4/egress-router-cni-rhel9@sha256:07d4ba54630d432f37576929be29cf02ef09a47bee91a63f58001f9cd4acfc92_arm64",
            "9Base-RHOSE-4.17:openshift4/egress-router-cni-rhel9@sha256:9d5ce7ba2746d808b7bda9c491ecbaa158917b2659546eb9be7752d14a79f845_amd64",
            "9Base-RHOSE-4.17:openshift4/egress-router-cni-rhel9@sha256:deecbd903551fa42eba84fbe2051794146cfc426cf6f151a2d8b0e26d99909b1_ppc64le",
            "9Base-RHOSE-4.17:openshift4/egress-router-cni-rhel9@sha256:e2acac628dad896c7b4ee0617847b6e5d8051b5cc0a0add05734b2f179afcb59_s390x",
            "9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:382bd4ab43e8572f129c0cccb7778c0c35e1648cc48d142fcc4f908cefb56a39_s390x",
            "9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:530a9dff7076b84825ddbb0fdc1320140ee5f01de559b2ad166032d58dad6dc2_ppc64le",
            "9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:6f7e5612f7cb6c85db355eeba15164a0445fa58857b857506cf65b873e4b8174_arm64",
            "9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:ca10f64ab5f5d9c5f2dfdb5241fed009ec9f37bfd7126ad790a07f9c1a418a3b_amd64",
            "9Base-RHOSE-4.17:openshift4/kube-metrics-server-rhel9@sha256:233be71aea1d6daf6162eb3a7f91c2f052b47e3ad1d8778e519761c678a32327_amd64",
            "9Base-RHOSE-4.17:openshift4/kube-metrics-server-rhel9@sha256:3e11ef3020927ede13dd28f57daa86b8cfd2d287e380296452bca4bd781391df_arm64",
            "9Base-RHOSE-4.17:openshift4/kube-metrics-server-rhel9@sha256:9792d7c9a9e5725b68fa3812d5907d4812b6cb23042af5392d7e6cbfdd3f8995_ppc64le",
            "9Base-RHOSE-4.17:openshift4/kube-metrics-server-rhel9@sha256:c816c9115e6a17674b2b913b73e5ebe5fc53fd20ee431f9f87c6035b4bca6c16_s390x",
            "9Base-RHOSE-4.17:openshift4/kubevirt-csi-driver-rhel9@sha256:7fdb186f15c46bfe20e5426701cac2c4ba45e78c414e71b1aac14f321092eb4a_ppc64le",
            "9Base-RHOSE-4.17:openshift4/kubevirt-csi-driver-rhel9@sha256:8243c2660c6782fffd9c8b692179a16eaa09f45fb6731183f24acad284116144_s390x",
            "9Base-RHOSE-4.17:openshift4/kubevirt-csi-driver-rhel9@sha256:a78f85edfee8f8f51f73e63c8c02162c421f0d63e2f8095ded84b78087a83aab_arm64",
            "9Base-RHOSE-4.17:openshift4/kubevirt-csi-driver-rhel9@sha256:bd9ecbdfe93e006b10eb976b6dc590889f48fa146c5da51431774543563fbb14_amd64",
            "9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:4b75b7fd029742eb75968481f181fd1f219b6b9fa0da0b48987cf988ca48d5f1_amd64",
            "9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:85649591fd162c55910b0be4049b894e0cc9027ab375ed3de4c322af8e271597_arm64",
            "9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:ac07972de391248c3b2fd918633f53d1e072e704cdd11573c2ae7ffc7e4ee9ee_ppc64le",
            "9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:cc9644a1464bef7e3e3e039f8046872f7ff86f866b031737e3af603715a030cc_s390x",
            "9Base-RHOSE-4.17:openshift4/oc-mirror-plugin-rhel9@sha256:50e9429282d07090b22b3f4f3770fd44307a488b8d080addf63159642e71bb51_s390x",
            "9Base-RHOSE-4.17:openshift4/oc-mirror-plugin-rhel9@sha256:68cd883ff4c2f5ea55b8df1e4be6f578bd107f6b9251e5d2d88711898dd8220a_arm64",
            "9Base-RHOSE-4.17:openshift4/oc-mirror-plugin-rhel9@sha256:765c139ed433c5cf47922c080355ad869b514dd33c2087bb0bab7e9e14315a3b_amd64",
            "9Base-RHOSE-4.17:openshift4/oc-mirror-plugin-rhel9@sha256:b08c31f2ce70a557a6815eda64402e5685cd9742ccf4b156daeca83c7f883ca8_ppc64le",
            "9Base-RHOSE-4.17:openshift4/openshift-route-controller-manager-rhel9@sha256:37180fdc0de1d570dbc77d0388de47f945146388c83ead17805d582a4d5d8dc9_amd64",
            "9Base-RHOSE-4.17:openshift4/openshift-route-controller-manager-rhel9@sha256:391bc1c93a3c513f2ff90990f5f45e1bc2c3665d9380a36a080b09b72b623acd_ppc64le",
            "9Base-RHOSE-4.17:openshift4/openshift-route-controller-manager-rhel9@sha256:5c17c1c6f7a366193f0bd579350781ce337a08e468f50af9be3534564ab9f8fe_s390x",
            "9Base-RHOSE-4.17:openshift4/openshift-route-controller-manager-rhel9@sha256:8c461aa1501918dff695fe715e498da95d00b63ff417f30964ee5a11ddca4685_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:b54f372cedcd1d0aa47a336839375374ae527a7095b9100e474bb0a3182100f0_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:c6d52c578fe8575c33353f690ce18be227007decf25f409e7111166ffb22b87d_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:dc6d3a0fa664a9974eeaed910db7255b7c252c2541fd7d49d41f714970bb9f9c_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:ef589ca8b456aa4c3bac06a3f73b1b371276e4a8372d2cabd64972d619e55252_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:46f1f67888e8393761a6f834332765f45eb96af42573e3ea5815a04659372e57_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:8e0f5e880cece6f08ef1c8c0108e302e8b89026ad1299463f5fd383aebdf2adb_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:a8ffbac5d2df3f79b70ee06da741de890f2eb013d26efa4d01a695d14b88883c_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f0161630366049823d995e254260ae71f5871463ae3797b0e12efd5ef30d6ecc_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:8c60c93b01376d15dd9692efac1820ea1790625181b1600a3b0114e418b64d46_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:9d62ae9810bb32ecc803a36e128fee78012ecc98434c1ef22f609435e3e2b157_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:adf9ed8489c4b9858e976658c04cc2ae8778267239997ed6d1b85902751d7da6_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:d852f1e4bdf0eb8e37eb0980914232de8cf6dfc3e159f0dcb1d13d909350c3e7_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:54c77ab47347e8a5cec0061504c591921f3bc87aacc8d8affa06cf7cc1436fd9_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:919b89991e74b6e5941eaa45219849db837271b11e699eda8f49d0bebbbf6459_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a4aabec1cbb1e2a6994b7629f97e53eb271e4f29070d7bc2118709efd9775722_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:d7cb7d816efb575eddc5da8409296b166722d17cea4b00e3d1395897f2c81755_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-utils-rhel9@sha256:087df13ba7456b25344b3903902d5b1ed4fb22771273d07fe7969ad0ee5326c6_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-utils-rhel9@sha256:10ed11db02965c7a335b84eb5b0972711b082cd6a51604ee7d41bf8c417395ab_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-utils-rhel9@sha256:2e3c12f80ae0f3a058a76083a166f0f52d2c488757bff1ba8e3c3dcb78d151e5_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-utils-rhel9@sha256:7973dc716b1eefa13a30c0393aae4f30d4f77ccb9306f5afeec29a1a97c9741d_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-apiserver-network-proxy-rhel9@sha256:1462a7d9268b1f123b16e52e0916f99762235a593f1a370bd9747278f0bef42e_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-apiserver-network-proxy-rhel9@sha256:7eb2f2ae05142aba55f32c5ed8ac3527ba1a37876fa05299c401b082d0794dcf_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-apiserver-network-proxy-rhel9@sha256:8474cc191853f6b174f8fa3b6cc3ddc5877461c4589d51106da26b740cb17a47_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-apiserver-network-proxy-rhel9@sha256:e88854ffd5222917d6056d2c4fa1f6c1b3000c1ff0884226e1181aed5af46b9c_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:57c421ec589d5bde9a9ae09a14dd401e6f4f7502383d9cc1d592c4cce6998920_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:f5171310e47ac2dd5c8e5ad6f722b919c1e3cc5d41fcf8ac0261dd5a823b5b2f_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:316dd5ec83d034a3c1b4e1bab82fed82ca290078faac2f77fcaefdc75271bae3_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3bd5065a32831547694a8bde30c4f86bc92d091b084769e078cde32e09adf5b0_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:00ab20409246fa280e7495354988d67449b225b31842bb87a12edee37929a354_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:963bff39697376d8f508f67b3f316d6876b990a07706a4bf715a827cc5488a52_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:2d10b0d8215610e706014b0d201ed462caee0d4d5d530c5c3727b9d6ea026a9d_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:69b1f43549736bf9d9e1a623f989a9f39b5ef94af2b569d9882390faabf9f48a_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:3c4159cb67ebf933de486744c889e47c38262a6fc4db744121fdb14986091692_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:435de6a901e14afd420d4bfbdf80146196d5035c72523f84cf9134660e058231_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:6be9ed8373be35cedfde4bca2f176c030f28acb48bc0f2645a57d30a2947f98c_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:f570c441261f111a11c675d9b162425dcc65a595c311a1e3d5dc23317e6ef4ef_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b76790914ea5fcf9364109e980d569aee9acb92af7ecc773dfa6bb88a6c554b5_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-azure-cloud-node-manager-rhel9@sha256:ed5ff08bfddf0d60939abf900a5af6c85d7010e8ec1b3e832f3e9c0eb610feec_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:9d0e8a429f7203b30f023f576e4be8204bd634d9415e70835be8324cbc6df689_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:dc21bf04fe634e62e83a5df806c81b014fd77f71ee574892334b84a66095b5f9_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:76f622961386df12c4602b90b3cfafdacf13f7fc19b36b46e30f868650420e60_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:f8f8cb4ccb17164473110d2852755b26438aa509a9897af600c964bc0df4fc5f_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-azure-disk-csi-driver-rhel9@sha256:88411c5fea9d080379418df9f140189954d82eba1d11390f5ae357e399262582_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-azure-disk-csi-driver-rhel9@sha256:dc7539c21b8c701f95335e5e5cef0c99102a5598c9319c41ea374c70e62a87a4_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:0587b9131fe7e79b3b757409ed385bf591841480c409af8f403e834470b3e94c_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:3dc6706d8f84756fe22e1f304151418fe8e8123cbcb79345d24eaa1960ac8eb6_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-azure-file-csi-driver-rhel9@sha256:3144fb4d63f0d246f99205b8b15c9a54a63f3a4fd8fa6c82e5407115ee62e633_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-azure-file-csi-driver-rhel9@sha256:3959dc623d65e2352382307e411589e9d01ce3d9f7a7a2659f02413d9256de05_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:2588b0d11292db6a255c0fed210052fd3811c9ff16621304ea8ff2f4b13616ad_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:f2c1eeb52e73690e1068e501005833c2f890bd8ac7d2624c5b7f68bfb0b3ab0a_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:18c081b7655b78e92106086320308698df10559225a21bf21c51519a683fc23f_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:9dcc1154c6d071cea0d2b4109bb44c77fec825cef494867434d5a1fcffce50a3_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:ab1f6cb18a21abc360cca29070866fc738cc7c93339531fbd86112f993b03664_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:e23557c87036ede1cf8a4e1ddd7551c9be23a47558f1eb5ee9f12bed7fd1e472_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:07455ca24a9669a7201e1269bf1f5c6626b3b2f06e5a949a039035b8c7b7568a_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:2db63af1587e7dfb644014902bf92f7676381cb61189862c1ba25de4a76a0f23_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:38dced4e21ba292b86c29d402916bbc6374d43789636ff593828a40f1ed11875_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:fc394498879660fe3628357568b57ea4420c0d5e38269b9d1c0919544ba16cb8_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:121f2f0e061989fa7e65ac7ba56288f13fe2386d6fa60da425fe24dc628df4c8_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:15ae7e0c9b0ba7f152071fbe8550253c2c377c48fb056ad611dbb4913ec8f569_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:718e160e36461f4b068deda1ebe34c36cfcad3cc4a361321dcf538d2a83aa1c5_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:b3c64d151b7106205a0103baf6d29edb616b1a3510c17a83c9f73d302622243a_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-rhel9-operator@sha256:0d1432ba417c225f4d569eee9d24b0dc5c496020eda07e2ad3e325151e50eb06_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-rhel9-operator@sha256:3751d445e6c9ab436fa0e62096bb69d18ed75aa2608c37ce9e93a17976fcf07c_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-rhel9-operator@sha256:b2d56f85fe4af7d84579299e985147d9c32ed3aea91ea0c2abaed1aa9e7dc2ee_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-rhel9-operator@sha256:f246d38d77068bcad29165f3fb0e60d8d84c193f6db82a3d6c1b40faf286decc_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-runtimecfg-rhel9@sha256:5ad475579d7fc5028a834016086045c0d3a8097b6837969ee4ed524e54ab7d6e_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-runtimecfg-rhel9@sha256:5dc33cf32076cb44c8507c1e8e04eab97b307aa0ef8ba86c53f45bdb97e85661_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9ecca5a8208321c2865fc584fae5411f81c2a6a939499fbef9a237a91ca643e9_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fe4f92033b01419427db757db1f4c693f62a1bda9dddcc66c7ad4625c2229253_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cli-artifacts-rhel9@sha256:14186b3754aff62f3a4de1c51eee5bf147c712323044d86970cebd7fdcdebdcd_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cli-artifacts-rhel9@sha256:3d4dcd1a45f409c3b698c03ffe24ce653f11b9945391c73acce7a75a1e7f976c_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cli-artifacts-rhel9@sha256:a23e3acf057c59f59694389595c58b6fe8faea4772c94e07e5889ad2c62dfd98_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cli-artifacts-rhel9@sha256:c9fd66a2f4c866495abc55ba28369fed76923012a371dccc479e63f0f661c306_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cli-rhel9@sha256:5b176c5b0b293b4a704820dbf0428bdab55cc18dea95a85af8bbf66d26c4fbb8_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cli-rhel9@sha256:5d30fefd37b24ac3ec56655c51a2b2f06383eb699f407da099f37d6fe8f5be33_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cli-rhel9@sha256:90bc09d692046a1d7cb8596495e865bb42c7523b1fd23975a6507d3cd8d62e40_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cli-rhel9@sha256:d62b882b5a48e78a1b48efb99f3892ece51c343df9e285c96e32af205d075058_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cloud-credential-rhel9-operator@sha256:86abbd9662b2b0f8f0dbe8fcf8d9bf0fe8bd810b0bcc6064dbd56c5cf37b8609_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cloud-credential-rhel9-operator@sha256:96cf02a8cac283d7fb1ef72496f60a4df821bea89e45c8237d3235ed797e1253_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cloud-credential-rhel9-operator@sha256:a1b1daf572797d217d5925277b56b4d1c83813492cf90774cbfdc2294f498b34_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cloud-credential-rhel9-operator@sha256:f62343c3535a6fda32806b43a098d55a7a7844941e93a3a5045a47c7b95440eb_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-api-rhel9@sha256:34f8869cd85d3c50ffb737883786ddaea37f7c3f222241ea6a34e429fde1a01b_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-api-rhel9@sha256:8034059d8013e4f34ee42fb9d2e0786e9866e3fea2a614c32005e5df8e14076d_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-api-rhel9@sha256:8e97befc7ea01fc179a3eaf66dbab974b6307c512cdd6d4d313caa3bf86eb98f_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-api-rhel9@sha256:f46dd8f62a70bb734ccd71229b09047f4625234774e321d556c0fbc5715b3c11_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-authentication-rhel9-operator@sha256:a259a1381b56abfda0f827ad6416b103f95f80d187b6ba869d31bf2c8c40fac3_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-authentication-rhel9-operator@sha256:ca4c4cf5e2ae3d5216576c6b154092fd77f93c978753fd4b7a76884850e46ba3_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-authentication-rhel9-operator@sha256:d3355aca2b5b35d64fac047b6fd98842a2baee536a79ea7615b4184c5a4e4744_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-authentication-rhel9-operator@sha256:efbd2e4c75f2eecda902b3143780e9bfdc5ba2b50f2ddfef5c2e0e753a3bb26a_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0ea9c22f0f63b3360d8e74a52026b3302cb7012b7ce6987111464e37bb5f4ff7_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:77099c8ff05288b7999fff6adf127e007ce39c7de9e1261d88574311e4c46ec5_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:85a24fe4edf8fbe51d0434bf2e65b149121c687a059a36bc4c48b592848befc8_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:cc7e0a422ed957b91479325b969f41302257a2958602f738c3ffc1b0835cc3f0_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-autoscaler-rhel9@sha256:73c6143ce45ba329a1d941a8b4cf13ad66f68c25f45f3163bafbf88ccad795c3_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-autoscaler-rhel9@sha256:adaebf9abc62813762600f7ebb480c57d186186f64a3246e62a50a7d84b016d5_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-autoscaler-rhel9@sha256:c1679d423da94f016d5631c5870fa0d7291190557a05b392070b10f84d25df7a_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-autoscaler-rhel9@sha256:e315d8104d63d0323f37112d8847fffe896a5399732874f1ace113ef168ec6f6_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2106245b2d297e8360a5c2693ac95996918051d40c84c8c6012193249e18c687_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-baremetal-operator-rhel9@sha256:4681e5cfb04379903645d21771218a1e27c61fd47d99f6a26f7d21011db42e65_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-baremetal-operator-rhel9@sha256:54d5809f10269dc52181866bf34f42618bd398e7a3f0bbee928c5515f5e290f4_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-baremetal-operator-rhel9@sha256:f039f4cf06258b1aa584b2b8d64994593a322dbc339fe6e8431ea0b8e67fbe28_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-bootstrap-rhel9@sha256:04ab6483541c8996ec5bf8e57bd3e90b5a4e9996b4b46da91a32dc5ef52f2520_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-bootstrap-rhel9@sha256:1f28e7920db92d5f1cdb04b95f51c8e457e5af97a7320ad98fc9d56f18c314e4_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-bootstrap-rhel9@sha256:5bd313301496ab3db1b3a6feeebe517a4927a172808dac07895e8fec30d91c2c_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-bootstrap-rhel9@sha256:ea94cd9619edf13a9d1dc5176ff40d6e57ee76a953d3d3bfb04e4541f2815ed5_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-capi-rhel9-operator@sha256:1ba56ff8308578c422be07fb6c3ff561ce7f664adc980e2976eedb4e2a619fa0_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-capi-rhel9-operator@sha256:43c7557823aa5e86db7e225dae23f2b46d4a8b1ba517a619f31a71512815ae17_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-capi-rhel9-operator@sha256:af7ec9ba0a62e9c86b3f40c8fafaed4c184b132afce4141ee7d51e2f6c88d2d5_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-capi-rhel9-operator@sha256:c8ecda9595878c72bc15d36ecf106ee8b2455f03278c978b784951c8f504f961_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:2d008923f980784e3a83c2e51b05834e81ddb38187e351bb3c2ed693bc24756c_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:7fc2305ea95e1586cb342202bb673466a0d81ad70e09ad98fcb2286314f901a6_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:980c46d6fe13ecfcfa85e4cf6871e4abbf13b7ce84b19d3ad64d89bcd937c015_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ae6cded8079fd98f313c8e7cf2125d4937d0dac82d09bde1ab60a5ff54f8f482_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-config-api-rhel9@sha256:832e662e1a673659c3839967d76529820f9ae03af645d2bf01ae711e90e4334b_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-config-api-rhel9@sha256:847d40fd677108f03e97a5a2590621a2a64a62d03aefab2cb98c2c89746c8784_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-config-api-rhel9@sha256:9f5786427bda3f2052dbde19284abaceeaa0a1728d1e55f710a189ec20895004_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-config-api-rhel9@sha256:d4a63e6e5789b47fb37ccbac3741110e1892c0f59f77eac89e58d9e00f5bceab_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-config-rhel9-operator@sha256:19f425ccedfb011f657416b344c2e443c3dc43dcfd2ce97db6058231fd2caea7_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-config-rhel9-operator@sha256:883a117396882ccf957ae86b7c9254daaa712e4475502dd05956e6e5f338a175_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-config-rhel9-operator@sha256:d8048fd42ae41e8eb61f9fb2f484ecd84212b858b419447e70d95b90f1562c42_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-config-rhel9-operator@sha256:fdb8fe0ae3c6951e1f09b4ae2920cd83224d124f35589c8753a2dc14c98dabb3_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:8a49993a5a30453a7c113578470d2736aa2db4b3cfcd6f858a3c4b0d8151d71c_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:96c63ebc2edef87f160d360f58a0e98b7ffd57e7fc6e187f6d46b12a7f4d608f_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:c429553d8c5a41d404e1468cd1359478ac5c69107be7a0db593418466d724b79_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:fad08ad6b358e9e4e983b2a17f2518a8b61ec6f14338b15f7c728360a0c4a4f9_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:38bbe69d4b7db72c4fa3715e9a76395d4666b02eea19a4a983d71e599f0638db_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:82d32c060baaa8a29a098bbbb03e5e14135135632823c5ea1da8aa6b8499c45f_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:891e253f46f7465dd382dc6bf1785035e1f8f7ef5b50a2b1b8bc56907fb0c383_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:df0f91634353ecd14cfd2138976e35d405b2fa2be24c1e89298a154a185a5392_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-dns-rhel9-operator@sha256:1bd8e1b9c76e9f6e22f4c7965da8aeeb68a40ae60f4cc083fefc47797b8f5786_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-dns-rhel9-operator@sha256:8f9014db2fc33af7c632de4b9c1d20777b7b015e93fde64af39b5c60bd8f52ba_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-dns-rhel9-operator@sha256:9397bf5c292ca4b3f7f0da97f94a7323de3669dfd9ae4473e8154354d5b8e42a_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-dns-rhel9-operator@sha256:db523bfdd4dad24cf9ccbda7281d1bd2ccaec01bd4b164b0dbeff2b7fb54b6fb_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-etcd-rhel9-operator@sha256:650b29293672c4f9eb788e2e4257716274f9faf4cd2e894a5f327a5bb98eac9a_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-etcd-rhel9-operator@sha256:6d38af3052357d2ffb0d4fe709604d0102aca8a19fd560f06e66a3a44d48470d_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-etcd-rhel9-operator@sha256:b1e42b13546e4b27b93bd642174dfab3799f3e95cb32ce58322886983e029722_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-etcd-rhel9-operator@sha256:f40468472b7d853b1f5034c2bb4cfecb6bf91c78e9963bdb350efa6172c34029_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-image-registry-rhel9-operator@sha256:95e2f230adee118098221df4dc09e41d62c8f0ed0ffaabdca2759d2297b87192_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-image-registry-rhel9-operator@sha256:a8c26892e945256d26c4ddb005ce71198a6e5c946c8b0bd404dc5a6d4965841c_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b3d66448f272e54b0e91499bf9203dd4ffb3cb98a0cd3f153d6aa504773b178b_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-image-registry-rhel9-operator@sha256:bcb4ca0eaa52bf9c584568b34bdc9d08253822dabe8a43fccbfe3601332ed8d8_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-ingress-rhel9-operator@sha256:394a4404caf1f548616e4b36ac2c4af05c046fc494692809c651013ef7d16257_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-ingress-rhel9-operator@sha256:4462e8912a672f95c567c1543d80ffe62f300f42baf746edd4b45886fa869d60_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-ingress-rhel9-operator@sha256:c987ba71f8168f0a523f2be6507e00fff6c262d4bfad59f4c87841330fa96dd9_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-ingress-rhel9-operator@sha256:e58cc3035d0ea33eb409b18a70e10511289449f3cfa643b52cc74857295e3f96_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0002fec33a68a9f3bb7ba5f7cd9062a35736b43dbaf42ba2cf91d4235bdeef9d_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0373744feb8a383f76a37c60e205b3504add80a0b05eb1849f90055d665a768b_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:421fa5577fb99449cb1bba71aa0c933bf7e3be12206df9994da55198635f629b_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:607f047b7f4756d3dcd4243183fb4a23c45798632de00526574f2d5d7f9fc2c3_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7ec5f60ed21701dc098e2cee33e0d59b8c5bcbd9969a26b8e8082aa2ba9c93ea_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:8dbc021731dacf75104e78f431c0a7ebaf80e31edf75fd54e0507f4af7724c91_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:d0a576b7d7277e40683ac4487217fe3684e42bc765d2a3ecba14e4b81e82c76a_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:eb97662076a8459ebccb9ee6a0958c77d1ab516b4375a9925b895af0a613f549_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:78bac198d882113612602d0a58dd516234a4b151d24e861bb69582983437b84b_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:7a5b6dfbe9d40e7b89bfcc8107e82e2515856177445a8d4831077e26f5ae2e1d_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:a2184bde2de353cf90eddabb81dd1c85ee5ceec3f6914af58db453ee2c13197f_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:cf9578fd32cfa0f36c0fa26a925965c0e616027300015812faf786b1a47fc209_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7bc83ab4f6cf5488864adb5b148e4ade887640d40fb68165b6149a8b8b6588ec_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7ca513675dbe0e79573c841589f823a39d7eada90e0a41a39ee94fa7348242bc_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:cbacae519379425f790d66b55eb12e524a5a965f2414393e52d03bb9418f1e3d_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f937dd453269edf5414e233cb9f2dd03ae3b5ab907695febdc29c7856a43e6cf_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:1671cebd1e789f751e58439d7d0fa55a3ac6bd44d6f58ddcb43e38d5b3429e53_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4e338be7fb25942b0acb0c8f635c64e2817495422c300b68979950d160d5b268_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:818f1d4ead362a2a9e72516b2b0326acc823989bc9b705615eaf4931d9fcc88f_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:dd12e5771a31f16c83c707ad28a9f4dde97ede79379e31880ce678e964d1c244_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-machine-approver-rhel9@sha256:1e1da424badcdd66eaad357f1fd26966f59c75b456ec6c894597427df561ccad_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-machine-approver-rhel9@sha256:c23b5724cfc6ad882caca9bad3da7c8b65a2c44b0955bfb34ceb0508fe74e89c_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-machine-approver-rhel9@sha256:e8a3c55da98df0e90f1a530faed4bcba073ba4799ad1d39cbfe8b2d5a8e17b16_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-machine-approver-rhel9@sha256:eb1cc3b42cf8fc4d031a921ecf465c41b0cab5e259baa5b685fa625ec1ab2397_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0123dbaeabb8ae42942d1b3f5a5c2eea452501d1bbbc7e069b881bf2bd5c3d24_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:bcb67b2b03ee49369c4d970c5e07322f85d2cf30bc50386e73313df1ad5b926e_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e60530a77777fa413558e66ff0339ae782a3badf9dcd491dc0c642edcb87d953_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:ee83d3ae20cf83282fa9127686405a7611b7ffb9211124e6688755e156b8cc31_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-network-rhel9-operator@sha256:64d5b8230e17e6c1e6b53c2cbe91ded4f9caead425dd579adbb2700923375c98_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-network-rhel9-operator@sha256:684ca7e6a6fb4fcac94e3194e794ea5498733e22f965549c00c92212c2a25efb_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-network-rhel9-operator@sha256:6defce2a88b37065fd7b8bd745d28e60599a08d3cb931872ea50b33cbb69b360_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-network-rhel9-operator@sha256:fa2d9bbad0f076283d9e110cc32fc4324d120a383ca6eeead1f286eabbda1c45_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:75664880e7db3f0ad3036642e0aceee61638c21568b5ac7ac7d150fc5f3df70f_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:78953203ce538feac3dc891a0021a076873b55d04b0a87ee223ad64f41beee6d_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9be60ee09a3ff9b58d8076b67ab28085130a5ae1f432183f1fe3f7859bf90393_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c776793921b6f3f74d7bd4c86d401789b70c552ae56d06cd3aa0897c8727e80e_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-olm-rhel9-operator@sha256:0ca3d57b8877810f82784753ba1bc8b67a764245e0530addc811cad61843f039_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-olm-rhel9-operator@sha256:9f0e7cfb0a992a098b0cd20531a46d46c702f6e2ad709f5969f8e4f69857d256_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-olm-rhel9-operator@sha256:d1534fff36a779d2fda9651a518f21e007d8abf447f21f0ee271da2862d26d2e_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-olm-rhel9-operator@sha256:de3e50c0f72a900eb72ba5b9db02d9d109470a4cdf798cdb5e84c0619d4eb420_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:64731eb24d4d1ee30ba2d704c56b7d03a2ffa69b79d71d4ae7a093b8a09629ea_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:8fee43ee0f40cbf79c410bef0184825bf63d4758129fc8612147c85147f7fcc9_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:9d108d09eb9a9c98cc7665a3dd68d93917bdb05b30f6269bb3a00c7218fac306_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:bf3891f2d6b69db4bfa60a1d5932d4111d7b56ba3922b7b02952eedce44eeb9f_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2f312119f1cfe71afa89bf2c74a4a57ad497275ff953313982a63153a39f2493_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:6560a03ef3b8e339edd4aaba5d50f1e04d62976661f60b03f2898471f11b0631_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:742780c3b6f27a3e7fea71ba1ca4d4e28db5bdfe9b69fad95cb0c31d3923c69f_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ce1110666a1f817a6897011ff27dc780b81cab9f366621120093e58f77860b93_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-policy-controller-rhel9@sha256:0d24d9508157347f020c6b99eefef619585dc37542b36f45ca62e10330e4deef_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-policy-controller-rhel9@sha256:44f392b5fe744c7abb52669e64b994c0a89dad4d21253e49ffa7acf51e069c8a_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-policy-controller-rhel9@sha256:6e67c8b7fa4d81a89121b84cad75a0a7d303d0177e28c730b903500c15b6f7c9_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-policy-controller-rhel9@sha256:81f8f28bcb4d1c52ad37c0fd5bb025333bd230793c3a2650f8ec8479d64d13d7_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-samples-rhel9-operator@sha256:1dc254b8b7bc5a5374f41f6f06d034332c9e6dcd8acabf2ee4547ba30d76b72f_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-samples-rhel9-operator@sha256:8635922fd673260318d32e128ffd11a2c7c24dd42d2a65bf4a0ce1fef12d72f9_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-samples-rhel9-operator@sha256:b853d72ed5fdc475ce4aaf6bb5b48a3899adcf0579912b0c95ec252597f691dc_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-samples-rhel9-operator@sha256:b9aee8ee21d594a677917b210a62a223ce19c451fe43bd0affac62844ba3bb32_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-storage-rhel9-operator@sha256:3c6c1a7f88fabd6c71d3ada18e7efa6ee19b0e33aa814bf1e23d6d88a3aa6b7a_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-storage-rhel9-operator@sha256:83cb02829b00376a4f31a5892b408a054cfe705906258a984f042b01486de3ea_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-storage-rhel9-operator@sha256:c7c6233c6564772233318c25089114fd322bbeaa9f30fa85e5347cd6c3f14138_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-storage-rhel9-operator@sha256:da828ef4148ca3ee8eba58052d95da9cf92ba6987418b262b7b3405095154936_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-update-keys-rhel9@sha256:4f8f6b9654e37cf6f03f984cfc5ff98945f4fa72903622f1fa770255d0073149_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-update-keys-rhel9@sha256:6e13528b4dac03e857d5032fcbda9cc9ee81bba1a30c9631202bbc7a2471549f_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-update-keys-rhel9@sha256:772397f5e6cf6068df029ec793486d9ae08d0af8098cae011a4ce986be675425_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-update-keys-rhel9@sha256:fd4eb5c5da651f5f8dba0302ec27e1bd8399ca7f0ed5bac8e120f7bc60d89ac4_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-version-rhel9-operator@sha256:4e3f81eaa31b6ea68fbb3b0ed098fc7adf0aeb77a5a739f8c91a147caaad797a_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-version-rhel9-operator@sha256:5b72eba1d1ce4bff619ec478da59a4d32535b73bb6f43bd2636510bbd078ec7c_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-version-rhel9-operator@sha256:9d3e0d922f3e069e90a5b16c08804baec619f0133ab9607e779222e6acf7553f_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-version-rhel9-operator@sha256:cdd431c76a10d0a679171a9e834274b053d4c710b26703e9732468c538e28cf8_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-configmap-reloader-rhel9@sha256:6f7d5e9aa75df873827538c22f4bc5f5132e0968847e12937c7f772d2bd56928_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-configmap-reloader-rhel9@sha256:9a41418fa0c3c5e3f0360b9c7459f186511389b5683ee3bff415f049ae84a241_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-configmap-reloader-rhel9@sha256:9c9c5a3e7e9909130823093870ac570b67be9bb5dd35906af266ef6391cd1354_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-configmap-reloader-rhel9@sha256:fd2176817bebe41db49f3820b80144e1473852f4af9a371da3e8e51c4bb62685_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-console-rhel9-operator@sha256:309c7a9912a0c3d0ea1ed4fc35b4af64d36c3078ff7d1af70eb0771424bedc92_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-console-rhel9-operator@sha256:a46f91522c131f3dc43a0f35973752bb7c27914f122f208e3e1837da09ff909f_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-console-rhel9-operator@sha256:a741ec0828daf891fdf795b37eb7b54c5301302e4b208c188b8e6203909f0014_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-console-rhel9-operator@sha256:e3766ec0bca555a1c3261be57935be76086aea1490cf3d6e9f31f1612b410dfc_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:3b2da6499a39f1c7049759b1a670aa514391bda3d550f15a8884e725c8423174_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:6384fa7d0a15b5a40733e010e8740a43667a2d6880d1b1e3501ed3dce31721a4_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:6c395b2f00617a611ed2710bb748f4cfce0e555b0202fdc94ca7520438130d43_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:77e03f315578b64e1bdef7855ff0ae44c544f648d5a384c61a37473f7ec50f05_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-container-networking-plugins-rhel9@sha256:0ff1c231ef4d4a632a089b0a95f8a8e498bd16d68a41200ffd3ad4bf32124d0f_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-container-networking-plugins-rhel9@sha256:19647286f9c75dd092be4de0edb723882af3961300a18c4aed6881bf259e6c70_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-container-networking-plugins-rhel9@sha256:6b204386282661b2efa3ff465eb279f3e06ef92646b58de9db32364d3c02f44b_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-container-networking-plugins-rhel9@sha256:993058708f0303421c0c767af97c102b07bc064cd7242acd3f5963dc6204f815_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-coredns-rhel9@sha256:560e9cc66aad1c9732c23b0d7cdb2c812a31c46efa456346b01e142b185d2194_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-coredns-rhel9@sha256:6128f645ee1e92adc4e14f61ac61ca4208cda56fc474012ab5a1fc081710365b_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-coredns-rhel9@sha256:8be1b918af3a97bea0f8aaddd1920fabdd64d23621ae73fb61a403c611515c3a_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-coredns-rhel9@sha256:ce4b36fd66c772da0bc5048c9d27b5e9c69fcab24e4fc07c80a4e92642fc714f_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-driver-manila-rhel9-operator@sha256:1a4d5f47f9f0bf1054fd192251f1c84f20acdd4a2f839e333091daf83c549584_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-driver-manila-rhel9-operator@sha256:e869a57727be73359e7159e2ca575f98976e4ebf444635098845f22f01352289_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-csi-driver-manila-rhel9@sha256:0c895394b3967e306bb26310f35b0aed33af1048bf1053a780df197734e6f8c4_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-csi-driver-manila-rhel9@sha256:10932d3dc0f6631f61c289eb0fd3bf26ec694d6b0e6540a8fa5422a6b6774701_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-driver-nfs-rhel9@sha256:470652ca1988e7b75fe22f5b211175ffeb91c8fd4a602c40f92f3b22e8567655_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-driver-nfs-rhel9@sha256:aded4df23d361836b6ef99a3bba41c187533883dc32134571a419f3894cd1123_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:477200d2e88cb3cc422914c4d9701b09002ebfb44de6dc6bc5017e468ab4b2d8_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:a0cf348c3da1f92df0e32ccfbc9c3b437fe6b2a6bff28496163ee6fcff98afe7_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:a4f6f56fadadfcc81a6330e56768eee3b0a1bb8519c5f5fe47fa9dbd4b73ef79_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:cdcd032de3bccab45d6c7cbb5d2ac3107eaff5b4b279d67f081a39ddc1320b49_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-rhel9@sha256:164136c218ab7c9da330f51a158bd519a8173671a28fc8691eba901183251104_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-rhel9@sha256:749ef641d5b6b47b6950988e3efc5cafc00495410f1ce16a276e2599a076d367_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-rhel9@sha256:968bc646d9e8d07213c3ff9bd48371e80db493c7dadb39e242741bb00b364677_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-rhel9@sha256:f8184d15a60064a6b6968ed728c5bb7538772851c11362746a5bfa8bb614243d_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:0129f8cfee2d3506adfca7939ce4cdedbdd25e6d3994ae8d82b9f2e460fccbc5_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:078604858b34951865a900411602271be1a964e8279596368d9cf968ffe35723_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:887ab068161de5a1ffb64a96515351bd02e81b0dc239c187f12128279b953ad8_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:c2585b68d7d40379ba124bee2fbfca64f1c3db925d3137b97f3df9c6afe9e300_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-external-attacher-rhel9@sha256:9a65583194250712313a1e893bd5e03a9345a16c4f5174e9c9e6e7d18413bc9a_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-external-attacher-rhel9@sha256:b216270c4e3760b33b62adbe672ced8483ba32462a744a46a863f485832c4f65_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-external-attacher-rhel9@sha256:ba7cb4455bb603eaf6b506782468741b5a71b31a0947bab69c809454ba19f260_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-csi-external-attacher-rhel9@sha256:edc3a924116b76036a932e0522660e2303c8ffaee5d292e4e8cbb9f73f79b02d_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-csi-external-provisioner-rhel9@sha256:128d4125e8ad9550aeaff50ca27806d2c4f4f17293259b64db2e9cf322ff2387_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-external-provisioner-rhel9@sha256:2ff82a187738a60c7494cf579b35e1d9a16cd0e57acd9e18474aa11aed6edd7a_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-csi-external-provisioner-rhel9@sha256:3ae17709e7c44b06b85543548ddfec54c8c1c04167ca10b8ab82e3cc4cf8a29b_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-external-provisioner-rhel9@sha256:5788c2e871884ff0e5edf019ae70cf1739b34170706ed731679afcd38d45202d_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-csi-external-resizer-rhel9@sha256:265f7809b2e2b916d3712bf17bc3c171576fde26307718ca6bfd944148bb2502_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-csi-external-resizer-rhel9@sha256:51baefa68bd37931c5fd611d1b7324383e58df4754eae607cf64b1b8c9fba22e_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-csi-external-resizer-rhel9@sha256:794b4636e1f44a3bfcc3dc2fe5155d217b31e568393fa53eabe420328c29f33f_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-external-resizer-rhel9@sha256:deaf59f4cfc7254ab8b35634ac18281cf88ff0ddc151d0498a21d6e91c30a4e3_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-external-snapshotter-rhel9@sha256:1866f88a278845d7aa851aebf6099ae6b77d98f9c244406c2aa2d61daf88bf72_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-csi-external-snapshotter-rhel9@sha256:2b9262b07076b315714007f91ca9a2de0a5333133c319b5542d9a5e89f5119ae_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-external-snapshotter-rhel9@sha256:cf848a2e0ca5bdcb850bef50193c8db40c18521c2e5d7f1b5658329a485f8d42_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-external-snapshotter-rhel9@sha256:ef64e56c3194bdb2bc3e0e129cc955beb1e6d6abb93ed45480dac1e26e631475_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-csi-livenessprobe-rhel9@sha256:150cf47c016ea3a318be89b0fb80b5f81a3ddc38aaaae9f4f9ab08478b054a85_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-livenessprobe-rhel9@sha256:19606dd645438a72af581210114459eeecfe1c96547de6e2a9a7a4a8d7b781c1_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-csi-livenessprobe-rhel9@sha256:22770984f3897afe484ddf93ad830d05af30ce0ca426c29dc33a448007fdf1ae_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-csi-livenessprobe-rhel9@sha256:a3a74359f9ff4bb3d9eae7d72ee3f3335a07f7a1d9bbbfd9c4231f2db81c6818_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-node-driver-registrar-rhel9@sha256:168d92be0933a07413608c50a787729080bc8c850c9efdec25f77bafdfaaae34_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-csi-node-driver-registrar-rhel9@sha256:6bf2240cfccf984fdc0a6f33318c681704a495d62527d2f7242934f098378221_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c7a86c7530e5818d8bbfdb1b2544010b327c6dcc99a39152788f5f28eb0ea049_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d79cac1d92dcc9140be58c63ed13cd6331c8f41474213064cd45963d69a94e17_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-snapshot-controller-rhel9@sha256:084151639be629d3a1f9f29ae20271dbe319319e2363d75f8c7c7ec7a8262002_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-csi-snapshot-controller-rhel9@sha256:2d6d427780eee15059d70088bbdb03f6774c93c4b7f84ec00eaf9b85c3f5b3ba_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-snapshot-controller-rhel9@sha256:5d1dd18616427bc717e49b781e6434ca616c31fc7daeb5596d1703f2d3379ef2_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-snapshot-controller-rhel9@sha256:9500323520cb1e4079304df57c722457720ace8518ef43c89149da40e0ff60dd_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:4ca3355941315a1db451ba8c6ce329c2f7d0286b3585196a30e1ed35ba1ee228_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:5e31e4d6f9eb5eb18dbf99b54a3a294e824fda2ad901333ecd33f9eacbac6d30_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:bfcb640d3847f3693b4118396ddf7a58d76ceb97016e037768244bc1175dfb1f_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:d590e08bb519eccf42d7891a3fef78bd2a265d5adcd9d27b7da3ef496407aae2_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-deployer-rhel9@sha256:0767aa82db6ab616d7b8b337760770406da4ce765fe088ed4299c3bd6ee31037_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-deployer-rhel9@sha256:6e319561328f39498c3705563a7a108cc9e0ba312c67729a5ca57c7b68ab7459_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-deployer-rhel9@sha256:a0afe3a4c032a1397872b707245f09fc3e63c233b0ee128fd3a4c695a20af9c4_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-deployer-rhel9@sha256:ebedb1bc3ad605141e4406cf3f2da63eca2671b89f8a596923690f30f4126e56_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:4378f58febb064fc36264f1b5862bb009aff4171b9ad6ae6c84fc9d3077ac70d_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:9d9662fee01dafbde830ab4ba397e5fa7eeccf90e2f8528fd57e748507a1b1e1_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:cd293b458d152b725a4ae09568f28410a791905b8f8e925900b38f33d3fd849e_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:fd0471855bbf69b72b75db2173aad473b9770f2e1403687bbf654c0bddb44c85_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-docker-registry-rhel9@sha256:132a674b5a051ed2ee41f940ea4f7984dbd7455de6510ef31b8fae7bedc45be6_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-docker-registry-rhel9@sha256:32d5e5690533a9d9ccf4ff8b02534675255a9625241245d434e43d4bb815119e_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-docker-registry-rhel9@sha256:78d4de7a4f72a623b01378e0798e2540b4123991b02d450c7b3391f186e32c36_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-docker-registry-rhel9@sha256:9182a503b30b8de69e862a128635bab7b44ff05df11a1ab4f96aef7525fbe0d2_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-etcd-rhel9@sha256:0ee443647f0fe63c9a05edcd5a644f7eca0eeb2be877aeeb7026c4db738d56a7_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-etcd-rhel9@sha256:ba18e1f81a20605c8efbbee41fe37e1d7ac4ff101a857e05e0f3d25aa82fa9df_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-etcd-rhel9@sha256:f17ddc78b5e4cc92834f4b3b000ab2fdb181c1f3f75dd9d185dc5d88d6691abd_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-etcd-rhel9@sha256:f27e4f6f37c47e139374be06c8772f09debff53a05bfab713359d918f33beb3c_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:170aba64101289aa8f9a8612888b1341e36e52394ba766dac7130d675816e2be_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:35098fdc72303c21755abaad4cc05553d6c969dc601d6a2ab91d7aabcadf923e_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:a62890163f9fbf8833e855caa292678a7468f9567433919464dc99a2ef7c8dbb_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:6433c81cd98c85abe6b1bbd8e74a776462ad78575cc6bde0664458ed685611ac_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:d1129dd095528238a3bb064376e70764388d986a0f47ccf7a92c88e517b54066_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:eeb9caacd52b52b2cc46ed0fa5f80606c7033d9cc8d7c63a5c199de6d107e9fa_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:3bf929bf48fec827cf4f54ff5fec04de0740b1f14a4e1da63ad580bb9245a103_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:d64a1c2fe51eaaa842bdb14a8bb317317ed1c22180d766e15fcfa5878cb5285c_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:f4b0795956ffb226a5869a9285d05b0ead36b7be32855026c1a2a5faf4307be6_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:73556902372fba78e19553065eaa89633c01c36b6cf10d6f51ad981777b6f9a1_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:ba5d03691cb09bc208c30c6c9ce746911468a4fb772dbef5520f723063bf2a94_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:bb6ad3ac3be2ec5530dde289e8535e01fd745332bb89a05d8b687a72d8b90361_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:1d5b94376d1ffe57828d9252b71372f132285a40b8487d9f931b9fdf6741cd83_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:3d72794fcd40b847e3fbaf3529231fe9149a6dede2a45dfe31fbd306df9b50b9_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4394b5921e342708156f43b45fe0cb780357d7a493c8c323fc403cf99bb0a7ad_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:49874280d3af31fa772ed481e63ea6d1a62bb579b9da0eb3bf772017a3330f4f_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-haproxy-router-rhel9@sha256:0afc3eaa1f9729a303472d3397ca19dd1b38b16d0cd721c12f4e23a3e04f087b_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-haproxy-router-rhel9@sha256:0b72b29c550a7e726d31a9814799bdb6ebf6ca071176262402619395ac8a3a65_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-haproxy-router-rhel9@sha256:1c122143be877d7d89163a4c9f3780eef8b8686057ad1889aa3102321e54a98c_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-haproxy-router-rhel9@sha256:9263b51ee05c760ccb67d397d0c8109a617bae089ad3973c180eb624bc13c91e_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-hyperkube-rhel9@sha256:6ff66bf6280231a5495000bf79ff4bb05b2f139ffc372d11d631cf60ee5de67c_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-hyperkube-rhel9@sha256:c32ff89d47b6e001bc02fdb86323cdc692d1abd679917cbea206b70e43d0d976_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-hyperkube-rhel9@sha256:ef51f6f787195be8745b3cd3b0b3dfe8a96ea48be2e3ccb97ed63cf1bbf58534_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-hyperkube-rhel9@sha256:f32ddf861dac3d41222d238768c5376702ea295840d70ebc69e9224f1c300446_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:02f10dfe13ccca892445607db62101ee47e86ef5fedff0b8dd6372856548ebe5_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:0677902a88154c33c82a5dfc1aec5325cd2938b08485299a17eb14ea0a4857d3_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:249df28d5775b19c96ae3f03d736f0ce8434d9e5969e3365be2b5e329faf85d6_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:2bce8039239d0bc061ec7f373d96bdb446ca5b68c45820a58663f124fba635fd_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:1384411d0b3794e280491e0b0e14252c5e4f9e43e58e6602b0442ab9a3fb2b0c_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:8fe95db9475ffb66b670339b266f3551c4682f214cd2c1cbd151a62e9f8a3b73_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:e9876a36c4810b4e68e1f6668d3324d8e71ba145f3d214007bc4486375d55be3_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:fa6ec143e3d12a3836c9148adb578b591987e8520cbec4283dcbb427991f14d0_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:528d6b3faebd79484a0be86e33a7d6ba922dceff5eb1585bb922c18bfd01ee70_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b4321d90c93b58108ec190d72b23966c09b2b6933a7b5d8322d10dd8831dcd6b_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:44c02359946a024e429303d031d1bc70ced6b300316c939d7290d17042b87618_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:8365ab32e19f655627b62adfdc05ceaf24cf10395876f4b3a545df57eea4abba_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:92db3a22fef2499c3d11a2666e72ece44d7df862458f06600d27fb9b6304f77c_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:3f77010faf0f6f6e7eabfcf24bf1328c6e70bbb32f843287639a523621a5f4ff_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:9f2805cd3f3ffb1daefa1a718703a568cba5536b12fe2848e3c87c2213a04ba5_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-image-customization-controller-rhel9@sha256:0f1b4c68ce6ab2167b1b6fcd0059a8531eff59b5cf49c23322828918a6ed6f27_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-image-customization-controller-rhel9@sha256:8bd8caf2fac84354a4407c48651d11d055c90e09f06ea57c1825d2be59ca18fc_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-insights-rhel9-operator@sha256:3b7ec1f0edd312034a7dec567af415f85f8be1828dc6a0dd2d11072315b77a41_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-insights-rhel9-operator@sha256:afcc280b069a744e3e67716ac685dd7c7f23c619cbc20e2c21237031580f649b_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-insights-rhel9-operator@sha256:c7e5d66df8aeeca3969c31c560fd759f77d60211f08b1f456391ee0fb333fc45_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-insights-rhel9-operator@sha256:f54220fde82b962663a86123a99a65e549fd68fd9a6153f6c67979567a6fbf58_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:17050d94832b400bf54598b748667e2e0035b30b8f996d7a25bdb61aef5960f9_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:bd5955616dc827b5552f5fbcdd1fdcb23e700a647de2ca4f3cf1f8a2eb105f1d_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:e26559b0ae61de908b9db0753babf47e2a3bc27c6637c7e945d153959fcb79ea_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:e32b6e836082e6d2a5d267283b2263d9811c3a62d420842689ab35fcc36b4a63_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:312bac6a070c763a493c566fbd1b6f05591f23949e4f37a157235f08f927c653_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:7529fae3aa40950d226ef1d8d2039d6795c518b2dbbec8e38818cfcc3efc9083_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:7a235516acc4c967b8fdda1868be132966714d19d6d90a5ce4b4cab661d819b3_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:9ee9cc91eb2ede268fbdd51bbfd2e211f34ccff61bd1c3b130bf25879c67b3a3_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:69e680e1a17c99220c8cdaf5a2e73f6e4e7d835f1193e62bf516df65e0d2fdff_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:872ec12780579fe14d90d7eec8190678ce56f4a5914917a7d6169c5cd767bc68_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:be7078e79fd3d22ef43c253aff1b72e7457128e639b780d5073a016991bf56af_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:df403029362bb02139eab00cdb01c35171431ce0e237c874e11e06aabca19311_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:b45a678f884a36a9c6014841f8ca1c70908bcb51dcc45d9f71749806c9fd8fba_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:d3b354ac0a8b37e7e8fa339011624d0e4d7403ffde520b5e911e3664e9659e34_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1726d045b526bd930e04ceaa125da6477f7a44b18c9b01f723ff3cc1320da9ba_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:f62c966edb47dcfaf82b4136ed867fd85bf04424f91e8a519f8f08a3989d98a0_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:02d3c6c0c7d3ba854e7a03e3cd3fb56f21a729136f95993224336d42f4597b96_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:49db69687f7245b778480b5796bc3956343ec1d4b58d705d3f08b3380ef93b6d_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:4c0cd346096da2ceafc8226fdf3f132320d42d8992dacc78abf9b4c194f92740_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:4e948d046ccc7a44e18c5b19fd107d560183aee3fb46ebee28bffddf850d3ec7_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-keepalived-ipfailover-rhel9@sha256:0a2b379d082cead1b190b32ffa9339bf88fb50a8ab5abaf12ca2bffccdfc75ee_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-keepalived-ipfailover-rhel9@sha256:127bf3d442da47383b1f2b8d452fd29cee71eb614b71ed7d2610063ae78e808b_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-keepalived-ipfailover-rhel9@sha256:966c3932cf9a5d03bf25141234d26c7628b71eda7439239a409da03953b206a7_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-keepalived-ipfailover-rhel9@sha256:dcb142b3a5afe0e7b7a51a1c94661855bd54776ca51575630bc43f02ba12c554_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-kube-proxy-rhel9@sha256:bcbabfca97e7433c9fa4ad479c8906644461c2a5aa75c8ff7a7644b13975ba98_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-kube-proxy-rhel9@sha256:cbafb2565fe2baf4d54fe0cc5ad883bbe0632a4736771f55dd55b9d3823a7716_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-kube-proxy-rhel9@sha256:d1654ad59633f2f3d6542a83c32ac0e1084cd148a735b46f4c674edca9fc98e0_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-kube-proxy-rhel9@sha256:fdc6e80a2293c526be173bea9362e2da73e0c0d988a767e6f160675db8590acb_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-kube-rbac-proxy-rhel9@sha256:093d38e21abf82992df96727b799f72a14e66986b02e08eb6af990f4091ccc6d_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-kube-rbac-proxy-rhel9@sha256:5c81ef8f24b561ba9b51c25e3ca50322eeb0544240f9f6db020542f5101f17ae_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-kube-rbac-proxy-rhel9@sha256:74af69d301e49c08c9c0fab6bf929b6443beddf21d578273fd332ec73d7b8a24_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-kube-rbac-proxy-rhel9@sha256:bd85227421b997806814438c33cc997fd70911c8ecf1d9e6e16e506dbcecf5bd_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-kube-state-metrics-rhel9@sha256:65321f83b5a14049a62c6d6895287f57501f5f77589cb8be2d6b366a145c021f_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-kube-state-metrics-rhel9@sha256:6c697bb3cd8bf8a743a0a948721c4c97284d62608ec5272bf97fa51d23f8ab14_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-kube-state-metrics-rhel9@sha256:bfd60907c9836d089067b19a287d3267fa9ab98e09420e6a4f0e1ffb51506d04_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-kube-state-metrics-rhel9@sha256:e26b6afc9938274f1777fc5eaf6c0a6b95fb5e9c7cdb51d0a778d548218293e3_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-kube-storage-version-migrator-rhel9@sha256:63059adfd5fb0042f492f3fdf938beb0de950f3c86fcef51fd595099e3638e51_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-kube-storage-version-migrator-rhel9@sha256:82ec54538247a36578095e91a73ea2f0f2948f1d53214fff29e424badd23a733_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b798ea0514d92809752909b9f0b4d38ea1a7309df58750c1c516034c8a58ce4e_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e85db4241123d01e874bed074f9a9a34ca6221176aaa2cb5bb4729adfbf0ce95_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:352ba91a72d19fa2b0006740b6e0e22b9824f73d3fad3ccf3cfdee0735525aab_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9292f19feeaa3bdae3094d0c0496baf8670d18286041f317ec82c552280a9b4a_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:b248b7e14b2f4a76b6fea232897ef6db0f43531e46d161af07f2e4bad05e707b_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e53a18e4371e50c1bf5089c2f6e3b0d0bdc70454f8289ba3e6411afb2ab49aec_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:002c9019af35f1f8aea55bea65c97a92ef1d19ea1baea00d17b79a264a3691d9_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6b95c1296fe5379d3dfaad98c17ac65bb818babe4057610eccf8461635ae8103_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:70a12a74322db347077f7758c485acb127ad33d021ae5aec5e912f94f8ffd8ca_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:fa4bd7d988c14418df8c332de4fea3b5ea57dc0727a461f68472925aa6eb9696_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-aws-rhel9@sha256:c6d0869274ce92a1eceb263b4e94e462fbcb8b599b09ce8acf9c00b61cf29226_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-aws-rhel9@sha256:d2dc62bb9ab60ef004894f78e80c143e8c7d027ff073a3c238dd88b14b3b80fd_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-azure-rhel9@sha256:74b7d7c58d260b1791d7d4f55a9fdcbb13542519151976de43dfb8bee67c9cac_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-azure-rhel9@sha256:d4764881a7a4f01e5b5ee2a24b13cd74fdfc5540ebbe84cdd0fa28fd64aba389_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:2e3b2b5c07bbba78849bf504c5a8a600239c151f7f21d6f1fe6c022003193a4b_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:526440e32f8eed14cf6ef61769baea675aba9c02e6cf5778e3bc8f92c7d306a8_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:968aebcf8a5dbabc3b12fd50db0f8a1bf4bfe399b390efd29b9534510d7643ca_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:1396e057385c7d8da1dc40c52033b1bbbedab984703de3e484cfea750652b224_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:373d9277d116b062a74e0610f98d512d8ffa5404afbfe116d2f8e549afd9251a_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:6fb5c3a4b83c250c783d6b88d7914f72e4972ca2a2e5852ef46a0f754b6f8eef_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f907f7e7f7659e968dd6ac35177c726004afe0b86b0dd9e9e78abc53da370a7a_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-machine-api-rhel9-operator@sha256:5e940d2b4901a79e7b4a2c5ca656d3d974b771d1950edbe441557522082e02de_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-machine-api-rhel9-operator@sha256:5f2486c25d18ae075485af13b8800df7b2bd1b251c73b1784ca1946569b83919_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-machine-api-rhel9-operator@sha256:9972c5496357187072347787379fe704b02d7aca9c62582982ff97e132f7361c_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-machine-api-rhel9-operator@sha256:ee87d774d6658bde289f8c9ab55154ade49dfddecb55ac1a577da883ada32aa2_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:2141576fcdb4d159aa417474a27457fb2087ad6235c4df0597083f3b1899ca45_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:483b65fb285f5d17f225c5da6513e12bc7b1a7b4a7040663cd07b565b0afa029_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:e3d3a68630da8789ec30cdf920bc64b478949e146e565c28faa4b6e60f149f8a_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:ef6cde961dbbb6fba059c3c45a80fb0e2da74f4c5cd52b42e73589ddf5b1e399_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:9614841db8310744628318b72f55c58b0486fa04758cf069921ebf602e689e9f_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:c26463b63a1336896c3b5966be5952b60e539691202cd81e7ae4e964817f2109_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:c6d8d116a62c6b8d1f6d298c580206b22de9054c2f6954f6bf480ff01c572dd8_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:e7d5c7d2133b60a140a95d371202e33e6bdcb24ff7ae55fe791f42f57534ee30_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:158251335ecb898e1d9dd072153925e15c27974ea5bac191d2b2238aa3e9d9ef_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:23b2c32bb23c66ed48ce220033f85c76ec6ebfe241ef912e7e5c2550b3252f08_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:cb9d387eca1b9defc9b9cf59e79e3afd9721f6e2768f6ca1b23e2d93c643fe88_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:f94b1ab4229c5fb8e2dfd07e5b04b58f6385f67454e7ecbed2d2aad02e91f07d_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-multus-admission-controller-rhel9@sha256:1234866d996a553670345d2177f491180651d53747d97ea0f5b7c05dad4ed0f0_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-multus-admission-controller-rhel9@sha256:4a2061a1ba2d018fcdd41b6722fb4e332b72983954ea5d0609b01785d2647e6f_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-multus-admission-controller-rhel9@sha256:878826b56658eac597d692338bc3e7d469568776c9d6f71c11b63bcd0932e01a_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-multus-admission-controller-rhel9@sha256:8e46edbaa4d4fc29dbc09d38898429d545a02822cc46a726fb5a61f4bd55dff8_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-multus-cni-microshift-rhel9@sha256:60064cac3df05c9a076ad9942bf3ffdf452f8ed8ade863153a7ea449234b1e4c_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-multus-cni-microshift-rhel9@sha256:9f905872cf72582e8ef6df209d1dfcbe23e56d894f39ce7c705bec68908951cf_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-multus-cni-microshift-rhel9@sha256:a5aa505bbf99f157b1817ed0981ff4037cac3e94ec3b80457f97b6e07935a1de_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-multus-cni-microshift-rhel9@sha256:a6aee61594a381b29e76718a05255a69ba1fc8d16b4836665499065cc00a6386_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-multus-cni-rhel9@sha256:06a30be1f56c0ba60fda631904e406def40a5294076d98f0946c1c7035785e1a_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-multus-cni-rhel9@sha256:0b7d0c694b170b254e7f998465826e0d51abb9da67f8d0a4d3c58af450550cc9_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-multus-cni-rhel9@sha256:331e9a2ee10ab14cd3cdf1016af92a1e3df1f25422900bf980604b0b6c6050e9_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-multus-cni-rhel9@sha256:b3886236c43c1935b1e67344d865ec6b6148b599cb6f94aaa827ff6889444faf_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-multus-networkpolicy-rhel9@sha256:93e501b312ea23b290e46c14787acecdb02636333f5388429b5400bc4599be9b_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-multus-networkpolicy-rhel9@sha256:953c2a800efd3ba87344b0c556c89132630dc378e1a96ff38f626a60ed4d5ce0_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-multus-networkpolicy-rhel9@sha256:a79bbb6df83654cdd8d925a070f6b7c9b62e85702b84330d31a1242507fd01ec_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-multus-networkpolicy-rhel9@sha256:f32767d8dbad803a847397b47ef35d48820e2ac8c5abb5d916fc3daab615f6ab_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-multus-route-override-cni-rhel9@sha256:2dc58f3bce109f2dab38f7940e7aab29a4418f5e0732c1e8f1e1ed217635ac19_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-multus-route-override-cni-rhel9@sha256:5784e4d821cc26ffffad6e6e3ed101fc2842ebc3d89b16eac041dde506c1ce01_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-multus-route-override-cni-rhel9@sha256:b32bee1e17a99bf6e865f3dffb4f80f9b681cc3c0f2a1505698f594f286a7396_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-multus-route-override-cni-rhel9@sha256:c0b91c4fdee11f1468e9c32f2f95feb08f49eada69835577eea2c04ede8c5725_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:14c20436996d9b4151cb77c811fa65929d70874bab1e3577c1ffc156b23514c2_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:2264796d3b4da7e3fc2961c55972859361750a1272f52112d6b50c069275b6f8_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a7a7b993fdbbf8fb1a67dde836a577c55ef589d899dd6b50bbb6ab4da03ead0c_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:eaeb6ea984b43075d1721104647c9e539ffefea462ad3ea3f3cae66551e301e2_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-must-gather-rhel9@sha256:60ec7816beae30bef25a0a50633d77cb669c472d4f1adb0356b547c13cdc2282_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-must-gather-rhel9@sha256:7e0061f5d8d3909d377e353592c99179627fbbd8e70d90f1aae44dc8f9f34b9c_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-must-gather-rhel9@sha256:c1268a511ca6052fcd0392301af7861d388fc2dd32977b13fc85780c0c9a22a2_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-must-gather-rhel9@sha256:de0f68e94d48d6fd1c6bf1cfed042a8f244e5392a0b6ad5c02cfab7b7a9ae3ab_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-network-interface-bond-cni-rhel9@sha256:66eb46a96bd308c39af00caad02b3dd77cc7d1dedfba70ead48c9390dc9ca9f9_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-network-interface-bond-cni-rhel9@sha256:685adc9ee76db7d09ce6c56ba14570c9e0848c517534c5661b52a702d05a1e3c_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-network-interface-bond-cni-rhel9@sha256:78d3bdd9d6ec154e80b1dfcd41e37ae695173e61a54fac6aa2ae9f9264253c75_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-network-interface-bond-cni-rhel9@sha256:c372276000e5ed2540990ca06299d060a49c646ad7a1f206ce5094c7b95536b4_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-network-metrics-daemon-rhel9@sha256:0e47e27fce44f690b6b358249a26dd334d40d77a934c289f5c6d700825339850_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-network-metrics-daemon-rhel9@sha256:1820093b89c42b11b76534feb6f686877931e45206f35ba4ab3540e209f95e6d_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-network-metrics-daemon-rhel9@sha256:afc2923e5780bffb27abc102eec63968374848078da5cd2fe12bdc8f0ec90251_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-network-metrics-daemon-rhel9@sha256:e805f9a0f7eb2039fd8040dcff142175c392381c992b69e8c5e3307249fd10cf_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:400c930aedf5e3964c9e5201b5932603b6b074ba6f6c31e3d432c066e06ecd77_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:7c0370de82ecd2cab8bf48ae7f1bf66a52d637e8b9aa6c0ceadc6a27b5e3507d_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:ee249765525cafc3c5b1c9751427e7fa19bcef17566d5ca273fcda348e3dcd50_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:f94e6168c2d658e1be23c8d9cad9a86d2f9e0d393c49304d310a500d61adbbae_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:065ce9ed541af2ee48a9c7d803865180f3c0431c2e96edfa1b09bab0bbbf40bf_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-nutanix-machine-controllers-rhel9@sha256:d8add7c0ed65ac5c6a053c21fe96fe8955b6541f9b05a47863974d18a7021ad4_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-oauth-apiserver-rhel9@sha256:08fbba8e85f6efc4f5d77d1bc9165fc30628f4a04383928110e5cb58e80f7e62_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-oauth-apiserver-rhel9@sha256:13a1c0ff1bf2b0a865a959c65166b00d53d402fecf984db6f2b9cd49ee7289fa_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-oauth-apiserver-rhel9@sha256:56a5d92f7a3a2f3ece3579a584f4234ff2c0d8ea4eb8e1d4f65cbf7d7a68a19c_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-oauth-apiserver-rhel9@sha256:8ecc5104c41faaecc96f97e1f3c4ddfe0047bec271a6bd41a72c4704a2b479c4_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-oauth-proxy-rhel9@sha256:1eaf29ebdb3d128ff2acc33bae9a33da915806cd20c8aa98afd8d1004eb17dba_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-oauth-proxy-rhel9@sha256:b934449f27cff8ea6cd6577e862bb07d3b20534cb644748fed921d922cdd5404_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-oauth-proxy-rhel9@sha256:ca6723f202239be0464ff827710c011468d6df243cfa873274f9d4c828d4d76d_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-oauth-proxy-rhel9@sha256:dc748b70f83c70facb499b0d5ce0fd691e827909240d89ce27c3d248175d07a5_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-oauth-server-rhel9@sha256:5510278d09ee523ece2d0ba6b24f07e522dd231d36d2eec2c190d1426e15913a_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-oauth-server-rhel9@sha256:8b2c530a19bbf51813e7ae9bcc187a49b9637d808a720401ad512756d1cf0d2a_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-oauth-server-rhel9@sha256:a033f65ebaddebea7d66135299e2fe0451f3b3c939ff26c77c3bcdb053c581dd_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-oauth-server-rhel9@sha256:b4fc4980e7caa15cc853da45981051aa3e1290e4ed9e6aa78cd0bb251796fd39_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-olm-catalogd-rhel9@sha256:25a5a4b4ada09c18b0172d6b55e99213b328b049a4e736ef33a46ee0da1dc950_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-olm-catalogd-rhel9@sha256:2b350e41bc865f8cf3d91ec774a1ef90efcb1dc695031d54cfcbcba445ec576b_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-olm-catalogd-rhel9@sha256:e9c3bf1b4cd8b50229b2d2cd74f6ab8ef8d300d6bcd577b3334d368621c96e5b_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-olm-catalogd-rhel9@sha256:f11007c8352baa9b195cbd9734103033c0946078b12ef02a624aa8574a455896_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-openshift-apiserver-rhel9@sha256:12ee719e29b1a159926fa67162dfff04668a0c786db83697a75fc8bf96c61e36_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-openshift-apiserver-rhel9@sha256:281810b86981603927513af4b9738db05df090e27cff61cb57f615a1b7da54a4_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-openshift-apiserver-rhel9@sha256:d7aa582cb99ceaaba2d9da65183a485fab11b0aec41d68b5964510f35167b3e6_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-openshift-apiserver-rhel9@sha256:dd1be867b630db99ef81dae76668387115f04a9f0c61364f0a6e216d0a28cb05_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-openshift-controller-manager-rhel9@sha256:92b40e2865e79b6c9178e6e94523b9d09149441f5a72276b25951404526e7ae3_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-openshift-controller-manager-rhel9@sha256:9825100ccb4a060d9f37d554a8f9d79dfc8427785eda77610c60ad0feb74c666_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-openshift-controller-manager-rhel9@sha256:d121f0c03960db28af368e4b864efb220c1be28bfb5f9735813302efd045f4ac_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-openshift-controller-manager-rhel9@sha256:fbba55058981a9c57d0b273bc8b56b66e164c7fae1bf59d74aaf6ea3656ac59e_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-openshift-state-metrics-rhel9@sha256:539c14445c4b7acb91b414f802d93be4cebc24d060b52e06017338fe9075d9b3_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-openshift-state-metrics-rhel9@sha256:62724925ca3ab5c18ebd7692e89e41ecf7e0d33176850f67eeae9692a6927cb5_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-openshift-state-metrics-rhel9@sha256:8c6bd11088ca925f8faf61dff5bb6655522a8ff6939c146a4126ed5f0690914c_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-openshift-state-metrics-rhel9@sha256:d6a2b5b710ebfc04b22860c62daf56aa7ff85d89a26a8235f95d72346d4e2db6_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:1919474880b196d1905b8dff9587c006b6f273124d02e97f40e2d4ea8d050777_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:213222f7adf001b898109567c42c82d6d9325ee707615caa1ac0fc15fae574f0_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:30ef542720dd4425d7f7fae10dcebe2d5fe6d25105d34261fe754f4cab4a64b6_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ec415bdf74f9ce65c23af9e06d591ba78d696f32a7cf249c71804a87895f96ec_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:ba40d8da235fde8e89b6115a1d5f41568fafb4eeddcc38f107e493fef2ea38ae_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:bea0b14e279d2c307eb6fdb8dcafa114d9b281ab267c14f7b6151c5b838f80cc_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:bed0e7813bdf23482a2c4f14c09a73c84ba62027947ec8e9c57ccd2eccc2c1b9_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c7cab534f6196d76cc1e31b17bde3bf5c3986fcffe7a1c026013012c7ab68c81_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:47d6f6652a0e3d399c9b26a4954fd3478326c49825863698cf3140c2c3ab9bf9_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:576677c2baf50fd096f762daa156970e982279275b34814ef52e4be4b511f5ba_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:6e6be32bd4a1e3739d0e0f1da3674cd6f74ec5255865dc832d91d41f47283718_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ff4bf6e903a1af1f494f5e0f43ed6718bcb55557fe9135d0750362bf0e8e6b58_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:1ef9d43e45303b56e96f1fd2b5d63cb185ad3373fe516730a5b0b98b6947395d_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:5f7747f4d324cf90dc48d2bc20d76c2625fd2dcaa3d6478898dcc55d1f8984ad_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:8d30cc94f2e8512406aba31083e31e155c9f568838343e56864579dece7bff31_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:ba3ced5cd94c0bcc2a3295ce47dc28a60078d7db8c4edf2bc8d6f5b12d573879_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-operator-framework-tools-rhel9@sha256:5abbe0d3aa1d5dd9296e795465ddd5a117c466606481a418b2846c435ffeffad_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-operator-framework-tools-rhel9@sha256:9c53f361a67e96e64b5cb912c0af0a1b3e18cb3bd428084d5cb1e8f6860855c8_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-operator-framework-tools-rhel9@sha256:c187541b8c1b8a589645a608ed79b43f9e6911116faee1c50ca8a0a30a4d3738_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-operator-framework-tools-rhel9@sha256:feabd407ff0094dd9102e3c78cf94852ab6e700fe7f906fdd32d6a211232b16e_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:01b59bfe4a9c7489011c71dd8a35ae2ef81f81c4a23dbb2117b6126964f1da2b_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0783189d5b07855bce1a32115fae430958ccaa7951bb6405eded7e3aa572ee17_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d7dbfed38bbc7511c43814e7d06a7c120b4a62adf724461c76154a37cd37796a_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f7e781c6a21c4b8fa25630d174362d62d69dda2911dd033f7729923b26ecb483_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-operator-marketplace-rhel9@sha256:072e15ae931425b07953efa32a39b4312805dd12889af0f731c9b04238a21c11_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-operator-marketplace-rhel9@sha256:2d413b3ece4cbb46f6a682333ed06a22857271e211acc6f704059eb20bfe01d9_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-operator-marketplace-rhel9@sha256:7c57bddae38c037d1848a509ba7c4e5831632581439f90865422151a90c7ade5_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-operator-marketplace-rhel9@sha256:bd541bcc12678de1a652a602a29623a9dbb8640cd4b88ed2e458d352d0b0039a_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-operator-registry-rhel9@sha256:12875248fd37b9d1fa4afd238ce78aa147fd2d0dd9708436fc01ac28243c425b_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-operator-registry-rhel9@sha256:3aae32132cb3da00d75d456bb422fb71a45091672a0673bddd75b823cdb01242_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-operator-registry-rhel9@sha256:43d4206cbd9d2a25d53077443478f65e85cbba2f9d1fbc765446de1929437bff_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-operator-registry-rhel9@sha256:894819babdbe3e6a04f63d8a6ec52bfd0ed1503c25ebbb6241535e5f5fa90b36_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:43f19aac756eb00b63d12521f353df83d79086751715e23f2c773880f85221ea_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:48a8ad863bc40447db23818df0da3b6c765011ba81eacf4b7116026a06358bf9_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d42d85915e158a7ba41ab7c855ebbff6a5e6594bbe9e002190b5966507552c2c_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e96efaf0fcff6a640c9a5d66922694ef5e30d2d6bc3b2edf1a4900e283174a1c_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:2bade31f6bbac52b4916f47431126c735efb2f98db4a69a5d6839ae731803dc1_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:704105b2136fe017ee9402ccf0109e295b2e73462311470fd97aaeb4768b01f8_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:7a6d7d84e63cdab1cf92a6d022168a620a22f5e8ae898f7b972871bf76287886_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:8f896cdb945435f3f03a813b857d4cb1ffe1f0d6015ce9b776954a0f0cc9558f_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-pod-rhel9@sha256:347e4a105a4f2589980d2e9fae9f57a5ce86bee3c96819d397f219a82f64e3b8_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-pod-rhel9@sha256:d55bc674b70cafddc0cfb861bf0cdc64415cd01d4d42d71bae31f5a909cf27ee_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-pod-rhel9@sha256:eac0005dbc866e009c245646876cdcd01ec5fd0abda2145c3cd506f1fbef139e_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-pod-rhel9@sha256:ec5c3c9ec4adbb7f15dd2c1ad7f8482a634d4d6db2379c15341b772ee1cb7e15_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:07248406477642eccb6adecec3aec409bae0e04598a7252e771dfa87368e4c91_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:9fdf5e3812eef56895b938f68f8d148c2888158d01fcd817ef8292deff66fc34_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-powervs-block-csi-driver-rhel9@sha256:0e89e02535502b0390ca0c4ab8162b78c68af02974955d735536a1872b48c189_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-powervs-block-csi-driver-rhel9@sha256:d08894b4f991791b4f1a1603c215538b1b6ebed430e07533287abf86baa2c3cd_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:1fee47031672c49bcfa735489ab08fd4be10995234ecc97e7b51733d4170df96_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:5ce97b705cd6ea00a6d5517f13e468c0b2bbe902d425ec3048d90d7dbdc7bedf_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-powervs-machine-controllers-rhel9@sha256:548abf5b9f1cb92a916d8c6beb588f81ebc40d33412e7383d3a1bfc602ed38b2_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-powervs-machine-controllers-rhel9@sha256:7f96b42095d100141a2bbd7ac8cad14562cac3c186b26d00d0fc81880b093f07_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-prom-label-proxy-rhel9@sha256:209f1a13d11f995c49b36e2db96d61470e6742824619b6957a4b7390b1d5dc52_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-prom-label-proxy-rhel9@sha256:222f568c31ab36aa4a0684274584e66aee149db5be50eb79691c7636fbc8aff3_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-prom-label-proxy-rhel9@sha256:db3b3649eec224de4af5c5223bf4928f8e302c5f54ec9d501ce8bb71c3c627a3_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-prom-label-proxy-rhel9@sha256:dff520a6cfdb27ad2ce31301aa3d74275ea7e13fc39749c77118c4fa74255604_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-alertmanager-rhel9@sha256:1eb0d7754525580a289e18bd58efa44b769c9f8f3e1c362381756daa615fc6ed_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-alertmanager-rhel9@sha256:30cc60b9273b07c493b3156ef278830bffeb109dba7c7c0517e0347ccd480631_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-alertmanager-rhel9@sha256:693a75146dc6f1436bc4998d59185e379a695b57c7e9d20945e84589fb142d6d_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-alertmanager-rhel9@sha256:bb6af93d177a604520ef035bfe3617985f7a217784d20a4cd180dddae75e6949_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-config-reloader-rhel9@sha256:079aabce1be013d247160482720526bc7070b857c9bdc3311e16ec4b7946bb90_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-config-reloader-rhel9@sha256:366ea0de608f0dc4890208515d89a6c01a56aaa32d54ba04dfc1cebcd0aa1940_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-config-reloader-rhel9@sha256:41b569ce3bab77e814d2f2dbe5252a55b22cca84ac1d0fac985d3ebbfdbacba0_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-config-reloader-rhel9@sha256:a8739133a6616a7a34ef4cbd7eeb731b3839d4e5ac4d5f2ef52894b493b0503e_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-node-exporter-rhel9@sha256:066cc860301397a054a7418b105c25230a2180e557d7b093b8234e375ef7338d_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-node-exporter-rhel9@sha256:0fe50ce4c7264d9ec532e587c9846b0070b22522066816679f08a5a07111942c_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-node-exporter-rhel9@sha256:8292247806e2520a54b4170aa69da7f20b93b2420df976dbd2f5e92735100c2a_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-node-exporter-rhel9@sha256:ba960fd338ec7abcc2a936137587076f80ec113a081be8d1df91fec8d3ce09df_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:487f00e5cc33440966f68b490b6ba8d0da0462f2bb5f94455807bf9a30ddc368_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b064cb6d4991fa87e75776f37bb8602d006e296d213f5bbd6b47c6de2903f152_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b39a4b9a4f8a91b7976f2ce02303b05b38a583291a4ebfba1b08d999fc108d90_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:cb10c1fbc87bfe3fd48c9c7834bb44be8e808d9ad10ef42c6483681fac9a8524_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-rhel9-operator@sha256:3b0a31d3ac49250fb165866dd1ea03ea7914692a09d7bc6514e516e1cdd5639d_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-rhel9-operator@sha256:717067cfb00313dad5317b564008a9b245649d001736074009045a7fbb3d1cb9_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-rhel9-operator@sha256:c0d1e70914880e19b13f1c899623c78b880777ffd0d54f813a8c78f2f172a4d2_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-rhel9-operator@sha256:ca2cae619e6e83733a803335a113e09ac6bb9c1c235ed0c1ab05fd7e8441f5b2_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-rhel9@sha256:033caa3d2b728c32e63c7de347646938d304ac0ff2c490aa35d7e85e63236cc3_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-rhel9@sha256:2cd0c0d30cdd42e4b78859bfdc5bb5dc500691e69efad403f6cbbea854564df6_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-rhel9@sha256:3eba98811dbd189733d9e1ea7ac94c175b90b5e35d5f58c27aaa313caeaf3b35_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-rhel9@sha256:409cb025e1929cca3e65ff7ea79efc7f16b546fabcc93ebc0b7c98219cc4d7a7_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-service-ca-rhel9-operator@sha256:0a3d510a717ae3bf99d94b4987185b70445998ecb26e91b5136e547a8d457cb4_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-service-ca-rhel9-operator@sha256:3b1680ab1e489cd414065f3d52149fb34147fef2888f4da3633c30936690dcb2_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-service-ca-rhel9-operator@sha256:9dbbf7be716430d0be120617233a7de552e4937248315de9f6c6f794100db3c1_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-service-ca-rhel9-operator@sha256:ba873fccc64591a61d5a0f0d16ebcbc040532e8e16309b183395beba4e8f94ef_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-telemeter-rhel9@sha256:03554a4e07a0aa9debd4b2c5e31ba7a2abd48864f6e21ed8edd758e397ecb9e3_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-telemeter-rhel9@sha256:53b2672ec495dc7dfe61774d5ae111c18e2444c2e9a97a9a5588f5ff659cd048_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-telemeter-rhel9@sha256:93a0c6f59c4f920371c1210668bc5c0a9d6fca17dfe978d8427f772464e16af4_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-telemeter-rhel9@sha256:b68407ef2bf389d6ee95a12b49b6d5e3a338ca0b02c0c4c3455ef7e4c4cce81a_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:6c29ecd0e1de7ddd55fe5429a3fc772022ec55dcb09d163fe37e732b611e19d1_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:91bdfd2dfa408a28a625c9697731b50eb4afed0ea2bf5f6e83e4a2b9bf42fc49_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:a7c46f07c35d038170ce529369d58b7c848973e9b1e0c52cd50a687a758e85c8_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:e447e1d980df7586105ca637b17bdad12b3f3884a6cd26c8a8b0482e02648c46_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-thanos-rhel9@sha256:171a666373eefa0b34cc77d1c1e1361020055746c641f81bdf55581304ef1a45_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-thanos-rhel9@sha256:2260556b4aa73441c868313ad67b4ec14af256a81f2c94dd174a60c322f65879_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-thanos-rhel9@sha256:29258f468994c2e7a6249595ca4b75fd72c6009644f8e772f5510bd461758d3f_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-thanos-rhel9@sha256:c6b2c72b0a23b3b2b1030add377d6709ed1f625041251a1338c2b083df4c7fe0_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:4f4daeba93df4d66ce29574a0faa199ee1cc73bc5b8a63b38de55c7a2ec43bc8_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:eb1e91426bc4518afcb871220972ff5f7d8494c56c3e59f8f534ffc96971c409_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:fb4f18eee9c9aa4131ab06485a4c0444f0cb02ab11c6dca878f63f0392bf6b62_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:fdc3dc067ac445612299bf56e1b10c6b5a4e6f50daed1017454a5390d9e15632_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:8e5aad7733bffaf858ab1d1030a1c37d9516d40e083be5db9ad7d4dd53a118bf_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:19295e454699d1dd59b159aef11ca3d4d410f051d5344dd1b0aff527fc3088dd_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:4dec733ed9c56865b1cc97f2f82ecf81ce6c7949cee3b6a1599075e54f893d67_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:8f5f4a8c8d9b31039b46e2297ba597600522fefd00eb2472c4f7a64739136723_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:8e5aad7733bffaf858ab1d1030a1c37d9516d40e083be5db9ad7d4dd53a118bf_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-vsphere-csi-driver-rhel9@sha256:19295e454699d1dd59b159aef11ca3d4d410f051d5344dd1b0aff527fc3088dd_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:768cb3d11c268969e4eb1759e8d67394501e51380d2e498e3d3b06ddb98d6a29_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-vsphere-problem-detector-rhel9@sha256:8f0fc81d0fa8ab13f02d4aa1827cf2e48b4de3d7b8f46b612fe1483f8e34f559_amd64",
            "9Base-RHOSE-4.17:openshift4/ovirt-csi-driver-rhel9-operator@sha256:1d55ee07b1be3dbd3b9a2e46aa5b8eeceb055c531c49362ace9423327fbf57bc_amd64",
            "9Base-RHOSE-4.17:openshift4/ovirt-csi-driver-rhel9-operator@sha256:46a72226eb46b3833644353955ba0b6dbaedc829818cedfd0e00463018738efe_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ovirt-csi-driver-rhel9-operator@sha256:ae24fbeac9717b5f51df6f71cdbdb57046f82fdaa1e6daa98225d729fb8504d1_s390x",
            "9Base-RHOSE-4.17:openshift4/ovirt-csi-driver-rhel9-operator@sha256:f8431594e8420b0ddef024e846c2ae70569770750f3217dbe3704b58bc02ef20_arm64",
            "9Base-RHOSE-4.17:openshift4/ovirt-csi-driver-rhel9@sha256:0c5c2dc265383ca172155921b1984557dc71532d880ee3f105d86b736d46f48d_amd64",
            "9Base-RHOSE-4.17:openshift4/ovirt-csi-driver-rhel9@sha256:200522c7bae23bc7fddbf7174163851a139efe452660482d14e26d31ee11d330_s390x",
            "9Base-RHOSE-4.17:openshift4/ovirt-csi-driver-rhel9@sha256:9d2e0a9926f48be33d889cb59a93c167ed943c3a035eeafab86cd670accc66bd_arm64",
            "9Base-RHOSE-4.17:openshift4/ovirt-csi-driver-rhel9@sha256:a05a16ce31d453bb37fbedcbf8e05e5f6dbf929f5626fd00ff2403bf8510073f_ppc64le",
            "9Base-RHOSE-4.17:redhat/redhat-operator-index@sha256:12875248fd37b9d1fa4afd238ce78aa147fd2d0dd9708436fc01ac28243c425b_ppc64le",
            "9Base-RHOSE-4.17:redhat/redhat-operator-index@sha256:3aae32132cb3da00d75d456bb422fb71a45091672a0673bddd75b823cdb01242_arm64",
            "9Base-RHOSE-4.17:redhat/redhat-operator-index@sha256:43d4206cbd9d2a25d53077443478f65e85cbba2f9d1fbc765446de1929437bff_amd64",
            "9Base-RHOSE-4.17:redhat/redhat-operator-index@sha256:894819babdbe3e6a04f63d8a6ec52bfd0ed1503c25ebbb6241535e5f5fa90b36_s390x",
            "9Base-RHOSE-4.17:rhcos@sha256:975f83f748ff4cebae040caa4df88b771d32e1f301204a736ec414b4f3234e99_aarch64",
            "9Base-RHOSE-4.17:rhcos@sha256:975f83f748ff4cebae040caa4df88b771d32e1f301204a736ec414b4f3234e99_ppc64le",
            "9Base-RHOSE-4.17:rhcos@sha256:975f83f748ff4cebae040caa4df88b771d32e1f301204a736ec414b4f3234e99_s390x",
            "9Base-RHOSE-4.17:rhcos@sha256:975f83f748ff4cebae040caa4df88b771d32e1f301204a736ec414b4f3234e99_x86_64"
          ]
        }
      ],
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2350190"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in Jinja. In affected versions, an oversight in how the Jinja sandboxed environment interacts with the `|attr` filter allows an attacker who controls the content of a template to execute arbitrary Python code. To exploit the vulnerability, an attacker needs to control the content of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications that execute untrusted templates. Jinja\u0027s sandbox does catch calls to `str.format` and ensures they don\u0027t escape the sandbox. However, it\u0027s possible to use the `|attr` filter to get a reference to a string\u0027s plain format method, bypassing the sandbox.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "jinja2: Jinja sandbox breakout through attr filter selecting format method",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "This vulnerability is rated as important severity due to the potential for an attacker to bypass Jinja\u0027s sandbox by exploiting the |attr filter, by controlling template content, an attacker can execute arbitrary Python code, impacting the integrity, confidentiality, and availability of the system. While the attack requires user interaction to trigger untrusted templates, the risk is significant in applications that allow such templates to be executed.",
          "title": "Statement"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "9Base-RHOSE-4.17:openshift4/ose-olm-operator-controller-rhel9@sha256:7947045fc7c78746b791cf45cc7086f35981ca1675813803e4d6b44e1217d4a5_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-olm-operator-controller-rhel9@sha256:9a95f890999546160ad4cf68e60c94bd02036392a981fdd3473bc4ce8acf5e63_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-olm-operator-controller-rhel9@sha256:a2ada640c8cf94921756f81c68762e3aaf7eeae865cca833be5fe14a868e9832_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-olm-operator-controller-rhel9@sha256:d3bfee26c52099ab31a0f7f78b53a6914dc1f33c613dfce0a4a83dd70ba6f04d_s390x"
        ],
        "known_not_affected": [
          "9Base-RHOSE-4.17:openshift4/aws-kms-encryption-provider-rhel9@sha256:03c4ffb6e1ca068624a9bcaa5ca21f0b67fc60508f382ae95521c6a03ae8afb4_arm64",
          "9Base-RHOSE-4.17:openshift4/aws-kms-encryption-provider-rhel9@sha256:9ba0c5d8195237e7cc9e37ae735a7841a3fcab2fe12e6ef106da61a6e09db0cf_ppc64le",
          "9Base-RHOSE-4.17:openshift4/aws-kms-encryption-provider-rhel9@sha256:d94dc7200bafdfb39d5d7ce555b36d59d17a0add1091babd769f33dfdb854cda_s390x",
          "9Base-RHOSE-4.17:openshift4/aws-kms-encryption-provider-rhel9@sha256:e97e40543c09b130e3d36eeb5800d9d4ee989f5b16314f33534b32a2b11b39b6_amd64",
          "9Base-RHOSE-4.17:openshift4/azure-kms-encryption-provider-rhel9@sha256:08021be0c69cec642238d8c152f39957660651ec5714d7ed17f2f27c31e3db6b_amd64",
          "9Base-RHOSE-4.17:openshift4/azure-kms-encryption-provider-rhel9@sha256:a8c81f1ea15f8625cee9ad826d2263d09c17b6fe7b2941579f8914ab6ead1689_s390x",
          "9Base-RHOSE-4.17:openshift4/azure-kms-encryption-provider-rhel9@sha256:a9fa50ec982340d9e61f130c74457bf6809d843c13a266d140617f17ac1bec0d_ppc64le",
          "9Base-RHOSE-4.17:openshift4/azure-kms-encryption-provider-rhel9@sha256:cc38a9ba49ae414e03acd79e4d3b97977fe53872870612073fa569f6ab702939_arm64",
          "9Base-RHOSE-4.17:openshift4/cloud-network-config-controller-rhel9@sha256:2a6eb863736abf5c2d7a3f7c2f324e71e25a7dd9a0d5219bd9666c136e0fa863_ppc64le",
          "9Base-RHOSE-4.17:openshift4/cloud-network-config-controller-rhel9@sha256:5153ada0a44b00eabb71606b7144de94c4d5de7eb27dc54cbc9b729bd2a5093b_s390x",
          "9Base-RHOSE-4.17:openshift4/cloud-network-config-controller-rhel9@sha256:698211795dbabe068f87d21f624e09d28742483015be770b1cdb5c6138283b69_amd64",
          "9Base-RHOSE-4.17:openshift4/cloud-network-config-controller-rhel9@sha256:b5ed6c1824fa24f8dbed30ccc81428285823d97e15496c43c433db55985fd9c2_arm64",
          "9Base-RHOSE-4.17:openshift4/container-networking-plugins-microshift-rhel9@sha256:3bb7db321e0bcbb3dadc7a1c9f350e69657249f4823e46184c7001f17aac7d1d_s390x",
          "9Base-RHOSE-4.17:openshift4/container-networking-plugins-microshift-rhel9@sha256:44ab8531897438f9b25f0b6d90e5b224e3928a3f12f8b24dd18113d7bbb40ece_amd64",
          "9Base-RHOSE-4.17:openshift4/container-networking-plugins-microshift-rhel9@sha256:4c57864ec6554cf452d24947d6d1387f8c4e10a0b89508279b1bdc12a1a1f50e_ppc64le",
          "9Base-RHOSE-4.17:openshift4/container-networking-plugins-microshift-rhel9@sha256:6fee0ae68857abb3ac5357aeee9fda4cf8cfa60e061b6240d2cc266156092d07_arm64",
          "9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:8edadcbdbe43b80cea7a3076897e893c8e3d974c6cea165cd8ecb00e03d1ce78_amd64",
          "9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:b676dc0dbf6c39a7b3b68d3ef21cef981927255ba8ea45e9d1715396dcfe29ff_s390x",
          "9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:c9e05849c3438f54571b43555c775401f5a97abcf7d328c6b04387e8c1d0b312_ppc64le",
          "9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:ca540412965a47b91836a1137e49720be6ee3ebc2b7c54b67864beaea76c2e6b_arm64",
          "9Base-RHOSE-4.17:openshift4/egress-router-cni-rhel9@sha256:07d4ba54630d432f37576929be29cf02ef09a47bee91a63f58001f9cd4acfc92_arm64",
          "9Base-RHOSE-4.17:openshift4/egress-router-cni-rhel9@sha256:9d5ce7ba2746d808b7bda9c491ecbaa158917b2659546eb9be7752d14a79f845_amd64",
          "9Base-RHOSE-4.17:openshift4/egress-router-cni-rhel9@sha256:deecbd903551fa42eba84fbe2051794146cfc426cf6f151a2d8b0e26d99909b1_ppc64le",
          "9Base-RHOSE-4.17:openshift4/egress-router-cni-rhel9@sha256:e2acac628dad896c7b4ee0617847b6e5d8051b5cc0a0add05734b2f179afcb59_s390x",
          "9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:382bd4ab43e8572f129c0cccb7778c0c35e1648cc48d142fcc4f908cefb56a39_s390x",
          "9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:530a9dff7076b84825ddbb0fdc1320140ee5f01de559b2ad166032d58dad6dc2_ppc64le",
          "9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:6f7e5612f7cb6c85db355eeba15164a0445fa58857b857506cf65b873e4b8174_arm64",
          "9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:ca10f64ab5f5d9c5f2dfdb5241fed009ec9f37bfd7126ad790a07f9c1a418a3b_amd64",
          "9Base-RHOSE-4.17:openshift4/kube-metrics-server-rhel9@sha256:233be71aea1d6daf6162eb3a7f91c2f052b47e3ad1d8778e519761c678a32327_amd64",
          "9Base-RHOSE-4.17:openshift4/kube-metrics-server-rhel9@sha256:3e11ef3020927ede13dd28f57daa86b8cfd2d287e380296452bca4bd781391df_arm64",
          "9Base-RHOSE-4.17:openshift4/kube-metrics-server-rhel9@sha256:9792d7c9a9e5725b68fa3812d5907d4812b6cb23042af5392d7e6cbfdd3f8995_ppc64le",
          "9Base-RHOSE-4.17:openshift4/kube-metrics-server-rhel9@sha256:c816c9115e6a17674b2b913b73e5ebe5fc53fd20ee431f9f87c6035b4bca6c16_s390x",
          "9Base-RHOSE-4.17:openshift4/kubevirt-csi-driver-rhel9@sha256:7fdb186f15c46bfe20e5426701cac2c4ba45e78c414e71b1aac14f321092eb4a_ppc64le",
          "9Base-RHOSE-4.17:openshift4/kubevirt-csi-driver-rhel9@sha256:8243c2660c6782fffd9c8b692179a16eaa09f45fb6731183f24acad284116144_s390x",
          "9Base-RHOSE-4.17:openshift4/kubevirt-csi-driver-rhel9@sha256:a78f85edfee8f8f51f73e63c8c02162c421f0d63e2f8095ded84b78087a83aab_arm64",
          "9Base-RHOSE-4.17:openshift4/kubevirt-csi-driver-rhel9@sha256:bd9ecbdfe93e006b10eb976b6dc590889f48fa146c5da51431774543563fbb14_amd64",
          "9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:4b75b7fd029742eb75968481f181fd1f219b6b9fa0da0b48987cf988ca48d5f1_amd64",
          "9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:85649591fd162c55910b0be4049b894e0cc9027ab375ed3de4c322af8e271597_arm64",
          "9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:ac07972de391248c3b2fd918633f53d1e072e704cdd11573c2ae7ffc7e4ee9ee_ppc64le",
          "9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:cc9644a1464bef7e3e3e039f8046872f7ff86f866b031737e3af603715a030cc_s390x",
          "9Base-RHOSE-4.17:openshift4/oc-mirror-plugin-rhel9@sha256:50e9429282d07090b22b3f4f3770fd44307a488b8d080addf63159642e71bb51_s390x",
          "9Base-RHOSE-4.17:openshift4/oc-mirror-plugin-rhel9@sha256:68cd883ff4c2f5ea55b8df1e4be6f578bd107f6b9251e5d2d88711898dd8220a_arm64",
          "9Base-RHOSE-4.17:openshift4/oc-mirror-plugin-rhel9@sha256:765c139ed433c5cf47922c080355ad869b514dd33c2087bb0bab7e9e14315a3b_amd64",
          "9Base-RHOSE-4.17:openshift4/oc-mirror-plugin-rhel9@sha256:b08c31f2ce70a557a6815eda64402e5685cd9742ccf4b156daeca83c7f883ca8_ppc64le",
          "9Base-RHOSE-4.17:openshift4/openshift-route-controller-manager-rhel9@sha256:37180fdc0de1d570dbc77d0388de47f945146388c83ead17805d582a4d5d8dc9_amd64",
          "9Base-RHOSE-4.17:openshift4/openshift-route-controller-manager-rhel9@sha256:391bc1c93a3c513f2ff90990f5f45e1bc2c3665d9380a36a080b09b72b623acd_ppc64le",
          "9Base-RHOSE-4.17:openshift4/openshift-route-controller-manager-rhel9@sha256:5c17c1c6f7a366193f0bd579350781ce337a08e468f50af9be3534564ab9f8fe_s390x",
          "9Base-RHOSE-4.17:openshift4/openshift-route-controller-manager-rhel9@sha256:8c461aa1501918dff695fe715e498da95d00b63ff417f30964ee5a11ddca4685_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:b54f372cedcd1d0aa47a336839375374ae527a7095b9100e474bb0a3182100f0_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:c6d52c578fe8575c33353f690ce18be227007decf25f409e7111166ffb22b87d_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:dc6d3a0fa664a9974eeaed910db7255b7c252c2541fd7d49d41f714970bb9f9c_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:ef589ca8b456aa4c3bac06a3f73b1b371276e4a8372d2cabd64972d619e55252_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:46f1f67888e8393761a6f834332765f45eb96af42573e3ea5815a04659372e57_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:8e0f5e880cece6f08ef1c8c0108e302e8b89026ad1299463f5fd383aebdf2adb_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:a8ffbac5d2df3f79b70ee06da741de890f2eb013d26efa4d01a695d14b88883c_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f0161630366049823d995e254260ae71f5871463ae3797b0e12efd5ef30d6ecc_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:8c60c93b01376d15dd9692efac1820ea1790625181b1600a3b0114e418b64d46_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:9d62ae9810bb32ecc803a36e128fee78012ecc98434c1ef22f609435e3e2b157_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:adf9ed8489c4b9858e976658c04cc2ae8778267239997ed6d1b85902751d7da6_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:d852f1e4bdf0eb8e37eb0980914232de8cf6dfc3e159f0dcb1d13d909350c3e7_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:54c77ab47347e8a5cec0061504c591921f3bc87aacc8d8affa06cf7cc1436fd9_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:919b89991e74b6e5941eaa45219849db837271b11e699eda8f49d0bebbbf6459_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a4aabec1cbb1e2a6994b7629f97e53eb271e4f29070d7bc2118709efd9775722_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:d7cb7d816efb575eddc5da8409296b166722d17cea4b00e3d1395897f2c81755_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-agent-installer-utils-rhel9@sha256:087df13ba7456b25344b3903902d5b1ed4fb22771273d07fe7969ad0ee5326c6_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-agent-installer-utils-rhel9@sha256:10ed11db02965c7a335b84eb5b0972711b082cd6a51604ee7d41bf8c417395ab_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-agent-installer-utils-rhel9@sha256:2e3c12f80ae0f3a058a76083a166f0f52d2c488757bff1ba8e3c3dcb78d151e5_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-agent-installer-utils-rhel9@sha256:7973dc716b1eefa13a30c0393aae4f30d4f77ccb9306f5afeec29a1a97c9741d_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-apiserver-network-proxy-rhel9@sha256:1462a7d9268b1f123b16e52e0916f99762235a593f1a370bd9747278f0bef42e_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-apiserver-network-proxy-rhel9@sha256:7eb2f2ae05142aba55f32c5ed8ac3527ba1a37876fa05299c401b082d0794dcf_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-apiserver-network-proxy-rhel9@sha256:8474cc191853f6b174f8fa3b6cc3ddc5877461c4589d51106da26b740cb17a47_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-apiserver-network-proxy-rhel9@sha256:e88854ffd5222917d6056d2c4fa1f6c1b3000c1ff0884226e1181aed5af46b9c_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:57c421ec589d5bde9a9ae09a14dd401e6f4f7502383d9cc1d592c4cce6998920_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:f5171310e47ac2dd5c8e5ad6f722b919c1e3cc5d41fcf8ac0261dd5a823b5b2f_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:316dd5ec83d034a3c1b4e1bab82fed82ca290078faac2f77fcaefdc75271bae3_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3bd5065a32831547694a8bde30c4f86bc92d091b084769e078cde32e09adf5b0_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:00ab20409246fa280e7495354988d67449b225b31842bb87a12edee37929a354_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:963bff39697376d8f508f67b3f316d6876b990a07706a4bf715a827cc5488a52_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:2d10b0d8215610e706014b0d201ed462caee0d4d5d530c5c3727b9d6ea026a9d_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:69b1f43549736bf9d9e1a623f989a9f39b5ef94af2b569d9882390faabf9f48a_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:3c4159cb67ebf933de486744c889e47c38262a6fc4db744121fdb14986091692_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:435de6a901e14afd420d4bfbdf80146196d5035c72523f84cf9134660e058231_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:6be9ed8373be35cedfde4bca2f176c030f28acb48bc0f2645a57d30a2947f98c_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:f570c441261f111a11c675d9b162425dcc65a595c311a1e3d5dc23317e6ef4ef_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b76790914ea5fcf9364109e980d569aee9acb92af7ecc773dfa6bb88a6c554b5_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-azure-cloud-node-manager-rhel9@sha256:ed5ff08bfddf0d60939abf900a5af6c85d7010e8ec1b3e832f3e9c0eb610feec_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:9d0e8a429f7203b30f023f576e4be8204bd634d9415e70835be8324cbc6df689_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:dc21bf04fe634e62e83a5df806c81b014fd77f71ee574892334b84a66095b5f9_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:76f622961386df12c4602b90b3cfafdacf13f7fc19b36b46e30f868650420e60_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:f8f8cb4ccb17164473110d2852755b26438aa509a9897af600c964bc0df4fc5f_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-azure-disk-csi-driver-rhel9@sha256:88411c5fea9d080379418df9f140189954d82eba1d11390f5ae357e399262582_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-azure-disk-csi-driver-rhel9@sha256:dc7539c21b8c701f95335e5e5cef0c99102a5598c9319c41ea374c70e62a87a4_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:0587b9131fe7e79b3b757409ed385bf591841480c409af8f403e834470b3e94c_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:3dc6706d8f84756fe22e1f304151418fe8e8123cbcb79345d24eaa1960ac8eb6_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-azure-file-csi-driver-rhel9@sha256:3144fb4d63f0d246f99205b8b15c9a54a63f3a4fd8fa6c82e5407115ee62e633_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-azure-file-csi-driver-rhel9@sha256:3959dc623d65e2352382307e411589e9d01ce3d9f7a7a2659f02413d9256de05_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:2588b0d11292db6a255c0fed210052fd3811c9ff16621304ea8ff2f4b13616ad_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:f2c1eeb52e73690e1068e501005833c2f890bd8ac7d2624c5b7f68bfb0b3ab0a_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:18c081b7655b78e92106086320308698df10559225a21bf21c51519a683fc23f_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:9dcc1154c6d071cea0d2b4109bb44c77fec825cef494867434d5a1fcffce50a3_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:ab1f6cb18a21abc360cca29070866fc738cc7c93339531fbd86112f993b03664_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:e23557c87036ede1cf8a4e1ddd7551c9be23a47558f1eb5ee9f12bed7fd1e472_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:07455ca24a9669a7201e1269bf1f5c6626b3b2f06e5a949a039035b8c7b7568a_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:2db63af1587e7dfb644014902bf92f7676381cb61189862c1ba25de4a76a0f23_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:38dced4e21ba292b86c29d402916bbc6374d43789636ff593828a40f1ed11875_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:fc394498879660fe3628357568b57ea4420c0d5e38269b9d1c0919544ba16cb8_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:121f2f0e061989fa7e65ac7ba56288f13fe2386d6fa60da425fe24dc628df4c8_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:15ae7e0c9b0ba7f152071fbe8550253c2c377c48fb056ad611dbb4913ec8f569_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:718e160e36461f4b068deda1ebe34c36cfcad3cc4a361321dcf538d2a83aa1c5_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:b3c64d151b7106205a0103baf6d29edb616b1a3510c17a83c9f73d302622243a_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-baremetal-rhel9-operator@sha256:0d1432ba417c225f4d569eee9d24b0dc5c496020eda07e2ad3e325151e50eb06_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-baremetal-rhel9-operator@sha256:3751d445e6c9ab436fa0e62096bb69d18ed75aa2608c37ce9e93a17976fcf07c_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-baremetal-rhel9-operator@sha256:b2d56f85fe4af7d84579299e985147d9c32ed3aea91ea0c2abaed1aa9e7dc2ee_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-baremetal-rhel9-operator@sha256:f246d38d77068bcad29165f3fb0e60d8d84c193f6db82a3d6c1b40faf286decc_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-baremetal-runtimecfg-rhel9@sha256:5ad475579d7fc5028a834016086045c0d3a8097b6837969ee4ed524e54ab7d6e_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-baremetal-runtimecfg-rhel9@sha256:5dc33cf32076cb44c8507c1e8e04eab97b307aa0ef8ba86c53f45bdb97e85661_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9ecca5a8208321c2865fc584fae5411f81c2a6a939499fbef9a237a91ca643e9_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fe4f92033b01419427db757db1f4c693f62a1bda9dddcc66c7ad4625c2229253_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-cli-artifacts-rhel9@sha256:14186b3754aff62f3a4de1c51eee5bf147c712323044d86970cebd7fdcdebdcd_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-cli-artifacts-rhel9@sha256:3d4dcd1a45f409c3b698c03ffe24ce653f11b9945391c73acce7a75a1e7f976c_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-cli-artifacts-rhel9@sha256:a23e3acf057c59f59694389595c58b6fe8faea4772c94e07e5889ad2c62dfd98_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-cli-artifacts-rhel9@sha256:c9fd66a2f4c866495abc55ba28369fed76923012a371dccc479e63f0f661c306_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-cli-rhel9@sha256:5b176c5b0b293b4a704820dbf0428bdab55cc18dea95a85af8bbf66d26c4fbb8_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-cli-rhel9@sha256:5d30fefd37b24ac3ec56655c51a2b2f06383eb699f407da099f37d6fe8f5be33_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-cli-rhel9@sha256:90bc09d692046a1d7cb8596495e865bb42c7523b1fd23975a6507d3cd8d62e40_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-cli-rhel9@sha256:d62b882b5a48e78a1b48efb99f3892ece51c343df9e285c96e32af205d075058_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-cloud-credential-rhel9-operator@sha256:86abbd9662b2b0f8f0dbe8fcf8d9bf0fe8bd810b0bcc6064dbd56c5cf37b8609_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-cloud-credential-rhel9-operator@sha256:96cf02a8cac283d7fb1ef72496f60a4df821bea89e45c8237d3235ed797e1253_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-cloud-credential-rhel9-operator@sha256:a1b1daf572797d217d5925277b56b4d1c83813492cf90774cbfdc2294f498b34_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-cloud-credential-rhel9-operator@sha256:f62343c3535a6fda32806b43a098d55a7a7844941e93a3a5045a47c7b95440eb_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-api-rhel9@sha256:34f8869cd85d3c50ffb737883786ddaea37f7c3f222241ea6a34e429fde1a01b_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-api-rhel9@sha256:8034059d8013e4f34ee42fb9d2e0786e9866e3fea2a614c32005e5df8e14076d_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-api-rhel9@sha256:8e97befc7ea01fc179a3eaf66dbab974b6307c512cdd6d4d313caa3bf86eb98f_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-api-rhel9@sha256:f46dd8f62a70bb734ccd71229b09047f4625234774e321d556c0fbc5715b3c11_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-authentication-rhel9-operator@sha256:a259a1381b56abfda0f827ad6416b103f95f80d187b6ba869d31bf2c8c40fac3_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-authentication-rhel9-operator@sha256:ca4c4cf5e2ae3d5216576c6b154092fd77f93c978753fd4b7a76884850e46ba3_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-authentication-rhel9-operator@sha256:d3355aca2b5b35d64fac047b6fd98842a2baee536a79ea7615b4184c5a4e4744_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-authentication-rhel9-operator@sha256:efbd2e4c75f2eecda902b3143780e9bfdc5ba2b50f2ddfef5c2e0e753a3bb26a_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0ea9c22f0f63b3360d8e74a52026b3302cb7012b7ce6987111464e37bb5f4ff7_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:77099c8ff05288b7999fff6adf127e007ce39c7de9e1261d88574311e4c46ec5_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:85a24fe4edf8fbe51d0434bf2e65b149121c687a059a36bc4c48b592848befc8_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:cc7e0a422ed957b91479325b969f41302257a2958602f738c3ffc1b0835cc3f0_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-autoscaler-rhel9@sha256:73c6143ce45ba329a1d941a8b4cf13ad66f68c25f45f3163bafbf88ccad795c3_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-autoscaler-rhel9@sha256:adaebf9abc62813762600f7ebb480c57d186186f64a3246e62a50a7d84b016d5_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-autoscaler-rhel9@sha256:c1679d423da94f016d5631c5870fa0d7291190557a05b392070b10f84d25df7a_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-autoscaler-rhel9@sha256:e315d8104d63d0323f37112d8847fffe896a5399732874f1ace113ef168ec6f6_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2106245b2d297e8360a5c2693ac95996918051d40c84c8c6012193249e18c687_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-baremetal-operator-rhel9@sha256:4681e5cfb04379903645d21771218a1e27c61fd47d99f6a26f7d21011db42e65_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-baremetal-operator-rhel9@sha256:54d5809f10269dc52181866bf34f42618bd398e7a3f0bbee928c5515f5e290f4_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-baremetal-operator-rhel9@sha256:f039f4cf06258b1aa584b2b8d64994593a322dbc339fe6e8431ea0b8e67fbe28_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-bootstrap-rhel9@sha256:04ab6483541c8996ec5bf8e57bd3e90b5a4e9996b4b46da91a32dc5ef52f2520_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-bootstrap-rhel9@sha256:1f28e7920db92d5f1cdb04b95f51c8e457e5af97a7320ad98fc9d56f18c314e4_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-bootstrap-rhel9@sha256:5bd313301496ab3db1b3a6feeebe517a4927a172808dac07895e8fec30d91c2c_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-bootstrap-rhel9@sha256:ea94cd9619edf13a9d1dc5176ff40d6e57ee76a953d3d3bfb04e4541f2815ed5_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-capi-rhel9-operator@sha256:1ba56ff8308578c422be07fb6c3ff561ce7f664adc980e2976eedb4e2a619fa0_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-capi-rhel9-operator@sha256:43c7557823aa5e86db7e225dae23f2b46d4a8b1ba517a619f31a71512815ae17_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-capi-rhel9-operator@sha256:af7ec9ba0a62e9c86b3f40c8fafaed4c184b132afce4141ee7d51e2f6c88d2d5_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-capi-rhel9-operator@sha256:c8ecda9595878c72bc15d36ecf106ee8b2455f03278c978b784951c8f504f961_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:2d008923f980784e3a83c2e51b05834e81ddb38187e351bb3c2ed693bc24756c_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:7fc2305ea95e1586cb342202bb673466a0d81ad70e09ad98fcb2286314f901a6_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:980c46d6fe13ecfcfa85e4cf6871e4abbf13b7ce84b19d3ad64d89bcd937c015_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ae6cded8079fd98f313c8e7cf2125d4937d0dac82d09bde1ab60a5ff54f8f482_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-config-api-rhel9@sha256:832e662e1a673659c3839967d76529820f9ae03af645d2bf01ae711e90e4334b_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-config-api-rhel9@sha256:847d40fd677108f03e97a5a2590621a2a64a62d03aefab2cb98c2c89746c8784_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-config-api-rhel9@sha256:9f5786427bda3f2052dbde19284abaceeaa0a1728d1e55f710a189ec20895004_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-config-api-rhel9@sha256:d4a63e6e5789b47fb37ccbac3741110e1892c0f59f77eac89e58d9e00f5bceab_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-config-rhel9-operator@sha256:19f425ccedfb011f657416b344c2e443c3dc43dcfd2ce97db6058231fd2caea7_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-config-rhel9-operator@sha256:883a117396882ccf957ae86b7c9254daaa712e4475502dd05956e6e5f338a175_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-config-rhel9-operator@sha256:d8048fd42ae41e8eb61f9fb2f484ecd84212b858b419447e70d95b90f1562c42_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-config-rhel9-operator@sha256:fdb8fe0ae3c6951e1f09b4ae2920cd83224d124f35589c8753a2dc14c98dabb3_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:8a49993a5a30453a7c113578470d2736aa2db4b3cfcd6f858a3c4b0d8151d71c_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:96c63ebc2edef87f160d360f58a0e98b7ffd57e7fc6e187f6d46b12a7f4d608f_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:c429553d8c5a41d404e1468cd1359478ac5c69107be7a0db593418466d724b79_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:fad08ad6b358e9e4e983b2a17f2518a8b61ec6f14338b15f7c728360a0c4a4f9_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:38bbe69d4b7db72c4fa3715e9a76395d4666b02eea19a4a983d71e599f0638db_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:82d32c060baaa8a29a098bbbb03e5e14135135632823c5ea1da8aa6b8499c45f_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:891e253f46f7465dd382dc6bf1785035e1f8f7ef5b50a2b1b8bc56907fb0c383_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:df0f91634353ecd14cfd2138976e35d405b2fa2be24c1e89298a154a185a5392_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-dns-rhel9-operator@sha256:1bd8e1b9c76e9f6e22f4c7965da8aeeb68a40ae60f4cc083fefc47797b8f5786_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-dns-rhel9-operator@sha256:8f9014db2fc33af7c632de4b9c1d20777b7b015e93fde64af39b5c60bd8f52ba_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-dns-rhel9-operator@sha256:9397bf5c292ca4b3f7f0da97f94a7323de3669dfd9ae4473e8154354d5b8e42a_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-dns-rhel9-operator@sha256:db523bfdd4dad24cf9ccbda7281d1bd2ccaec01bd4b164b0dbeff2b7fb54b6fb_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-etcd-rhel9-operator@sha256:650b29293672c4f9eb788e2e4257716274f9faf4cd2e894a5f327a5bb98eac9a_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-etcd-rhel9-operator@sha256:6d38af3052357d2ffb0d4fe709604d0102aca8a19fd560f06e66a3a44d48470d_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-etcd-rhel9-operator@sha256:b1e42b13546e4b27b93bd642174dfab3799f3e95cb32ce58322886983e029722_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-etcd-rhel9-operator@sha256:f40468472b7d853b1f5034c2bb4cfecb6bf91c78e9963bdb350efa6172c34029_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-image-registry-rhel9-operator@sha256:95e2f230adee118098221df4dc09e41d62c8f0ed0ffaabdca2759d2297b87192_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-image-registry-rhel9-operator@sha256:a8c26892e945256d26c4ddb005ce71198a6e5c946c8b0bd404dc5a6d4965841c_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b3d66448f272e54b0e91499bf9203dd4ffb3cb98a0cd3f153d6aa504773b178b_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-image-registry-rhel9-operator@sha256:bcb4ca0eaa52bf9c584568b34bdc9d08253822dabe8a43fccbfe3601332ed8d8_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-ingress-rhel9-operator@sha256:394a4404caf1f548616e4b36ac2c4af05c046fc494692809c651013ef7d16257_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-ingress-rhel9-operator@sha256:4462e8912a672f95c567c1543d80ffe62f300f42baf746edd4b45886fa869d60_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-ingress-rhel9-operator@sha256:c987ba71f8168f0a523f2be6507e00fff6c262d4bfad59f4c87841330fa96dd9_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-ingress-rhel9-operator@sha256:e58cc3035d0ea33eb409b18a70e10511289449f3cfa643b52cc74857295e3f96_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0002fec33a68a9f3bb7ba5f7cd9062a35736b43dbaf42ba2cf91d4235bdeef9d_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0373744feb8a383f76a37c60e205b3504add80a0b05eb1849f90055d665a768b_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:421fa5577fb99449cb1bba71aa0c933bf7e3be12206df9994da55198635f629b_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:607f047b7f4756d3dcd4243183fb4a23c45798632de00526574f2d5d7f9fc2c3_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7ec5f60ed21701dc098e2cee33e0d59b8c5bcbd9969a26b8e8082aa2ba9c93ea_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:8dbc021731dacf75104e78f431c0a7ebaf80e31edf75fd54e0507f4af7724c91_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:d0a576b7d7277e40683ac4487217fe3684e42bc765d2a3ecba14e4b81e82c76a_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:eb97662076a8459ebccb9ee6a0958c77d1ab516b4375a9925b895af0a613f549_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:78bac198d882113612602d0a58dd516234a4b151d24e861bb69582983437b84b_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:7a5b6dfbe9d40e7b89bfcc8107e82e2515856177445a8d4831077e26f5ae2e1d_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:a2184bde2de353cf90eddabb81dd1c85ee5ceec3f6914af58db453ee2c13197f_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:cf9578fd32cfa0f36c0fa26a925965c0e616027300015812faf786b1a47fc209_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7bc83ab4f6cf5488864adb5b148e4ade887640d40fb68165b6149a8b8b6588ec_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7ca513675dbe0e79573c841589f823a39d7eada90e0a41a39ee94fa7348242bc_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:cbacae519379425f790d66b55eb12e524a5a965f2414393e52d03bb9418f1e3d_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f937dd453269edf5414e233cb9f2dd03ae3b5ab907695febdc29c7856a43e6cf_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:1671cebd1e789f751e58439d7d0fa55a3ac6bd44d6f58ddcb43e38d5b3429e53_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4e338be7fb25942b0acb0c8f635c64e2817495422c300b68979950d160d5b268_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:818f1d4ead362a2a9e72516b2b0326acc823989bc9b705615eaf4931d9fcc88f_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:dd12e5771a31f16c83c707ad28a9f4dde97ede79379e31880ce678e964d1c244_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-machine-approver-rhel9@sha256:1e1da424badcdd66eaad357f1fd26966f59c75b456ec6c894597427df561ccad_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-machine-approver-rhel9@sha256:c23b5724cfc6ad882caca9bad3da7c8b65a2c44b0955bfb34ceb0508fe74e89c_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-machine-approver-rhel9@sha256:e8a3c55da98df0e90f1a530faed4bcba073ba4799ad1d39cbfe8b2d5a8e17b16_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-machine-approver-rhel9@sha256:eb1cc3b42cf8fc4d031a921ecf465c41b0cab5e259baa5b685fa625ec1ab2397_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0123dbaeabb8ae42942d1b3f5a5c2eea452501d1bbbc7e069b881bf2bd5c3d24_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:bcb67b2b03ee49369c4d970c5e07322f85d2cf30bc50386e73313df1ad5b926e_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e60530a77777fa413558e66ff0339ae782a3badf9dcd491dc0c642edcb87d953_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:ee83d3ae20cf83282fa9127686405a7611b7ffb9211124e6688755e156b8cc31_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-network-rhel9-operator@sha256:64d5b8230e17e6c1e6b53c2cbe91ded4f9caead425dd579adbb2700923375c98_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-network-rhel9-operator@sha256:684ca7e6a6fb4fcac94e3194e794ea5498733e22f965549c00c92212c2a25efb_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-network-rhel9-operator@sha256:6defce2a88b37065fd7b8bd745d28e60599a08d3cb931872ea50b33cbb69b360_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-network-rhel9-operator@sha256:fa2d9bbad0f076283d9e110cc32fc4324d120a383ca6eeead1f286eabbda1c45_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:75664880e7db3f0ad3036642e0aceee61638c21568b5ac7ac7d150fc5f3df70f_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:78953203ce538feac3dc891a0021a076873b55d04b0a87ee223ad64f41beee6d_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9be60ee09a3ff9b58d8076b67ab28085130a5ae1f432183f1fe3f7859bf90393_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c776793921b6f3f74d7bd4c86d401789b70c552ae56d06cd3aa0897c8727e80e_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-olm-rhel9-operator@sha256:0ca3d57b8877810f82784753ba1bc8b67a764245e0530addc811cad61843f039_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-olm-rhel9-operator@sha256:9f0e7cfb0a992a098b0cd20531a46d46c702f6e2ad709f5969f8e4f69857d256_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-olm-rhel9-operator@sha256:d1534fff36a779d2fda9651a518f21e007d8abf447f21f0ee271da2862d26d2e_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-olm-rhel9-operator@sha256:de3e50c0f72a900eb72ba5b9db02d9d109470a4cdf798cdb5e84c0619d4eb420_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:64731eb24d4d1ee30ba2d704c56b7d03a2ffa69b79d71d4ae7a093b8a09629ea_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:8fee43ee0f40cbf79c410bef0184825bf63d4758129fc8612147c85147f7fcc9_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:9d108d09eb9a9c98cc7665a3dd68d93917bdb05b30f6269bb3a00c7218fac306_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:bf3891f2d6b69db4bfa60a1d5932d4111d7b56ba3922b7b02952eedce44eeb9f_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2f312119f1cfe71afa89bf2c74a4a57ad497275ff953313982a63153a39f2493_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:6560a03ef3b8e339edd4aaba5d50f1e04d62976661f60b03f2898471f11b0631_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:742780c3b6f27a3e7fea71ba1ca4d4e28db5bdfe9b69fad95cb0c31d3923c69f_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ce1110666a1f817a6897011ff27dc780b81cab9f366621120093e58f77860b93_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-policy-controller-rhel9@sha256:0d24d9508157347f020c6b99eefef619585dc37542b36f45ca62e10330e4deef_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-policy-controller-rhel9@sha256:44f392b5fe744c7abb52669e64b994c0a89dad4d21253e49ffa7acf51e069c8a_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-policy-controller-rhel9@sha256:6e67c8b7fa4d81a89121b84cad75a0a7d303d0177e28c730b903500c15b6f7c9_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-policy-controller-rhel9@sha256:81f8f28bcb4d1c52ad37c0fd5bb025333bd230793c3a2650f8ec8479d64d13d7_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-samples-rhel9-operator@sha256:1dc254b8b7bc5a5374f41f6f06d034332c9e6dcd8acabf2ee4547ba30d76b72f_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-samples-rhel9-operator@sha256:8635922fd673260318d32e128ffd11a2c7c24dd42d2a65bf4a0ce1fef12d72f9_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-samples-rhel9-operator@sha256:b853d72ed5fdc475ce4aaf6bb5b48a3899adcf0579912b0c95ec252597f691dc_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-samples-rhel9-operator@sha256:b9aee8ee21d594a677917b210a62a223ce19c451fe43bd0affac62844ba3bb32_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-storage-rhel9-operator@sha256:3c6c1a7f88fabd6c71d3ada18e7efa6ee19b0e33aa814bf1e23d6d88a3aa6b7a_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-storage-rhel9-operator@sha256:83cb02829b00376a4f31a5892b408a054cfe705906258a984f042b01486de3ea_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-storage-rhel9-operator@sha256:c7c6233c6564772233318c25089114fd322bbeaa9f30fa85e5347cd6c3f14138_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-storage-rhel9-operator@sha256:da828ef4148ca3ee8eba58052d95da9cf92ba6987418b262b7b3405095154936_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-update-keys-rhel9@sha256:4f8f6b9654e37cf6f03f984cfc5ff98945f4fa72903622f1fa770255d0073149_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-update-keys-rhel9@sha256:6e13528b4dac03e857d5032fcbda9cc9ee81bba1a30c9631202bbc7a2471549f_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-update-keys-rhel9@sha256:772397f5e6cf6068df029ec793486d9ae08d0af8098cae011a4ce986be675425_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-update-keys-rhel9@sha256:fd4eb5c5da651f5f8dba0302ec27e1bd8399ca7f0ed5bac8e120f7bc60d89ac4_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-version-rhel9-operator@sha256:4e3f81eaa31b6ea68fbb3b0ed098fc7adf0aeb77a5a739f8c91a147caaad797a_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-version-rhel9-operator@sha256:5b72eba1d1ce4bff619ec478da59a4d32535b73bb6f43bd2636510bbd078ec7c_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-version-rhel9-operator@sha256:9d3e0d922f3e069e90a5b16c08804baec619f0133ab9607e779222e6acf7553f_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-cluster-version-rhel9-operator@sha256:cdd431c76a10d0a679171a9e834274b053d4c710b26703e9732468c538e28cf8_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-configmap-reloader-rhel9@sha256:6f7d5e9aa75df873827538c22f4bc5f5132e0968847e12937c7f772d2bd56928_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-configmap-reloader-rhel9@sha256:9a41418fa0c3c5e3f0360b9c7459f186511389b5683ee3bff415f049ae84a241_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-configmap-reloader-rhel9@sha256:9c9c5a3e7e9909130823093870ac570b67be9bb5dd35906af266ef6391cd1354_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-configmap-reloader-rhel9@sha256:fd2176817bebe41db49f3820b80144e1473852f4af9a371da3e8e51c4bb62685_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-console-rhel9-operator@sha256:309c7a9912a0c3d0ea1ed4fc35b4af64d36c3078ff7d1af70eb0771424bedc92_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-console-rhel9-operator@sha256:a46f91522c131f3dc43a0f35973752bb7c27914f122f208e3e1837da09ff909f_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-console-rhel9-operator@sha256:a741ec0828daf891fdf795b37eb7b54c5301302e4b208c188b8e6203909f0014_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-console-rhel9-operator@sha256:e3766ec0bca555a1c3261be57935be76086aea1490cf3d6e9f31f1612b410dfc_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:3b2da6499a39f1c7049759b1a670aa514391bda3d550f15a8884e725c8423174_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:6384fa7d0a15b5a40733e010e8740a43667a2d6880d1b1e3501ed3dce31721a4_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:6c395b2f00617a611ed2710bb748f4cfce0e555b0202fdc94ca7520438130d43_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:77e03f315578b64e1bdef7855ff0ae44c544f648d5a384c61a37473f7ec50f05_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-container-networking-plugins-rhel9@sha256:0ff1c231ef4d4a632a089b0a95f8a8e498bd16d68a41200ffd3ad4bf32124d0f_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-container-networking-plugins-rhel9@sha256:19647286f9c75dd092be4de0edb723882af3961300a18c4aed6881bf259e6c70_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-container-networking-plugins-rhel9@sha256:6b204386282661b2efa3ff465eb279f3e06ef92646b58de9db32364d3c02f44b_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-container-networking-plugins-rhel9@sha256:993058708f0303421c0c767af97c102b07bc064cd7242acd3f5963dc6204f815_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-coredns-rhel9@sha256:560e9cc66aad1c9732c23b0d7cdb2c812a31c46efa456346b01e142b185d2194_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-coredns-rhel9@sha256:6128f645ee1e92adc4e14f61ac61ca4208cda56fc474012ab5a1fc081710365b_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-coredns-rhel9@sha256:8be1b918af3a97bea0f8aaddd1920fabdd64d23621ae73fb61a403c611515c3a_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-coredns-rhel9@sha256:ce4b36fd66c772da0bc5048c9d27b5e9c69fcab24e4fc07c80a4e92642fc714f_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-csi-driver-manila-rhel9-operator@sha256:1a4d5f47f9f0bf1054fd192251f1c84f20acdd4a2f839e333091daf83c549584_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-csi-driver-manila-rhel9-operator@sha256:e869a57727be73359e7159e2ca575f98976e4ebf444635098845f22f01352289_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-csi-driver-manila-rhel9@sha256:0c895394b3967e306bb26310f35b0aed33af1048bf1053a780df197734e6f8c4_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-csi-driver-manila-rhel9@sha256:10932d3dc0f6631f61c289eb0fd3bf26ec694d6b0e6540a8fa5422a6b6774701_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-csi-driver-nfs-rhel9@sha256:470652ca1988e7b75fe22f5b211175ffeb91c8fd4a602c40f92f3b22e8567655_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-csi-driver-nfs-rhel9@sha256:aded4df23d361836b6ef99a3bba41c187533883dc32134571a419f3894cd1123_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:477200d2e88cb3cc422914c4d9701b09002ebfb44de6dc6bc5017e468ab4b2d8_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:a0cf348c3da1f92df0e32ccfbc9c3b437fe6b2a6bff28496163ee6fcff98afe7_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:a4f6f56fadadfcc81a6330e56768eee3b0a1bb8519c5f5fe47fa9dbd4b73ef79_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:cdcd032de3bccab45d6c7cbb5d2ac3107eaff5b4b279d67f081a39ddc1320b49_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-rhel9@sha256:164136c218ab7c9da330f51a158bd519a8173671a28fc8691eba901183251104_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-rhel9@sha256:749ef641d5b6b47b6950988e3efc5cafc00495410f1ce16a276e2599a076d367_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-rhel9@sha256:968bc646d9e8d07213c3ff9bd48371e80db493c7dadb39e242741bb00b364677_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-rhel9@sha256:f8184d15a60064a6b6968ed728c5bb7538772851c11362746a5bfa8bb614243d_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:0129f8cfee2d3506adfca7939ce4cdedbdd25e6d3994ae8d82b9f2e460fccbc5_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:078604858b34951865a900411602271be1a964e8279596368d9cf968ffe35723_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:887ab068161de5a1ffb64a96515351bd02e81b0dc239c187f12128279b953ad8_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:c2585b68d7d40379ba124bee2fbfca64f1c3db925d3137b97f3df9c6afe9e300_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-csi-external-attacher-rhel9@sha256:9a65583194250712313a1e893bd5e03a9345a16c4f5174e9c9e6e7d18413bc9a_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-csi-external-attacher-rhel9@sha256:b216270c4e3760b33b62adbe672ced8483ba32462a744a46a863f485832c4f65_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-csi-external-attacher-rhel9@sha256:ba7cb4455bb603eaf6b506782468741b5a71b31a0947bab69c809454ba19f260_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-csi-external-attacher-rhel9@sha256:edc3a924116b76036a932e0522660e2303c8ffaee5d292e4e8cbb9f73f79b02d_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-csi-external-provisioner-rhel9@sha256:128d4125e8ad9550aeaff50ca27806d2c4f4f17293259b64db2e9cf322ff2387_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-csi-external-provisioner-rhel9@sha256:2ff82a187738a60c7494cf579b35e1d9a16cd0e57acd9e18474aa11aed6edd7a_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-csi-external-provisioner-rhel9@sha256:3ae17709e7c44b06b85543548ddfec54c8c1c04167ca10b8ab82e3cc4cf8a29b_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-csi-external-provisioner-rhel9@sha256:5788c2e871884ff0e5edf019ae70cf1739b34170706ed731679afcd38d45202d_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-csi-external-resizer-rhel9@sha256:265f7809b2e2b916d3712bf17bc3c171576fde26307718ca6bfd944148bb2502_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-csi-external-resizer-rhel9@sha256:51baefa68bd37931c5fd611d1b7324383e58df4754eae607cf64b1b8c9fba22e_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-csi-external-resizer-rhel9@sha256:794b4636e1f44a3bfcc3dc2fe5155d217b31e568393fa53eabe420328c29f33f_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-csi-external-resizer-rhel9@sha256:deaf59f4cfc7254ab8b35634ac18281cf88ff0ddc151d0498a21d6e91c30a4e3_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-csi-external-snapshotter-rhel9@sha256:1866f88a278845d7aa851aebf6099ae6b77d98f9c244406c2aa2d61daf88bf72_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-csi-external-snapshotter-rhel9@sha256:2b9262b07076b315714007f91ca9a2de0a5333133c319b5542d9a5e89f5119ae_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-csi-external-snapshotter-rhel9@sha256:cf848a2e0ca5bdcb850bef50193c8db40c18521c2e5d7f1b5658329a485f8d42_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-csi-external-snapshotter-rhel9@sha256:ef64e56c3194bdb2bc3e0e129cc955beb1e6d6abb93ed45480dac1e26e631475_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-csi-livenessprobe-rhel9@sha256:150cf47c016ea3a318be89b0fb80b5f81a3ddc38aaaae9f4f9ab08478b054a85_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-csi-livenessprobe-rhel9@sha256:19606dd645438a72af581210114459eeecfe1c96547de6e2a9a7a4a8d7b781c1_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-csi-livenessprobe-rhel9@sha256:22770984f3897afe484ddf93ad830d05af30ce0ca426c29dc33a448007fdf1ae_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-csi-livenessprobe-rhel9@sha256:a3a74359f9ff4bb3d9eae7d72ee3f3335a07f7a1d9bbbfd9c4231f2db81c6818_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-csi-node-driver-registrar-rhel9@sha256:168d92be0933a07413608c50a787729080bc8c850c9efdec25f77bafdfaaae34_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-csi-node-driver-registrar-rhel9@sha256:6bf2240cfccf984fdc0a6f33318c681704a495d62527d2f7242934f098378221_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c7a86c7530e5818d8bbfdb1b2544010b327c6dcc99a39152788f5f28eb0ea049_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d79cac1d92dcc9140be58c63ed13cd6331c8f41474213064cd45963d69a94e17_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-csi-snapshot-controller-rhel9@sha256:084151639be629d3a1f9f29ae20271dbe319319e2363d75f8c7c7ec7a8262002_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-csi-snapshot-controller-rhel9@sha256:2d6d427780eee15059d70088bbdb03f6774c93c4b7f84ec00eaf9b85c3f5b3ba_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-csi-snapshot-controller-rhel9@sha256:5d1dd18616427bc717e49b781e6434ca616c31fc7daeb5596d1703f2d3379ef2_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-csi-snapshot-controller-rhel9@sha256:9500323520cb1e4079304df57c722457720ace8518ef43c89149da40e0ff60dd_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:4ca3355941315a1db451ba8c6ce329c2f7d0286b3585196a30e1ed35ba1ee228_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:5e31e4d6f9eb5eb18dbf99b54a3a294e824fda2ad901333ecd33f9eacbac6d30_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:bfcb640d3847f3693b4118396ddf7a58d76ceb97016e037768244bc1175dfb1f_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:d590e08bb519eccf42d7891a3fef78bd2a265d5adcd9d27b7da3ef496407aae2_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-deployer-rhel9@sha256:0767aa82db6ab616d7b8b337760770406da4ce765fe088ed4299c3bd6ee31037_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-deployer-rhel9@sha256:6e319561328f39498c3705563a7a108cc9e0ba312c67729a5ca57c7b68ab7459_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-deployer-rhel9@sha256:a0afe3a4c032a1397872b707245f09fc3e63c233b0ee128fd3a4c695a20af9c4_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-deployer-rhel9@sha256:ebedb1bc3ad605141e4406cf3f2da63eca2671b89f8a596923690f30f4126e56_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:4378f58febb064fc36264f1b5862bb009aff4171b9ad6ae6c84fc9d3077ac70d_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:9d9662fee01dafbde830ab4ba397e5fa7eeccf90e2f8528fd57e748507a1b1e1_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:cd293b458d152b725a4ae09568f28410a791905b8f8e925900b38f33d3fd849e_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:fd0471855bbf69b72b75db2173aad473b9770f2e1403687bbf654c0bddb44c85_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-docker-registry-rhel9@sha256:132a674b5a051ed2ee41f940ea4f7984dbd7455de6510ef31b8fae7bedc45be6_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-docker-registry-rhel9@sha256:32d5e5690533a9d9ccf4ff8b02534675255a9625241245d434e43d4bb815119e_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-docker-registry-rhel9@sha256:78d4de7a4f72a623b01378e0798e2540b4123991b02d450c7b3391f186e32c36_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-docker-registry-rhel9@sha256:9182a503b30b8de69e862a128635bab7b44ff05df11a1ab4f96aef7525fbe0d2_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-etcd-rhel9@sha256:0ee443647f0fe63c9a05edcd5a644f7eca0eeb2be877aeeb7026c4db738d56a7_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-etcd-rhel9@sha256:ba18e1f81a20605c8efbbee41fe37e1d7ac4ff101a857e05e0f3d25aa82fa9df_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-etcd-rhel9@sha256:f17ddc78b5e4cc92834f4b3b000ab2fdb181c1f3f75dd9d185dc5d88d6691abd_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-etcd-rhel9@sha256:f27e4f6f37c47e139374be06c8772f09debff53a05bfab713359d918f33beb3c_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:170aba64101289aa8f9a8612888b1341e36e52394ba766dac7130d675816e2be_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:35098fdc72303c21755abaad4cc05553d6c969dc601d6a2ab91d7aabcadf923e_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:a62890163f9fbf8833e855caa292678a7468f9567433919464dc99a2ef7c8dbb_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:6433c81cd98c85abe6b1bbd8e74a776462ad78575cc6bde0664458ed685611ac_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:d1129dd095528238a3bb064376e70764388d986a0f47ccf7a92c88e517b54066_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:eeb9caacd52b52b2cc46ed0fa5f80606c7033d9cc8d7c63a5c199de6d107e9fa_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:3bf929bf48fec827cf4f54ff5fec04de0740b1f14a4e1da63ad580bb9245a103_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:d64a1c2fe51eaaa842bdb14a8bb317317ed1c22180d766e15fcfa5878cb5285c_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:f4b0795956ffb226a5869a9285d05b0ead36b7be32855026c1a2a5faf4307be6_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:73556902372fba78e19553065eaa89633c01c36b6cf10d6f51ad981777b6f9a1_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:ba5d03691cb09bc208c30c6c9ce746911468a4fb772dbef5520f723063bf2a94_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:bb6ad3ac3be2ec5530dde289e8535e01fd745332bb89a05d8b687a72d8b90361_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:1d5b94376d1ffe57828d9252b71372f132285a40b8487d9f931b9fdf6741cd83_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:3d72794fcd40b847e3fbaf3529231fe9149a6dede2a45dfe31fbd306df9b50b9_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4394b5921e342708156f43b45fe0cb780357d7a493c8c323fc403cf99bb0a7ad_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:49874280d3af31fa772ed481e63ea6d1a62bb579b9da0eb3bf772017a3330f4f_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-haproxy-router-rhel9@sha256:0afc3eaa1f9729a303472d3397ca19dd1b38b16d0cd721c12f4e23a3e04f087b_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-haproxy-router-rhel9@sha256:0b72b29c550a7e726d31a9814799bdb6ebf6ca071176262402619395ac8a3a65_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-haproxy-router-rhel9@sha256:1c122143be877d7d89163a4c9f3780eef8b8686057ad1889aa3102321e54a98c_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-haproxy-router-rhel9@sha256:9263b51ee05c760ccb67d397d0c8109a617bae089ad3973c180eb624bc13c91e_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-hyperkube-rhel9@sha256:6ff66bf6280231a5495000bf79ff4bb05b2f139ffc372d11d631cf60ee5de67c_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-hyperkube-rhel9@sha256:c32ff89d47b6e001bc02fdb86323cdc692d1abd679917cbea206b70e43d0d976_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-hyperkube-rhel9@sha256:ef51f6f787195be8745b3cd3b0b3dfe8a96ea48be2e3ccb97ed63cf1bbf58534_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-hyperkube-rhel9@sha256:f32ddf861dac3d41222d238768c5376702ea295840d70ebc69e9224f1c300446_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:02f10dfe13ccca892445607db62101ee47e86ef5fedff0b8dd6372856548ebe5_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:0677902a88154c33c82a5dfc1aec5325cd2938b08485299a17eb14ea0a4857d3_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:249df28d5775b19c96ae3f03d736f0ce8434d9e5969e3365be2b5e329faf85d6_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:2bce8039239d0bc061ec7f373d96bdb446ca5b68c45820a58663f124fba635fd_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:1384411d0b3794e280491e0b0e14252c5e4f9e43e58e6602b0442ab9a3fb2b0c_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:8fe95db9475ffb66b670339b266f3551c4682f214cd2c1cbd151a62e9f8a3b73_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:e9876a36c4810b4e68e1f6668d3324d8e71ba145f3d214007bc4486375d55be3_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:fa6ec143e3d12a3836c9148adb578b591987e8520cbec4283dcbb427991f14d0_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:528d6b3faebd79484a0be86e33a7d6ba922dceff5eb1585bb922c18bfd01ee70_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b4321d90c93b58108ec190d72b23966c09b2b6933a7b5d8322d10dd8831dcd6b_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:44c02359946a024e429303d031d1bc70ced6b300316c939d7290d17042b87618_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:8365ab32e19f655627b62adfdc05ceaf24cf10395876f4b3a545df57eea4abba_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:92db3a22fef2499c3d11a2666e72ece44d7df862458f06600d27fb9b6304f77c_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:3f77010faf0f6f6e7eabfcf24bf1328c6e70bbb32f843287639a523621a5f4ff_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:9f2805cd3f3ffb1daefa1a718703a568cba5536b12fe2848e3c87c2213a04ba5_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-image-customization-controller-rhel9@sha256:0f1b4c68ce6ab2167b1b6fcd0059a8531eff59b5cf49c23322828918a6ed6f27_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-image-customization-controller-rhel9@sha256:8bd8caf2fac84354a4407c48651d11d055c90e09f06ea57c1825d2be59ca18fc_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-insights-rhel9-operator@sha256:3b7ec1f0edd312034a7dec567af415f85f8be1828dc6a0dd2d11072315b77a41_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-insights-rhel9-operator@sha256:afcc280b069a744e3e67716ac685dd7c7f23c619cbc20e2c21237031580f649b_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-insights-rhel9-operator@sha256:c7e5d66df8aeeca3969c31c560fd759f77d60211f08b1f456391ee0fb333fc45_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-insights-rhel9-operator@sha256:f54220fde82b962663a86123a99a65e549fd68fd9a6153f6c67979567a6fbf58_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:17050d94832b400bf54598b748667e2e0035b30b8f996d7a25bdb61aef5960f9_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:bd5955616dc827b5552f5fbcdd1fdcb23e700a647de2ca4f3cf1f8a2eb105f1d_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:e26559b0ae61de908b9db0753babf47e2a3bc27c6637c7e945d153959fcb79ea_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:e32b6e836082e6d2a5d267283b2263d9811c3a62d420842689ab35fcc36b4a63_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:312bac6a070c763a493c566fbd1b6f05591f23949e4f37a157235f08f927c653_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:7529fae3aa40950d226ef1d8d2039d6795c518b2dbbec8e38818cfcc3efc9083_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:7a235516acc4c967b8fdda1868be132966714d19d6d90a5ce4b4cab661d819b3_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:9ee9cc91eb2ede268fbdd51bbfd2e211f34ccff61bd1c3b130bf25879c67b3a3_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:69e680e1a17c99220c8cdaf5a2e73f6e4e7d835f1193e62bf516df65e0d2fdff_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:872ec12780579fe14d90d7eec8190678ce56f4a5914917a7d6169c5cd767bc68_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:be7078e79fd3d22ef43c253aff1b72e7457128e639b780d5073a016991bf56af_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:df403029362bb02139eab00cdb01c35171431ce0e237c874e11e06aabca19311_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:b45a678f884a36a9c6014841f8ca1c70908bcb51dcc45d9f71749806c9fd8fba_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:d3b354ac0a8b37e7e8fa339011624d0e4d7403ffde520b5e911e3664e9659e34_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1726d045b526bd930e04ceaa125da6477f7a44b18c9b01f723ff3cc1320da9ba_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:f62c966edb47dcfaf82b4136ed867fd85bf04424f91e8a519f8f08a3989d98a0_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:02d3c6c0c7d3ba854e7a03e3cd3fb56f21a729136f95993224336d42f4597b96_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:49db69687f7245b778480b5796bc3956343ec1d4b58d705d3f08b3380ef93b6d_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:4c0cd346096da2ceafc8226fdf3f132320d42d8992dacc78abf9b4c194f92740_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:4e948d046ccc7a44e18c5b19fd107d560183aee3fb46ebee28bffddf850d3ec7_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-keepalived-ipfailover-rhel9@sha256:0a2b379d082cead1b190b32ffa9339bf88fb50a8ab5abaf12ca2bffccdfc75ee_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-keepalived-ipfailover-rhel9@sha256:127bf3d442da47383b1f2b8d452fd29cee71eb614b71ed7d2610063ae78e808b_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-keepalived-ipfailover-rhel9@sha256:966c3932cf9a5d03bf25141234d26c7628b71eda7439239a409da03953b206a7_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-keepalived-ipfailover-rhel9@sha256:dcb142b3a5afe0e7b7a51a1c94661855bd54776ca51575630bc43f02ba12c554_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-kube-proxy-rhel9@sha256:bcbabfca97e7433c9fa4ad479c8906644461c2a5aa75c8ff7a7644b13975ba98_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-kube-proxy-rhel9@sha256:cbafb2565fe2baf4d54fe0cc5ad883bbe0632a4736771f55dd55b9d3823a7716_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-kube-proxy-rhel9@sha256:d1654ad59633f2f3d6542a83c32ac0e1084cd148a735b46f4c674edca9fc98e0_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-kube-proxy-rhel9@sha256:fdc6e80a2293c526be173bea9362e2da73e0c0d988a767e6f160675db8590acb_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-kube-rbac-proxy-rhel9@sha256:093d38e21abf82992df96727b799f72a14e66986b02e08eb6af990f4091ccc6d_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-kube-rbac-proxy-rhel9@sha256:5c81ef8f24b561ba9b51c25e3ca50322eeb0544240f9f6db020542f5101f17ae_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-kube-rbac-proxy-rhel9@sha256:74af69d301e49c08c9c0fab6bf929b6443beddf21d578273fd332ec73d7b8a24_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-kube-rbac-proxy-rhel9@sha256:bd85227421b997806814438c33cc997fd70911c8ecf1d9e6e16e506dbcecf5bd_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-kube-state-metrics-rhel9@sha256:65321f83b5a14049a62c6d6895287f57501f5f77589cb8be2d6b366a145c021f_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-kube-state-metrics-rhel9@sha256:6c697bb3cd8bf8a743a0a948721c4c97284d62608ec5272bf97fa51d23f8ab14_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-kube-state-metrics-rhel9@sha256:bfd60907c9836d089067b19a287d3267fa9ab98e09420e6a4f0e1ffb51506d04_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-kube-state-metrics-rhel9@sha256:e26b6afc9938274f1777fc5eaf6c0a6b95fb5e9c7cdb51d0a778d548218293e3_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-kube-storage-version-migrator-rhel9@sha256:63059adfd5fb0042f492f3fdf938beb0de950f3c86fcef51fd595099e3638e51_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-kube-storage-version-migrator-rhel9@sha256:82ec54538247a36578095e91a73ea2f0f2948f1d53214fff29e424badd23a733_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b798ea0514d92809752909b9f0b4d38ea1a7309df58750c1c516034c8a58ce4e_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e85db4241123d01e874bed074f9a9a34ca6221176aaa2cb5bb4729adfbf0ce95_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:352ba91a72d19fa2b0006740b6e0e22b9824f73d3fad3ccf3cfdee0735525aab_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9292f19feeaa3bdae3094d0c0496baf8670d18286041f317ec82c552280a9b4a_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:b248b7e14b2f4a76b6fea232897ef6db0f43531e46d161af07f2e4bad05e707b_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e53a18e4371e50c1bf5089c2f6e3b0d0bdc70454f8289ba3e6411afb2ab49aec_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:002c9019af35f1f8aea55bea65c97a92ef1d19ea1baea00d17b79a264a3691d9_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6b95c1296fe5379d3dfaad98c17ac65bb818babe4057610eccf8461635ae8103_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:70a12a74322db347077f7758c485acb127ad33d021ae5aec5e912f94f8ffd8ca_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:fa4bd7d988c14418df8c332de4fea3b5ea57dc0727a461f68472925aa6eb9696_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-aws-rhel9@sha256:c6d0869274ce92a1eceb263b4e94e462fbcb8b599b09ce8acf9c00b61cf29226_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-aws-rhel9@sha256:d2dc62bb9ab60ef004894f78e80c143e8c7d027ff073a3c238dd88b14b3b80fd_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-azure-rhel9@sha256:74b7d7c58d260b1791d7d4f55a9fdcbb13542519151976de43dfb8bee67c9cac_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-azure-rhel9@sha256:d4764881a7a4f01e5b5ee2a24b13cd74fdfc5540ebbe84cdd0fa28fd64aba389_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:2e3b2b5c07bbba78849bf504c5a8a600239c151f7f21d6f1fe6c022003193a4b_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:526440e32f8eed14cf6ef61769baea675aba9c02e6cf5778e3bc8f92c7d306a8_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:968aebcf8a5dbabc3b12fd50db0f8a1bf4bfe399b390efd29b9534510d7643ca_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:1396e057385c7d8da1dc40c52033b1bbbedab984703de3e484cfea750652b224_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:373d9277d116b062a74e0610f98d512d8ffa5404afbfe116d2f8e549afd9251a_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:6fb5c3a4b83c250c783d6b88d7914f72e4972ca2a2e5852ef46a0f754b6f8eef_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f907f7e7f7659e968dd6ac35177c726004afe0b86b0dd9e9e78abc53da370a7a_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-machine-api-rhel9-operator@sha256:5e940d2b4901a79e7b4a2c5ca656d3d974b771d1950edbe441557522082e02de_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-machine-api-rhel9-operator@sha256:5f2486c25d18ae075485af13b8800df7b2bd1b251c73b1784ca1946569b83919_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-machine-api-rhel9-operator@sha256:9972c5496357187072347787379fe704b02d7aca9c62582982ff97e132f7361c_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-machine-api-rhel9-operator@sha256:ee87d774d6658bde289f8c9ab55154ade49dfddecb55ac1a577da883ada32aa2_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:2141576fcdb4d159aa417474a27457fb2087ad6235c4df0597083f3b1899ca45_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:483b65fb285f5d17f225c5da6513e12bc7b1a7b4a7040663cd07b565b0afa029_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:e3d3a68630da8789ec30cdf920bc64b478949e146e565c28faa4b6e60f149f8a_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:ef6cde961dbbb6fba059c3c45a80fb0e2da74f4c5cd52b42e73589ddf5b1e399_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:9614841db8310744628318b72f55c58b0486fa04758cf069921ebf602e689e9f_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:c26463b63a1336896c3b5966be5952b60e539691202cd81e7ae4e964817f2109_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:c6d8d116a62c6b8d1f6d298c580206b22de9054c2f6954f6bf480ff01c572dd8_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:e7d5c7d2133b60a140a95d371202e33e6bdcb24ff7ae55fe791f42f57534ee30_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:158251335ecb898e1d9dd072153925e15c27974ea5bac191d2b2238aa3e9d9ef_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:23b2c32bb23c66ed48ce220033f85c76ec6ebfe241ef912e7e5c2550b3252f08_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:cb9d387eca1b9defc9b9cf59e79e3afd9721f6e2768f6ca1b23e2d93c643fe88_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:f94b1ab4229c5fb8e2dfd07e5b04b58f6385f67454e7ecbed2d2aad02e91f07d_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-multus-admission-controller-rhel9@sha256:1234866d996a553670345d2177f491180651d53747d97ea0f5b7c05dad4ed0f0_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-multus-admission-controller-rhel9@sha256:4a2061a1ba2d018fcdd41b6722fb4e332b72983954ea5d0609b01785d2647e6f_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-multus-admission-controller-rhel9@sha256:878826b56658eac597d692338bc3e7d469568776c9d6f71c11b63bcd0932e01a_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-multus-admission-controller-rhel9@sha256:8e46edbaa4d4fc29dbc09d38898429d545a02822cc46a726fb5a61f4bd55dff8_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-multus-cni-microshift-rhel9@sha256:60064cac3df05c9a076ad9942bf3ffdf452f8ed8ade863153a7ea449234b1e4c_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-multus-cni-microshift-rhel9@sha256:9f905872cf72582e8ef6df209d1dfcbe23e56d894f39ce7c705bec68908951cf_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-multus-cni-microshift-rhel9@sha256:a5aa505bbf99f157b1817ed0981ff4037cac3e94ec3b80457f97b6e07935a1de_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-multus-cni-microshift-rhel9@sha256:a6aee61594a381b29e76718a05255a69ba1fc8d16b4836665499065cc00a6386_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-multus-cni-rhel9@sha256:06a30be1f56c0ba60fda631904e406def40a5294076d98f0946c1c7035785e1a_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-multus-cni-rhel9@sha256:0b7d0c694b170b254e7f998465826e0d51abb9da67f8d0a4d3c58af450550cc9_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-multus-cni-rhel9@sha256:331e9a2ee10ab14cd3cdf1016af92a1e3df1f25422900bf980604b0b6c6050e9_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-multus-cni-rhel9@sha256:b3886236c43c1935b1e67344d865ec6b6148b599cb6f94aaa827ff6889444faf_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-multus-networkpolicy-rhel9@sha256:93e501b312ea23b290e46c14787acecdb02636333f5388429b5400bc4599be9b_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-multus-networkpolicy-rhel9@sha256:953c2a800efd3ba87344b0c556c89132630dc378e1a96ff38f626a60ed4d5ce0_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-multus-networkpolicy-rhel9@sha256:a79bbb6df83654cdd8d925a070f6b7c9b62e85702b84330d31a1242507fd01ec_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-multus-networkpolicy-rhel9@sha256:f32767d8dbad803a847397b47ef35d48820e2ac8c5abb5d916fc3daab615f6ab_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-multus-route-override-cni-rhel9@sha256:2dc58f3bce109f2dab38f7940e7aab29a4418f5e0732c1e8f1e1ed217635ac19_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-multus-route-override-cni-rhel9@sha256:5784e4d821cc26ffffad6e6e3ed101fc2842ebc3d89b16eac041dde506c1ce01_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-multus-route-override-cni-rhel9@sha256:b32bee1e17a99bf6e865f3dffb4f80f9b681cc3c0f2a1505698f594f286a7396_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-multus-route-override-cni-rhel9@sha256:c0b91c4fdee11f1468e9c32f2f95feb08f49eada69835577eea2c04ede8c5725_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:14c20436996d9b4151cb77c811fa65929d70874bab1e3577c1ffc156b23514c2_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:2264796d3b4da7e3fc2961c55972859361750a1272f52112d6b50c069275b6f8_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a7a7b993fdbbf8fb1a67dde836a577c55ef589d899dd6b50bbb6ab4da03ead0c_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:eaeb6ea984b43075d1721104647c9e539ffefea462ad3ea3f3cae66551e301e2_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-must-gather-rhel9@sha256:60ec7816beae30bef25a0a50633d77cb669c472d4f1adb0356b547c13cdc2282_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-must-gather-rhel9@sha256:7e0061f5d8d3909d377e353592c99179627fbbd8e70d90f1aae44dc8f9f34b9c_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-must-gather-rhel9@sha256:c1268a511ca6052fcd0392301af7861d388fc2dd32977b13fc85780c0c9a22a2_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-must-gather-rhel9@sha256:de0f68e94d48d6fd1c6bf1cfed042a8f244e5392a0b6ad5c02cfab7b7a9ae3ab_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-network-interface-bond-cni-rhel9@sha256:66eb46a96bd308c39af00caad02b3dd77cc7d1dedfba70ead48c9390dc9ca9f9_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-network-interface-bond-cni-rhel9@sha256:685adc9ee76db7d09ce6c56ba14570c9e0848c517534c5661b52a702d05a1e3c_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-network-interface-bond-cni-rhel9@sha256:78d3bdd9d6ec154e80b1dfcd41e37ae695173e61a54fac6aa2ae9f9264253c75_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-network-interface-bond-cni-rhel9@sha256:c372276000e5ed2540990ca06299d060a49c646ad7a1f206ce5094c7b95536b4_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-network-metrics-daemon-rhel9@sha256:0e47e27fce44f690b6b358249a26dd334d40d77a934c289f5c6d700825339850_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-network-metrics-daemon-rhel9@sha256:1820093b89c42b11b76534feb6f686877931e45206f35ba4ab3540e209f95e6d_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-network-metrics-daemon-rhel9@sha256:afc2923e5780bffb27abc102eec63968374848078da5cd2fe12bdc8f0ec90251_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-network-metrics-daemon-rhel9@sha256:e805f9a0f7eb2039fd8040dcff142175c392381c992b69e8c5e3307249fd10cf_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:400c930aedf5e3964c9e5201b5932603b6b074ba6f6c31e3d432c066e06ecd77_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:7c0370de82ecd2cab8bf48ae7f1bf66a52d637e8b9aa6c0ceadc6a27b5e3507d_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:ee249765525cafc3c5b1c9751427e7fa19bcef17566d5ca273fcda348e3dcd50_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:f94e6168c2d658e1be23c8d9cad9a86d2f9e0d393c49304d310a500d61adbbae_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:065ce9ed541af2ee48a9c7d803865180f3c0431c2e96edfa1b09bab0bbbf40bf_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-nutanix-machine-controllers-rhel9@sha256:d8add7c0ed65ac5c6a053c21fe96fe8955b6541f9b05a47863974d18a7021ad4_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-oauth-apiserver-rhel9@sha256:08fbba8e85f6efc4f5d77d1bc9165fc30628f4a04383928110e5cb58e80f7e62_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-oauth-apiserver-rhel9@sha256:13a1c0ff1bf2b0a865a959c65166b00d53d402fecf984db6f2b9cd49ee7289fa_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-oauth-apiserver-rhel9@sha256:56a5d92f7a3a2f3ece3579a584f4234ff2c0d8ea4eb8e1d4f65cbf7d7a68a19c_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-oauth-apiserver-rhel9@sha256:8ecc5104c41faaecc96f97e1f3c4ddfe0047bec271a6bd41a72c4704a2b479c4_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-oauth-proxy-rhel9@sha256:1eaf29ebdb3d128ff2acc33bae9a33da915806cd20c8aa98afd8d1004eb17dba_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-oauth-proxy-rhel9@sha256:b934449f27cff8ea6cd6577e862bb07d3b20534cb644748fed921d922cdd5404_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-oauth-proxy-rhel9@sha256:ca6723f202239be0464ff827710c011468d6df243cfa873274f9d4c828d4d76d_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-oauth-proxy-rhel9@sha256:dc748b70f83c70facb499b0d5ce0fd691e827909240d89ce27c3d248175d07a5_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-oauth-server-rhel9@sha256:5510278d09ee523ece2d0ba6b24f07e522dd231d36d2eec2c190d1426e15913a_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-oauth-server-rhel9@sha256:8b2c530a19bbf51813e7ae9bcc187a49b9637d808a720401ad512756d1cf0d2a_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-oauth-server-rhel9@sha256:a033f65ebaddebea7d66135299e2fe0451f3b3c939ff26c77c3bcdb053c581dd_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-oauth-server-rhel9@sha256:b4fc4980e7caa15cc853da45981051aa3e1290e4ed9e6aa78cd0bb251796fd39_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-olm-catalogd-rhel9@sha256:25a5a4b4ada09c18b0172d6b55e99213b328b049a4e736ef33a46ee0da1dc950_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-olm-catalogd-rhel9@sha256:2b350e41bc865f8cf3d91ec774a1ef90efcb1dc695031d54cfcbcba445ec576b_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-olm-catalogd-rhel9@sha256:e9c3bf1b4cd8b50229b2d2cd74f6ab8ef8d300d6bcd577b3334d368621c96e5b_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-olm-catalogd-rhel9@sha256:f11007c8352baa9b195cbd9734103033c0946078b12ef02a624aa8574a455896_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-openshift-apiserver-rhel9@sha256:12ee719e29b1a159926fa67162dfff04668a0c786db83697a75fc8bf96c61e36_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-openshift-apiserver-rhel9@sha256:281810b86981603927513af4b9738db05df090e27cff61cb57f615a1b7da54a4_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-openshift-apiserver-rhel9@sha256:d7aa582cb99ceaaba2d9da65183a485fab11b0aec41d68b5964510f35167b3e6_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-openshift-apiserver-rhel9@sha256:dd1be867b630db99ef81dae76668387115f04a9f0c61364f0a6e216d0a28cb05_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-openshift-controller-manager-rhel9@sha256:92b40e2865e79b6c9178e6e94523b9d09149441f5a72276b25951404526e7ae3_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-openshift-controller-manager-rhel9@sha256:9825100ccb4a060d9f37d554a8f9d79dfc8427785eda77610c60ad0feb74c666_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-openshift-controller-manager-rhel9@sha256:d121f0c03960db28af368e4b864efb220c1be28bfb5f9735813302efd045f4ac_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-openshift-controller-manager-rhel9@sha256:fbba55058981a9c57d0b273bc8b56b66e164c7fae1bf59d74aaf6ea3656ac59e_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-openshift-state-metrics-rhel9@sha256:539c14445c4b7acb91b414f802d93be4cebc24d060b52e06017338fe9075d9b3_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-openshift-state-metrics-rhel9@sha256:62724925ca3ab5c18ebd7692e89e41ecf7e0d33176850f67eeae9692a6927cb5_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-openshift-state-metrics-rhel9@sha256:8c6bd11088ca925f8faf61dff5bb6655522a8ff6939c146a4126ed5f0690914c_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-openshift-state-metrics-rhel9@sha256:d6a2b5b710ebfc04b22860c62daf56aa7ff85d89a26a8235f95d72346d4e2db6_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:1919474880b196d1905b8dff9587c006b6f273124d02e97f40e2d4ea8d050777_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:213222f7adf001b898109567c42c82d6d9325ee707615caa1ac0fc15fae574f0_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:30ef542720dd4425d7f7fae10dcebe2d5fe6d25105d34261fe754f4cab4a64b6_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ec415bdf74f9ce65c23af9e06d591ba78d696f32a7cf249c71804a87895f96ec_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:ba40d8da235fde8e89b6115a1d5f41568fafb4eeddcc38f107e493fef2ea38ae_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:bea0b14e279d2c307eb6fdb8dcafa114d9b281ab267c14f7b6151c5b838f80cc_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:bed0e7813bdf23482a2c4f14c09a73c84ba62027947ec8e9c57ccd2eccc2c1b9_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c7cab534f6196d76cc1e31b17bde3bf5c3986fcffe7a1c026013012c7ab68c81_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:47d6f6652a0e3d399c9b26a4954fd3478326c49825863698cf3140c2c3ab9bf9_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:576677c2baf50fd096f762daa156970e982279275b34814ef52e4be4b511f5ba_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:6e6be32bd4a1e3739d0e0f1da3674cd6f74ec5255865dc832d91d41f47283718_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ff4bf6e903a1af1f494f5e0f43ed6718bcb55557fe9135d0750362bf0e8e6b58_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:1ef9d43e45303b56e96f1fd2b5d63cb185ad3373fe516730a5b0b98b6947395d_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:5f7747f4d324cf90dc48d2bc20d76c2625fd2dcaa3d6478898dcc55d1f8984ad_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:8d30cc94f2e8512406aba31083e31e155c9f568838343e56864579dece7bff31_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:ba3ced5cd94c0bcc2a3295ce47dc28a60078d7db8c4edf2bc8d6f5b12d573879_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-operator-framework-tools-rhel9@sha256:5abbe0d3aa1d5dd9296e795465ddd5a117c466606481a418b2846c435ffeffad_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-operator-framework-tools-rhel9@sha256:9c53f361a67e96e64b5cb912c0af0a1b3e18cb3bd428084d5cb1e8f6860855c8_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-operator-framework-tools-rhel9@sha256:c187541b8c1b8a589645a608ed79b43f9e6911116faee1c50ca8a0a30a4d3738_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-operator-framework-tools-rhel9@sha256:feabd407ff0094dd9102e3c78cf94852ab6e700fe7f906fdd32d6a211232b16e_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:01b59bfe4a9c7489011c71dd8a35ae2ef81f81c4a23dbb2117b6126964f1da2b_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0783189d5b07855bce1a32115fae430958ccaa7951bb6405eded7e3aa572ee17_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d7dbfed38bbc7511c43814e7d06a7c120b4a62adf724461c76154a37cd37796a_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f7e781c6a21c4b8fa25630d174362d62d69dda2911dd033f7729923b26ecb483_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-operator-marketplace-rhel9@sha256:072e15ae931425b07953efa32a39b4312805dd12889af0f731c9b04238a21c11_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-operator-marketplace-rhel9@sha256:2d413b3ece4cbb46f6a682333ed06a22857271e211acc6f704059eb20bfe01d9_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-operator-marketplace-rhel9@sha256:7c57bddae38c037d1848a509ba7c4e5831632581439f90865422151a90c7ade5_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-operator-marketplace-rhel9@sha256:bd541bcc12678de1a652a602a29623a9dbb8640cd4b88ed2e458d352d0b0039a_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-operator-registry-rhel9@sha256:12875248fd37b9d1fa4afd238ce78aa147fd2d0dd9708436fc01ac28243c425b_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-operator-registry-rhel9@sha256:3aae32132cb3da00d75d456bb422fb71a45091672a0673bddd75b823cdb01242_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-operator-registry-rhel9@sha256:43d4206cbd9d2a25d53077443478f65e85cbba2f9d1fbc765446de1929437bff_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-operator-registry-rhel9@sha256:894819babdbe3e6a04f63d8a6ec52bfd0ed1503c25ebbb6241535e5f5fa90b36_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:43f19aac756eb00b63d12521f353df83d79086751715e23f2c773880f85221ea_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:48a8ad863bc40447db23818df0da3b6c765011ba81eacf4b7116026a06358bf9_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d42d85915e158a7ba41ab7c855ebbff6a5e6594bbe9e002190b5966507552c2c_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e96efaf0fcff6a640c9a5d66922694ef5e30d2d6bc3b2edf1a4900e283174a1c_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:2bade31f6bbac52b4916f47431126c735efb2f98db4a69a5d6839ae731803dc1_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:704105b2136fe017ee9402ccf0109e295b2e73462311470fd97aaeb4768b01f8_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:7a6d7d84e63cdab1cf92a6d022168a620a22f5e8ae898f7b972871bf76287886_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:8f896cdb945435f3f03a813b857d4cb1ffe1f0d6015ce9b776954a0f0cc9558f_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-pod-rhel9@sha256:347e4a105a4f2589980d2e9fae9f57a5ce86bee3c96819d397f219a82f64e3b8_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-pod-rhel9@sha256:d55bc674b70cafddc0cfb861bf0cdc64415cd01d4d42d71bae31f5a909cf27ee_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-pod-rhel9@sha256:eac0005dbc866e009c245646876cdcd01ec5fd0abda2145c3cd506f1fbef139e_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-pod-rhel9@sha256:ec5c3c9ec4adbb7f15dd2c1ad7f8482a634d4d6db2379c15341b772ee1cb7e15_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:07248406477642eccb6adecec3aec409bae0e04598a7252e771dfa87368e4c91_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:9fdf5e3812eef56895b938f68f8d148c2888158d01fcd817ef8292deff66fc34_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-powervs-block-csi-driver-rhel9@sha256:0e89e02535502b0390ca0c4ab8162b78c68af02974955d735536a1872b48c189_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-powervs-block-csi-driver-rhel9@sha256:d08894b4f991791b4f1a1603c215538b1b6ebed430e07533287abf86baa2c3cd_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:1fee47031672c49bcfa735489ab08fd4be10995234ecc97e7b51733d4170df96_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:5ce97b705cd6ea00a6d5517f13e468c0b2bbe902d425ec3048d90d7dbdc7bedf_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-powervs-machine-controllers-rhel9@sha256:548abf5b9f1cb92a916d8c6beb588f81ebc40d33412e7383d3a1bfc602ed38b2_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-powervs-machine-controllers-rhel9@sha256:7f96b42095d100141a2bbd7ac8cad14562cac3c186b26d00d0fc81880b093f07_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-prom-label-proxy-rhel9@sha256:209f1a13d11f995c49b36e2db96d61470e6742824619b6957a4b7390b1d5dc52_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-prom-label-proxy-rhel9@sha256:222f568c31ab36aa4a0684274584e66aee149db5be50eb79691c7636fbc8aff3_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-prom-label-proxy-rhel9@sha256:db3b3649eec224de4af5c5223bf4928f8e302c5f54ec9d501ce8bb71c3c627a3_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-prom-label-proxy-rhel9@sha256:dff520a6cfdb27ad2ce31301aa3d74275ea7e13fc39749c77118c4fa74255604_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-prometheus-alertmanager-rhel9@sha256:1eb0d7754525580a289e18bd58efa44b769c9f8f3e1c362381756daa615fc6ed_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-prometheus-alertmanager-rhel9@sha256:30cc60b9273b07c493b3156ef278830bffeb109dba7c7c0517e0347ccd480631_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-prometheus-alertmanager-rhel9@sha256:693a75146dc6f1436bc4998d59185e379a695b57c7e9d20945e84589fb142d6d_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-prometheus-alertmanager-rhel9@sha256:bb6af93d177a604520ef035bfe3617985f7a217784d20a4cd180dddae75e6949_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-prometheus-config-reloader-rhel9@sha256:079aabce1be013d247160482720526bc7070b857c9bdc3311e16ec4b7946bb90_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-prometheus-config-reloader-rhel9@sha256:366ea0de608f0dc4890208515d89a6c01a56aaa32d54ba04dfc1cebcd0aa1940_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-prometheus-config-reloader-rhel9@sha256:41b569ce3bab77e814d2f2dbe5252a55b22cca84ac1d0fac985d3ebbfdbacba0_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-prometheus-config-reloader-rhel9@sha256:a8739133a6616a7a34ef4cbd7eeb731b3839d4e5ac4d5f2ef52894b493b0503e_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-prometheus-node-exporter-rhel9@sha256:066cc860301397a054a7418b105c25230a2180e557d7b093b8234e375ef7338d_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-prometheus-node-exporter-rhel9@sha256:0fe50ce4c7264d9ec532e587c9846b0070b22522066816679f08a5a07111942c_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-prometheus-node-exporter-rhel9@sha256:8292247806e2520a54b4170aa69da7f20b93b2420df976dbd2f5e92735100c2a_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-prometheus-node-exporter-rhel9@sha256:ba960fd338ec7abcc2a936137587076f80ec113a081be8d1df91fec8d3ce09df_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:487f00e5cc33440966f68b490b6ba8d0da0462f2bb5f94455807bf9a30ddc368_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b064cb6d4991fa87e75776f37bb8602d006e296d213f5bbd6b47c6de2903f152_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b39a4b9a4f8a91b7976f2ce02303b05b38a583291a4ebfba1b08d999fc108d90_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:cb10c1fbc87bfe3fd48c9c7834bb44be8e808d9ad10ef42c6483681fac9a8524_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-prometheus-rhel9-operator@sha256:3b0a31d3ac49250fb165866dd1ea03ea7914692a09d7bc6514e516e1cdd5639d_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-prometheus-rhel9-operator@sha256:717067cfb00313dad5317b564008a9b245649d001736074009045a7fbb3d1cb9_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-prometheus-rhel9-operator@sha256:c0d1e70914880e19b13f1c899623c78b880777ffd0d54f813a8c78f2f172a4d2_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-prometheus-rhel9-operator@sha256:ca2cae619e6e83733a803335a113e09ac6bb9c1c235ed0c1ab05fd7e8441f5b2_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-prometheus-rhel9@sha256:033caa3d2b728c32e63c7de347646938d304ac0ff2c490aa35d7e85e63236cc3_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-prometheus-rhel9@sha256:2cd0c0d30cdd42e4b78859bfdc5bb5dc500691e69efad403f6cbbea854564df6_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-prometheus-rhel9@sha256:3eba98811dbd189733d9e1ea7ac94c175b90b5e35d5f58c27aaa313caeaf3b35_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-prometheus-rhel9@sha256:409cb025e1929cca3e65ff7ea79efc7f16b546fabcc93ebc0b7c98219cc4d7a7_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-service-ca-rhel9-operator@sha256:0a3d510a717ae3bf99d94b4987185b70445998ecb26e91b5136e547a8d457cb4_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-service-ca-rhel9-operator@sha256:3b1680ab1e489cd414065f3d52149fb34147fef2888f4da3633c30936690dcb2_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-service-ca-rhel9-operator@sha256:9dbbf7be716430d0be120617233a7de552e4937248315de9f6c6f794100db3c1_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-service-ca-rhel9-operator@sha256:ba873fccc64591a61d5a0f0d16ebcbc040532e8e16309b183395beba4e8f94ef_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-telemeter-rhel9@sha256:03554a4e07a0aa9debd4b2c5e31ba7a2abd48864f6e21ed8edd758e397ecb9e3_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-telemeter-rhel9@sha256:53b2672ec495dc7dfe61774d5ae111c18e2444c2e9a97a9a5588f5ff659cd048_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-telemeter-rhel9@sha256:93a0c6f59c4f920371c1210668bc5c0a9d6fca17dfe978d8427f772464e16af4_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-telemeter-rhel9@sha256:b68407ef2bf389d6ee95a12b49b6d5e3a338ca0b02c0c4c3455ef7e4c4cce81a_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:6c29ecd0e1de7ddd55fe5429a3fc772022ec55dcb09d163fe37e732b611e19d1_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:91bdfd2dfa408a28a625c9697731b50eb4afed0ea2bf5f6e83e4a2b9bf42fc49_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:a7c46f07c35d038170ce529369d58b7c848973e9b1e0c52cd50a687a758e85c8_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:e447e1d980df7586105ca637b17bdad12b3f3884a6cd26c8a8b0482e02648c46_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-thanos-rhel9@sha256:171a666373eefa0b34cc77d1c1e1361020055746c641f81bdf55581304ef1a45_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-thanos-rhel9@sha256:2260556b4aa73441c868313ad67b4ec14af256a81f2c94dd174a60c322f65879_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-thanos-rhel9@sha256:29258f468994c2e7a6249595ca4b75fd72c6009644f8e772f5510bd461758d3f_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-thanos-rhel9@sha256:c6b2c72b0a23b3b2b1030add377d6709ed1f625041251a1338c2b083df4c7fe0_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:4f4daeba93df4d66ce29574a0faa199ee1cc73bc5b8a63b38de55c7a2ec43bc8_s390x",
          "9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:eb1e91426bc4518afcb871220972ff5f7d8494c56c3e59f8f534ffc96971c409_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:fb4f18eee9c9aa4131ab06485a4c0444f0cb02ab11c6dca878f63f0392bf6b62_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:fdc3dc067ac445612299bf56e1b10c6b5a4e6f50daed1017454a5390d9e15632_arm64",
          "9Base-RHOSE-4.17:openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:8e5aad7733bffaf858ab1d1030a1c37d9516d40e083be5db9ad7d4dd53a118bf_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:19295e454699d1dd59b159aef11ca3d4d410f051d5344dd1b0aff527fc3088dd_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:4dec733ed9c56865b1cc97f2f82ecf81ce6c7949cee3b6a1599075e54f893d67_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:8f5f4a8c8d9b31039b46e2297ba597600522fefd00eb2472c4f7a64739136723_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:8e5aad7733bffaf858ab1d1030a1c37d9516d40e083be5db9ad7d4dd53a118bf_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-vsphere-csi-driver-rhel9@sha256:19295e454699d1dd59b159aef11ca3d4d410f051d5344dd1b0aff527fc3088dd_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:768cb3d11c268969e4eb1759e8d67394501e51380d2e498e3d3b06ddb98d6a29_amd64",
          "9Base-RHOSE-4.17:openshift4/ose-vsphere-problem-detector-rhel9@sha256:8f0fc81d0fa8ab13f02d4aa1827cf2e48b4de3d7b8f46b612fe1483f8e34f559_amd64",
          "9Base-RHOSE-4.17:openshift4/ovirt-csi-driver-rhel9-operator@sha256:1d55ee07b1be3dbd3b9a2e46aa5b8eeceb055c531c49362ace9423327fbf57bc_amd64",
          "9Base-RHOSE-4.17:openshift4/ovirt-csi-driver-rhel9-operator@sha256:46a72226eb46b3833644353955ba0b6dbaedc829818cedfd0e00463018738efe_ppc64le",
          "9Base-RHOSE-4.17:openshift4/ovirt-csi-driver-rhel9-operator@sha256:ae24fbeac9717b5f51df6f71cdbdb57046f82fdaa1e6daa98225d729fb8504d1_s390x",
          "9Base-RHOSE-4.17:openshift4/ovirt-csi-driver-rhel9-operator@sha256:f8431594e8420b0ddef024e846c2ae70569770750f3217dbe3704b58bc02ef20_arm64",
          "9Base-RHOSE-4.17:openshift4/ovirt-csi-driver-rhel9@sha256:0c5c2dc265383ca172155921b1984557dc71532d880ee3f105d86b736d46f48d_amd64",
          "9Base-RHOSE-4.17:openshift4/ovirt-csi-driver-rhel9@sha256:200522c7bae23bc7fddbf7174163851a139efe452660482d14e26d31ee11d330_s390x",
          "9Base-RHOSE-4.17:openshift4/ovirt-csi-driver-rhel9@sha256:9d2e0a9926f48be33d889cb59a93c167ed943c3a035eeafab86cd670accc66bd_arm64",
          "9Base-RHOSE-4.17:openshift4/ovirt-csi-driver-rhel9@sha256:a05a16ce31d453bb37fbedcbf8e05e5f6dbf929f5626fd00ff2403bf8510073f_ppc64le",
          "9Base-RHOSE-4.17:redhat/redhat-operator-index@sha256:12875248fd37b9d1fa4afd238ce78aa147fd2d0dd9708436fc01ac28243c425b_ppc64le",
          "9Base-RHOSE-4.17:redhat/redhat-operator-index@sha256:3aae32132cb3da00d75d456bb422fb71a45091672a0673bddd75b823cdb01242_arm64",
          "9Base-RHOSE-4.17:redhat/redhat-operator-index@sha256:43d4206cbd9d2a25d53077443478f65e85cbba2f9d1fbc765446de1929437bff_amd64",
          "9Base-RHOSE-4.17:redhat/redhat-operator-index@sha256:894819babdbe3e6a04f63d8a6ec52bfd0ed1503c25ebbb6241535e5f5fa90b36_s390x",
          "9Base-RHOSE-4.17:rhcos@sha256:975f83f748ff4cebae040caa4df88b771d32e1f301204a736ec414b4f3234e99_aarch64",
          "9Base-RHOSE-4.17:rhcos@sha256:975f83f748ff4cebae040caa4df88b771d32e1f301204a736ec414b4f3234e99_ppc64le",
          "9Base-RHOSE-4.17:rhcos@sha256:975f83f748ff4cebae040caa4df88b771d32e1f301204a736ec414b4f3234e99_s390x",
          "9Base-RHOSE-4.17:rhcos@sha256:975f83f748ff4cebae040caa4df88b771d32e1f301204a736ec414b4f3234e99_x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2025-27516"
        },
        {
          "category": "external",
          "summary": "RHBZ#2350190",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2350190"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2025-27516",
          "url": "https://www.cve.org/CVERecord?id=CVE-2025-27516"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-27516",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-27516"
        },
        {
          "category": "external",
          "summary": "https://github.com/pallets/jinja/commit/90457bbf33b8662926ae65cdde4c4c32e756e403",
          "url": "https://github.com/pallets/jinja/commit/90457bbf33b8662926ae65cdde4c4c32e756e403"
        },
        {
          "category": "external",
          "summary": "https://github.com/pallets/jinja/security/advisories/GHSA-cpwx-vrp4-4pq7",
          "url": "https://github.com/pallets/jinja/security/advisories/GHSA-cpwx-vrp4-4pq7"
        }
      ],
      "release_date": "2025-03-05T20:40:06.568000+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2025-05-09T04:33:03+00:00",
          "details": "For OpenShift Container Platform 4.17 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.17/html/release_notes/\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n      (For x86_64 architecture)\n      The image digest is sha256:035baf97e4c715fc1afb681a9f789d99ebaf568b2656584d59f72962e0d14bcd\n\n      (For s390x architecture)\n      The image digest is sha256:ae63030ebb847f17ac0d2273f55d5db43df6b9f324197573bd9d2fbb7403036a\n\n      (For ppc64le architecture)\n      The image digest is sha256:c693db40e8d19847cd4bce1541344cc93d828221c029dc7ddeee4c829a351a12\n\n      (For aarch64 architecture)\n      The image digest is sha256:61a46e56e230e5869af207484585a5e61141e322d539616422ec7e61bc4ad137\n\nAll OpenShift Container Platform 4.17 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.17/html-single/updating_clusters/index#updating-cluster-cli.",
          "product_ids": [
            "9Base-RHOSE-4.17:openshift4/ose-olm-operator-controller-rhel9@sha256:7947045fc7c78746b791cf45cc7086f35981ca1675813803e4d6b44e1217d4a5_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-olm-operator-controller-rhel9@sha256:9a95f890999546160ad4cf68e60c94bd02036392a981fdd3473bc4ce8acf5e63_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-olm-operator-controller-rhel9@sha256:a2ada640c8cf94921756f81c68762e3aaf7eeae865cca833be5fe14a868e9832_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-olm-operator-controller-rhel9@sha256:d3bfee26c52099ab31a0f7f78b53a6914dc1f33c613dfce0a4a83dd70ba6f04d_s390x"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2025:4431"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "LOCAL",
            "availabilityImpact": "HIGH",
            "baseScore": 7.3,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "HIGH",
            "privilegesRequired": "LOW",
            "scope": "UNCHANGED",
            "userInteraction": "REQUIRED",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "9Base-RHOSE-4.17:openshift4/aws-kms-encryption-provider-rhel9@sha256:03c4ffb6e1ca068624a9bcaa5ca21f0b67fc60508f382ae95521c6a03ae8afb4_arm64",
            "9Base-RHOSE-4.17:openshift4/aws-kms-encryption-provider-rhel9@sha256:9ba0c5d8195237e7cc9e37ae735a7841a3fcab2fe12e6ef106da61a6e09db0cf_ppc64le",
            "9Base-RHOSE-4.17:openshift4/aws-kms-encryption-provider-rhel9@sha256:d94dc7200bafdfb39d5d7ce555b36d59d17a0add1091babd769f33dfdb854cda_s390x",
            "9Base-RHOSE-4.17:openshift4/aws-kms-encryption-provider-rhel9@sha256:e97e40543c09b130e3d36eeb5800d9d4ee989f5b16314f33534b32a2b11b39b6_amd64",
            "9Base-RHOSE-4.17:openshift4/azure-kms-encryption-provider-rhel9@sha256:08021be0c69cec642238d8c152f39957660651ec5714d7ed17f2f27c31e3db6b_amd64",
            "9Base-RHOSE-4.17:openshift4/azure-kms-encryption-provider-rhel9@sha256:a8c81f1ea15f8625cee9ad826d2263d09c17b6fe7b2941579f8914ab6ead1689_s390x",
            "9Base-RHOSE-4.17:openshift4/azure-kms-encryption-provider-rhel9@sha256:a9fa50ec982340d9e61f130c74457bf6809d843c13a266d140617f17ac1bec0d_ppc64le",
            "9Base-RHOSE-4.17:openshift4/azure-kms-encryption-provider-rhel9@sha256:cc38a9ba49ae414e03acd79e4d3b97977fe53872870612073fa569f6ab702939_arm64",
            "9Base-RHOSE-4.17:openshift4/cloud-network-config-controller-rhel9@sha256:2a6eb863736abf5c2d7a3f7c2f324e71e25a7dd9a0d5219bd9666c136e0fa863_ppc64le",
            "9Base-RHOSE-4.17:openshift4/cloud-network-config-controller-rhel9@sha256:5153ada0a44b00eabb71606b7144de94c4d5de7eb27dc54cbc9b729bd2a5093b_s390x",
            "9Base-RHOSE-4.17:openshift4/cloud-network-config-controller-rhel9@sha256:698211795dbabe068f87d21f624e09d28742483015be770b1cdb5c6138283b69_amd64",
            "9Base-RHOSE-4.17:openshift4/cloud-network-config-controller-rhel9@sha256:b5ed6c1824fa24f8dbed30ccc81428285823d97e15496c43c433db55985fd9c2_arm64",
            "9Base-RHOSE-4.17:openshift4/container-networking-plugins-microshift-rhel9@sha256:3bb7db321e0bcbb3dadc7a1c9f350e69657249f4823e46184c7001f17aac7d1d_s390x",
            "9Base-RHOSE-4.17:openshift4/container-networking-plugins-microshift-rhel9@sha256:44ab8531897438f9b25f0b6d90e5b224e3928a3f12f8b24dd18113d7bbb40ece_amd64",
            "9Base-RHOSE-4.17:openshift4/container-networking-plugins-microshift-rhel9@sha256:4c57864ec6554cf452d24947d6d1387f8c4e10a0b89508279b1bdc12a1a1f50e_ppc64le",
            "9Base-RHOSE-4.17:openshift4/container-networking-plugins-microshift-rhel9@sha256:6fee0ae68857abb3ac5357aeee9fda4cf8cfa60e061b6240d2cc266156092d07_arm64",
            "9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:8edadcbdbe43b80cea7a3076897e893c8e3d974c6cea165cd8ecb00e03d1ce78_amd64",
            "9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:b676dc0dbf6c39a7b3b68d3ef21cef981927255ba8ea45e9d1715396dcfe29ff_s390x",
            "9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:c9e05849c3438f54571b43555c775401f5a97abcf7d328c6b04387e8c1d0b312_ppc64le",
            "9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:ca540412965a47b91836a1137e49720be6ee3ebc2b7c54b67864beaea76c2e6b_arm64",
            "9Base-RHOSE-4.17:openshift4/egress-router-cni-rhel9@sha256:07d4ba54630d432f37576929be29cf02ef09a47bee91a63f58001f9cd4acfc92_arm64",
            "9Base-RHOSE-4.17:openshift4/egress-router-cni-rhel9@sha256:9d5ce7ba2746d808b7bda9c491ecbaa158917b2659546eb9be7752d14a79f845_amd64",
            "9Base-RHOSE-4.17:openshift4/egress-router-cni-rhel9@sha256:deecbd903551fa42eba84fbe2051794146cfc426cf6f151a2d8b0e26d99909b1_ppc64le",
            "9Base-RHOSE-4.17:openshift4/egress-router-cni-rhel9@sha256:e2acac628dad896c7b4ee0617847b6e5d8051b5cc0a0add05734b2f179afcb59_s390x",
            "9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:382bd4ab43e8572f129c0cccb7778c0c35e1648cc48d142fcc4f908cefb56a39_s390x",
            "9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:530a9dff7076b84825ddbb0fdc1320140ee5f01de559b2ad166032d58dad6dc2_ppc64le",
            "9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:6f7e5612f7cb6c85db355eeba15164a0445fa58857b857506cf65b873e4b8174_arm64",
            "9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:ca10f64ab5f5d9c5f2dfdb5241fed009ec9f37bfd7126ad790a07f9c1a418a3b_amd64",
            "9Base-RHOSE-4.17:openshift4/kube-metrics-server-rhel9@sha256:233be71aea1d6daf6162eb3a7f91c2f052b47e3ad1d8778e519761c678a32327_amd64",
            "9Base-RHOSE-4.17:openshift4/kube-metrics-server-rhel9@sha256:3e11ef3020927ede13dd28f57daa86b8cfd2d287e380296452bca4bd781391df_arm64",
            "9Base-RHOSE-4.17:openshift4/kube-metrics-server-rhel9@sha256:9792d7c9a9e5725b68fa3812d5907d4812b6cb23042af5392d7e6cbfdd3f8995_ppc64le",
            "9Base-RHOSE-4.17:openshift4/kube-metrics-server-rhel9@sha256:c816c9115e6a17674b2b913b73e5ebe5fc53fd20ee431f9f87c6035b4bca6c16_s390x",
            "9Base-RHOSE-4.17:openshift4/kubevirt-csi-driver-rhel9@sha256:7fdb186f15c46bfe20e5426701cac2c4ba45e78c414e71b1aac14f321092eb4a_ppc64le",
            "9Base-RHOSE-4.17:openshift4/kubevirt-csi-driver-rhel9@sha256:8243c2660c6782fffd9c8b692179a16eaa09f45fb6731183f24acad284116144_s390x",
            "9Base-RHOSE-4.17:openshift4/kubevirt-csi-driver-rhel9@sha256:a78f85edfee8f8f51f73e63c8c02162c421f0d63e2f8095ded84b78087a83aab_arm64",
            "9Base-RHOSE-4.17:openshift4/kubevirt-csi-driver-rhel9@sha256:bd9ecbdfe93e006b10eb976b6dc590889f48fa146c5da51431774543563fbb14_amd64",
            "9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:4b75b7fd029742eb75968481f181fd1f219b6b9fa0da0b48987cf988ca48d5f1_amd64",
            "9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:85649591fd162c55910b0be4049b894e0cc9027ab375ed3de4c322af8e271597_arm64",
            "9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:ac07972de391248c3b2fd918633f53d1e072e704cdd11573c2ae7ffc7e4ee9ee_ppc64le",
            "9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:cc9644a1464bef7e3e3e039f8046872f7ff86f866b031737e3af603715a030cc_s390x",
            "9Base-RHOSE-4.17:openshift4/oc-mirror-plugin-rhel9@sha256:50e9429282d07090b22b3f4f3770fd44307a488b8d080addf63159642e71bb51_s390x",
            "9Base-RHOSE-4.17:openshift4/oc-mirror-plugin-rhel9@sha256:68cd883ff4c2f5ea55b8df1e4be6f578bd107f6b9251e5d2d88711898dd8220a_arm64",
            "9Base-RHOSE-4.17:openshift4/oc-mirror-plugin-rhel9@sha256:765c139ed433c5cf47922c080355ad869b514dd33c2087bb0bab7e9e14315a3b_amd64",
            "9Base-RHOSE-4.17:openshift4/oc-mirror-plugin-rhel9@sha256:b08c31f2ce70a557a6815eda64402e5685cd9742ccf4b156daeca83c7f883ca8_ppc64le",
            "9Base-RHOSE-4.17:openshift4/openshift-route-controller-manager-rhel9@sha256:37180fdc0de1d570dbc77d0388de47f945146388c83ead17805d582a4d5d8dc9_amd64",
            "9Base-RHOSE-4.17:openshift4/openshift-route-controller-manager-rhel9@sha256:391bc1c93a3c513f2ff90990f5f45e1bc2c3665d9380a36a080b09b72b623acd_ppc64le",
            "9Base-RHOSE-4.17:openshift4/openshift-route-controller-manager-rhel9@sha256:5c17c1c6f7a366193f0bd579350781ce337a08e468f50af9be3534564ab9f8fe_s390x",
            "9Base-RHOSE-4.17:openshift4/openshift-route-controller-manager-rhel9@sha256:8c461aa1501918dff695fe715e498da95d00b63ff417f30964ee5a11ddca4685_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:b54f372cedcd1d0aa47a336839375374ae527a7095b9100e474bb0a3182100f0_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:c6d52c578fe8575c33353f690ce18be227007decf25f409e7111166ffb22b87d_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:dc6d3a0fa664a9974eeaed910db7255b7c252c2541fd7d49d41f714970bb9f9c_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:ef589ca8b456aa4c3bac06a3f73b1b371276e4a8372d2cabd64972d619e55252_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:46f1f67888e8393761a6f834332765f45eb96af42573e3ea5815a04659372e57_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:8e0f5e880cece6f08ef1c8c0108e302e8b89026ad1299463f5fd383aebdf2adb_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:a8ffbac5d2df3f79b70ee06da741de890f2eb013d26efa4d01a695d14b88883c_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f0161630366049823d995e254260ae71f5871463ae3797b0e12efd5ef30d6ecc_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:8c60c93b01376d15dd9692efac1820ea1790625181b1600a3b0114e418b64d46_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:9d62ae9810bb32ecc803a36e128fee78012ecc98434c1ef22f609435e3e2b157_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:adf9ed8489c4b9858e976658c04cc2ae8778267239997ed6d1b85902751d7da6_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:d852f1e4bdf0eb8e37eb0980914232de8cf6dfc3e159f0dcb1d13d909350c3e7_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:54c77ab47347e8a5cec0061504c591921f3bc87aacc8d8affa06cf7cc1436fd9_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:919b89991e74b6e5941eaa45219849db837271b11e699eda8f49d0bebbbf6459_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a4aabec1cbb1e2a6994b7629f97e53eb271e4f29070d7bc2118709efd9775722_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:d7cb7d816efb575eddc5da8409296b166722d17cea4b00e3d1395897f2c81755_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-utils-rhel9@sha256:087df13ba7456b25344b3903902d5b1ed4fb22771273d07fe7969ad0ee5326c6_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-utils-rhel9@sha256:10ed11db02965c7a335b84eb5b0972711b082cd6a51604ee7d41bf8c417395ab_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-utils-rhel9@sha256:2e3c12f80ae0f3a058a76083a166f0f52d2c488757bff1ba8e3c3dcb78d151e5_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-agent-installer-utils-rhel9@sha256:7973dc716b1eefa13a30c0393aae4f30d4f77ccb9306f5afeec29a1a97c9741d_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-apiserver-network-proxy-rhel9@sha256:1462a7d9268b1f123b16e52e0916f99762235a593f1a370bd9747278f0bef42e_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-apiserver-network-proxy-rhel9@sha256:7eb2f2ae05142aba55f32c5ed8ac3527ba1a37876fa05299c401b082d0794dcf_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-apiserver-network-proxy-rhel9@sha256:8474cc191853f6b174f8fa3b6cc3ddc5877461c4589d51106da26b740cb17a47_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-apiserver-network-proxy-rhel9@sha256:e88854ffd5222917d6056d2c4fa1f6c1b3000c1ff0884226e1181aed5af46b9c_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:57c421ec589d5bde9a9ae09a14dd401e6f4f7502383d9cc1d592c4cce6998920_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:f5171310e47ac2dd5c8e5ad6f722b919c1e3cc5d41fcf8ac0261dd5a823b5b2f_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:316dd5ec83d034a3c1b4e1bab82fed82ca290078faac2f77fcaefdc75271bae3_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3bd5065a32831547694a8bde30c4f86bc92d091b084769e078cde32e09adf5b0_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:00ab20409246fa280e7495354988d67449b225b31842bb87a12edee37929a354_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:963bff39697376d8f508f67b3f316d6876b990a07706a4bf715a827cc5488a52_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:2d10b0d8215610e706014b0d201ed462caee0d4d5d530c5c3727b9d6ea026a9d_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:69b1f43549736bf9d9e1a623f989a9f39b5ef94af2b569d9882390faabf9f48a_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:3c4159cb67ebf933de486744c889e47c38262a6fc4db744121fdb14986091692_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:435de6a901e14afd420d4bfbdf80146196d5035c72523f84cf9134660e058231_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:6be9ed8373be35cedfde4bca2f176c030f28acb48bc0f2645a57d30a2947f98c_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:f570c441261f111a11c675d9b162425dcc65a595c311a1e3d5dc23317e6ef4ef_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b76790914ea5fcf9364109e980d569aee9acb92af7ecc773dfa6bb88a6c554b5_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-azure-cloud-node-manager-rhel9@sha256:ed5ff08bfddf0d60939abf900a5af6c85d7010e8ec1b3e832f3e9c0eb610feec_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:9d0e8a429f7203b30f023f576e4be8204bd634d9415e70835be8324cbc6df689_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:dc21bf04fe634e62e83a5df806c81b014fd77f71ee574892334b84a66095b5f9_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:76f622961386df12c4602b90b3cfafdacf13f7fc19b36b46e30f868650420e60_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:f8f8cb4ccb17164473110d2852755b26438aa509a9897af600c964bc0df4fc5f_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-azure-disk-csi-driver-rhel9@sha256:88411c5fea9d080379418df9f140189954d82eba1d11390f5ae357e399262582_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-azure-disk-csi-driver-rhel9@sha256:dc7539c21b8c701f95335e5e5cef0c99102a5598c9319c41ea374c70e62a87a4_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:0587b9131fe7e79b3b757409ed385bf591841480c409af8f403e834470b3e94c_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:3dc6706d8f84756fe22e1f304151418fe8e8123cbcb79345d24eaa1960ac8eb6_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-azure-file-csi-driver-rhel9@sha256:3144fb4d63f0d246f99205b8b15c9a54a63f3a4fd8fa6c82e5407115ee62e633_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-azure-file-csi-driver-rhel9@sha256:3959dc623d65e2352382307e411589e9d01ce3d9f7a7a2659f02413d9256de05_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:2588b0d11292db6a255c0fed210052fd3811c9ff16621304ea8ff2f4b13616ad_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:f2c1eeb52e73690e1068e501005833c2f890bd8ac7d2624c5b7f68bfb0b3ab0a_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:18c081b7655b78e92106086320308698df10559225a21bf21c51519a683fc23f_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:9dcc1154c6d071cea0d2b4109bb44c77fec825cef494867434d5a1fcffce50a3_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:ab1f6cb18a21abc360cca29070866fc738cc7c93339531fbd86112f993b03664_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:e23557c87036ede1cf8a4e1ddd7551c9be23a47558f1eb5ee9f12bed7fd1e472_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:07455ca24a9669a7201e1269bf1f5c6626b3b2f06e5a949a039035b8c7b7568a_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:2db63af1587e7dfb644014902bf92f7676381cb61189862c1ba25de4a76a0f23_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:38dced4e21ba292b86c29d402916bbc6374d43789636ff593828a40f1ed11875_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:fc394498879660fe3628357568b57ea4420c0d5e38269b9d1c0919544ba16cb8_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:121f2f0e061989fa7e65ac7ba56288f13fe2386d6fa60da425fe24dc628df4c8_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:15ae7e0c9b0ba7f152071fbe8550253c2c377c48fb056ad611dbb4913ec8f569_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:718e160e36461f4b068deda1ebe34c36cfcad3cc4a361321dcf538d2a83aa1c5_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:b3c64d151b7106205a0103baf6d29edb616b1a3510c17a83c9f73d302622243a_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-rhel9-operator@sha256:0d1432ba417c225f4d569eee9d24b0dc5c496020eda07e2ad3e325151e50eb06_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-rhel9-operator@sha256:3751d445e6c9ab436fa0e62096bb69d18ed75aa2608c37ce9e93a17976fcf07c_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-rhel9-operator@sha256:b2d56f85fe4af7d84579299e985147d9c32ed3aea91ea0c2abaed1aa9e7dc2ee_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-rhel9-operator@sha256:f246d38d77068bcad29165f3fb0e60d8d84c193f6db82a3d6c1b40faf286decc_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-runtimecfg-rhel9@sha256:5ad475579d7fc5028a834016086045c0d3a8097b6837969ee4ed524e54ab7d6e_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-runtimecfg-rhel9@sha256:5dc33cf32076cb44c8507c1e8e04eab97b307aa0ef8ba86c53f45bdb97e85661_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9ecca5a8208321c2865fc584fae5411f81c2a6a939499fbef9a237a91ca643e9_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fe4f92033b01419427db757db1f4c693f62a1bda9dddcc66c7ad4625c2229253_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cli-artifacts-rhel9@sha256:14186b3754aff62f3a4de1c51eee5bf147c712323044d86970cebd7fdcdebdcd_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cli-artifacts-rhel9@sha256:3d4dcd1a45f409c3b698c03ffe24ce653f11b9945391c73acce7a75a1e7f976c_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cli-artifacts-rhel9@sha256:a23e3acf057c59f59694389595c58b6fe8faea4772c94e07e5889ad2c62dfd98_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cli-artifacts-rhel9@sha256:c9fd66a2f4c866495abc55ba28369fed76923012a371dccc479e63f0f661c306_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cli-rhel9@sha256:5b176c5b0b293b4a704820dbf0428bdab55cc18dea95a85af8bbf66d26c4fbb8_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cli-rhel9@sha256:5d30fefd37b24ac3ec56655c51a2b2f06383eb699f407da099f37d6fe8f5be33_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cli-rhel9@sha256:90bc09d692046a1d7cb8596495e865bb42c7523b1fd23975a6507d3cd8d62e40_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cli-rhel9@sha256:d62b882b5a48e78a1b48efb99f3892ece51c343df9e285c96e32af205d075058_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cloud-credential-rhel9-operator@sha256:86abbd9662b2b0f8f0dbe8fcf8d9bf0fe8bd810b0bcc6064dbd56c5cf37b8609_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cloud-credential-rhel9-operator@sha256:96cf02a8cac283d7fb1ef72496f60a4df821bea89e45c8237d3235ed797e1253_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cloud-credential-rhel9-operator@sha256:a1b1daf572797d217d5925277b56b4d1c83813492cf90774cbfdc2294f498b34_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cloud-credential-rhel9-operator@sha256:f62343c3535a6fda32806b43a098d55a7a7844941e93a3a5045a47c7b95440eb_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-api-rhel9@sha256:34f8869cd85d3c50ffb737883786ddaea37f7c3f222241ea6a34e429fde1a01b_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-api-rhel9@sha256:8034059d8013e4f34ee42fb9d2e0786e9866e3fea2a614c32005e5df8e14076d_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-api-rhel9@sha256:8e97befc7ea01fc179a3eaf66dbab974b6307c512cdd6d4d313caa3bf86eb98f_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-api-rhel9@sha256:f46dd8f62a70bb734ccd71229b09047f4625234774e321d556c0fbc5715b3c11_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-authentication-rhel9-operator@sha256:a259a1381b56abfda0f827ad6416b103f95f80d187b6ba869d31bf2c8c40fac3_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-authentication-rhel9-operator@sha256:ca4c4cf5e2ae3d5216576c6b154092fd77f93c978753fd4b7a76884850e46ba3_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-authentication-rhel9-operator@sha256:d3355aca2b5b35d64fac047b6fd98842a2baee536a79ea7615b4184c5a4e4744_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-authentication-rhel9-operator@sha256:efbd2e4c75f2eecda902b3143780e9bfdc5ba2b50f2ddfef5c2e0e753a3bb26a_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0ea9c22f0f63b3360d8e74a52026b3302cb7012b7ce6987111464e37bb5f4ff7_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:77099c8ff05288b7999fff6adf127e007ce39c7de9e1261d88574311e4c46ec5_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:85a24fe4edf8fbe51d0434bf2e65b149121c687a059a36bc4c48b592848befc8_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:cc7e0a422ed957b91479325b969f41302257a2958602f738c3ffc1b0835cc3f0_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-autoscaler-rhel9@sha256:73c6143ce45ba329a1d941a8b4cf13ad66f68c25f45f3163bafbf88ccad795c3_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-autoscaler-rhel9@sha256:adaebf9abc62813762600f7ebb480c57d186186f64a3246e62a50a7d84b016d5_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-autoscaler-rhel9@sha256:c1679d423da94f016d5631c5870fa0d7291190557a05b392070b10f84d25df7a_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-autoscaler-rhel9@sha256:e315d8104d63d0323f37112d8847fffe896a5399732874f1ace113ef168ec6f6_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2106245b2d297e8360a5c2693ac95996918051d40c84c8c6012193249e18c687_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-baremetal-operator-rhel9@sha256:4681e5cfb04379903645d21771218a1e27c61fd47d99f6a26f7d21011db42e65_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-baremetal-operator-rhel9@sha256:54d5809f10269dc52181866bf34f42618bd398e7a3f0bbee928c5515f5e290f4_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-baremetal-operator-rhel9@sha256:f039f4cf06258b1aa584b2b8d64994593a322dbc339fe6e8431ea0b8e67fbe28_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-bootstrap-rhel9@sha256:04ab6483541c8996ec5bf8e57bd3e90b5a4e9996b4b46da91a32dc5ef52f2520_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-bootstrap-rhel9@sha256:1f28e7920db92d5f1cdb04b95f51c8e457e5af97a7320ad98fc9d56f18c314e4_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-bootstrap-rhel9@sha256:5bd313301496ab3db1b3a6feeebe517a4927a172808dac07895e8fec30d91c2c_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-bootstrap-rhel9@sha256:ea94cd9619edf13a9d1dc5176ff40d6e57ee76a953d3d3bfb04e4541f2815ed5_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-capi-rhel9-operator@sha256:1ba56ff8308578c422be07fb6c3ff561ce7f664adc980e2976eedb4e2a619fa0_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-capi-rhel9-operator@sha256:43c7557823aa5e86db7e225dae23f2b46d4a8b1ba517a619f31a71512815ae17_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-capi-rhel9-operator@sha256:af7ec9ba0a62e9c86b3f40c8fafaed4c184b132afce4141ee7d51e2f6c88d2d5_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-capi-rhel9-operator@sha256:c8ecda9595878c72bc15d36ecf106ee8b2455f03278c978b784951c8f504f961_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:2d008923f980784e3a83c2e51b05834e81ddb38187e351bb3c2ed693bc24756c_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:7fc2305ea95e1586cb342202bb673466a0d81ad70e09ad98fcb2286314f901a6_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:980c46d6fe13ecfcfa85e4cf6871e4abbf13b7ce84b19d3ad64d89bcd937c015_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ae6cded8079fd98f313c8e7cf2125d4937d0dac82d09bde1ab60a5ff54f8f482_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-config-api-rhel9@sha256:832e662e1a673659c3839967d76529820f9ae03af645d2bf01ae711e90e4334b_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-config-api-rhel9@sha256:847d40fd677108f03e97a5a2590621a2a64a62d03aefab2cb98c2c89746c8784_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-config-api-rhel9@sha256:9f5786427bda3f2052dbde19284abaceeaa0a1728d1e55f710a189ec20895004_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-config-api-rhel9@sha256:d4a63e6e5789b47fb37ccbac3741110e1892c0f59f77eac89e58d9e00f5bceab_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-config-rhel9-operator@sha256:19f425ccedfb011f657416b344c2e443c3dc43dcfd2ce97db6058231fd2caea7_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-config-rhel9-operator@sha256:883a117396882ccf957ae86b7c9254daaa712e4475502dd05956e6e5f338a175_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-config-rhel9-operator@sha256:d8048fd42ae41e8eb61f9fb2f484ecd84212b858b419447e70d95b90f1562c42_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-config-rhel9-operator@sha256:fdb8fe0ae3c6951e1f09b4ae2920cd83224d124f35589c8753a2dc14c98dabb3_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:8a49993a5a30453a7c113578470d2736aa2db4b3cfcd6f858a3c4b0d8151d71c_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:96c63ebc2edef87f160d360f58a0e98b7ffd57e7fc6e187f6d46b12a7f4d608f_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:c429553d8c5a41d404e1468cd1359478ac5c69107be7a0db593418466d724b79_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:fad08ad6b358e9e4e983b2a17f2518a8b61ec6f14338b15f7c728360a0c4a4f9_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:38bbe69d4b7db72c4fa3715e9a76395d4666b02eea19a4a983d71e599f0638db_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:82d32c060baaa8a29a098bbbb03e5e14135135632823c5ea1da8aa6b8499c45f_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:891e253f46f7465dd382dc6bf1785035e1f8f7ef5b50a2b1b8bc56907fb0c383_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:df0f91634353ecd14cfd2138976e35d405b2fa2be24c1e89298a154a185a5392_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-dns-rhel9-operator@sha256:1bd8e1b9c76e9f6e22f4c7965da8aeeb68a40ae60f4cc083fefc47797b8f5786_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-dns-rhel9-operator@sha256:8f9014db2fc33af7c632de4b9c1d20777b7b015e93fde64af39b5c60bd8f52ba_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-dns-rhel9-operator@sha256:9397bf5c292ca4b3f7f0da97f94a7323de3669dfd9ae4473e8154354d5b8e42a_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-dns-rhel9-operator@sha256:db523bfdd4dad24cf9ccbda7281d1bd2ccaec01bd4b164b0dbeff2b7fb54b6fb_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-etcd-rhel9-operator@sha256:650b29293672c4f9eb788e2e4257716274f9faf4cd2e894a5f327a5bb98eac9a_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-etcd-rhel9-operator@sha256:6d38af3052357d2ffb0d4fe709604d0102aca8a19fd560f06e66a3a44d48470d_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-etcd-rhel9-operator@sha256:b1e42b13546e4b27b93bd642174dfab3799f3e95cb32ce58322886983e029722_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-etcd-rhel9-operator@sha256:f40468472b7d853b1f5034c2bb4cfecb6bf91c78e9963bdb350efa6172c34029_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-image-registry-rhel9-operator@sha256:95e2f230adee118098221df4dc09e41d62c8f0ed0ffaabdca2759d2297b87192_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-image-registry-rhel9-operator@sha256:a8c26892e945256d26c4ddb005ce71198a6e5c946c8b0bd404dc5a6d4965841c_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b3d66448f272e54b0e91499bf9203dd4ffb3cb98a0cd3f153d6aa504773b178b_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-image-registry-rhel9-operator@sha256:bcb4ca0eaa52bf9c584568b34bdc9d08253822dabe8a43fccbfe3601332ed8d8_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-ingress-rhel9-operator@sha256:394a4404caf1f548616e4b36ac2c4af05c046fc494692809c651013ef7d16257_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-ingress-rhel9-operator@sha256:4462e8912a672f95c567c1543d80ffe62f300f42baf746edd4b45886fa869d60_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-ingress-rhel9-operator@sha256:c987ba71f8168f0a523f2be6507e00fff6c262d4bfad59f4c87841330fa96dd9_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-ingress-rhel9-operator@sha256:e58cc3035d0ea33eb409b18a70e10511289449f3cfa643b52cc74857295e3f96_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0002fec33a68a9f3bb7ba5f7cd9062a35736b43dbaf42ba2cf91d4235bdeef9d_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0373744feb8a383f76a37c60e205b3504add80a0b05eb1849f90055d665a768b_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:421fa5577fb99449cb1bba71aa0c933bf7e3be12206df9994da55198635f629b_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:607f047b7f4756d3dcd4243183fb4a23c45798632de00526574f2d5d7f9fc2c3_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7ec5f60ed21701dc098e2cee33e0d59b8c5bcbd9969a26b8e8082aa2ba9c93ea_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:8dbc021731dacf75104e78f431c0a7ebaf80e31edf75fd54e0507f4af7724c91_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:d0a576b7d7277e40683ac4487217fe3684e42bc765d2a3ecba14e4b81e82c76a_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:eb97662076a8459ebccb9ee6a0958c77d1ab516b4375a9925b895af0a613f549_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:78bac198d882113612602d0a58dd516234a4b151d24e861bb69582983437b84b_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:7a5b6dfbe9d40e7b89bfcc8107e82e2515856177445a8d4831077e26f5ae2e1d_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:a2184bde2de353cf90eddabb81dd1c85ee5ceec3f6914af58db453ee2c13197f_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:cf9578fd32cfa0f36c0fa26a925965c0e616027300015812faf786b1a47fc209_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7bc83ab4f6cf5488864adb5b148e4ade887640d40fb68165b6149a8b8b6588ec_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7ca513675dbe0e79573c841589f823a39d7eada90e0a41a39ee94fa7348242bc_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:cbacae519379425f790d66b55eb12e524a5a965f2414393e52d03bb9418f1e3d_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f937dd453269edf5414e233cb9f2dd03ae3b5ab907695febdc29c7856a43e6cf_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:1671cebd1e789f751e58439d7d0fa55a3ac6bd44d6f58ddcb43e38d5b3429e53_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4e338be7fb25942b0acb0c8f635c64e2817495422c300b68979950d160d5b268_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:818f1d4ead362a2a9e72516b2b0326acc823989bc9b705615eaf4931d9fcc88f_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:dd12e5771a31f16c83c707ad28a9f4dde97ede79379e31880ce678e964d1c244_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-machine-approver-rhel9@sha256:1e1da424badcdd66eaad357f1fd26966f59c75b456ec6c894597427df561ccad_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-machine-approver-rhel9@sha256:c23b5724cfc6ad882caca9bad3da7c8b65a2c44b0955bfb34ceb0508fe74e89c_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-machine-approver-rhel9@sha256:e8a3c55da98df0e90f1a530faed4bcba073ba4799ad1d39cbfe8b2d5a8e17b16_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-machine-approver-rhel9@sha256:eb1cc3b42cf8fc4d031a921ecf465c41b0cab5e259baa5b685fa625ec1ab2397_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0123dbaeabb8ae42942d1b3f5a5c2eea452501d1bbbc7e069b881bf2bd5c3d24_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:bcb67b2b03ee49369c4d970c5e07322f85d2cf30bc50386e73313df1ad5b926e_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e60530a77777fa413558e66ff0339ae782a3badf9dcd491dc0c642edcb87d953_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:ee83d3ae20cf83282fa9127686405a7611b7ffb9211124e6688755e156b8cc31_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-network-rhel9-operator@sha256:64d5b8230e17e6c1e6b53c2cbe91ded4f9caead425dd579adbb2700923375c98_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-network-rhel9-operator@sha256:684ca7e6a6fb4fcac94e3194e794ea5498733e22f965549c00c92212c2a25efb_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-network-rhel9-operator@sha256:6defce2a88b37065fd7b8bd745d28e60599a08d3cb931872ea50b33cbb69b360_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-network-rhel9-operator@sha256:fa2d9bbad0f076283d9e110cc32fc4324d120a383ca6eeead1f286eabbda1c45_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:75664880e7db3f0ad3036642e0aceee61638c21568b5ac7ac7d150fc5f3df70f_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:78953203ce538feac3dc891a0021a076873b55d04b0a87ee223ad64f41beee6d_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9be60ee09a3ff9b58d8076b67ab28085130a5ae1f432183f1fe3f7859bf90393_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c776793921b6f3f74d7bd4c86d401789b70c552ae56d06cd3aa0897c8727e80e_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-olm-rhel9-operator@sha256:0ca3d57b8877810f82784753ba1bc8b67a764245e0530addc811cad61843f039_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-olm-rhel9-operator@sha256:9f0e7cfb0a992a098b0cd20531a46d46c702f6e2ad709f5969f8e4f69857d256_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-olm-rhel9-operator@sha256:d1534fff36a779d2fda9651a518f21e007d8abf447f21f0ee271da2862d26d2e_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-olm-rhel9-operator@sha256:de3e50c0f72a900eb72ba5b9db02d9d109470a4cdf798cdb5e84c0619d4eb420_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:64731eb24d4d1ee30ba2d704c56b7d03a2ffa69b79d71d4ae7a093b8a09629ea_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:8fee43ee0f40cbf79c410bef0184825bf63d4758129fc8612147c85147f7fcc9_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:9d108d09eb9a9c98cc7665a3dd68d93917bdb05b30f6269bb3a00c7218fac306_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:bf3891f2d6b69db4bfa60a1d5932d4111d7b56ba3922b7b02952eedce44eeb9f_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2f312119f1cfe71afa89bf2c74a4a57ad497275ff953313982a63153a39f2493_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:6560a03ef3b8e339edd4aaba5d50f1e04d62976661f60b03f2898471f11b0631_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:742780c3b6f27a3e7fea71ba1ca4d4e28db5bdfe9b69fad95cb0c31d3923c69f_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ce1110666a1f817a6897011ff27dc780b81cab9f366621120093e58f77860b93_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-policy-controller-rhel9@sha256:0d24d9508157347f020c6b99eefef619585dc37542b36f45ca62e10330e4deef_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-policy-controller-rhel9@sha256:44f392b5fe744c7abb52669e64b994c0a89dad4d21253e49ffa7acf51e069c8a_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-policy-controller-rhel9@sha256:6e67c8b7fa4d81a89121b84cad75a0a7d303d0177e28c730b903500c15b6f7c9_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-policy-controller-rhel9@sha256:81f8f28bcb4d1c52ad37c0fd5bb025333bd230793c3a2650f8ec8479d64d13d7_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-samples-rhel9-operator@sha256:1dc254b8b7bc5a5374f41f6f06d034332c9e6dcd8acabf2ee4547ba30d76b72f_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-samples-rhel9-operator@sha256:8635922fd673260318d32e128ffd11a2c7c24dd42d2a65bf4a0ce1fef12d72f9_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-samples-rhel9-operator@sha256:b853d72ed5fdc475ce4aaf6bb5b48a3899adcf0579912b0c95ec252597f691dc_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-samples-rhel9-operator@sha256:b9aee8ee21d594a677917b210a62a223ce19c451fe43bd0affac62844ba3bb32_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-storage-rhel9-operator@sha256:3c6c1a7f88fabd6c71d3ada18e7efa6ee19b0e33aa814bf1e23d6d88a3aa6b7a_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-storage-rhel9-operator@sha256:83cb02829b00376a4f31a5892b408a054cfe705906258a984f042b01486de3ea_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-storage-rhel9-operator@sha256:c7c6233c6564772233318c25089114fd322bbeaa9f30fa85e5347cd6c3f14138_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-storage-rhel9-operator@sha256:da828ef4148ca3ee8eba58052d95da9cf92ba6987418b262b7b3405095154936_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-update-keys-rhel9@sha256:4f8f6b9654e37cf6f03f984cfc5ff98945f4fa72903622f1fa770255d0073149_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-update-keys-rhel9@sha256:6e13528b4dac03e857d5032fcbda9cc9ee81bba1a30c9631202bbc7a2471549f_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-update-keys-rhel9@sha256:772397f5e6cf6068df029ec793486d9ae08d0af8098cae011a4ce986be675425_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-update-keys-rhel9@sha256:fd4eb5c5da651f5f8dba0302ec27e1bd8399ca7f0ed5bac8e120f7bc60d89ac4_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-version-rhel9-operator@sha256:4e3f81eaa31b6ea68fbb3b0ed098fc7adf0aeb77a5a739f8c91a147caaad797a_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-version-rhel9-operator@sha256:5b72eba1d1ce4bff619ec478da59a4d32535b73bb6f43bd2636510bbd078ec7c_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-version-rhel9-operator@sha256:9d3e0d922f3e069e90a5b16c08804baec619f0133ab9607e779222e6acf7553f_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-cluster-version-rhel9-operator@sha256:cdd431c76a10d0a679171a9e834274b053d4c710b26703e9732468c538e28cf8_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-configmap-reloader-rhel9@sha256:6f7d5e9aa75df873827538c22f4bc5f5132e0968847e12937c7f772d2bd56928_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-configmap-reloader-rhel9@sha256:9a41418fa0c3c5e3f0360b9c7459f186511389b5683ee3bff415f049ae84a241_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-configmap-reloader-rhel9@sha256:9c9c5a3e7e9909130823093870ac570b67be9bb5dd35906af266ef6391cd1354_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-configmap-reloader-rhel9@sha256:fd2176817bebe41db49f3820b80144e1473852f4af9a371da3e8e51c4bb62685_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-console-rhel9-operator@sha256:309c7a9912a0c3d0ea1ed4fc35b4af64d36c3078ff7d1af70eb0771424bedc92_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-console-rhel9-operator@sha256:a46f91522c131f3dc43a0f35973752bb7c27914f122f208e3e1837da09ff909f_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-console-rhel9-operator@sha256:a741ec0828daf891fdf795b37eb7b54c5301302e4b208c188b8e6203909f0014_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-console-rhel9-operator@sha256:e3766ec0bca555a1c3261be57935be76086aea1490cf3d6e9f31f1612b410dfc_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:3b2da6499a39f1c7049759b1a670aa514391bda3d550f15a8884e725c8423174_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:6384fa7d0a15b5a40733e010e8740a43667a2d6880d1b1e3501ed3dce31721a4_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:6c395b2f00617a611ed2710bb748f4cfce0e555b0202fdc94ca7520438130d43_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:77e03f315578b64e1bdef7855ff0ae44c544f648d5a384c61a37473f7ec50f05_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-container-networking-plugins-rhel9@sha256:0ff1c231ef4d4a632a089b0a95f8a8e498bd16d68a41200ffd3ad4bf32124d0f_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-container-networking-plugins-rhel9@sha256:19647286f9c75dd092be4de0edb723882af3961300a18c4aed6881bf259e6c70_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-container-networking-plugins-rhel9@sha256:6b204386282661b2efa3ff465eb279f3e06ef92646b58de9db32364d3c02f44b_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-container-networking-plugins-rhel9@sha256:993058708f0303421c0c767af97c102b07bc064cd7242acd3f5963dc6204f815_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-coredns-rhel9@sha256:560e9cc66aad1c9732c23b0d7cdb2c812a31c46efa456346b01e142b185d2194_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-coredns-rhel9@sha256:6128f645ee1e92adc4e14f61ac61ca4208cda56fc474012ab5a1fc081710365b_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-coredns-rhel9@sha256:8be1b918af3a97bea0f8aaddd1920fabdd64d23621ae73fb61a403c611515c3a_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-coredns-rhel9@sha256:ce4b36fd66c772da0bc5048c9d27b5e9c69fcab24e4fc07c80a4e92642fc714f_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-driver-manila-rhel9-operator@sha256:1a4d5f47f9f0bf1054fd192251f1c84f20acdd4a2f839e333091daf83c549584_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-driver-manila-rhel9-operator@sha256:e869a57727be73359e7159e2ca575f98976e4ebf444635098845f22f01352289_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-csi-driver-manila-rhel9@sha256:0c895394b3967e306bb26310f35b0aed33af1048bf1053a780df197734e6f8c4_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-csi-driver-manila-rhel9@sha256:10932d3dc0f6631f61c289eb0fd3bf26ec694d6b0e6540a8fa5422a6b6774701_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-driver-nfs-rhel9@sha256:470652ca1988e7b75fe22f5b211175ffeb91c8fd4a602c40f92f3b22e8567655_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-driver-nfs-rhel9@sha256:aded4df23d361836b6ef99a3bba41c187533883dc32134571a419f3894cd1123_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:477200d2e88cb3cc422914c4d9701b09002ebfb44de6dc6bc5017e468ab4b2d8_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:a0cf348c3da1f92df0e32ccfbc9c3b437fe6b2a6bff28496163ee6fcff98afe7_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:a4f6f56fadadfcc81a6330e56768eee3b0a1bb8519c5f5fe47fa9dbd4b73ef79_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:cdcd032de3bccab45d6c7cbb5d2ac3107eaff5b4b279d67f081a39ddc1320b49_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-rhel9@sha256:164136c218ab7c9da330f51a158bd519a8173671a28fc8691eba901183251104_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-rhel9@sha256:749ef641d5b6b47b6950988e3efc5cafc00495410f1ce16a276e2599a076d367_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-rhel9@sha256:968bc646d9e8d07213c3ff9bd48371e80db493c7dadb39e242741bb00b364677_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-rhel9@sha256:f8184d15a60064a6b6968ed728c5bb7538772851c11362746a5bfa8bb614243d_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:0129f8cfee2d3506adfca7939ce4cdedbdd25e6d3994ae8d82b9f2e460fccbc5_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:078604858b34951865a900411602271be1a964e8279596368d9cf968ffe35723_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:887ab068161de5a1ffb64a96515351bd02e81b0dc239c187f12128279b953ad8_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:c2585b68d7d40379ba124bee2fbfca64f1c3db925d3137b97f3df9c6afe9e300_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-external-attacher-rhel9@sha256:9a65583194250712313a1e893bd5e03a9345a16c4f5174e9c9e6e7d18413bc9a_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-external-attacher-rhel9@sha256:b216270c4e3760b33b62adbe672ced8483ba32462a744a46a863f485832c4f65_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-external-attacher-rhel9@sha256:ba7cb4455bb603eaf6b506782468741b5a71b31a0947bab69c809454ba19f260_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-csi-external-attacher-rhel9@sha256:edc3a924116b76036a932e0522660e2303c8ffaee5d292e4e8cbb9f73f79b02d_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-csi-external-provisioner-rhel9@sha256:128d4125e8ad9550aeaff50ca27806d2c4f4f17293259b64db2e9cf322ff2387_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-external-provisioner-rhel9@sha256:2ff82a187738a60c7494cf579b35e1d9a16cd0e57acd9e18474aa11aed6edd7a_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-csi-external-provisioner-rhel9@sha256:3ae17709e7c44b06b85543548ddfec54c8c1c04167ca10b8ab82e3cc4cf8a29b_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-external-provisioner-rhel9@sha256:5788c2e871884ff0e5edf019ae70cf1739b34170706ed731679afcd38d45202d_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-csi-external-resizer-rhel9@sha256:265f7809b2e2b916d3712bf17bc3c171576fde26307718ca6bfd944148bb2502_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-csi-external-resizer-rhel9@sha256:51baefa68bd37931c5fd611d1b7324383e58df4754eae607cf64b1b8c9fba22e_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-csi-external-resizer-rhel9@sha256:794b4636e1f44a3bfcc3dc2fe5155d217b31e568393fa53eabe420328c29f33f_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-external-resizer-rhel9@sha256:deaf59f4cfc7254ab8b35634ac18281cf88ff0ddc151d0498a21d6e91c30a4e3_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-external-snapshotter-rhel9@sha256:1866f88a278845d7aa851aebf6099ae6b77d98f9c244406c2aa2d61daf88bf72_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-csi-external-snapshotter-rhel9@sha256:2b9262b07076b315714007f91ca9a2de0a5333133c319b5542d9a5e89f5119ae_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-external-snapshotter-rhel9@sha256:cf848a2e0ca5bdcb850bef50193c8db40c18521c2e5d7f1b5658329a485f8d42_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-external-snapshotter-rhel9@sha256:ef64e56c3194bdb2bc3e0e129cc955beb1e6d6abb93ed45480dac1e26e631475_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-csi-livenessprobe-rhel9@sha256:150cf47c016ea3a318be89b0fb80b5f81a3ddc38aaaae9f4f9ab08478b054a85_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-livenessprobe-rhel9@sha256:19606dd645438a72af581210114459eeecfe1c96547de6e2a9a7a4a8d7b781c1_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-csi-livenessprobe-rhel9@sha256:22770984f3897afe484ddf93ad830d05af30ce0ca426c29dc33a448007fdf1ae_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-csi-livenessprobe-rhel9@sha256:a3a74359f9ff4bb3d9eae7d72ee3f3335a07f7a1d9bbbfd9c4231f2db81c6818_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-node-driver-registrar-rhel9@sha256:168d92be0933a07413608c50a787729080bc8c850c9efdec25f77bafdfaaae34_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-csi-node-driver-registrar-rhel9@sha256:6bf2240cfccf984fdc0a6f33318c681704a495d62527d2f7242934f098378221_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c7a86c7530e5818d8bbfdb1b2544010b327c6dcc99a39152788f5f28eb0ea049_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d79cac1d92dcc9140be58c63ed13cd6331c8f41474213064cd45963d69a94e17_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-snapshot-controller-rhel9@sha256:084151639be629d3a1f9f29ae20271dbe319319e2363d75f8c7c7ec7a8262002_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-csi-snapshot-controller-rhel9@sha256:2d6d427780eee15059d70088bbdb03f6774c93c4b7f84ec00eaf9b85c3f5b3ba_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-snapshot-controller-rhel9@sha256:5d1dd18616427bc717e49b781e6434ca616c31fc7daeb5596d1703f2d3379ef2_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-snapshot-controller-rhel9@sha256:9500323520cb1e4079304df57c722457720ace8518ef43c89149da40e0ff60dd_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:4ca3355941315a1db451ba8c6ce329c2f7d0286b3585196a30e1ed35ba1ee228_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:5e31e4d6f9eb5eb18dbf99b54a3a294e824fda2ad901333ecd33f9eacbac6d30_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:bfcb640d3847f3693b4118396ddf7a58d76ceb97016e037768244bc1175dfb1f_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:d590e08bb519eccf42d7891a3fef78bd2a265d5adcd9d27b7da3ef496407aae2_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-deployer-rhel9@sha256:0767aa82db6ab616d7b8b337760770406da4ce765fe088ed4299c3bd6ee31037_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-deployer-rhel9@sha256:6e319561328f39498c3705563a7a108cc9e0ba312c67729a5ca57c7b68ab7459_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-deployer-rhel9@sha256:a0afe3a4c032a1397872b707245f09fc3e63c233b0ee128fd3a4c695a20af9c4_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-deployer-rhel9@sha256:ebedb1bc3ad605141e4406cf3f2da63eca2671b89f8a596923690f30f4126e56_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:4378f58febb064fc36264f1b5862bb009aff4171b9ad6ae6c84fc9d3077ac70d_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:9d9662fee01dafbde830ab4ba397e5fa7eeccf90e2f8528fd57e748507a1b1e1_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:cd293b458d152b725a4ae09568f28410a791905b8f8e925900b38f33d3fd849e_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:fd0471855bbf69b72b75db2173aad473b9770f2e1403687bbf654c0bddb44c85_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-docker-registry-rhel9@sha256:132a674b5a051ed2ee41f940ea4f7984dbd7455de6510ef31b8fae7bedc45be6_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-docker-registry-rhel9@sha256:32d5e5690533a9d9ccf4ff8b02534675255a9625241245d434e43d4bb815119e_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-docker-registry-rhel9@sha256:78d4de7a4f72a623b01378e0798e2540b4123991b02d450c7b3391f186e32c36_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-docker-registry-rhel9@sha256:9182a503b30b8de69e862a128635bab7b44ff05df11a1ab4f96aef7525fbe0d2_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-etcd-rhel9@sha256:0ee443647f0fe63c9a05edcd5a644f7eca0eeb2be877aeeb7026c4db738d56a7_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-etcd-rhel9@sha256:ba18e1f81a20605c8efbbee41fe37e1d7ac4ff101a857e05e0f3d25aa82fa9df_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-etcd-rhel9@sha256:f17ddc78b5e4cc92834f4b3b000ab2fdb181c1f3f75dd9d185dc5d88d6691abd_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-etcd-rhel9@sha256:f27e4f6f37c47e139374be06c8772f09debff53a05bfab713359d918f33beb3c_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:170aba64101289aa8f9a8612888b1341e36e52394ba766dac7130d675816e2be_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:35098fdc72303c21755abaad4cc05553d6c969dc601d6a2ab91d7aabcadf923e_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:a62890163f9fbf8833e855caa292678a7468f9567433919464dc99a2ef7c8dbb_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:6433c81cd98c85abe6b1bbd8e74a776462ad78575cc6bde0664458ed685611ac_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:d1129dd095528238a3bb064376e70764388d986a0f47ccf7a92c88e517b54066_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:eeb9caacd52b52b2cc46ed0fa5f80606c7033d9cc8d7c63a5c199de6d107e9fa_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:3bf929bf48fec827cf4f54ff5fec04de0740b1f14a4e1da63ad580bb9245a103_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:d64a1c2fe51eaaa842bdb14a8bb317317ed1c22180d766e15fcfa5878cb5285c_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:f4b0795956ffb226a5869a9285d05b0ead36b7be32855026c1a2a5faf4307be6_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:73556902372fba78e19553065eaa89633c01c36b6cf10d6f51ad981777b6f9a1_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:ba5d03691cb09bc208c30c6c9ce746911468a4fb772dbef5520f723063bf2a94_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:bb6ad3ac3be2ec5530dde289e8535e01fd745332bb89a05d8b687a72d8b90361_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:1d5b94376d1ffe57828d9252b71372f132285a40b8487d9f931b9fdf6741cd83_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:3d72794fcd40b847e3fbaf3529231fe9149a6dede2a45dfe31fbd306df9b50b9_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4394b5921e342708156f43b45fe0cb780357d7a493c8c323fc403cf99bb0a7ad_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:49874280d3af31fa772ed481e63ea6d1a62bb579b9da0eb3bf772017a3330f4f_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-haproxy-router-rhel9@sha256:0afc3eaa1f9729a303472d3397ca19dd1b38b16d0cd721c12f4e23a3e04f087b_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-haproxy-router-rhel9@sha256:0b72b29c550a7e726d31a9814799bdb6ebf6ca071176262402619395ac8a3a65_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-haproxy-router-rhel9@sha256:1c122143be877d7d89163a4c9f3780eef8b8686057ad1889aa3102321e54a98c_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-haproxy-router-rhel9@sha256:9263b51ee05c760ccb67d397d0c8109a617bae089ad3973c180eb624bc13c91e_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-hyperkube-rhel9@sha256:6ff66bf6280231a5495000bf79ff4bb05b2f139ffc372d11d631cf60ee5de67c_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-hyperkube-rhel9@sha256:c32ff89d47b6e001bc02fdb86323cdc692d1abd679917cbea206b70e43d0d976_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-hyperkube-rhel9@sha256:ef51f6f787195be8745b3cd3b0b3dfe8a96ea48be2e3ccb97ed63cf1bbf58534_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-hyperkube-rhel9@sha256:f32ddf861dac3d41222d238768c5376702ea295840d70ebc69e9224f1c300446_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:02f10dfe13ccca892445607db62101ee47e86ef5fedff0b8dd6372856548ebe5_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:0677902a88154c33c82a5dfc1aec5325cd2938b08485299a17eb14ea0a4857d3_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:249df28d5775b19c96ae3f03d736f0ce8434d9e5969e3365be2b5e329faf85d6_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:2bce8039239d0bc061ec7f373d96bdb446ca5b68c45820a58663f124fba635fd_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:1384411d0b3794e280491e0b0e14252c5e4f9e43e58e6602b0442ab9a3fb2b0c_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:8fe95db9475ffb66b670339b266f3551c4682f214cd2c1cbd151a62e9f8a3b73_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:e9876a36c4810b4e68e1f6668d3324d8e71ba145f3d214007bc4486375d55be3_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:fa6ec143e3d12a3836c9148adb578b591987e8520cbec4283dcbb427991f14d0_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:528d6b3faebd79484a0be86e33a7d6ba922dceff5eb1585bb922c18bfd01ee70_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b4321d90c93b58108ec190d72b23966c09b2b6933a7b5d8322d10dd8831dcd6b_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:44c02359946a024e429303d031d1bc70ced6b300316c939d7290d17042b87618_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:8365ab32e19f655627b62adfdc05ceaf24cf10395876f4b3a545df57eea4abba_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:92db3a22fef2499c3d11a2666e72ece44d7df862458f06600d27fb9b6304f77c_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:3f77010faf0f6f6e7eabfcf24bf1328c6e70bbb32f843287639a523621a5f4ff_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:9f2805cd3f3ffb1daefa1a718703a568cba5536b12fe2848e3c87c2213a04ba5_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-image-customization-controller-rhel9@sha256:0f1b4c68ce6ab2167b1b6fcd0059a8531eff59b5cf49c23322828918a6ed6f27_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-image-customization-controller-rhel9@sha256:8bd8caf2fac84354a4407c48651d11d055c90e09f06ea57c1825d2be59ca18fc_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-insights-rhel9-operator@sha256:3b7ec1f0edd312034a7dec567af415f85f8be1828dc6a0dd2d11072315b77a41_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-insights-rhel9-operator@sha256:afcc280b069a744e3e67716ac685dd7c7f23c619cbc20e2c21237031580f649b_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-insights-rhel9-operator@sha256:c7e5d66df8aeeca3969c31c560fd759f77d60211f08b1f456391ee0fb333fc45_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-insights-rhel9-operator@sha256:f54220fde82b962663a86123a99a65e549fd68fd9a6153f6c67979567a6fbf58_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:17050d94832b400bf54598b748667e2e0035b30b8f996d7a25bdb61aef5960f9_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:bd5955616dc827b5552f5fbcdd1fdcb23e700a647de2ca4f3cf1f8a2eb105f1d_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:e26559b0ae61de908b9db0753babf47e2a3bc27c6637c7e945d153959fcb79ea_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:e32b6e836082e6d2a5d267283b2263d9811c3a62d420842689ab35fcc36b4a63_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:312bac6a070c763a493c566fbd1b6f05591f23949e4f37a157235f08f927c653_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:7529fae3aa40950d226ef1d8d2039d6795c518b2dbbec8e38818cfcc3efc9083_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:7a235516acc4c967b8fdda1868be132966714d19d6d90a5ce4b4cab661d819b3_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:9ee9cc91eb2ede268fbdd51bbfd2e211f34ccff61bd1c3b130bf25879c67b3a3_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:69e680e1a17c99220c8cdaf5a2e73f6e4e7d835f1193e62bf516df65e0d2fdff_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:872ec12780579fe14d90d7eec8190678ce56f4a5914917a7d6169c5cd767bc68_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:be7078e79fd3d22ef43c253aff1b72e7457128e639b780d5073a016991bf56af_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:df403029362bb02139eab00cdb01c35171431ce0e237c874e11e06aabca19311_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:b45a678f884a36a9c6014841f8ca1c70908bcb51dcc45d9f71749806c9fd8fba_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:d3b354ac0a8b37e7e8fa339011624d0e4d7403ffde520b5e911e3664e9659e34_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1726d045b526bd930e04ceaa125da6477f7a44b18c9b01f723ff3cc1320da9ba_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:f62c966edb47dcfaf82b4136ed867fd85bf04424f91e8a519f8f08a3989d98a0_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:02d3c6c0c7d3ba854e7a03e3cd3fb56f21a729136f95993224336d42f4597b96_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:49db69687f7245b778480b5796bc3956343ec1d4b58d705d3f08b3380ef93b6d_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:4c0cd346096da2ceafc8226fdf3f132320d42d8992dacc78abf9b4c194f92740_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:4e948d046ccc7a44e18c5b19fd107d560183aee3fb46ebee28bffddf850d3ec7_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-keepalived-ipfailover-rhel9@sha256:0a2b379d082cead1b190b32ffa9339bf88fb50a8ab5abaf12ca2bffccdfc75ee_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-keepalived-ipfailover-rhel9@sha256:127bf3d442da47383b1f2b8d452fd29cee71eb614b71ed7d2610063ae78e808b_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-keepalived-ipfailover-rhel9@sha256:966c3932cf9a5d03bf25141234d26c7628b71eda7439239a409da03953b206a7_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-keepalived-ipfailover-rhel9@sha256:dcb142b3a5afe0e7b7a51a1c94661855bd54776ca51575630bc43f02ba12c554_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-kube-proxy-rhel9@sha256:bcbabfca97e7433c9fa4ad479c8906644461c2a5aa75c8ff7a7644b13975ba98_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-kube-proxy-rhel9@sha256:cbafb2565fe2baf4d54fe0cc5ad883bbe0632a4736771f55dd55b9d3823a7716_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-kube-proxy-rhel9@sha256:d1654ad59633f2f3d6542a83c32ac0e1084cd148a735b46f4c674edca9fc98e0_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-kube-proxy-rhel9@sha256:fdc6e80a2293c526be173bea9362e2da73e0c0d988a767e6f160675db8590acb_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-kube-rbac-proxy-rhel9@sha256:093d38e21abf82992df96727b799f72a14e66986b02e08eb6af990f4091ccc6d_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-kube-rbac-proxy-rhel9@sha256:5c81ef8f24b561ba9b51c25e3ca50322eeb0544240f9f6db020542f5101f17ae_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-kube-rbac-proxy-rhel9@sha256:74af69d301e49c08c9c0fab6bf929b6443beddf21d578273fd332ec73d7b8a24_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-kube-rbac-proxy-rhel9@sha256:bd85227421b997806814438c33cc997fd70911c8ecf1d9e6e16e506dbcecf5bd_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-kube-state-metrics-rhel9@sha256:65321f83b5a14049a62c6d6895287f57501f5f77589cb8be2d6b366a145c021f_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-kube-state-metrics-rhel9@sha256:6c697bb3cd8bf8a743a0a948721c4c97284d62608ec5272bf97fa51d23f8ab14_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-kube-state-metrics-rhel9@sha256:bfd60907c9836d089067b19a287d3267fa9ab98e09420e6a4f0e1ffb51506d04_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-kube-state-metrics-rhel9@sha256:e26b6afc9938274f1777fc5eaf6c0a6b95fb5e9c7cdb51d0a778d548218293e3_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-kube-storage-version-migrator-rhel9@sha256:63059adfd5fb0042f492f3fdf938beb0de950f3c86fcef51fd595099e3638e51_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-kube-storage-version-migrator-rhel9@sha256:82ec54538247a36578095e91a73ea2f0f2948f1d53214fff29e424badd23a733_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b798ea0514d92809752909b9f0b4d38ea1a7309df58750c1c516034c8a58ce4e_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e85db4241123d01e874bed074f9a9a34ca6221176aaa2cb5bb4729adfbf0ce95_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:352ba91a72d19fa2b0006740b6e0e22b9824f73d3fad3ccf3cfdee0735525aab_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9292f19feeaa3bdae3094d0c0496baf8670d18286041f317ec82c552280a9b4a_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:b248b7e14b2f4a76b6fea232897ef6db0f43531e46d161af07f2e4bad05e707b_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e53a18e4371e50c1bf5089c2f6e3b0d0bdc70454f8289ba3e6411afb2ab49aec_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:002c9019af35f1f8aea55bea65c97a92ef1d19ea1baea00d17b79a264a3691d9_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6b95c1296fe5379d3dfaad98c17ac65bb818babe4057610eccf8461635ae8103_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:70a12a74322db347077f7758c485acb127ad33d021ae5aec5e912f94f8ffd8ca_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:fa4bd7d988c14418df8c332de4fea3b5ea57dc0727a461f68472925aa6eb9696_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-aws-rhel9@sha256:c6d0869274ce92a1eceb263b4e94e462fbcb8b599b09ce8acf9c00b61cf29226_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-aws-rhel9@sha256:d2dc62bb9ab60ef004894f78e80c143e8c7d027ff073a3c238dd88b14b3b80fd_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-azure-rhel9@sha256:74b7d7c58d260b1791d7d4f55a9fdcbb13542519151976de43dfb8bee67c9cac_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-azure-rhel9@sha256:d4764881a7a4f01e5b5ee2a24b13cd74fdfc5540ebbe84cdd0fa28fd64aba389_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:2e3b2b5c07bbba78849bf504c5a8a600239c151f7f21d6f1fe6c022003193a4b_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:526440e32f8eed14cf6ef61769baea675aba9c02e6cf5778e3bc8f92c7d306a8_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:968aebcf8a5dbabc3b12fd50db0f8a1bf4bfe399b390efd29b9534510d7643ca_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:1396e057385c7d8da1dc40c52033b1bbbedab984703de3e484cfea750652b224_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:373d9277d116b062a74e0610f98d512d8ffa5404afbfe116d2f8e549afd9251a_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:6fb5c3a4b83c250c783d6b88d7914f72e4972ca2a2e5852ef46a0f754b6f8eef_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f907f7e7f7659e968dd6ac35177c726004afe0b86b0dd9e9e78abc53da370a7a_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-machine-api-rhel9-operator@sha256:5e940d2b4901a79e7b4a2c5ca656d3d974b771d1950edbe441557522082e02de_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-machine-api-rhel9-operator@sha256:5f2486c25d18ae075485af13b8800df7b2bd1b251c73b1784ca1946569b83919_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-machine-api-rhel9-operator@sha256:9972c5496357187072347787379fe704b02d7aca9c62582982ff97e132f7361c_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-machine-api-rhel9-operator@sha256:ee87d774d6658bde289f8c9ab55154ade49dfddecb55ac1a577da883ada32aa2_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:2141576fcdb4d159aa417474a27457fb2087ad6235c4df0597083f3b1899ca45_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:483b65fb285f5d17f225c5da6513e12bc7b1a7b4a7040663cd07b565b0afa029_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:e3d3a68630da8789ec30cdf920bc64b478949e146e565c28faa4b6e60f149f8a_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:ef6cde961dbbb6fba059c3c45a80fb0e2da74f4c5cd52b42e73589ddf5b1e399_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:9614841db8310744628318b72f55c58b0486fa04758cf069921ebf602e689e9f_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:c26463b63a1336896c3b5966be5952b60e539691202cd81e7ae4e964817f2109_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:c6d8d116a62c6b8d1f6d298c580206b22de9054c2f6954f6bf480ff01c572dd8_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:e7d5c7d2133b60a140a95d371202e33e6bdcb24ff7ae55fe791f42f57534ee30_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:158251335ecb898e1d9dd072153925e15c27974ea5bac191d2b2238aa3e9d9ef_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:23b2c32bb23c66ed48ce220033f85c76ec6ebfe241ef912e7e5c2550b3252f08_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:cb9d387eca1b9defc9b9cf59e79e3afd9721f6e2768f6ca1b23e2d93c643fe88_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:f94b1ab4229c5fb8e2dfd07e5b04b58f6385f67454e7ecbed2d2aad02e91f07d_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-multus-admission-controller-rhel9@sha256:1234866d996a553670345d2177f491180651d53747d97ea0f5b7c05dad4ed0f0_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-multus-admission-controller-rhel9@sha256:4a2061a1ba2d018fcdd41b6722fb4e332b72983954ea5d0609b01785d2647e6f_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-multus-admission-controller-rhel9@sha256:878826b56658eac597d692338bc3e7d469568776c9d6f71c11b63bcd0932e01a_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-multus-admission-controller-rhel9@sha256:8e46edbaa4d4fc29dbc09d38898429d545a02822cc46a726fb5a61f4bd55dff8_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-multus-cni-microshift-rhel9@sha256:60064cac3df05c9a076ad9942bf3ffdf452f8ed8ade863153a7ea449234b1e4c_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-multus-cni-microshift-rhel9@sha256:9f905872cf72582e8ef6df209d1dfcbe23e56d894f39ce7c705bec68908951cf_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-multus-cni-microshift-rhel9@sha256:a5aa505bbf99f157b1817ed0981ff4037cac3e94ec3b80457f97b6e07935a1de_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-multus-cni-microshift-rhel9@sha256:a6aee61594a381b29e76718a05255a69ba1fc8d16b4836665499065cc00a6386_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-multus-cni-rhel9@sha256:06a30be1f56c0ba60fda631904e406def40a5294076d98f0946c1c7035785e1a_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-multus-cni-rhel9@sha256:0b7d0c694b170b254e7f998465826e0d51abb9da67f8d0a4d3c58af450550cc9_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-multus-cni-rhel9@sha256:331e9a2ee10ab14cd3cdf1016af92a1e3df1f25422900bf980604b0b6c6050e9_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-multus-cni-rhel9@sha256:b3886236c43c1935b1e67344d865ec6b6148b599cb6f94aaa827ff6889444faf_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-multus-networkpolicy-rhel9@sha256:93e501b312ea23b290e46c14787acecdb02636333f5388429b5400bc4599be9b_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-multus-networkpolicy-rhel9@sha256:953c2a800efd3ba87344b0c556c89132630dc378e1a96ff38f626a60ed4d5ce0_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-multus-networkpolicy-rhel9@sha256:a79bbb6df83654cdd8d925a070f6b7c9b62e85702b84330d31a1242507fd01ec_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-multus-networkpolicy-rhel9@sha256:f32767d8dbad803a847397b47ef35d48820e2ac8c5abb5d916fc3daab615f6ab_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-multus-route-override-cni-rhel9@sha256:2dc58f3bce109f2dab38f7940e7aab29a4418f5e0732c1e8f1e1ed217635ac19_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-multus-route-override-cni-rhel9@sha256:5784e4d821cc26ffffad6e6e3ed101fc2842ebc3d89b16eac041dde506c1ce01_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-multus-route-override-cni-rhel9@sha256:b32bee1e17a99bf6e865f3dffb4f80f9b681cc3c0f2a1505698f594f286a7396_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-multus-route-override-cni-rhel9@sha256:c0b91c4fdee11f1468e9c32f2f95feb08f49eada69835577eea2c04ede8c5725_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:14c20436996d9b4151cb77c811fa65929d70874bab1e3577c1ffc156b23514c2_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:2264796d3b4da7e3fc2961c55972859361750a1272f52112d6b50c069275b6f8_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a7a7b993fdbbf8fb1a67dde836a577c55ef589d899dd6b50bbb6ab4da03ead0c_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:eaeb6ea984b43075d1721104647c9e539ffefea462ad3ea3f3cae66551e301e2_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-must-gather-rhel9@sha256:60ec7816beae30bef25a0a50633d77cb669c472d4f1adb0356b547c13cdc2282_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-must-gather-rhel9@sha256:7e0061f5d8d3909d377e353592c99179627fbbd8e70d90f1aae44dc8f9f34b9c_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-must-gather-rhel9@sha256:c1268a511ca6052fcd0392301af7861d388fc2dd32977b13fc85780c0c9a22a2_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-must-gather-rhel9@sha256:de0f68e94d48d6fd1c6bf1cfed042a8f244e5392a0b6ad5c02cfab7b7a9ae3ab_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-network-interface-bond-cni-rhel9@sha256:66eb46a96bd308c39af00caad02b3dd77cc7d1dedfba70ead48c9390dc9ca9f9_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-network-interface-bond-cni-rhel9@sha256:685adc9ee76db7d09ce6c56ba14570c9e0848c517534c5661b52a702d05a1e3c_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-network-interface-bond-cni-rhel9@sha256:78d3bdd9d6ec154e80b1dfcd41e37ae695173e61a54fac6aa2ae9f9264253c75_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-network-interface-bond-cni-rhel9@sha256:c372276000e5ed2540990ca06299d060a49c646ad7a1f206ce5094c7b95536b4_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-network-metrics-daemon-rhel9@sha256:0e47e27fce44f690b6b358249a26dd334d40d77a934c289f5c6d700825339850_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-network-metrics-daemon-rhel9@sha256:1820093b89c42b11b76534feb6f686877931e45206f35ba4ab3540e209f95e6d_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-network-metrics-daemon-rhel9@sha256:afc2923e5780bffb27abc102eec63968374848078da5cd2fe12bdc8f0ec90251_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-network-metrics-daemon-rhel9@sha256:e805f9a0f7eb2039fd8040dcff142175c392381c992b69e8c5e3307249fd10cf_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:400c930aedf5e3964c9e5201b5932603b6b074ba6f6c31e3d432c066e06ecd77_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:7c0370de82ecd2cab8bf48ae7f1bf66a52d637e8b9aa6c0ceadc6a27b5e3507d_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:ee249765525cafc3c5b1c9751427e7fa19bcef17566d5ca273fcda348e3dcd50_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:f94e6168c2d658e1be23c8d9cad9a86d2f9e0d393c49304d310a500d61adbbae_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:065ce9ed541af2ee48a9c7d803865180f3c0431c2e96edfa1b09bab0bbbf40bf_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-nutanix-machine-controllers-rhel9@sha256:d8add7c0ed65ac5c6a053c21fe96fe8955b6541f9b05a47863974d18a7021ad4_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-oauth-apiserver-rhel9@sha256:08fbba8e85f6efc4f5d77d1bc9165fc30628f4a04383928110e5cb58e80f7e62_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-oauth-apiserver-rhel9@sha256:13a1c0ff1bf2b0a865a959c65166b00d53d402fecf984db6f2b9cd49ee7289fa_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-oauth-apiserver-rhel9@sha256:56a5d92f7a3a2f3ece3579a584f4234ff2c0d8ea4eb8e1d4f65cbf7d7a68a19c_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-oauth-apiserver-rhel9@sha256:8ecc5104c41faaecc96f97e1f3c4ddfe0047bec271a6bd41a72c4704a2b479c4_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-oauth-proxy-rhel9@sha256:1eaf29ebdb3d128ff2acc33bae9a33da915806cd20c8aa98afd8d1004eb17dba_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-oauth-proxy-rhel9@sha256:b934449f27cff8ea6cd6577e862bb07d3b20534cb644748fed921d922cdd5404_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-oauth-proxy-rhel9@sha256:ca6723f202239be0464ff827710c011468d6df243cfa873274f9d4c828d4d76d_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-oauth-proxy-rhel9@sha256:dc748b70f83c70facb499b0d5ce0fd691e827909240d89ce27c3d248175d07a5_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-oauth-server-rhel9@sha256:5510278d09ee523ece2d0ba6b24f07e522dd231d36d2eec2c190d1426e15913a_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-oauth-server-rhel9@sha256:8b2c530a19bbf51813e7ae9bcc187a49b9637d808a720401ad512756d1cf0d2a_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-oauth-server-rhel9@sha256:a033f65ebaddebea7d66135299e2fe0451f3b3c939ff26c77c3bcdb053c581dd_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-oauth-server-rhel9@sha256:b4fc4980e7caa15cc853da45981051aa3e1290e4ed9e6aa78cd0bb251796fd39_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-olm-catalogd-rhel9@sha256:25a5a4b4ada09c18b0172d6b55e99213b328b049a4e736ef33a46ee0da1dc950_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-olm-catalogd-rhel9@sha256:2b350e41bc865f8cf3d91ec774a1ef90efcb1dc695031d54cfcbcba445ec576b_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-olm-catalogd-rhel9@sha256:e9c3bf1b4cd8b50229b2d2cd74f6ab8ef8d300d6bcd577b3334d368621c96e5b_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-olm-catalogd-rhel9@sha256:f11007c8352baa9b195cbd9734103033c0946078b12ef02a624aa8574a455896_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-olm-operator-controller-rhel9@sha256:7947045fc7c78746b791cf45cc7086f35981ca1675813803e4d6b44e1217d4a5_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-olm-operator-controller-rhel9@sha256:9a95f890999546160ad4cf68e60c94bd02036392a981fdd3473bc4ce8acf5e63_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-olm-operator-controller-rhel9@sha256:a2ada640c8cf94921756f81c68762e3aaf7eeae865cca833be5fe14a868e9832_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-olm-operator-controller-rhel9@sha256:d3bfee26c52099ab31a0f7f78b53a6914dc1f33c613dfce0a4a83dd70ba6f04d_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-openshift-apiserver-rhel9@sha256:12ee719e29b1a159926fa67162dfff04668a0c786db83697a75fc8bf96c61e36_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-openshift-apiserver-rhel9@sha256:281810b86981603927513af4b9738db05df090e27cff61cb57f615a1b7da54a4_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-openshift-apiserver-rhel9@sha256:d7aa582cb99ceaaba2d9da65183a485fab11b0aec41d68b5964510f35167b3e6_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-openshift-apiserver-rhel9@sha256:dd1be867b630db99ef81dae76668387115f04a9f0c61364f0a6e216d0a28cb05_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-openshift-controller-manager-rhel9@sha256:92b40e2865e79b6c9178e6e94523b9d09149441f5a72276b25951404526e7ae3_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-openshift-controller-manager-rhel9@sha256:9825100ccb4a060d9f37d554a8f9d79dfc8427785eda77610c60ad0feb74c666_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-openshift-controller-manager-rhel9@sha256:d121f0c03960db28af368e4b864efb220c1be28bfb5f9735813302efd045f4ac_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-openshift-controller-manager-rhel9@sha256:fbba55058981a9c57d0b273bc8b56b66e164c7fae1bf59d74aaf6ea3656ac59e_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-openshift-state-metrics-rhel9@sha256:539c14445c4b7acb91b414f802d93be4cebc24d060b52e06017338fe9075d9b3_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-openshift-state-metrics-rhel9@sha256:62724925ca3ab5c18ebd7692e89e41ecf7e0d33176850f67eeae9692a6927cb5_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-openshift-state-metrics-rhel9@sha256:8c6bd11088ca925f8faf61dff5bb6655522a8ff6939c146a4126ed5f0690914c_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-openshift-state-metrics-rhel9@sha256:d6a2b5b710ebfc04b22860c62daf56aa7ff85d89a26a8235f95d72346d4e2db6_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:1919474880b196d1905b8dff9587c006b6f273124d02e97f40e2d4ea8d050777_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:213222f7adf001b898109567c42c82d6d9325ee707615caa1ac0fc15fae574f0_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:30ef542720dd4425d7f7fae10dcebe2d5fe6d25105d34261fe754f4cab4a64b6_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ec415bdf74f9ce65c23af9e06d591ba78d696f32a7cf249c71804a87895f96ec_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:ba40d8da235fde8e89b6115a1d5f41568fafb4eeddcc38f107e493fef2ea38ae_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:bea0b14e279d2c307eb6fdb8dcafa114d9b281ab267c14f7b6151c5b838f80cc_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:bed0e7813bdf23482a2c4f14c09a73c84ba62027947ec8e9c57ccd2eccc2c1b9_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c7cab534f6196d76cc1e31b17bde3bf5c3986fcffe7a1c026013012c7ab68c81_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:47d6f6652a0e3d399c9b26a4954fd3478326c49825863698cf3140c2c3ab9bf9_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:576677c2baf50fd096f762daa156970e982279275b34814ef52e4be4b511f5ba_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:6e6be32bd4a1e3739d0e0f1da3674cd6f74ec5255865dc832d91d41f47283718_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ff4bf6e903a1af1f494f5e0f43ed6718bcb55557fe9135d0750362bf0e8e6b58_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:1ef9d43e45303b56e96f1fd2b5d63cb185ad3373fe516730a5b0b98b6947395d_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:5f7747f4d324cf90dc48d2bc20d76c2625fd2dcaa3d6478898dcc55d1f8984ad_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:8d30cc94f2e8512406aba31083e31e155c9f568838343e56864579dece7bff31_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:ba3ced5cd94c0bcc2a3295ce47dc28a60078d7db8c4edf2bc8d6f5b12d573879_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-operator-framework-tools-rhel9@sha256:5abbe0d3aa1d5dd9296e795465ddd5a117c466606481a418b2846c435ffeffad_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-operator-framework-tools-rhel9@sha256:9c53f361a67e96e64b5cb912c0af0a1b3e18cb3bd428084d5cb1e8f6860855c8_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-operator-framework-tools-rhel9@sha256:c187541b8c1b8a589645a608ed79b43f9e6911116faee1c50ca8a0a30a4d3738_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-operator-framework-tools-rhel9@sha256:feabd407ff0094dd9102e3c78cf94852ab6e700fe7f906fdd32d6a211232b16e_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:01b59bfe4a9c7489011c71dd8a35ae2ef81f81c4a23dbb2117b6126964f1da2b_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0783189d5b07855bce1a32115fae430958ccaa7951bb6405eded7e3aa572ee17_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d7dbfed38bbc7511c43814e7d06a7c120b4a62adf724461c76154a37cd37796a_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f7e781c6a21c4b8fa25630d174362d62d69dda2911dd033f7729923b26ecb483_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-operator-marketplace-rhel9@sha256:072e15ae931425b07953efa32a39b4312805dd12889af0f731c9b04238a21c11_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-operator-marketplace-rhel9@sha256:2d413b3ece4cbb46f6a682333ed06a22857271e211acc6f704059eb20bfe01d9_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-operator-marketplace-rhel9@sha256:7c57bddae38c037d1848a509ba7c4e5831632581439f90865422151a90c7ade5_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-operator-marketplace-rhel9@sha256:bd541bcc12678de1a652a602a29623a9dbb8640cd4b88ed2e458d352d0b0039a_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-operator-registry-rhel9@sha256:12875248fd37b9d1fa4afd238ce78aa147fd2d0dd9708436fc01ac28243c425b_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-operator-registry-rhel9@sha256:3aae32132cb3da00d75d456bb422fb71a45091672a0673bddd75b823cdb01242_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-operator-registry-rhel9@sha256:43d4206cbd9d2a25d53077443478f65e85cbba2f9d1fbc765446de1929437bff_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-operator-registry-rhel9@sha256:894819babdbe3e6a04f63d8a6ec52bfd0ed1503c25ebbb6241535e5f5fa90b36_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:43f19aac756eb00b63d12521f353df83d79086751715e23f2c773880f85221ea_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:48a8ad863bc40447db23818df0da3b6c765011ba81eacf4b7116026a06358bf9_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d42d85915e158a7ba41ab7c855ebbff6a5e6594bbe9e002190b5966507552c2c_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e96efaf0fcff6a640c9a5d66922694ef5e30d2d6bc3b2edf1a4900e283174a1c_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:2bade31f6bbac52b4916f47431126c735efb2f98db4a69a5d6839ae731803dc1_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:704105b2136fe017ee9402ccf0109e295b2e73462311470fd97aaeb4768b01f8_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:7a6d7d84e63cdab1cf92a6d022168a620a22f5e8ae898f7b972871bf76287886_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:8f896cdb945435f3f03a813b857d4cb1ffe1f0d6015ce9b776954a0f0cc9558f_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-pod-rhel9@sha256:347e4a105a4f2589980d2e9fae9f57a5ce86bee3c96819d397f219a82f64e3b8_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-pod-rhel9@sha256:d55bc674b70cafddc0cfb861bf0cdc64415cd01d4d42d71bae31f5a909cf27ee_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-pod-rhel9@sha256:eac0005dbc866e009c245646876cdcd01ec5fd0abda2145c3cd506f1fbef139e_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-pod-rhel9@sha256:ec5c3c9ec4adbb7f15dd2c1ad7f8482a634d4d6db2379c15341b772ee1cb7e15_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:07248406477642eccb6adecec3aec409bae0e04598a7252e771dfa87368e4c91_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:9fdf5e3812eef56895b938f68f8d148c2888158d01fcd817ef8292deff66fc34_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-powervs-block-csi-driver-rhel9@sha256:0e89e02535502b0390ca0c4ab8162b78c68af02974955d735536a1872b48c189_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-powervs-block-csi-driver-rhel9@sha256:d08894b4f991791b4f1a1603c215538b1b6ebed430e07533287abf86baa2c3cd_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:1fee47031672c49bcfa735489ab08fd4be10995234ecc97e7b51733d4170df96_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:5ce97b705cd6ea00a6d5517f13e468c0b2bbe902d425ec3048d90d7dbdc7bedf_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-powervs-machine-controllers-rhel9@sha256:548abf5b9f1cb92a916d8c6beb588f81ebc40d33412e7383d3a1bfc602ed38b2_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-powervs-machine-controllers-rhel9@sha256:7f96b42095d100141a2bbd7ac8cad14562cac3c186b26d00d0fc81880b093f07_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-prom-label-proxy-rhel9@sha256:209f1a13d11f995c49b36e2db96d61470e6742824619b6957a4b7390b1d5dc52_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-prom-label-proxy-rhel9@sha256:222f568c31ab36aa4a0684274584e66aee149db5be50eb79691c7636fbc8aff3_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-prom-label-proxy-rhel9@sha256:db3b3649eec224de4af5c5223bf4928f8e302c5f54ec9d501ce8bb71c3c627a3_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-prom-label-proxy-rhel9@sha256:dff520a6cfdb27ad2ce31301aa3d74275ea7e13fc39749c77118c4fa74255604_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-alertmanager-rhel9@sha256:1eb0d7754525580a289e18bd58efa44b769c9f8f3e1c362381756daa615fc6ed_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-alertmanager-rhel9@sha256:30cc60b9273b07c493b3156ef278830bffeb109dba7c7c0517e0347ccd480631_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-alertmanager-rhel9@sha256:693a75146dc6f1436bc4998d59185e379a695b57c7e9d20945e84589fb142d6d_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-alertmanager-rhel9@sha256:bb6af93d177a604520ef035bfe3617985f7a217784d20a4cd180dddae75e6949_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-config-reloader-rhel9@sha256:079aabce1be013d247160482720526bc7070b857c9bdc3311e16ec4b7946bb90_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-config-reloader-rhel9@sha256:366ea0de608f0dc4890208515d89a6c01a56aaa32d54ba04dfc1cebcd0aa1940_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-config-reloader-rhel9@sha256:41b569ce3bab77e814d2f2dbe5252a55b22cca84ac1d0fac985d3ebbfdbacba0_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-config-reloader-rhel9@sha256:a8739133a6616a7a34ef4cbd7eeb731b3839d4e5ac4d5f2ef52894b493b0503e_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-node-exporter-rhel9@sha256:066cc860301397a054a7418b105c25230a2180e557d7b093b8234e375ef7338d_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-node-exporter-rhel9@sha256:0fe50ce4c7264d9ec532e587c9846b0070b22522066816679f08a5a07111942c_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-node-exporter-rhel9@sha256:8292247806e2520a54b4170aa69da7f20b93b2420df976dbd2f5e92735100c2a_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-node-exporter-rhel9@sha256:ba960fd338ec7abcc2a936137587076f80ec113a081be8d1df91fec8d3ce09df_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:487f00e5cc33440966f68b490b6ba8d0da0462f2bb5f94455807bf9a30ddc368_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b064cb6d4991fa87e75776f37bb8602d006e296d213f5bbd6b47c6de2903f152_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b39a4b9a4f8a91b7976f2ce02303b05b38a583291a4ebfba1b08d999fc108d90_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:cb10c1fbc87bfe3fd48c9c7834bb44be8e808d9ad10ef42c6483681fac9a8524_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-rhel9-operator@sha256:3b0a31d3ac49250fb165866dd1ea03ea7914692a09d7bc6514e516e1cdd5639d_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-rhel9-operator@sha256:717067cfb00313dad5317b564008a9b245649d001736074009045a7fbb3d1cb9_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-rhel9-operator@sha256:c0d1e70914880e19b13f1c899623c78b880777ffd0d54f813a8c78f2f172a4d2_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-rhel9-operator@sha256:ca2cae619e6e83733a803335a113e09ac6bb9c1c235ed0c1ab05fd7e8441f5b2_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-rhel9@sha256:033caa3d2b728c32e63c7de347646938d304ac0ff2c490aa35d7e85e63236cc3_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-rhel9@sha256:2cd0c0d30cdd42e4b78859bfdc5bb5dc500691e69efad403f6cbbea854564df6_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-rhel9@sha256:3eba98811dbd189733d9e1ea7ac94c175b90b5e35d5f58c27aaa313caeaf3b35_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-prometheus-rhel9@sha256:409cb025e1929cca3e65ff7ea79efc7f16b546fabcc93ebc0b7c98219cc4d7a7_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-service-ca-rhel9-operator@sha256:0a3d510a717ae3bf99d94b4987185b70445998ecb26e91b5136e547a8d457cb4_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-service-ca-rhel9-operator@sha256:3b1680ab1e489cd414065f3d52149fb34147fef2888f4da3633c30936690dcb2_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-service-ca-rhel9-operator@sha256:9dbbf7be716430d0be120617233a7de552e4937248315de9f6c6f794100db3c1_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-service-ca-rhel9-operator@sha256:ba873fccc64591a61d5a0f0d16ebcbc040532e8e16309b183395beba4e8f94ef_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-telemeter-rhel9@sha256:03554a4e07a0aa9debd4b2c5e31ba7a2abd48864f6e21ed8edd758e397ecb9e3_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-telemeter-rhel9@sha256:53b2672ec495dc7dfe61774d5ae111c18e2444c2e9a97a9a5588f5ff659cd048_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-telemeter-rhel9@sha256:93a0c6f59c4f920371c1210668bc5c0a9d6fca17dfe978d8427f772464e16af4_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-telemeter-rhel9@sha256:b68407ef2bf389d6ee95a12b49b6d5e3a338ca0b02c0c4c3455ef7e4c4cce81a_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:6c29ecd0e1de7ddd55fe5429a3fc772022ec55dcb09d163fe37e732b611e19d1_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:91bdfd2dfa408a28a625c9697731b50eb4afed0ea2bf5f6e83e4a2b9bf42fc49_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:a7c46f07c35d038170ce529369d58b7c848973e9b1e0c52cd50a687a758e85c8_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:e447e1d980df7586105ca637b17bdad12b3f3884a6cd26c8a8b0482e02648c46_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-thanos-rhel9@sha256:171a666373eefa0b34cc77d1c1e1361020055746c641f81bdf55581304ef1a45_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-thanos-rhel9@sha256:2260556b4aa73441c868313ad67b4ec14af256a81f2c94dd174a60c322f65879_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-thanos-rhel9@sha256:29258f468994c2e7a6249595ca4b75fd72c6009644f8e772f5510bd461758d3f_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-thanos-rhel9@sha256:c6b2c72b0a23b3b2b1030add377d6709ed1f625041251a1338c2b083df4c7fe0_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:4f4daeba93df4d66ce29574a0faa199ee1cc73bc5b8a63b38de55c7a2ec43bc8_s390x",
            "9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:eb1e91426bc4518afcb871220972ff5f7d8494c56c3e59f8f534ffc96971c409_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:fb4f18eee9c9aa4131ab06485a4c0444f0cb02ab11c6dca878f63f0392bf6b62_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:fdc3dc067ac445612299bf56e1b10c6b5a4e6f50daed1017454a5390d9e15632_arm64",
            "9Base-RHOSE-4.17:openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:8e5aad7733bffaf858ab1d1030a1c37d9516d40e083be5db9ad7d4dd53a118bf_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:19295e454699d1dd59b159aef11ca3d4d410f051d5344dd1b0aff527fc3088dd_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:4dec733ed9c56865b1cc97f2f82ecf81ce6c7949cee3b6a1599075e54f893d67_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:8f5f4a8c8d9b31039b46e2297ba597600522fefd00eb2472c4f7a64739136723_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:8e5aad7733bffaf858ab1d1030a1c37d9516d40e083be5db9ad7d4dd53a118bf_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-vsphere-csi-driver-rhel9@sha256:19295e454699d1dd59b159aef11ca3d4d410f051d5344dd1b0aff527fc3088dd_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:768cb3d11c268969e4eb1759e8d67394501e51380d2e498e3d3b06ddb98d6a29_amd64",
            "9Base-RHOSE-4.17:openshift4/ose-vsphere-problem-detector-rhel9@sha256:8f0fc81d0fa8ab13f02d4aa1827cf2e48b4de3d7b8f46b612fe1483f8e34f559_amd64",
            "9Base-RHOSE-4.17:openshift4/ovirt-csi-driver-rhel9-operator@sha256:1d55ee07b1be3dbd3b9a2e46aa5b8eeceb055c531c49362ace9423327fbf57bc_amd64",
            "9Base-RHOSE-4.17:openshift4/ovirt-csi-driver-rhel9-operator@sha256:46a72226eb46b3833644353955ba0b6dbaedc829818cedfd0e00463018738efe_ppc64le",
            "9Base-RHOSE-4.17:openshift4/ovirt-csi-driver-rhel9-operator@sha256:ae24fbeac9717b5f51df6f71cdbdb57046f82fdaa1e6daa98225d729fb8504d1_s390x",
            "9Base-RHOSE-4.17:openshift4/ovirt-csi-driver-rhel9-operator@sha256:f8431594e8420b0ddef024e846c2ae70569770750f3217dbe3704b58bc02ef20_arm64",
            "9Base-RHOSE-4.17:openshift4/ovirt-csi-driver-rhel9@sha256:0c5c2dc265383ca172155921b1984557dc71532d880ee3f105d86b736d46f48d_amd64",
            "9Base-RHOSE-4.17:openshift4/ovirt-csi-driver-rhel9@sha256:200522c7bae23bc7fddbf7174163851a139efe452660482d14e26d31ee11d330_s390x",
            "9Base-RHOSE-4.17:openshift4/ovirt-csi-driver-rhel9@sha256:9d2e0a9926f48be33d889cb59a93c167ed943c3a035eeafab86cd670accc66bd_arm64",
            "9Base-RHOSE-4.17:openshift4/ovirt-csi-driver-rhel9@sha256:a05a16ce31d453bb37fbedcbf8e05e5f6dbf929f5626fd00ff2403bf8510073f_ppc64le",
            "9Base-RHOSE-4.17:redhat/redhat-operator-index@sha256:12875248fd37b9d1fa4afd238ce78aa147fd2d0dd9708436fc01ac28243c425b_ppc64le",
            "9Base-RHOSE-4.17:redhat/redhat-operator-index@sha256:3aae32132cb3da00d75d456bb422fb71a45091672a0673bddd75b823cdb01242_arm64",
            "9Base-RHOSE-4.17:redhat/redhat-operator-index@sha256:43d4206cbd9d2a25d53077443478f65e85cbba2f9d1fbc765446de1929437bff_amd64",
            "9Base-RHOSE-4.17:redhat/redhat-operator-index@sha256:894819babdbe3e6a04f63d8a6ec52bfd0ed1503c25ebbb6241535e5f5fa90b36_s390x",
            "9Base-RHOSE-4.17:rhcos@sha256:975f83f748ff4cebae040caa4df88b771d32e1f301204a736ec414b4f3234e99_aarch64",
            "9Base-RHOSE-4.17:rhcos@sha256:975f83f748ff4cebae040caa4df88b771d32e1f301204a736ec414b4f3234e99_ppc64le",
            "9Base-RHOSE-4.17:rhcos@sha256:975f83f748ff4cebae040caa4df88b771d32e1f301204a736ec414b4f3234e99_s390x",
            "9Base-RHOSE-4.17:rhcos@sha256:975f83f748ff4cebae040caa4df88b771d32e1f301204a736ec414b4f3234e99_x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Important"
        }
      ],
      "title": "jinja2: Jinja sandbox breakout through attr filter selecting format method"
    }
  ]
}
  CERTFR-2025-AVI-0756
Vulnerability from certfr_avis
De multiples vulnérabilités ont été découvertes dans les produits VMware. Elles permettent à un attaquant de provoquer un problème de sécurité non spécifié par l'éditeur.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| VMware | Tanzu Platform | Tanzu Platform for Cloud Foundry isolation segment 10.2.2+LTS-T | ||
| VMware | Tanzu | Tanzu for MySQL on Cloud Foundry versions antérieures à 10.0.2 | ||
| VMware | Tanzu | Java Buildpack versions antérieures à 4.84.0 | ||
| VMware | Tanzu | Stemcells pour Ubuntu Jammy Azure Light versions antérieures à 1.894 | ||
| VMware | Tanzu Platform | Tanzu Platform for Cloud Foundry isolation segment versions antérieures à 10.0.9 | ||
| VMware | Tanzu | Tanzu Scheduler versions antérieures à 2.0.20 | ||
| VMware | Tanzu | Spring Cloud Services for VMware Tanzu versions antérieures à 3.3.9 | ||
| VMware | Tanzu | Tanzu GemFire versions antérieures à 10.1.4 | ||
| VMware | Tanzu Operations Manager | Tanzu Operations Manager versions antérieures à 3.1.2 | ||
| VMware | Tanzu Platform | Tanzu Platform for Cloud Foundry isolation segment versions antérieures à 6.0.19+LTS-T | ||
| VMware | Tanzu | Single Sign-On for VMware Tanzu Application Service versions antérieures à 1.16.12 | ||
| VMware | Tanzu | Tanzu Hub versions antérieures à 10.2.1 | ||
| VMware | Tanzu | Stemcells pour Ubuntu Jammy versions antérieures à 1.894 | 
| Title | Publication Time | Tags | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
                  
  | 
              |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
  "$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
  "affected_systems": [
    {
      "description": "Tanzu Platform for Cloud Foundry isolation segment 10.2.2+LTS-T",
      "product": {
        "name": "Tanzu Platform",
        "vendor": {
          "name": "VMware",
          "scada": false
        }
      }
    },
    {
      "description": "Tanzu for MySQL on Cloud Foundry versions ant\u00e9rieures \u00e0 10.0.2",
      "product": {
        "name": "Tanzu",
        "vendor": {
          "name": "VMware",
          "scada": false
        }
      }
    },
    {
      "description": "Java Buildpack versions ant\u00e9rieures \u00e0 4.84.0",
      "product": {
        "name": "Tanzu",
        "vendor": {
          "name": "VMware",
          "scada": false
        }
      }
    },
    {
      "description": "Stemcells pour Ubuntu Jammy Azure Light versions ant\u00e9rieures \u00e0 1.894",
      "product": {
        "name": "Tanzu",
        "vendor": {
          "name": "VMware",
          "scada": false
        }
      }
    },
    {
      "description": "Tanzu Platform for Cloud Foundry isolation segment versions ant\u00e9rieures \u00e0 10.0.9",
      "product": {
        "name": "Tanzu Platform",
        "vendor": {
          "name": "VMware",
          "scada": false
        }
      }
    },
    {
      "description": "Tanzu Scheduler versions ant\u00e9rieures \u00e0 2.0.20",
      "product": {
        "name": "Tanzu",
        "vendor": {
          "name": "VMware",
          "scada": false
        }
      }
    },
    {
      "description": "Spring Cloud Services for VMware Tanzu versions ant\u00e9rieures \u00e0 3.3.9",
      "product": {
        "name": "Tanzu",
        "vendor": {
          "name": "VMware",
          "scada": false
        }
      }
    },
    {
      "description": "Tanzu GemFire versions ant\u00e9rieures \u00e0 10.1.4",
      "product": {
        "name": "Tanzu",
        "vendor": {
          "name": "VMware",
          "scada": false
        }
      }
    },
    {
      "description": "Tanzu Operations Manager versions ant\u00e9rieures \u00e0 3.1.2",
      "product": {
        "name": "Tanzu Operations Manager",
        "vendor": {
          "name": "VMware",
          "scada": false
        }
      }
    },
    {
      "description": "Tanzu Platform for Cloud Foundry isolation segment versions ant\u00e9rieures \u00e0 6.0.19+LTS-T",
      "product": {
        "name": "Tanzu Platform",
        "vendor": {
          "name": "VMware",
          "scada": false
        }
      }
    },
    {
      "description": "Single Sign-On for VMware Tanzu Application Service versions ant\u00e9rieures \u00e0 1.16.12",
      "product": {
        "name": "Tanzu",
        "vendor": {
          "name": "VMware",
          "scada": false
        }
      }
    },
    {
      "description": "Tanzu Hub versions ant\u00e9rieures \u00e0 10.2.1",
      "product": {
        "name": "Tanzu",
        "vendor": {
          "name": "VMware",
          "scada": false
        }
      }
    },
    {
      "description": "Stemcells pour Ubuntu Jammy versions ant\u00e9rieures \u00e0 1.894",
      "product": {
        "name": "Tanzu",
        "vendor": {
          "name": "VMware",
          "scada": false
        }
      }
    }
  ],
  "affected_systems_content": "",
  "content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
  "cves": [
    {
      "name": "CVE-2021-44832",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-44832"
    },
    {
      "name": "CVE-2021-45105",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-45105"
    },
    {
      "name": "CVE-2021-44228",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-44228"
    },
    {
      "name": "CVE-2013-1548",
      "url": "https://www.cve.org/CVERecord?id=CVE-2013-1548"
    },
    {
      "name": "CVE-2015-4779",
      "url": "https://www.cve.org/CVERecord?id=CVE-2015-4779"
    },
    {
      "name": "CVE-2015-4780",
      "url": "https://www.cve.org/CVERecord?id=CVE-2015-4780"
    },
    {
      "name": "CVE-2015-4787",
      "url": "https://www.cve.org/CVERecord?id=CVE-2015-4787"
    },
    {
      "name": "CVE-2015-4790",
      "url": "https://www.cve.org/CVERecord?id=CVE-2015-4790"
    },
    {
      "name": "CVE-2015-4778",
      "url": "https://www.cve.org/CVERecord?id=CVE-2015-4778"
    },
    {
      "name": "CVE-2015-4782",
      "url": "https://www.cve.org/CVERecord?id=CVE-2015-4782"
    },
    {
      "name": "CVE-2015-4789",
      "url": "https://www.cve.org/CVERecord?id=CVE-2015-4789"
    },
    {
      "name": "CVE-2015-4764",
      "url": "https://www.cve.org/CVERecord?id=CVE-2015-4764"
    },
    {
      "name": "CVE-2015-4783",
      "url": "https://www.cve.org/CVERecord?id=CVE-2015-4783"
    },
    {
      "name": "CVE-2015-2583",
      "url": "https://www.cve.org/CVERecord?id=CVE-2015-2583"
    },
    {
      "name": "CVE-2015-4781",
      "url": "https://www.cve.org/CVERecord?id=CVE-2015-4781"
    },
    {
      "name": "CVE-2015-4776",
      "url": "https://www.cve.org/CVERecord?id=CVE-2015-4776"
    },
    {
      "name": "CVE-2015-4786",
      "url": "https://www.cve.org/CVERecord?id=CVE-2015-4786"
    },
    {
      "name": "CVE-2015-2656",
      "url": "https://www.cve.org/CVERecord?id=CVE-2015-2656"
    },
    {
      "name": "CVE-2015-4788",
      "url": "https://www.cve.org/CVERecord?id=CVE-2015-4788"
    },
    {
      "name": "CVE-2015-4785",
      "url": "https://www.cve.org/CVERecord?id=CVE-2015-4785"
    },
    {
      "name": "CVE-2015-4754",
      "url": "https://www.cve.org/CVERecord?id=CVE-2015-4754"
    },
    {
      "name": "CVE-2015-4775",
      "url": "https://www.cve.org/CVERecord?id=CVE-2015-4775"
    },
    {
      "name": "CVE-2015-4777",
      "url": "https://www.cve.org/CVERecord?id=CVE-2015-4777"
    },
    {
      "name": "CVE-2015-2640",
      "url": "https://www.cve.org/CVERecord?id=CVE-2015-2640"
    },
    {
      "name": "CVE-2015-4774",
      "url": "https://www.cve.org/CVERecord?id=CVE-2015-4774"
    },
    {
      "name": "CVE-2015-2626",
      "url": "https://www.cve.org/CVERecord?id=CVE-2015-2626"
    },
    {
      "name": "CVE-2015-2624",
      "url": "https://www.cve.org/CVERecord?id=CVE-2015-2624"
    },
    {
      "name": "CVE-2015-4784",
      "url": "https://www.cve.org/CVERecord?id=CVE-2015-4784"
    },
    {
      "name": "CVE-2015-2654",
      "url": "https://www.cve.org/CVERecord?id=CVE-2015-2654"
    },
    {
      "name": "CVE-2017-8046",
      "url": "https://www.cve.org/CVERecord?id=CVE-2017-8046"
    },
    {
      "name": "CVE-2018-3280",
      "url": "https://www.cve.org/CVERecord?id=CVE-2018-3280"
    },
    {
      "name": "CVE-2018-3137",
      "url": "https://www.cve.org/CVERecord?id=CVE-2018-3137"
    },
    {
      "name": "CVE-2018-3285",
      "url": "https://www.cve.org/CVERecord?id=CVE-2018-3285"
    },
    {
      "name": "CVE-2018-3182",
      "url": "https://www.cve.org/CVERecord?id=CVE-2018-3182"
    },
    {
      "name": "CVE-2018-3186",
      "url": "https://www.cve.org/CVERecord?id=CVE-2018-3186"
    },
    {
      "name": "CVE-2018-3195",
      "url": "https://www.cve.org/CVERecord?id=CVE-2018-3195"
    },
    {
      "name": "CVE-2018-3286",
      "url": "https://www.cve.org/CVERecord?id=CVE-2018-3286"
    },
    {
      "name": "CVE-2018-3170",
      "url": "https://www.cve.org/CVERecord?id=CVE-2018-3170"
    },
    {
      "name": "CVE-2018-3279",
      "url": "https://www.cve.org/CVERecord?id=CVE-2018-3279"
    },
    {
      "name": "CVE-2018-3212",
      "url": "https://www.cve.org/CVERecord?id=CVE-2018-3212"
    },
    {
      "name": "CVE-2018-3203",
      "url": "https://www.cve.org/CVERecord?id=CVE-2018-3203"
    },
    {
      "name": "CVE-2018-3145",
      "url": "https://www.cve.org/CVERecord?id=CVE-2018-3145"
    },
    {
      "name": "CVE-2019-2530",
      "url": "https://www.cve.org/CVERecord?id=CVE-2019-2530"
    },
    {
      "name": "CVE-2019-2436",
      "url": "https://www.cve.org/CVERecord?id=CVE-2019-2436"
    },
    {
      "name": "CVE-2019-2539",
      "url": "https://www.cve.org/CVERecord?id=CVE-2019-2539"
    },
    {
      "name": "CVE-2019-2494",
      "url": "https://www.cve.org/CVERecord?id=CVE-2019-2494"
    },
    {
      "name": "CVE-2019-2535",
      "url": "https://www.cve.org/CVERecord?id=CVE-2019-2535"
    },
    {
      "name": "CVE-2019-2533",
      "url": "https://www.cve.org/CVERecord?id=CVE-2019-2533"
    },
    {
      "name": "CVE-2019-2495",
      "url": "https://www.cve.org/CVERecord?id=CVE-2019-2495"
    },
    {
      "name": "CVE-2019-2513",
      "url": "https://www.cve.org/CVERecord?id=CVE-2019-2513"
    },
    {
      "name": "CVE-2019-2536",
      "url": "https://www.cve.org/CVERecord?id=CVE-2019-2536"
    },
    {
      "name": "CVE-2019-2502",
      "url": "https://www.cve.org/CVERecord?id=CVE-2019-2502"
    },
    {
      "name": "CVE-2019-2634",
      "url": "https://www.cve.org/CVERecord?id=CVE-2019-2634"
    },
    {
      "name": "CVE-2019-2587",
      "url": "https://www.cve.org/CVERecord?id=CVE-2019-2587"
    },
    {
      "name": "CVE-2019-2584",
      "url": "https://www.cve.org/CVERecord?id=CVE-2019-2584"
    },
    {
      "name": "CVE-2019-2691",
      "url": "https://www.cve.org/CVERecord?id=CVE-2019-2691"
    },
    {
      "name": "CVE-2019-2606",
      "url": "https://www.cve.org/CVERecord?id=CVE-2019-2606"
    },
    {
      "name": "CVE-2019-2630",
      "url": "https://www.cve.org/CVERecord?id=CVE-2019-2630"
    },
    {
      "name": "CVE-2019-2624",
      "url": "https://www.cve.org/CVERecord?id=CVE-2019-2624"
    },
    {
      "name": "CVE-2019-2623",
      "url": "https://www.cve.org/CVERecord?id=CVE-2019-2623"
    },
    {
      "name": "CVE-2019-2695",
      "url": "https://www.cve.org/CVERecord?id=CVE-2019-2695"
    },
    {
      "name": "CVE-2019-2596",
      "url": "https://www.cve.org/CVERecord?id=CVE-2019-2596"
    },
    {
      "name": "CVE-2019-2580",
      "url": "https://www.cve.org/CVERecord?id=CVE-2019-2580"
    },
    {
      "name": "CVE-2019-2644",
      "url": "https://www.cve.org/CVERecord?id=CVE-2019-2644"
    },
    {
      "name": "CVE-2019-2681",
      "url": "https://www.cve.org/CVERecord?id=CVE-2019-2681"
    },
    {
      "name": "CVE-2019-2617",
      "url": "https://www.cve.org/CVERecord?id=CVE-2019-2617"
    },
    {
      "name": "CVE-2019-2636",
      "url": "https://www.cve.org/CVERecord?id=CVE-2019-2636"
    },
    {
      "name": "CVE-2019-2689",
      "url": "https://www.cve.org/CVERecord?id=CVE-2019-2689"
    },
    {
      "name": "CVE-2019-2693",
      "url": "https://www.cve.org/CVERecord?id=CVE-2019-2693"
    },
    {
      "name": "CVE-2019-2593",
      "url": "https://www.cve.org/CVERecord?id=CVE-2019-2593"
    },
    {
      "name": "CVE-2019-2625",
      "url": "https://www.cve.org/CVERecord?id=CVE-2019-2625"
    },
    {
      "name": "CVE-2019-2585",
      "url": "https://www.cve.org/CVERecord?id=CVE-2019-2585"
    },
    {
      "name": "CVE-2019-2631",
      "url": "https://www.cve.org/CVERecord?id=CVE-2019-2631"
    },
    {
      "name": "CVE-2019-2694",
      "url": "https://www.cve.org/CVERecord?id=CVE-2019-2694"
    },
    {
      "name": "CVE-2019-2620",
      "url": "https://www.cve.org/CVERecord?id=CVE-2019-2620"
    },
    {
      "name": "CVE-2019-2688",
      "url": "https://www.cve.org/CVERecord?id=CVE-2019-2688"
    },
    {
      "name": "CVE-2019-2589",
      "url": "https://www.cve.org/CVERecord?id=CVE-2019-2589"
    },
    {
      "name": "CVE-2019-2635",
      "url": "https://www.cve.org/CVERecord?id=CVE-2019-2635"
    },
    {
      "name": "CVE-2019-2626",
      "url": "https://www.cve.org/CVERecord?id=CVE-2019-2626"
    },
    {
      "name": "CVE-2019-2686",
      "url": "https://www.cve.org/CVERecord?id=CVE-2019-2686"
    },
    {
      "name": "CVE-2019-2685",
      "url": "https://www.cve.org/CVERecord?id=CVE-2019-2685"
    },
    {
      "name": "CVE-2019-2687",
      "url": "https://www.cve.org/CVERecord?id=CVE-2019-2687"
    },
    {
      "name": "CVE-2019-2607",
      "url": "https://www.cve.org/CVERecord?id=CVE-2019-2607"
    },
    {
      "name": "CVE-2019-7317",
      "url": "https://www.cve.org/CVERecord?id=CVE-2019-7317"
    },
    {
      "name": "CVE-2019-2811",
      "url": "https://www.cve.org/CVERecord?id=CVE-2019-2811"
    },
    {
      "name": "CVE-2019-2740",
      "url": "https://www.cve.org/CVERecord?id=CVE-2019-2740"
    },
    {
      "name": "CVE-2019-2879",
      "url": "https://www.cve.org/CVERecord?id=CVE-2019-2879"
    },
    {
      "name": "CVE-2019-2808",
      "url": "https://www.cve.org/CVERecord?id=CVE-2019-2808"
    },
    {
      "name": "CVE-2019-2738",
      "url": "https://www.cve.org/CVERecord?id=CVE-2019-2738"
    },
    {
      "name": "CVE-2019-2819",
      "url": "https://www.cve.org/CVERecord?id=CVE-2019-2819"
    },
    {
      "name": "CVE-2019-2737",
      "url": "https://www.cve.org/CVERecord?id=CVE-2019-2737"
    },
    {
      "name": "CVE-2019-2814",
      "url": "https://www.cve.org/CVERecord?id=CVE-2019-2814"
    },
    {
      "name": "CVE-2019-2778",
      "url": "https://www.cve.org/CVERecord?id=CVE-2019-2778"
    },
    {
      "name": "CVE-2019-2822",
      "url": "https://www.cve.org/CVERecord?id=CVE-2019-2822"
    },
    {
      "name": "CVE-2019-2802",
      "url": "https://www.cve.org/CVERecord?id=CVE-2019-2802"
    },
    {
      "name": "CVE-2019-2803",
      "url": "https://www.cve.org/CVERecord?id=CVE-2019-2803"
    },
    {
      "name": "CVE-2019-2752",
      "url": "https://www.cve.org/CVERecord?id=CVE-2019-2752"
    },
    {
      "name": "CVE-2019-2826",
      "url": "https://www.cve.org/CVERecord?id=CVE-2019-2826"
    },
    {
      "name": "CVE-2019-2784",
      "url": "https://www.cve.org/CVERecord?id=CVE-2019-2784"
    },
    {
      "name": "CVE-2019-2789",
      "url": "https://www.cve.org/CVERecord?id=CVE-2019-2789"
    },
    {
      "name": "CVE-2019-2801",
      "url": "https://www.cve.org/CVERecord?id=CVE-2019-2801"
    },
    {
      "name": "CVE-2019-2791",
      "url": "https://www.cve.org/CVERecord?id=CVE-2019-2791"
    },
    {
      "name": "CVE-2019-2798",
      "url": "https://www.cve.org/CVERecord?id=CVE-2019-2798"
    },
    {
      "name": "CVE-2019-2796",
      "url": "https://www.cve.org/CVERecord?id=CVE-2019-2796"
    },
    {
      "name": "CVE-2019-2815",
      "url": "https://www.cve.org/CVERecord?id=CVE-2019-2815"
    },
    {
      "name": "CVE-2019-2810",
      "url": "https://www.cve.org/CVERecord?id=CVE-2019-2810"
    },
    {
      "name": "CVE-2019-2780",
      "url": "https://www.cve.org/CVERecord?id=CVE-2019-2780"
    },
    {
      "name": "CVE-2019-2758",
      "url": "https://www.cve.org/CVERecord?id=CVE-2019-2758"
    },
    {
      "name": "CVE-2019-2757",
      "url": "https://www.cve.org/CVERecord?id=CVE-2019-2757"
    },
    {
      "name": "CVE-2019-2785",
      "url": "https://www.cve.org/CVERecord?id=CVE-2019-2785"
    },
    {
      "name": "CVE-2019-2747",
      "url": "https://www.cve.org/CVERecord?id=CVE-2019-2747"
    },
    {
      "name": "CVE-2019-2741",
      "url": "https://www.cve.org/CVERecord?id=CVE-2019-2741"
    },
    {
      "name": "CVE-2019-2830",
      "url": "https://www.cve.org/CVERecord?id=CVE-2019-2830"
    },
    {
      "name": "CVE-2019-2834",
      "url": "https://www.cve.org/CVERecord?id=CVE-2019-2834"
    },
    {
      "name": "CVE-2019-2743",
      "url": "https://www.cve.org/CVERecord?id=CVE-2019-2743"
    },
    {
      "name": "CVE-2019-2739",
      "url": "https://www.cve.org/CVERecord?id=CVE-2019-2739"
    },
    {
      "name": "CVE-2019-2805",
      "url": "https://www.cve.org/CVERecord?id=CVE-2019-2805"
    },
    {
      "name": "CVE-2019-2797",
      "url": "https://www.cve.org/CVERecord?id=CVE-2019-2797"
    },
    {
      "name": "CVE-2019-2774",
      "url": "https://www.cve.org/CVERecord?id=CVE-2019-2774"
    },
    {
      "name": "CVE-2019-2795",
      "url": "https://www.cve.org/CVERecord?id=CVE-2019-2795"
    },
    {
      "name": "CVE-2019-2746",
      "url": "https://www.cve.org/CVERecord?id=CVE-2019-2746"
    },
    {
      "name": "CVE-2019-2812",
      "url": "https://www.cve.org/CVERecord?id=CVE-2019-2812"
    },
    {
      "name": "CVE-2019-2924",
      "url": "https://www.cve.org/CVERecord?id=CVE-2019-2924"
    },
    {
      "name": "CVE-2019-2914",
      "url": "https://www.cve.org/CVERecord?id=CVE-2019-2914"
    },
    {
      "name": "CVE-2019-2960",
      "url": "https://www.cve.org/CVERecord?id=CVE-2019-2960"
    },
    {
      "name": "CVE-2019-2923",
      "url": "https://www.cve.org/CVERecord?id=CVE-2019-2923"
    },
    {
      "name": "CVE-2019-2968",
      "url": "https://www.cve.org/CVERecord?id=CVE-2019-2968"
    },
    {
      "name": "CVE-2019-2993",
      "url": "https://www.cve.org/CVERecord?id=CVE-2019-2993"
    },
    {
      "name": "CVE-2019-3009",
      "url": "https://www.cve.org/CVERecord?id=CVE-2019-3009"
    },
    {
      "name": "CVE-2019-2969",
      "url": "https://www.cve.org/CVERecord?id=CVE-2019-2969"
    },
    {
      "name": "CVE-2019-3011",
      "url": "https://www.cve.org/CVERecord?id=CVE-2019-3011"
    },
    {
      "name": "CVE-2019-2967",
      "url": "https://www.cve.org/CVERecord?id=CVE-2019-2967"
    },
    {
      "name": "CVE-2019-2946",
      "url": "https://www.cve.org/CVERecord?id=CVE-2019-2946"
    },
    {
      "name": "CVE-2019-2966",
      "url": "https://www.cve.org/CVERecord?id=CVE-2019-2966"
    },
    {
      "name": "CVE-2019-2957",
      "url": "https://www.cve.org/CVERecord?id=CVE-2019-2957"
    },
    {
      "name": "CVE-2019-2948",
      "url": "https://www.cve.org/CVERecord?id=CVE-2019-2948"
    },
    {
      "name": "CVE-2019-2922",
      "url": "https://www.cve.org/CVERecord?id=CVE-2019-2922"
    },
    {
      "name": "CVE-2019-3004",
      "url": "https://www.cve.org/CVERecord?id=CVE-2019-3004"
    },
    {
      "name": "CVE-2019-2998",
      "url": "https://www.cve.org/CVERecord?id=CVE-2019-2998"
    },
    {
      "name": "CVE-2019-2911",
      "url": "https://www.cve.org/CVERecord?id=CVE-2019-2911"
    },
    {
      "name": "CVE-2019-2950",
      "url": "https://www.cve.org/CVERecord?id=CVE-2019-2950"
    },
    {
      "name": "CVE-2019-2910",
      "url": "https://www.cve.org/CVERecord?id=CVE-2019-2910"
    },
    {
      "name": "CVE-2019-3018",
      "url": "https://www.cve.org/CVERecord?id=CVE-2019-3018"
    },
    {
      "name": "CVE-2019-2974",
      "url": "https://www.cve.org/CVERecord?id=CVE-2019-2974"
    },
    {
      "name": "CVE-2019-2991",
      "url": "https://www.cve.org/CVERecord?id=CVE-2019-2991"
    },
    {
      "name": "CVE-2019-2997",
      "url": "https://www.cve.org/CVERecord?id=CVE-2019-2997"
    },
    {
      "name": "CVE-2019-2938",
      "url": "https://www.cve.org/CVERecord?id=CVE-2019-2938"
    },
    {
      "name": "CVE-2019-3003",
      "url": "https://www.cve.org/CVERecord?id=CVE-2019-3003"
    },
    {
      "name": "CVE-2019-2982",
      "url": "https://www.cve.org/CVERecord?id=CVE-2019-2982"
    },
    {
      "name": "CVE-2019-2963",
      "url": "https://www.cve.org/CVERecord?id=CVE-2019-2963"
    },
    {
      "name": "CVE-2020-2579",
      "url": "https://www.cve.org/CVERecord?id=CVE-2020-2579"
    },
    {
      "name": "CVE-2020-2584",
      "url": "https://www.cve.org/CVERecord?id=CVE-2020-2584"
    },
    {
      "name": "CVE-2020-2577",
      "url": "https://www.cve.org/CVERecord?id=CVE-2020-2577"
    },
    {
      "name": "CVE-2020-2679",
      "url": "https://www.cve.org/CVERecord?id=CVE-2020-2679"
    },
    {
      "name": "CVE-2020-2570",
      "url": "https://www.cve.org/CVERecord?id=CVE-2020-2570"
    },
    {
      "name": "CVE-2020-2572",
      "url": "https://www.cve.org/CVERecord?id=CVE-2020-2572"
    },
    {
      "name": "CVE-2020-2627",
      "url": "https://www.cve.org/CVERecord?id=CVE-2020-2627"
    },
    {
      "name": "CVE-2020-2660",
      "url": "https://www.cve.org/CVERecord?id=CVE-2020-2660"
    },
    {
      "name": "CVE-2020-2589",
      "url": "https://www.cve.org/CVERecord?id=CVE-2020-2589"
    },
    {
      "name": "CVE-2020-2573",
      "url": "https://www.cve.org/CVERecord?id=CVE-2020-2573"
    },
    {
      "name": "CVE-2020-2686",
      "url": "https://www.cve.org/CVERecord?id=CVE-2020-2686"
    },
    {
      "name": "CVE-2020-2694",
      "url": "https://www.cve.org/CVERecord?id=CVE-2020-2694"
    },
    {
      "name": "CVE-2020-2574",
      "url": "https://www.cve.org/CVERecord?id=CVE-2020-2574"
    },
    {
      "name": "CVE-2020-2770",
      "url": "https://www.cve.org/CVERecord?id=CVE-2020-2770"
    },
    {
      "name": "CVE-2020-2925",
      "url": "https://www.cve.org/CVERecord?id=CVE-2020-2925"
    },
    {
      "name": "CVE-2020-2853",
      "url": "https://www.cve.org/CVERecord?id=CVE-2020-2853"
    },
    {
      "name": "CVE-2020-2774",
      "url": "https://www.cve.org/CVERecord?id=CVE-2020-2774"
    },
    {
      "name": "CVE-2020-2928",
      "url": "https://www.cve.org/CVERecord?id=CVE-2020-2928"
    },
    {
      "name": "CVE-2020-2897",
      "url": "https://www.cve.org/CVERecord?id=CVE-2020-2897"
    },
    {
      "name": "CVE-2020-2812",
      "url": "https://www.cve.org/CVERecord?id=CVE-2020-2812"
    },
    {
      "name": "CVE-2020-2765",
      "url": "https://www.cve.org/CVERecord?id=CVE-2020-2765"
    },
    {
      "name": "CVE-2020-2761",
      "url": "https://www.cve.org/CVERecord?id=CVE-2020-2761"
    },
    {
      "name": "CVE-2020-2790",
      "url": "https://www.cve.org/CVERecord?id=CVE-2020-2790"
    },
    {
      "name": "CVE-2020-2752",
      "url": "https://www.cve.org/CVERecord?id=CVE-2020-2752"
    },
    {
      "name": "CVE-2020-2904",
      "url": "https://www.cve.org/CVERecord?id=CVE-2020-2904"
    },
    {
      "name": "CVE-2020-2893",
      "url": "https://www.cve.org/CVERecord?id=CVE-2020-2893"
    },
    {
      "name": "CVE-2020-2760",
      "url": "https://www.cve.org/CVERecord?id=CVE-2020-2760"
    },
    {
      "name": "CVE-2020-2780",
      "url": "https://www.cve.org/CVERecord?id=CVE-2020-2780"
    },
    {
      "name": "CVE-2020-2903",
      "url": "https://www.cve.org/CVERecord?id=CVE-2020-2903"
    },
    {
      "name": "CVE-2020-2924",
      "url": "https://www.cve.org/CVERecord?id=CVE-2020-2924"
    },
    {
      "name": "CVE-2020-2806",
      "url": "https://www.cve.org/CVERecord?id=CVE-2020-2806"
    },
    {
      "name": "CVE-2020-2922",
      "url": "https://www.cve.org/CVERecord?id=CVE-2020-2922"
    },
    {
      "name": "CVE-2020-2901",
      "url": "https://www.cve.org/CVERecord?id=CVE-2020-2901"
    },
    {
      "name": "CVE-2020-2926",
      "url": "https://www.cve.org/CVERecord?id=CVE-2020-2926"
    },
    {
      "name": "CVE-2020-2923",
      "url": "https://www.cve.org/CVERecord?id=CVE-2020-2923"
    },
    {
      "name": "CVE-2020-2921",
      "url": "https://www.cve.org/CVERecord?id=CVE-2020-2921"
    },
    {
      "name": "CVE-2020-2779",
      "url": "https://www.cve.org/CVERecord?id=CVE-2020-2779"
    },
    {
      "name": "CVE-2020-2892",
      "url": "https://www.cve.org/CVERecord?id=CVE-2020-2892"
    },
    {
      "name": "CVE-2020-2896",
      "url": "https://www.cve.org/CVERecord?id=CVE-2020-2896"
    },
    {
      "name": "CVE-2020-2804",
      "url": "https://www.cve.org/CVERecord?id=CVE-2020-2804"
    },
    {
      "name": "CVE-2020-2895",
      "url": "https://www.cve.org/CVERecord?id=CVE-2020-2895"
    },
    {
      "name": "CVE-2020-2930",
      "url": "https://www.cve.org/CVERecord?id=CVE-2020-2930"
    },
    {
      "name": "CVE-2020-2814",
      "url": "https://www.cve.org/CVERecord?id=CVE-2020-2814"
    },
    {
      "name": "CVE-2020-2759",
      "url": "https://www.cve.org/CVERecord?id=CVE-2020-2759"
    },
    {
      "name": "CVE-2020-2763",
      "url": "https://www.cve.org/CVERecord?id=CVE-2020-2763"
    },
    {
      "name": "CVE-2020-14550",
      "url": "https://www.cve.org/CVERecord?id=CVE-2020-14550"
    },
    {
      "name": "CVE-2020-14567",
      "url": "https://www.cve.org/CVERecord?id=CVE-2020-14567"
    },
    {
      "name": "CVE-2020-14559",
      "url": "https://www.cve.org/CVERecord?id=CVE-2020-14559"
    },
    {
      "name": "CVE-2020-14576",
      "url": "https://www.cve.org/CVERecord?id=CVE-2020-14576"
    },
    {
      "name": "CVE-2020-14540",
      "url": "https://www.cve.org/CVERecord?id=CVE-2020-14540"
    },
    {
      "name": "CVE-2020-14547",
      "url": "https://www.cve.org/CVERecord?id=CVE-2020-14547"
    },
    {
      "name": "CVE-2020-14553",
      "url": "https://www.cve.org/CVERecord?id=CVE-2020-14553"
    },
    {
      "name": "CVE-2020-14539",
      "url": "https://www.cve.org/CVERecord?id=CVE-2020-14539"
    },
    {
      "name": "CVE-2020-14845",
      "url": "https://www.cve.org/CVERecord?id=CVE-2020-14845"
    },
    {
      "name": "CVE-2020-14799",
      "url": "https://www.cve.org/CVERecord?id=CVE-2020-14799"
    },
    {
      "name": "CVE-2020-14793",
      "url": "https://www.cve.org/CVERecord?id=CVE-2020-14793"
    },
    {
      "name": "CVE-2020-14888",
      "url": "https://www.cve.org/CVERecord?id=CVE-2020-14888"
    },
    {
      "name": "CVE-2020-14790",
      "url": "https://www.cve.org/CVERecord?id=CVE-2020-14790"
    },
    {
      "name": "CVE-2020-14789",
      "url": "https://www.cve.org/CVERecord?id=CVE-2020-14789"
    },
    {
      "name": "CVE-2020-14672",
      "url": "https://www.cve.org/CVERecord?id=CVE-2020-14672"
    },
    {
      "name": "CVE-2020-14846",
      "url": "https://www.cve.org/CVERecord?id=CVE-2020-14846"
    },
    {
      "name": "CVE-2020-14771",
      "url": "https://www.cve.org/CVERecord?id=CVE-2020-14771"
    },
    {
      "name": "CVE-2020-14873",
      "url": "https://www.cve.org/CVERecord?id=CVE-2020-14873"
    },
    {
      "name": "CVE-2020-14791",
      "url": "https://www.cve.org/CVERecord?id=CVE-2020-14791"
    },
    {
      "name": "CVE-2020-14769",
      "url": "https://www.cve.org/CVERecord?id=CVE-2020-14769"
    },
    {
      "name": "CVE-2020-14844",
      "url": "https://www.cve.org/CVERecord?id=CVE-2020-14844"
    },
    {
      "name": "CVE-2020-14809",
      "url": "https://www.cve.org/CVERecord?id=CVE-2020-14809"
    },
    {
      "name": "CVE-2020-14860",
      "url": "https://www.cve.org/CVERecord?id=CVE-2020-14860"
    },
    {
      "name": "CVE-2020-14866",
      "url": "https://www.cve.org/CVERecord?id=CVE-2020-14866"
    },
    {
      "name": "CVE-2020-14861",
      "url": "https://www.cve.org/CVERecord?id=CVE-2020-14861"
    },
    {
      "name": "CVE-2020-14773",
      "url": "https://www.cve.org/CVERecord?id=CVE-2020-14773"
    },
    {
      "name": "CVE-2020-14776",
      "url": "https://www.cve.org/CVERecord?id=CVE-2020-14776"
    },
    {
      "name": "CVE-2020-14852",
      "url": "https://www.cve.org/CVERecord?id=CVE-2020-14852"
    },
    {
      "name": "CVE-2020-14760",
      "url": "https://www.cve.org/CVERecord?id=CVE-2020-14760"
    },
    {
      "name": "CVE-2020-14870",
      "url": "https://www.cve.org/CVERecord?id=CVE-2020-14870"
    },
    {
      "name": "CVE-2020-14837",
      "url": "https://www.cve.org/CVERecord?id=CVE-2020-14837"
    },
    {
      "name": "CVE-2020-14893",
      "url": "https://www.cve.org/CVERecord?id=CVE-2020-14893"
    },
    {
      "name": "CVE-2020-14836",
      "url": "https://www.cve.org/CVERecord?id=CVE-2020-14836"
    },
    {
      "name": "CVE-2020-14829",
      "url": "https://www.cve.org/CVERecord?id=CVE-2020-14829"
    },
    {
      "name": "CVE-2020-14868",
      "url": "https://www.cve.org/CVERecord?id=CVE-2020-14868"
    },
    {
      "name": "CVE-2020-14827",
      "url": "https://www.cve.org/CVERecord?id=CVE-2020-14827"
    },
    {
      "name": "CVE-2020-14839",
      "url": "https://www.cve.org/CVERecord?id=CVE-2020-14839"
    },
    {
      "name": "CVE-2020-14777",
      "url": "https://www.cve.org/CVERecord?id=CVE-2020-14777"
    },
    {
      "name": "CVE-2020-14812",
      "url": "https://www.cve.org/CVERecord?id=CVE-2020-14812"
    },
    {
      "name": "CVE-2020-14775",
      "url": "https://www.cve.org/CVERecord?id=CVE-2020-14775"
    },
    {
      "name": "CVE-2020-14838",
      "url": "https://www.cve.org/CVERecord?id=CVE-2020-14838"
    },
    {
      "name": "CVE-2020-14869",
      "url": "https://www.cve.org/CVERecord?id=CVE-2020-14869"
    },
    {
      "name": "CVE-2020-14765",
      "url": "https://www.cve.org/CVERecord?id=CVE-2020-14765"
    },
    {
      "name": "CVE-2020-14814",
      "url": "https://www.cve.org/CVERecord?id=CVE-2020-14814"
    },
    {
      "name": "CVE-2020-14821",
      "url": "https://www.cve.org/CVERecord?id=CVE-2020-14821"
    },
    {
      "name": "CVE-2020-14830",
      "url": "https://www.cve.org/CVERecord?id=CVE-2020-14830"
    },
    {
      "name": "CVE-2020-14828",
      "url": "https://www.cve.org/CVERecord?id=CVE-2020-14828"
    },
    {
      "name": "CVE-2020-14804",
      "url": "https://www.cve.org/CVERecord?id=CVE-2020-14804"
    },
    {
      "name": "CVE-2020-14800",
      "url": "https://www.cve.org/CVERecord?id=CVE-2020-14800"
    },
    {
      "name": "CVE-2020-14891",
      "url": "https://www.cve.org/CVERecord?id=CVE-2020-14891"
    },
    {
      "name": "CVE-2020-14848",
      "url": "https://www.cve.org/CVERecord?id=CVE-2020-14848"
    },
    {
      "name": "CVE-2020-14867",
      "url": "https://www.cve.org/CVERecord?id=CVE-2020-14867"
    },
    {
      "name": "CVE-2020-14785",
      "url": "https://www.cve.org/CVERecord?id=CVE-2020-14785"
    },
    {
      "name": "CVE-2020-14794",
      "url": "https://www.cve.org/CVERecord?id=CVE-2020-14794"
    },
    {
      "name": "CVE-2020-14786",
      "url": "https://www.cve.org/CVERecord?id=CVE-2020-14786"
    },
    {
      "name": "CVE-2020-15358",
      "url": "https://www.cve.org/CVERecord?id=CVE-2020-15358"
    },
    {
      "name": "CVE-2020-1971",
      "url": "https://www.cve.org/CVERecord?id=CVE-2020-1971"
    },
    {
      "name": "CVE-2021-2010",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-2010"
    },
    {
      "name": "CVE-2021-2001",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-2001"
    },
    {
      "name": "CVE-2021-2060",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-2060"
    },
    {
      "name": "CVE-2021-2014",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-2014"
    },
    {
      "name": "CVE-2021-2032",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-2032"
    },
    {
      "name": "CVE-2021-2036",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-2036"
    },
    {
      "name": "CVE-2021-2007",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-2007"
    },
    {
      "name": "CVE-2021-2011",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-2011"
    },
    {
      "name": "CVE-2021-2022",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-2022"
    },
    {
      "name": "CVE-2019-25013",
      "url": "https://www.cve.org/CVERecord?id=CVE-2019-25013"
    },
    {
      "name": "CVE-2021-2308",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-2308"
    },
    {
      "name": "CVE-2021-2213",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-2213"
    },
    {
      "name": "CVE-2021-2172",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-2172"
    },
    {
      "name": "CVE-2021-2293",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-2293"
    },
    {
      "name": "CVE-2021-2208",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-2208"
    },
    {
      "name": "CVE-2021-2196",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-2196"
    },
    {
      "name": "CVE-2021-2194",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-2194"
    },
    {
      "name": "CVE-2021-2298",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-2298"
    },
    {
      "name": "CVE-2021-2162",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-2162"
    },
    {
      "name": "CVE-2021-2179",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-2179"
    },
    {
      "name": "CVE-2021-2307",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-2307"
    },
    {
      "name": "CVE-2021-2217",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-2217"
    },
    {
      "name": "CVE-2021-2180",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-2180"
    },
    {
      "name": "CVE-2021-2203",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-2203"
    },
    {
      "name": "CVE-2021-2144",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-2144"
    },
    {
      "name": "CVE-2021-2226",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-2226"
    },
    {
      "name": "CVE-2021-2232",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-2232"
    },
    {
      "name": "CVE-2021-2169",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-2169"
    },
    {
      "name": "CVE-2021-2301",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-2301"
    },
    {
      "name": "CVE-2021-2202",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-2202"
    },
    {
      "name": "CVE-2021-2166",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-2166"
    },
    {
      "name": "CVE-2021-2174",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-2174"
    },
    {
      "name": "CVE-2021-2154",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-2154"
    },
    {
      "name": "CVE-2021-2193",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-2193"
    },
    {
      "name": "CVE-2021-2300",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-2300"
    },
    {
      "name": "CVE-2021-2299",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-2299"
    },
    {
      "name": "CVE-2021-2212",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-2212"
    },
    {
      "name": "CVE-2021-2178",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-2178"
    },
    {
      "name": "CVE-2021-2146",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-2146"
    },
    {
      "name": "CVE-2021-2230",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-2230"
    },
    {
      "name": "CVE-2021-2278",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-2278"
    },
    {
      "name": "CVE-2021-2164",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-2164"
    },
    {
      "name": "CVE-2021-2201",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-2201"
    },
    {
      "name": "CVE-2021-2170",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-2170"
    },
    {
      "name": "CVE-2021-2304",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-2304"
    },
    {
      "name": "CVE-2021-2160",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-2160"
    },
    {
      "name": "CVE-2021-2171",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-2171"
    },
    {
      "name": "CVE-2021-2305",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-2305"
    },
    {
      "name": "CVE-2021-2215",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-2215"
    },
    {
      "name": "CVE-2021-25214",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-25214"
    },
    {
      "name": "CVE-2012-6153",
      "url": "https://www.cve.org/CVERecord?id=CVE-2012-6153"
    },
    {
      "name": "CVE-2020-10878",
      "url": "https://www.cve.org/CVERecord?id=CVE-2020-10878"
    },
    {
      "name": "CVE-2021-2370",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-2370"
    },
    {
      "name": "CVE-2021-2389",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-2389"
    },
    {
      "name": "CVE-2021-2444",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-2444"
    },
    {
      "name": "CVE-2021-2429",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-2429"
    },
    {
      "name": "CVE-2021-2426",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-2426"
    },
    {
      "name": "CVE-2021-2427",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-2427"
    },
    {
      "name": "CVE-2021-2339",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-2339"
    },
    {
      "name": "CVE-2021-2425",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-2425"
    },
    {
      "name": "CVE-2021-2387",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-2387"
    },
    {
      "name": "CVE-2021-2383",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-2383"
    },
    {
      "name": "CVE-2021-2372",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-2372"
    },
    {
      "name": "CVE-2021-2399",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-2399"
    },
    {
      "name": "CVE-2021-2384",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-2384"
    },
    {
      "name": "CVE-2021-2412",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-2412"
    },
    {
      "name": "CVE-2021-2441",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-2441"
    },
    {
      "name": "CVE-2021-2410",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-2410"
    },
    {
      "name": "CVE-2021-2342",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-2342"
    },
    {
      "name": "CVE-2021-2437",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-2437"
    },
    {
      "name": "CVE-2021-2417",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-2417"
    },
    {
      "name": "CVE-2021-2424",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-2424"
    },
    {
      "name": "CVE-2021-2385",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-2385"
    },
    {
      "name": "CVE-2021-2357",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-2357"
    },
    {
      "name": "CVE-2021-2352",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-2352"
    },
    {
      "name": "CVE-2021-2402",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-2402"
    },
    {
      "name": "CVE-2021-2440",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-2440"
    },
    {
      "name": "CVE-2021-2340",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-2340"
    },
    {
      "name": "CVE-2021-2390",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-2390"
    },
    {
      "name": "CVE-2021-2374",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-2374"
    },
    {
      "name": "CVE-2021-2356",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-2356"
    },
    {
      "name": "CVE-2021-2411",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-2411"
    },
    {
      "name": "CVE-2021-2418",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-2418"
    },
    {
      "name": "CVE-2021-2367",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-2367"
    },
    {
      "name": "CVE-2021-2354",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-2354"
    },
    {
      "name": "CVE-2021-2422",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-2422"
    },
    {
      "name": "CVE-2020-10543",
      "url": "https://www.cve.org/CVERecord?id=CVE-2020-10543"
    },
    {
      "name": "CVE-2020-12723",
      "url": "https://www.cve.org/CVERecord?id=CVE-2020-12723"
    },
    {
      "name": "CVE-2020-10029",
      "url": "https://www.cve.org/CVERecord?id=CVE-2020-10029"
    },
    {
      "name": "CVE-2021-23337",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-23337"
    },
    {
      "name": "CVE-2020-28500",
      "url": "https://www.cve.org/CVERecord?id=CVE-2020-28500"
    },
    {
      "name": "CVE-2019-18276",
      "url": "https://www.cve.org/CVERecord?id=CVE-2019-18276"
    },
    {
      "name": "CVE-2021-3421",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-3421"
    },
    {
      "name": "CVE-2021-3326",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-3326"
    },
    {
      "name": "CVE-2019-2708",
      "url": "https://www.cve.org/CVERecord?id=CVE-2019-2708"
    },
    {
      "name": "CVE-2020-27618",
      "url": "https://www.cve.org/CVERecord?id=CVE-2020-27618"
    },
    {
      "name": "CVE-2021-35640",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-35640"
    },
    {
      "name": "CVE-2021-35626",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-35626"
    },
    {
      "name": "CVE-2021-2478",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-2478"
    },
    {
      "name": "CVE-2021-35624",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-35624"
    },
    {
      "name": "CVE-2021-35583",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-35583"
    },
    {
      "name": "CVE-2021-35628",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-35628"
    },
    {
      "name": "CVE-2021-35630",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-35630"
    },
    {
      "name": "CVE-2021-35644",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-35644"
    },
    {
      "name": "CVE-2021-2479",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-2479"
    },
    {
      "name": "CVE-2021-35638",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-35638"
    },
    {
      "name": "CVE-2021-35646",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-35646"
    },
    {
      "name": "CVE-2021-35596",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-35596"
    },
    {
      "name": "CVE-2021-35643",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-35643"
    },
    {
      "name": "CVE-2021-35637",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-35637"
    },
    {
      "name": "CVE-2021-35623",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-35623"
    },
    {
      "name": "CVE-2021-35632",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-35632"
    },
    {
      "name": "CVE-2021-35641",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-35641"
    },
    {
      "name": "CVE-2021-35604",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-35604"
    },
    {
      "name": "CVE-2021-35636",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-35636"
    },
    {
      "name": "CVE-2021-35546",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-35546"
    },
    {
      "name": "CVE-2021-35627",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-35627"
    },
    {
      "name": "CVE-2021-35625",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-35625"
    },
    {
      "name": "CVE-2021-35608",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-35608"
    },
    {
      "name": "CVE-2021-35597",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-35597"
    },
    {
      "name": "CVE-2021-35537",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-35537"
    },
    {
      "name": "CVE-2021-2481",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-2481"
    },
    {
      "name": "CVE-2021-35622",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-35622"
    },
    {
      "name": "CVE-2021-35610",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-35610"
    },
    {
      "name": "CVE-2021-35633",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-35633"
    },
    {
      "name": "CVE-2021-35634",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-35634"
    },
    {
      "name": "CVE-2021-35629",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-35629"
    },
    {
      "name": "CVE-2021-35631",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-35631"
    },
    {
      "name": "CVE-2021-35645",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-35645"
    },
    {
      "name": "CVE-2021-35647",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-35647"
    },
    {
      "name": "CVE-2021-35612",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-35612"
    },
    {
      "name": "CVE-2021-35639",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-35639"
    },
    {
      "name": "CVE-2021-35648",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-35648"
    },
    {
      "name": "CVE-2021-35607",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-35607"
    },
    {
      "name": "CVE-2021-35602",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-35602"
    },
    {
      "name": "CVE-2021-35577",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-35577"
    },
    {
      "name": "CVE-2021-35642",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-35642"
    },
    {
      "name": "CVE-2021-35575",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-35575"
    },
    {
      "name": "CVE-2021-35635",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-35635"
    },
    {
      "name": "CVE-2021-35591",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-35591"
    },
    {
      "name": "CVE-2021-25219",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-25219"
    },
    {
      "name": "CVE-2021-3875",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-3875"
    },
    {
      "name": "CVE-2019-10744",
      "url": "https://www.cve.org/CVERecord?id=CVE-2019-10744"
    },
    {
      "name": "CVE-2022-21352",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-21352"
    },
    {
      "name": "CVE-2022-21304",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-21304"
    },
    {
      "name": "CVE-2022-21254",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-21254"
    },
    {
      "name": "CVE-2022-21265",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-21265"
    },
    {
      "name": "CVE-2022-21348",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-21348"
    },
    {
      "name": "CVE-2022-21372",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-21372"
    },
    {
      "name": "CVE-2022-21245",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-21245"
    },
    {
      "name": "CVE-2022-21368",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-21368"
    },
    {
      "name": "CVE-2022-21339",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-21339"
    },
    {
      "name": "CVE-2022-21264",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-21264"
    },
    {
      "name": "CVE-2022-21297",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-21297"
    },
    {
      "name": "CVE-2022-21379",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-21379"
    },
    {
      "name": "CVE-2022-21253",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-21253"
    },
    {
      "name": "CVE-2022-21301",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-21301"
    },
    {
      "name": "CVE-2022-21378",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-21378"
    },
    {
      "name": "CVE-2022-21370",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-21370"
    },
    {
      "name": "CVE-2022-21302",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-21302"
    },
    {
      "name": "CVE-2022-21249",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-21249"
    },
    {
      "name": "CVE-2022-21344",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-21344"
    },
    {
      "name": "CVE-2022-21270",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-21270"
    },
    {
      "name": "CVE-2022-21367",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-21367"
    },
    {
      "name": "CVE-2022-21342",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-21342"
    },
    {
      "name": "CVE-2022-21362",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-21362"
    },
    {
      "name": "CVE-2022-21303",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-21303"
    },
    {
      "name": "CVE-2022-21256",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-21256"
    },
    {
      "name": "CVE-2022-21358",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-21358"
    },
    {
      "name": "CVE-2022-21374",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-21374"
    },
    {
      "name": "CVE-2022-3602",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-3602"
    },
    {
      "name": "CVE-2022-2309",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-2309"
    },
    {
      "name": "CVE-2022-29824",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-29824"
    },
    {
      "name": "CVE-2022-35737",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-35737"
    },
    {
      "name": "CVE-2022-40303",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-40303"
    },
    {
      "name": "CVE-2022-40304",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-40304"
    },
    {
      "name": "CVE-2020-8203",
      "url": "https://www.cve.org/CVERecord?id=CVE-2020-8203"
    },
    {
      "name": "CVE-2022-3786",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-3786"
    },
    {
      "name": "CVE-2022-2795",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-2795"
    },
    {
      "name": "CVE-2022-34903",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-34903"
    },
    {
      "name": "CVE-2022-3515",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-3515"
    },
    {
      "name": "CVE-2022-3996",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-3996"
    },
    {
      "name": "CVE-2022-22942",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-22942"
    },
    {
      "name": "CVE-2021-4193",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-4193"
    },
    {
      "name": "CVE-2020-15366",
      "url": "https://www.cve.org/CVERecord?id=CVE-2020-15366"
    },
    {
      "name": "CVE-2022-22965",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-22965"
    },
    {
      "name": "CVE-2022-0213",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-0213"
    },
    {
      "name": "CVE-2022-21418",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-21418"
    },
    {
      "name": "CVE-2022-21412",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-21412"
    },
    {
      "name": "CVE-2022-21437",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-21437"
    },
    {
      "name": "CVE-2022-21478",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-21478"
    },
    {
      "name": "CVE-2022-21479",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-21479"
    },
    {
      "name": "CVE-2022-21438",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-21438"
    },
    {
      "name": "CVE-2022-21440",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-21440"
    },
    {
      "name": "CVE-2022-21451",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-21451"
    },
    {
      "name": "CVE-2022-21427",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-21427"
    },
    {
      "name": "CVE-2022-21415",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-21415"
    },
    {
      "name": "CVE-2022-21459",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-21459"
    },
    {
      "name": "CVE-2022-21460",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-21460"
    },
    {
      "name": "CVE-2022-21414",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-21414"
    },
    {
      "name": "CVE-2022-21413",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-21413"
    },
    {
      "name": "CVE-2022-21436",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-21436"
    },
    {
      "name": "CVE-2022-21435",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-21435"
    },
    {
      "name": "CVE-2022-21462",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-21462"
    },
    {
      "name": "CVE-2022-21444",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-21444"
    },
    {
      "name": "CVE-2022-21417",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-21417"
    },
    {
      "name": "CVE-2022-21457",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-21457"
    },
    {
      "name": "CVE-2022-21425",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-21425"
    },
    {
      "name": "CVE-2022-21452",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-21452"
    },
    {
      "name": "CVE-2021-20266",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-20266"
    },
    {
      "name": "CVE-2022-1292",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-1292"
    },
    {
      "name": "CVE-2022-1473",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-1473"
    },
    {
      "name": "CVE-2021-3521",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-3521"
    },
    {
      "name": "CVE-2021-4122",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-4122"
    },
    {
      "name": "CVE-2022-2068",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-2068"
    },
    {
      "name": "CVE-2017-7500",
      "url": "https://www.cve.org/CVERecord?id=CVE-2017-7500"
    },
    {
      "name": "CVE-2021-33574",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-33574"
    },
    {
      "name": "CVE-2017-11164",
      "url": "https://www.cve.org/CVERecord?id=CVE-2017-11164"
    },
    {
      "name": "CVE-2022-21525",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-21525"
    },
    {
      "name": "CVE-2022-21537",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-21537"
    },
    {
      "name": "CVE-2022-21455",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-21455"
    },
    {
      "name": "CVE-2022-21534",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-21534"
    },
    {
      "name": "CVE-2022-21528",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-21528"
    },
    {
      "name": "CVE-2022-21529",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-21529"
    },
    {
      "name": "CVE-2022-21531",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-21531"
    },
    {
      "name": "CVE-2022-21515",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-21515"
    },
    {
      "name": "CVE-2022-21538",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-21538"
    },
    {
      "name": "CVE-2022-21527",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-21527"
    },
    {
      "name": "CVE-2022-21517",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-21517"
    },
    {
      "name": "CVE-2022-21539",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-21539"
    },
    {
      "name": "CVE-2022-21556",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-21556"
    },
    {
      "name": "CVE-2022-21509",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-21509"
    },
    {
      "name": "CVE-2022-21553",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-21553"
    },
    {
      "name": "CVE-2022-21530",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-21530"
    },
    {
      "name": "CVE-2022-21522",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-21522"
    },
    {
      "name": "CVE-2022-21547",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-21547"
    },
    {
      "name": "CVE-2022-21569",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-21569"
    },
    {
      "name": "CVE-2022-21526",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-21526"
    },
    {
      "name": "CVE-2021-3999",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-3999"
    },
    {
      "name": "CVE-2022-23218",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-23218"
    },
    {
      "name": "CVE-2022-23219",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-23219"
    },
    {
      "name": "CVE-2022-27782",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-27782"
    },
    {
      "name": "CVE-2021-25220",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-25220"
    },
    {
      "name": "CVE-2022-0396",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-0396"
    },
    {
      "name": "CVE-2022-3358",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-3358"
    },
    {
      "name": "CVE-2022-1271",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-1271"
    },
    {
      "name": "CVE-2012-5783",
      "url": "https://www.cve.org/CVERecord?id=CVE-2012-5783"
    },
    {
      "name": "CVE-2022-21592",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-21592"
    },
    {
      "name": "CVE-2022-21617",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-21617"
    },
    {
      "name": "CVE-2022-21595",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-21595"
    },
    {
      "name": "CVE-2022-21608",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-21608"
    },
    {
      "name": "CVE-2022-21589",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-21589"
    },
    {
      "name": "CVE-2023-21863",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-21863"
    },
    {
      "name": "CVE-2023-21873",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-21873"
    },
    {
      "name": "CVE-2023-21879",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-21879"
    },
    {
      "name": "CVE-2023-21880",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-21880"
    },
    {
      "name": "CVE-2023-21869",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-21869"
    },
    {
      "name": "CVE-2023-21872",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-21872"
    },
    {
      "name": "CVE-2023-21877",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-21877"
    },
    {
      "name": "CVE-2023-21870",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-21870"
    },
    {
      "name": "CVE-2023-21887",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-21887"
    },
    {
      "name": "CVE-2023-21836",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-21836"
    },
    {
      "name": "CVE-2023-21881",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-21881"
    },
    {
      "name": "CVE-2023-21876",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-21876"
    },
    {
      "name": "CVE-2023-21840",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-21840"
    },
    {
      "name": "CVE-2023-21878",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-21878"
    },
    {
      "name": "CVE-2023-21866",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-21866"
    },
    {
      "name": "CVE-2023-21875",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-21875"
    },
    {
      "name": "CVE-2023-21865",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-21865"
    },
    {
      "name": "CVE-2023-21883",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-21883"
    },
    {
      "name": "CVE-2023-21867",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-21867"
    },
    {
      "name": "CVE-2023-21874",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-21874"
    },
    {
      "name": "CVE-2023-21871",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-21871"
    },
    {
      "name": "CVE-2023-0286",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-0286"
    },
    {
      "name": "CVE-2023-0401",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-0401"
    },
    {
      "name": "CVE-2023-0215",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-0215"
    },
    {
      "name": "CVE-2023-0217",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-0217"
    },
    {
      "name": "CVE-2023-0216",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-0216"
    },
    {
      "name": "CVE-2022-4450",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-4450"
    },
    {
      "name": "CVE-2022-4415",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-4415"
    },
    {
      "name": "CVE-2023-24329",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-24329"
    },
    {
      "name": "CVE-2023-0464",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-0464"
    },
    {
      "name": "CVE-2023-21963",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-21963"
    },
    {
      "name": "CVE-2023-21977",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-21977"
    },
    {
      "name": "CVE-2023-21912",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-21912"
    },
    {
      "name": "CVE-2023-29469",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-29469"
    },
    {
      "name": "CVE-2023-28484",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-28484"
    },
    {
      "name": "CVE-2023-20873",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-20873"
    },
    {
      "name": "CVE-2023-20883",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-20883"
    },
    {
      "name": "CVE-2023-27535",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-27535"
    },
    {
      "name": "CVE-2023-27538",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-27538"
    },
    {
      "name": "CVE-2023-27536",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-27536"
    },
    {
      "name": "CVE-2023-27537",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-27537"
    },
    {
      "name": "CVE-2020-1752",
      "url": "https://www.cve.org/CVERecord?id=CVE-2020-1752"
    },
    {
      "name": "CVE-2021-35942",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-35942"
    },
    {
      "name": "CVE-2021-38604",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-38604"
    },
    {
      "name": "CVE-2020-29562",
      "url": "https://www.cve.org/CVERecord?id=CVE-2020-29562"
    },
    {
      "name": "CVE-2021-27645",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-27645"
    },
    {
      "name": "CVE-2023-28322",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-28322"
    },
    {
      "name": "CVE-2022-46908",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-46908"
    },
    {
      "name": "CVE-2023-28320",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-28320"
    },
    {
      "name": "CVE-2023-28321",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-28321"
    },
    {
      "name": "CVE-2023-22053",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-22053"
    },
    {
      "name": "CVE-2023-22007",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-22007"
    },
    {
      "name": "CVE-2022-4899",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-4899"
    },
    {
      "name": "CVE-2022-25883",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-25883"
    },
    {
      "name": "CVE-2023-40403",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-40403"
    },
    {
      "name": "CVE-2023-4911",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-4911"
    },
    {
      "name": "CVE-2023-44487",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-44487"
    },
    {
      "name": "CVE-2016-1000027",
      "url": "https://www.cve.org/CVERecord?id=CVE-2016-1000027"
    },
    {
      "name": "CVE-2023-35116",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-35116"
    },
    {
      "name": "CVE-2023-22097",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-22097"
    },
    {
      "name": "CVE-2023-22084",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-22084"
    },
    {
      "name": "CVE-2023-22026",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-22026"
    },
    {
      "name": "CVE-2023-22028",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-22028"
    },
    {
      "name": "CVE-2023-22015",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-22015"
    },
    {
      "name": "CVE-2023-22103",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-22103"
    },
    {
      "name": "CVE-2023-22068",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-22068"
    },
    {
      "name": "CVE-2023-22078",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-22078"
    },
    {
      "name": "CVE-2023-38546",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-38546"
    },
    {
      "name": "CVE-2023-22059",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-22059"
    },
    {
      "name": "CVE-2023-22066",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-22066"
    },
    {
      "name": "CVE-2023-22114",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-22114"
    },
    {
      "name": "CVE-2023-22070",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-22070"
    },
    {
      "name": "CVE-2023-22032",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-22032"
    },
    {
      "name": "CVE-2023-5363",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-5363"
    },
    {
      "name": "CVE-2023-4807",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-4807"
    },
    {
      "name": "CVE-2023-45853",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-45853"
    },
    {
      "name": "CVE-2023-5678",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-5678"
    },
    {
      "name": "CVE-2023-40217",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-40217"
    },
    {
      "name": "CVE-2023-45803",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-45803"
    },
    {
      "name": "CVE-2021-22570",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-22570"
    },
    {
      "name": "CVE-2023-2603",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-2603"
    },
    {
      "name": "CVE-2023-2602",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-2602"
    },
    {
      "name": "CVE-2023-4527",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-4527"
    },
    {
      "name": "CVE-2023-4813",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-4813"
    },
    {
      "name": "CVE-2023-4806",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-4806"
    },
    {
      "name": "CVE-2022-48303",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-48303"
    },
    {
      "name": "CVE-2023-34055",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-34055"
    },
    {
      "name": "CVE-2023-4039",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-4039"
    },
    {
      "name": "CVE-2022-3715",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-3715"
    },
    {
      "name": "CVE-2023-0687",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-0687"
    },
    {
      "name": "CVE-2023-5156",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-5156"
    },
    {
      "name": "CVE-2022-48522",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-48522"
    },
    {
      "name": "CVE-2023-39615",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-39615"
    },
    {
      "name": "CVE-2021-46848",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-46848"
    },
    {
      "name": "CVE-2021-33294",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-33294"
    },
    {
      "name": "CVE-2021-43618",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-43618"
    },
    {
      "name": "CVE-2023-45322",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-45322"
    },
    {
      "name": "CVE-2022-28321",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-28321"
    },
    {
      "name": "CVE-2023-4016",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-4016"
    },
    {
      "name": "CVE-2013-4235",
      "url": "https://www.cve.org/CVERecord?id=CVE-2013-4235"
    },
    {
      "name": "CVE-2023-34969",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-34969"
    },
    {
      "name": "CVE-2021-20193",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-20193"
    },
    {
      "name": "CVE-2023-29383",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-29383"
    },
    {
      "name": "CVE-2023-5981",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-5981"
    },
    {
      "name": "CVE-2023-48795",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-48795"
    },
    {
      "name": "CVE-2023-6237",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-6237"
    },
    {
      "name": "CVE-2023-31484",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-31484"
    },
    {
      "name": "CVE-2023-36054",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-36054"
    },
    {
      "name": "CVE-2023-7104",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-7104"
    },
    {
      "name": "CVE-2023-6129",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-6129"
    },
    {
      "name": "CVE-2023-46218",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-46218"
    },
    {
      "name": "CVE-2023-46219",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-46219"
    },
    {
      "name": "CVE-2024-0727",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-0727"
    },
    {
      "name": "CVE-2023-47100",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-47100"
    },
    {
      "name": "CVE-2023-47038",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-47038"
    },
    {
      "name": "CVE-2023-39325",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-39325"
    },
    {
      "name": "CVE-2022-27772",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-27772"
    },
    {
      "name": "CVE-2023-27043",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-27043"
    },
    {
      "name": "CVE-2023-6481",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-6481"
    },
    {
      "name": "CVE-2023-36632",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-36632"
    },
    {
      "name": "CVE-2024-28085",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-28085"
    },
    {
      "name": "CVE-2024-2511",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-2511"
    },
    {
      "name": "CVE-2020-22916",
      "url": "https://www.cve.org/CVERecord?id=CVE-2020-22916"
    },
    {
      "name": "CVE-2016-2781",
      "url": "https://www.cve.org/CVERecord?id=CVE-2016-2781"
    },
    {
      "name": "CVE-2023-3978",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-3978"
    },
    {
      "name": "CVE-2017-7501",
      "url": "https://www.cve.org/CVERecord?id=CVE-2017-7501"
    },
    {
      "name": "CVE-2021-35939",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-35939"
    },
    {
      "name": "CVE-2024-0553",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-0553"
    },
    {
      "name": "CVE-2021-35938",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-35938"
    },
    {
      "name": "CVE-2021-35937",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-35937"
    },
    {
      "name": "CVE-2023-6597",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-6597"
    },
    {
      "name": "CVE-2024-26686",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-26686"
    },
    {
      "name": "CVE-2023-52572",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-52572"
    },
    {
      "name": "CVE-2007-4559",
      "url": "https://www.cve.org/CVERecord?id=CVE-2007-4559"
    },
    {
      "name": "CVE-2023-3138",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-3138"
    },
    {
      "name": "CVE-2024-28182",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-28182"
    },
    {
      "name": "CVE-2023-45288",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-45288"
    },
    {
      "name": "CVE-2024-4603",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-4603"
    },
    {
      "name": "CVE-2023-6378",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-6378"
    },
    {
      "name": "CVE-2023-31486",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-31486"
    },
    {
      "name": "CVE-2024-26739",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-26739"
    },
    {
      "name": "CVE-2024-4741",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-4741"
    },
    {
      "name": "CVE-2023-51074",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-51074"
    },
    {
      "name": "CVE-2023-52757",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-52757"
    },
    {
      "name": "CVE-2024-35866",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-35866"
    },
    {
      "name": "CVE-2024-35867",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-35867"
    },
    {
      "name": "CVE-2024-35943",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-35943"
    },
    {
      "name": "CVE-2024-28180",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-28180"
    },
    {
      "name": "CVE-2024-29857",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-29857"
    },
    {
      "name": "CVE-2024-30171",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-30171"
    },
    {
      "name": "CVE-2024-30172",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-30172"
    },
    {
      "name": "CVE-2024-5535",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-5535"
    },
    {
      "name": "CVE-2024-35790",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-35790"
    },
    {
      "name": "CVE-2024-3651",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-3651"
    },
    {
      "name": "CVE-2024-2004",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-2004"
    },
    {
      "name": "CVE-2024-2398",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-2398"
    },
    {
      "name": "CVE-2024-0397",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-0397"
    },
    {
      "name": "CVE-2024-4030",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-4030"
    },
    {
      "name": "CVE-2024-4032",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-4032"
    },
    {
      "name": "CVE-2024-3596",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-3596"
    },
    {
      "name": "CVE-2024-0450",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-0450"
    },
    {
      "name": "CVE-2024-25062",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-25062"
    },
    {
      "name": "CVE-2024-26458",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-26458"
    },
    {
      "name": "CVE-2024-26461",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-26461"
    },
    {
      "name": "CVE-2024-28834",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-28834"
    },
    {
      "name": "CVE-2024-2961",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-2961"
    },
    {
      "name": "CVE-2024-33599",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-33599"
    },
    {
      "name": "CVE-2024-33600",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-33600"
    },
    {
      "name": "CVE-2024-33601",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-33601"
    },
    {
      "name": "CVE-2024-33602",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-33602"
    },
    {
      "name": "CVE-2024-35195",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-35195"
    },
    {
      "name": "CVE-2024-36945",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-36945"
    },
    {
      "name": "CVE-2024-38540",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-38540"
    },
    {
      "name": "CVE-2024-38541",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-38541"
    },
    {
      "name": "CVE-2023-4641",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-4641"
    },
    {
      "name": "CVE-2024-0567",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-0567"
    },
    {
      "name": "CVE-2024-22365",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-22365"
    },
    {
      "name": "CVE-2024-21137",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-21137"
    },
    {
      "name": "CVE-2024-0760",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-0760"
    },
    {
      "name": "CVE-2024-1737",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-1737"
    },
    {
      "name": "CVE-2024-1975",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-1975"
    },
    {
      "name": "CVE-2024-28835",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-28835"
    },
    {
      "name": "CVE-2024-6923",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-6923"
    },
    {
      "name": "CVE-2024-3219",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-3219"
    },
    {
      "name": "CVE-2024-36908",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-36908"
    },
    {
      "name": "CVE-2024-27402",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-27402"
    },
    {
      "name": "CVE-2024-37891",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-37891"
    },
    {
      "name": "CVE-2024-6345",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-6345"
    },
    {
      "name": "CVE-2024-38808",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-38808"
    },
    {
      "name": "CVE-2024-38809",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-38809"
    },
    {
      "name": "CVE-2024-42230",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-42230"
    },
    {
      "name": "CVE-2024-38807",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-38807"
    },
    {
      "name": "CVE-2024-6232",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-6232"
    },
    {
      "name": "CVE-2024-6119",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-6119"
    },
    {
      "name": "CVE-2024-38816",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-38816"
    },
    {
      "name": "CVE-2022-48893",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-48893"
    },
    {
      "name": "CVE-2024-42322",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-42322"
    },
    {
      "name": "CVE-2024-7264",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-7264"
    },
    {
      "name": "CVE-2023-5841",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-5841"
    },
    {
      "name": "CVE-2024-34459",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-34459"
    },
    {
      "name": "CVE-2024-8096",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-8096"
    },
    {
      "name": "CVE-2023-6246",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-6246"
    },
    {
      "name": "CVE-2024-46812",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-46812"
    },
    {
      "name": "CVE-2024-46821",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-46821"
    },
    {
      "name": "CVE-2024-46751",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-46751"
    },
    {
      "name": "CVE-2024-46753",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-46753"
    },
    {
      "name": "CVE-2024-46774",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-46774"
    },
    {
      "name": "CVE-2024-46787",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-46787"
    },
    {
      "name": "CVE-2022-21454",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-21454"
    },
    {
      "name": "CVE-2024-21193",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-21193"
    },
    {
      "name": "CVE-2024-21194",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-21194"
    },
    {
      "name": "CVE-2024-21196",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-21196"
    },
    {
      "name": "CVE-2024-21197",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-21197"
    },
    {
      "name": "CVE-2024-21198",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-21198"
    },
    {
      "name": "CVE-2024-21199",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-21199"
    },
    {
      "name": "CVE-2024-21201",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-21201"
    },
    {
      "name": "CVE-2024-21207",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-21207"
    },
    {
      "name": "CVE-2024-21209",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-21209"
    },
    {
      "name": "CVE-2024-21212",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-21212"
    },
    {
      "name": "CVE-2024-21213",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-21213"
    },
    {
      "name": "CVE-2024-21219",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-21219"
    },
    {
      "name": "CVE-2024-21236",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-21236"
    },
    {
      "name": "CVE-2024-21239",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-21239"
    },
    {
      "name": "CVE-2024-21241",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-21241"
    },
    {
      "name": "CVE-2024-7254",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-7254"
    },
    {
      "name": "CVE-2024-9143",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-9143"
    },
    {
      "name": "CVE-2024-38819",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-38819"
    },
    {
      "name": "CVE-2024-38820",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-38820"
    },
    {
      "name": "CVE-2024-10487",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-10487"
    },
    {
      "name": "CVE-2024-10458",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-10458"
    },
    {
      "name": "CVE-2024-10459",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-10459"
    },
    {
      "name": "CVE-2024-10460",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-10460"
    },
    {
      "name": "CVE-2024-10461",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-10461"
    },
    {
      "name": "CVE-2024-10462",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-10462"
    },
    {
      "name": "CVE-2024-10463",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-10463"
    },
    {
      "name": "CVE-2024-10464",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-10464"
    },
    {
      "name": "CVE-2024-10465",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-10465"
    },
    {
      "name": "CVE-2024-10466",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-10466"
    },
    {
      "name": "CVE-2024-10467",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-10467"
    },
    {
      "name": "CVE-2024-10468",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-10468"
    },
    {
      "name": "CVE-2024-34447",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-34447"
    },
    {
      "name": "CVE-2024-38286",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-38286"
    },
    {
      "name": "CVE-2024-7592",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-7592"
    },
    {
      "name": "CVE-2024-8088",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-8088"
    },
    {
      "name": "CVE-2024-9681",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-9681"
    },
    {
      "name": "CVE-2024-11168",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-11168"
    },
    {
      "name": "CVE-2024-38828",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-38828"
    },
    {
      "name": "CVE-2024-46816",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-46816"
    },
    {
      "name": "CVE-2024-11395",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-11395"
    },
    {
      "name": "CVE-2024-49960",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-49960"
    },
    {
      "name": "CVE-2024-50047",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-50047"
    },
    {
      "name": "CVE-2024-50073",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-50073"
    },
    {
      "name": "CVE-2024-11691",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-11691"
    },
    {
      "name": "CVE-2024-11692",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-11692"
    },
    {
      "name": "CVE-2024-11693",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-11693"
    },
    {
      "name": "CVE-2024-11694",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-11694"
    },
    {
      "name": "CVE-2024-11695",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-11695"
    },
    {
      "name": "CVE-2024-11696",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-11696"
    },
    {
      "name": "CVE-2024-11697",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-11697"
    },
    {
      "name": "CVE-2024-11698",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-11698"
    },
    {
      "name": "CVE-2024-11699",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-11699"
    },
    {
      "name": "CVE-2024-11700",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-11700"
    },
    {
      "name": "CVE-2024-11701",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-11701"
    },
    {
      "name": "CVE-2024-11702",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-11702"
    },
    {
      "name": "CVE-2024-11703",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-11703"
    },
    {
      "name": "CVE-2024-11704",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-11704"
    },
    {
      "name": "CVE-2024-11705",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-11705"
    },
    {
      "name": "CVE-2024-11706",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-11706"
    },
    {
      "name": "CVE-2024-11708",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-11708"
    },
    {
      "name": "CVE-2024-50272",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-50272"
    },
    {
      "name": "CVE-2024-50280",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-50280"
    },
    {
      "name": "CVE-2024-11053",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-11053"
    },
    {
      "name": "CVE-2024-10041",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-10041"
    },
    {
      "name": "CVE-2024-10963",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-10963"
    },
    {
      "name": "CVE-2024-47554",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-47554"
    },
    {
      "name": "CVE-2024-49989",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-49989"
    },
    {
      "name": "CVE-2024-50125",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-50125"
    },
    {
      "name": "CVE-2024-53051",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-53051"
    },
    {
      "name": "CVE-2024-53144",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-53144"
    },
    {
      "name": "CVE-2024-8805",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-8805"
    },
    {
      "name": "CVE-2025-0237",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-0237"
    },
    {
      "name": "CVE-2025-0238",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-0238"
    },
    {
      "name": "CVE-2025-0239",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-0239"
    },
    {
      "name": "CVE-2025-0240",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-0240"
    },
    {
      "name": "CVE-2025-0241",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-0241"
    },
    {
      "name": "CVE-2025-0242",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-0242"
    },
    {
      "name": "CVE-2025-0243",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-0243"
    },
    {
      "name": "CVE-2025-0245",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-0245"
    },
    {
      "name": "CVE-2025-0247",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-0247"
    },
    {
      "name": "CVE-2025-0434",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-0434"
    },
    {
      "name": "CVE-2025-0435",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-0435"
    },
    {
      "name": "CVE-2025-0436",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-0436"
    },
    {
      "name": "CVE-2025-0437",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-0437"
    },
    {
      "name": "CVE-2025-0438",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-0438"
    },
    {
      "name": "CVE-2025-0439",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-0439"
    },
    {
      "name": "CVE-2025-0440",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-0440"
    },
    {
      "name": "CVE-2025-0441",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-0441"
    },
    {
      "name": "CVE-2025-0442",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-0442"
    },
    {
      "name": "CVE-2025-0443",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-0443"
    },
    {
      "name": "CVE-2025-0446",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-0446"
    },
    {
      "name": "CVE-2025-0447",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-0447"
    },
    {
      "name": "CVE-2025-0448",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-0448"
    },
    {
      "name": "CVE-2025-21523",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-21523"
    },
    {
      "name": "CVE-2025-0612",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-0612"
    },
    {
      "name": "CVE-2025-23083",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-23083"
    },
    {
      "name": "CVE-2025-23084",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-23084"
    },
    {
      "name": "CVE-2025-23085",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-23085"
    },
    {
      "name": "CVE-2025-0938",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-0938"
    },
    {
      "name": "CVE-2025-0444",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-0444"
    },
    {
      "name": "CVE-2025-0445",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-0445"
    },
    {
      "name": "CVE-2025-0451",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-0451"
    },
    {
      "name": "CVE-2025-0762",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-0762"
    },
    {
      "name": "CVE-2025-1009",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-1009"
    },
    {
      "name": "CVE-2025-1010",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-1010"
    },
    {
      "name": "CVE-2025-1011",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-1011"
    },
    {
      "name": "CVE-2025-1012",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-1012"
    },
    {
      "name": "CVE-2025-1013",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-1013"
    },
    {
      "name": "CVE-2025-1014",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-1014"
    },
    {
      "name": "CVE-2024-56664",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-56664"
    },
    {
      "name": "CVE-2025-1016",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-1016"
    },
    {
      "name": "CVE-2025-1017",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-1017"
    },
    {
      "name": "CVE-2025-1018",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-1018"
    },
    {
      "name": "CVE-2025-1019",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-1019"
    },
    {
      "name": "CVE-2025-1020",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-1020"
    },
    {
      "name": "CVE-2025-0167",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-0167"
    },
    {
      "name": "CVE-2025-0725",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-0725"
    },
    {
      "name": "CVE-2024-47535",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-47535"
    },
    {
      "name": "CVE-2024-50258",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-50258"
    },
    {
      "name": "CVE-2024-53203",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-53203"
    },
    {
      "name": "CVE-2024-53128",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-53128"
    },
    {
      "name": "CVE-2025-0995",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-0995"
    },
    {
      "name": "CVE-2025-0996",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-0996"
    },
    {
      "name": "CVE-2025-0997",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-0997"
    },
    {
      "name": "CVE-2025-0998",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-0998"
    },
    {
      "name": "CVE-2024-13176",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-13176"
    },
    {
      "name": "CVE-2025-1414",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-1414"
    },
    {
      "name": "CVE-2025-0999",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-0999"
    },
    {
      "name": "CVE-2025-1006",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-1006"
    },
    {
      "name": "CVE-2025-1426",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-1426"
    },
    {
      "name": "CVE-2024-56751",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-56751"
    },
    {
      "name": "CVE-2023-39017",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-39017"
    },
    {
      "name": "CVE-2025-1795",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-1795"
    },
    {
      "name": "CVE-2025-1914",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-1914"
    },
    {
      "name": "CVE-2025-1915",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-1915"
    },
    {
      "name": "CVE-2025-1916",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-1916"
    },
    {
      "name": "CVE-2025-1917",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-1917"
    },
    {
      "name": "CVE-2025-1918",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-1918"
    },
    {
      "name": "CVE-2025-1919",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-1919"
    },
    {
      "name": "CVE-2025-1921",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-1921"
    },
    {
      "name": "CVE-2025-1922",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-1922"
    },
    {
      "name": "CVE-2025-1923",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-1923"
    },
    {
      "name": "CVE-2025-1930",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-1930"
    },
    {
      "name": "CVE-2025-1931",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-1931"
    },
    {
      "name": "CVE-2025-1932",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-1932"
    },
    {
      "name": "CVE-2025-1933",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-1933"
    },
    {
      "name": "CVE-2025-1934",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-1934"
    },
    {
      "name": "CVE-2025-1935",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-1935"
    },
    {
      "name": "CVE-2025-1936",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-1936"
    },
    {
      "name": "CVE-2025-1937",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-1937"
    },
    {
      "name": "CVE-2025-1938",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-1938"
    },
    {
      "name": "CVE-2025-1939",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-1939"
    },
    {
      "name": "CVE-2025-1940",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-1940"
    },
    {
      "name": "CVE-2025-1941",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-1941"
    },
    {
      "name": "CVE-2025-1942",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-1942"
    },
    {
      "name": "CVE-2025-1943",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-1943"
    },
    {
      "name": "CVE-2025-1920",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-1920"
    },
    {
      "name": "CVE-2025-2135",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-2135"
    },
    {
      "name": "CVE-2025-2136",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-2136"
    },
    {
      "name": "CVE-2025-2137",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-2137"
    },
    {
      "name": "CVE-2025-24813",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-24813"
    },
    {
      "name": "CVE-2024-6763",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-6763"
    },
    {
      "name": "CVE-2022-49043",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-49043"
    },
    {
      "name": "CVE-2024-45338",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-45338"
    },
    {
      "name": "CVE-2024-51744",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-51744"
    },
    {
      "name": "CVE-2025-24970",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-24970"
    },
    {
      "name": "CVE-2025-25193",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-25193"
    },
    {
      "name": "CVE-2024-45772",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-45772"
    },
    {
      "name": "CVE-2025-2476",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-2476"
    },
    {
      "name": "CVE-2025-2857",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-2857"
    },
    {
      "name": "CVE-2024-45337",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-45337"
    },
    {
      "name": "CVE-2025-22870",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-22870"
    },
    {
      "name": "CVE-2025-2783",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-2783"
    },
    {
      "name": "CVE-2022-49063",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-49063"
    },
    {
      "name": "CVE-2022-49535",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-49535"
    },
    {
      "name": "CVE-2024-56171",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-56171"
    },
    {
      "name": "CVE-2025-27113",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-27113"
    },
    {
      "name": "CVE-2025-3066",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-3066"
    },
    {
      "name": "CVE-2025-3067",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-3067"
    },
    {
      "name": "CVE-2025-3068",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-3068"
    },
    {
      "name": "CVE-2025-3071",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-3071"
    },
    {
      "name": "CVE-2025-3072",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-3072"
    },
    {
      "name": "CVE-2025-3073",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-3073"
    },
    {
      "name": "CVE-2025-3074",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-3074"
    },
    {
      "name": "CVE-2025-3028",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-3028"
    },
    {
      "name": "CVE-2025-3029",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-3029"
    },
    {
      "name": "CVE-2025-3030",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-3030"
    },
    {
      "name": "CVE-2025-3031",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-3031"
    },
    {
      "name": "CVE-2025-3032",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-3032"
    },
    {
      "name": "CVE-2025-3033",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-3033"
    },
    {
      "name": "CVE-2025-3034",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-3034"
    },
    {
      "name": "CVE-2025-3035",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-3035"
    },
    {
      "name": "CVE-2024-54458",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-54458"
    },
    {
      "name": "CVE-2025-3608",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-3608"
    },
    {
      "name": "CVE-2025-21574",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-21574"
    },
    {
      "name": "CVE-2025-21575",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-21575"
    },
    {
      "name": "CVE-2025-21577",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-21577"
    },
    {
      "name": "CVE-2025-21579",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-21579"
    },
    {
      "name": "CVE-2025-21580",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-21580"
    },
    {
      "name": "CVE-2025-21581",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-21581"
    },
    {
      "name": "CVE-2025-21584",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-21584"
    },
    {
      "name": "CVE-2025-21585",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-21585"
    },
    {
      "name": "CVE-2025-21588",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-21588"
    },
    {
      "name": "CVE-2025-30681",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-30681"
    },
    {
      "name": "CVE-2025-30682",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-30682"
    },
    {
      "name": "CVE-2025-30683",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-30683"
    },
    {
      "name": "CVE-2025-30684",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-30684"
    },
    {
      "name": "CVE-2025-30685",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-30685"
    },
    {
      "name": "CVE-2025-30687",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-30687"
    },
    {
      "name": "CVE-2025-30688",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-30688"
    },
    {
      "name": "CVE-2025-30689",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-30689"
    },
    {
      "name": "CVE-2025-30693",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-30693"
    },
    {
      "name": "CVE-2025-30695",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-30695"
    },
    {
      "name": "CVE-2025-30696",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-30696"
    },
    {
      "name": "CVE-2025-30699",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-30699"
    },
    {
      "name": "CVE-2025-30703",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-30703"
    },
    {
      "name": "CVE-2025-30704",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-30704"
    },
    {
      "name": "CVE-2025-30705",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-30705"
    },
    {
      "name": "CVE-2025-30715",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-30715"
    },
    {
      "name": "CVE-2025-30721",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-30721"
    },
    {
      "name": "CVE-2025-21839",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-21839"
    },
    {
      "name": "CVE-2025-3619",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-3619"
    },
    {
      "name": "CVE-2025-3620",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-3620"
    },
    {
      "name": "CVE-2025-24928",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-24928"
    },
    {
      "name": "CVE-2025-21941",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-21941"
    },
    {
      "name": "CVE-2025-21956",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-21956"
    },
    {
      "name": "CVE-2025-21957",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-21957"
    },
    {
      "name": "CVE-2025-21959",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-21959"
    },
    {
      "name": "CVE-2025-21962",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-21962"
    },
    {
      "name": "CVE-2025-21963",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-21963"
    },
    {
      "name": "CVE-2025-21964",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-21964"
    },
    {
      "name": "CVE-2025-21968",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-21968"
    },
    {
      "name": "CVE-2025-21970",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-21970"
    },
    {
      "name": "CVE-2025-21975",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-21975"
    },
    {
      "name": "CVE-2025-21981",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-21981"
    },
    {
      "name": "CVE-2025-21991",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-21991"
    },
    {
      "name": "CVE-2025-21992",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-21992"
    },
    {
      "name": "CVE-2025-21994",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-21994"
    },
    {
      "name": "CVE-2025-21996",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-21996"
    },
    {
      "name": "CVE-2025-21999",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-21999"
    },
    {
      "name": "CVE-2025-22004",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-22004"
    },
    {
      "name": "CVE-2025-22005",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-22005"
    },
    {
      "name": "CVE-2025-22007",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-22007"
    },
    {
      "name": "CVE-2025-22008",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-22008"
    },
    {
      "name": "CVE-2025-22010",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-22010"
    },
    {
      "name": "CVE-2025-22014",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-22014"
    },
    {
      "name": "CVE-2024-12798",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-12798"
    },
    {
      "name": "CVE-2024-12801",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-12801"
    },
    {
      "name": "CVE-2025-22868",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-22868"
    },
    {
      "name": "CVE-2025-22871",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-22871"
    },
    {
      "name": "CVE-2025-22235",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-22235"
    },
    {
      "name": "CVE-2025-2312",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-2312"
    },
    {
      "name": "CVE-2025-30204",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-30204"
    },
    {
      "name": "CVE-2025-4050",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-4050"
    },
    {
      "name": "CVE-2025-4051",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-4051"
    },
    {
      "name": "CVE-2025-4052",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-4052"
    },
    {
      "name": "CVE-2025-4096",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-4096"
    },
    {
      "name": "CVE-2025-2817",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-2817"
    },
    {
      "name": "CVE-2025-4082",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-4082"
    },
    {
      "name": "CVE-2025-4083",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-4083"
    },
    {
      "name": "CVE-2025-4085",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-4085"
    },
    {
      "name": "CVE-2025-4087",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-4087"
    },
    {
      "name": "CVE-2025-4088",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-4088"
    },
    {
      "name": "CVE-2025-4089",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-4089"
    },
    {
      "name": "CVE-2025-4090",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-4090"
    },
    {
      "name": "CVE-2025-4091",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-4091"
    },
    {
      "name": "CVE-2025-4092",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-4092"
    },
    {
      "name": "CVE-2023-53034",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-53034"
    },
    {
      "name": "CVE-2024-46742",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-46742"
    },
    {
      "name": "CVE-2025-21853",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-21853"
    },
    {
      "name": "CVE-2025-22025",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-22025"
    },
    {
      "name": "CVE-2025-22027",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-22027"
    },
    {
      "name": "CVE-2025-22035",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-22035"
    },
    {
      "name": "CVE-2025-22044",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-22044"
    },
    {
      "name": "CVE-2025-22045",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-22045"
    },
    {
      "name": "CVE-2025-22050",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-22050"
    },
    {
      "name": "CVE-2025-22054",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-22054"
    },
    {
      "name": "CVE-2025-22055",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-22055"
    },
    {
      "name": "CVE-2025-22056",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-22056"
    },
    {
      "name": "CVE-2025-22060",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-22060"
    },
    {
      "name": "CVE-2025-22063",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-22063"
    },
    {
      "name": "CVE-2025-22066",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-22066"
    },
    {
      "name": "CVE-2025-22071",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-22071"
    },
    {
      "name": "CVE-2025-22073",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-22073"
    },
    {
      "name": "CVE-2025-22075",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-22075"
    },
    {
      "name": "CVE-2025-22079",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-22079"
    },
    {
      "name": "CVE-2025-22081",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-22081"
    },
    {
      "name": "CVE-2025-22086",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-22086"
    },
    {
      "name": "CVE-2025-22089",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-22089"
    },
    {
      "name": "CVE-2025-22097",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-22097"
    },
    {
      "name": "CVE-2025-23136",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-23136"
    },
    {
      "name": "CVE-2025-23138",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-23138"
    },
    {
      "name": "CVE-2025-37785",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-37785"
    },
    {
      "name": "CVE-2025-37838",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-37838"
    },
    {
      "name": "CVE-2025-38152",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-38152"
    },
    {
      "name": "CVE-2025-38575",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-38575"
    },
    {
      "name": "CVE-2025-38637",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-38637"
    },
    {
      "name": "CVE-2025-39728",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-39728"
    },
    {
      "name": "CVE-2025-39735",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-39735"
    },
    {
      "name": "CVE-2025-27516",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-27516"
    },
    {
      "name": "CVE-2025-29087",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-29087"
    },
    {
      "name": "CVE-2025-3277",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-3277"
    },
    {
      "name": "CVE-2025-4609",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-4609"
    },
    {
      "name": "CVE-2025-4664",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-4664"
    },
    {
      "name": "CVE-2025-4372",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-4372"
    },
    {
      "name": "CVE-2025-4516",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-4516"
    },
    {
      "name": "CVE-2025-22233",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-22233"
    },
    {
      "name": "CVE-2024-55549",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-55549"
    },
    {
      "name": "CVE-2024-9287",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-9287"
    },
    {
      "name": "CVE-2025-24855",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-24855"
    },
    {
      "name": "CVE-2025-4918",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-4918"
    },
    {
      "name": "CVE-2025-4919",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-4919"
    },
    {
      "name": "CVE-2025-41232",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-41232"
    },
    {
      "name": "CVE-2025-23165",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-23165"
    },
    {
      "name": "CVE-2025-23166",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-23166"
    },
    {
      "name": "CVE-2025-5063",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-5063"
    },
    {
      "name": "CVE-2025-5064",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-5064"
    },
    {
      "name": "CVE-2025-5065",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-5065"
    },
    {
      "name": "CVE-2025-5066",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-5066"
    },
    {
      "name": "CVE-2025-5067",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-5067"
    },
    {
      "name": "CVE-2025-32414",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-32414"
    },
    {
      "name": "CVE-2025-32415",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-32415"
    },
    {
      "name": "CVE-2022-49728",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-49728"
    },
    {
      "name": "CVE-2024-58093",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-58093"
    },
    {
      "name": "CVE-2025-22018",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-22018"
    },
    {
      "name": "CVE-2025-22020",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-22020"
    },
    {
      "name": "CVE-2025-22062",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-22062"
    },
    {
      "name": "CVE-2025-23145",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-23145"
    },
    {
      "name": "CVE-2025-37798",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-37798"
    },
    {
      "name": "CVE-2025-37749",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-37749"
    },
    {
      "name": "CVE-2025-22869",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
    },
    {
      "name": "CVE-2025-5263",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-5263"
    },
    {
      "name": "CVE-2025-5264",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-5264"
    },
    {
      "name": "CVE-2025-5265",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-5265"
    },
    {
      "name": "CVE-2025-5266",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-5266"
    },
    {
      "name": "CVE-2025-5267",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-5267"
    },
    {
      "name": "CVE-2025-5268",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-5268"
    },
    {
      "name": "CVE-2025-5270",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-5270"
    },
    {
      "name": "CVE-2025-5271",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-5271"
    },
    {
      "name": "CVE-2025-5272",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-5272"
    },
    {
      "name": "CVE-2025-5281",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-5281"
    },
    {
      "name": "CVE-2025-5283",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-5283"
    },
    {
      "name": "CVE-2025-46701",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-46701"
    },
    {
      "name": "CVE-2025-22021",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-22021"
    },
    {
      "name": "CVE-2025-23140",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-23140"
    },
    {
      "name": "CVE-2025-23142",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-23142"
    },
    {
      "name": "CVE-2025-23144",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-23144"
    },
    {
      "name": "CVE-2025-23146",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-23146"
    },
    {
      "name": "CVE-2025-23147",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-23147"
    },
    {
      "name": "CVE-2025-23148",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-23148"
    },
    {
      "name": "CVE-2025-23150",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-23150"
    },
    {
      "name": "CVE-2025-23151",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-23151"
    },
    {
      "name": "CVE-2025-23156",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-23156"
    },
    {
      "name": "CVE-2025-23157",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-23157"
    },
    {
      "name": "CVE-2025-23158",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-23158"
    },
    {
      "name": "CVE-2025-23159",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-23159"
    },
    {
      "name": "CVE-2025-23161",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-23161"
    },
    {
      "name": "CVE-2025-23163",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-23163"
    },
    {
      "name": "CVE-2025-37738",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-37738"
    },
    {
      "name": "CVE-2025-37739",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-37739"
    },
    {
      "name": "CVE-2025-37740",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-37740"
    },
    {
      "name": "CVE-2025-37741",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-37741"
    },
    {
      "name": "CVE-2025-37742",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-37742"
    },
    {
      "name": "CVE-2025-37756",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-37756"
    },
    {
      "name": "CVE-2025-37757",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-37757"
    },
    {
      "name": "CVE-2025-37758",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-37758"
    },
    {
      "name": "CVE-2025-37765",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-37765"
    },
    {
      "name": "CVE-2025-37766",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-37766"
    },
    {
      "name": "CVE-2025-37767",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-37767"
    },
    {
      "name": "CVE-2025-37768",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-37768"
    },
    {
      "name": "CVE-2025-37770",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-37770"
    },
    {
      "name": "CVE-2025-37771",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-37771"
    },
    {
      "name": "CVE-2025-37773",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-37773"
    },
    {
      "name": "CVE-2025-37780",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-37780"
    },
    {
      "name": "CVE-2025-37781",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-37781"
    },
    {
      "name": "CVE-2025-37787",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-37787"
    },
    {
      "name": "CVE-2025-37788",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-37788"
    },
    {
      "name": "CVE-2025-37789",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-37789"
    },
    {
      "name": "CVE-2025-37790",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-37790"
    },
    {
      "name": "CVE-2025-37792",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-37792"
    },
    {
      "name": "CVE-2025-37794",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-37794"
    },
    {
      "name": "CVE-2025-37796",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-37796"
    },
    {
      "name": "CVE-2025-37797",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-37797"
    },
    {
      "name": "CVE-2025-37803",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-37803"
    },
    {
      "name": "CVE-2025-37805",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-37805"
    },
    {
      "name": "CVE-2025-37808",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-37808"
    },
    {
      "name": "CVE-2025-37810",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-37810"
    },
    {
      "name": "CVE-2025-37811",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-37811"
    },
    {
      "name": "CVE-2025-37812",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-37812"
    },
    {
      "name": "CVE-2025-37817",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-37817"
    },
    {
      "name": "CVE-2025-37823",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-37823"
    },
    {
      "name": "CVE-2025-37824",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-37824"
    },
    {
      "name": "CVE-2025-37829",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-37829"
    },
    {
      "name": "CVE-2025-37830",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-37830"
    },
    {
      "name": "CVE-2025-37836",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-37836"
    },
    {
      "name": "CVE-2025-37839",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-37839"
    },
    {
      "name": "CVE-2025-37840",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-37840"
    },
    {
      "name": "CVE-2025-37841",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-37841"
    },
    {
      "name": "CVE-2025-37844",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-37844"
    },
    {
      "name": "CVE-2025-37850",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-37850"
    },
    {
      "name": "CVE-2025-37851",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-37851"
    },
    {
      "name": "CVE-2025-37857",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-37857"
    },
    {
      "name": "CVE-2025-37858",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-37858"
    },
    {
      "name": "CVE-2025-37859",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-37859"
    },
    {
      "name": "CVE-2025-37862",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-37862"
    },
    {
      "name": "CVE-2025-37867",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-37867"
    },
    {
      "name": "CVE-2025-37871",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-37871"
    },
    {
      "name": "CVE-2025-37875",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-37875"
    },
    {
      "name": "CVE-2025-37881",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-37881"
    },
    {
      "name": "CVE-2025-37883",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-37883"
    },
    {
      "name": "CVE-2025-37885",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-37885"
    },
    {
      "name": "CVE-2025-37889",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-37889"
    },
    {
      "name": "CVE-2025-37892",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-37892"
    },
    {
      "name": "CVE-2025-37937",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-37937"
    },
    {
      "name": "CVE-2025-37940",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-37940"
    },
    {
      "name": "CVE-2025-37982",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-37982"
    },
    {
      "name": "CVE-2025-37983",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-37983"
    },
    {
      "name": "CVE-2025-37985",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-37985"
    },
    {
      "name": "CVE-2025-37989",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-37989"
    },
    {
      "name": "CVE-2025-37819",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-37819"
    },
    {
      "name": "CVE-2025-37890",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-37890"
    },
    {
      "name": "CVE-2025-37905",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-37905"
    },
    {
      "name": "CVE-2025-37909",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-37909"
    },
    {
      "name": "CVE-2025-37911",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-37911"
    },
    {
      "name": "CVE-2025-37912",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-37912"
    },
    {
      "name": "CVE-2025-37913",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-37913"
    },
    {
      "name": "CVE-2025-37914",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-37914"
    },
    {
      "name": "CVE-2025-37915",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-37915"
    },
    {
      "name": "CVE-2025-37923",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-37923"
    },
    {
      "name": "CVE-2025-37927",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-37927"
    },
    {
      "name": "CVE-2025-37930",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-37930"
    },
    {
      "name": "CVE-2025-37932",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-37932"
    },
    {
      "name": "CVE-2025-37949",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-37949"
    },
    {
      "name": "CVE-2025-37964",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-37964"
    },
    {
      "name": "CVE-2025-37967",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-37967"
    },
    {
      "name": "CVE-2025-37969",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-37969"
    },
    {
      "name": "CVE-2025-37970",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-37970"
    },
    {
      "name": "CVE-2025-37990",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-37990"
    },
    {
      "name": "CVE-2025-37991",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-37991"
    },
    {
      "name": "CVE-2025-5068",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-5068"
    },
    {
      "name": "CVE-2025-5419",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-5419"
    },
    {
      "name": "CVE-2025-27144",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-27144"
    },
    {
      "name": "CVE-2025-49709",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-49709"
    },
    {
      "name": "CVE-2025-49710",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-49710"
    },
    {
      "name": "CVE-2023-6779",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-6779"
    },
    {
      "name": "CVE-2023-6780",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-6780"
    },
    {
      "name": "CVE-2024-12133",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-12133"
    },
    {
      "name": "CVE-2024-12243",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-12243"
    },
    {
      "name": "CVE-2024-2236",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-2236"
    },
    {
      "name": "CVE-2024-56433",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-56433"
    },
    {
      "name": "CVE-2025-0395",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-0395"
    },
    {
      "name": "CVE-2025-1390",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-1390"
    },
    {
      "name": "CVE-2025-29088",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-29088"
    },
    {
      "name": "CVE-2025-31115",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-31115"
    },
    {
      "name": "CVE-2025-4598",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-4598"
    },
    {
      "name": "CVE-2025-5958",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-5958"
    },
    {
      "name": "CVE-2025-5959",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-5959"
    },
    {
      "name": "CVE-2025-41234",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-41234"
    },
    {
      "name": "CVE-2025-49146",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-49146"
    },
    {
      "name": "CVE-2025-48988",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-48988"
    },
    {
      "name": "CVE-2025-49124",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-49124"
    },
    {
      "name": "CVE-2025-49125",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-49125"
    },
    {
      "name": "CVE-2025-6191",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-6191"
    },
    {
      "name": "CVE-2025-6192",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-6192"
    },
    {
      "name": "CVE-2024-53427",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-53427"
    },
    {
      "name": "CVE-2024-56406",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-56406"
    },
    {
      "name": "CVE-2025-22872",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-22872"
    },
    {
      "name": "CVE-2025-4802",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-4802"
    },
    {
      "name": "CVE-2022-49168",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-49168"
    },
    {
      "name": "CVE-2025-37998",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-37998"
    },
    {
      "name": "CVE-2023-42366",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-42366"
    },
    {
      "name": "CVE-2025-6424",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-6424"
    },
    {
      "name": "CVE-2025-6425",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-6425"
    },
    {
      "name": "CVE-2025-6426",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-6426"
    },
    {
      "name": "CVE-2025-6427",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-6427"
    },
    {
      "name": "CVE-2025-6429",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-6429"
    },
    {
      "name": "CVE-2025-6430",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-6430"
    },
    {
      "name": "CVE-2025-6432",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-6432"
    },
    {
      "name": "CVE-2025-6433",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-6433"
    },
    {
      "name": "CVE-2025-6434",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-6434"
    },
    {
      "name": "CVE-2025-6020",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-6020"
    },
    {
      "name": "CVE-2025-6555",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-6555"
    },
    {
      "name": "CVE-2025-6556",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-6556"
    },
    {
      "name": "CVE-2025-6557",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-6557"
    },
    {
      "name": "CVE-2025-6435",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-6435"
    },
    {
      "name": "CVE-2025-6436",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-6436"
    },
    {
      "name": "CVE-2025-6554",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-6554"
    },
    {
      "name": "CVE-2025-6021",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-6021"
    },
    {
      "name": "CVE-2022-49636",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-49636"
    },
    {
      "name": "CVE-2025-37997",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-37997"
    },
    {
      "name": "CVE-2025-38000",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-38000"
    },
    {
      "name": "CVE-2025-38001",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-38001"
    },
    {
      "name": "CVE-2025-32462",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-32462"
    },
    {
      "name": "CVE-2025-52520",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-52520"
    },
    {
      "name": "CVE-2025-53506",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-53506"
    },
    {
      "name": "CVE-2024-47081",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-47081"
    },
    {
      "name": "CVE-2025-3576",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-3576"
    },
    {
      "name": "CVE-2025-47268",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-47268"
    },
    {
      "name": "CVE-2025-37992",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-37992"
    },
    {
      "name": "CVE-2025-37994",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-37994"
    },
    {
      "name": "CVE-2025-37995",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-37995"
    },
    {
      "name": "CVE-2025-38005",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-38005"
    },
    {
      "name": "CVE-2025-38009",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-38009"
    },
    {
      "name": "CVE-2025-38023",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-38023"
    },
    {
      "name": "CVE-2025-38024",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-38024"
    },
    {
      "name": "CVE-2025-38083",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-38083"
    },
    {
      "name": "CVE-2025-22227",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-22227"
    },
    {
      "name": "CVE-2025-6558",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-6558"
    },
    {
      "name": "CVE-2025-7656",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-7656"
    },
    {
      "name": "CVE-2025-7657",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-7657"
    },
    {
      "name": "CVE-2025-30749",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-30749"
    },
    {
      "name": "CVE-2025-30754",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-30754"
    },
    {
      "name": "CVE-2025-50059",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-50059"
    },
    {
      "name": "CVE-2025-50106",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-50106"
    },
    {
      "name": "CVE-2025-50088",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-50088"
    },
    {
      "name": "CVE-2025-48734",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-48734"
    },
    {
      "name": "CVE-2022-21546",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-21546"
    },
    {
      "name": "CVE-2020-16156",
      "url": "https://www.cve.org/CVERecord?id=CVE-2020-16156"
    },
    {
      "name": "CVE-2025-8010",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-8010"
    },
    {
      "name": "CVE-2025-8011",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-8011"
    },
    {
      "name": "CVE-2025-8027",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-8027"
    },
    {
      "name": "CVE-2025-8028",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-8028"
    },
    {
      "name": "CVE-2025-8029",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-8029"
    },
    {
      "name": "CVE-2025-8030",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-8030"
    },
    {
      "name": "CVE-2025-8031",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-8031"
    },
    {
      "name": "CVE-2025-8032",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-8032"
    },
    {
      "name": "CVE-2025-8033",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-8033"
    },
    {
      "name": "CVE-2025-8034",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-8034"
    },
    {
      "name": "CVE-2025-8035",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-8035"
    },
    {
      "name": "CVE-2025-8036",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-8036"
    },
    {
      "name": "CVE-2025-8037",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-8037"
    },
    {
      "name": "CVE-2025-8038",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-8038"
    },
    {
      "name": "CVE-2025-8039",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-8039"
    },
    {
      "name": "CVE-2025-8040",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-8040"
    },
    {
      "name": "CVE-2025-8041",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-8041"
    },
    {
      "name": "CVE-2025-8043",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-8043"
    },
    {
      "name": "CVE-2025-8044",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-8044"
    },
    {
      "name": "CVE-2024-23337",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-23337"
    },
    {
      "name": "CVE-2024-45339",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-45339"
    },
    {
      "name": "CVE-2024-47611",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-47611"
    },
    {
      "name": "CVE-2025-0913",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-0913"
    },
    {
      "name": "CVE-2025-22874",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-22874"
    },
    {
      "name": "CVE-2025-32988",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-32988"
    },
    {
      "name": "CVE-2025-32989",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-32989"
    },
    {
      "name": "CVE-2025-32990",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-32990"
    },
    {
      "name": "CVE-2025-38177",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-38177"
    },
    {
      "name": "CVE-2025-4673",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-4673"
    },
    {
      "name": "CVE-2025-48060",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-48060"
    },
    {
      "name": "CVE-2025-4877",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-4877"
    },
    {
      "name": "CVE-2025-4878",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-4878"
    },
    {
      "name": "CVE-2025-48924",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-48924"
    },
    {
      "name": "CVE-2025-50181",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-50181"
    },
    {
      "name": "CVE-2025-5318",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-5318"
    },
    {
      "name": "CVE-2025-5372",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-5372"
    },
    {
      "name": "CVE-2025-5914",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-5914"
    },
    {
      "name": "CVE-2025-5915",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-5915"
    },
    {
      "name": "CVE-2025-5916",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-5916"
    },
    {
      "name": "CVE-2025-5917",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-5917"
    },
    {
      "name": "CVE-2025-6069",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-6069"
    },
    {
      "name": "CVE-2025-6395",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-6395"
    },
    {
      "name": "CVE-2025-38094",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-38094"
    },
    {
      "name": "CVE-2025-8194",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-8194"
    },
    {
      "name": "CVE-2025-8292",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-8292"
    },
    {
      "name": "CVE-2025-7424",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-7424"
    },
    {
      "name": "CVE-2025-7425",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-7425"
    },
    {
      "name": "CVE-2025-50182",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-50182"
    },
    {
      "name": "CVE-2025-5889",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-5889"
    },
    {
      "name": "CVE-2025-8576",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-8576"
    },
    {
      "name": "CVE-2025-8577",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-8577"
    },
    {
      "name": "CVE-2025-8578",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-8578"
    },
    {
      "name": "CVE-2025-8579",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-8579"
    },
    {
      "name": "CVE-2025-8580",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-8580"
    },
    {
      "name": "CVE-2025-8581",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-8581"
    },
    {
      "name": "CVE-2025-8582",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-8582"
    },
    {
      "name": "CVE-2025-8583",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-8583"
    },
    {
      "name": "CVE-2025-27210",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-27210"
    },
    {
      "name": "CVE-2025-27817",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-27817"
    },
    {
      "name": "CVE-2025-27818",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-27818"
    },
    {
      "name": "CVE-2025-8879",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-8879"
    },
    {
      "name": "CVE-2025-8880",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-8880"
    },
    {
      "name": "CVE-2025-8881",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-8881"
    },
    {
      "name": "CVE-2025-8882",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-8882"
    },
    {
      "name": "CVE-2025-8901",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-8901"
    },
    {
      "name": "CVE-2025-48989",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-48989"
    },
    {
      "name": "CVE-2025-7339",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-7339"
    },
    {
      "name": "CVE-2025-7783",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-7783"
    },
    {
      "name": "CVE-2021-32256",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-32256"
    },
    {
      "name": "CVE-2024-25260",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-25260"
    },
    {
      "name": "CVE-2025-1371",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-1371"
    },
    {
      "name": "CVE-2025-1376",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-1376"
    },
    {
      "name": "CVE-2025-1377",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-1377"
    },
    {
      "name": "CVE-2025-47273",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-47273"
    },
    {
      "name": "CVE-2025-48964",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-48964"
    },
    {
      "name": "CVE-2025-49794",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-49794"
    },
    {
      "name": "CVE-2025-49796",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-49796"
    },
    {
      "name": "CVE-2025-41242",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-41242"
    },
    {
      "name": "CVE-2025-9132",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-9132"
    },
    {
      "name": "CVE-2025-54988",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-54988"
    },
    {
      "name": "CVE-2025-6965",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-6965"
    },
    {
      "name": "CVE-2024-13009",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-13009"
    },
    {
      "name": "CVE-2025-55668",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-55668"
    },
    {
      "name": "CVE-2025-4674",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-4674"
    },
    {
      "name": "CVE-2025-47907",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-47907"
    },
    {
      "name": "CVE-2025-52999",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-52999"
    },
    {
      "name": "CVE-2025-55163",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-55163"
    },
    {
      "name": "CVE-2025-8941",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-8941"
    },
    {
      "name": "CVE-2025-9288",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-9288"
    },
    {
      "name": "CVE-2005-2541",
      "url": "https://www.cve.org/CVERecord?id=CVE-2005-2541"
    },
    {
      "name": "CVE-2008-5727",
      "url": "https://www.cve.org/CVERecord?id=CVE-2008-5727"
    },
    {
      "name": "CVE-2008-5728",
      "url": "https://www.cve.org/CVERecord?id=CVE-2008-5728"
    },
    {
      "name": "CVE-2008-5729",
      "url": "https://www.cve.org/CVERecord?id=CVE-2008-5729"
    },
    {
      "name": "CVE-2008-5730",
      "url": "https://www.cve.org/CVERecord?id=CVE-2008-5730"
    },
    {
      "name": "CVE-2008-5742",
      "url": "https://www.cve.org/CVERecord?id=CVE-2008-5742"
    },
    {
      "name": "CVE-2011-3374",
      "url": "https://www.cve.org/CVERecord?id=CVE-2011-3374"
    },
    {
      "name": "CVE-2014-4715",
      "url": "https://www.cve.org/CVERecord?id=CVE-2014-4715"
    },
    {
      "name": "CVE-2015-2214",
      "url": "https://www.cve.org/CVERecord?id=CVE-2015-2214"
    },
    {
      "name": "CVE-2016-0682",
      "url": "https://www.cve.org/CVERecord?id=CVE-2016-0682"
    },
    {
      "name": "CVE-2016-0689",
      "url": "https://www.cve.org/CVERecord?id=CVE-2016-0689"
    },
    {
      "name": "CVE-2016-0692",
      "url": "https://www.cve.org/CVERecord?id=CVE-2016-0692"
    },
    {
      "name": "CVE-2016-0694",
      "url": "https://www.cve.org/CVERecord?id=CVE-2016-0694"
    },
    {
      "name": "CVE-2016-2149",
      "url": "https://www.cve.org/CVERecord?id=CVE-2016-2149"
    },
    {
      "name": "CVE-2016-2160",
      "url": "https://www.cve.org/CVERecord?id=CVE-2016-2160"
    },
    {
      "name": "CVE-2016-3418",
      "url": "https://www.cve.org/CVERecord?id=CVE-2016-3418"
    },
    {
      "name": "CVE-2017-10140",
      "url": "https://www.cve.org/CVERecord?id=CVE-2017-10140"
    },
    {
      "name": "CVE-2017-12195",
      "url": "https://www.cve.org/CVERecord?id=CVE-2017-12195"
    },
    {
      "name": "CVE-2017-12629",
      "url": "https://www.cve.org/CVERecord?id=CVE-2017-12629"
    },
    {
      "name": "CVE-2017-3604",
      "url": "https://www.cve.org/CVERecord?id=CVE-2017-3604"
    },
    {
      "name": "CVE-2017-3605",
      "url": "https://www.cve.org/CVERecord?id=CVE-2017-3605"
    },
    {
      "name": "CVE-2017-3606",
      "url": "https://www.cve.org/CVERecord?id=CVE-2017-3606"
    },
    {
      "name": "CVE-2017-3607",
      "url": "https://www.cve.org/CVERecord?id=CVE-2017-3607"
    },
    {
      "name": "CVE-2017-3608",
      "url": "https://www.cve.org/CVERecord?id=CVE-2017-3608"
    },
    {
      "name": "CVE-2017-3609",
      "url": "https://www.cve.org/CVERecord?id=CVE-2017-3609"
    },
    {
      "name": "CVE-2017-3610",
      "url": "https://www.cve.org/CVERecord?id=CVE-2017-3610"
    },
    {
      "name": "CVE-2017-3611",
      "url": "https://www.cve.org/CVERecord?id=CVE-2017-3611"
    },
    {
      "name": "CVE-2017-3612",
      "url": "https://www.cve.org/CVERecord?id=CVE-2017-3612"
    },
    {
      "name": "CVE-2017-3613",
      "url": "https://www.cve.org/CVERecord?id=CVE-2017-3613"
    },
    {
      "name": "CVE-2017-3614",
      "url": "https://www.cve.org/CVERecord?id=CVE-2017-3614"
    },
    {
      "name": "CVE-2017-3615",
      "url": "https://www.cve.org/CVERecord?id=CVE-2017-3615"
    },
    {
      "name": "CVE-2017-3616",
      "url": "https://www.cve.org/CVERecord?id=CVE-2017-3616"
    },
    {
      "name": "CVE-2017-3617",
      "url": "https://www.cve.org/CVERecord?id=CVE-2017-3617"
    },
    {
      "name": "CVE-2018-1000169",
      "url": "https://www.cve.org/CVERecord?id=CVE-2018-1000169"
    },
    {
      "name": "CVE-2018-1196",
      "url": "https://www.cve.org/CVERecord?id=CVE-2018-1196"
    },
    {
      "name": "CVE-2018-1273",
      "url": "https://www.cve.org/CVERecord?id=CVE-2018-1273"
    },
    {
      "name": "CVE-2019-10782",
      "url": "https://www.cve.org/CVERecord?id=CVE-2019-10782"
    },
    {
      "name": "CVE-2019-9658",
      "url": "https://www.cve.org/CVERecord?id=CVE-2019-9658"
    },
    {
      "name": "CVE-2020-2981",
      "url": "https://www.cve.org/CVERecord?id=CVE-2020-2981"
    },
    {
      "name": "CVE-2021-20298",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-20298"
    },
    {
      "name": "CVE-2021-20304",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-20304"
    },
    {
      "name": "CVE-2021-22055",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-22055"
    },
    {
      "name": "CVE-2021-23169",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-23169"
    },
    {
      "name": "CVE-2021-3236",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-3236"
    },
    {
      "name": "CVE-2022-0635",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-0635"
    },
    {
      "name": "CVE-2022-0667",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-0667"
    },
    {
      "name": "CVE-2022-3219",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-3219"
    },
    {
      "name": "CVE-2022-39046",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-39046"
    },
    {
      "name": "CVE-2022-42010",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-42010"
    },
    {
      "name": "CVE-2022-42011",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-42011"
    },
    {
      "name": "CVE-2022-42012",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-42012"
    },
    {
      "name": "CVE-2022-44638",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-44638"
    },
    {
      "name": "CVE-2023-31437",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-31437"
    },
    {
      "name": "CVE-2023-31438",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-31438"
    },
    {
      "name": "CVE-2023-31439",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-31439"
    },
    {
      "name": "CVE-2023-37769",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-37769"
    },
    {
      "name": "CVE-2023-39810",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-39810"
    },
    {
      "name": "CVE-2023-4156",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-4156"
    },
    {
      "name": "CVE-2023-4320",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-4320"
    },
    {
      "name": "CVE-2023-43785",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-43785"
    },
    {
      "name": "CVE-2023-43786",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-43786"
    },
    {
      "name": "CVE-2023-43787",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-43787"
    },
    {
      "name": "CVE-2023-46129",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-46129"
    },
    {
      "name": "CVE-2023-47039",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-47039"
    },
    {
      "name": "CVE-2023-5189",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-5189"
    },
    {
      "name": "CVE-2024-11584",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-11584"
    },
    {
      "name": "CVE-2024-21742",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-21742"
    },
    {
      "name": "CVE-2024-22047",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-22047"
    },
    {
      "name": "CVE-2024-2397",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-2397"
    },
    {
      "name": "CVE-2024-26462",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-26462"
    },
    {
      "name": "CVE-2024-31047",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-31047"
    },
    {
      "name": "CVE-2024-3220",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-3220"
    },
    {
      "name": "CVE-2024-58251",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-58251"
    },
    {
      "name": "CVE-2024-6174",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-6174"
    },
    {
      "name": "CVE-2024-7012",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-7012"
    },
    {
      "name": "CVE-2025-1352",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-1352"
    },
    {
      "name": "CVE-2025-1365",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-1365"
    },
    {
      "name": "CVE-2025-1372",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-1372"
    },
    {
      "name": "CVE-2025-24294",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-24294"
    },
    {
      "name": "CVE-2025-26519",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-26519"
    },
    {
      "name": "CVE-2025-27587",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-27587"
    },
    {
      "name": "CVE-2025-30258",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-30258"
    },
    {
      "name": "CVE-2025-31672",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-31672"
    },
    {
      "name": "CVE-2025-40909",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-40909"
    },
    {
      "name": "CVE-2025-43857",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-43857"
    },
    {
      "name": "CVE-2025-45582",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-45582"
    },
    {
      "name": "CVE-2025-45768",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-45768"
    },
    {
      "name": "CVE-2025-46392",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-46392"
    },
    {
      "name": "CVE-2025-46394",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-46394"
    },
    {
      "name": "CVE-2025-49795",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-49795"
    },
    {
      "name": "CVE-2025-5115",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-5115"
    },
    {
      "name": "CVE-2025-5222",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-5222"
    },
    {
      "name": "CVE-2025-5278",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-5278"
    },
    {
      "name": "CVE-2025-53864",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-53864"
    },
    {
      "name": "CVE-2025-6170",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-6170"
    },
    {
      "name": "CVE-2025-6297",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-6297"
    },
    {
      "name": "CVE-2025-7962",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-7962"
    },
    {
      "name": "CVE-2025-8058",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-8058"
    },
    {
      "name": "CVE-2025-8262",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-8262"
    },
    {
      "name": "CVE-2025-8732",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-8732"
    },
    {
      "name": "CVE-2025-8885",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-8885"
    },
    {
      "name": "CVE-2025-8916",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-8916"
    },
    {
      "name": "CVE-2025-9179",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-9179"
    },
    {
      "name": "CVE-2025-9180",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-9180"
    },
    {
      "name": "CVE-2025-9181",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-9181"
    },
    {
      "name": "CVE-2025-9182",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-9182"
    },
    {
      "name": "CVE-2025-9183",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-9183"
    },
    {
      "name": "CVE-2025-9184",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-9184"
    },
    {
      "name": "CVE-2025-9185",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-9185"
    },
    {
      "name": "CVE-2025-9187",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-9187"
    },
    {
      "name": "CVE-2025-9308",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-9308"
    }
  ],
  "initial_release_date": "2025-09-05T00:00:00",
  "last_revision_date": "2025-09-05T00:00:00",
  "links": [],
  "reference": "CERTFR-2025-AVI-0756",
  "revisions": [
    {
      "description": "Version initiale",
      "revision_date": "2025-09-05T00:00:00.000000"
    }
  ],
  "risks": [
    {
      "description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
    }
  ],
  "summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits VMware. Elles permettent \u00e0 un attaquant de provoquer un probl\u00e8me de s\u00e9curit\u00e9 non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur.",
  "title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits VMware",
  "vendor_advisories": [
    {
      "published_at": "2025-09-04",
      "title": "Bulletin de s\u00e9curit\u00e9 VMware 36093",
      "url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36093"
    },
    {
      "published_at": "2025-09-04",
      "title": "Bulletin de s\u00e9curit\u00e9 VMware 36102",
      "url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36102"
    },
    {
      "published_at": "2025-09-04",
      "title": "Bulletin de s\u00e9curit\u00e9 VMware 36101",
      "url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36101"
    },
    {
      "published_at": "2025-09-04",
      "title": "Bulletin de s\u00e9curit\u00e9 VMware 36100",
      "url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36100"
    },
    {
      "published_at": "2025-09-04",
      "title": "Bulletin de s\u00e9curit\u00e9 VMware 36105",
      "url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36105"
    },
    {
      "published_at": "2025-09-04",
      "title": "Bulletin de s\u00e9curit\u00e9 VMware 36091",
      "url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36091"
    },
    {
      "published_at": "2025-09-04",
      "title": "Bulletin de s\u00e9curit\u00e9 VMware 36078",
      "url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36078"
    },
    {
      "published_at": "2025-09-04",
      "title": "Bulletin de s\u00e9curit\u00e9 VMware 36107",
      "url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36107"
    },
    {
      "published_at": "2025-09-04",
      "title": "Bulletin de s\u00e9curit\u00e9 VMware 36094",
      "url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36094"
    },
    {
      "published_at": "2025-09-04",
      "title": "Bulletin de s\u00e9curit\u00e9 VMware 36097",
      "url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36097"
    },
    {
      "published_at": "2025-09-04",
      "title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2025-46",
      "url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36104"
    },
    {
      "published_at": "2025-09-04",
      "title": "Bulletin de s\u00e9curit\u00e9 VMware 36108",
      "url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36108"
    },
    {
      "published_at": "2025-09-04",
      "title": "Bulletin de s\u00e9curit\u00e9 VMware 36095",
      "url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36095"
    },
    {
      "published_at": "2025-09-04",
      "title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2025-09",
      "url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36090"
    },
    {
      "published_at": "2025-09-04",
      "title": "Bulletin de s\u00e9curit\u00e9 VMware 36096",
      "url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36096"
    },
    {
      "published_at": "2025-09-04",
      "title": "Bulletin de s\u00e9curit\u00e9 VMware 36106",
      "url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36106"
    },
    {
      "published_at": "2025-09-04",
      "title": "Bulletin de s\u00e9curit\u00e9 VMware 36109",
      "url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36109"
    },
    {
      "published_at": "2025-09-04",
      "title": "Bulletin de s\u00e9curit\u00e9 VMware 36098",
      "url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36098"
    },
    {
      "published_at": "2025-09-04",
      "title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2025-68",
      "url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36111"
    },
    {
      "published_at": "2025-09-04",
      "title": "Bulletin de s\u00e9curit\u00e9 VMware 36103",
      "url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36103"
    },
    {
      "published_at": "2025-09-04",
      "title": "Bulletin de s\u00e9curit\u00e9 VMware 36099",
      "url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36099"
    },
    {
      "published_at": "2025-09-04",
      "title": "Bulletin de s\u00e9curit\u00e9 VMware 36092",
      "url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36092"
    },
    {
      "published_at": "2025-09-04",
      "title": "Bulletin de s\u00e9curit\u00e9 VMware 36110",
      "url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36110"
    }
  ]
}
  CERTFR-2025-AVI-0896
Vulnerability from certfr_avis
De multiples vulnérabilités ont été découvertes dans les produits IBM. Certaines d'entre elles permettent à un attaquant de provoquer une exécution de code arbitraire à distance, un déni de service à distance et une atteinte à la confidentialité des données.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| IBM | Sterling Connect:Direct | Sterling Connect:Direct Web Services versions 6.4.x antérieures à 6.4.0.4 | ||
| IBM | Cloud Pak | Cloud Pak for Security versions antérieures à 1.11.5.0 | ||
| IBM | QRadar | QRadar Investigation Assistant versions antérieures à 1.2.0 | ||
| IBM | WebSphere | WebSphere eXtreme Scale versions 8.6.1.x sans le correctif APAR PH68446 | ||
| IBM | QRadar Suite Software | QRadar Suite Software versions antérieures à 1.11.5.0 | ||
| IBM | Security QRadar EDR | Security QRadar EDR versions antérieures à 3.12.19 | ||
| IBM | Sterling Connect:Direct | Sterling Connect:Direct Web Services versions 6.3.x antérieures à 6.3.0.15 | ||
| IBM | Sterling Connect:Direct | Sterling Connect:Direct Web Services versions 6.2.x antérieures à 6.2.0.29 | 
| Title | Publication Time | Tags | |||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
                  
  | 
              |||||||||||||||||
{
  "$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
  "affected_systems": [
    {
      "description": "Sterling Connect:Direct Web Services versions 6.4.x ant\u00e9rieures \u00e0 6.4.0.4",
      "product": {
        "name": "Sterling Connect:Direct",
        "vendor": {
          "name": "IBM",
          "scada": false
        }
      }
    },
    {
      "description": "Cloud Pak for Security versions ant\u00e9rieures \u00e0 1.11.5.0",
      "product": {
        "name": "Cloud Pak",
        "vendor": {
          "name": "IBM",
          "scada": false
        }
      }
    },
    {
      "description": "QRadar Investigation Assistant versions ant\u00e9rieures \u00e0 1.2.0",
      "product": {
        "name": "QRadar",
        "vendor": {
          "name": "IBM",
          "scada": false
        }
      }
    },
    {
      "description": "WebSphere eXtreme Scale versions 8.6.1.x sans le correctif APAR PH68446",
      "product": {
        "name": "WebSphere",
        "vendor": {
          "name": "IBM",
          "scada": false
        }
      }
    },
    {
      "description": "QRadar Suite Software versions ant\u00e9rieures \u00e0 1.11.5.0",
      "product": {
        "name": "QRadar Suite Software",
        "vendor": {
          "name": "IBM",
          "scada": false
        }
      }
    },
    {
      "description": "Security QRadar EDR versions ant\u00e9rieures \u00e0 3.12.19",
      "product": {
        "name": "Security QRadar EDR",
        "vendor": {
          "name": "IBM",
          "scada": false
        }
      }
    },
    {
      "description": "Sterling Connect:Direct Web Services versions 6.3.x ant\u00e9rieures \u00e0 6.3.0.15",
      "product": {
        "name": "Sterling Connect:Direct",
        "vendor": {
          "name": "IBM",
          "scada": false
        }
      }
    },
    {
      "description": "Sterling Connect:Direct Web Services versions 6.2.x ant\u00e9rieures \u00e0 6.2.0.29",
      "product": {
        "name": "Sterling Connect:Direct",
        "vendor": {
          "name": "IBM",
          "scada": false
        }
      }
    }
  ],
  "affected_systems_content": "",
  "content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
  "cves": [
    {
      "name": "CVE-2025-31651",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-31651"
    },
    {
      "name": "CVE-2025-27818",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-27818"
    },
    {
      "name": "CVE-2025-27516",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-27516"
    },
    {
      "name": "CVE-2024-55565",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-55565"
    },
    {
      "name": "CVE-2025-46548",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-46548"
    },
    {
      "name": "CVE-2025-27817",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-27817"
    },
    {
      "name": "CVE-2023-32082",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-32082"
    },
    {
      "name": "CVE-2025-22228",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-22228"
    },
    {
      "name": "CVE-2019-9674",
      "url": "https://www.cve.org/CVERecord?id=CVE-2019-9674"
    },
    {
      "name": "CVE-2024-6866",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-6866"
    },
    {
      "name": "CVE-2025-1647",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-1647"
    },
    {
      "name": "CVE-2020-10735",
      "url": "https://www.cve.org/CVERecord?id=CVE-2020-10735"
    },
    {
      "name": "CVE-2024-12798",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-12798"
    },
    {
      "name": "CVE-2025-49125",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-49125"
    },
    {
      "name": "CVE-2025-50106",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-50106"
    },
    {
      "name": "CVE-2018-8740",
      "url": "https://www.cve.org/CVERecord?id=CVE-2018-8740"
    },
    {
      "name": "CVE-2025-30754",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-30754"
    },
    {
      "name": "CVE-2025-22233",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-22233"
    },
    {
      "name": "CVE-2024-38820",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-38820"
    },
    {
      "name": "CVE-2025-50182",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-50182"
    },
    {
      "name": "CVE-2025-49826",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-49826"
    },
    {
      "name": "CVE-2025-50181",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-50181"
    },
    {
      "name": "CVE-2025-30474",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-30474"
    },
    {
      "name": "CVE-2025-4565",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-4565"
    },
    {
      "name": "CVE-2025-7783",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-7783"
    },
    {
      "name": "CVE-2024-21538",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-21538"
    },
    {
      "name": "CVE-2023-44389",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-44389"
    },
    {
      "name": "CVE-2022-38749",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-38749"
    },
    {
      "name": "CVE-2025-22868",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-22868"
    },
    {
      "name": "CVE-2024-6844",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-6844"
    },
    {
      "name": "CVE-2024-12801",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-12801"
    },
    {
      "name": "CVE-2025-48976",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-48976"
    },
    {
      "name": "CVE-2025-48989",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-48989"
    },
    {
      "name": "CVE-2022-22968",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-22968"
    },
    {
      "name": "CVE-2025-50059",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-50059"
    },
    {
      "name": "CVE-2025-27553",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-27553"
    },
    {
      "name": "CVE-2025-30761",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-30761"
    },
    {
      "name": "CVE-2024-47535",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-47535"
    },
    {
      "name": "CVE-2024-6484",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-6484"
    },
    {
      "name": "CVE-2025-48988",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-48988"
    },
    {
      "name": "CVE-2025-47278",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-47278"
    },
    {
      "name": "CVE-2024-6485",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-6485"
    },
    {
      "name": "CVE-2025-1767",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-1767"
    },
    {
      "name": "CVE-2025-49005",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-49005"
    },
    {
      "name": "CVE-2025-30218",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-30218"
    },
    {
      "name": "CVE-2023-36479",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-36479"
    },
    {
      "name": "CVE-2022-31628",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-31628"
    },
    {
      "name": "CVE-2024-47081",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-47081"
    },
    {
      "name": "CVE-2024-7598",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-7598"
    },
    {
      "name": "CVE-2025-29927",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-29927"
    },
    {
      "name": "CVE-2025-55668",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-55668"
    },
    {
      "name": "CVE-2022-38751",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-38751"
    },
    {
      "name": "CVE-2025-25193",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-25193"
    },
    {
      "name": "CVE-2025-5889",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-5889"
    },
    {
      "name": "CVE-2025-30749",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-30749"
    },
    {
      "name": "CVE-2025-46653",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-46653"
    },
    {
      "name": "CVE-2025-27789",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-27789"
    },
    {
      "name": "CVE-2024-6827",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-6827"
    },
    {
      "name": "CVE-2025-48924",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-48924"
    },
    {
      "name": "CVE-2022-38750",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-38750"
    },
    {
      "name": "CVE-2025-53864",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-53864"
    },
    {
      "name": "CVE-2024-6839",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-6839"
    },
    {
      "name": "CVE-2025-48997",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-48997"
    },
    {
      "name": "CVE-2025-48387",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-48387"
    },
    {
      "name": "CVE-2025-58754",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-58754"
    },
    {
      "name": "CVE-2025-46392",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-46392"
    },
    {
      "name": "CVE-2025-7338",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-7338"
    },
    {
      "name": "CVE-2024-44906",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-44906"
    },
    {
      "name": "CVE-2025-59343",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-59343"
    },
    {
      "name": "CVE-2025-47273",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-47273"
    }
  ],
  "initial_release_date": "2025-10-17T00:00:00",
  "last_revision_date": "2025-10-17T00:00:00",
  "links": [],
  "reference": "CERTFR-2025-AVI-0896",
  "revisions": [
    {
      "description": "Version initiale",
      "revision_date": "2025-10-17T00:00:00.000000"
    }
  ],
  "risks": [
    {
      "description": "D\u00e9ni de service \u00e0 distance"
    },
    {
      "description": "Injection de code indirecte \u00e0 distance (XSS)"
    },
    {
      "description": "Ex\u00e9cution de code arbitraire \u00e0 distance"
    },
    {
      "description": "Atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es"
    },
    {
      "description": "Injection SQL (SQLi)"
    },
    {
      "description": "Falsification de requ\u00eates c\u00f4t\u00e9 serveur (SSRF)"
    },
    {
      "description": "Contournement de la politique de s\u00e9curit\u00e9"
    },
    {
      "description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es"
    }
  ],
  "summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits IBM. Certaines d\u0027entre elles permettent \u00e0 un attaquant de provoquer une ex\u00e9cution de code arbitraire \u00e0 distance, un d\u00e9ni de service \u00e0 distance et une atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es.",
  "title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits IBM",
  "vendor_advisories": [
    {
      "published_at": "2025-10-15",
      "title": "Bulletin de s\u00e9curit\u00e9 IBM 7247985",
      "url": "https://www.ibm.com/support/pages/node/7247985"
    },
    {
      "published_at": "2025-10-15",
      "title": "Bulletin de s\u00e9curit\u00e9 IBM 7247975",
      "url": "https://www.ibm.com/support/pages/node/7247975"
    },
    {
      "published_at": "2025-10-14",
      "title": "Bulletin de s\u00e9curit\u00e9 IBM 7247893",
      "url": "https://www.ibm.com/support/pages/node/7247893"
    },
    {
      "published_at": "2025-10-16",
      "title": "Bulletin de s\u00e9curit\u00e9 IBM 7248127",
      "url": "https://www.ibm.com/support/pages/node/7248127"
    },
    {
      "published_at": "2025-10-16",
      "title": "Bulletin de s\u00e9curit\u00e9 IBM 7248118",
      "url": "https://www.ibm.com/support/pages/node/7248118"
    }
  ]
}
  CERTFR-2025-AVI-0760
Vulnerability from certfr_avis
De multiples vulnérabilités ont été découvertes dans les produits IBM. Certaines d'entre elles permettent à un attaquant de provoquer une exécution de code arbitraire à distance, une élévation de privilèges et un déni de service à distance.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| IBM | QRadar SIEM | User Entity Behavior Analytics pour IBM QRadar SIEM versions antérieures à 5.0.1 | ||
| IBM | WebSphere | IBM Common Licensing pour Websphere Liberty Agent versions 9.0.x antérieures à 9.0.0.2 | ||
| IBM | Db2 | Db2 on Cloud Pak for Data versions antérieures à v5.2.1 | ||
| IBM | WebSphere | IBM Enterprise Application Runtimes pour WebSphere Application Server version 1.0 sans les correctif de sécurité APAR PH67137 et APAR PH67132 | ||
| IBM | WebSphere | Engineering Test Management versions 7.0.2 et 7.0.3 pour WebSphere Application Server 8.5 et 9.0 sans le dernier correctif de sécurité | ||
| IBM | WebSphere | Engineering Lifecycle Management 7.0.2 et 7.0.3 pour WebSphere Application Server Liberty versions 17.0.0.3 à 25.0.0.8 sans le dernier correctif de sécurité | ||
| IBM | WebSphere | IBM Common Licensing pour Websphere Liberty ART versions 9.0.x antérieures à 9.0.0.2 | ||
| IBM | WebSphere | Engineering Lifecycle Management 7.1 pour WebSphere Application Server Liberty versions 17.0.0.3 à 25.0.0.8 sans le dernier correctif de sécurité | ||
| IBM | WebSphere | Cloud Pak for Applications versions 5.1 à 5.3 pour WebSphere Application Server Liberty sans les correctifs de sécurité APAR PH67132 et APAR PH67137 | ||
| IBM | WebSphere | Engineering Test Management versions 7.1 pour WebSphere Application Server 8.5 et 9.0 sans le dernier correctif de sécurité | ||
| IBM | WebSphere | WebSphere Application Server and WebSphere Application Server Liberty, avec les fonctionnalités jsonp sans le dernier correctif de sécurité | ||
| IBM | WebSphere | WebSphere Hybrid Edition version 5.1 sans les correctifs de sécurité APAR PH67137, APAR PH67132, | ||
| IBM | Db2 | Db2 Warehouse on Cloud Pak for Data versions antérieures à v5.2.1 | 
| Title | Publication Time | Tags | |||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
                  
  | 
              |||||||||||||||||||||||||||||||||||||||||
{
  "$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
  "affected_systems": [
    {
      "description": "User Entity Behavior Analytics pour IBM QRadar SIEM versions ant\u00e9rieures \u00e0 5.0.1",
      "product": {
        "name": "QRadar SIEM",
        "vendor": {
          "name": "IBM",
          "scada": false
        }
      }
    },
    {
      "description": "IBM Common Licensing pour Websphere Liberty Agent versions  9.0.x ant\u00e9rieures \u00e0 9.0.0.2",
      "product": {
        "name": "WebSphere",
        "vendor": {
          "name": "IBM",
          "scada": false
        }
      }
    },
    {
      "description": "Db2 on Cloud Pak for Data versions ant\u00e9rieures \u00e0 v5.2.1",
      "product": {
        "name": "Db2",
        "vendor": {
          "name": "IBM",
          "scada": false
        }
      }
    },
    {
      "description": "IBM Enterprise Application Runtimes pour WebSphere Application Server version 1.0 sans les correctif de s\u00e9curit\u00e9 APAR PH67137 et  APAR PH67132",
      "product": {
        "name": "WebSphere",
        "vendor": {
          "name": "IBM",
          "scada": false
        }
      }
    },
    {
      "description": "Engineering Test Management versions 7.0.2 et 7.0.3  pour WebSphere Application Server 8.5 et 9.0 sans le dernier correctif de s\u00e9curit\u00e9",
      "product": {
        "name": "WebSphere",
        "vendor": {
          "name": "IBM",
          "scada": false
        }
      }
    },
    {
      "description": "Engineering Lifecycle Management 7.0.2 et 7.0.3 pour WebSphere Application Server Liberty  versions 17.0.0.3 \u00e0 25.0.0.8 sans le dernier correctif de s\u00e9curit\u00e9",
      "product": {
        "name": "WebSphere",
        "vendor": {
          "name": "IBM",
          "scada": false
        }
      }
    },
    {
      "description": "IBM Common Licensing pour Websphere Liberty ART versions 9.0.x ant\u00e9rieures \u00e0 9.0.0.2",
      "product": {
        "name": "WebSphere",
        "vendor": {
          "name": "IBM",
          "scada": false
        }
      }
    },
    {
      "description": "Engineering Lifecycle Management 7.1 pour WebSphere Application Server Liberty  versions 17.0.0.3 \u00e0 25.0.0.8 sans le dernier correctif de s\u00e9curit\u00e9",
      "product": {
        "name": "WebSphere",
        "vendor": {
          "name": "IBM",
          "scada": false
        }
      }
    },
    {
      "description": "Cloud Pak for Applications versions 5.1 \u00e0 5.3 pour WebSphere Application Server Liberty sans les correctifs de s\u00e9curit\u00e9 APAR PH67132 et APAR PH67137",
      "product": {
        "name": "WebSphere",
        "vendor": {
          "name": "IBM",
          "scada": false
        }
      }
    },
    {
      "description": "Engineering Test Management versions 7.1 pour WebSphere Application Server 8.5 et 9.0 sans le dernier correctif de s\u00e9curit\u00e9",
      "product": {
        "name": "WebSphere",
        "vendor": {
          "name": "IBM",
          "scada": false
        }
      }
    },
    {
      "description": "WebSphere Application Server and WebSphere Application Server Liberty, avec les fonctionnalit\u00e9s jsonp sans le dernier correctif de s\u00e9curit\u00e9",
      "product": {
        "name": "WebSphere",
        "vendor": {
          "name": "IBM",
          "scada": false
        }
      }
    },
    {
      "description": "WebSphere Hybrid Edition version 5.1 sans les correctifs de s\u00e9curit\u00e9 APAR PH67137, APAR PH67132,",
      "product": {
        "name": "WebSphere",
        "vendor": {
          "name": "IBM",
          "scada": false
        }
      }
    },
    {
      "description": "Db2 Warehouse on Cloud Pak for Data versions ant\u00e9rieures \u00e0 v5.2.1",
      "product": {
        "name": "Db2",
        "vendor": {
          "name": "IBM",
          "scada": false
        }
      }
    }
  ],
  "affected_systems_content": "",
  "content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
  "cves": [
    {
      "name": "CVE-2022-31129",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-31129"
    },
    {
      "name": "CVE-2025-53547",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-53547"
    },
    {
      "name": "CVE-2023-43642",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-43642"
    },
    {
      "name": "CVE-2025-0755",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-0755"
    },
    {
      "name": "CVE-2025-25724",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-25724"
    },
    {
      "name": "CVE-2023-1370",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-1370"
    },
    {
      "name": "CVE-2025-27516",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-27516"
    },
    {
      "name": "CVE-2024-55565",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-55565"
    },
    {
      "name": "CVE-2024-51473",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-51473"
    },
    {
      "name": "CVE-2015-5237",
      "url": "https://www.cve.org/CVERecord?id=CVE-2015-5237"
    },
    {
      "name": "CVE-2025-3445",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-3445"
    },
    {
      "name": "CVE-2025-32386",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-32386"
    },
    {
      "name": "CVE-2025-46762",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-46762"
    },
    {
      "name": "CVE-2025-32421",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-32421"
    },
    {
      "name": "CVE-2016-4055",
      "url": "https://www.cve.org/CVERecord?id=CVE-2016-4055"
    },
    {
      "name": "CVE-2024-43799",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-43799"
    },
    {
      "name": "CVE-2024-49766",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-49766"
    },
    {
      "name": "CVE-2024-45492",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-45492"
    },
    {
      "name": "CVE-2025-4330",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-4330"
    },
    {
      "name": "CVE-2024-56326",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-56326"
    },
    {
      "name": "CVE-2025-22004",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-22004"
    },
    {
      "name": "CVE-2025-4138",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-4138"
    },
    {
      "name": "CVE-2025-30472",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-30472"
    },
    {
      "name": "CVE-2025-24528",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-24528"
    },
    {
      "name": "CVE-2024-45813",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-45813"
    },
    {
      "name": "CVE-2022-36364",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-36364"
    },
    {
      "name": "CVE-2023-5868",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-5868"
    },
    {
      "name": "CVE-2025-48050",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-48050"
    },
    {
      "name": "CVE-2025-24970",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-24970"
    },
    {
      "name": "CVE-2025-33092",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-33092"
    },
    {
      "name": "CVE-2024-51479",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-51479"
    },
    {
      "name": "CVE-2025-1647",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-1647"
    },
    {
      "name": "CVE-2023-39417",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-39417"
    },
    {
      "name": "CVE-2023-34462",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-34462"
    },
    {
      "name": "CVE-2024-0406",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-0406"
    },
    {
      "name": "CVE-2024-11831",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-11831"
    },
    {
      "name": "CVE-2018-7489",
      "url": "https://www.cve.org/CVERecord?id=CVE-2018-7489"
    },
    {
      "name": "CVE-2025-33143",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-33143"
    },
    {
      "name": "CVE-2021-3393",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-3393"
    },
    {
      "name": "CVE-2025-2533",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-2533"
    },
    {
      "name": "CVE-2019-10202",
      "url": "https://www.cve.org/CVERecord?id=CVE-2019-10202"
    },
    {
      "name": "CVE-2023-5870",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-5870"
    },
    {
      "name": "CVE-2024-4067",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-4067"
    },
    {
      "name": "CVE-2025-36097",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-36097"
    },
    {
      "name": "CVE-2024-45490",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-45490"
    },
    {
      "name": "CVE-2025-36010",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-36010"
    },
    {
      "name": "CVE-2025-36047",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-36047"
    },
    {
      "name": "CVE-2024-45491",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-45491"
    },
    {
      "name": "CVE-2025-50182",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-50182"
    },
    {
      "name": "CVE-2022-49846",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-49846"
    },
    {
      "name": "CVE-2025-32462",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-32462"
    },
    {
      "name": "CVE-2025-50181",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-50181"
    },
    {
      "name": "CVE-2022-3510",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-3510"
    },
    {
      "name": "CVE-2022-3509",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-3509"
    },
    {
      "name": "CVE-2025-4517",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-4517"
    },
    {
      "name": "CVE-2023-5869",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-5869"
    },
    {
      "name": "CVE-2024-8184",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-8184"
    },
    {
      "name": "CVE-2025-48068",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-48068"
    },
    {
      "name": "CVE-2024-48949",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-48949"
    },
    {
      "name": "CVE-2025-52999",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-52999"
    },
    {
      "name": "CVE-2025-33114",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-33114"
    },
    {
      "name": "CVE-2025-7783",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-7783"
    },
    {
      "name": "CVE-2025-27152",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-27152"
    },
    {
      "name": "CVE-2022-41862",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-41862"
    },
    {
      "name": "CVE-2025-4435",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-4435"
    },
    {
      "name": "CVE-2025-21966",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-21966"
    },
    {
      "name": "CVE-2023-22467",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-22467"
    },
    {
      "name": "CVE-2022-24823",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-24823"
    },
    {
      "name": "CVE-2025-22868",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-22868"
    },
    {
      "name": "CVE-2024-48948",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-48948"
    },
    {
      "name": "CVE-2024-12718",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-12718"
    },
    {
      "name": "CVE-2019-9193",
      "url": "https://www.cve.org/CVERecord?id=CVE-2019-9193"
    },
    {
      "name": "CVE-2018-5968",
      "url": "https://www.cve.org/CVERecord?id=CVE-2018-5968"
    },
    {
      "name": "CVE-2024-6763",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-6763"
    },
    {
      "name": "CVE-2025-48976",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-48976"
    },
    {
      "name": "CVE-2023-39410",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-39410"
    },
    {
      "name": "CVE-2024-56332",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-56332"
    },
    {
      "name": "CVE-2024-7254",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-7254"
    },
    {
      "name": "CVE-2025-37799",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-37799"
    },
    {
      "name": "CVE-2022-24785",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-24785"
    },
    {
      "name": "CVE-2024-56201",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-56201"
    },
    {
      "name": "CVE-2017-7525",
      "url": "https://www.cve.org/CVERecord?id=CVE-2017-7525"
    },
    {
      "name": "CVE-2023-26133",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-26133"
    },
    {
      "name": "CVE-2024-6484",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-6484"
    },
    {
      "name": "CVE-2024-6485",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-6485"
    },
    {
      "name": "CVE-2023-2454",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-2454"
    },
    {
      "name": "CVE-2024-9823",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-9823"
    },
    {
      "name": "CVE-2025-26791",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-26791"
    },
    {
      "name": "CVE-2024-56339",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-56339"
    },
    {
      "name": "CVE-2024-49767",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-49767"
    },
    {
      "name": "CVE-2022-1552",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-1552"
    },
    {
      "name": "CVE-2024-49828",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-49828"
    },
    {
      "name": "CVE-2024-55549",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-55549"
    },
    {
      "name": "CVE-2025-29927",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-29927"
    },
    {
      "name": "CVE-2025-32387",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-32387"
    },
    {
      "name": "CVE-2024-43800",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-43800"
    },
    {
      "name": "CVE-2024-50602",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-50602"
    },
    {
      "name": "CVE-2017-18214",
      "url": "https://www.cve.org/CVERecord?id=CVE-2017-18214"
    },
    {
      "name": "CVE-2025-22870",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-22870"
    },
    {
      "name": "CVE-2023-2455",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-2455"
    },
    {
      "name": "CVE-2025-24855",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-24855"
    },
    {
      "name": "CVE-2025-5702",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-5702"
    },
    {
      "name": "CVE-2025-36071",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-36071"
    },
    {
      "name": "CVE-2025-37749",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-37749"
    },
    {
      "name": "CVE-2024-0985",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-0985"
    },
    {
      "name": "CVE-2017-15095",
      "url": "https://www.cve.org/CVERecord?id=CVE-2017-15095"
    },
    {
      "name": "CVE-2024-36114",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-36114"
    },
    {
      "name": "CVE-2025-27789",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-27789"
    },
    {
      "name": "CVE-2019-12086",
      "url": "https://www.cve.org/CVERecord?id=CVE-2019-12086"
    },
    {
      "name": "CVE-2024-6827",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-6827"
    },
    {
      "name": "CVE-2023-52933",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-52933"
    },
    {
      "name": "CVE-2021-21290",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-21290"
    },
    {
      "name": "CVE-2024-12243",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-12243"
    },
    {
      "name": "CVE-2022-2625",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-2625"
    },
    {
      "name": "CVE-2023-2976",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-2976"
    },
    {
      "name": "CVE-2017-17485",
      "url": "https://www.cve.org/CVERecord?id=CVE-2017-17485"
    },
    {
      "name": "CVE-2024-6762",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-6762"
    },
    {
      "name": "CVE-2022-1471",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-1471"
    },
    {
      "name": "CVE-2024-52894",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-52894"
    },
    {
      "name": "CVE-2025-21759",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-21759"
    },
    {
      "name": "CVE-2022-3171",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-3171"
    },
    {
      "name": "CVE-2025-21887",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-21887"
    },
    {
      "name": "CVE-2025-6442",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-6442"
    },
    {
      "name": "CVE-2024-12133",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-12133"
    },
    {
      "name": "CVE-2024-51504",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-51504"
    },
    {
      "name": "CVE-2022-41881",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-41881"
    },
    {
      "name": "CVE-2025-47273",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-47273"
    },
    {
      "name": "CVE-2025-21756",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-21756"
    },
    {
      "name": "CVE-2018-1000873",
      "url": "https://www.cve.org/CVERecord?id=CVE-2018-1000873"
    },
    {
      "name": "CVE-2023-32305",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-32305"
    },
    {
      "name": "CVE-2025-47287",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-47287"
    },
    {
      "name": "CVE-2024-57699",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-57699"
    },
    {
      "name": "CVE-2025-3576",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-3576"
    },
    {
      "name": "CVE-2025-48734",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-48734"
    }
  ],
  "initial_release_date": "2025-09-05T00:00:00",
  "last_revision_date": "2025-09-05T00:00:00",
  "links": [],
  "reference": "CERTFR-2025-AVI-0760",
  "revisions": [
    {
      "description": "Version initiale",
      "revision_date": "2025-09-05T00:00:00.000000"
    }
  ],
  "risks": [
    {
      "description": "D\u00e9ni de service \u00e0 distance"
    },
    {
      "description": "Injection de code indirecte \u00e0 distance (XSS)"
    },
    {
      "description": "Ex\u00e9cution de code arbitraire \u00e0 distance"
    },
    {
      "description": "Atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es"
    },
    {
      "description": "Injection SQL (SQLi)"
    },
    {
      "description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
    },
    {
      "description": "Falsification de requ\u00eates c\u00f4t\u00e9 serveur (SSRF)"
    },
    {
      "description": "Contournement de la politique de s\u00e9curit\u00e9"
    },
    {
      "description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es"
    },
    {
      "description": "\u00c9l\u00e9vation de privil\u00e8ges"
    }
  ],
  "summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits IBM. Certaines d\u0027entre elles permettent \u00e0 un attaquant de provoquer une ex\u00e9cution de code arbitraire \u00e0 distance, une \u00e9l\u00e9vation de privil\u00e8ges et un d\u00e9ni de service \u00e0 distance.",
  "title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits IBM",
  "vendor_advisories": [
    {
      "published_at": "2025-09-03",
      "title": "Bulletin de s\u00e9curit\u00e9 IBM 7243927",
      "url": "https://www.ibm.com/support/pages/node/7243927"
    },
    {
      "published_at": "2025-09-03",
      "title": "Bulletin de s\u00e9curit\u00e9 IBM 7243923",
      "url": "https://www.ibm.com/support/pages/node/7243923"
    },
    {
      "published_at": "2025-09-03",
      "title": "Bulletin de s\u00e9curit\u00e9 IBM 7243924",
      "url": "https://www.ibm.com/support/pages/node/7243924"
    },
    {
      "published_at": "2025-09-04",
      "title": "Bulletin de s\u00e9curit\u00e9 IBM 7244012",
      "url": "https://www.ibm.com/support/pages/node/7244012"
    },
    {
      "published_at": "2025-09-01",
      "title": "Bulletin de s\u00e9curit\u00e9 IBM 7243659",
      "url": "https://www.ibm.com/support/pages/node/7243659"
    },
    {
      "published_at": "2025-09-04",
      "title": "Bulletin de s\u00e9curit\u00e9 IBM 7244002",
      "url": "https://www.ibm.com/support/pages/node/7244002"
    },
    {
      "published_at": "2025-08-29",
      "title": "Bulletin de s\u00e9curit\u00e9 IBM 7243582",
      "url": "https://www.ibm.com/support/pages/node/7243582"
    },
    {
      "published_at": "2025-09-03",
      "title": "Bulletin de s\u00e9curit\u00e9 IBM 7243928",
      "url": "https://www.ibm.com/support/pages/node/7243928"
    },
    {
      "published_at": "2025-09-03",
      "title": "Bulletin de s\u00e9curit\u00e9 IBM 7243925",
      "url": "https://www.ibm.com/support/pages/node/7243925"
    },
    {
      "published_at": "2025-09-04",
      "title": "Bulletin de s\u00e9curit\u00e9 IBM 7244010",
      "url": "https://www.ibm.com/support/pages/node/7244010"
    },
    {
      "published_at": "2025-09-03",
      "title": "Bulletin de s\u00e9curit\u00e9 IBM 7243922",
      "url": "https://www.ibm.com/support/pages/node/7243922"
    },
    {
      "published_at": "2025-09-01",
      "title": "Bulletin de s\u00e9curit\u00e9 IBM 7243673",
      "url": "https://www.ibm.com/support/pages/node/7243673"
    },
    {
      "published_at": "2025-09-03",
      "title": "Bulletin de s\u00e9curit\u00e9 IBM 7243877",
      "url": "https://www.ibm.com/support/pages/node/7243877"
    }
  ]
}
  CERTFR-2025-AVI-0724
Vulnerability from certfr_avis
De multiples vulnérabilités ont été découvertes dans les produits IBM. Certaines d'entre elles permettent à un attaquant de provoquer une exécution de code arbitraire à distance, une élévation de privilèges et un déni de service à distance.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| IBM | QRadar | QRadar Incident Forensics versions 7.5.x antérieures à QIF 7.5.0 UP13 IF01 | ||
| IBM | WebSphere Service Registry and Repository | WebSphere Service Registry and Repository versions 8.5 sans les derniers correctifs de sécurité | ||
| IBM | Sterling B2B Integrator | Sterling B2B Integrator versions 6.x antérieures à 6.2.1.1 | ||
| IBM | QRadar | QRadar Data Synchronization App versions antérieures à 3.2.2 | ||
| IBM | QRadar Log Source Management App | QRadar Log Source Management App versions antérieures à 7.0.12 | ||
| IBM | Sterling File Gateway | Sterling File Gateway versions 6.x antérieures à 6.2.1.1 | ||
| IBM | QRadar SIEM | QRadar SIEM QRadar versions 7.5.x antérieures à 7.5.0 UP13 IF01 | ||
| IBM | QRadar | SOAR QRadar Plugin App versions antérieures à 5.6.2 | 
| Title | Publication Time | Tags | ||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
                  
  | 
              ||||||||||||||||||||
{
  "$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
  "affected_systems": [
    {
      "description": "QRadar Incident Forensics versions 7.5.x ant\u00e9rieures \u00e0 QIF 7.5.0 UP13 IF01",
      "product": {
        "name": "QRadar",
        "vendor": {
          "name": "IBM",
          "scada": false
        }
      }
    },
    {
      "description": "WebSphere Service Registry and Repository versions 8.5 sans les derniers correctifs de s\u00e9curit\u00e9",
      "product": {
        "name": "WebSphere Service Registry and Repository",
        "vendor": {
          "name": "IBM",
          "scada": false
        }
      }
    },
    {
      "description": "Sterling B2B Integrator versions 6.x ant\u00e9rieures \u00e0 6.2.1.1",
      "product": {
        "name": "Sterling B2B Integrator",
        "vendor": {
          "name": "IBM",
          "scada": false
        }
      }
    },
    {
      "description": "QRadar Data Synchronization App versions ant\u00e9rieures \u00e0 3.2.2",
      "product": {
        "name": "QRadar",
        "vendor": {
          "name": "IBM",
          "scada": false
        }
      }
    },
    {
      "description": "QRadar Log Source Management App versions ant\u00e9rieures \u00e0 7.0.12",
      "product": {
        "name": "QRadar Log Source Management App",
        "vendor": {
          "name": "IBM",
          "scada": false
        }
      }
    },
    {
      "description": "Sterling File Gateway versions 6.x ant\u00e9rieures \u00e0 6.2.1.1",
      "product": {
        "name": "Sterling File Gateway",
        "vendor": {
          "name": "IBM",
          "scada": false
        }
      }
    },
    {
      "description": "QRadar SIEM QRadar versions 7.5.x ant\u00e9rieures \u00e0 7.5.0 UP13 IF01",
      "product": {
        "name": "QRadar SIEM",
        "vendor": {
          "name": "IBM",
          "scada": false
        }
      }
    },
    {
      "description": "SOAR QRadar Plugin App versions ant\u00e9rieures \u00e0 5.6.2",
      "product": {
        "name": "QRadar",
        "vendor": {
          "name": "IBM",
          "scada": false
        }
      }
    }
  ],
  "affected_systems_content": "",
  "content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
  "cves": [
    {
      "name": "CVE-2025-32996",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-32996"
    },
    {
      "name": "CVE-2025-36042",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-36042"
    },
    {
      "name": "CVE-2025-27516",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-27516"
    },
    {
      "name": "CVE-2025-48050",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-48050"
    },
    {
      "name": "CVE-2025-22150",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-22150"
    },
    {
      "name": "CVE-2024-11831",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-11831"
    },
    {
      "name": "CVE-2025-6545",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-6545"
    },
    {
      "name": "CVE-2025-50182",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-50182"
    },
    {
      "name": "CVE-2025-50181",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-50181"
    },
    {
      "name": "CVE-2025-7783",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-7783"
    },
    {
      "name": "CVE-2018-14732",
      "url": "https://www.cve.org/CVERecord?id=CVE-2018-14732"
    },
    {
      "name": "CVE-2025-23085",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-23085"
    },
    {
      "name": "CVE-2025-32997",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-32997"
    },
    {
      "name": "CVE-2025-48976",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-48976"
    },
    {
      "name": "CVE-2025-30360",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-30360"
    },
    {
      "name": "CVE-2025-33120",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-33120"
    },
    {
      "name": "CVE-2025-26791",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-26791"
    },
    {
      "name": "CVE-2025-23184",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-23184"
    },
    {
      "name": "CVE-2024-47081",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-47081"
    },
    {
      "name": "CVE-2025-5889",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-5889"
    },
    {
      "name": "CVE-2025-7339",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-7339"
    },
    {
      "name": "CVE-2025-27789",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-27789"
    },
    {
      "name": "CVE-2025-30359",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-30359"
    },
    {
      "name": "CVE-2025-6547",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-6547"
    },
    {
      "name": "CVE-2025-47273",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-47273"
    }
  ],
  "initial_release_date": "2025-08-22T00:00:00",
  "last_revision_date": "2025-08-22T00:00:00",
  "links": [],
  "reference": "CERTFR-2025-AVI-0724",
  "revisions": [
    {
      "description": "Version initiale",
      "revision_date": "2025-08-22T00:00:00.000000"
    }
  ],
  "risks": [
    {
      "description": "D\u00e9ni de service \u00e0 distance"
    },
    {
      "description": "Injection de code indirecte \u00e0 distance (XSS)"
    },
    {
      "description": "Ex\u00e9cution de code arbitraire \u00e0 distance"
    },
    {
      "description": "Falsification de requ\u00eates c\u00f4t\u00e9 serveur (SSRF)"
    },
    {
      "description": "Contournement de la politique de s\u00e9curit\u00e9"
    },
    {
      "description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es"
    },
    {
      "description": "\u00c9l\u00e9vation de privil\u00e8ges"
    }
  ],
  "summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits IBM. Certaines d\u0027entre elles permettent \u00e0 un attaquant de provoquer une ex\u00e9cution de code arbitraire \u00e0 distance, une \u00e9l\u00e9vation de privil\u00e8ges et un d\u00e9ni de service \u00e0 distance.",
  "title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits IBM",
  "vendor_advisories": [
    {
      "published_at": "2025-08-15",
      "title": "Bulletin de s\u00e9curit\u00e9 IBM 7242291",
      "url": "https://www.ibm.com/support/pages/node/7242291"
    },
    {
      "published_at": "2025-08-15",
      "title": "Bulletin de s\u00e9curit\u00e9 IBM 7242269",
      "url": "https://www.ibm.com/support/pages/node/7242269"
    },
    {
      "published_at": "2025-08-15",
      "title": "Bulletin de s\u00e9curit\u00e9 IBM 7242292",
      "url": "https://www.ibm.com/support/pages/node/7242292"
    },
    {
      "published_at": "2025-08-14",
      "title": "Bulletin de s\u00e9curit\u00e9 IBM 7242246",
      "url": "https://www.ibm.com/support/pages/node/7242246"
    },
    {
      "published_at": "2025-08-21",
      "title": "Bulletin de s\u00e9curit\u00e9 IBM 7242869",
      "url": "https://www.ibm.com/support/pages/node/7242869"
    },
    {
      "published_at": "2025-08-20",
      "title": "Bulletin de s\u00e9curit\u00e9 IBM 7242665",
      "url": "https://www.ibm.com/support/pages/node/7242665"
    }
  ]
}
  CERTFR-2025-AVI-0401
Vulnerability from certfr_avis
De multiples vulnérabilités ont été découvertes dans Juniper Networks Secure Analytics. Certaines d'entre elles permettent à un attaquant de provoquer une exécution de code arbitraire à distance, un déni de service à distance et une atteinte à la confidentialité des données.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| Juniper Networks | Secure Analytics | Juniper Secure Analytics versions 7.5.0 antérieures à 7.5.0 UP11 IF02 | 
| Title | Publication Time | Tags | |||
|---|---|---|---|---|---|
                  
  | 
              |||||
{
  "$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
  "affected_systems": [
    {
      "description": "Juniper Secure Analytics versions 7.5.0 ant\u00e9rieures \u00e0 7.5.0 UP11 IF02",
      "product": {
        "name": "Secure Analytics",
        "vendor": {
          "name": "Juniper Networks",
          "scada": false
        }
      }
    }
  ],
  "affected_systems_content": "",
  "content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
  "cves": [
    {
      "name": "CVE-2023-7104",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-7104"
    },
    {
      "name": "CVE-2020-21469",
      "url": "https://www.cve.org/CVERecord?id=CVE-2020-21469"
    },
    {
      "name": "CVE-2024-46826",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-46826"
    },
    {
      "name": "CVE-2024-42070",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-42070"
    },
    {
      "name": "CVE-2024-41093",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-41093"
    },
    {
      "name": "CVE-2024-21235",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-21235"
    },
    {
      "name": "CVE-2024-35939",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-35939"
    },
    {
      "name": "CVE-2024-41009",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-41009"
    },
    {
      "name": "CVE-2024-39503",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-39503"
    },
    {
      "name": "CVE-2024-11187",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-11187"
    },
    {
      "name": "CVE-2024-42292",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-42292"
    },
    {
      "name": "CVE-2016-2193",
      "url": "https://www.cve.org/CVERecord?id=CVE-2016-2193"
    },
    {
      "name": "CVE-2025-27516",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-27516"
    },
    {
      "name": "CVE-2024-42284",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-42284"
    },
    {
      "name": "CVE-2024-38608",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-38608"
    },
    {
      "name": "CVE-2023-37920",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-37920"
    },
    {
      "name": "CVE-2024-40924",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-40924"
    },
    {
      "name": "CVE-2017-9047",
      "url": "https://www.cve.org/CVERecord?id=CVE-2017-9047"
    },
    {
      "name": "CVE-2024-26976",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-26976"
    },
    {
      "name": "CVE-2025-24813",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-24813"
    },
    {
      "name": "CVE-2024-50302",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-50302"
    },
    {
      "name": "CVE-2024-56326",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-56326"
    },
    {
      "name": "CVE-2023-52492",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-52492"
    },
    {
      "name": "CVE-2024-56171",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-56171"
    },
    {
      "name": "CVE-2023-5868",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-5868"
    },
    {
      "name": "CVE-2024-27062",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-27062"
    },
    {
      "name": "CVE-2024-35839",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-35839"
    },
    {
      "name": "CVE-2024-43889",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-43889"
    },
    {
      "name": "CVE-2024-8508",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-8508"
    },
    {
      "name": "CVE-2022-49043",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-49043"
    },
    {
      "name": "CVE-2024-45018",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-45018"
    },
    {
      "name": "CVE-2024-43880",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-43880"
    },
    {
      "name": "CVE-2024-4317",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-4317"
    },
    {
      "name": "CVE-2024-38586",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-38586"
    },
    {
      "name": "CVE-2024-11218",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-11218"
    },
    {
      "name": "CVE-2024-10917",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-10917"
    },
    {
      "name": "CVE-2024-53197",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-53197"
    },
    {
      "name": "CVE-2025-1244",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-1244"
    },
    {
      "name": "CVE-2023-5870",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-5870"
    },
    {
      "name": "CVE-2024-45769",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-45769"
    },
    {
      "name": "CVE-2024-12085",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-12085"
    },
    {
      "name": "CVE-2024-10977",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-10977"
    },
    {
      "name": "CVE-2024-27017",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-27017"
    },
    {
      "name": "CVE-2024-40983",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-40983"
    },
    {
      "name": "CVE-2021-37533",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-37533"
    },
    {
      "name": "CVE-2024-57807",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-57807"
    },
    {
      "name": "CVE-2023-5869",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-5869"
    },
    {
      "name": "CVE-2024-1488",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-1488"
    },
    {
      "name": "CVE-2024-42079",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-42079"
    },
    {
      "name": "CVE-2024-35898",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-35898"
    },
    {
      "name": "CVE-2024-43854",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-43854"
    },
    {
      "name": "CVE-2024-44935",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-44935"
    },
    {
      "name": "CVE-2025-21785",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-21785"
    },
    {
      "name": "CVE-2024-41066",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-41066"
    },
    {
      "name": "CVE-2024-56337",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-56337"
    },
    {
      "name": "CVE-2024-7348",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-7348"
    },
    {
      "name": "CVE-2024-42244",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-42244"
    },
    {
      "name": "CVE-2024-10976",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-10976"
    },
    {
      "name": "CVE-2024-45770",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-45770"
    },
    {
      "name": "CVE-2024-26851",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-26851"
    },
    {
      "name": "CVE-2022-48773",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-48773"
    },
    {
      "name": "CVE-2019-12900",
      "url": "https://www.cve.org/CVERecord?id=CVE-2019-12900"
    },
    {
      "name": "CVE-2024-24857",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-24857"
    },
    {
      "name": "CVE-2024-35195",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-35195"
    },
    {
      "name": "CVE-2024-57979",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-57979"
    },
    {
      "name": "CVE-2024-41092",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-41092"
    },
    {
      "name": "CVE-2024-29736",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-29736"
    },
    {
      "name": "CVE-2024-41042",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-41042"
    },
    {
      "name": "CVE-2023-2454",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-2454"
    },
    {
      "name": "CVE-2024-9823",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-9823"
    },
    {
      "name": "CVE-2024-43892",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-43892"
    },
    {
      "name": "CVE-2024-47668",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-47668"
    },
    {
      "name": "CVE-2024-53677",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-53677"
    },
    {
      "name": "CVE-2024-10978",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-10978"
    },
    {
      "name": "CVE-2024-50602",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-50602"
    },
    {
      "name": "CVE-2023-2455",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-2455"
    },
    {
      "name": "CVE-2024-0985",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-0985"
    },
    {
      "name": "CVE-2024-38541",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-38541"
    },
    {
      "name": "CVE-2024-40984",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-40984"
    },
    {
      "name": "CVE-2023-52922",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-52922"
    },
    {
      "name": "CVE-2024-38540",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-38540"
    },
    {
      "name": "CVE-2024-56463",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-56463"
    },
    {
      "name": "CVE-2024-53104",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-53104"
    },
    {
      "name": "CVE-2025-27363",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-27363"
    },
    {
      "name": "CVE-2025-24928",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-24928"
    },
    {
      "name": "CVE-2025-1094",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-1094"
    },
    {
      "name": "CVE-2025-0624",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-0624"
    },
    {
      "name": "CVE-2024-52337",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-52337"
    },
    {
      "name": "CVE-2024-44990",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-44990"
    },
    {
      "name": "CVE-2024-50379",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-50379"
    },
    {
      "name": "CVE-2024-42301",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-42301"
    },
    {
      "name": "CVE-2024-21210",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-21210"
    },
    {
      "name": "CVE-2024-24786",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-24786"
    },
    {
      "name": "CVE-2024-21217",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-21217"
    },
    {
      "name": "CVE-2018-12699",
      "url": "https://www.cve.org/CVERecord?id=CVE-2018-12699"
    },
    {
      "name": "CVE-2024-26924",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-26924"
    },
    {
      "name": "CVE-2024-44989",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-44989"
    },
    {
      "name": "CVE-2024-21208",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-21208"
    },
    {
      "name": "CVE-2020-11023",
      "url": "https://www.cve.org/CVERecord?id=CVE-2020-11023"
    },
    {
      "name": "CVE-2024-32007",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-32007"
    },
    {
      "name": "CVE-2024-10979",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-10979"
    },
    {
      "name": "CVE-2024-40961",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-40961"
    }
  ],
  "initial_release_date": "2025-05-14T00:00:00",
  "last_revision_date": "2025-05-30T00:00:00",
  "links": [],
  "reference": "CERTFR-2025-AVI-0401",
  "revisions": [
    {
      "description": "Version initiale",
      "revision_date": "2025-05-14T00:00:00.000000"
    },
    {
      "description": "Ajouts des identifiants CVE CVE-2017-9047, CVE-2021-37533, CVE-2023-52922, CVE-2024-11218, CVE-2024-50302, CVE-2024-53197, CVE-2024-56171, CVE-2024-57807, CVE-2024-57979, CVE-2025-0624, CVE-2025-21785, CVE-2025-24813, CVE-2025-24928, CVE-2025-27363 et CVE-2025-27516.",
      "revision_date": "2025-05-30T00:00:00.000000"
    }
  ],
  "risks": [
    {
      "description": "D\u00e9ni de service \u00e0 distance"
    },
    {
      "description": "Injection de code indirecte \u00e0 distance (XSS)"
    },
    {
      "description": "Ex\u00e9cution de code arbitraire \u00e0 distance"
    },
    {
      "description": "Atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es"
    },
    {
      "description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
    },
    {
      "description": "Falsification de requ\u00eates c\u00f4t\u00e9 serveur (SSRF)"
    },
    {
      "description": "Contournement de la politique de s\u00e9curit\u00e9"
    },
    {
      "description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es"
    }
  ],
  "summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans Juniper Networks Secure Analytics. Certaines d\u0027entre elles permettent \u00e0 un attaquant de provoquer une ex\u00e9cution de code arbitraire \u00e0 distance, un d\u00e9ni de service \u00e0 distance et une atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es.",
  "title": "Multiples vuln\u00e9rabilit\u00e9s dans Juniper Networks Secure Analytics",
  "vendor_advisories": [
    {
      "published_at": "2025-05-13",
      "title": "Bulletin de s\u00e9curit\u00e9 Juniper Networks JSA98556",
      "url": "https://supportportal.juniper.net/s/article/On-Demand-JSA-Series-Multiple-vulnerabilities-resolved-in-Juniper-Secure-Analytics-in-7-5-0-UP11-IF03"
    }
  ]
}
  CERTFR-2025-AVI-0546
Vulnerability from certfr_avis
De multiples vulnérabilités ont été découvertes dans les produits IBM. Certaines d'entre elles permettent à un attaquant de provoquer une exécution de code arbitraire à distance, une élévation de privilèges et un déni de service à distance.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| IBM | WebSphere | WebSphere Application Server versions 8.5.x sans les derniers correctifs de sécurité | ||
| IBM | WebSphere Service Registry and Repository | WebSphere Service Registry and Repository sans les derniers correctifs de sécurité | ||
| IBM | Sterling Connect:Direct | Sterling Connect:Direct Web services versions 6.4.x antérieures à 6.4.0.3 | ||
| IBM | WebSphere | WebSphere Application Server versions 9.0.x sans les derniers correctifs de sécurité | ||
| IBM | Sterling Connect:Direct | Sterling Connect:Direct Web services versions 6.3.x antérieures à 6.3.0.14 | ||
| IBM | Spectrum | Spectrum Protect Plus versions 10.1.x antérieures à 10.1.17.1 | ||
| IBM | QRadar | QRadar Hub versions antérieures à 3.8.3 | ||
| IBM | AIX | AIX versions 7.3.x sans les derniers correctif de sécurité | ||
| IBM | Db2 | DB2 Data Management Console pour CPD versions antérieures à 4.8.7 | ||
| IBM | QRadar Deployment Intelligence App | QRadar Deployment Intelligence App versions antérieures à 3.0.17 | 
| Title | Publication Time | Tags | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
                  
  | 
              ||||||||||||||||||||||||||
{
  "$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
  "affected_systems": [
    {
      "description": "WebSphere Application Server versions 8.5.x sans les derniers correctifs de s\u00e9curit\u00e9",
      "product": {
        "name": "WebSphere",
        "vendor": {
          "name": "IBM",
          "scada": false
        }
      }
    },
    {
      "description": "WebSphere Service Registry and Repository sans les derniers correctifs de s\u00e9curit\u00e9",
      "product": {
        "name": "WebSphere Service Registry and Repository",
        "vendor": {
          "name": "IBM",
          "scada": false
        }
      }
    },
    {
      "description": "Sterling Connect:Direct Web services versions 6.4.x ant\u00e9rieures \u00e0 6.4.0.3",
      "product": {
        "name": "Sterling Connect:Direct",
        "vendor": {
          "name": "IBM",
          "scada": false
        }
      }
    },
    {
      "description": "WebSphere Application Server versions 9.0.x sans les derniers correctifs de s\u00e9curit\u00e9",
      "product": {
        "name": "WebSphere",
        "vendor": {
          "name": "IBM",
          "scada": false
        }
      }
    },
    {
      "description": "Sterling Connect:Direct Web services versions 6.3.x ant\u00e9rieures \u00e0 6.3.0.14",
      "product": {
        "name": "Sterling Connect:Direct",
        "vendor": {
          "name": "IBM",
          "scada": false
        }
      }
    },
    {
      "description": "Spectrum Protect Plus versions 10.1.x ant\u00e9rieures \u00e0 10.1.17.1",
      "product": {
        "name": "Spectrum",
        "vendor": {
          "name": "IBM",
          "scada": false
        }
      }
    },
    {
      "description": "QRadar Hub versions ant\u00e9rieures \u00e0 3.8.3",
      "product": {
        "name": "QRadar",
        "vendor": {
          "name": "IBM",
          "scada": false
        }
      }
    },
    {
      "description": "AIX versions 7.3.x sans les derniers correctif de s\u00e9curit\u00e9",
      "product": {
        "name": "AIX",
        "vendor": {
          "name": "IBM",
          "scada": false
        }
      }
    },
    {
      "description": "DB2 Data Management Console pour CPD versions ant\u00e9rieures \u00e0 4.8.7",
      "product": {
        "name": "Db2",
        "vendor": {
          "name": "IBM",
          "scada": false
        }
      }
    },
    {
      "description": "QRadar Deployment Intelligence App versions ant\u00e9rieures \u00e0 3.0.17",
      "product": {
        "name": "QRadar Deployment Intelligence App",
        "vendor": {
          "name": "IBM",
          "scada": false
        }
      }
    }
  ],
  "affected_systems_content": "",
  "content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
  "cves": [
    {
      "name": "CVE-2023-25577",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-25577"
    },
    {
      "name": "CVE-2024-37891",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-37891"
    },
    {
      "name": "CVE-2025-27516",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-27516"
    },
    {
      "name": "CVE-2024-49766",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-49766"
    },
    {
      "name": "CVE-2023-23934",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-23934"
    },
    {
      "name": "CVE-2024-34069",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-34069"
    },
    {
      "name": "CVE-2024-8176",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-8176"
    },
    {
      "name": "CVE-2020-29651",
      "url": "https://www.cve.org/CVERecord?id=CVE-2020-29651"
    },
    {
      "name": "CVE-2024-45590",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-45590"
    },
    {
      "name": "CVE-2024-8305",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-8305"
    },
    {
      "name": "CVE-2023-1409",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-1409"
    },
    {
      "name": "CVE-2024-45338",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-45338"
    },
    {
      "name": "CVE-2024-7553",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-7553"
    },
    {
      "name": "CVE-2024-36124",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-36124"
    },
    {
      "name": "CVE-2024-56406",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-56406"
    },
    {
      "name": "CVE-2025-27152",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-27152"
    },
    {
      "name": "CVE-2024-22195",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-22195"
    },
    {
      "name": "CVE-2024-8207",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-8207"
    },
    {
      "name": "CVE-2024-3372",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-3372"
    },
    {
      "name": "CVE-2025-33214",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-33214"
    },
    {
      "name": "CVE-2024-45296",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-45296"
    },
    {
      "name": "CVE-2023-46136",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-46136"
    },
    {
      "name": "CVE-2024-35195",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-35195"
    },
    {
      "name": "CVE-2019-20916",
      "url": "https://www.cve.org/CVERecord?id=CVE-2019-20916"
    },
    {
      "name": "CVE-2020-7789",
      "url": "https://www.cve.org/CVERecord?id=CVE-2020-7789"
    },
    {
      "name": "CVE-2024-52798",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-52798"
    },
    {
      "name": "CVE-2024-49767",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-49767"
    },
    {
      "name": "CVE-2025-41232",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-41232"
    },
    {
      "name": "CVE-2025-22870",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-22870"
    },
    {
      "name": "CVE-2023-1077",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-1077"
    },
    {
      "name": "CVE-2025-27789",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-27789"
    },
    {
      "name": "CVE-2022-42969",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-42969"
    },
    {
      "name": "CVE-2023-30861",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-30861"
    },
    {
      "name": "CVE-2024-34064",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-34064"
    },
    {
      "name": "CVE-2023-32681",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-32681"
    },
    {
      "name": "CVE-2024-56334",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-56334"
    },
    {
      "name": "CVE-2020-28493",
      "url": "https://www.cve.org/CVERecord?id=CVE-2020-28493"
    },
    {
      "name": "CVE-2024-6375",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-6375"
    },
    {
      "name": "CVE-2025-36038",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-36038"
    },
    {
      "name": "CVE-2024-6345",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-6345"
    }
  ],
  "initial_release_date": "2025-06-27T00:00:00",
  "last_revision_date": "2025-06-27T00:00:00",
  "links": [],
  "reference": "CERTFR-2025-AVI-0546",
  "revisions": [
    {
      "description": "Version initiale",
      "revision_date": "2025-06-27T00:00:00.000000"
    }
  ],
  "risks": [
    {
      "description": "D\u00e9ni de service \u00e0 distance"
    },
    {
      "description": "Injection de code indirecte \u00e0 distance (XSS)"
    },
    {
      "description": "Ex\u00e9cution de code arbitraire \u00e0 distance"
    },
    {
      "description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
    },
    {
      "description": "Falsification de requ\u00eates c\u00f4t\u00e9 serveur (SSRF)"
    },
    {
      "description": "Contournement de la politique de s\u00e9curit\u00e9"
    },
    {
      "description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es"
    },
    {
      "description": "\u00c9l\u00e9vation de privil\u00e8ges"
    }
  ],
  "summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits IBM. Certaines d\u0027entre elles permettent \u00e0 un attaquant de provoquer une ex\u00e9cution de code arbitraire \u00e0 distance, une \u00e9l\u00e9vation de privil\u00e8ges et un d\u00e9ni de service \u00e0 distance.",
  "title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits IBM",
  "vendor_advisories": [
    {
      "published_at": "2025-06-27",
      "title": "Bulletin de s\u00e9curit\u00e9 IBM 7238297",
      "url": "https://www.ibm.com/support/pages/node/7238297"
    },
    {
      "published_at": "2025-06-23",
      "title": "Bulletin de s\u00e9curit\u00e9 IBM 7237702",
      "url": "https://www.ibm.com/support/pages/node/7237702"
    },
    {
      "published_at": "2025-06-25",
      "title": "Bulletin de s\u00e9curit\u00e9 IBM 7237967",
      "url": "https://www.ibm.com/support/pages/node/7237967"
    },
    {
      "published_at": "2025-06-26",
      "title": "Bulletin de s\u00e9curit\u00e9 IBM 7238168",
      "url": "https://www.ibm.com/support/pages/node/7238168"
    },
    {
      "published_at": "2025-06-26",
      "title": "Bulletin de s\u00e9curit\u00e9 IBM 7238156",
      "url": "https://www.ibm.com/support/pages/node/7238156"
    },
    {
      "published_at": "2025-06-26",
      "title": "Bulletin de s\u00e9curit\u00e9 IBM 7238155",
      "url": "https://www.ibm.com/support/pages/node/7238155"
    },
    {
      "published_at": "2025-06-27",
      "title": "Bulletin de s\u00e9curit\u00e9 IBM 7238295",
      "url": "https://www.ibm.com/support/pages/node/7238295"
    },
    {
      "published_at": "2025-06-26",
      "title": "Bulletin de s\u00e9curit\u00e9 IBM 7238159",
      "url": "https://www.ibm.com/support/pages/node/7238159"
    }
  ]
}
  CERTFR-2025-AVI-0512
Vulnerability from certfr_avis
De multiples vulnérabilités ont été découvertes dans les produits IBM. Certaines d'entre elles permettent à un attaquant de provoquer une exécution de code arbitraire à distance, un déni de service à distance et une atteinte à la confidentialité des données.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| IBM | Security QRadar EDR | Security QRadar EDR versions antérieures à 3.12.16 | ||
| IBM | Db2 | Db2 versions antérieures à 5.2.0 pour Cloud Pak for Data | ||
| IBM | Cognos Analytics | Cognos Analytics versions 12.0.x antérieures à 12.0.4 FP1 | ||
| IBM | Cognos Analytics | Cognos Analytics versions 11.2.x antérieures à 11.2.4 IF4 | ||
| IBM | Db2 Warehouse | Db2 warehouse versions antérieures à 5.2.0 pour Cloud Pak for Data | 
| Title | Publication Time | Tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
                  
  | 
              |||||||||||
{
  "$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
  "affected_systems": [
    {
      "description": "Security QRadar EDR versions ant\u00e9rieures \u00e0 3.12.16",
      "product": {
        "name": "Security QRadar EDR",
        "vendor": {
          "name": "IBM",
          "scada": false
        }
      }
    },
    {
      "description": "Db2 versions ant\u00e9rieures \u00e0 5.2.0 pour Cloud Pak for Data",
      "product": {
        "name": "Db2",
        "vendor": {
          "name": "IBM",
          "scada": false
        }
      }
    },
    {
      "description": "Cognos Analytics versions 12.0.x ant\u00e9rieures \u00e0 12.0.4 FP1",
      "product": {
        "name": "Cognos Analytics",
        "vendor": {
          "name": "IBM",
          "scada": false
        }
      }
    },
    {
      "description": "Cognos Analytics versions 11.2.x ant\u00e9rieures \u00e0 11.2.4 IF4",
      "product": {
        "name": "Cognos Analytics",
        "vendor": {
          "name": "IBM",
          "scada": false
        }
      }
    },
    {
      "description": "Db2 warehouse versions ant\u00e9rieures \u00e0 5.2.0 pour Cloud Pak for Data",
      "product": {
        "name": "Db2 Warehouse",
        "vendor": {
          "name": "IBM",
          "scada": false
        }
      }
    }
  ],
  "affected_systems_content": "",
  "content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
  "cves": [
    {
      "name": "CVE-2025-0917",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-0917"
    },
    {
      "name": "CVE-2018-19361",
      "url": "https://www.cve.org/CVERecord?id=CVE-2018-19361"
    },
    {
      "name": "CVE-2023-29483",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-29483"
    },
    {
      "name": "CVE-2021-33036",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-33036"
    },
    {
      "name": "CVE-2019-17267",
      "url": "https://www.cve.org/CVERecord?id=CVE-2019-17267"
    },
    {
      "name": "CVE-2024-22201",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-22201"
    },
    {
      "name": "CVE-2025-27516",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-27516"
    },
    {
      "name": "CVE-2018-14719",
      "url": "https://www.cve.org/CVERecord?id=CVE-2018-14719"
    },
    {
      "name": "CVE-2020-9546",
      "url": "https://www.cve.org/CVERecord?id=CVE-2020-9546"
    },
    {
      "name": "CVE-2024-28757",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-28757"
    },
    {
      "name": "CVE-2025-47944",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-47944"
    },
    {
      "name": "CVE-2024-12797",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-12797"
    },
    {
      "name": "CVE-2025-30065",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-30065"
    },
    {
      "name": "CVE-2025-27219",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-27219"
    },
    {
      "name": "CVE-2024-25638",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-25638"
    },
    {
      "name": "CVE-2023-45853",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-45853"
    },
    {
      "name": "CVE-2017-9047",
      "url": "https://www.cve.org/CVERecord?id=CVE-2017-9047"
    },
    {
      "name": "CVE-2020-9548",
      "url": "https://www.cve.org/CVERecord?id=CVE-2020-9548"
    },
    {
      "name": "CVE-2023-45288",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-45288"
    },
    {
      "name": "CVE-2023-45178",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-45178"
    },
    {
      "name": "CVE-2024-47076",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-47076"
    },
    {
      "name": "CVE-2024-47177",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-47177"
    },
    {
      "name": "CVE-2022-30635",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-30635"
    },
    {
      "name": "CVE-2022-26612",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-26612"
    },
    {
      "name": "CVE-2024-56171",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-56171"
    },
    {
      "name": "CVE-2024-1975",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-1975"
    },
    {
      "name": "CVE-2024-47561",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-47561"
    },
    {
      "name": "CVE-2019-16942",
      "url": "https://www.cve.org/CVERecord?id=CVE-2019-16942"
    },
    {
      "name": "CVE-2024-31881",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-31881"
    },
    {
      "name": "CVE-2020-9547",
      "url": "https://www.cve.org/CVERecord?id=CVE-2020-9547"
    },
    {
      "name": "CVE-2025-24970",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-24970"
    },
    {
      "name": "CVE-2018-14718",
      "url": "https://www.cve.org/CVERecord?id=CVE-2018-14718"
    },
    {
      "name": "CVE-2025-0923",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-0923"
    },
    {
      "name": "CVE-2024-29857",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-29857"
    },
    {
      "name": "CVE-2018-19360",
      "url": "https://www.cve.org/CVERecord?id=CVE-2018-19360"
    },
    {
      "name": "CVE-2024-1737",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-1737"
    },
    {
      "name": "CVE-2024-31880",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-31880"
    },
    {
      "name": "CVE-2024-29025",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-29025"
    },
    {
      "name": "CVE-2019-16335",
      "url": "https://www.cve.org/CVERecord?id=CVE-2019-16335"
    },
    {
      "name": "CVE-2024-28762",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-28762"
    },
    {
      "name": "CVE-2018-7489",
      "url": "https://www.cve.org/CVERecord?id=CVE-2018-7489"
    },
    {
      "name": "CVE-2019-14893",
      "url": "https://www.cve.org/CVERecord?id=CVE-2019-14893"
    },
    {
      "name": "CVE-2023-50298",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-50298"
    },
    {
      "name": "CVE-2024-26308",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-26308"
    },
    {
      "name": "CVE-2024-53197",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-53197"
    },
    {
      "name": "CVE-2025-43859",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-43859"
    },
    {
      "name": "CVE-2024-30172",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-30172"
    },
    {
      "name": "CVE-2024-51744",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-51744"
    },
    {
      "name": "CVE-2024-45338",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-45338"
    },
    {
      "name": "CVE-2024-23454",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-23454"
    },
    {
      "name": "CVE-2022-3510",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-3510"
    },
    {
      "name": "CVE-2022-3509",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-3509"
    },
    {
      "name": "CVE-2025-27152",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-27152"
    },
    {
      "name": "CVE-2024-21634",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-21634"
    },
    {
      "name": "CVE-2024-29131",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-29131"
    },
    {
      "name": "CVE-2024-37529",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-37529"
    },
    {
      "name": "CVE-2025-22868",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-22868"
    },
    {
      "name": "CVE-2021-25642",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-25642"
    },
    {
      "name": "CVE-2024-53382",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-53382"
    },
    {
      "name": "CVE-2024-45296",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-45296"
    },
    {
      "name": "CVE-2024-45337",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-45337"
    },
    {
      "name": "CVE-2023-39410",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-39410"
    },
    {
      "name": "CVE-2024-25710",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-25710"
    },
    {
      "name": "CVE-2024-7254",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-7254"
    },
    {
      "name": "CVE-2020-9492",
      "url": "https://www.cve.org/CVERecord?id=CVE-2020-9492"
    },
    {
      "name": "CVE-2025-27220",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-27220"
    },
    {
      "name": "CVE-2024-29133",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-29133"
    },
    {
      "name": "CVE-2019-16943",
      "url": "https://www.cve.org/CVERecord?id=CVE-2019-16943"
    },
    {
      "name": "CVE-2024-12905",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-12905"
    },
    {
      "name": "CVE-2024-41946",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-41946"
    },
    {
      "name": "CVE-2024-52046",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-52046"
    },
    {
      "name": "CVE-2021-37404",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-37404"
    },
    {
      "name": "CVE-2025-47935",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-47935"
    },
    {
      "name": "CVE-2017-7525",
      "url": "https://www.cve.org/CVERecord?id=CVE-2017-7525"
    },
    {
      "name": "CVE-2019-20330",
      "url": "https://www.cve.org/CVERecord?id=CVE-2019-20330"
    },
    {
      "name": "CVE-2023-44981",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-44981"
    },
    {
      "name": "CVE-2024-34156",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-34156"
    },
    {
      "name": "CVE-2019-17531",
      "url": "https://www.cve.org/CVERecord?id=CVE-2019-17531"
    },
    {
      "name": "CVE-2024-52798",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-52798"
    },
    {
      "name": "CVE-2024-47535",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-47535"
    },
    {
      "name": "CVE-2023-52428",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-52428"
    },
    {
      "name": "CVE-2024-25062",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-25062"
    },
    {
      "name": "CVE-2020-8840",
      "url": "https://www.cve.org/CVERecord?id=CVE-2020-8840"
    },
    {
      "name": "CVE-2024-10963",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-10963"
    },
    {
      "name": "CVE-2024-57965",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-57965"
    },
    {
      "name": "CVE-2023-29267",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-29267"
    },
    {
      "name": "CVE-2024-31882",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-31882"
    },
    {
      "name": "CVE-2025-22869",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
    },
    {
      "name": "CVE-2024-4603",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-4603"
    },
    {
      "name": "CVE-2025-25193",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-25193"
    },
    {
      "name": "CVE-2018-14720",
      "url": "https://www.cve.org/CVERecord?id=CVE-2018-14720"
    },
    {
      "name": "CVE-2024-47176",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-47176"
    },
    {
      "name": "CVE-2025-22870",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-22870"
    },
    {
      "name": "CVE-2024-30171",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-30171"
    },
    {
      "name": "CVE-2023-52922",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-52922"
    },
    {
      "name": "CVE-2019-14540",
      "url": "https://www.cve.org/CVERecord?id=CVE-2019-14540"
    },
    {
      "name": "CVE-2025-27789",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-27789"
    },
    {
      "name": "CVE-2024-6827",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-6827"
    },
    {
      "name": "CVE-2018-14721",
      "url": "https://www.cve.org/CVERecord?id=CVE-2018-14721"
    },
    {
      "name": "CVE-2018-11307",
      "url": "https://www.cve.org/CVERecord?id=CVE-2018-11307"
    },
    {
      "name": "CVE-2024-3651",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-3651"
    },
    {
      "name": "CVE-2025-27363",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-27363"
    },
    {
      "name": "CVE-2022-42969",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-42969"
    },
    {
      "name": "CVE-2025-24928",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-24928"
    },
    {
      "name": "CVE-2024-41091",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-41091"
    },
    {
      "name": "CVE-2024-35152",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-35152"
    },
    {
      "name": "CVE-2019-14379",
      "url": "https://www.cve.org/CVERecord?id=CVE-2019-14379"
    },
    {
      "name": "CVE-2025-25032",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-25032"
    },
    {
      "name": "CVE-2023-42282",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-42282"
    },
    {
      "name": "CVE-2025-30204",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-30204"
    },
    {
      "name": "CVE-2022-3171",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-3171"
    },
    {
      "name": "CVE-2024-47175",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-47175"
    },
    {
      "name": "CVE-2024-41123",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-41123"
    },
    {
      "name": "CVE-2023-39663",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-39663"
    },
    {
      "name": "CVE-2024-35136",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-35136"
    },
    {
      "name": "CVE-2022-25168",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-25168"
    },
    {
      "name": "CVE-2024-49761",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-49761"
    },
    {
      "name": "CVE-2024-6345",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-6345"
    },
    {
      "name": "CVE-2019-14892",
      "url": "https://www.cve.org/CVERecord?id=CVE-2019-14892"
    }
  ],
  "initial_release_date": "2025-06-13T00:00:00",
  "last_revision_date": "2025-06-13T00:00:00",
  "links": [],
  "reference": "CERTFR-2025-AVI-0512",
  "revisions": [
    {
      "description": "Version initiale",
      "revision_date": "2025-06-13T00:00:00.000000"
    }
  ],
  "risks": [
    {
      "description": "D\u00e9ni de service \u00e0 distance"
    },
    {
      "description": "Injection de code indirecte \u00e0 distance (XSS)"
    },
    {
      "description": "Ex\u00e9cution de code arbitraire \u00e0 distance"
    },
    {
      "description": "Atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es"
    },
    {
      "description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
    },
    {
      "description": "Falsification de requ\u00eates c\u00f4t\u00e9 serveur (SSRF)"
    },
    {
      "description": "Contournement de la politique de s\u00e9curit\u00e9"
    },
    {
      "description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es"
    }
  ],
  "summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits IBM. Certaines d\u0027entre elles permettent \u00e0 un attaquant de provoquer une ex\u00e9cution de code arbitraire \u00e0 distance, un d\u00e9ni de service \u00e0 distance et une atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es.",
  "title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits IBM",
  "vendor_advisories": [
    {
      "published_at": "2025-06-12",
      "title": "Bulletin de s\u00e9curit\u00e9 IBM 7236500",
      "url": "https://www.ibm.com/support/pages/node/7236500"
    },
    {
      "published_at": "2025-06-11",
      "title": "Bulletin de s\u00e9curit\u00e9 IBM 7234674",
      "url": "https://www.ibm.com/support/pages/node/7234674"
    },
    {
      "published_at": "2025-06-11",
      "title": "Bulletin de s\u00e9curit\u00e9 IBM 7236354",
      "url": "https://www.ibm.com/support/pages/node/7236354"
    }
  ]
}
  CERTFR-2025-AVI-0370
Vulnerability from certfr_avis
De multiples vulnérabilités ont été découvertes dans les produits IBM. Certaines d'entre elles permettent à un attaquant de provoquer une exécution de code arbitraire à distance, une élévation de privilèges et un déni de service à distance.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| IBM | Sterling B2B Integrator | IBM Sterling B2B Integrator versions 6.1.x antérieures à 6.1.1.0 | ||
| IBM | VIOS | VIOS se référer au site de l'éditeur pour les versions vulnérables, cf. section Documentation | ||
| IBM | Cognos Analytics | Cognos Analytics versions 12.1.x antérieures à 12.1.0 IF1 | ||
| IBM | Cognos PowerPlay | Cognos PowerPlay versions 12.1.x antérieures à 12.1.0 IF1 | ||
| IBM | Sterling B2B Integrator | IBM Sterling B2B Integrator versions antérieures à 6.0.0.7 | ||
| IBM | Cognos Transformer | Cognos Transformer versions 11.2.x antérieures à 11.2.4 FP5 | ||
| IBM | Cognos Transformer | Cognos Transformer versions 12.1.x antérieures à 12.1.0 IF1 | ||
| IBM | Sterling B2B Integrator | IBM Sterling B2B Integrator versions 6.1.0.x antérieures à 6.1.0.3 | ||
| IBM | QRadar SIEM | QRadar SIEM versions 7.5.x antérieures à 7.5.0 UP11 IF04 | ||
| IBM | Cognos Analytics | Cognos Analytics versions 11.2.x antérieures à 11.2.4.5 IF5 | ||
| IBM | WebSphere Automation | WebSphere Automation versions antérieures à 1.8.2 | ||
| IBM | Sterling B2B Integrator | IBM Sterling B2B Integrator versions 6.0.3.x antérieures à 6.0.3.5 | ||
| IBM | AIX | AIX se référer au site de l'éditeur pour les versions vulnérables, cf. section Documentation | ||
| IBM | Cognos Transformer | Cognos Transformer versions 12.0.x antérieures à 12.0.4 IF3 | ||
| IBM | Cognos Analytics | Cognos Analytics versions 12.0.x antérieures à 12.0.4 IF3 | 
| Title | Publication Time | Tags | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
                  
  | 
              ||||||||||||||||||||||||||
{
  "$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
  "affected_systems": [
    {
      "description": "IBM Sterling B2B Integrator versions 6.1.x ant\u00e9rieures \u00e0 6.1.1.0",
      "product": {
        "name": "Sterling B2B Integrator",
        "vendor": {
          "name": "IBM",
          "scada": false
        }
      }
    },
    {
      "description": "VIOS se r\u00e9f\u00e9rer au site de l\u0027\u00e9diteur pour les versions vuln\u00e9rables, cf. section Documentation",
      "product": {
        "name": "VIOS",
        "vendor": {
          "name": "IBM",
          "scada": false
        }
      }
    },
    {
      "description": "Cognos Analytics versions 12.1.x ant\u00e9rieures \u00e0 12.1.0 IF1",
      "product": {
        "name": "Cognos Analytics",
        "vendor": {
          "name": "IBM",
          "scada": false
        }
      }
    },
    {
      "description": "Cognos PowerPlay versions 12.1.x ant\u00e9rieures \u00e0 12.1.0 IF1",
      "product": {
        "name": "Cognos PowerPlay",
        "vendor": {
          "name": "IBM",
          "scada": false
        }
      }
    },
    {
      "description": "IBM Sterling B2B Integrator versions ant\u00e9rieures \u00e0 6.0.0.7",
      "product": {
        "name": "Sterling B2B Integrator",
        "vendor": {
          "name": "IBM",
          "scada": false
        }
      }
    },
    {
      "description": "Cognos Transformer versions 11.2.x ant\u00e9rieures \u00e0 11.2.4 FP5",
      "product": {
        "name": "Cognos Transformer",
        "vendor": {
          "name": "IBM",
          "scada": false
        }
      }
    },
    {
      "description": "Cognos Transformer versions 12.1.x ant\u00e9rieures \u00e0 12.1.0 IF1",
      "product": {
        "name": "Cognos Transformer",
        "vendor": {
          "name": "IBM",
          "scada": false
        }
      }
    },
    {
      "description": "IBM Sterling B2B Integrator versions 6.1.0.x ant\u00e9rieures \u00e0 6.1.0.3",
      "product": {
        "name": "Sterling B2B Integrator",
        "vendor": {
          "name": "IBM",
          "scada": false
        }
      }
    },
    {
      "description": "QRadar SIEM versions 7.5.x ant\u00e9rieures \u00e0 7.5.0 UP11 IF04",
      "product": {
        "name": "QRadar SIEM",
        "vendor": {
          "name": "IBM",
          "scada": false
        }
      }
    },
    {
      "description": "Cognos Analytics versions 11.2.x ant\u00e9rieures \u00e0 11.2.4.5 IF5",
      "product": {
        "name": "Cognos Analytics",
        "vendor": {
          "name": "IBM",
          "scada": false
        }
      }
    },
    {
      "description": "WebSphere Automation versions ant\u00e9rieures \u00e0 1.8.2",
      "product": {
        "name": "WebSphere Automation",
        "vendor": {
          "name": "IBM",
          "scada": false
        }
      }
    },
    {
      "description": "IBM Sterling B2B Integrator versions 6.0.3.x ant\u00e9rieures \u00e0 6.0.3.5",
      "product": {
        "name": "Sterling B2B Integrator",
        "vendor": {
          "name": "IBM",
          "scada": false
        }
      }
    },
    {
      "description": "AIX se r\u00e9f\u00e9rer au site de l\u0027\u00e9diteur pour les versions vuln\u00e9rables, cf. section Documentation",
      "product": {
        "name": "AIX",
        "vendor": {
          "name": "IBM",
          "scada": false
        }
      }
    },
    {
      "description": "Cognos Transformer versions 12.0.x ant\u00e9rieures \u00e0 12.0.4 IF3",
      "product": {
        "name": "Cognos Transformer",
        "vendor": {
          "name": "IBM",
          "scada": false
        }
      }
    },
    {
      "description": "Cognos Analytics versions 12.0.x ant\u00e9rieures \u00e0 12.0.4 IF3",
      "product": {
        "name": "Cognos Analytics",
        "vendor": {
          "name": "IBM",
          "scada": false
        }
      }
    }
  ],
  "affected_systems_content": "",
  "content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
  "cves": [
    {
      "name": "CVE-2016-6797",
      "url": "https://www.cve.org/CVERecord?id=CVE-2016-6797"
    },
    {
      "name": "CVE-2016-8735",
      "url": "https://www.cve.org/CVERecord?id=CVE-2016-8735"
    },
    {
      "name": "CVE-2025-27516",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-27516"
    },
    {
      "name": "CVE-2020-8022",
      "url": "https://www.cve.org/CVERecord?id=CVE-2020-8022"
    },
    {
      "name": "CVE-2011-3190",
      "url": "https://www.cve.org/CVERecord?id=CVE-2011-3190"
    },
    {
      "name": "CVE-2017-9047",
      "url": "https://www.cve.org/CVERecord?id=CVE-2017-9047"
    },
    {
      "name": "CVE-2025-24813",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-24813"
    },
    {
      "name": "CVE-2024-50302",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-50302"
    },
    {
      "name": "CVE-2024-56171",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-56171"
    },
    {
      "name": "CVE-2022-49043",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-49043"
    },
    {
      "name": "CVE-2016-0714",
      "url": "https://www.cve.org/CVERecord?id=CVE-2016-0714"
    },
    {
      "name": "CVE-2024-11218",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-11218"
    },
    {
      "name": "CVE-2014-0230",
      "url": "https://www.cve.org/CVERecord?id=CVE-2014-0230"
    },
    {
      "name": "CVE-2024-53197",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-53197"
    },
    {
      "name": "CVE-2013-2185",
      "url": "https://www.cve.org/CVERecord?id=CVE-2013-2185"
    },
    {
      "name": "CVE-2006-7197",
      "url": "https://www.cve.org/CVERecord?id=CVE-2006-7197"
    },
    {
      "name": "CVE-2024-40695",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-40695"
    },
    {
      "name": "CVE-2024-57807",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-57807"
    },
    {
      "name": "CVE-2025-21785",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-21785"
    },
    {
      "name": "CVE-2016-6816",
      "url": "https://www.cve.org/CVERecord?id=CVE-2016-6816"
    },
    {
      "name": "CVE-2024-57979",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-57979"
    },
    {
      "name": "CVE-2016-5018",
      "url": "https://www.cve.org/CVERecord?id=CVE-2016-5018"
    },
    {
      "name": "CVE-2023-52922",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-52922"
    },
    {
      "name": "CVE-2024-51466",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-51466"
    },
    {
      "name": "CVE-2025-27363",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-27363"
    },
    {
      "name": "CVE-2025-24928",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-24928"
    },
    {
      "name": "CVE-2017-5647",
      "url": "https://www.cve.org/CVERecord?id=CVE-2017-5647"
    },
    {
      "name": "CVE-2025-0624",
      "url": "https://www.cve.org/CVERecord?id=CVE-2025-0624"
    },
    {
      "name": "CVE-2016-5388",
      "url": "https://www.cve.org/CVERecord?id=CVE-2016-5388"
    },
    {
      "name": "CVE-2016-6796",
      "url": "https://www.cve.org/CVERecord?id=CVE-2016-6796"
    },
    {
      "name": "CVE-2020-11023",
      "url": "https://www.cve.org/CVERecord?id=CVE-2020-11023"
    }
  ],
  "initial_release_date": "2025-05-02T00:00:00",
  "last_revision_date": "2025-05-02T00:00:00",
  "links": [],
  "reference": "CERTFR-2025-AVI-0370",
  "revisions": [
    {
      "description": "Version initiale",
      "revision_date": "2025-05-02T00:00:00.000000"
    }
  ],
  "risks": [
    {
      "description": "Ex\u00e9cution de code arbitraire \u00e0 distance"
    },
    {
      "description": "\u00c9l\u00e9vation de privil\u00e8ges"
    },
    {
      "description": "D\u00e9ni de service \u00e0 distance"
    },
    {
      "description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es"
    },
    {
      "description": "Atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es"
    },
    {
      "description": "Contournement de la politique de s\u00e9curit\u00e9"
    },
    {
      "description": "Injection de code indirecte \u00e0 distance (XSS)"
    },
    {
      "description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
    }
  ],
  "summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits IBM. Certaines d\u0027entre elles permettent \u00e0 un attaquant de provoquer une ex\u00e9cution de code arbitraire \u00e0 distance, une \u00e9l\u00e9vation de privil\u00e8ges et un d\u00e9ni de service \u00e0 distance.",
  "title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits IBM",
  "vendor_advisories": [
    {
      "published_at": "2025-04-28",
      "title": "Bulletin de s\u00e9curit\u00e9 IBM 6495961",
      "url": "https://www.ibm.com/support/pages/node/6495961"
    },
    {
      "published_at": "2025-04-29",
      "title": "Bulletin de s\u00e9curit\u00e9 IBM 7231738",
      "url": "https://www.ibm.com/support/pages/node/7231738"
    },
    {
      "published_at": "2025-04-25",
      "title": "Bulletin de s\u00e9curit\u00e9 IBM 7231815",
      "url": "https://www.ibm.com/support/pages/node/7231815"
    },
    {
      "published_at": "2025-04-29",
      "title": "Bulletin de s\u00e9curit\u00e9 IBM 7231900",
      "url": "https://www.ibm.com/support/pages/node/7231900"
    },
    {
      "published_at": "2025-04-30",
      "title": "Bulletin de s\u00e9curit\u00e9 IBM 7179496",
      "url": "https://www.ibm.com/support/pages/node/7179496"
    },
    {
      "published_at": "2025-04-29",
      "title": "Bulletin de s\u00e9curit\u00e9 IBM 7231901",
      "url": "https://www.ibm.com/support/pages/node/7231901"
    },
    {
      "published_at": "2025-04-26",
      "title": "Bulletin de s\u00e9curit\u00e9 IBM 7231915",
      "url": "https://www.ibm.com/support/pages/node/7231915"
    },
    {
      "published_at": "2025-04-30",
      "title": "Bulletin de s\u00e9curit\u00e9 IBM 7232177",
      "url": "https://www.ibm.com/support/pages/node/7232177"
    }
  ]
}
  ncsc-2025-0124
Vulnerability from csaf_ncscnl
Notes
{
  "document": {
    "category": "csaf_security_advisory",
    "csaf_version": "2.0",
    "distribution": {
      "tlp": {
        "label": "WHITE"
      }
    },
    "lang": "nl",
    "notes": [
      {
        "category": "legal_disclaimer",
        "text": "The Netherlands Cyber Security Center (henceforth: NCSC-NL) maintains this page to enhance access to its information and security advisories. The use of this security advisory is subject to the following terms and conditions:\n\n    NCSC-NL makes every reasonable effort to ensure that the content of this page is kept up to date, and that it is accurate and complete. Nevertheless, NCSC-NL cannot entirely rule out the possibility of errors, and therefore cannot give any warranty in respect of its completeness, accuracy or continuous keeping up-to-date. The information contained in this security advisory is intended solely for the purpose of providing general information to professional users. No rights can be derived from the information provided therein.\n\n    NCSC-NL and the Kingdom of the Netherlands assume no legal liability or responsibility for any damage resulting from either the use or inability of use of this security advisory. This includes damage resulting from the inaccuracy of incompleteness of the information contained in the advisory.\n    This security advisory is subject to Dutch law. All disputes related to or arising from the use of this advisory will be submitted to the competent court in The Hague. This choice of means also applies to the court in summary proceedings."
      },
      {
        "category": "description",
        "text": "Oracle heeft meerdere kwetsbaarheden verholpen in Oracle Communications producten, waaronder de Cloud Native Core en Policy Management.",
        "title": "Feiten"
      },
      {
        "category": "description",
        "text": "De kwetsbaarheden in Oracle Communications producten stellen ongeauthenticeerde aanvallers in staat om ongeautoriseerde toegang te verkrijgen tot gevoelige gegevens en kunnen leiden tot Denial-of-Service (DoS) aanvallen. Specifieke versies van de Cloud Native Core, zoals de Binding Support Function en Network Repository Function, zijn getroffen, met CVSS-scores die vari\u00ebren van 4.3 tot 9.8, wat wijst op significante risico\u0027s voor de beschikbaarheid en vertrouwelijkheid van de systemen.",
        "title": "Interpretaties"
      },
      {
        "category": "description",
        "text": "Oracle heeft updates uitgebracht om de kwetsbaarheden te verhelpen. Zie bijgevoegde referenties voor meer informatie.",
        "title": "Oplossingen"
      },
      {
        "category": "general",
        "text": "medium",
        "title": "Kans"
      },
      {
        "category": "general",
        "text": "high",
        "title": "Schade"
      },
      {
        "category": "general",
        "text": "Path Equivalence: \u0027file.name\u0027 (Internal Dot)",
        "title": "CWE-44"
      },
      {
        "category": "general",
        "text": "Use of Incorrectly-Resolved Name or Reference",
        "title": "CWE-706"
      },
      {
        "category": "general",
        "text": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)",
        "title": "CWE-444"
      },
      {
        "category": "general",
        "text": "Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)",
        "title": "CWE-1321"
      },
      {
        "category": "general",
        "text": "Deserialization of Untrusted Data",
        "title": "CWE-502"
      },
      {
        "category": "general",
        "text": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)",
        "title": "CWE-22"
      },
      {
        "category": "general",
        "text": "Stack-based Buffer Overflow",
        "title": "CWE-121"
      },
      {
        "category": "general",
        "text": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)",
        "title": "CWE-79"
      },
      {
        "category": "general",
        "text": "Dependency on Vulnerable Third-Party Component",
        "title": "CWE-1395"
      },
      {
        "category": "general",
        "text": "Improper Isolation or Compartmentalization",
        "title": "CWE-653"
      },
      {
        "category": "general",
        "text": "Always-Incorrect Control Flow Implementation",
        "title": "CWE-670"
      },
      {
        "category": "general",
        "text": "Use of Potentially Dangerous Function",
        "title": "CWE-676"
      },
      {
        "category": "general",
        "text": "Improper Neutralization of Special Elements Used in a Template Engine",
        "title": "CWE-1336"
      },
      {
        "category": "general",
        "text": "Missing Report of Error Condition",
        "title": "CWE-392"
      },
      {
        "category": "general",
        "text": "Missing Release of Resource after Effective Lifetime",
        "title": "CWE-772"
      },
      {
        "category": "general",
        "text": "Observable Timing Discrepancy",
        "title": "CWE-208"
      },
      {
        "category": "general",
        "text": "Incorrect Resource Transfer Between Spheres",
        "title": "CWE-669"
      },
      {
        "category": "general",
        "text": "Acceptance of Extraneous Untrusted Data With Trusted Data",
        "title": "CWE-349"
      },
      {
        "category": "general",
        "text": "Excessive Iteration",
        "title": "CWE-834"
      },
      {
        "category": "general",
        "text": "Incorrect Implementation of Authentication Algorithm",
        "title": "CWE-303"
      },
      {
        "category": "general",
        "text": "Incorrect Permission Assignment for Critical Resource",
        "title": "CWE-732"
      },
      {
        "category": "general",
        "text": "Time-of-check Time-of-use (TOCTOU) Race Condition",
        "title": "CWE-367"
      },
      {
        "category": "general",
        "text": "Improper Neutralization of Special Elements used in an Expression Language Statement (\u0027Expression Language Injection\u0027)",
        "title": "CWE-917"
      },
      {
        "category": "general",
        "text": "Improper Validation of Syntactic Correctness of Input",
        "title": "CWE-1286"
      },
      {
        "category": "general",
        "text": "Improper Check for Unusual or Exceptional Conditions",
        "title": "CWE-754"
      },
      {
        "category": "general",
        "text": "Integer Overflow to Buffer Overflow",
        "title": "CWE-680"
      },
      {
        "category": "general",
        "text": "Insufficient Verification of Data Authenticity",
        "title": "CWE-345"
      },
      {
        "category": "general",
        "text": "Divide By Zero",
        "title": "CWE-369"
      },
      {
        "category": "general",
        "text": "Files or Directories Accessible to External Parties",
        "title": "CWE-552"
      },
      {
        "category": "general",
        "text": "Authorization Bypass Through User-Controlled Key",
        "title": "CWE-639"
      },
      {
        "category": "general",
        "text": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)",
        "title": "CWE-362"
      },
      {
        "category": "general",
        "text": "Improper Resource Shutdown or Release",
        "title": "CWE-404"
      },
      {
        "category": "general",
        "text": "Missing Authorization",
        "title": "CWE-862"
      },
      {
        "category": "general",
        "text": "Improper Restriction of Operations within the Bounds of a Memory Buffer",
        "title": "CWE-119"
      },
      {
        "category": "general",
        "text": "Inefficient Regular Expression Complexity",
        "title": "CWE-1333"
      },
      {
        "category": "general",
        "text": "Improper Certificate Validation",
        "title": "CWE-295"
      },
      {
        "category": "general",
        "text": "Improper Control of Generation of Code (\u0027Code Injection\u0027)",
        "title": "CWE-94"
      },
      {
        "category": "general",
        "text": "Use of a Broken or Risky Cryptographic Algorithm",
        "title": "CWE-327"
      },
      {
        "category": "general",
        "text": "Uncontrolled Resource Consumption",
        "title": "CWE-400"
      },
      {
        "category": "general",
        "text": "Allocation of Resources Without Limits or Throttling",
        "title": "CWE-770"
      },
      {
        "category": "general",
        "text": "Uncontrolled Recursion",
        "title": "CWE-674"
      },
      {
        "category": "general",
        "text": "Improper Restriction of XML External Entity Reference",
        "title": "CWE-611"
      },
      {
        "category": "general",
        "text": "Exposure of Sensitive Information to an Unauthorized Actor",
        "title": "CWE-200"
      },
      {
        "category": "general",
        "text": "Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027)",
        "title": "CWE-120"
      },
      {
        "category": "general",
        "text": "Improper Privilege Management",
        "title": "CWE-269"
      },
      {
        "category": "general",
        "text": "Improper Input Validation",
        "title": "CWE-20"
      }
    ],
    "publisher": {
      "category": "coordinator",
      "contact_details": "cert@ncsc.nl",
      "name": "Nationaal Cyber Security Centrum",
      "namespace": "https://www.ncsc.nl/"
    },
    "references": [
      {
        "category": "external",
        "summary": "Reference - cveprojectv5; nvd; oracle",
        "url": "https://www.oracle.com/security-alerts/cpuapr2025.html"
      }
    ],
    "title": "Kwetsbaarheden verholpen in Oracle Communications",
    "tracking": {
      "current_release_date": "2025-04-16T08:39:55.217751Z",
      "generator": {
        "date": "2025-02-25T15:15:00Z",
        "engine": {
          "name": "V.A.",
          "version": "1.0"
        }
      },
      "id": "NCSC-2025-0124",
      "initial_release_date": "2025-04-16T08:39:55.217751Z",
      "revision_history": [
        {
          "date": "2025-04-16T08:39:55.217751Z",
          "number": "1.0.0",
          "summary": "Initiele versie"
        }
      ],
      "status": "final",
      "version": "1.0.0"
    }
  },
  "product_tree": {
    "branches": [
      {
        "branches": [
          {
            "branches": [
              {
                "branches": [
                  {
                    "category": "product_version_range",
                    "name": "vers:unknown/24.2.1",
                    "product": {
                      "name": "vers:unknown/24.2.1",
                      "product_id": "CSAFPID-1838578"
                    }
                  },
                  {
                    "category": "product_version_range",
                    "name": "vers:unknown/24.2.0",
                    "product": {
                      "name": "vers:unknown/24.2.0",
                      "product_id": "CSAFPID-1838586"
                    }
                  }
                ],
                "category": "product_name",
                "name": "Communications Cloud Native Core Binding Support Function"
              },
              {
                "branches": [
                  {
                    "category": "product_version_range",
                    "name": "vers:unknown/\u003e=24.2.0|\u003c=24.2.2",
                    "product": {
                      "name": "vers:unknown/\u003e=24.2.0|\u003c=24.2.2",
                      "product_id": "CSAFPID-1838591"
                    }
                  }
                ],
                "category": "product_name",
                "name": "Communications Cloud Native Core Policy"
              },
              {
                "branches": [
                  {
                    "category": "product_version_range",
                    "name": "vers:unknown/24.2.1",
                    "product": {
                      "name": "vers:unknown/24.2.1",
                      "product_id": "CSAFPID-1838592"
                    }
                  }
                ],
                "category": "product_name",
                "name": "Communications Cloud Native Core Console"
              },
              {
                "branches": [
                  {
                    "category": "product_version_range",
                    "name": "vers:unknown/24.2.0",
                    "product": {
                      "name": "vers:unknown/24.2.0",
                      "product_id": "CSAFPID-1838572"
                    }
                  },
                  {
                    "category": "product_version_range",
                    "name": "vers:unknown/24.2.1",
                    "product": {
                      "name": "vers:unknown/24.2.1",
                      "product_id": "CSAFPID-1838581"
                    }
                  },
                  {
                    "category": "product_version_range",
                    "name": "vers:unknown/24.2.2",
                    "product": {
                      "name": "vers:unknown/24.2.2",
                      "product_id": "CSAFPID-1838584"
                    }
                  }
                ],
                "category": "product_name",
                "name": "Communications Cloud Native Core Security Edge Protection Proxy"
              },
              {
                "branches": [
                  {
                    "category": "product_version_range",
                    "name": "vers:unknown/\u003e=6.0|\u003c=6.1",
                    "product": {
                      "name": "vers:unknown/\u003e=6.0|\u003c=6.1",
                      "product_id": "CSAFPID-2698355"
                    }
                  }
                ],
                "category": "product_name",
                "name": "Communications Unified Assurance"
              },
              {
                "branches": [
                  {
                    "category": "product_version_range",
                    "name": "vers:unknown/24.3.0",
                    "product": {
                      "name": "vers:unknown/24.3.0",
                      "product_id": "CSAFPID-2698333"
                    }
                  }
                ],
                "category": "product_name",
                "name": "Management Cloud Engine"
              },
              {
                "branches": [
                  {
                    "category": "product_version_range",
                    "name": "vers:unknown/24.2.0",
                    "product": {
                      "name": "vers:unknown/24.2.0",
                      "product_id": "CSAFPID-2698334"
                    }
                  }
                ],
                "category": "product_name",
                "name": "Communications Cloud Native Core Network Data Analytics Function"
              },
              {
                "branches": [
                  {
                    "category": "product_version_range",
                    "name": "vers:unknown/24.2.5",
                    "product": {
                      "name": "vers:unknown/24.2.5",
                      "product_id": "CSAFPID-2698374"
                    }
                  }
                ],
                "category": "product_name",
                "name": "Communications Cloud Native Core Network Function Cloud Native Environment"
              },
              {
                "branches": [
                  {
                    "category": "product_version_range",
                    "name": "vers:unknown/9.0.0",
                    "product": {
                      "name": "vers:unknown/9.0.0",
                      "product_id": "CSAFPID-1234193"
                    }
                  },
                  {
                    "category": "product_version_range",
                    "name": "vers:unknown/9.0.1",
                    "product": {
                      "name": "vers:unknown/9.0.1",
                      "product_id": "CSAFPID-1234261"
                    }
                  },
                  {
                    "category": "product_version_range",
                    "name": "vers:unknown/9.0.2",
                    "product": {
                      "name": "vers:unknown/9.0.2",
                      "product_id": "CSAFPID-2698362"
                    }
                  },
                  {
                    "category": "product_version_range",
                    "name": "vers:unknown/9.0.3",
                    "product": {
                      "name": "vers:unknown/9.0.3",
                      "product_id": "CSAFPID-2698358"
                    }
                  },
                  {
                    "category": "product_version_range",
                    "name": "vers:unknown/\u003e=9.0.0|\u003c=9.0.3",
                    "product": {
                      "name": "vers:unknown/\u003e=9.0.0|\u003c=9.0.3",
                      "product_id": "CSAFPID-2698372"
                    }
                  }
                ],
                "category": "product_name",
                "name": "Communications Element Manager"
              },
              {
                "branches": [
                  {
                    "category": "product_version_range",
                    "name": "vers:unknown/15.0.0.0.0",
                    "product": {
                      "name": "vers:unknown/15.0.0.0.0",
                      "product_id": "CSAFPID-1837923"
                    }
                  }
                ],
                "category": "product_name",
                "name": "Communications Policy Management"
              },
              {
                "branches": [
                  {
                    "category": "product_version_range",
                    "name": "vers:unknown/\u003e=9.0.0|\u003c=9.0.3",
                    "product": {
                      "name": "vers:unknown/\u003e=9.0.0|\u003c=9.0.3",
                      "product_id": "CSAFPID-2698373"
                    }
                  }
                ],
                "category": "product_name",
                "name": "Communications Session Report Manager"
              },
              {
                "branches": [
                  {
                    "category": "product_version_range",
                    "name": "vers:unknown/9.1.1.9",
                    "product": {
                      "name": "vers:unknown/9.1.1.9",
                      "product_id": "CSAFPID-2698357"
                    }
                  }
                ],
                "category": "product_name",
                "name": "SD-WAN Edge"
              },
              {
                "branches": [
                  {
                    "category": "product_version_range",
                    "name": "vers:unknown/24.2.3",
                    "product": {
                      "name": "vers:unknown/24.2.3",
                      "product_id": "CSAFPID-1838579"
                    }
                  },
                  {
                    "category": "product_version_range",
                    "name": "vers:unknown/24.3.0",
                    "product": {
                      "name": "vers:unknown/24.3.0",
                      "product_id": "CSAFPID-1838582"
                    }
                  }
                ],
                "category": "product_name",
                "name": "Communications Cloud Native Core Unified Data Repository"
              },
              {
                "branches": [
                  {
                    "category": "product_version_range",
                    "name": "vers:unknown/10.0.0",
                    "product": {
                      "name": "vers:unknown/10.0.0",
                      "product_id": "CSAFPID-2698381"
                    }
                  },
                  {
                    "category": "product_version_range",
                    "name": "vers:unknown/9.2.0",
                    "product": {
                      "name": "vers:unknown/9.2.0",
                      "product_id": "CSAFPID-1207518"
                    }
                  },
                  {
                    "category": "product_version_range",
                    "name": "vers:unknown/9.3.0",
                    "product": {
                      "name": "vers:unknown/9.3.0",
                      "product_id": "CSAFPID-1207704"
                    }
                  }
                ],
                "category": "product_name",
                "name": "Communications Session Border Controller"
              },
              {
                "branches": [
                  {
                    "category": "product_version_range",
                    "name": "vers:unknown/4.1.0",
                    "product": {
                      "name": "vers:unknown/4.1.0",
                      "product_id": "CSAFPID-1207607"
                    }
                  },
                  {
                    "category": "product_version_range",
                    "name": "vers:unknown/4.2.0",
                    "product": {
                      "name": "vers:unknown/4.2.0",
                      "product_id": "CSAFPID-1207752"
                    }
                  }
                ],
                "category": "product_name",
                "name": "Enterprise Communications Broker"
              }
            ],
            "category": "product_family",
            "name": "Oracle"
          },
          {
            "branches": [
              {
                "branches": [
                  {
                    "category": "product_version_range",
                    "name": "vers:oracle/24.2.0",
                    "product": {
                      "name": "vers:oracle/24.2.0",
                      "product_id": "CSAFPID-1839911",
                      "product_identification_helper": {
                        "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_binding_support_function:24.2.0:*:*:*:*:*:*:*"
                      }
                    }
                  },
                  {
                    "category": "product_version_range",
                    "name": "vers:oracle/24.2.1",
                    "product": {
                      "name": "vers:oracle/24.2.1",
                      "product_id": "CSAFPID-1839908",
                      "product_identification_helper": {
                        "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_binding_support_function:24.2.1:*:*:*:*:*:*:*"
                      }
                    }
                  },
                  {
                    "category": "product_version_range",
                    "name": "vers:oracle/\u003e=24.2.0|\u003c=24.2.2",
                    "product": {
                      "name": "vers:oracle/\u003e=24.2.0|\u003c=24.2.2",
                      "product_id": "CSAFPID-2698963",
                      "product_identification_helper": {
                        "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_binding_support_function:24.2.0-24.2.2:*:*:*:*:*:*:*"
                      }
                    }
                  }
                ],
                "category": "product_name",
                "name": "Oracle Communications Cloud Native Core Binding Support Function"
              },
              {
                "branches": [
                  {
                    "category": "product_version_range",
                    "name": "vers:oracle/24.2.3",
                    "product": {
                      "name": "vers:oracle/24.2.3",
                      "product_id": "CSAFPID-2698973",
                      "product_identification_helper": {
                        "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_dbtier:24.2.3:*:*:*:*:*:*:*"
                      }
                    }
                  },
                  {
                    "category": "product_version_range",
                    "name": "vers:oracle/24.2.4",
                    "product": {
                      "name": "vers:oracle/24.2.4",
                      "product_id": "CSAFPID-2699085",
                      "product_identification_helper": {
                        "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_dbtier:24.2.4:*:*:*:*:*:*:*"
                      }
                    }
                  },
                  {
                    "category": "product_version_range",
                    "name": "vers:oracle/24.3.0",
                    "product": {
                      "name": "vers:oracle/24.3.0",
                      "product_id": "CSAFPID-1839941",
                      "product_identification_helper": {
                        "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_dbtier:24.3.0:*:*:*:*:*:*:*"
                      }
                    }
                  }
                ],
                "category": "product_name",
                "name": "Oracle Communications Cloud Native Core DBTier"
              },
              {
                "branches": [
                  {
                    "category": "product_version_range",
                    "name": "vers:oracle/\u003e=24.2.0|\u003c=24.2.2",
                    "product": {
                      "name": "vers:oracle/\u003e=24.2.0|\u003c=24.2.2",
                      "product_id": "CSAFPID-1839907",
                      "product_identification_helper": {
                        "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_policy:24.2.0-24.2.2:*:*:*:*:*:*:*"
                      }
                    }
                  },
                  {
                    "category": "product_version_range",
                    "name": "vers:oracle/\u003e=24.2.0|\u003c=24.2.4",
                    "product": {
                      "name": "vers:oracle/\u003e=24.2.0|\u003c=24.2.4",
                      "product_id": "CSAFPID-2698965",
                      "product_identification_helper": {
                        "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_policy:24.2.0-24.2.4:*:*:*:*:*:*:*"
                      }
                    }
                  },
                  {
                    "category": "product_version_range",
                    "name": "vers:oracle/\u003e=24.2.1|\u003c=24.2.4",
                    "product": {
                      "name": "vers:oracle/\u003e=24.2.1|\u003c=24.2.4",
                      "product_id": "CSAFPID-2698944",
                      "product_identification_helper": {
                        "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_policy:24.2.1-24.2.4:*:*:*:*:*:*:*"
                      }
                    }
                  }
                ],
                "category": "product_name",
                "name": "Oracle Communications Cloud Native Core Policy"
              },
              {
                "branches": [
                  {
                    "category": "product_version_range",
                    "name": "vers:oracle/24.2.1",
                    "product": {
                      "name": "vers:oracle/24.2.1",
                      "product_id": "CSAFPID-1839952",
                      "product_identification_helper": {
                        "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_certificate_management:24.2.1:*:*:*:*:*:*:*"
                      }
                    }
                  },
                  {
                    "category": "product_version_range",
                    "name": "vers:oracle/24.2.2",
                    "product": {
                      "name": "vers:oracle/24.2.2",
                      "product_id": "CSAFPID-2699038",
                      "product_identification_helper": {
                        "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_certificate_management:24.2.2:*:*:*:*:*:*:*"
                      }
                    }
                  }
                ],
                "category": "product_name",
                "name": "Oracle Communications Cloud Native Core Certificate Management"
              },
              {
                "branches": [
                  {
                    "category": "product_version_range",
                    "name": "vers:oracle/24.2.1",
                    "product": {
                      "name": "vers:oracle/24.2.1",
                      "product_id": "CSAFPID-1839951",
                      "product_identification_helper": {
                        "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_console:24.2.1:*:*:*:*:*:*:*"
                      }
                    }
                  },
                  {
                    "category": "product_version_range",
                    "name": "vers:oracle/24.2.2",
                    "product": {
                      "name": "vers:oracle/24.2.2",
                      "product_id": "CSAFPID-2699059",
                      "product_identification_helper": {
                        "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_console:24.2.2:*:*:*:*:*:*:*"
                      }
                    }
                  }
                ],
                "category": "product_name",
                "name": "Oracle Communications Cloud Native Core Console"
              },
              {
                "branches": [
                  {
                    "category": "product_version_range",
                    "name": "vers:oracle/24.2.2",
                    "product": {
                      "name": "vers:oracle/24.2.2",
                      "product_id": "CSAFPID-1839919",
                      "product_identification_helper": {
                        "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_repository_function:24.2.2:*:*:*:*:*:*:*"
                      }
                    }
                  },
                  {
                    "category": "product_version_range",
                    "name": "vers:oracle/24.2.3",
                    "product": {
                      "name": "vers:oracle/24.2.3",
                      "product_id": "CSAFPID-2698957",
                      "product_identification_helper": {
                        "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_repository_function:24.2.3:*:*:*:*:*:*:*"
                      }
                    }
                  }
                ],
                "category": "product_name",
                "name": "Oracle Communications Cloud Native Core Network Repository Function"
              },
              {
                "branches": [
                  {
                    "category": "product_version_range",
                    "name": "vers:oracle/23.4.0",
                    "product": {
                      "name": "vers:oracle/23.4.0",
                      "product_id": "CSAFPID-1839924",
                      "product_identification_helper": {
                        "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_security_edge_protection_proxy:23.4.0:*:*:*:*:*:*:*"
                      }
                    }
                  },
                  {
                    "category": "product_version_range",
                    "name": "vers:oracle/24.2.0",
                    "product": {
                      "name": "vers:oracle/24.2.0",
                      "product_id": "CSAFPID-1839910",
                      "product_identification_helper": {
                        "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_security_edge_protection_proxy:24.2.0:*:*:*:*:*:*:*"
                      }
                    }
                  },
                  {
                    "category": "product_version_range",
                    "name": "vers:oracle/24.2.1",
                    "product": {
                      "name": "vers:oracle/24.2.1",
                      "product_id": "CSAFPID-1839909",
                      "product_identification_helper": {
                        "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_security_edge_protection_proxy:24.2.1:*:*:*:*:*:*:*"
                      }
                    }
                  },
                  {
                    "category": "product_version_range",
                    "name": "vers:oracle/24.2.2",
                    "product": {
                      "name": "vers:oracle/24.2.2",
                      "product_id": "CSAFPID-1839894",
                      "product_identification_helper": {
                        "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_security_edge_protection_proxy:24.2.2:*:*:*:*:*:*:*"
                      }
                    }
                  },
                  {
                    "category": "product_version_range",
                    "name": "vers:oracle/24.2.3",
                    "product": {
                      "name": "vers:oracle/24.2.3",
                      "product_id": "CSAFPID-2698958",
                      "product_identification_helper": {
                        "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_security_edge_protection_proxy:24.2.3:*:*:*:*:*:*:*"
                      }
                    }
                  },
                  {
                    "category": "product_version_range",
                    "name": "vers:oracle/24.3.0",
                    "product": {
                      "name": "vers:oracle/24.3.0",
                      "product_id": "CSAFPID-2699094",
                      "product_identification_helper": {
                        "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_security_edge_protection_proxy:24.3.0:*:*:*:*:*:*:*"
                      }
                    }
                  }
                ],
                "category": "product_name",
                "name": "Oracle Communications Cloud Native Core Security Edge Protection Proxy"
              },
              {
                "branches": [
                  {
                    "category": "product_version_range",
                    "name": "vers:oracle/24.2.0",
                    "product": {
                      "name": "vers:oracle/24.2.0",
                      "product_id": "CSAFPID-1839934",
                      "product_identification_helper": {
                        "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_service_communication_proxy:24.2.0:*:*:*:*:*:*:*"
                      }
                    }
                  },
                  {
                    "category": "product_version_range",
                    "name": "vers:oracle/24.2.3",
                    "product": {
                      "name": "vers:oracle/24.2.3",
                      "product_id": "CSAFPID-2699086",
                      "product_identification_helper": {
                        "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_service_communication_proxy:24.2.3:*:*:*:*:*:*:*"
                      }
                    }
                  },
                  {
                    "category": "product_version_range",
                    "name": "vers:oracle/24.3.0",
                    "product": {
                      "name": "vers:oracle/24.3.0",
                      "product_id": "CSAFPID-1839935",
                      "product_identification_helper": {
                        "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_service_communication_proxy:24.3.0:*:*:*:*:*:*:*"
                      }
                    }
                  },
                  {
                    "category": "product_version_range",
                    "name": "vers:oracle/25.1.100",
                    "product": {
                      "name": "vers:oracle/25.1.100",
                      "product_id": "CSAFPID-2699073",
                      "product_identification_helper": {
                        "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_service_communication_proxy:25.1.100:*:*:*:*:*:*:*"
                      }
                    }
                  }
                ],
                "category": "product_name",
                "name": "Oracle Communications Cloud Native Core Service Communication Proxy"
              },
              {
                "branches": [
                  {
                    "category": "product_version_range",
                    "name": "vers:oracle/46.6",
                    "product": {
                      "name": "vers:oracle/46.6",
                      "product_id": "CSAFPID-2698993",
                      "product_identification_helper": {
                        "cpe": "cpe:2.3:a:oracle:communications_eagle_element_management_system:46.6:*:*:*:*:*:*:*"
                      }
                    }
                  }
                ],
                "category": "product_name",
                "name": "Oracle Communications EAGLE Element Management System"
              },
              {
                "branches": [
                  {
                    "category": "product_version_range",
                    "name": "vers:oracle/5.1",
                    "product": {
                      "name": "vers:oracle/5.1",
                      "product_id": "CSAFPID-1839893",
                      "product_identification_helper": {
                        "cpe": "cpe:2.3:a:oracle:communications_operations_monitor:5.1:*:*:*:*:*:*:*"
                      }
                    }
                  },
                  {
                    "category": "product_version_range",
                    "name": "vers:oracle/5.2",
                    "product": {
                      "name": "vers:oracle/5.2",
                      "product_id": "CSAFPID-1839895",
                      "product_identification_helper": {
                        "cpe": "cpe:2.3:a:oracle:communications_operations_monitor:5.2:*:*:*:*:*:*:*"
                      }
                    }
                  }
                ],
                "category": "product_name",
                "name": "Oracle Communications Operations Monitor"
              },
              {
                "branches": [
                  {
                    "category": "product_version_range",
                    "name": "vers:oracle/12.11",
                    "product": {
                      "name": "vers:oracle/12.11",
                      "product_id": "CSAFPID-1839890",
                      "product_identification_helper": {
                        "cpe": "cpe:2.3:a:oracle:communications_user_data_repository:12.11:*:*:*:*:*:*:*"
                      }
                    }
                  },
                  {
                    "category": "product_version_range",
                    "name": "vers:oracle/14.0",
                    "product": {
                      "name": "vers:oracle/14.0",
                      "product_id": "CSAFPID-1839891",
                      "product_identification_helper": {
                        "cpe": "cpe:2.3:a:oracle:communications_user_data_repository:14.0:*:*:*:*:*:*:*"
                      }
                    }
                  },
                  {
                    "category": "product_version_range",
                    "name": "vers:oracle/14.0.0",
                    "product": {
                      "name": "vers:oracle/14.0.0",
                      "product_id": "CSAFPID-2699072",
                      "product_identification_helper": {
                        "cpe": "cpe:2.3:a:oracle:communications_user_data_repository:14.0.0:*:*:*:*:*:*:*"
                      }
                    }
                  },
                  {
                    "category": "product_version_range",
                    "name": "vers:oracle/15.0",
                    "product": {
                      "name": "vers:oracle/15.0",
                      "product_id": "CSAFPID-1839961",
                      "product_identification_helper": {
                        "cpe": "cpe:2.3:a:oracle:communications_user_data_repository:15.0:*:*:*:*:*:*:*"
                      }
                    }
                  },
                  {
                    "category": "product_version_range",
                    "name": "vers:oracle/15.0.0",
                    "product": {
                      "name": "vers:oracle/15.0.0",
                      "product_id": "CSAFPID-2699023",
                      "product_identification_helper": {
                        "cpe": "cpe:2.3:a:oracle:communications_user_data_repository:15.0.0:*:*:*:*:*:*:*"
                      }
                    }
                  },
                  {
                    "category": "product_version_range",
                    "name": "vers:oracle/15.0.1",
                    "product": {
                      "name": "vers:oracle/15.0.1",
                      "product_id": "CSAFPID-2699025",
                      "product_identification_helper": {
                        "cpe": "cpe:2.3:a:oracle:communications_user_data_repository:15.0.1:*:*:*:*:*:*:*"
                      }
                    }
                  },
                  {
                    "category": "product_version_range",
                    "name": "vers:oracle/15.0.2",
                    "product": {
                      "name": "vers:oracle/15.0.2",
                      "product_id": "CSAFPID-2699024",
                      "product_identification_helper": {
                        "cpe": "cpe:2.3:a:oracle:communications_user_data_repository:15.0.2:*:*:*:*:*:*:*"
                      }
                    }
                  }
                ],
                "category": "product_name",
                "name": "Oracle Communications User Data Repository"
              },
              {
                "branches": [
                  {
                    "category": "product_version_range",
                    "name": "vers:oracle/9.0.0.0",
                    "product": {
                      "name": "vers:oracle/9.0.0.0",
                      "product_id": "CSAFPID-2698999",
                      "product_identification_helper": {
                        "cpe": "cpe:2.3:a:oracle:communications_diameter_signaling_router:9.0.0.0:*:*:*:*:*:*:*"
                      }
                    }
                  }
                ],
                "category": "product_name",
                "name": "Oracle Communications Diameter Signaling Router"
              },
              {
                "branches": [
                  {
                    "category": "product_version_range",
                    "name": "vers:oracle/24.3.0",
                    "product": {
                      "name": "vers:oracle/24.3.0",
                      "product_id": "CSAFPID-2698996",
                      "product_identification_helper": {
                        "cpe": "cpe:2.3:a:oracle:management_cloud_engine:24.3.0:*:*:*:*:*:*:*"
                      }
                    }
                  }
                ],
                "category": "product_name",
                "name": "Management Cloud Engine"
              },
              {
                "branches": [
                  {
                    "category": "product_version_range",
                    "name": "vers:oracle/24.2.0",
                    "product": {
                      "name": "vers:oracle/24.2.0",
                      "product_id": "CSAFPID-2699007",
                      "product_identification_helper": {
                        "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_data_analytics_function:24.2.0:*:*:*:*:*:*:*"
                      }
                    }
                  }
                ],
                "category": "product_name",
                "name": "Oracle Communications Cloud Native Core Network Data Analytics Function"
              },
              {
                "branches": [
                  {
                    "category": "product_version_range",
                    "name": "vers:oracle/24.2.0",
                    "product": {
                      "name": "vers:oracle/24.2.0",
                      "product_id": "CSAFPID-1839868",
                      "product_identification_helper": {
                        "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_function_cloud_native_environment:24.2.0:*:*:*:*:*:*:*"
                      }
                    }
                  },
                  {
                    "category": "product_version_range",
                    "name": "vers:oracle/24.2.5",
                    "product": {
                      "name": "vers:oracle/24.2.5",
                      "product_id": "CSAFPID-2699029",
                      "product_identification_helper": {
                        "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_function_cloud_native_environment:24.2.5:*:*:*:*:*:*:*"
                      }
                    }
                  },
                  {
                    "category": "product_version_range",
                    "name": "vers:oracle/24.3.0",
                    "product": {
                      "name": "vers:oracle/24.3.0",
                      "product_id": "CSAFPID-1839869",
                      "product_identification_helper": {
                        "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_function_cloud_native_environment:24.3.0:*:*:*:*:*:*:*"
                      }
                    }
                  }
                ],
                "category": "product_name",
                "name": "Oracle Communications Cloud Native Core Network Function Cloud Native Environment"
              },
              {
                "branches": [
                  {
                    "category": "product_version_range",
                    "name": "vers:oracle/9.0.0",
                    "product": {
                      "name": "vers:oracle/9.0.0",
                      "product_id": "CSAFPID-2699013",
                      "product_identification_helper": {
                        "cpe": "cpe:2.3:a:oracle:communications_element_manager:9.0.0:*:*:*:*:*:*:*"
                      }
                    }
                  },
                  {
                    "category": "product_version_range",
                    "name": "vers:oracle/9.0.1",
                    "product": {
                      "name": "vers:oracle/9.0.1",
                      "product_id": "CSAFPID-2699012",
                      "product_identification_helper": {
                        "cpe": "cpe:2.3:a:oracle:communications_element_manager:9.0.1:*:*:*:*:*:*:*"
                      }
                    }
                  },
                  {
                    "category": "product_version_range",
                    "name": "vers:oracle/9.0.2",
                    "product": {
                      "name": "vers:oracle/9.0.2",
                      "product_id": "CSAFPID-2699016",
                      "product_identification_helper": {
                        "cpe": "cpe:2.3:a:oracle:communications_element_manager:9.0.2:*:*:*:*:*:*:*"
                      }
                    }
                  },
                  {
                    "category": "product_version_range",
                    "name": "vers:oracle/9.0.3",
                    "product": {
                      "name": "vers:oracle/9.0.3",
                      "product_id": "CSAFPID-2699015",
                      "product_identification_helper": {
                        "cpe": "cpe:2.3:a:oracle:communications_element_manager:9.0.3:*:*:*:*:*:*:*"
                      }
                    }
                  },
                  {
                    "category": "product_version_range",
                    "name": "vers:oracle/\u003e=9.0.0|\u003c=9.0.3",
                    "product": {
                      "name": "vers:oracle/\u003e=9.0.0|\u003c=9.0.3",
                      "product_id": "CSAFPID-2699098",
                      "product_identification_helper": {
                        "cpe": "cpe:2.3:a:oracle:communications_element_manager:9.0.0-9.0.3:*:*:*:*:*:*:*"
                      }
                    }
                  }
                ],
                "category": "product_name",
                "name": "Oracle Communications Element Manager"
              },
              {
                "branches": [
                  {
                    "category": "product_version_range",
                    "name": "vers:oracle/15.0.0.0.0",
                    "product": {
                      "name": "vers:oracle/15.0.0.0.0",
                      "product_id": "CSAFPID-1839960",
                      "product_identification_helper": {
                        "cpe": "cpe:2.3:a:oracle:communications_policy_management:15.0.0.0.0:*:*:*:*:*:*:*"
                      }
                    }
                  }
                ],
                "category": "product_name",
                "name": "Oracle Communications Policy Management"
              },
              {
                "branches": [
                  {
                    "category": "product_version_range",
                    "name": "vers:oracle/9.0.0",
                    "product": {
                      "name": "vers:oracle/9.0.0",
                      "product_id": "CSAFPID-2699093",
                      "product_identification_helper": {
                        "cpe": "cpe:2.3:a:oracle:communications_session_report_manager:9.0.0:*:*:*:*:*:*:*"
                      }
                    }
                  },
                  {
                    "category": "product_version_range",
                    "name": "vers:oracle/9.0.1",
                    "product": {
                      "name": "vers:oracle/9.0.1",
                      "product_id": "CSAFPID-2699092",
                      "product_identification_helper": {
                        "cpe": "cpe:2.3:a:oracle:communications_session_report_manager:9.0.1:*:*:*:*:*:*:*"
                      }
                    }
                  },
                  {
                    "category": "product_version_range",
                    "name": "vers:oracle/9.0.2",
                    "product": {
                      "name": "vers:oracle/9.0.2",
                      "product_id": "CSAFPID-2699091",
                      "product_identification_helper": {
                        "cpe": "cpe:2.3:a:oracle:communications_session_report_manager:9.0.2:*:*:*:*:*:*:*"
                      }
                    }
                  },
                  {
                    "category": "product_version_range",
                    "name": "vers:oracle/9.0.3",
                    "product": {
                      "name": "vers:oracle/9.0.3",
                      "product_id": "CSAFPID-2699090",
                      "product_identification_helper": {
                        "cpe": "cpe:2.3:a:oracle:communications_session_report_manager:9.0.3:*:*:*:*:*:*:*"
                      }
                    }
                  },
                  {
                    "category": "product_version_range",
                    "name": "vers:oracle/\u003e=9.0.0|\u003c=9.0.3",
                    "product": {
                      "name": "vers:oracle/\u003e=9.0.0|\u003c=9.0.3",
                      "product_id": "CSAFPID-2699124",
                      "product_identification_helper": {
                        "cpe": "cpe:2.3:a:oracle:communications_session_report_manager:9.0.0-9.0.3:*:*:*:*:*:*:*"
                      }
                    }
                  }
                ],
                "category": "product_name",
                "name": "Oracle Communications Session Report Manager"
              },
              {
                "branches": [
                  {
                    "category": "product_version_range",
                    "name": "vers:oracle/9.1.1.9",
                    "product": {
                      "name": "vers:oracle/9.1.1.9",
                      "product_id": "CSAFPID-2698959",
                      "product_identification_helper": {
                        "cpe": "cpe:2.3:a:oracle:sd-wan_edge:9.1.1.9:*:*:*:*:*:*:*"
                      }
                    }
                  }
                ],
                "category": "product_name",
                "name": "Oracle SD-WAN Edge"
              },
              {
                "branches": [
                  {
                    "category": "product_version_range",
                    "name": "vers:oracle/22.4.0",
                    "product": {
                      "name": "vers:oracle/22.4.0",
                      "product_id": "CSAFPID-2699181",
                      "product_identification_helper": {
                        "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_unified_data_repository:22.4.0:*:*:*:*:*:*:*"
                      }
                    }
                  },
                  {
                    "category": "product_version_range",
                    "name": "vers:oracle/23.4.4",
                    "product": {
                      "name": "vers:oracle/23.4.4",
                      "product_id": "CSAFPID-1839930",
                      "product_identification_helper": {
                        "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_unified_data_repository:23.4.4:*:*:*:*:*:*:*"
                      }
                    }
                  },
                  {
                    "category": "product_version_range",
                    "name": "vers:oracle/24.1.1",
                    "product": {
                      "name": "vers:oracle/24.1.1",
                      "product_id": "CSAFPID-1839933",
                      "product_identification_helper": {
                        "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_unified_data_repository:24.1.1:*:*:*:*:*:*:*"
                      }
                    }
                  },
                  {
                    "category": "product_version_range",
                    "name": "vers:oracle/24.2.2",
                    "product": {
                      "name": "vers:oracle/24.2.2",
                      "product_id": "CSAFPID-1839931",
                      "product_identification_helper": {
                        "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_unified_data_repository:24.2.2:*:*:*:*:*:*:*"
                      }
                    }
                  },
                  {
                    "category": "product_version_range",
                    "name": "vers:oracle/24.2.3",
                    "product": {
                      "name": "vers:oracle/24.2.3",
                      "product_id": "CSAFPID-1839963",
                      "product_identification_helper": {
                        "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_unified_data_repository:24.2.3:*:*:*:*:*:*:*"
                      }
                    }
                  },
                  {
                    "category": "product_version_range",
                    "name": "vers:oracle/24.3.0",
                    "product": {
                      "name": "vers:oracle/24.3.0",
                      "product_id": "CSAFPID-1839932",
                      "product_identification_helper": {
                        "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_unified_data_repository:24.3.0:*:*:*:*:*:*:*"
                      }
                    }
                  },
                  {
                    "category": "product_version_range",
                    "name": "vers:oracle/25.1.100",
                    "product": {
                      "name": "vers:oracle/25.1.100",
                      "product_id": "CSAFPID-2698956",
                      "product_identification_helper": {
                        "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_unified_data_repository:25.1.100:*:*:*:*:*:*:*"
                      }
                    }
                  },
                  {
                    "category": "product_version_range",
                    "name": "vers:oracle/\u003e=23.1.0|\u003c=23.4.0",
                    "product": {
                      "name": "vers:oracle/\u003e=23.1.0|\u003c=23.4.0",
                      "product_id": "CSAFPID-2699180",
                      "product_identification_helper": {
                        "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_unified_data_repository:23.1.0-23.4.0:*:*:*:*:*:*:*"
                      }
                    }
                  }
                ],
                "category": "product_name",
                "name": "Oracle Communications Cloud Native Core Unified Data Repository"
              },
              {
                "branches": [
                  {
                    "category": "product_version_range",
                    "name": "vers:oracle/10.0.0",
                    "product": {
                      "name": "vers:oracle/10.0.0",
                      "product_id": "CSAFPID-2699083",
                      "product_identification_helper": {
                        "cpe": "cpe:2.3:a:oracle:communications_session_border_controller:10.0.0:*:*:*:*:*:*:*"
                      }
                    }
                  },
                  {
                    "category": "product_version_range",
                    "name": "vers:oracle/9.2.0",
                    "product": {
                      "name": "vers:oracle/9.2.0",
                      "product_id": "CSAFPID-1839887",
                      "product_identification_helper": {
                        "cpe": "cpe:2.3:a:oracle:communications_session_border_controller:9.2.0:*:*:*:*:*:*:*"
                      }
                    }
                  },
                  {
                    "category": "product_version_range",
                    "name": "vers:oracle/9.3.0",
                    "product": {
                      "name": "vers:oracle/9.3.0",
                      "product_id": "CSAFPID-1839889",
                      "product_identification_helper": {
                        "cpe": "cpe:2.3:a:oracle:communications_session_border_controller:9.3.0:*:*:*:*:*:*:*"
                      }
                    }
                  }
                ],
                "category": "product_name",
                "name": "Oracle Communications Session Border Controller"
              },
              {
                "branches": [
                  {
                    "category": "product_version_range",
                    "name": "vers:oracle/4.1.0",
                    "product": {
                      "name": "vers:oracle/4.1.0",
                      "product_id": "CSAFPID-1839888",
                      "product_identification_helper": {
                        "cpe": "cpe:2.3:a:oracle:enterprise_communications_broker:4.1.0:*:*:*:*:*:*:*"
                      }
                    }
                  },
                  {
                    "category": "product_version_range",
                    "name": "vers:oracle/4.2.0",
                    "product": {
                      "name": "vers:oracle/4.2.0",
                      "product_id": "CSAFPID-1839886",
                      "product_identification_helper": {
                        "cpe": "cpe:2.3:a:oracle:enterprise_communications_broker:4.2.0:*:*:*:*:*:*:*"
                      }
                    }
                  }
                ],
                "category": "product_name",
                "name": "Oracle Enterprise Communications Broker"
              },
              {
                "branches": [
                  {
                    "category": "product_version_range",
                    "name": "vers:oracle/24.1.0",
                    "product": {
                      "name": "vers:oracle/24.1.0",
                      "product_id": "CSAFPID-1839925",
                      "product_identification_helper": {
                        "cpe": "cpe:2.3:a:oracle:communications_network_analytics_data_director:24.1.0:*:*:*:*:*:*:*"
                      }
                    }
                  },
                  {
                    "category": "product_version_range",
                    "name": "vers:oracle/24.2.0",
                    "product": {
                      "name": "vers:oracle/24.2.0",
                      "product_id": "CSAFPID-1840027",
                      "product_identification_helper": {
                        "cpe": "cpe:2.3:a:oracle:communications_network_analytics_data_director:24.2.0:*:*:*:*:*:*:*"
                      }
                    }
                  },
                  {
                    "category": "product_version_range",
                    "name": "vers:oracle/24.3.0",
                    "product": {
                      "name": "vers:oracle/24.3.0",
                      "product_id": "CSAFPID-2699041",
                      "product_identification_helper": {
                        "cpe": "cpe:2.3:a:oracle:communications_network_analytics_data_director:24.3.0:*:*:*:*:*:*:*"
                      }
                    }
                  },
                  {
                    "category": "product_version_range",
                    "name": "vers:oracle/\u003e=24.1.0|\u003c=24.3.0",
                    "product": {
                      "name": "vers:oracle/\u003e=24.1.0|\u003c=24.3.0",
                      "product_id": "CSAFPID-2698961",
                      "product_identification_helper": {
                        "cpe": "cpe:2.3:a:oracle:communications_network_analytics_data_director:24.1.0-24.3.0:*:*:*:*:*:*:*"
                      }
                    }
                  }
                ],
                "category": "product_name",
                "name": "Oracle Communications Network Analytics Data Director"
              }
            ],
            "category": "product_family",
            "name": "Oracle Communications"
          },
          {
            "branches": [
              {
                "category": "product_version_range",
                "name": "vers:oracle/\u003e=23.4.0|\u003c=23.4.1",
                "product": {
                  "name": "vers:oracle/\u003e=23.4.0|\u003c=23.4.1",
                  "product_id": "CSAFPID-1145869"
                }
              },
              {
                "category": "product_version_range",
                "name": "vers:oracle/\u003e=23.4.0|\u003c=23.4.3",
                "product": {
                  "name": "vers:oracle/\u003e=23.4.0|\u003c=23.4.3",
                  "product_id": "CSAFPID-1145271",
                  "product_identification_helper": {
                    "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_binding_support_function:23.4.0-23.4.3:*:*:*:*:*:*:*"
                  }
                }
              },
              {
                "category": "product_version_range",
                "name": "vers:oracle/\u003e=23.4.0|\u003c=23.4.5",
                "product": {
                  "name": "vers:oracle/\u003e=23.4.0|\u003c=23.4.5",
                  "product_id": "CSAFPID-1173947",
                  "product_identification_helper": {
                    "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_binding_support_function:23.4.0-23.4.5:*:*:*:*:*:*:*"
                  }
                }
              }
            ],
            "category": "product_name",
            "name": "Oracle Communications Cloud Native Core Binding Support Function"
          },
          {
            "branches": [
              {
                "category": "product_version_range",
                "name": "vers:oracle/\u003e=23.4.0|\u003c=23.4.2",
                "product": {
                  "name": "vers:oracle/\u003e=23.4.0|\u003c=23.4.2",
                  "product_id": "CSAFPID-1145868"
                }
              },
              {
                "category": "product_version_range",
                "name": "vers:oracle/\u003e=23.4.0|\u003c=23.4.4",
                "product": {
                  "name": "vers:oracle/\u003e=23.4.0|\u003c=23.4.4",
                  "product_id": "CSAFPID-1145270",
                  "product_identification_helper": {
                    "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_policy:23.4.0-23.4.4:*:*:*:*:*:*:*"
                  }
                }
              },
              {
                "category": "product_version_range",
                "name": "vers:oracle/\u003e=23.4.0|\u003c=23.4.6",
                "product": {
                  "name": "vers:oracle/\u003e=23.4.0|\u003c=23.4.6",
                  "product_id": "CSAFPID-1173946",
                  "product_identification_helper": {
                    "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_policy:23.4.0-23.4.6:*:*:*:*:*:*:*"
                  }
                }
              }
            ],
            "category": "product_name",
            "name": "Oracle Communications Cloud Native Core Policy"
          },
          {
            "branches": [
              {
                "category": "product_version_range",
                "name": "vers:oracle/23.4.3",
                "product": {
                  "name": "vers:oracle/23.4.3",
                  "product_id": "CSAFPID-1173942",
                  "product_identification_helper": {
                    "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_certificate_management:23.4.3:*:*:*:*:*:*:*"
                  }
                }
              },
              {
                "category": "product_version_range",
                "name": "vers:oracle/24.2.0",
                "product": {
                  "name": "vers:oracle/24.2.0",
                  "product_id": "CSAFPID-1173945",
                  "product_identification_helper": {
                    "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_certificate_management:24.2.0:*:*:*:*:*:*:*"
                  }
                }
              }
            ],
            "category": "product_name",
            "name": "Oracle Communications Cloud Native Core Certificate Management"
          },
          {
            "branches": [
              {
                "category": "product_version_range",
                "name": "vers:oracle/23.4.2",
                "product": {
                  "name": "vers:oracle/23.4.2",
                  "product_id": "CSAFPID-1173940",
                  "product_identification_helper": {
                    "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_console:23.4.2:*:*:*:*:*:*:*"
                  }
                }
              },
              {
                "category": "product_version_range",
                "name": "vers:oracle/24.2.0",
                "product": {
                  "name": "vers:oracle/24.2.0",
                  "product_id": "CSAFPID-1173941",
                  "product_identification_helper": {
                    "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_console:24.2.0:*:*:*:*:*:*:*"
                  }
                }
              }
            ],
            "category": "product_name",
            "name": "Oracle Communications Cloud Native Core Console"
          },
          {
            "branches": [
              {
                "category": "product_version_range",
                "name": "vers:oracle/23.4.4",
                "product": {
                  "name": "vers:oracle/23.4.4",
                  "product_id": "CSAFPID-1173965",
                  "product_identification_helper": {
                    "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_repository_function:23.4.4:*:*:*:*:*:*:*"
                  }
                }
              },
              {
                "category": "product_version_range",
                "name": "vers:oracle/24.2.1",
                "product": {
                  "name": "vers:oracle/24.2.1",
                  "product_id": "CSAFPID-1173967",
                  "product_identification_helper": {
                    "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_repository_function:24.2.1:*:*:*:*:*:*:*"
                  }
                }
              }
            ],
            "category": "product_name",
            "name": "Oracle Communications Cloud Native Core Network Repository Function"
          },
          {
            "branches": [
              {
                "category": "product_version_range",
                "name": "vers:oracle/23.4.2",
                "product": {
                  "name": "vers:oracle/23.4.2",
                  "product_id": "CSAFPID-1173943",
                  "product_identification_helper": {
                    "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_security_edge_protection_proxy:23.4.2:*:*:*:*:*:*:*"
                  }
                }
              },
              {
                "category": "product_version_range",
                "name": "vers:oracle/24.2.0",
                "product": {
                  "name": "vers:oracle/24.2.0",
                  "product_id": "CSAFPID-1173944",
                  "product_identification_helper": {
                    "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_security_edge_protection_proxy:24.2.0:*:*:*:*:*:*:*"
                  }
                }
              }
            ],
            "category": "product_name",
            "name": "Oracle Communications Cloud Native Core Security Edge Protection Proxy"
          },
          {
            "branches": [
              {
                "category": "product_version_range",
                "name": "vers:oracle/23.4.0",
                "product": {
                  "name": "vers:oracle/23.4.0",
                  "product_id": "CSAFPID-1145265",
                  "product_identification_helper": {
                    "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_service_communication_proxy:23.4.0:*:*:*:*:*:*:*"
                  }
                }
              },
              {
                "category": "product_version_range",
                "name": "vers:oracle/24.1.0",
                "product": {
                  "name": "vers:oracle/24.1.0",
                  "product_id": "CSAFPID-1145273",
                  "product_identification_helper": {
                    "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_service_communication_proxy:24.1.0:*:*:*:*:*:*:*"
                  }
                }
              },
              {
                "category": "product_version_range",
                "name": "vers:oracle/24.2.0",
                "product": {
                  "name": "vers:oracle/24.2.0",
                  "product_id": "CSAFPID-1174046",
                  "product_identification_helper": {
                    "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_service_communication_proxy:24.2.0:*:*:*:*:*:*:*"
                  }
                }
              }
            ],
            "category": "product_name",
            "name": "Oracle Communications Cloud Native Core Service Communication Proxy"
          },
          {
            "branches": [
              {
                "branches": [
                  {
                    "category": "product_version_range",
                    "name": "vers:oracle/7.3.6",
                    "product": {
                      "name": "vers:oracle/7.3.6",
                      "product_id": "CSAFPID-2699077",
                      "product_identification_helper": {
                        "cpe": "cpe:2.3:a:oracle:communications_network_integrity:7.3.6:*:*:*:*:*:*:*"
                      }
                    }
                  },
                  {
                    "category": "product_version_range",
                    "name": "vers:oracle/7.4.0",
                    "product": {
                      "name": "vers:oracle/7.4.0",
                      "product_id": "CSAFPID-2699075",
                      "product_identification_helper": {
                        "cpe": "cpe:2.3:a:oracle:communications_network_integrity:7.4.0:*:*:*:*:*:*:*"
                      }
                    }
                  },
                  {
                    "category": "product_version_range",
                    "name": "vers:oracle/7.5.0",
                    "product": {
                      "name": "vers:oracle/7.5.0",
                      "product_id": "CSAFPID-2699076",
                      "product_identification_helper": {
                        "cpe": "cpe:2.3:a:oracle:communications_network_integrity:7.5.0:*:*:*:*:*:*:*"
                      }
                    }
                  }
                ],
                "category": "product_name",
                "name": "Oracle Communications Network Integrity"
              },
              {
                "branches": [
                  {
                    "category": "product_version_range",
                    "name": "vers:oracle/6.0",
                    "product": {
                      "name": "vers:oracle/6.0",
                      "product_id": "CSAFPID-2699027",
                      "product_identification_helper": {
                        "cpe": "cpe:2.3:a:oracle:communications_unified_assurance:6.0:*:*:*:*:*:*:*"
                      }
                    }
                  },
                  {
                    "category": "product_version_range",
                    "name": "vers:oracle/\u003e=6.0.0|\u003c=6.0.5",
                    "product": {
                      "name": "vers:oracle/\u003e=6.0.0|\u003c=6.0.5",
                      "product_id": "CSAFPID-1839852",
                      "product_identification_helper": {
                        "cpe": "cpe:2.3:a:oracle:communications_unified_assurance:6.0.0-6.0.5:*:*:*:*:*:*:*"
                      }
                    }
                  },
                  {
                    "category": "product_version_range",
                    "name": "vers:oracle/\u003e=6.0.4|\u003c=6.0.5",
                    "product": {
                      "name": "vers:oracle/\u003e=6.0.4|\u003c=6.0.5",
                      "product_id": "CSAFPID-1840033",
                      "product_identification_helper": {
                        "cpe": "cpe:2.3:a:oracle:communications_unified_assurance:6.0.4-6.0.5:*:*:*:*:*:*:*"
                      }
                    }
                  },
                  {
                    "category": "product_version_range",
                    "name": "vers:oracle/\u003e=6.0|\u003c=6.1",
                    "product": {
                      "name": "vers:oracle/\u003e=6.0|\u003c=6.1",
                      "product_id": "CSAFPID-2698955",
                      "product_identification_helper": {
                        "cpe": "cpe:2.3:a:oracle:communications_unified_assurance:6.0-6.1:*:*:*:*:*:*:*"
                      }
                    }
                  }
                ],
                "category": "product_name",
                "name": "Oracle Communications Unified Assurance"
              },
              {
                "branches": [
                  {
                    "category": "product_version_range",
                    "name": "vers:oracle/12.0.0.8.0",
                    "product": {
                      "name": "vers:oracle/12.0.0.8.0",
                      "product_id": "CSAFPID-2699001",
                      "product_identification_helper": {
                        "cpe": "cpe:2.3:a:oracle:communications_billing_and_revenue_management:12.0.0.8.0:*:*:*:*:*:*:*"
                      }
                    }
                  },
                  {
                    "category": "product_version_range",
                    "name": "vers:oracle/15.0.0.0.0",
                    "product": {
                      "name": "vers:oracle/15.0.0.0.0",
                      "product_id": "CSAFPID-2699084",
                      "product_identification_helper": {
                        "cpe": "cpe:2.3:a:oracle:communications_billing_and_revenue_management:15.0.0.0.0:*:*:*:*:*:*:*"
                      }
                    }
                  },
                  {
                    "category": "product_version_range",
                    "name": "vers:oracle/15.0.1.0.0",
                    "product": {
                      "name": "vers:oracle/15.0.1.0.0",
                      "product_id": "CSAFPID-2699079",
                      "product_identification_helper": {
                        "cpe": "cpe:2.3:a:oracle:communications_billing_and_revenue_management:15.0.1.0.0:*:*:*:*:*:*:*"
                      }
                    }
                  },
                  {
                    "category": "product_version_range",
                    "name": "vers:oracle/\u003e=12.0.0.4.0|\u003c=12.0.0.8.0",
                    "product": {
                      "name": "vers:oracle/\u003e=12.0.0.4.0|\u003c=12.0.0.8.0",
                      "product_id": "CSAFPID-2699058",
                      "product_identification_helper": {
                        "cpe": "cpe:2.3:a:oracle:communications_billing_and_revenue_management:12.0.0.4.0-12.0.0.8.0:*:*:*:*:*:*:*"
                      }
                    }
                  },
                  {
                    "category": "product_version_range",
                    "name": "vers:oracle/\u003e=12.0.0.4|\u003c=12.0.0.8",
                    "product": {
                      "name": "vers:oracle/\u003e=12.0.0.4|\u003c=12.0.0.8",
                      "product_id": "CSAFPID-1839957",
                      "product_identification_helper": {
                        "cpe": "cpe:2.3:a:oracle:communications_billing_and_revenue_management:12.0.0.4-12.0.0.8:*:*:*:*:*:*:*"
                      }
                    }
                  },
                  {
                    "category": "product_version_range",
                    "name": "vers:oracle/\u003e=15.0.0.0.0|\u003c=15.0.1.0.0",
                    "product": {
                      "name": "vers:oracle/\u003e=15.0.0.0.0|\u003c=15.0.1.0.0",
                      "product_id": "CSAFPID-2699000",
                      "product_identification_helper": {
                        "cpe": "cpe:2.3:a:oracle:communications_billing_and_revenue_management:15.0.0.0.0-15.0.1.0.0:*:*:*:*:*:*:*"
                      }
                    }
                  },
                  {
                    "category": "product_version_range",
                    "name": "vers:oracle/\u003e=15.0.0.0|\u003c=15.0.0.1",
                    "product": {
                      "name": "vers:oracle/\u003e=15.0.0.0|\u003c=15.0.0.1",
                      "product_id": "CSAFPID-1839953",
                      "product_identification_helper": {
                        "cpe": "cpe:2.3:a:oracle:communications_billing_and_revenue_management:15.0.0.0-15.0.0.1:*:*:*:*:*:*:*"
                      }
                    }
                  }
                ],
                "category": "product_name",
                "name": "Oracle Communications Billing and Revenue Management"
              },
              {
                "branches": [
                  {
                    "category": "product_version_range",
                    "name": "vers:oracle/8.1.0.26.0",
                    "product": {
                      "name": "vers:oracle/8.1.0.26.0",
                      "product_id": "CSAFPID-2698964",
                      "product_identification_helper": {
                        "cpe": "cpe:2.3:a:oracle:communications_messaging_server:8.1.0.26.0:*:*:*:*:*:*:*"
                      }
                    }
                  }
                ],
                "category": "product_name",
                "name": "Oracle Communications Messaging Server"
              },
              {
                "branches": [
                  {
                    "category": "product_version_range",
                    "name": "vers:oracle/6.3.1",
                    "product": {
                      "name": "vers:oracle/6.3.1",
                      "product_id": "CSAFPID-2698991",
                      "product_identification_helper": {
                        "cpe": "cpe:2.3:a:oracle:communications_metasolv_solution:6.3.1:*:*:*:*:*:*:*"
                      }
                    }
                  }
                ],
                "category": "product_name",
                "name": "Oracle Communications MetaSolv Solution"
              },
              {
                "branches": [
                  {
                    "category": "product_version_range",
                    "name": "vers:oracle/12.0.6.0.0",
                    "product": {
                      "name": "vers:oracle/12.0.6.0.0",
                      "product_id": "CSAFPID-2699127",
                      "product_identification_helper": {
                        "cpe": "cpe:2.3:a:oracle:communications_network_charging_and_control:12.0.6.0.0:*:*:*:*:*:*:*"
                      }
                    }
                  },
                  {
                    "category": "product_version_range",
                    "name": "vers:oracle/15.0.0.0.0",
                    "product": {
                      "name": "vers:oracle/15.0.0.0.0",
                      "product_id": "CSAFPID-2699126",
                      "product_identification_helper": {
                        "cpe": "cpe:2.3:a:oracle:communications_network_charging_and_control:15.0.0.0.0:*:*:*:*:*:*:*"
                      }
                    }
                  },
                  {
                    "category": "product_version_range",
                    "name": "vers:oracle/15.0.1.0.0",
                    "product": {
                      "name": "vers:oracle/15.0.1.0.0",
                      "product_id": "CSAFPID-2699128",
                      "product_identification_helper": {
                        "cpe": "cpe:2.3:a:oracle:communications_network_charging_and_control:15.0.1.0.0:*:*:*:*:*:*:*"
                      }
                    }
                  }
                ],
                "category": "product_name",
                "name": "Oracle Communications Network Charging and Control"
              },
              {
                "branches": [
                  {
                    "category": "product_version_range",
                    "name": "vers:oracle/7.4.0",
                    "product": {
                      "name": "vers:oracle/7.4.0",
                      "product_id": "CSAFPID-1839980",
                      "product_identification_helper": {
                        "cpe": "cpe:2.3:a:oracle:communications_order_and_service_management:7.4.0:*:*:*:*:*:*:*"
                      }
                    }
                  },
                  {
                    "category": "product_version_range",
                    "name": "vers:oracle/7.5.0",
                    "product": {
                      "name": "vers:oracle/7.5.0",
                      "product_id": "CSAFPID-1840004",
                      "product_identification_helper": {
                        "cpe": "cpe:2.3:a:oracle:communications_order_and_service_management:7.5.0:*:*:*:*:*:*:*"
                      }
                    }
                  },
                  {
                    "category": "product_version_range",
                    "name": "vers:oracle/7.4.1",
                    "product": {
                      "name": "vers:oracle/7.4.1",
                      "product_id": "CSAFPID-1839981",
                      "product_identification_helper": {
                        "cpe": "cpe:2.3:a:oracle:communications_order_and_service_management:7.4.1:*:*:*:*:*:*:*"
                      }
                    }
                  }
                ],
                "category": "product_name",
                "name": "Oracle Communications Order and Service Management"
              },
              {
                "branches": [
                  {
                    "category": "product_version_range",
                    "name": "vers:oracle/15.0.0.0.0",
                    "product": {
                      "name": "vers:oracle/15.0.0.0.0",
                      "product_id": "CSAFPID-2699056",
                      "product_identification_helper": {
                        "cpe": "cpe:2.3:a:oracle:communications_pricing_design_center:15.0.0.0.0:*:*:*:*:*:*:*"
                      }
                    }
                  },
                  {
                    "category": "product_version_range",
                    "name": "vers:oracle/15.0.1.0.0",
                    "product": {
                      "name": "vers:oracle/15.0.1.0.0",
                      "product_id": "CSAFPID-2699063",
                      "product_identification_helper": {
                        "cpe": "cpe:2.3:a:oracle:communications_pricing_design_center:15.0.1.0.0:*:*:*:*:*:*:*"
                      }
                    }
                  },
                  {
                    "category": "product_version_range",
                    "name": "vers:oracle/\u003e=12.0.0.4.0|\u003c=12.0.0.8.0",
                    "product": {
                      "name": "vers:oracle/\u003e=12.0.0.4.0|\u003c=12.0.0.8.0",
                      "product_id": "CSAFPID-2699060",
                      "product_identification_helper": {
                        "cpe": "cpe:2.3:a:oracle:communications_pricing_design_center:12.0.0.4.0-12.0.0.8.0:*:*:*:*:*:*:*"
                      }
                    }
                  }
                ],
                "category": "product_name",
                "name": "Oracle Communications Pricing Design Center"
              },
              {
                "branches": [
                  {
                    "category": "product_version_range",
                    "name": "vers:oracle/8.0.0.3",
                    "product": {
                      "name": "vers:oracle/8.0.0.3",
                      "product_id": "CSAFPID-1839921",
                      "product_identification_helper": {
                        "cpe": "cpe:2.3:a:oracle:communications_service_catalog_and_design:8.0.0.3:*:*:*:*:*:*:*"
                      }
                    }
                  },
                  {
                    "category": "product_version_range",
                    "name": "vers:oracle/8.0.0.4.0",
                    "product": {
                      "name": "vers:oracle/8.0.0.4.0",
                      "product_id": "CSAFPID-2698975",
                      "product_identification_helper": {
                        "cpe": "cpe:2.3:a:oracle:communications_service_catalog_and_design:8.0.0.4.0:*:*:*:*:*:*:*"
                      }
                    }
                  },
                  {
                    "category": "product_version_range",
                    "name": "vers:oracle/8.1.0.1",
                    "product": {
                      "name": "vers:oracle/8.1.0.1",
                      "product_id": "CSAFPID-1839922",
                      "product_identification_helper": {
                        "cpe": "cpe:2.3:a:oracle:communications_service_catalog_and_design:8.1.0.1:*:*:*:*:*:*:*"
                      }
                    }
                  },
                  {
                    "category": "product_version_range",
                    "name": "vers:oracle/8.1.0.2.0",
                    "product": {
                      "name": "vers:oracle/8.1.0.2.0",
                      "product_id": "CSAFPID-2698974",
                      "product_identification_helper": {
                        "cpe": "cpe:2.3:a:oracle:communications_service_catalog_and_design:8.1.0.2.0:*:*:*:*:*:*:*"
                      }
                    }
                  }
                ],
                "category": "product_name",
                "name": "Oracle Communications Service Catalog and Design"
              },
              {
                "branches": [
                  {
                    "category": "product_version_range",
                    "name": "vers:oracle/7.4.1",
                    "product": {
                      "name": "vers:oracle/7.4.1",
                      "product_id": "CSAFPID-1839978",
                      "product_identification_helper": {
                        "cpe": "cpe:2.3:a:oracle:communications_unified_inventory_management:7.4.1:*:*:*:*:*:*:*"
                      }
                    }
                  },
                  {
                    "category": "product_version_range",
                    "name": "vers:oracle/7.4.2",
                    "product": {
                      "name": "vers:oracle/7.4.2",
                      "product_id": "CSAFPID-1839979",
                      "product_identification_helper": {
                        "cpe": "cpe:2.3:a:oracle:communications_unified_inventory_management:7.4.2:*:*:*:*:*:*:*"
                      }
                    }
                  },
                  {
                    "category": "product_version_range",
                    "name": "vers:oracle/7.5.0",
                    "product": {
                      "name": "vers:oracle/7.5.0",
                      "product_id": "CSAFPID-2699035",
                      "product_identification_helper": {
                        "cpe": "cpe:2.3:a:oracle:communications_unified_inventory_management:7.5.0:*:*:*:*:*:*:*"
                      }
                    }
                  },
                  {
                    "category": "product_version_range",
                    "name": "vers:oracle/7.5.1",
                    "product": {
                      "name": "vers:oracle/7.5.1",
                      "product_id": "CSAFPID-1839983",
                      "product_identification_helper": {
                        "cpe": "cpe:2.3:a:oracle:communications_unified_inventory_management:7.5.1:*:*:*:*:*:*:*"
                      }
                    }
                  },
                  {
                    "category": "product_version_range",
                    "name": "vers:oracle/7.6.0",
                    "product": {
                      "name": "vers:oracle/7.6.0",
                      "product_id": "CSAFPID-1840005",
                      "product_identification_helper": {
                        "cpe": "cpe:2.3:a:oracle:communications_unified_inventory_management:7.6.0:*:*:*:*:*:*:*"
                      }
                    }
                  },
                  {
                    "category": "product_version_range",
                    "name": "vers:oracle/7.7.0",
                    "product": {
                      "name": "vers:oracle/7.7.0",
                      "product_id": "CSAFPID-2699034",
                      "product_identification_helper": {
                        "cpe": "cpe:2.3:a:oracle:communications_unified_inventory_management:7.7.0:*:*:*:*:*:*:*"
                      }
                    }
                  },
                  {
                    "category": "product_version_range",
                    "name": "vers:oracle/\u003e=7.4.0|\u003c=7.4.2",
                    "product": {
                      "name": "vers:oracle/\u003e=7.4.0|\u003c=7.4.2",
                      "product_id": "CSAFPID-2699036",
                      "product_identification_helper": {
                        "cpe": "cpe:2.3:a:oracle:communications_unified_inventory_management:7.4.0-7.4.2:*:*:*:*:*:*:*"
                      }
                    }
                  },
                  {
                    "category": "product_version_range",
                    "name": "vers:oracle/\u003e=7.5.0|\u003c=7.5.1",
                    "product": {
                      "name": "vers:oracle/\u003e=7.5.0|\u003c=7.5.1",
                      "product_id": "CSAFPID-2699096",
                      "product_identification_helper": {
                        "cpe": "cpe:2.3:a:oracle:communications_unified_inventory_management:7.5.0-7.5.1:*:*:*:*:*:*:*"
                      }
                    }
                  }
                ],
                "category": "product_name",
                "name": "Oracle Communications Unified Inventory Management"
              }
            ],
            "category": "product_family",
            "name": "Oracle Communications Applications"
          },
          {
            "branches": [
              {
                "category": "product_version_range",
                "name": "vers:oracle/23.4.0",
                "product": {
                  "name": "vers:oracle/23.4.0",
                  "product_id": "CSAFPID-1145246",
                  "product_identification_helper": {
                    "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_function_cloud_native_environment:23.4.0:*:*:*:*:*:*:*"
                  }
                }
              },
              {
                "category": "product_version_range",
                "name": "vers:oracle/24.1.0",
                "product": {
                  "name": "vers:oracle/24.1.0",
                  "product_id": "CSAFPID-1145247",
                  "product_identification_helper": {
                    "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_function_cloud_native_environment:24.1.0:*:*:*:*:*:*:*"
                  }
                }
              }
            ],
            "category": "product_name",
            "name": "Oracle Communications Cloud Native Core Network Function Cloud Native Environment"
          }
        ],
        "category": "vendor",
        "name": "Oracle"
      },
      {
        "branches": [
          {
            "branches": [
              {
                "category": "product_version_range",
                "name": "vers:semver/7.4.0",
                "product": {
                  "name": "vers:semver/7.4.0",
                  "product_id": "CSAFPID-2698653"
                }
              },
              {
                "category": "product_version_range",
                "name": "vers:semver/7.4.1",
                "product": {
                  "name": "vers:semver/7.4.1",
                  "product_id": "CSAFPID-2698654"
                }
              },
              {
                "category": "product_version_range",
                "name": "vers:semver/7.5.0",
                "product": {
                  "name": "vers:semver/7.5.0",
                  "product_id": "CSAFPID-2698655"
                }
              }
            ],
            "category": "product_name",
            "name": "Oracle Communications Order and Service Management"
          }
        ],
        "category": "vendor",
        "name": "Oracle Corporation"
      }
    ]
  },
  "vulnerabilities": [
    {
      "cve": "CVE-2023-5388",
      "cwe": {
        "id": "CWE-208",
        "name": "Observable Timing Discrepancy"
      },
      "notes": [
        {
          "category": "other",
          "text": "Observable Timing Discrepancy",
          "title": "CWE-208"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-1838578",
          "CSAFPID-1839911",
          "CSAFPID-1839908",
          "CSAFPID-1145869",
          "CSAFPID-1145271",
          "CSAFPID-1173947",
          "CSAFPID-2698963",
          "CSAFPID-2698973",
          "CSAFPID-2699085",
          "CSAFPID-1839941",
          "CSAFPID-1838591",
          "CSAFPID-1145868",
          "CSAFPID-1145270",
          "CSAFPID-1173946",
          "CSAFPID-1839907",
          "CSAFPID-2698965",
          "CSAFPID-2698944",
          "CSAFPID-1173942",
          "CSAFPID-1173945",
          "CSAFPID-1839952",
          "CSAFPID-2699038",
          "CSAFPID-1838592",
          "CSAFPID-1173940",
          "CSAFPID-1173941",
          "CSAFPID-1839951",
          "CSAFPID-2699059",
          "CSAFPID-1173965",
          "CSAFPID-1173967",
          "CSAFPID-1839919",
          "CSAFPID-2698957",
          "CSAFPID-1838572",
          "CSAFPID-1838581",
          "CSAFPID-1838584",
          "CSAFPID-1839924",
          "CSAFPID-1173943",
          "CSAFPID-1173944",
          "CSAFPID-1839910",
          "CSAFPID-1839909",
          "CSAFPID-1839894",
          "CSAFPID-2698958",
          "CSAFPID-2699094",
          "CSAFPID-1145265",
          "CSAFPID-1145273",
          "CSAFPID-1174046",
          "CSAFPID-1839934",
          "CSAFPID-2699086",
          "CSAFPID-1839935",
          "CSAFPID-2699073",
          "CSAFPID-2698993",
          "CSAFPID-1839893",
          "CSAFPID-1839895",
          "CSAFPID-1839890",
          "CSAFPID-1839891",
          "CSAFPID-2699072",
          "CSAFPID-1839961",
          "CSAFPID-2699023",
          "CSAFPID-2699025",
          "CSAFPID-2699024",
          "CSAFPID-2698999",
          "CSAFPID-2699077",
          "CSAFPID-2699075",
          "CSAFPID-2699076",
          "CSAFPID-2698355",
          "CSAFPID-2699027",
          "CSAFPID-1839852",
          "CSAFPID-1840033",
          "CSAFPID-2698955",
          "CSAFPID-2699001",
          "CSAFPID-2699084",
          "CSAFPID-2699079",
          "CSAFPID-2699058",
          "CSAFPID-1839957",
          "CSAFPID-2699000",
          "CSAFPID-1839953",
          "CSAFPID-2698964",
          "CSAFPID-2698991",
          "CSAFPID-2699127",
          "CSAFPID-2699126",
          "CSAFPID-2699128",
          "CSAFPID-1839980",
          "CSAFPID-1840004",
          "CSAFPID-1839981",
          "CSAFPID-2698653",
          "CSAFPID-2698654",
          "CSAFPID-2698655",
          "CSAFPID-2699056",
          "CSAFPID-2699063",
          "CSAFPID-2699060",
          "CSAFPID-1839921",
          "CSAFPID-2698975",
          "CSAFPID-1839922",
          "CSAFPID-2698974",
          "CSAFPID-1839978",
          "CSAFPID-1839979",
          "CSAFPID-2699035",
          "CSAFPID-1839983",
          "CSAFPID-1840005",
          "CSAFPID-2699034",
          "CSAFPID-2699036",
          "CSAFPID-2699096",
          "CSAFPID-2698996",
          "CSAFPID-2698333",
          "CSAFPID-2698334",
          "CSAFPID-2699007",
          "CSAFPID-2698374",
          "CSAFPID-1145246",
          "CSAFPID-1145247",
          "CSAFPID-1839868",
          "CSAFPID-2699029",
          "CSAFPID-1839869",
          "CSAFPID-1234193",
          "CSAFPID-1234261",
          "CSAFPID-2698362",
          "CSAFPID-2698358",
          "CSAFPID-2698372",
          "CSAFPID-2699013",
          "CSAFPID-2699012",
          "CSAFPID-2699016",
          "CSAFPID-2699015",
          "CSAFPID-2699098",
          "CSAFPID-1837923",
          "CSAFPID-1839960",
          "CSAFPID-2698373",
          "CSAFPID-2699093",
          "CSAFPID-2699092",
          "CSAFPID-2699091",
          "CSAFPID-2699090",
          "CSAFPID-2699124",
          "CSAFPID-2698959",
          "CSAFPID-2698357",
          "CSAFPID-1838579",
          "CSAFPID-1838582",
          "CSAFPID-2699181",
          "CSAFPID-1839930",
          "CSAFPID-1839933",
          "CSAFPID-1839931",
          "CSAFPID-1839963",
          "CSAFPID-1839932",
          "CSAFPID-2698956",
          "CSAFPID-2699180",
          "CSAFPID-2698381",
          "CSAFPID-1207518",
          "CSAFPID-1207704",
          "CSAFPID-2699083",
          "CSAFPID-1839887",
          "CSAFPID-1839889",
          "CSAFPID-1207607",
          "CSAFPID-1207752",
          "CSAFPID-1839888",
          "CSAFPID-1839886",
          "CSAFPID-1839925",
          "CSAFPID-1840027",
          "CSAFPID-2699041",
          "CSAFPID-2698961",
          "CSAFPID-1838586"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2023-5388",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-5388.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 6.5,
            "baseSeverity": "MEDIUM",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-1838578",
            "CSAFPID-1839911",
            "CSAFPID-1839908",
            "CSAFPID-1145869",
            "CSAFPID-1145271",
            "CSAFPID-1173947",
            "CSAFPID-2698963",
            "CSAFPID-2698973",
            "CSAFPID-2699085",
            "CSAFPID-1839941",
            "CSAFPID-1838591",
            "CSAFPID-1145868",
            "CSAFPID-1145270",
            "CSAFPID-1173946",
            "CSAFPID-1839907",
            "CSAFPID-2698965",
            "CSAFPID-2698944",
            "CSAFPID-1173942",
            "CSAFPID-1173945",
            "CSAFPID-1839952",
            "CSAFPID-2699038",
            "CSAFPID-1838592",
            "CSAFPID-1173940",
            "CSAFPID-1173941",
            "CSAFPID-1839951",
            "CSAFPID-2699059",
            "CSAFPID-1173965",
            "CSAFPID-1173967",
            "CSAFPID-1839919",
            "CSAFPID-2698957",
            "CSAFPID-1838572",
            "CSAFPID-1838581",
            "CSAFPID-1838584",
            "CSAFPID-1839924",
            "CSAFPID-1173943",
            "CSAFPID-1173944",
            "CSAFPID-1839910",
            "CSAFPID-1839909",
            "CSAFPID-1839894",
            "CSAFPID-2698958",
            "CSAFPID-2699094",
            "CSAFPID-1145265",
            "CSAFPID-1145273",
            "CSAFPID-1174046",
            "CSAFPID-1839934",
            "CSAFPID-2699086",
            "CSAFPID-1839935",
            "CSAFPID-2699073",
            "CSAFPID-2698993",
            "CSAFPID-1839893",
            "CSAFPID-1839895",
            "CSAFPID-1839890",
            "CSAFPID-1839891",
            "CSAFPID-2699072",
            "CSAFPID-1839961",
            "CSAFPID-2699023",
            "CSAFPID-2699025",
            "CSAFPID-2699024",
            "CSAFPID-2698999",
            "CSAFPID-2699077",
            "CSAFPID-2699075",
            "CSAFPID-2699076",
            "CSAFPID-2698355",
            "CSAFPID-2699027",
            "CSAFPID-1839852",
            "CSAFPID-1840033",
            "CSAFPID-2698955",
            "CSAFPID-2699001",
            "CSAFPID-2699084",
            "CSAFPID-2699079",
            "CSAFPID-2699058",
            "CSAFPID-1839957",
            "CSAFPID-2699000",
            "CSAFPID-1839953",
            "CSAFPID-2698964",
            "CSAFPID-2698991",
            "CSAFPID-2699127",
            "CSAFPID-2699126",
            "CSAFPID-2699128",
            "CSAFPID-1839980",
            "CSAFPID-1840004",
            "CSAFPID-1839981",
            "CSAFPID-2698653",
            "CSAFPID-2698654",
            "CSAFPID-2698655",
            "CSAFPID-2699056",
            "CSAFPID-2699063",
            "CSAFPID-2699060",
            "CSAFPID-1839921",
            "CSAFPID-2698975",
            "CSAFPID-1839922",
            "CSAFPID-2698974",
            "CSAFPID-1839978",
            "CSAFPID-1839979",
            "CSAFPID-2699035",
            "CSAFPID-1839983",
            "CSAFPID-1840005",
            "CSAFPID-2699034",
            "CSAFPID-2699036",
            "CSAFPID-2699096",
            "CSAFPID-2698996",
            "CSAFPID-2698333",
            "CSAFPID-2698334",
            "CSAFPID-2699007",
            "CSAFPID-2698374",
            "CSAFPID-1145246",
            "CSAFPID-1145247",
            "CSAFPID-1839868",
            "CSAFPID-2699029",
            "CSAFPID-1839869",
            "CSAFPID-1234193",
            "CSAFPID-1234261",
            "CSAFPID-2698362",
            "CSAFPID-2698358",
            "CSAFPID-2698372",
            "CSAFPID-2699013",
            "CSAFPID-2699012",
            "CSAFPID-2699016",
            "CSAFPID-2699015",
            "CSAFPID-2699098",
            "CSAFPID-1837923",
            "CSAFPID-1839960",
            "CSAFPID-2698373",
            "CSAFPID-2699093",
            "CSAFPID-2699092",
            "CSAFPID-2699091",
            "CSAFPID-2699090",
            "CSAFPID-2699124",
            "CSAFPID-2698959",
            "CSAFPID-2698357",
            "CSAFPID-1838579",
            "CSAFPID-1838582",
            "CSAFPID-2699181",
            "CSAFPID-1839930",
            "CSAFPID-1839933",
            "CSAFPID-1839931",
            "CSAFPID-1839963",
            "CSAFPID-1839932",
            "CSAFPID-2698956",
            "CSAFPID-2699180",
            "CSAFPID-2698381",
            "CSAFPID-1207518",
            "CSAFPID-1207704",
            "CSAFPID-2699083",
            "CSAFPID-1839887",
            "CSAFPID-1839889",
            "CSAFPID-1207607",
            "CSAFPID-1207752",
            "CSAFPID-1839888",
            "CSAFPID-1839886",
            "CSAFPID-1839925",
            "CSAFPID-1840027",
            "CSAFPID-2699041",
            "CSAFPID-2698961",
            "CSAFPID-1838586"
          ]
        }
      ],
      "title": "CVE-2023-5388"
    },
    {
      "cve": "CVE-2023-5685",
      "cwe": {
        "id": "CWE-400",
        "name": "Uncontrolled Resource Consumption"
      },
      "notes": [
        {
          "category": "other",
          "text": "Uncontrolled Resource Consumption",
          "title": "CWE-400"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-1838578",
          "CSAFPID-1839911",
          "CSAFPID-1839908",
          "CSAFPID-1145869",
          "CSAFPID-1145271",
          "CSAFPID-1173947",
          "CSAFPID-2698963",
          "CSAFPID-2698973",
          "CSAFPID-2699085",
          "CSAFPID-1839941",
          "CSAFPID-1838591",
          "CSAFPID-1145868",
          "CSAFPID-1145270",
          "CSAFPID-1173946",
          "CSAFPID-1839907",
          "CSAFPID-2698965",
          "CSAFPID-2698944",
          "CSAFPID-1173942",
          "CSAFPID-1173945",
          "CSAFPID-1839952",
          "CSAFPID-2699038",
          "CSAFPID-1838592",
          "CSAFPID-1173940",
          "CSAFPID-1173941",
          "CSAFPID-1839951",
          "CSAFPID-2699059",
          "CSAFPID-1173965",
          "CSAFPID-1173967",
          "CSAFPID-1839919",
          "CSAFPID-2698957",
          "CSAFPID-1838572",
          "CSAFPID-1838581",
          "CSAFPID-1838584",
          "CSAFPID-1839924",
          "CSAFPID-1173943",
          "CSAFPID-1173944",
          "CSAFPID-1839910",
          "CSAFPID-1839909",
          "CSAFPID-1839894",
          "CSAFPID-2698958",
          "CSAFPID-2699094",
          "CSAFPID-1145265",
          "CSAFPID-1145273",
          "CSAFPID-1174046",
          "CSAFPID-1839934",
          "CSAFPID-2699086",
          "CSAFPID-1839935",
          "CSAFPID-2699073",
          "CSAFPID-2698993",
          "CSAFPID-1839893",
          "CSAFPID-1839895",
          "CSAFPID-1839890",
          "CSAFPID-1839891",
          "CSAFPID-2699072",
          "CSAFPID-1839961",
          "CSAFPID-2699023",
          "CSAFPID-2699025",
          "CSAFPID-2699024",
          "CSAFPID-2698999",
          "CSAFPID-2699077",
          "CSAFPID-2699075",
          "CSAFPID-2699076",
          "CSAFPID-2698355",
          "CSAFPID-2699027",
          "CSAFPID-1839852",
          "CSAFPID-1840033",
          "CSAFPID-2698955",
          "CSAFPID-2699001",
          "CSAFPID-2699084",
          "CSAFPID-2699079",
          "CSAFPID-2699058",
          "CSAFPID-1839957",
          "CSAFPID-2699000",
          "CSAFPID-1839953",
          "CSAFPID-2698964",
          "CSAFPID-2698991",
          "CSAFPID-2699127",
          "CSAFPID-2699126",
          "CSAFPID-2699128",
          "CSAFPID-1839980",
          "CSAFPID-1840004",
          "CSAFPID-1839981",
          "CSAFPID-2698653",
          "CSAFPID-2698654",
          "CSAFPID-2698655",
          "CSAFPID-2699056",
          "CSAFPID-2699063",
          "CSAFPID-2699060",
          "CSAFPID-1839921",
          "CSAFPID-2698975",
          "CSAFPID-1839922",
          "CSAFPID-2698974",
          "CSAFPID-1839978",
          "CSAFPID-1839979",
          "CSAFPID-2699035",
          "CSAFPID-1839983",
          "CSAFPID-1840005",
          "CSAFPID-2699034",
          "CSAFPID-2699036",
          "CSAFPID-2699096",
          "CSAFPID-2698996",
          "CSAFPID-2698333",
          "CSAFPID-2698334",
          "CSAFPID-2699007",
          "CSAFPID-2698374",
          "CSAFPID-1145246",
          "CSAFPID-1145247",
          "CSAFPID-1839868",
          "CSAFPID-2699029",
          "CSAFPID-1839869",
          "CSAFPID-1234193",
          "CSAFPID-1234261",
          "CSAFPID-2698362",
          "CSAFPID-2698358",
          "CSAFPID-2698372",
          "CSAFPID-2699013",
          "CSAFPID-2699012",
          "CSAFPID-2699016",
          "CSAFPID-2699015",
          "CSAFPID-2699098",
          "CSAFPID-1837923",
          "CSAFPID-1839960",
          "CSAFPID-2698373",
          "CSAFPID-2699093",
          "CSAFPID-2699092",
          "CSAFPID-2699091",
          "CSAFPID-2699090",
          "CSAFPID-2699124",
          "CSAFPID-2698959",
          "CSAFPID-2698357",
          "CSAFPID-1838579",
          "CSAFPID-1838582",
          "CSAFPID-2699181",
          "CSAFPID-1839930",
          "CSAFPID-1839933",
          "CSAFPID-1839931",
          "CSAFPID-1839963",
          "CSAFPID-1839932",
          "CSAFPID-2698956",
          "CSAFPID-2699180",
          "CSAFPID-2698381",
          "CSAFPID-1207518",
          "CSAFPID-1207704",
          "CSAFPID-2699083",
          "CSAFPID-1839887",
          "CSAFPID-1839889",
          "CSAFPID-1207607",
          "CSAFPID-1207752",
          "CSAFPID-1839888",
          "CSAFPID-1839886",
          "CSAFPID-1839925",
          "CSAFPID-1840027",
          "CSAFPID-2699041",
          "CSAFPID-2698961",
          "CSAFPID-1838586"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2023-5685",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-5685.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 7.5,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-1838578",
            "CSAFPID-1839911",
            "CSAFPID-1839908",
            "CSAFPID-1145869",
            "CSAFPID-1145271",
            "CSAFPID-1173947",
            "CSAFPID-2698963",
            "CSAFPID-2698973",
            "CSAFPID-2699085",
            "CSAFPID-1839941",
            "CSAFPID-1838591",
            "CSAFPID-1145868",
            "CSAFPID-1145270",
            "CSAFPID-1173946",
            "CSAFPID-1839907",
            "CSAFPID-2698965",
            "CSAFPID-2698944",
            "CSAFPID-1173942",
            "CSAFPID-1173945",
            "CSAFPID-1839952",
            "CSAFPID-2699038",
            "CSAFPID-1838592",
            "CSAFPID-1173940",
            "CSAFPID-1173941",
            "CSAFPID-1839951",
            "CSAFPID-2699059",
            "CSAFPID-1173965",
            "CSAFPID-1173967",
            "CSAFPID-1839919",
            "CSAFPID-2698957",
            "CSAFPID-1838572",
            "CSAFPID-1838581",
            "CSAFPID-1838584",
            "CSAFPID-1839924",
            "CSAFPID-1173943",
            "CSAFPID-1173944",
            "CSAFPID-1839910",
            "CSAFPID-1839909",
            "CSAFPID-1839894",
            "CSAFPID-2698958",
            "CSAFPID-2699094",
            "CSAFPID-1145265",
            "CSAFPID-1145273",
            "CSAFPID-1174046",
            "CSAFPID-1839934",
            "CSAFPID-2699086",
            "CSAFPID-1839935",
            "CSAFPID-2699073",
            "CSAFPID-2698993",
            "CSAFPID-1839893",
            "CSAFPID-1839895",
            "CSAFPID-1839890",
            "CSAFPID-1839891",
            "CSAFPID-2699072",
            "CSAFPID-1839961",
            "CSAFPID-2699023",
            "CSAFPID-2699025",
            "CSAFPID-2699024",
            "CSAFPID-2698999",
            "CSAFPID-2699077",
            "CSAFPID-2699075",
            "CSAFPID-2699076",
            "CSAFPID-2698355",
            "CSAFPID-2699027",
            "CSAFPID-1839852",
            "CSAFPID-1840033",
            "CSAFPID-2698955",
            "CSAFPID-2699001",
            "CSAFPID-2699084",
            "CSAFPID-2699079",
            "CSAFPID-2699058",
            "CSAFPID-1839957",
            "CSAFPID-2699000",
            "CSAFPID-1839953",
            "CSAFPID-2698964",
            "CSAFPID-2698991",
            "CSAFPID-2699127",
            "CSAFPID-2699126",
            "CSAFPID-2699128",
            "CSAFPID-1839980",
            "CSAFPID-1840004",
            "CSAFPID-1839981",
            "CSAFPID-2698653",
            "CSAFPID-2698654",
            "CSAFPID-2698655",
            "CSAFPID-2699056",
            "CSAFPID-2699063",
            "CSAFPID-2699060",
            "CSAFPID-1839921",
            "CSAFPID-2698975",
            "CSAFPID-1839922",
            "CSAFPID-2698974",
            "CSAFPID-1839978",
            "CSAFPID-1839979",
            "CSAFPID-2699035",
            "CSAFPID-1839983",
            "CSAFPID-1840005",
            "CSAFPID-2699034",
            "CSAFPID-2699036",
            "CSAFPID-2699096",
            "CSAFPID-2698996",
            "CSAFPID-2698333",
            "CSAFPID-2698334",
            "CSAFPID-2699007",
            "CSAFPID-2698374",
            "CSAFPID-1145246",
            "CSAFPID-1145247",
            "CSAFPID-1839868",
            "CSAFPID-2699029",
            "CSAFPID-1839869",
            "CSAFPID-1234193",
            "CSAFPID-1234261",
            "CSAFPID-2698362",
            "CSAFPID-2698358",
            "CSAFPID-2698372",
            "CSAFPID-2699013",
            "CSAFPID-2699012",
            "CSAFPID-2699016",
            "CSAFPID-2699015",
            "CSAFPID-2699098",
            "CSAFPID-1837923",
            "CSAFPID-1839960",
            "CSAFPID-2698373",
            "CSAFPID-2699093",
            "CSAFPID-2699092",
            "CSAFPID-2699091",
            "CSAFPID-2699090",
            "CSAFPID-2699124",
            "CSAFPID-2698959",
            "CSAFPID-2698357",
            "CSAFPID-1838579",
            "CSAFPID-1838582",
            "CSAFPID-2699181",
            "CSAFPID-1839930",
            "CSAFPID-1839933",
            "CSAFPID-1839931",
            "CSAFPID-1839963",
            "CSAFPID-1839932",
            "CSAFPID-2698956",
            "CSAFPID-2699180",
            "CSAFPID-2698381",
            "CSAFPID-1207518",
            "CSAFPID-1207704",
            "CSAFPID-2699083",
            "CSAFPID-1839887",
            "CSAFPID-1839889",
            "CSAFPID-1207607",
            "CSAFPID-1207752",
            "CSAFPID-1839888",
            "CSAFPID-1839886",
            "CSAFPID-1839925",
            "CSAFPID-1840027",
            "CSAFPID-2699041",
            "CSAFPID-2698961",
            "CSAFPID-1838586"
          ]
        }
      ],
      "title": "CVE-2023-5685"
    },
    {
      "cve": "CVE-2023-49582",
      "cwe": {
        "id": "CWE-732",
        "name": "Incorrect Permission Assignment for Critical Resource"
      },
      "notes": [
        {
          "category": "other",
          "text": "Incorrect Permission Assignment for Critical Resource",
          "title": "CWE-732"
        },
        {
          "category": "other",
          "text": "Improper Restriction of Operations within the Bounds of a Memory Buffer",
          "title": "CWE-119"
        },
        {
          "category": "general",
          "text": "CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N",
          "title": "CVSSV4"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-1838578",
          "CSAFPID-1839911",
          "CSAFPID-1839908",
          "CSAFPID-1145869",
          "CSAFPID-1145271",
          "CSAFPID-1173947",
          "CSAFPID-2698963",
          "CSAFPID-2698973",
          "CSAFPID-2699085",
          "CSAFPID-1839941",
          "CSAFPID-1838591",
          "CSAFPID-1145868",
          "CSAFPID-1145270",
          "CSAFPID-1173946",
          "CSAFPID-1839907",
          "CSAFPID-2698965",
          "CSAFPID-2698944",
          "CSAFPID-1173942",
          "CSAFPID-1173945",
          "CSAFPID-1839952",
          "CSAFPID-2699038",
          "CSAFPID-1838592",
          "CSAFPID-1173940",
          "CSAFPID-1173941",
          "CSAFPID-1839951",
          "CSAFPID-2699059",
          "CSAFPID-1173965",
          "CSAFPID-1173967",
          "CSAFPID-1839919",
          "CSAFPID-2698957",
          "CSAFPID-1838572",
          "CSAFPID-1838581",
          "CSAFPID-1838584",
          "CSAFPID-1839924",
          "CSAFPID-1173943",
          "CSAFPID-1173944",
          "CSAFPID-1839910",
          "CSAFPID-1839909",
          "CSAFPID-1839894",
          "CSAFPID-2698958",
          "CSAFPID-2699094",
          "CSAFPID-1145265",
          "CSAFPID-1145273",
          "CSAFPID-1174046",
          "CSAFPID-1839934",
          "CSAFPID-2699086",
          "CSAFPID-1839935",
          "CSAFPID-2699073",
          "CSAFPID-2698993",
          "CSAFPID-1839893",
          "CSAFPID-1839895",
          "CSAFPID-1839890",
          "CSAFPID-1839891",
          "CSAFPID-2699072",
          "CSAFPID-1839961",
          "CSAFPID-2699023",
          "CSAFPID-2699025",
          "CSAFPID-2699024",
          "CSAFPID-2698999",
          "CSAFPID-2699077",
          "CSAFPID-2699075",
          "CSAFPID-2699076",
          "CSAFPID-2698355",
          "CSAFPID-2699027",
          "CSAFPID-1839852",
          "CSAFPID-1840033",
          "CSAFPID-2698955",
          "CSAFPID-2699001",
          "CSAFPID-2699084",
          "CSAFPID-2699079",
          "CSAFPID-2699058",
          "CSAFPID-1839957",
          "CSAFPID-2699000",
          "CSAFPID-1839953",
          "CSAFPID-2698964",
          "CSAFPID-2698991",
          "CSAFPID-2699127",
          "CSAFPID-2699126",
          "CSAFPID-2699128",
          "CSAFPID-1839980",
          "CSAFPID-1840004",
          "CSAFPID-1839981",
          "CSAFPID-2698653",
          "CSAFPID-2698654",
          "CSAFPID-2698655",
          "CSAFPID-2699056",
          "CSAFPID-2699063",
          "CSAFPID-2699060",
          "CSAFPID-1839921",
          "CSAFPID-2698975",
          "CSAFPID-1839922",
          "CSAFPID-2698974",
          "CSAFPID-1839978",
          "CSAFPID-1839979",
          "CSAFPID-2699035",
          "CSAFPID-1839983",
          "CSAFPID-1840005",
          "CSAFPID-2699034",
          "CSAFPID-2699036",
          "CSAFPID-2699096",
          "CSAFPID-2698996",
          "CSAFPID-2698333",
          "CSAFPID-2698334",
          "CSAFPID-2699007",
          "CSAFPID-2698374",
          "CSAFPID-1145246",
          "CSAFPID-1145247",
          "CSAFPID-1839868",
          "CSAFPID-2699029",
          "CSAFPID-1839869",
          "CSAFPID-1234193",
          "CSAFPID-1234261",
          "CSAFPID-2698362",
          "CSAFPID-2698358",
          "CSAFPID-2698372",
          "CSAFPID-2699013",
          "CSAFPID-2699012",
          "CSAFPID-2699016",
          "CSAFPID-2699015",
          "CSAFPID-2699098",
          "CSAFPID-1837923",
          "CSAFPID-1839960",
          "CSAFPID-2698373",
          "CSAFPID-2699093",
          "CSAFPID-2699092",
          "CSAFPID-2699091",
          "CSAFPID-2699090",
          "CSAFPID-2699124",
          "CSAFPID-2698959",
          "CSAFPID-2698357",
          "CSAFPID-1838579",
          "CSAFPID-1838582",
          "CSAFPID-2699181",
          "CSAFPID-1839930",
          "CSAFPID-1839933",
          "CSAFPID-1839931",
          "CSAFPID-1839963",
          "CSAFPID-1839932",
          "CSAFPID-2698956",
          "CSAFPID-2699180",
          "CSAFPID-2698381",
          "CSAFPID-1207518",
          "CSAFPID-1207704",
          "CSAFPID-2699083",
          "CSAFPID-1839887",
          "CSAFPID-1839889",
          "CSAFPID-1207607",
          "CSAFPID-1207752",
          "CSAFPID-1839888",
          "CSAFPID-1839886",
          "CSAFPID-1839925",
          "CSAFPID-1840027",
          "CSAFPID-2699041",
          "CSAFPID-2698961",
          "CSAFPID-1838586"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2023-49582",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-49582.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 5.5,
            "baseSeverity": "MEDIUM",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-1838578",
            "CSAFPID-1839911",
            "CSAFPID-1839908",
            "CSAFPID-1145869",
            "CSAFPID-1145271",
            "CSAFPID-1173947",
            "CSAFPID-2698963",
            "CSAFPID-2698973",
            "CSAFPID-2699085",
            "CSAFPID-1839941",
            "CSAFPID-1838591",
            "CSAFPID-1145868",
            "CSAFPID-1145270",
            "CSAFPID-1173946",
            "CSAFPID-1839907",
            "CSAFPID-2698965",
            "CSAFPID-2698944",
            "CSAFPID-1173942",
            "CSAFPID-1173945",
            "CSAFPID-1839952",
            "CSAFPID-2699038",
            "CSAFPID-1838592",
            "CSAFPID-1173940",
            "CSAFPID-1173941",
            "CSAFPID-1839951",
            "CSAFPID-2699059",
            "CSAFPID-1173965",
            "CSAFPID-1173967",
            "CSAFPID-1839919",
            "CSAFPID-2698957",
            "CSAFPID-1838572",
            "CSAFPID-1838581",
            "CSAFPID-1838584",
            "CSAFPID-1839924",
            "CSAFPID-1173943",
            "CSAFPID-1173944",
            "CSAFPID-1839910",
            "CSAFPID-1839909",
            "CSAFPID-1839894",
            "CSAFPID-2698958",
            "CSAFPID-2699094",
            "CSAFPID-1145265",
            "CSAFPID-1145273",
            "CSAFPID-1174046",
            "CSAFPID-1839934",
            "CSAFPID-2699086",
            "CSAFPID-1839935",
            "CSAFPID-2699073",
            "CSAFPID-2698993",
            "CSAFPID-1839893",
            "CSAFPID-1839895",
            "CSAFPID-1839890",
            "CSAFPID-1839891",
            "CSAFPID-2699072",
            "CSAFPID-1839961",
            "CSAFPID-2699023",
            "CSAFPID-2699025",
            "CSAFPID-2699024",
            "CSAFPID-2698999",
            "CSAFPID-2699077",
            "CSAFPID-2699075",
            "CSAFPID-2699076",
            "CSAFPID-2698355",
            "CSAFPID-2699027",
            "CSAFPID-1839852",
            "CSAFPID-1840033",
            "CSAFPID-2698955",
            "CSAFPID-2699001",
            "CSAFPID-2699084",
            "CSAFPID-2699079",
            "CSAFPID-2699058",
            "CSAFPID-1839957",
            "CSAFPID-2699000",
            "CSAFPID-1839953",
            "CSAFPID-2698964",
            "CSAFPID-2698991",
            "CSAFPID-2699127",
            "CSAFPID-2699126",
            "CSAFPID-2699128",
            "CSAFPID-1839980",
            "CSAFPID-1840004",
            "CSAFPID-1839981",
            "CSAFPID-2698653",
            "CSAFPID-2698654",
            "CSAFPID-2698655",
            "CSAFPID-2699056",
            "CSAFPID-2699063",
            "CSAFPID-2699060",
            "CSAFPID-1839921",
            "CSAFPID-2698975",
            "CSAFPID-1839922",
            "CSAFPID-2698974",
            "CSAFPID-1839978",
            "CSAFPID-1839979",
            "CSAFPID-2699035",
            "CSAFPID-1839983",
            "CSAFPID-1840005",
            "CSAFPID-2699034",
            "CSAFPID-2699036",
            "CSAFPID-2699096",
            "CSAFPID-2698996",
            "CSAFPID-2698333",
            "CSAFPID-2698334",
            "CSAFPID-2699007",
            "CSAFPID-2698374",
            "CSAFPID-1145246",
            "CSAFPID-1145247",
            "CSAFPID-1839868",
            "CSAFPID-2699029",
            "CSAFPID-1839869",
            "CSAFPID-1234193",
            "CSAFPID-1234261",
            "CSAFPID-2698362",
            "CSAFPID-2698358",
            "CSAFPID-2698372",
            "CSAFPID-2699013",
            "CSAFPID-2699012",
            "CSAFPID-2699016",
            "CSAFPID-2699015",
            "CSAFPID-2699098",
            "CSAFPID-1837923",
            "CSAFPID-1839960",
            "CSAFPID-2698373",
            "CSAFPID-2699093",
            "CSAFPID-2699092",
            "CSAFPID-2699091",
            "CSAFPID-2699090",
            "CSAFPID-2699124",
            "CSAFPID-2698959",
            "CSAFPID-2698357",
            "CSAFPID-1838579",
            "CSAFPID-1838582",
            "CSAFPID-2699181",
            "CSAFPID-1839930",
            "CSAFPID-1839933",
            "CSAFPID-1839931",
            "CSAFPID-1839963",
            "CSAFPID-1839932",
            "CSAFPID-2698956",
            "CSAFPID-2699180",
            "CSAFPID-2698381",
            "CSAFPID-1207518",
            "CSAFPID-1207704",
            "CSAFPID-2699083",
            "CSAFPID-1839887",
            "CSAFPID-1839889",
            "CSAFPID-1207607",
            "CSAFPID-1207752",
            "CSAFPID-1839888",
            "CSAFPID-1839886",
            "CSAFPID-1839925",
            "CSAFPID-1840027",
            "CSAFPID-2699041",
            "CSAFPID-2698961",
            "CSAFPID-1838586"
          ]
        }
      ],
      "title": "CVE-2023-49582"
    },
    {
      "cve": "CVE-2023-51074",
      "cwe": {
        "id": "CWE-121",
        "name": "Stack-based Buffer Overflow"
      },
      "notes": [
        {
          "category": "other",
          "text": "Stack-based Buffer Overflow",
          "title": "CWE-121"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-1838578",
          "CSAFPID-1839911",
          "CSAFPID-1839908",
          "CSAFPID-1145869",
          "CSAFPID-1145271",
          "CSAFPID-1173947",
          "CSAFPID-2698963",
          "CSAFPID-2698973",
          "CSAFPID-2699085",
          "CSAFPID-1839941",
          "CSAFPID-1838591",
          "CSAFPID-1145868",
          "CSAFPID-1145270",
          "CSAFPID-1173946",
          "CSAFPID-1839907",
          "CSAFPID-2698965",
          "CSAFPID-2698944",
          "CSAFPID-1173942",
          "CSAFPID-1173945",
          "CSAFPID-1839952",
          "CSAFPID-2699038",
          "CSAFPID-1838592",
          "CSAFPID-1173940",
          "CSAFPID-1173941",
          "CSAFPID-1839951",
          "CSAFPID-2699059",
          "CSAFPID-1173965",
          "CSAFPID-1173967",
          "CSAFPID-1839919",
          "CSAFPID-2698957",
          "CSAFPID-1838572",
          "CSAFPID-1838581",
          "CSAFPID-1838584",
          "CSAFPID-1839924",
          "CSAFPID-1173943",
          "CSAFPID-1173944",
          "CSAFPID-1839910",
          "CSAFPID-1839909",
          "CSAFPID-1839894",
          "CSAFPID-2698958",
          "CSAFPID-2699094",
          "CSAFPID-1145265",
          "CSAFPID-1145273",
          "CSAFPID-1174046",
          "CSAFPID-1839934",
          "CSAFPID-2699086",
          "CSAFPID-1839935",
          "CSAFPID-2699073",
          "CSAFPID-2698993",
          "CSAFPID-1839893",
          "CSAFPID-1839895",
          "CSAFPID-1839890",
          "CSAFPID-1839891",
          "CSAFPID-2699072",
          "CSAFPID-1839961",
          "CSAFPID-2699023",
          "CSAFPID-2699025",
          "CSAFPID-2699024",
          "CSAFPID-2698999",
          "CSAFPID-2699077",
          "CSAFPID-2699075",
          "CSAFPID-2699076",
          "CSAFPID-2698355",
          "CSAFPID-2699027",
          "CSAFPID-1839852",
          "CSAFPID-1840033",
          "CSAFPID-2698955",
          "CSAFPID-2699001",
          "CSAFPID-2699084",
          "CSAFPID-2699079",
          "CSAFPID-2699058",
          "CSAFPID-1839957",
          "CSAFPID-2699000",
          "CSAFPID-1839953",
          "CSAFPID-2698964",
          "CSAFPID-2698991",
          "CSAFPID-2699127",
          "CSAFPID-2699126",
          "CSAFPID-2699128",
          "CSAFPID-1839980",
          "CSAFPID-1840004",
          "CSAFPID-1839981",
          "CSAFPID-2698653",
          "CSAFPID-2698654",
          "CSAFPID-2698655",
          "CSAFPID-2699056",
          "CSAFPID-2699063",
          "CSAFPID-2699060",
          "CSAFPID-1839921",
          "CSAFPID-2698975",
          "CSAFPID-1839922",
          "CSAFPID-2698974",
          "CSAFPID-1839978",
          "CSAFPID-1839979",
          "CSAFPID-2699035",
          "CSAFPID-1839983",
          "CSAFPID-1840005",
          "CSAFPID-2699034",
          "CSAFPID-2699036",
          "CSAFPID-2699096",
          "CSAFPID-2698996",
          "CSAFPID-2698333",
          "CSAFPID-2698334",
          "CSAFPID-2699007",
          "CSAFPID-2698374",
          "CSAFPID-1145246",
          "CSAFPID-1145247",
          "CSAFPID-1839868",
          "CSAFPID-2699029",
          "CSAFPID-1839869",
          "CSAFPID-1234193",
          "CSAFPID-1234261",
          "CSAFPID-2698362",
          "CSAFPID-2698358",
          "CSAFPID-2698372",
          "CSAFPID-2699013",
          "CSAFPID-2699012",
          "CSAFPID-2699016",
          "CSAFPID-2699015",
          "CSAFPID-2699098",
          "CSAFPID-1837923",
          "CSAFPID-1839960",
          "CSAFPID-2698373",
          "CSAFPID-2699093",
          "CSAFPID-2699092",
          "CSAFPID-2699091",
          "CSAFPID-2699090",
          "CSAFPID-2699124",
          "CSAFPID-2698959",
          "CSAFPID-2698357",
          "CSAFPID-1838579",
          "CSAFPID-1838582",
          "CSAFPID-2699181",
          "CSAFPID-1839930",
          "CSAFPID-1839933",
          "CSAFPID-1839931",
          "CSAFPID-1839963",
          "CSAFPID-1839932",
          "CSAFPID-2698956",
          "CSAFPID-2699180",
          "CSAFPID-2698381",
          "CSAFPID-1207518",
          "CSAFPID-1207704",
          "CSAFPID-2699083",
          "CSAFPID-1839887",
          "CSAFPID-1839889",
          "CSAFPID-1207607",
          "CSAFPID-1207752",
          "CSAFPID-1839888",
          "CSAFPID-1839886",
          "CSAFPID-1839925",
          "CSAFPID-1840027",
          "CSAFPID-2699041",
          "CSAFPID-2698961",
          "CSAFPID-1838586"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2023-51074",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-51074.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 7.5,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-1838578",
            "CSAFPID-1839911",
            "CSAFPID-1839908",
            "CSAFPID-1145869",
            "CSAFPID-1145271",
            "CSAFPID-1173947",
            "CSAFPID-2698963",
            "CSAFPID-2698973",
            "CSAFPID-2699085",
            "CSAFPID-1839941",
            "CSAFPID-1838591",
            "CSAFPID-1145868",
            "CSAFPID-1145270",
            "CSAFPID-1173946",
            "CSAFPID-1839907",
            "CSAFPID-2698965",
            "CSAFPID-2698944",
            "CSAFPID-1173942",
            "CSAFPID-1173945",
            "CSAFPID-1839952",
            "CSAFPID-2699038",
            "CSAFPID-1838592",
            "CSAFPID-1173940",
            "CSAFPID-1173941",
            "CSAFPID-1839951",
            "CSAFPID-2699059",
            "CSAFPID-1173965",
            "CSAFPID-1173967",
            "CSAFPID-1839919",
            "CSAFPID-2698957",
            "CSAFPID-1838572",
            "CSAFPID-1838581",
            "CSAFPID-1838584",
            "CSAFPID-1839924",
            "CSAFPID-1173943",
            "CSAFPID-1173944",
            "CSAFPID-1839910",
            "CSAFPID-1839909",
            "CSAFPID-1839894",
            "CSAFPID-2698958",
            "CSAFPID-2699094",
            "CSAFPID-1145265",
            "CSAFPID-1145273",
            "CSAFPID-1174046",
            "CSAFPID-1839934",
            "CSAFPID-2699086",
            "CSAFPID-1839935",
            "CSAFPID-2699073",
            "CSAFPID-2698993",
            "CSAFPID-1839893",
            "CSAFPID-1839895",
            "CSAFPID-1839890",
            "CSAFPID-1839891",
            "CSAFPID-2699072",
            "CSAFPID-1839961",
            "CSAFPID-2699023",
            "CSAFPID-2699025",
            "CSAFPID-2699024",
            "CSAFPID-2698999",
            "CSAFPID-2699077",
            "CSAFPID-2699075",
            "CSAFPID-2699076",
            "CSAFPID-2698355",
            "CSAFPID-2699027",
            "CSAFPID-1839852",
            "CSAFPID-1840033",
            "CSAFPID-2698955",
            "CSAFPID-2699001",
            "CSAFPID-2699084",
            "CSAFPID-2699079",
            "CSAFPID-2699058",
            "CSAFPID-1839957",
            "CSAFPID-2699000",
            "CSAFPID-1839953",
            "CSAFPID-2698964",
            "CSAFPID-2698991",
            "CSAFPID-2699127",
            "CSAFPID-2699126",
            "CSAFPID-2699128",
            "CSAFPID-1839980",
            "CSAFPID-1840004",
            "CSAFPID-1839981",
            "CSAFPID-2698653",
            "CSAFPID-2698654",
            "CSAFPID-2698655",
            "CSAFPID-2699056",
            "CSAFPID-2699063",
            "CSAFPID-2699060",
            "CSAFPID-1839921",
            "CSAFPID-2698975",
            "CSAFPID-1839922",
            "CSAFPID-2698974",
            "CSAFPID-1839978",
            "CSAFPID-1839979",
            "CSAFPID-2699035",
            "CSAFPID-1839983",
            "CSAFPID-1840005",
            "CSAFPID-2699034",
            "CSAFPID-2699036",
            "CSAFPID-2699096",
            "CSAFPID-2698996",
            "CSAFPID-2698333",
            "CSAFPID-2698334",
            "CSAFPID-2699007",
            "CSAFPID-2698374",
            "CSAFPID-1145246",
            "CSAFPID-1145247",
            "CSAFPID-1839868",
            "CSAFPID-2699029",
            "CSAFPID-1839869",
            "CSAFPID-1234193",
            "CSAFPID-1234261",
            "CSAFPID-2698362",
            "CSAFPID-2698358",
            "CSAFPID-2698372",
            "CSAFPID-2699013",
            "CSAFPID-2699012",
            "CSAFPID-2699016",
            "CSAFPID-2699015",
            "CSAFPID-2699098",
            "CSAFPID-1837923",
            "CSAFPID-1839960",
            "CSAFPID-2698373",
            "CSAFPID-2699093",
            "CSAFPID-2699092",
            "CSAFPID-2699091",
            "CSAFPID-2699090",
            "CSAFPID-2699124",
            "CSAFPID-2698959",
            "CSAFPID-2698357",
            "CSAFPID-1838579",
            "CSAFPID-1838582",
            "CSAFPID-2699181",
            "CSAFPID-1839930",
            "CSAFPID-1839933",
            "CSAFPID-1839931",
            "CSAFPID-1839963",
            "CSAFPID-1839932",
            "CSAFPID-2698956",
            "CSAFPID-2699180",
            "CSAFPID-2698381",
            "CSAFPID-1207518",
            "CSAFPID-1207704",
            "CSAFPID-2699083",
            "CSAFPID-1839887",
            "CSAFPID-1839889",
            "CSAFPID-1207607",
            "CSAFPID-1207752",
            "CSAFPID-1839888",
            "CSAFPID-1839886",
            "CSAFPID-1839925",
            "CSAFPID-1840027",
            "CSAFPID-2699041",
            "CSAFPID-2698961",
            "CSAFPID-1838586"
          ]
        }
      ],
      "title": "CVE-2023-51074"
    },
    {
      "cve": "CVE-2024-1135",
      "cwe": {
        "id": "CWE-444",
        "name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)"
      },
      "notes": [
        {
          "category": "other",
          "text": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)",
          "title": "CWE-444"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-1838578",
          "CSAFPID-1839911",
          "CSAFPID-1839908",
          "CSAFPID-1145869",
          "CSAFPID-1145271",
          "CSAFPID-1173947",
          "CSAFPID-2698963",
          "CSAFPID-2698973",
          "CSAFPID-2699085",
          "CSAFPID-1839941",
          "CSAFPID-1838591",
          "CSAFPID-1145868",
          "CSAFPID-1145270",
          "CSAFPID-1173946",
          "CSAFPID-1839907",
          "CSAFPID-2698965",
          "CSAFPID-2698944",
          "CSAFPID-1173942",
          "CSAFPID-1173945",
          "CSAFPID-1839952",
          "CSAFPID-2699038",
          "CSAFPID-1838592",
          "CSAFPID-1173940",
          "CSAFPID-1173941",
          "CSAFPID-1839951",
          "CSAFPID-2699059",
          "CSAFPID-1173965",
          "CSAFPID-1173967",
          "CSAFPID-1839919",
          "CSAFPID-2698957",
          "CSAFPID-1838572",
          "CSAFPID-1838581",
          "CSAFPID-1838584",
          "CSAFPID-1839924",
          "CSAFPID-1173943",
          "CSAFPID-1173944",
          "CSAFPID-1839910",
          "CSAFPID-1839909",
          "CSAFPID-1839894",
          "CSAFPID-2698958",
          "CSAFPID-2699094",
          "CSAFPID-1145265",
          "CSAFPID-1145273",
          "CSAFPID-1174046",
          "CSAFPID-1839934",
          "CSAFPID-2699086",
          "CSAFPID-1839935",
          "CSAFPID-2699073",
          "CSAFPID-2698993",
          "CSAFPID-1839893",
          "CSAFPID-1839895",
          "CSAFPID-1839890",
          "CSAFPID-1839891",
          "CSAFPID-2699072",
          "CSAFPID-1839961",
          "CSAFPID-2699023",
          "CSAFPID-2699025",
          "CSAFPID-2699024",
          "CSAFPID-2698999",
          "CSAFPID-2699077",
          "CSAFPID-2699075",
          "CSAFPID-2699076",
          "CSAFPID-2698355",
          "CSAFPID-2699027",
          "CSAFPID-1839852",
          "CSAFPID-1840033",
          "CSAFPID-2698955",
          "CSAFPID-2699001",
          "CSAFPID-2699084",
          "CSAFPID-2699079",
          "CSAFPID-2699058",
          "CSAFPID-1839957",
          "CSAFPID-2699000",
          "CSAFPID-1839953",
          "CSAFPID-2698964",
          "CSAFPID-2698991",
          "CSAFPID-2699127",
          "CSAFPID-2699126",
          "CSAFPID-2699128",
          "CSAFPID-1839980",
          "CSAFPID-1840004",
          "CSAFPID-1839981",
          "CSAFPID-2698653",
          "CSAFPID-2698654",
          "CSAFPID-2698655",
          "CSAFPID-2699056",
          "CSAFPID-2699063",
          "CSAFPID-2699060",
          "CSAFPID-1839921",
          "CSAFPID-2698975",
          "CSAFPID-1839922",
          "CSAFPID-2698974",
          "CSAFPID-1839978",
          "CSAFPID-1839979",
          "CSAFPID-2699035",
          "CSAFPID-1839983",
          "CSAFPID-1840005",
          "CSAFPID-2699034",
          "CSAFPID-2699036",
          "CSAFPID-2699096",
          "CSAFPID-2698996",
          "CSAFPID-2698333",
          "CSAFPID-2698334",
          "CSAFPID-2699007",
          "CSAFPID-2698374",
          "CSAFPID-1145246",
          "CSAFPID-1145247",
          "CSAFPID-1839868",
          "CSAFPID-2699029",
          "CSAFPID-1839869",
          "CSAFPID-1234193",
          "CSAFPID-1234261",
          "CSAFPID-2698362",
          "CSAFPID-2698358",
          "CSAFPID-2698372",
          "CSAFPID-2699013",
          "CSAFPID-2699012",
          "CSAFPID-2699016",
          "CSAFPID-2699015",
          "CSAFPID-2699098",
          "CSAFPID-1837923",
          "CSAFPID-1839960",
          "CSAFPID-2698373",
          "CSAFPID-2699093",
          "CSAFPID-2699092",
          "CSAFPID-2699091",
          "CSAFPID-2699090",
          "CSAFPID-2699124",
          "CSAFPID-2698959",
          "CSAFPID-2698357",
          "CSAFPID-1838579",
          "CSAFPID-1838582",
          "CSAFPID-2699181",
          "CSAFPID-1839930",
          "CSAFPID-1839933",
          "CSAFPID-1839931",
          "CSAFPID-1839963",
          "CSAFPID-1839932",
          "CSAFPID-2698956",
          "CSAFPID-2699180",
          "CSAFPID-2698381",
          "CSAFPID-1207518",
          "CSAFPID-1207704",
          "CSAFPID-2699083",
          "CSAFPID-1839887",
          "CSAFPID-1839889",
          "CSAFPID-1207607",
          "CSAFPID-1207752",
          "CSAFPID-1839888",
          "CSAFPID-1839886",
          "CSAFPID-1839925",
          "CSAFPID-1840027",
          "CSAFPID-2699041",
          "CSAFPID-2698961",
          "CSAFPID-1838586"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-1135",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-1135.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 8.2,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:N",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-1838578",
            "CSAFPID-1839911",
            "CSAFPID-1839908",
            "CSAFPID-1145869",
            "CSAFPID-1145271",
            "CSAFPID-1173947",
            "CSAFPID-2698963",
            "CSAFPID-2698973",
            "CSAFPID-2699085",
            "CSAFPID-1839941",
            "CSAFPID-1838591",
            "CSAFPID-1145868",
            "CSAFPID-1145270",
            "CSAFPID-1173946",
            "CSAFPID-1839907",
            "CSAFPID-2698965",
            "CSAFPID-2698944",
            "CSAFPID-1173942",
            "CSAFPID-1173945",
            "CSAFPID-1839952",
            "CSAFPID-2699038",
            "CSAFPID-1838592",
            "CSAFPID-1173940",
            "CSAFPID-1173941",
            "CSAFPID-1839951",
            "CSAFPID-2699059",
            "CSAFPID-1173965",
            "CSAFPID-1173967",
            "CSAFPID-1839919",
            "CSAFPID-2698957",
            "CSAFPID-1838572",
            "CSAFPID-1838581",
            "CSAFPID-1838584",
            "CSAFPID-1839924",
            "CSAFPID-1173943",
            "CSAFPID-1173944",
            "CSAFPID-1839910",
            "CSAFPID-1839909",
            "CSAFPID-1839894",
            "CSAFPID-2698958",
            "CSAFPID-2699094",
            "CSAFPID-1145265",
            "CSAFPID-1145273",
            "CSAFPID-1174046",
            "CSAFPID-1839934",
            "CSAFPID-2699086",
            "CSAFPID-1839935",
            "CSAFPID-2699073",
            "CSAFPID-2698993",
            "CSAFPID-1839893",
            "CSAFPID-1839895",
            "CSAFPID-1839890",
            "CSAFPID-1839891",
            "CSAFPID-2699072",
            "CSAFPID-1839961",
            "CSAFPID-2699023",
            "CSAFPID-2699025",
            "CSAFPID-2699024",
            "CSAFPID-2698999",
            "CSAFPID-2699077",
            "CSAFPID-2699075",
            "CSAFPID-2699076",
            "CSAFPID-2698355",
            "CSAFPID-2699027",
            "CSAFPID-1839852",
            "CSAFPID-1840033",
            "CSAFPID-2698955",
            "CSAFPID-2699001",
            "CSAFPID-2699084",
            "CSAFPID-2699079",
            "CSAFPID-2699058",
            "CSAFPID-1839957",
            "CSAFPID-2699000",
            "CSAFPID-1839953",
            "CSAFPID-2698964",
            "CSAFPID-2698991",
            "CSAFPID-2699127",
            "CSAFPID-2699126",
            "CSAFPID-2699128",
            "CSAFPID-1839980",
            "CSAFPID-1840004",
            "CSAFPID-1839981",
            "CSAFPID-2698653",
            "CSAFPID-2698654",
            "CSAFPID-2698655",
            "CSAFPID-2699056",
            "CSAFPID-2699063",
            "CSAFPID-2699060",
            "CSAFPID-1839921",
            "CSAFPID-2698975",
            "CSAFPID-1839922",
            "CSAFPID-2698974",
            "CSAFPID-1839978",
            "CSAFPID-1839979",
            "CSAFPID-2699035",
            "CSAFPID-1839983",
            "CSAFPID-1840005",
            "CSAFPID-2699034",
            "CSAFPID-2699036",
            "CSAFPID-2699096",
            "CSAFPID-2698996",
            "CSAFPID-2698333",
            "CSAFPID-2698334",
            "CSAFPID-2699007",
            "CSAFPID-2698374",
            "CSAFPID-1145246",
            "CSAFPID-1145247",
            "CSAFPID-1839868",
            "CSAFPID-2699029",
            "CSAFPID-1839869",
            "CSAFPID-1234193",
            "CSAFPID-1234261",
            "CSAFPID-2698362",
            "CSAFPID-2698358",
            "CSAFPID-2698372",
            "CSAFPID-2699013",
            "CSAFPID-2699012",
            "CSAFPID-2699016",
            "CSAFPID-2699015",
            "CSAFPID-2699098",
            "CSAFPID-1837923",
            "CSAFPID-1839960",
            "CSAFPID-2698373",
            "CSAFPID-2699093",
            "CSAFPID-2699092",
            "CSAFPID-2699091",
            "CSAFPID-2699090",
            "CSAFPID-2699124",
            "CSAFPID-2698959",
            "CSAFPID-2698357",
            "CSAFPID-1838579",
            "CSAFPID-1838582",
            "CSAFPID-2699181",
            "CSAFPID-1839930",
            "CSAFPID-1839933",
            "CSAFPID-1839931",
            "CSAFPID-1839963",
            "CSAFPID-1839932",
            "CSAFPID-2698956",
            "CSAFPID-2699180",
            "CSAFPID-2698381",
            "CSAFPID-1207518",
            "CSAFPID-1207704",
            "CSAFPID-2699083",
            "CSAFPID-1839887",
            "CSAFPID-1839889",
            "CSAFPID-1207607",
            "CSAFPID-1207752",
            "CSAFPID-1839888",
            "CSAFPID-1839886",
            "CSAFPID-1839925",
            "CSAFPID-1840027",
            "CSAFPID-2699041",
            "CSAFPID-2698961",
            "CSAFPID-1838586"
          ]
        }
      ],
      "title": "CVE-2024-1135"
    },
    {
      "cve": "CVE-2024-4227",
      "cwe": {
        "id": "CWE-834",
        "name": "Excessive Iteration"
      },
      "notes": [
        {
          "category": "other",
          "text": "Excessive Iteration",
          "title": "CWE-834"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-1838578",
          "CSAFPID-1839911",
          "CSAFPID-1839908",
          "CSAFPID-1145869",
          "CSAFPID-1145271",
          "CSAFPID-1173947",
          "CSAFPID-2698963",
          "CSAFPID-2698973",
          "CSAFPID-2699085",
          "CSAFPID-1839941",
          "CSAFPID-1838591",
          "CSAFPID-1145868",
          "CSAFPID-1145270",
          "CSAFPID-1173946",
          "CSAFPID-1839907",
          "CSAFPID-2698965",
          "CSAFPID-2698944",
          "CSAFPID-1173942",
          "CSAFPID-1173945",
          "CSAFPID-1839952",
          "CSAFPID-2699038",
          "CSAFPID-1838592",
          "CSAFPID-1173940",
          "CSAFPID-1173941",
          "CSAFPID-1839951",
          "CSAFPID-2699059",
          "CSAFPID-1173965",
          "CSAFPID-1173967",
          "CSAFPID-1839919",
          "CSAFPID-2698957",
          "CSAFPID-1838572",
          "CSAFPID-1838581",
          "CSAFPID-1838584",
          "CSAFPID-1839924",
          "CSAFPID-1173943",
          "CSAFPID-1173944",
          "CSAFPID-1839910",
          "CSAFPID-1839909",
          "CSAFPID-1839894",
          "CSAFPID-2698958",
          "CSAFPID-2699094",
          "CSAFPID-1145265",
          "CSAFPID-1145273",
          "CSAFPID-1174046",
          "CSAFPID-1839934",
          "CSAFPID-2699086",
          "CSAFPID-1839935",
          "CSAFPID-2699073",
          "CSAFPID-2698993",
          "CSAFPID-1839893",
          "CSAFPID-1839895",
          "CSAFPID-1839890",
          "CSAFPID-1839891",
          "CSAFPID-2699072",
          "CSAFPID-1839961",
          "CSAFPID-2699023",
          "CSAFPID-2699025",
          "CSAFPID-2699024",
          "CSAFPID-2698999",
          "CSAFPID-2699077",
          "CSAFPID-2699075",
          "CSAFPID-2699076",
          "CSAFPID-2698355",
          "CSAFPID-2699027",
          "CSAFPID-1839852",
          "CSAFPID-1840033",
          "CSAFPID-2698955",
          "CSAFPID-2699001",
          "CSAFPID-2699084",
          "CSAFPID-2699079",
          "CSAFPID-2699058",
          "CSAFPID-1839957",
          "CSAFPID-2699000",
          "CSAFPID-1839953",
          "CSAFPID-2698964",
          "CSAFPID-2698991",
          "CSAFPID-2699127",
          "CSAFPID-2699126",
          "CSAFPID-2699128",
          "CSAFPID-1839980",
          "CSAFPID-1840004",
          "CSAFPID-1839981",
          "CSAFPID-2698653",
          "CSAFPID-2698654",
          "CSAFPID-2698655",
          "CSAFPID-2699056",
          "CSAFPID-2699063",
          "CSAFPID-2699060",
          "CSAFPID-1839921",
          "CSAFPID-2698975",
          "CSAFPID-1839922",
          "CSAFPID-2698974",
          "CSAFPID-1839978",
          "CSAFPID-1839979",
          "CSAFPID-2699035",
          "CSAFPID-1839983",
          "CSAFPID-1840005",
          "CSAFPID-2699034",
          "CSAFPID-2699036",
          "CSAFPID-2699096",
          "CSAFPID-2698996",
          "CSAFPID-2698333",
          "CSAFPID-2698334",
          "CSAFPID-2699007",
          "CSAFPID-2698374",
          "CSAFPID-1145246",
          "CSAFPID-1145247",
          "CSAFPID-1839868",
          "CSAFPID-2699029",
          "CSAFPID-1839869",
          "CSAFPID-1234193",
          "CSAFPID-1234261",
          "CSAFPID-2698362",
          "CSAFPID-2698358",
          "CSAFPID-2698372",
          "CSAFPID-2699013",
          "CSAFPID-2699012",
          "CSAFPID-2699016",
          "CSAFPID-2699015",
          "CSAFPID-2699098",
          "CSAFPID-1837923",
          "CSAFPID-1839960",
          "CSAFPID-2698373",
          "CSAFPID-2699093",
          "CSAFPID-2699092",
          "CSAFPID-2699091",
          "CSAFPID-2699090",
          "CSAFPID-2699124",
          "CSAFPID-2698959",
          "CSAFPID-2698357",
          "CSAFPID-1838579",
          "CSAFPID-1838582",
          "CSAFPID-2699181",
          "CSAFPID-1839930",
          "CSAFPID-1839933",
          "CSAFPID-1839931",
          "CSAFPID-1839963",
          "CSAFPID-1839932",
          "CSAFPID-2698956",
          "CSAFPID-2699180",
          "CSAFPID-2698381",
          "CSAFPID-1207518",
          "CSAFPID-1207704",
          "CSAFPID-2699083",
          "CSAFPID-1839887",
          "CSAFPID-1839889",
          "CSAFPID-1207607",
          "CSAFPID-1207752",
          "CSAFPID-1839888",
          "CSAFPID-1839886",
          "CSAFPID-1839925",
          "CSAFPID-1840027",
          "CSAFPID-2699041",
          "CSAFPID-2698961",
          "CSAFPID-1838586"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-4227",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-4227.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 7.5,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-1838578",
            "CSAFPID-1839911",
            "CSAFPID-1839908",
            "CSAFPID-1145869",
            "CSAFPID-1145271",
            "CSAFPID-1173947",
            "CSAFPID-2698963",
            "CSAFPID-2698973",
            "CSAFPID-2699085",
            "CSAFPID-1839941",
            "CSAFPID-1838591",
            "CSAFPID-1145868",
            "CSAFPID-1145270",
            "CSAFPID-1173946",
            "CSAFPID-1839907",
            "CSAFPID-2698965",
            "CSAFPID-2698944",
            "CSAFPID-1173942",
            "CSAFPID-1173945",
            "CSAFPID-1839952",
            "CSAFPID-2699038",
            "CSAFPID-1838592",
            "CSAFPID-1173940",
            "CSAFPID-1173941",
            "CSAFPID-1839951",
            "CSAFPID-2699059",
            "CSAFPID-1173965",
            "CSAFPID-1173967",
            "CSAFPID-1839919",
            "CSAFPID-2698957",
            "CSAFPID-1838572",
            "CSAFPID-1838581",
            "CSAFPID-1838584",
            "CSAFPID-1839924",
            "CSAFPID-1173943",
            "CSAFPID-1173944",
            "CSAFPID-1839910",
            "CSAFPID-1839909",
            "CSAFPID-1839894",
            "CSAFPID-2698958",
            "CSAFPID-2699094",
            "CSAFPID-1145265",
            "CSAFPID-1145273",
            "CSAFPID-1174046",
            "CSAFPID-1839934",
            "CSAFPID-2699086",
            "CSAFPID-1839935",
            "CSAFPID-2699073",
            "CSAFPID-2698993",
            "CSAFPID-1839893",
            "CSAFPID-1839895",
            "CSAFPID-1839890",
            "CSAFPID-1839891",
            "CSAFPID-2699072",
            "CSAFPID-1839961",
            "CSAFPID-2699023",
            "CSAFPID-2699025",
            "CSAFPID-2699024",
            "CSAFPID-2698999",
            "CSAFPID-2699077",
            "CSAFPID-2699075",
            "CSAFPID-2699076",
            "CSAFPID-2698355",
            "CSAFPID-2699027",
            "CSAFPID-1839852",
            "CSAFPID-1840033",
            "CSAFPID-2698955",
            "CSAFPID-2699001",
            "CSAFPID-2699084",
            "CSAFPID-2699079",
            "CSAFPID-2699058",
            "CSAFPID-1839957",
            "CSAFPID-2699000",
            "CSAFPID-1839953",
            "CSAFPID-2698964",
            "CSAFPID-2698991",
            "CSAFPID-2699127",
            "CSAFPID-2699126",
            "CSAFPID-2699128",
            "CSAFPID-1839980",
            "CSAFPID-1840004",
            "CSAFPID-1839981",
            "CSAFPID-2698653",
            "CSAFPID-2698654",
            "CSAFPID-2698655",
            "CSAFPID-2699056",
            "CSAFPID-2699063",
            "CSAFPID-2699060",
            "CSAFPID-1839921",
            "CSAFPID-2698975",
            "CSAFPID-1839922",
            "CSAFPID-2698974",
            "CSAFPID-1839978",
            "CSAFPID-1839979",
            "CSAFPID-2699035",
            "CSAFPID-1839983",
            "CSAFPID-1840005",
            "CSAFPID-2699034",
            "CSAFPID-2699036",
            "CSAFPID-2699096",
            "CSAFPID-2698996",
            "CSAFPID-2698333",
            "CSAFPID-2698334",
            "CSAFPID-2699007",
            "CSAFPID-2698374",
            "CSAFPID-1145246",
            "CSAFPID-1145247",
            "CSAFPID-1839868",
            "CSAFPID-2699029",
            "CSAFPID-1839869",
            "CSAFPID-1234193",
            "CSAFPID-1234261",
            "CSAFPID-2698362",
            "CSAFPID-2698358",
            "CSAFPID-2698372",
            "CSAFPID-2699013",
            "CSAFPID-2699012",
            "CSAFPID-2699016",
            "CSAFPID-2699015",
            "CSAFPID-2699098",
            "CSAFPID-1837923",
            "CSAFPID-1839960",
            "CSAFPID-2698373",
            "CSAFPID-2699093",
            "CSAFPID-2699092",
            "CSAFPID-2699091",
            "CSAFPID-2699090",
            "CSAFPID-2699124",
            "CSAFPID-2698959",
            "CSAFPID-2698357",
            "CSAFPID-1838579",
            "CSAFPID-1838582",
            "CSAFPID-2699181",
            "CSAFPID-1839930",
            "CSAFPID-1839933",
            "CSAFPID-1839931",
            "CSAFPID-1839963",
            "CSAFPID-1839932",
            "CSAFPID-2698956",
            "CSAFPID-2699180",
            "CSAFPID-2698381",
            "CSAFPID-1207518",
            "CSAFPID-1207704",
            "CSAFPID-2699083",
            "CSAFPID-1839887",
            "CSAFPID-1839889",
            "CSAFPID-1207607",
            "CSAFPID-1207752",
            "CSAFPID-1839888",
            "CSAFPID-1839886",
            "CSAFPID-1839925",
            "CSAFPID-1840027",
            "CSAFPID-2699041",
            "CSAFPID-2698961",
            "CSAFPID-1838586"
          ]
        }
      ],
      "title": "CVE-2024-4227"
    },
    {
      "cve": "CVE-2024-5535",
      "cwe": {
        "id": "CWE-200",
        "name": "Exposure of Sensitive Information to an Unauthorized Actor"
      },
      "notes": [
        {
          "category": "other",
          "text": "Exposure of Sensitive Information to an Unauthorized Actor",
          "title": "CWE-200"
        },
        {
          "category": "other",
          "text": "Improper Restriction of Operations within the Bounds of a Memory Buffer",
          "title": "CWE-119"
        },
        {
          "category": "other",
          "text": "Dependency on Vulnerable Third-Party Component",
          "title": "CWE-1395"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-1838578",
          "CSAFPID-1839911",
          "CSAFPID-1839908",
          "CSAFPID-1145869",
          "CSAFPID-1145271",
          "CSAFPID-1173947",
          "CSAFPID-2698963",
          "CSAFPID-2698973",
          "CSAFPID-2699085",
          "CSAFPID-1839941",
          "CSAFPID-1838591",
          "CSAFPID-1145868",
          "CSAFPID-1145270",
          "CSAFPID-1173946",
          "CSAFPID-1839907",
          "CSAFPID-2698965",
          "CSAFPID-2698944",
          "CSAFPID-1173942",
          "CSAFPID-1173945",
          "CSAFPID-1839952",
          "CSAFPID-2699038",
          "CSAFPID-1838592",
          "CSAFPID-1173940",
          "CSAFPID-1173941",
          "CSAFPID-1839951",
          "CSAFPID-2699059",
          "CSAFPID-1173965",
          "CSAFPID-1173967",
          "CSAFPID-1839919",
          "CSAFPID-2698957",
          "CSAFPID-1838572",
          "CSAFPID-1838581",
          "CSAFPID-1838584",
          "CSAFPID-1839924",
          "CSAFPID-1173943",
          "CSAFPID-1173944",
          "CSAFPID-1839910",
          "CSAFPID-1839909",
          "CSAFPID-1839894",
          "CSAFPID-2698958",
          "CSAFPID-2699094",
          "CSAFPID-1145265",
          "CSAFPID-1145273",
          "CSAFPID-1174046",
          "CSAFPID-1839934",
          "CSAFPID-2699086",
          "CSAFPID-1839935",
          "CSAFPID-2699073",
          "CSAFPID-2698993",
          "CSAFPID-1839893",
          "CSAFPID-1839895",
          "CSAFPID-1839890",
          "CSAFPID-1839891",
          "CSAFPID-2699072",
          "CSAFPID-1839961",
          "CSAFPID-2699023",
          "CSAFPID-2699025",
          "CSAFPID-2699024",
          "CSAFPID-2698999",
          "CSAFPID-2699077",
          "CSAFPID-2699075",
          "CSAFPID-2699076",
          "CSAFPID-2698355",
          "CSAFPID-2699027",
          "CSAFPID-1839852",
          "CSAFPID-1840033",
          "CSAFPID-2698955",
          "CSAFPID-2699001",
          "CSAFPID-2699084",
          "CSAFPID-2699079",
          "CSAFPID-2699058",
          "CSAFPID-1839957",
          "CSAFPID-2699000",
          "CSAFPID-1839953",
          "CSAFPID-2698964",
          "CSAFPID-2698991",
          "CSAFPID-2699127",
          "CSAFPID-2699126",
          "CSAFPID-2699128",
          "CSAFPID-1839980",
          "CSAFPID-1840004",
          "CSAFPID-1839981",
          "CSAFPID-2698653",
          "CSAFPID-2698654",
          "CSAFPID-2698655",
          "CSAFPID-2699056",
          "CSAFPID-2699063",
          "CSAFPID-2699060",
          "CSAFPID-1839921",
          "CSAFPID-2698975",
          "CSAFPID-1839922",
          "CSAFPID-2698974",
          "CSAFPID-1839978",
          "CSAFPID-1839979",
          "CSAFPID-2699035",
          "CSAFPID-1839983",
          "CSAFPID-1840005",
          "CSAFPID-2699034",
          "CSAFPID-2699036",
          "CSAFPID-2699096",
          "CSAFPID-2698996",
          "CSAFPID-2698333",
          "CSAFPID-2698334",
          "CSAFPID-2699007",
          "CSAFPID-2698374",
          "CSAFPID-1145246",
          "CSAFPID-1145247",
          "CSAFPID-1839868",
          "CSAFPID-2699029",
          "CSAFPID-1839869",
          "CSAFPID-1234193",
          "CSAFPID-1234261",
          "CSAFPID-2698362",
          "CSAFPID-2698358",
          "CSAFPID-2698372",
          "CSAFPID-2699013",
          "CSAFPID-2699012",
          "CSAFPID-2699016",
          "CSAFPID-2699015",
          "CSAFPID-2699098",
          "CSAFPID-1837923",
          "CSAFPID-1839960",
          "CSAFPID-2698373",
          "CSAFPID-2699093",
          "CSAFPID-2699092",
          "CSAFPID-2699091",
          "CSAFPID-2699090",
          "CSAFPID-2699124",
          "CSAFPID-2698959",
          "CSAFPID-2698357",
          "CSAFPID-1838579",
          "CSAFPID-1838582",
          "CSAFPID-2699181",
          "CSAFPID-1839930",
          "CSAFPID-1839933",
          "CSAFPID-1839931",
          "CSAFPID-1839963",
          "CSAFPID-1839932",
          "CSAFPID-2698956",
          "CSAFPID-2699180",
          "CSAFPID-2698381",
          "CSAFPID-1207518",
          "CSAFPID-1207704",
          "CSAFPID-2699083",
          "CSAFPID-1839887",
          "CSAFPID-1839889",
          "CSAFPID-1207607",
          "CSAFPID-1207752",
          "CSAFPID-1839888",
          "CSAFPID-1839886",
          "CSAFPID-1839925",
          "CSAFPID-1840027",
          "CSAFPID-2699041",
          "CSAFPID-2698961",
          "CSAFPID-1838586"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-5535",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-5535.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 9.1,
            "baseSeverity": "CRITICAL",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-1838578",
            "CSAFPID-1839911",
            "CSAFPID-1839908",
            "CSAFPID-1145869",
            "CSAFPID-1145271",
            "CSAFPID-1173947",
            "CSAFPID-2698963",
            "CSAFPID-2698973",
            "CSAFPID-2699085",
            "CSAFPID-1839941",
            "CSAFPID-1838591",
            "CSAFPID-1145868",
            "CSAFPID-1145270",
            "CSAFPID-1173946",
            "CSAFPID-1839907",
            "CSAFPID-2698965",
            "CSAFPID-2698944",
            "CSAFPID-1173942",
            "CSAFPID-1173945",
            "CSAFPID-1839952",
            "CSAFPID-2699038",
            "CSAFPID-1838592",
            "CSAFPID-1173940",
            "CSAFPID-1173941",
            "CSAFPID-1839951",
            "CSAFPID-2699059",
            "CSAFPID-1173965",
            "CSAFPID-1173967",
            "CSAFPID-1839919",
            "CSAFPID-2698957",
            "CSAFPID-1838572",
            "CSAFPID-1838581",
            "CSAFPID-1838584",
            "CSAFPID-1839924",
            "CSAFPID-1173943",
            "CSAFPID-1173944",
            "CSAFPID-1839910",
            "CSAFPID-1839909",
            "CSAFPID-1839894",
            "CSAFPID-2698958",
            "CSAFPID-2699094",
            "CSAFPID-1145265",
            "CSAFPID-1145273",
            "CSAFPID-1174046",
            "CSAFPID-1839934",
            "CSAFPID-2699086",
            "CSAFPID-1839935",
            "CSAFPID-2699073",
            "CSAFPID-2698993",
            "CSAFPID-1839893",
            "CSAFPID-1839895",
            "CSAFPID-1839890",
            "CSAFPID-1839891",
            "CSAFPID-2699072",
            "CSAFPID-1839961",
            "CSAFPID-2699023",
            "CSAFPID-2699025",
            "CSAFPID-2699024",
            "CSAFPID-2698999",
            "CSAFPID-2699077",
            "CSAFPID-2699075",
            "CSAFPID-2699076",
            "CSAFPID-2698355",
            "CSAFPID-2699027",
            "CSAFPID-1839852",
            "CSAFPID-1840033",
            "CSAFPID-2698955",
            "CSAFPID-2699001",
            "CSAFPID-2699084",
            "CSAFPID-2699079",
            "CSAFPID-2699058",
            "CSAFPID-1839957",
            "CSAFPID-2699000",
            "CSAFPID-1839953",
            "CSAFPID-2698964",
            "CSAFPID-2698991",
            "CSAFPID-2699127",
            "CSAFPID-2699126",
            "CSAFPID-2699128",
            "CSAFPID-1839980",
            "CSAFPID-1840004",
            "CSAFPID-1839981",
            "CSAFPID-2698653",
            "CSAFPID-2698654",
            "CSAFPID-2698655",
            "CSAFPID-2699056",
            "CSAFPID-2699063",
            "CSAFPID-2699060",
            "CSAFPID-1839921",
            "CSAFPID-2698975",
            "CSAFPID-1839922",
            "CSAFPID-2698974",
            "CSAFPID-1839978",
            "CSAFPID-1839979",
            "CSAFPID-2699035",
            "CSAFPID-1839983",
            "CSAFPID-1840005",
            "CSAFPID-2699034",
            "CSAFPID-2699036",
            "CSAFPID-2699096",
            "CSAFPID-2698996",
            "CSAFPID-2698333",
            "CSAFPID-2698334",
            "CSAFPID-2699007",
            "CSAFPID-2698374",
            "CSAFPID-1145246",
            "CSAFPID-1145247",
            "CSAFPID-1839868",
            "CSAFPID-2699029",
            "CSAFPID-1839869",
            "CSAFPID-1234193",
            "CSAFPID-1234261",
            "CSAFPID-2698362",
            "CSAFPID-2698358",
            "CSAFPID-2698372",
            "CSAFPID-2699013",
            "CSAFPID-2699012",
            "CSAFPID-2699016",
            "CSAFPID-2699015",
            "CSAFPID-2699098",
            "CSAFPID-1837923",
            "CSAFPID-1839960",
            "CSAFPID-2698373",
            "CSAFPID-2699093",
            "CSAFPID-2699092",
            "CSAFPID-2699091",
            "CSAFPID-2699090",
            "CSAFPID-2699124",
            "CSAFPID-2698959",
            "CSAFPID-2698357",
            "CSAFPID-1838579",
            "CSAFPID-1838582",
            "CSAFPID-2699181",
            "CSAFPID-1839930",
            "CSAFPID-1839933",
            "CSAFPID-1839931",
            "CSAFPID-1839963",
            "CSAFPID-1839932",
            "CSAFPID-2698956",
            "CSAFPID-2699180",
            "CSAFPID-2698381",
            "CSAFPID-1207518",
            "CSAFPID-1207704",
            "CSAFPID-2699083",
            "CSAFPID-1839887",
            "CSAFPID-1839889",
            "CSAFPID-1207607",
            "CSAFPID-1207752",
            "CSAFPID-1839888",
            "CSAFPID-1839886",
            "CSAFPID-1839925",
            "CSAFPID-1840027",
            "CSAFPID-2699041",
            "CSAFPID-2698961",
            "CSAFPID-1838586"
          ]
        }
      ],
      "title": "CVE-2024-5535"
    },
    {
      "cve": "CVE-2024-6763",
      "cwe": {
        "id": "CWE-1286",
        "name": "Improper Validation of Syntactic Correctness of Input"
      },
      "notes": [
        {
          "category": "other",
          "text": "Improper Validation of Syntactic Correctness of Input",
          "title": "CWE-1286"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-1838578",
          "CSAFPID-1839911",
          "CSAFPID-1839908",
          "CSAFPID-1145869",
          "CSAFPID-1145271",
          "CSAFPID-1173947",
          "CSAFPID-2698963",
          "CSAFPID-2698973",
          "CSAFPID-2699085",
          "CSAFPID-1839941",
          "CSAFPID-1838591",
          "CSAFPID-1145868",
          "CSAFPID-1145270",
          "CSAFPID-1173946",
          "CSAFPID-1839907",
          "CSAFPID-2698965",
          "CSAFPID-2698944",
          "CSAFPID-1173942",
          "CSAFPID-1173945",
          "CSAFPID-1839952",
          "CSAFPID-2699038",
          "CSAFPID-1838592",
          "CSAFPID-1173940",
          "CSAFPID-1173941",
          "CSAFPID-1839951",
          "CSAFPID-2699059",
          "CSAFPID-1173965",
          "CSAFPID-1173967",
          "CSAFPID-1839919",
          "CSAFPID-2698957",
          "CSAFPID-1838572",
          "CSAFPID-1838581",
          "CSAFPID-1838584",
          "CSAFPID-1839924",
          "CSAFPID-1173943",
          "CSAFPID-1173944",
          "CSAFPID-1839910",
          "CSAFPID-1839909",
          "CSAFPID-1839894",
          "CSAFPID-2698958",
          "CSAFPID-2699094",
          "CSAFPID-1145265",
          "CSAFPID-1145273",
          "CSAFPID-1174046",
          "CSAFPID-1839934",
          "CSAFPID-2699086",
          "CSAFPID-1839935",
          "CSAFPID-2699073",
          "CSAFPID-2698993",
          "CSAFPID-1839893",
          "CSAFPID-1839895",
          "CSAFPID-1839890",
          "CSAFPID-1839891",
          "CSAFPID-2699072",
          "CSAFPID-1839961",
          "CSAFPID-2699023",
          "CSAFPID-2699025",
          "CSAFPID-2699024",
          "CSAFPID-2698999",
          "CSAFPID-2699077",
          "CSAFPID-2699075",
          "CSAFPID-2699076",
          "CSAFPID-2698355",
          "CSAFPID-2699027",
          "CSAFPID-1839852",
          "CSAFPID-1840033",
          "CSAFPID-2698955",
          "CSAFPID-2699001",
          "CSAFPID-2699084",
          "CSAFPID-2699079",
          "CSAFPID-2699058",
          "CSAFPID-1839957",
          "CSAFPID-2699000",
          "CSAFPID-1839953",
          "CSAFPID-2698964",
          "CSAFPID-2698991",
          "CSAFPID-2699127",
          "CSAFPID-2699126",
          "CSAFPID-2699128",
          "CSAFPID-1839980",
          "CSAFPID-1840004",
          "CSAFPID-1839981",
          "CSAFPID-2698653",
          "CSAFPID-2698654",
          "CSAFPID-2698655",
          "CSAFPID-2699056",
          "CSAFPID-2699063",
          "CSAFPID-2699060",
          "CSAFPID-1839921",
          "CSAFPID-2698975",
          "CSAFPID-1839922",
          "CSAFPID-2698974",
          "CSAFPID-1839978",
          "CSAFPID-1839979",
          "CSAFPID-2699035",
          "CSAFPID-1839983",
          "CSAFPID-1840005",
          "CSAFPID-2699034",
          "CSAFPID-2699036",
          "CSAFPID-2699096",
          "CSAFPID-2698996",
          "CSAFPID-2698333",
          "CSAFPID-2698334",
          "CSAFPID-2699007",
          "CSAFPID-2698374",
          "CSAFPID-1145246",
          "CSAFPID-1145247",
          "CSAFPID-1839868",
          "CSAFPID-2699029",
          "CSAFPID-1839869",
          "CSAFPID-1234193",
          "CSAFPID-1234261",
          "CSAFPID-2698362",
          "CSAFPID-2698358",
          "CSAFPID-2698372",
          "CSAFPID-2699013",
          "CSAFPID-2699012",
          "CSAFPID-2699016",
          "CSAFPID-2699015",
          "CSAFPID-2699098",
          "CSAFPID-1837923",
          "CSAFPID-1839960",
          "CSAFPID-2698373",
          "CSAFPID-2699093",
          "CSAFPID-2699092",
          "CSAFPID-2699091",
          "CSAFPID-2699090",
          "CSAFPID-2699124",
          "CSAFPID-2698959",
          "CSAFPID-2698357",
          "CSAFPID-1838579",
          "CSAFPID-1838582",
          "CSAFPID-2699181",
          "CSAFPID-1839930",
          "CSAFPID-1839933",
          "CSAFPID-1839931",
          "CSAFPID-1839963",
          "CSAFPID-1839932",
          "CSAFPID-2698956",
          "CSAFPID-2699180",
          "CSAFPID-2698381",
          "CSAFPID-1207518",
          "CSAFPID-1207704",
          "CSAFPID-2699083",
          "CSAFPID-1839887",
          "CSAFPID-1839889",
          "CSAFPID-1207607",
          "CSAFPID-1207752",
          "CSAFPID-1839888",
          "CSAFPID-1839886",
          "CSAFPID-1839925",
          "CSAFPID-1840027",
          "CSAFPID-2699041",
          "CSAFPID-2698961",
          "CSAFPID-1838586"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-6763",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-6763.json"
        }
      ],
      "title": "CVE-2024-6763"
    },
    {
      "cve": "CVE-2024-7254",
      "cwe": {
        "id": "CWE-20",
        "name": "Improper Input Validation"
      },
      "notes": [
        {
          "category": "other",
          "text": "Improper Input Validation",
          "title": "CWE-20"
        },
        {
          "category": "other",
          "text": "Uncontrolled Recursion",
          "title": "CWE-674"
        },
        {
          "category": "general",
          "text": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X",
          "title": "CVSSV4"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-1838578",
          "CSAFPID-1839911",
          "CSAFPID-1839908",
          "CSAFPID-1145869",
          "CSAFPID-1145271",
          "CSAFPID-1173947",
          "CSAFPID-2698963",
          "CSAFPID-2698973",
          "CSAFPID-2699085",
          "CSAFPID-1839941",
          "CSAFPID-1838591",
          "CSAFPID-1145868",
          "CSAFPID-1145270",
          "CSAFPID-1173946",
          "CSAFPID-1839907",
          "CSAFPID-2698965",
          "CSAFPID-2698944",
          "CSAFPID-1173942",
          "CSAFPID-1173945",
          "CSAFPID-1839952",
          "CSAFPID-2699038",
          "CSAFPID-1838592",
          "CSAFPID-1173940",
          "CSAFPID-1173941",
          "CSAFPID-1839951",
          "CSAFPID-2699059",
          "CSAFPID-1173965",
          "CSAFPID-1173967",
          "CSAFPID-1839919",
          "CSAFPID-2698957",
          "CSAFPID-1838572",
          "CSAFPID-1838581",
          "CSAFPID-1838584",
          "CSAFPID-1839924",
          "CSAFPID-1173943",
          "CSAFPID-1173944",
          "CSAFPID-1839910",
          "CSAFPID-1839909",
          "CSAFPID-1839894",
          "CSAFPID-2698958",
          "CSAFPID-2699094",
          "CSAFPID-1145265",
          "CSAFPID-1145273",
          "CSAFPID-1174046",
          "CSAFPID-1839934",
          "CSAFPID-2699086",
          "CSAFPID-1839935",
          "CSAFPID-2699073",
          "CSAFPID-2698993",
          "CSAFPID-1839893",
          "CSAFPID-1839895",
          "CSAFPID-1839890",
          "CSAFPID-1839891",
          "CSAFPID-2699072",
          "CSAFPID-1839961",
          "CSAFPID-2699023",
          "CSAFPID-2699025",
          "CSAFPID-2699024",
          "CSAFPID-2698999",
          "CSAFPID-2699077",
          "CSAFPID-2699075",
          "CSAFPID-2699076",
          "CSAFPID-2698355",
          "CSAFPID-2699027",
          "CSAFPID-1839852",
          "CSAFPID-1840033",
          "CSAFPID-2698955",
          "CSAFPID-2699001",
          "CSAFPID-2699084",
          "CSAFPID-2699079",
          "CSAFPID-2699058",
          "CSAFPID-1839957",
          "CSAFPID-2699000",
          "CSAFPID-1839953",
          "CSAFPID-2698964",
          "CSAFPID-2698991",
          "CSAFPID-2699127",
          "CSAFPID-2699126",
          "CSAFPID-2699128",
          "CSAFPID-1839980",
          "CSAFPID-1840004",
          "CSAFPID-1839981",
          "CSAFPID-2698653",
          "CSAFPID-2698654",
          "CSAFPID-2698655",
          "CSAFPID-2699056",
          "CSAFPID-2699063",
          "CSAFPID-2699060",
          "CSAFPID-1839921",
          "CSAFPID-2698975",
          "CSAFPID-1839922",
          "CSAFPID-2698974",
          "CSAFPID-1839978",
          "CSAFPID-1839979",
          "CSAFPID-2699035",
          "CSAFPID-1839983",
          "CSAFPID-1840005",
          "CSAFPID-2699034",
          "CSAFPID-2699036",
          "CSAFPID-2699096",
          "CSAFPID-2698996",
          "CSAFPID-2698333",
          "CSAFPID-2698334",
          "CSAFPID-2699007",
          "CSAFPID-2698374",
          "CSAFPID-1145246",
          "CSAFPID-1145247",
          "CSAFPID-1839868",
          "CSAFPID-2699029",
          "CSAFPID-1839869",
          "CSAFPID-1234193",
          "CSAFPID-1234261",
          "CSAFPID-2698362",
          "CSAFPID-2698358",
          "CSAFPID-2698372",
          "CSAFPID-2699013",
          "CSAFPID-2699012",
          "CSAFPID-2699016",
          "CSAFPID-2699015",
          "CSAFPID-2699098",
          "CSAFPID-1837923",
          "CSAFPID-1839960",
          "CSAFPID-2698373",
          "CSAFPID-2699093",
          "CSAFPID-2699092",
          "CSAFPID-2699091",
          "CSAFPID-2699090",
          "CSAFPID-2699124",
          "CSAFPID-2698959",
          "CSAFPID-2698357",
          "CSAFPID-1838579",
          "CSAFPID-1838582",
          "CSAFPID-2699181",
          "CSAFPID-1839930",
          "CSAFPID-1839933",
          "CSAFPID-1839931",
          "CSAFPID-1839963",
          "CSAFPID-1839932",
          "CSAFPID-2698956",
          "CSAFPID-2699180",
          "CSAFPID-2698381",
          "CSAFPID-1207518",
          "CSAFPID-1207704",
          "CSAFPID-2699083",
          "CSAFPID-1839887",
          "CSAFPID-1839889",
          "CSAFPID-1207607",
          "CSAFPID-1207752",
          "CSAFPID-1839888",
          "CSAFPID-1839886",
          "CSAFPID-1839925",
          "CSAFPID-1840027",
          "CSAFPID-2699041",
          "CSAFPID-2698961",
          "CSAFPID-1838586"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-7254",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-7254.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 8.2,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:N",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-1838578",
            "CSAFPID-1839911",
            "CSAFPID-1839908",
            "CSAFPID-1145869",
            "CSAFPID-1145271",
            "CSAFPID-1173947",
            "CSAFPID-2698963",
            "CSAFPID-2698973",
            "CSAFPID-2699085",
            "CSAFPID-1839941",
            "CSAFPID-1838591",
            "CSAFPID-1145868",
            "CSAFPID-1145270",
            "CSAFPID-1173946",
            "CSAFPID-1839907",
            "CSAFPID-2698965",
            "CSAFPID-2698944",
            "CSAFPID-1173942",
            "CSAFPID-1173945",
            "CSAFPID-1839952",
            "CSAFPID-2699038",
            "CSAFPID-1838592",
            "CSAFPID-1173940",
            "CSAFPID-1173941",
            "CSAFPID-1839951",
            "CSAFPID-2699059",
            "CSAFPID-1173965",
            "CSAFPID-1173967",
            "CSAFPID-1839919",
            "CSAFPID-2698957",
            "CSAFPID-1838572",
            "CSAFPID-1838581",
            "CSAFPID-1838584",
            "CSAFPID-1839924",
            "CSAFPID-1173943",
            "CSAFPID-1173944",
            "CSAFPID-1839910",
            "CSAFPID-1839909",
            "CSAFPID-1839894",
            "CSAFPID-2698958",
            "CSAFPID-2699094",
            "CSAFPID-1145265",
            "CSAFPID-1145273",
            "CSAFPID-1174046",
            "CSAFPID-1839934",
            "CSAFPID-2699086",
            "CSAFPID-1839935",
            "CSAFPID-2699073",
            "CSAFPID-2698993",
            "CSAFPID-1839893",
            "CSAFPID-1839895",
            "CSAFPID-1839890",
            "CSAFPID-1839891",
            "CSAFPID-2699072",
            "CSAFPID-1839961",
            "CSAFPID-2699023",
            "CSAFPID-2699025",
            "CSAFPID-2699024",
            "CSAFPID-2698999",
            "CSAFPID-2699077",
            "CSAFPID-2699075",
            "CSAFPID-2699076",
            "CSAFPID-2698355",
            "CSAFPID-2699027",
            "CSAFPID-1839852",
            "CSAFPID-1840033",
            "CSAFPID-2698955",
            "CSAFPID-2699001",
            "CSAFPID-2699084",
            "CSAFPID-2699079",
            "CSAFPID-2699058",
            "CSAFPID-1839957",
            "CSAFPID-2699000",
            "CSAFPID-1839953",
            "CSAFPID-2698964",
            "CSAFPID-2698991",
            "CSAFPID-2699127",
            "CSAFPID-2699126",
            "CSAFPID-2699128",
            "CSAFPID-1839980",
            "CSAFPID-1840004",
            "CSAFPID-1839981",
            "CSAFPID-2698653",
            "CSAFPID-2698654",
            "CSAFPID-2698655",
            "CSAFPID-2699056",
            "CSAFPID-2699063",
            "CSAFPID-2699060",
            "CSAFPID-1839921",
            "CSAFPID-2698975",
            "CSAFPID-1839922",
            "CSAFPID-2698974",
            "CSAFPID-1839978",
            "CSAFPID-1839979",
            "CSAFPID-2699035",
            "CSAFPID-1839983",
            "CSAFPID-1840005",
            "CSAFPID-2699034",
            "CSAFPID-2699036",
            "CSAFPID-2699096",
            "CSAFPID-2698996",
            "CSAFPID-2698333",
            "CSAFPID-2698334",
            "CSAFPID-2699007",
            "CSAFPID-2698374",
            "CSAFPID-1145246",
            "CSAFPID-1145247",
            "CSAFPID-1839868",
            "CSAFPID-2699029",
            "CSAFPID-1839869",
            "CSAFPID-1234193",
            "CSAFPID-1234261",
            "CSAFPID-2698362",
            "CSAFPID-2698358",
            "CSAFPID-2698372",
            "CSAFPID-2699013",
            "CSAFPID-2699012",
            "CSAFPID-2699016",
            "CSAFPID-2699015",
            "CSAFPID-2699098",
            "CSAFPID-1837923",
            "CSAFPID-1839960",
            "CSAFPID-2698373",
            "CSAFPID-2699093",
            "CSAFPID-2699092",
            "CSAFPID-2699091",
            "CSAFPID-2699090",
            "CSAFPID-2699124",
            "CSAFPID-2698959",
            "CSAFPID-2698357",
            "CSAFPID-1838579",
            "CSAFPID-1838582",
            "CSAFPID-2699181",
            "CSAFPID-1839930",
            "CSAFPID-1839933",
            "CSAFPID-1839931",
            "CSAFPID-1839963",
            "CSAFPID-1839932",
            "CSAFPID-2698956",
            "CSAFPID-2699180",
            "CSAFPID-2698381",
            "CSAFPID-1207518",
            "CSAFPID-1207704",
            "CSAFPID-2699083",
            "CSAFPID-1839887",
            "CSAFPID-1839889",
            "CSAFPID-1207607",
            "CSAFPID-1207752",
            "CSAFPID-1839888",
            "CSAFPID-1839886",
            "CSAFPID-1839925",
            "CSAFPID-1840027",
            "CSAFPID-2699041",
            "CSAFPID-2698961",
            "CSAFPID-1838586"
          ]
        }
      ],
      "title": "CVE-2024-7254"
    },
    {
      "cve": "CVE-2024-11053",
      "cwe": {
        "id": "CWE-200",
        "name": "Exposure of Sensitive Information to an Unauthorized Actor"
      },
      "notes": [
        {
          "category": "other",
          "text": "Exposure of Sensitive Information to an Unauthorized Actor",
          "title": "CWE-200"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-1838578",
          "CSAFPID-1839911",
          "CSAFPID-1839908",
          "CSAFPID-1145869",
          "CSAFPID-1145271",
          "CSAFPID-1173947",
          "CSAFPID-2698963",
          "CSAFPID-2698973",
          "CSAFPID-2699085",
          "CSAFPID-1839941",
          "CSAFPID-1838591",
          "CSAFPID-1145868",
          "CSAFPID-1145270",
          "CSAFPID-1173946",
          "CSAFPID-1839907",
          "CSAFPID-2698965",
          "CSAFPID-2698944",
          "CSAFPID-1173942",
          "CSAFPID-1173945",
          "CSAFPID-1839952",
          "CSAFPID-2699038",
          "CSAFPID-1838592",
          "CSAFPID-1173940",
          "CSAFPID-1173941",
          "CSAFPID-1839951",
          "CSAFPID-2699059",
          "CSAFPID-1173965",
          "CSAFPID-1173967",
          "CSAFPID-1839919",
          "CSAFPID-2698957",
          "CSAFPID-1838572",
          "CSAFPID-1838581",
          "CSAFPID-1838584",
          "CSAFPID-1839924",
          "CSAFPID-1173943",
          "CSAFPID-1173944",
          "CSAFPID-1839910",
          "CSAFPID-1839909",
          "CSAFPID-1839894",
          "CSAFPID-2698958",
          "CSAFPID-2699094",
          "CSAFPID-1145265",
          "CSAFPID-1145273",
          "CSAFPID-1174046",
          "CSAFPID-1839934",
          "CSAFPID-2699086",
          "CSAFPID-1839935",
          "CSAFPID-2699073",
          "CSAFPID-2698993",
          "CSAFPID-1839893",
          "CSAFPID-1839895",
          "CSAFPID-1839890",
          "CSAFPID-1839891",
          "CSAFPID-2699072",
          "CSAFPID-1839961",
          "CSAFPID-2699023",
          "CSAFPID-2699025",
          "CSAFPID-2699024",
          "CSAFPID-2698999",
          "CSAFPID-2699077",
          "CSAFPID-2699075",
          "CSAFPID-2699076",
          "CSAFPID-2698355",
          "CSAFPID-2699027",
          "CSAFPID-1839852",
          "CSAFPID-1840033",
          "CSAFPID-2698955",
          "CSAFPID-2699001",
          "CSAFPID-2699084",
          "CSAFPID-2699079",
          "CSAFPID-2699058",
          "CSAFPID-1839957",
          "CSAFPID-2699000",
          "CSAFPID-1839953",
          "CSAFPID-2698964",
          "CSAFPID-2698991",
          "CSAFPID-2699127",
          "CSAFPID-2699126",
          "CSAFPID-2699128",
          "CSAFPID-1839980",
          "CSAFPID-1840004",
          "CSAFPID-1839981",
          "CSAFPID-2698653",
          "CSAFPID-2698654",
          "CSAFPID-2698655",
          "CSAFPID-2699056",
          "CSAFPID-2699063",
          "CSAFPID-2699060",
          "CSAFPID-1839921",
          "CSAFPID-2698975",
          "CSAFPID-1839922",
          "CSAFPID-2698974",
          "CSAFPID-1839978",
          "CSAFPID-1839979",
          "CSAFPID-2699035",
          "CSAFPID-1839983",
          "CSAFPID-1840005",
          "CSAFPID-2699034",
          "CSAFPID-2699036",
          "CSAFPID-2699096",
          "CSAFPID-2698996",
          "CSAFPID-2698333",
          "CSAFPID-2698334",
          "CSAFPID-2699007",
          "CSAFPID-2698374",
          "CSAFPID-1145246",
          "CSAFPID-1145247",
          "CSAFPID-1839868",
          "CSAFPID-2699029",
          "CSAFPID-1839869",
          "CSAFPID-1234193",
          "CSAFPID-1234261",
          "CSAFPID-2698362",
          "CSAFPID-2698358",
          "CSAFPID-2698372",
          "CSAFPID-2699013",
          "CSAFPID-2699012",
          "CSAFPID-2699016",
          "CSAFPID-2699015",
          "CSAFPID-2699098",
          "CSAFPID-1837923",
          "CSAFPID-1839960",
          "CSAFPID-2698373",
          "CSAFPID-2699093",
          "CSAFPID-2699092",
          "CSAFPID-2699091",
          "CSAFPID-2699090",
          "CSAFPID-2699124",
          "CSAFPID-2698959",
          "CSAFPID-2698357",
          "CSAFPID-1838579",
          "CSAFPID-1838582",
          "CSAFPID-2699181",
          "CSAFPID-1839930",
          "CSAFPID-1839933",
          "CSAFPID-1839931",
          "CSAFPID-1839963",
          "CSAFPID-1839932",
          "CSAFPID-2698956",
          "CSAFPID-2699180",
          "CSAFPID-2698381",
          "CSAFPID-1207518",
          "CSAFPID-1207704",
          "CSAFPID-2699083",
          "CSAFPID-1839887",
          "CSAFPID-1839889",
          "CSAFPID-1207607",
          "CSAFPID-1207752",
          "CSAFPID-1839888",
          "CSAFPID-1839886",
          "CSAFPID-1839925",
          "CSAFPID-1840027",
          "CSAFPID-2699041",
          "CSAFPID-2698961",
          "CSAFPID-1838586"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-11053",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-11053.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 9.1,
            "baseSeverity": "CRITICAL",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-1838578",
            "CSAFPID-1839911",
            "CSAFPID-1839908",
            "CSAFPID-1145869",
            "CSAFPID-1145271",
            "CSAFPID-1173947",
            "CSAFPID-2698963",
            "CSAFPID-2698973",
            "CSAFPID-2699085",
            "CSAFPID-1839941",
            "CSAFPID-1838591",
            "CSAFPID-1145868",
            "CSAFPID-1145270",
            "CSAFPID-1173946",
            "CSAFPID-1839907",
            "CSAFPID-2698965",
            "CSAFPID-2698944",
            "CSAFPID-1173942",
            "CSAFPID-1173945",
            "CSAFPID-1839952",
            "CSAFPID-2699038",
            "CSAFPID-1838592",
            "CSAFPID-1173940",
            "CSAFPID-1173941",
            "CSAFPID-1839951",
            "CSAFPID-2699059",
            "CSAFPID-1173965",
            "CSAFPID-1173967",
            "CSAFPID-1839919",
            "CSAFPID-2698957",
            "CSAFPID-1838572",
            "CSAFPID-1838581",
            "CSAFPID-1838584",
            "CSAFPID-1839924",
            "CSAFPID-1173943",
            "CSAFPID-1173944",
            "CSAFPID-1839910",
            "CSAFPID-1839909",
            "CSAFPID-1839894",
            "CSAFPID-2698958",
            "CSAFPID-2699094",
            "CSAFPID-1145265",
            "CSAFPID-1145273",
            "CSAFPID-1174046",
            "CSAFPID-1839934",
            "CSAFPID-2699086",
            "CSAFPID-1839935",
            "CSAFPID-2699073",
            "CSAFPID-2698993",
            "CSAFPID-1839893",
            "CSAFPID-1839895",
            "CSAFPID-1839890",
            "CSAFPID-1839891",
            "CSAFPID-2699072",
            "CSAFPID-1839961",
            "CSAFPID-2699023",
            "CSAFPID-2699025",
            "CSAFPID-2699024",
            "CSAFPID-2698999",
            "CSAFPID-2699077",
            "CSAFPID-2699075",
            "CSAFPID-2699076",
            "CSAFPID-2698355",
            "CSAFPID-2699027",
            "CSAFPID-1839852",
            "CSAFPID-1840033",
            "CSAFPID-2698955",
            "CSAFPID-2699001",
            "CSAFPID-2699084",
            "CSAFPID-2699079",
            "CSAFPID-2699058",
            "CSAFPID-1839957",
            "CSAFPID-2699000",
            "CSAFPID-1839953",
            "CSAFPID-2698964",
            "CSAFPID-2698991",
            "CSAFPID-2699127",
            "CSAFPID-2699126",
            "CSAFPID-2699128",
            "CSAFPID-1839980",
            "CSAFPID-1840004",
            "CSAFPID-1839981",
            "CSAFPID-2698653",
            "CSAFPID-2698654",
            "CSAFPID-2698655",
            "CSAFPID-2699056",
            "CSAFPID-2699063",
            "CSAFPID-2699060",
            "CSAFPID-1839921",
            "CSAFPID-2698975",
            "CSAFPID-1839922",
            "CSAFPID-2698974",
            "CSAFPID-1839978",
            "CSAFPID-1839979",
            "CSAFPID-2699035",
            "CSAFPID-1839983",
            "CSAFPID-1840005",
            "CSAFPID-2699034",
            "CSAFPID-2699036",
            "CSAFPID-2699096",
            "CSAFPID-2698996",
            "CSAFPID-2698333",
            "CSAFPID-2698334",
            "CSAFPID-2699007",
            "CSAFPID-2698374",
            "CSAFPID-1145246",
            "CSAFPID-1145247",
            "CSAFPID-1839868",
            "CSAFPID-2699029",
            "CSAFPID-1839869",
            "CSAFPID-1234193",
            "CSAFPID-1234261",
            "CSAFPID-2698362",
            "CSAFPID-2698358",
            "CSAFPID-2698372",
            "CSAFPID-2699013",
            "CSAFPID-2699012",
            "CSAFPID-2699016",
            "CSAFPID-2699015",
            "CSAFPID-2699098",
            "CSAFPID-1837923",
            "CSAFPID-1839960",
            "CSAFPID-2698373",
            "CSAFPID-2699093",
            "CSAFPID-2699092",
            "CSAFPID-2699091",
            "CSAFPID-2699090",
            "CSAFPID-2699124",
            "CSAFPID-2698959",
            "CSAFPID-2698357",
            "CSAFPID-1838579",
            "CSAFPID-1838582",
            "CSAFPID-2699181",
            "CSAFPID-1839930",
            "CSAFPID-1839933",
            "CSAFPID-1839931",
            "CSAFPID-1839963",
            "CSAFPID-1839932",
            "CSAFPID-2698956",
            "CSAFPID-2699180",
            "CSAFPID-2698381",
            "CSAFPID-1207518",
            "CSAFPID-1207704",
            "CSAFPID-2699083",
            "CSAFPID-1839887",
            "CSAFPID-1839889",
            "CSAFPID-1207607",
            "CSAFPID-1207752",
            "CSAFPID-1839888",
            "CSAFPID-1839886",
            "CSAFPID-1839925",
            "CSAFPID-1840027",
            "CSAFPID-2699041",
            "CSAFPID-2698961",
            "CSAFPID-1838586"
          ]
        }
      ],
      "title": "CVE-2024-11053"
    },
    {
      "cve": "CVE-2024-12797",
      "cwe": {
        "id": "CWE-392",
        "name": "Missing Report of Error Condition"
      },
      "notes": [
        {
          "category": "other",
          "text": "Missing Report of Error Condition",
          "title": "CWE-392"
        },
        {
          "category": "other",
          "text": "Dependency on Vulnerable Third-Party Component",
          "title": "CWE-1395"
        },
        {
          "category": "other",
          "text": "Improper Certificate Validation",
          "title": "CWE-295"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-1838578",
          "CSAFPID-1839911",
          "CSAFPID-1839908",
          "CSAFPID-1145869",
          "CSAFPID-1145271",
          "CSAFPID-1173947",
          "CSAFPID-2698963",
          "CSAFPID-2698973",
          "CSAFPID-2699085",
          "CSAFPID-1839941",
          "CSAFPID-1838591",
          "CSAFPID-1145868",
          "CSAFPID-1145270",
          "CSAFPID-1173946",
          "CSAFPID-1839907",
          "CSAFPID-2698965",
          "CSAFPID-2698944",
          "CSAFPID-1173942",
          "CSAFPID-1173945",
          "CSAFPID-1839952",
          "CSAFPID-2699038",
          "CSAFPID-1838592",
          "CSAFPID-1173940",
          "CSAFPID-1173941",
          "CSAFPID-1839951",
          "CSAFPID-2699059",
          "CSAFPID-1173965",
          "CSAFPID-1173967",
          "CSAFPID-1839919",
          "CSAFPID-2698957",
          "CSAFPID-1838572",
          "CSAFPID-1838581",
          "CSAFPID-1838584",
          "CSAFPID-1839924",
          "CSAFPID-1173943",
          "CSAFPID-1173944",
          "CSAFPID-1839910",
          "CSAFPID-1839909",
          "CSAFPID-1839894",
          "CSAFPID-2698958",
          "CSAFPID-2699094",
          "CSAFPID-1145265",
          "CSAFPID-1145273",
          "CSAFPID-1174046",
          "CSAFPID-1839934",
          "CSAFPID-2699086",
          "CSAFPID-1839935",
          "CSAFPID-2699073",
          "CSAFPID-2698993",
          "CSAFPID-1839893",
          "CSAFPID-1839895",
          "CSAFPID-1839890",
          "CSAFPID-1839891",
          "CSAFPID-2699072",
          "CSAFPID-1839961",
          "CSAFPID-2699023",
          "CSAFPID-2699025",
          "CSAFPID-2699024",
          "CSAFPID-2698999",
          "CSAFPID-2699077",
          "CSAFPID-2699075",
          "CSAFPID-2699076",
          "CSAFPID-2698355",
          "CSAFPID-2699027",
          "CSAFPID-1839852",
          "CSAFPID-1840033",
          "CSAFPID-2698955",
          "CSAFPID-2699001",
          "CSAFPID-2699084",
          "CSAFPID-2699079",
          "CSAFPID-2699058",
          "CSAFPID-1839957",
          "CSAFPID-2699000",
          "CSAFPID-1839953",
          "CSAFPID-2698964",
          "CSAFPID-2698991",
          "CSAFPID-2699127",
          "CSAFPID-2699126",
          "CSAFPID-2699128",
          "CSAFPID-1839980",
          "CSAFPID-1840004",
          "CSAFPID-1839981",
          "CSAFPID-2698653",
          "CSAFPID-2698654",
          "CSAFPID-2698655",
          "CSAFPID-2699056",
          "CSAFPID-2699063",
          "CSAFPID-2699060",
          "CSAFPID-1839921",
          "CSAFPID-2698975",
          "CSAFPID-1839922",
          "CSAFPID-2698974",
          "CSAFPID-1839978",
          "CSAFPID-1839979",
          "CSAFPID-2699035",
          "CSAFPID-1839983",
          "CSAFPID-1840005",
          "CSAFPID-2699034",
          "CSAFPID-2699036",
          "CSAFPID-2699096",
          "CSAFPID-2698996",
          "CSAFPID-2698333",
          "CSAFPID-2698334",
          "CSAFPID-2699007",
          "CSAFPID-2698374",
          "CSAFPID-1145246",
          "CSAFPID-1145247",
          "CSAFPID-1839868",
          "CSAFPID-2699029",
          "CSAFPID-1839869",
          "CSAFPID-1234193",
          "CSAFPID-1234261",
          "CSAFPID-2698362",
          "CSAFPID-2698358",
          "CSAFPID-2698372",
          "CSAFPID-2699013",
          "CSAFPID-2699012",
          "CSAFPID-2699016",
          "CSAFPID-2699015",
          "CSAFPID-2699098",
          "CSAFPID-1837923",
          "CSAFPID-1839960",
          "CSAFPID-2698373",
          "CSAFPID-2699093",
          "CSAFPID-2699092",
          "CSAFPID-2699091",
          "CSAFPID-2699090",
          "CSAFPID-2699124",
          "CSAFPID-2698959",
          "CSAFPID-2698357",
          "CSAFPID-1838579",
          "CSAFPID-1838582",
          "CSAFPID-2699181",
          "CSAFPID-1839930",
          "CSAFPID-1839933",
          "CSAFPID-1839931",
          "CSAFPID-1839963",
          "CSAFPID-1839932",
          "CSAFPID-2698956",
          "CSAFPID-2699180",
          "CSAFPID-2698381",
          "CSAFPID-1207518",
          "CSAFPID-1207704",
          "CSAFPID-2699083",
          "CSAFPID-1839887",
          "CSAFPID-1839889",
          "CSAFPID-1207607",
          "CSAFPID-1207752",
          "CSAFPID-1839888",
          "CSAFPID-1839886",
          "CSAFPID-1839925",
          "CSAFPID-1840027",
          "CSAFPID-2699041",
          "CSAFPID-2698961",
          "CSAFPID-1838586"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-12797",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-12797.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 7.4,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-1838578",
            "CSAFPID-1839911",
            "CSAFPID-1839908",
            "CSAFPID-1145869",
            "CSAFPID-1145271",
            "CSAFPID-1173947",
            "CSAFPID-2698963",
            "CSAFPID-2698973",
            "CSAFPID-2699085",
            "CSAFPID-1839941",
            "CSAFPID-1838591",
            "CSAFPID-1145868",
            "CSAFPID-1145270",
            "CSAFPID-1173946",
            "CSAFPID-1839907",
            "CSAFPID-2698965",
            "CSAFPID-2698944",
            "CSAFPID-1173942",
            "CSAFPID-1173945",
            "CSAFPID-1839952",
            "CSAFPID-2699038",
            "CSAFPID-1838592",
            "CSAFPID-1173940",
            "CSAFPID-1173941",
            "CSAFPID-1839951",
            "CSAFPID-2699059",
            "CSAFPID-1173965",
            "CSAFPID-1173967",
            "CSAFPID-1839919",
            "CSAFPID-2698957",
            "CSAFPID-1838572",
            "CSAFPID-1838581",
            "CSAFPID-1838584",
            "CSAFPID-1839924",
            "CSAFPID-1173943",
            "CSAFPID-1173944",
            "CSAFPID-1839910",
            "CSAFPID-1839909",
            "CSAFPID-1839894",
            "CSAFPID-2698958",
            "CSAFPID-2699094",
            "CSAFPID-1145265",
            "CSAFPID-1145273",
            "CSAFPID-1174046",
            "CSAFPID-1839934",
            "CSAFPID-2699086",
            "CSAFPID-1839935",
            "CSAFPID-2699073",
            "CSAFPID-2698993",
            "CSAFPID-1839893",
            "CSAFPID-1839895",
            "CSAFPID-1839890",
            "CSAFPID-1839891",
            "CSAFPID-2699072",
            "CSAFPID-1839961",
            "CSAFPID-2699023",
            "CSAFPID-2699025",
            "CSAFPID-2699024",
            "CSAFPID-2698999",
            "CSAFPID-2699077",
            "CSAFPID-2699075",
            "CSAFPID-2699076",
            "CSAFPID-2698355",
            "CSAFPID-2699027",
            "CSAFPID-1839852",
            "CSAFPID-1840033",
            "CSAFPID-2698955",
            "CSAFPID-2699001",
            "CSAFPID-2699084",
            "CSAFPID-2699079",
            "CSAFPID-2699058",
            "CSAFPID-1839957",
            "CSAFPID-2699000",
            "CSAFPID-1839953",
            "CSAFPID-2698964",
            "CSAFPID-2698991",
            "CSAFPID-2699127",
            "CSAFPID-2699126",
            "CSAFPID-2699128",
            "CSAFPID-1839980",
            "CSAFPID-1840004",
            "CSAFPID-1839981",
            "CSAFPID-2698653",
            "CSAFPID-2698654",
            "CSAFPID-2698655",
            "CSAFPID-2699056",
            "CSAFPID-2699063",
            "CSAFPID-2699060",
            "CSAFPID-1839921",
            "CSAFPID-2698975",
            "CSAFPID-1839922",
            "CSAFPID-2698974",
            "CSAFPID-1839978",
            "CSAFPID-1839979",
            "CSAFPID-2699035",
            "CSAFPID-1839983",
            "CSAFPID-1840005",
            "CSAFPID-2699034",
            "CSAFPID-2699036",
            "CSAFPID-2699096",
            "CSAFPID-2698996",
            "CSAFPID-2698333",
            "CSAFPID-2698334",
            "CSAFPID-2699007",
            "CSAFPID-2698374",
            "CSAFPID-1145246",
            "CSAFPID-1145247",
            "CSAFPID-1839868",
            "CSAFPID-2699029",
            "CSAFPID-1839869",
            "CSAFPID-1234193",
            "CSAFPID-1234261",
            "CSAFPID-2698362",
            "CSAFPID-2698358",
            "CSAFPID-2698372",
            "CSAFPID-2699013",
            "CSAFPID-2699012",
            "CSAFPID-2699016",
            "CSAFPID-2699015",
            "CSAFPID-2699098",
            "CSAFPID-1837923",
            "CSAFPID-1839960",
            "CSAFPID-2698373",
            "CSAFPID-2699093",
            "CSAFPID-2699092",
            "CSAFPID-2699091",
            "CSAFPID-2699090",
            "CSAFPID-2699124",
            "CSAFPID-2698959",
            "CSAFPID-2698357",
            "CSAFPID-1838579",
            "CSAFPID-1838582",
            "CSAFPID-2699181",
            "CSAFPID-1839930",
            "CSAFPID-1839933",
            "CSAFPID-1839931",
            "CSAFPID-1839963",
            "CSAFPID-1839932",
            "CSAFPID-2698956",
            "CSAFPID-2699180",
            "CSAFPID-2698381",
            "CSAFPID-1207518",
            "CSAFPID-1207704",
            "CSAFPID-2699083",
            "CSAFPID-1839887",
            "CSAFPID-1839889",
            "CSAFPID-1207607",
            "CSAFPID-1207752",
            "CSAFPID-1839888",
            "CSAFPID-1839886",
            "CSAFPID-1839925",
            "CSAFPID-1840027",
            "CSAFPID-2699041",
            "CSAFPID-2698961",
            "CSAFPID-1838586"
          ]
        }
      ],
      "title": "CVE-2024-12797"
    },
    {
      "cve": "CVE-2024-12798",
      "cwe": {
        "id": "CWE-917",
        "name": "Improper Neutralization of Special Elements used in an Expression Language Statement (\u0027Expression Language Injection\u0027)"
      },
      "notes": [
        {
          "category": "other",
          "text": "Improper Neutralization of Special Elements used in an Expression Language Statement (\u0027Expression Language Injection\u0027)",
          "title": "CWE-917"
        },
        {
          "category": "general",
          "text": "CVSS:4.0/AV:L/AC:L/AT:P/PR:L/UI:P/VC:L/VI:H/VA:L/SC:L/SI:H/SA:L/RE:L/U:Clear",
          "title": "CVSSV4"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-1838578",
          "CSAFPID-1839911",
          "CSAFPID-1839908",
          "CSAFPID-1145869",
          "CSAFPID-1145271",
          "CSAFPID-1173947",
          "CSAFPID-2698963",
          "CSAFPID-2698973",
          "CSAFPID-2699085",
          "CSAFPID-1839941",
          "CSAFPID-1838591",
          "CSAFPID-1145868",
          "CSAFPID-1145270",
          "CSAFPID-1173946",
          "CSAFPID-1839907",
          "CSAFPID-2698965",
          "CSAFPID-2698944",
          "CSAFPID-1173942",
          "CSAFPID-1173945",
          "CSAFPID-1839952",
          "CSAFPID-2699038",
          "CSAFPID-1838592",
          "CSAFPID-1173940",
          "CSAFPID-1173941",
          "CSAFPID-1839951",
          "CSAFPID-2699059",
          "CSAFPID-1173965",
          "CSAFPID-1173967",
          "CSAFPID-1839919",
          "CSAFPID-2698957",
          "CSAFPID-1838572",
          "CSAFPID-1838581",
          "CSAFPID-1838584",
          "CSAFPID-1839924",
          "CSAFPID-1173943",
          "CSAFPID-1173944",
          "CSAFPID-1839910",
          "CSAFPID-1839909",
          "CSAFPID-1839894",
          "CSAFPID-2698958",
          "CSAFPID-2699094",
          "CSAFPID-1145265",
          "CSAFPID-1145273",
          "CSAFPID-1174046",
          "CSAFPID-1839934",
          "CSAFPID-2699086",
          "CSAFPID-1839935",
          "CSAFPID-2699073",
          "CSAFPID-2698993",
          "CSAFPID-1839893",
          "CSAFPID-1839895",
          "CSAFPID-1839890",
          "CSAFPID-1839891",
          "CSAFPID-2699072",
          "CSAFPID-1839961",
          "CSAFPID-2699023",
          "CSAFPID-2699025",
          "CSAFPID-2699024",
          "CSAFPID-2698999",
          "CSAFPID-2699077",
          "CSAFPID-2699075",
          "CSAFPID-2699076",
          "CSAFPID-2698355",
          "CSAFPID-2699027",
          "CSAFPID-1839852",
          "CSAFPID-1840033",
          "CSAFPID-2698955",
          "CSAFPID-2699001",
          "CSAFPID-2699084",
          "CSAFPID-2699079",
          "CSAFPID-2699058",
          "CSAFPID-1839957",
          "CSAFPID-2699000",
          "CSAFPID-1839953",
          "CSAFPID-2698964",
          "CSAFPID-2698991",
          "CSAFPID-2699127",
          "CSAFPID-2699126",
          "CSAFPID-2699128",
          "CSAFPID-1839980",
          "CSAFPID-1840004",
          "CSAFPID-1839981",
          "CSAFPID-2698653",
          "CSAFPID-2698654",
          "CSAFPID-2698655",
          "CSAFPID-2699056",
          "CSAFPID-2699063",
          "CSAFPID-2699060",
          "CSAFPID-1839921",
          "CSAFPID-2698975",
          "CSAFPID-1839922",
          "CSAFPID-2698974",
          "CSAFPID-1839978",
          "CSAFPID-1839979",
          "CSAFPID-2699035",
          "CSAFPID-1839983",
          "CSAFPID-1840005",
          "CSAFPID-2699034",
          "CSAFPID-2699036",
          "CSAFPID-2699096",
          "CSAFPID-2698996",
          "CSAFPID-2698333",
          "CSAFPID-2698334",
          "CSAFPID-2699007",
          "CSAFPID-2698374",
          "CSAFPID-1145246",
          "CSAFPID-1145247",
          "CSAFPID-1839868",
          "CSAFPID-2699029",
          "CSAFPID-1839869",
          "CSAFPID-1234193",
          "CSAFPID-1234261",
          "CSAFPID-2698362",
          "CSAFPID-2698358",
          "CSAFPID-2698372",
          "CSAFPID-2699013",
          "CSAFPID-2699012",
          "CSAFPID-2699016",
          "CSAFPID-2699015",
          "CSAFPID-2699098",
          "CSAFPID-1837923",
          "CSAFPID-1839960",
          "CSAFPID-2698373",
          "CSAFPID-2699093",
          "CSAFPID-2699092",
          "CSAFPID-2699091",
          "CSAFPID-2699090",
          "CSAFPID-2699124",
          "CSAFPID-2698959",
          "CSAFPID-2698357",
          "CSAFPID-1838579",
          "CSAFPID-1838582",
          "CSAFPID-2699181",
          "CSAFPID-1839930",
          "CSAFPID-1839933",
          "CSAFPID-1839931",
          "CSAFPID-1839963",
          "CSAFPID-1839932",
          "CSAFPID-2698956",
          "CSAFPID-2699180",
          "CSAFPID-2698381",
          "CSAFPID-1207518",
          "CSAFPID-1207704",
          "CSAFPID-2699083",
          "CSAFPID-1839887",
          "CSAFPID-1839889",
          "CSAFPID-1207607",
          "CSAFPID-1207752",
          "CSAFPID-1839888",
          "CSAFPID-1839886",
          "CSAFPID-1839925",
          "CSAFPID-1840027",
          "CSAFPID-2699041",
          "CSAFPID-2698961",
          "CSAFPID-1838586"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-12798",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-12798.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 6.6,
            "baseSeverity": "MEDIUM",
            "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:C/C:L/I:H/A:L",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-1838578",
            "CSAFPID-1839911",
            "CSAFPID-1839908",
            "CSAFPID-1145869",
            "CSAFPID-1145271",
            "CSAFPID-1173947",
            "CSAFPID-2698963",
            "CSAFPID-2698973",
            "CSAFPID-2699085",
            "CSAFPID-1839941",
            "CSAFPID-1838591",
            "CSAFPID-1145868",
            "CSAFPID-1145270",
            "CSAFPID-1173946",
            "CSAFPID-1839907",
            "CSAFPID-2698965",
            "CSAFPID-2698944",
            "CSAFPID-1173942",
            "CSAFPID-1173945",
            "CSAFPID-1839952",
            "CSAFPID-2699038",
            "CSAFPID-1838592",
            "CSAFPID-1173940",
            "CSAFPID-1173941",
            "CSAFPID-1839951",
            "CSAFPID-2699059",
            "CSAFPID-1173965",
            "CSAFPID-1173967",
            "CSAFPID-1839919",
            "CSAFPID-2698957",
            "CSAFPID-1838572",
            "CSAFPID-1838581",
            "CSAFPID-1838584",
            "CSAFPID-1839924",
            "CSAFPID-1173943",
            "CSAFPID-1173944",
            "CSAFPID-1839910",
            "CSAFPID-1839909",
            "CSAFPID-1839894",
            "CSAFPID-2698958",
            "CSAFPID-2699094",
            "CSAFPID-1145265",
            "CSAFPID-1145273",
            "CSAFPID-1174046",
            "CSAFPID-1839934",
            "CSAFPID-2699086",
            "CSAFPID-1839935",
            "CSAFPID-2699073",
            "CSAFPID-2698993",
            "CSAFPID-1839893",
            "CSAFPID-1839895",
            "CSAFPID-1839890",
            "CSAFPID-1839891",
            "CSAFPID-2699072",
            "CSAFPID-1839961",
            "CSAFPID-2699023",
            "CSAFPID-2699025",
            "CSAFPID-2699024",
            "CSAFPID-2698999",
            "CSAFPID-2699077",
            "CSAFPID-2699075",
            "CSAFPID-2699076",
            "CSAFPID-2698355",
            "CSAFPID-2699027",
            "CSAFPID-1839852",
            "CSAFPID-1840033",
            "CSAFPID-2698955",
            "CSAFPID-2699001",
            "CSAFPID-2699084",
            "CSAFPID-2699079",
            "CSAFPID-2699058",
            "CSAFPID-1839957",
            "CSAFPID-2699000",
            "CSAFPID-1839953",
            "CSAFPID-2698964",
            "CSAFPID-2698991",
            "CSAFPID-2699127",
            "CSAFPID-2699126",
            "CSAFPID-2699128",
            "CSAFPID-1839980",
            "CSAFPID-1840004",
            "CSAFPID-1839981",
            "CSAFPID-2698653",
            "CSAFPID-2698654",
            "CSAFPID-2698655",
            "CSAFPID-2699056",
            "CSAFPID-2699063",
            "CSAFPID-2699060",
            "CSAFPID-1839921",
            "CSAFPID-2698975",
            "CSAFPID-1839922",
            "CSAFPID-2698974",
            "CSAFPID-1839978",
            "CSAFPID-1839979",
            "CSAFPID-2699035",
            "CSAFPID-1839983",
            "CSAFPID-1840005",
            "CSAFPID-2699034",
            "CSAFPID-2699036",
            "CSAFPID-2699096",
            "CSAFPID-2698996",
            "CSAFPID-2698333",
            "CSAFPID-2698334",
            "CSAFPID-2699007",
            "CSAFPID-2698374",
            "CSAFPID-1145246",
            "CSAFPID-1145247",
            "CSAFPID-1839868",
            "CSAFPID-2699029",
            "CSAFPID-1839869",
            "CSAFPID-1234193",
            "CSAFPID-1234261",
            "CSAFPID-2698362",
            "CSAFPID-2698358",
            "CSAFPID-2698372",
            "CSAFPID-2699013",
            "CSAFPID-2699012",
            "CSAFPID-2699016",
            "CSAFPID-2699015",
            "CSAFPID-2699098",
            "CSAFPID-1837923",
            "CSAFPID-1839960",
            "CSAFPID-2698373",
            "CSAFPID-2699093",
            "CSAFPID-2699092",
            "CSAFPID-2699091",
            "CSAFPID-2699090",
            "CSAFPID-2699124",
            "CSAFPID-2698959",
            "CSAFPID-2698357",
            "CSAFPID-1838579",
            "CSAFPID-1838582",
            "CSAFPID-2699181",
            "CSAFPID-1839930",
            "CSAFPID-1839933",
            "CSAFPID-1839931",
            "CSAFPID-1839963",
            "CSAFPID-1839932",
            "CSAFPID-2698956",
            "CSAFPID-2699180",
            "CSAFPID-2698381",
            "CSAFPID-1207518",
            "CSAFPID-1207704",
            "CSAFPID-2699083",
            "CSAFPID-1839887",
            "CSAFPID-1839889",
            "CSAFPID-1207607",
            "CSAFPID-1207752",
            "CSAFPID-1839888",
            "CSAFPID-1839886",
            "CSAFPID-1839925",
            "CSAFPID-1840027",
            "CSAFPID-2699041",
            "CSAFPID-2698961",
            "CSAFPID-1838586"
          ]
        }
      ],
      "title": "CVE-2024-12798"
    },
    {
      "cve": "CVE-2024-21538",
      "cwe": {
        "id": "CWE-1333",
        "name": "Inefficient Regular Expression Complexity"
      },
      "notes": [
        {
          "category": "other",
          "text": "Inefficient Regular Expression Complexity",
          "title": "CWE-1333"
        },
        {
          "category": "general",
          "text": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N",
          "title": "CVSSV4"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-1838578",
          "CSAFPID-1839911",
          "CSAFPID-1839908",
          "CSAFPID-1145869",
          "CSAFPID-1145271",
          "CSAFPID-1173947",
          "CSAFPID-2698963",
          "CSAFPID-2698973",
          "CSAFPID-2699085",
          "CSAFPID-1839941",
          "CSAFPID-1838591",
          "CSAFPID-1145868",
          "CSAFPID-1145270",
          "CSAFPID-1173946",
          "CSAFPID-1839907",
          "CSAFPID-2698965",
          "CSAFPID-2698944",
          "CSAFPID-1173942",
          "CSAFPID-1173945",
          "CSAFPID-1839952",
          "CSAFPID-2699038",
          "CSAFPID-1838592",
          "CSAFPID-1173940",
          "CSAFPID-1173941",
          "CSAFPID-1839951",
          "CSAFPID-2699059",
          "CSAFPID-1173965",
          "CSAFPID-1173967",
          "CSAFPID-1839919",
          "CSAFPID-2698957",
          "CSAFPID-1838572",
          "CSAFPID-1838581",
          "CSAFPID-1838584",
          "CSAFPID-1839924",
          "CSAFPID-1173943",
          "CSAFPID-1173944",
          "CSAFPID-1839910",
          "CSAFPID-1839909",
          "CSAFPID-1839894",
          "CSAFPID-2698958",
          "CSAFPID-2699094",
          "CSAFPID-1145265",
          "CSAFPID-1145273",
          "CSAFPID-1174046",
          "CSAFPID-1839934",
          "CSAFPID-2699086",
          "CSAFPID-1839935",
          "CSAFPID-2699073",
          "CSAFPID-2698993",
          "CSAFPID-1839893",
          "CSAFPID-1839895",
          "CSAFPID-1839890",
          "CSAFPID-1839891",
          "CSAFPID-2699072",
          "CSAFPID-1839961",
          "CSAFPID-2699023",
          "CSAFPID-2699025",
          "CSAFPID-2699024",
          "CSAFPID-2698999",
          "CSAFPID-2699077",
          "CSAFPID-2699075",
          "CSAFPID-2699076",
          "CSAFPID-2698355",
          "CSAFPID-2699027",
          "CSAFPID-1839852",
          "CSAFPID-1840033",
          "CSAFPID-2698955",
          "CSAFPID-2699001",
          "CSAFPID-2699084",
          "CSAFPID-2699079",
          "CSAFPID-2699058",
          "CSAFPID-1839957",
          "CSAFPID-2699000",
          "CSAFPID-1839953",
          "CSAFPID-2698964",
          "CSAFPID-2698991",
          "CSAFPID-2699127",
          "CSAFPID-2699126",
          "CSAFPID-2699128",
          "CSAFPID-1839980",
          "CSAFPID-1840004",
          "CSAFPID-1839981",
          "CSAFPID-2698653",
          "CSAFPID-2698654",
          "CSAFPID-2698655",
          "CSAFPID-2699056",
          "CSAFPID-2699063",
          "CSAFPID-2699060",
          "CSAFPID-1839921",
          "CSAFPID-2698975",
          "CSAFPID-1839922",
          "CSAFPID-2698974",
          "CSAFPID-1839978",
          "CSAFPID-1839979",
          "CSAFPID-2699035",
          "CSAFPID-1839983",
          "CSAFPID-1840005",
          "CSAFPID-2699034",
          "CSAFPID-2699036",
          "CSAFPID-2699096",
          "CSAFPID-2698996",
          "CSAFPID-2698333",
          "CSAFPID-2698334",
          "CSAFPID-2699007",
          "CSAFPID-2698374",
          "CSAFPID-1145246",
          "CSAFPID-1145247",
          "CSAFPID-1839868",
          "CSAFPID-2699029",
          "CSAFPID-1839869",
          "CSAFPID-1234193",
          "CSAFPID-1234261",
          "CSAFPID-2698362",
          "CSAFPID-2698358",
          "CSAFPID-2698372",
          "CSAFPID-2699013",
          "CSAFPID-2699012",
          "CSAFPID-2699016",
          "CSAFPID-2699015",
          "CSAFPID-2699098",
          "CSAFPID-1837923",
          "CSAFPID-1839960",
          "CSAFPID-2698373",
          "CSAFPID-2699093",
          "CSAFPID-2699092",
          "CSAFPID-2699091",
          "CSAFPID-2699090",
          "CSAFPID-2699124",
          "CSAFPID-2698959",
          "CSAFPID-2698357",
          "CSAFPID-1838579",
          "CSAFPID-1838582",
          "CSAFPID-2699181",
          "CSAFPID-1839930",
          "CSAFPID-1839933",
          "CSAFPID-1839931",
          "CSAFPID-1839963",
          "CSAFPID-1839932",
          "CSAFPID-2698956",
          "CSAFPID-2699180",
          "CSAFPID-2698381",
          "CSAFPID-1207518",
          "CSAFPID-1207704",
          "CSAFPID-2699083",
          "CSAFPID-1839887",
          "CSAFPID-1839889",
          "CSAFPID-1207607",
          "CSAFPID-1207752",
          "CSAFPID-1839888",
          "CSAFPID-1839886",
          "CSAFPID-1839925",
          "CSAFPID-1840027",
          "CSAFPID-2699041",
          "CSAFPID-2698961",
          "CSAFPID-1838586"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-21538",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21538.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 7.5,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-1838578",
            "CSAFPID-1839911",
            "CSAFPID-1839908",
            "CSAFPID-1145869",
            "CSAFPID-1145271",
            "CSAFPID-1173947",
            "CSAFPID-2698963",
            "CSAFPID-2698973",
            "CSAFPID-2699085",
            "CSAFPID-1839941",
            "CSAFPID-1838591",
            "CSAFPID-1145868",
            "CSAFPID-1145270",
            "CSAFPID-1173946",
            "CSAFPID-1839907",
            "CSAFPID-2698965",
            "CSAFPID-2698944",
            "CSAFPID-1173942",
            "CSAFPID-1173945",
            "CSAFPID-1839952",
            "CSAFPID-2699038",
            "CSAFPID-1838592",
            "CSAFPID-1173940",
            "CSAFPID-1173941",
            "CSAFPID-1839951",
            "CSAFPID-2699059",
            "CSAFPID-1173965",
            "CSAFPID-1173967",
            "CSAFPID-1839919",
            "CSAFPID-2698957",
            "CSAFPID-1838572",
            "CSAFPID-1838581",
            "CSAFPID-1838584",
            "CSAFPID-1839924",
            "CSAFPID-1173943",
            "CSAFPID-1173944",
            "CSAFPID-1839910",
            "CSAFPID-1839909",
            "CSAFPID-1839894",
            "CSAFPID-2698958",
            "CSAFPID-2699094",
            "CSAFPID-1145265",
            "CSAFPID-1145273",
            "CSAFPID-1174046",
            "CSAFPID-1839934",
            "CSAFPID-2699086",
            "CSAFPID-1839935",
            "CSAFPID-2699073",
            "CSAFPID-2698993",
            "CSAFPID-1839893",
            "CSAFPID-1839895",
            "CSAFPID-1839890",
            "CSAFPID-1839891",
            "CSAFPID-2699072",
            "CSAFPID-1839961",
            "CSAFPID-2699023",
            "CSAFPID-2699025",
            "CSAFPID-2699024",
            "CSAFPID-2698999",
            "CSAFPID-2699077",
            "CSAFPID-2699075",
            "CSAFPID-2699076",
            "CSAFPID-2698355",
            "CSAFPID-2699027",
            "CSAFPID-1839852",
            "CSAFPID-1840033",
            "CSAFPID-2698955",
            "CSAFPID-2699001",
            "CSAFPID-2699084",
            "CSAFPID-2699079",
            "CSAFPID-2699058",
            "CSAFPID-1839957",
            "CSAFPID-2699000",
            "CSAFPID-1839953",
            "CSAFPID-2698964",
            "CSAFPID-2698991",
            "CSAFPID-2699127",
            "CSAFPID-2699126",
            "CSAFPID-2699128",
            "CSAFPID-1839980",
            "CSAFPID-1840004",
            "CSAFPID-1839981",
            "CSAFPID-2698653",
            "CSAFPID-2698654",
            "CSAFPID-2698655",
            "CSAFPID-2699056",
            "CSAFPID-2699063",
            "CSAFPID-2699060",
            "CSAFPID-1839921",
            "CSAFPID-2698975",
            "CSAFPID-1839922",
            "CSAFPID-2698974",
            "CSAFPID-1839978",
            "CSAFPID-1839979",
            "CSAFPID-2699035",
            "CSAFPID-1839983",
            "CSAFPID-1840005",
            "CSAFPID-2699034",
            "CSAFPID-2699036",
            "CSAFPID-2699096",
            "CSAFPID-2698996",
            "CSAFPID-2698333",
            "CSAFPID-2698334",
            "CSAFPID-2699007",
            "CSAFPID-2698374",
            "CSAFPID-1145246",
            "CSAFPID-1145247",
            "CSAFPID-1839868",
            "CSAFPID-2699029",
            "CSAFPID-1839869",
            "CSAFPID-1234193",
            "CSAFPID-1234261",
            "CSAFPID-2698362",
            "CSAFPID-2698358",
            "CSAFPID-2698372",
            "CSAFPID-2699013",
            "CSAFPID-2699012",
            "CSAFPID-2699016",
            "CSAFPID-2699015",
            "CSAFPID-2699098",
            "CSAFPID-1837923",
            "CSAFPID-1839960",
            "CSAFPID-2698373",
            "CSAFPID-2699093",
            "CSAFPID-2699092",
            "CSAFPID-2699091",
            "CSAFPID-2699090",
            "CSAFPID-2699124",
            "CSAFPID-2698959",
            "CSAFPID-2698357",
            "CSAFPID-1838579",
            "CSAFPID-1838582",
            "CSAFPID-2699181",
            "CSAFPID-1839930",
            "CSAFPID-1839933",
            "CSAFPID-1839931",
            "CSAFPID-1839963",
            "CSAFPID-1839932",
            "CSAFPID-2698956",
            "CSAFPID-2699180",
            "CSAFPID-2698381",
            "CSAFPID-1207518",
            "CSAFPID-1207704",
            "CSAFPID-2699083",
            "CSAFPID-1839887",
            "CSAFPID-1839889",
            "CSAFPID-1207607",
            "CSAFPID-1207752",
            "CSAFPID-1839888",
            "CSAFPID-1839886",
            "CSAFPID-1839925",
            "CSAFPID-1840027",
            "CSAFPID-2699041",
            "CSAFPID-2698961",
            "CSAFPID-1838586"
          ]
        }
      ],
      "title": "CVE-2024-21538"
    },
    {
      "cve": "CVE-2024-25638",
      "cwe": {
        "id": "CWE-345",
        "name": "Insufficient Verification of Data Authenticity"
      },
      "notes": [
        {
          "category": "other",
          "text": "Insufficient Verification of Data Authenticity",
          "title": "CWE-345"
        },
        {
          "category": "other",
          "text": "Acceptance of Extraneous Untrusted Data With Trusted Data",
          "title": "CWE-349"
        },
        {
          "category": "general",
          "text": "CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:N/VA:N/SC:H/SI:H/SA:L",
          "title": "CVSSV4"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-1838578",
          "CSAFPID-1839911",
          "CSAFPID-1839908",
          "CSAFPID-1145869",
          "CSAFPID-1145271",
          "CSAFPID-1173947",
          "CSAFPID-2698963",
          "CSAFPID-2698973",
          "CSAFPID-2699085",
          "CSAFPID-1839941",
          "CSAFPID-1838591",
          "CSAFPID-1145868",
          "CSAFPID-1145270",
          "CSAFPID-1173946",
          "CSAFPID-1839907",
          "CSAFPID-2698965",
          "CSAFPID-2698944",
          "CSAFPID-1173942",
          "CSAFPID-1173945",
          "CSAFPID-1839952",
          "CSAFPID-2699038",
          "CSAFPID-1838592",
          "CSAFPID-1173940",
          "CSAFPID-1173941",
          "CSAFPID-1839951",
          "CSAFPID-2699059",
          "CSAFPID-1173965",
          "CSAFPID-1173967",
          "CSAFPID-1839919",
          "CSAFPID-2698957",
          "CSAFPID-1838572",
          "CSAFPID-1838581",
          "CSAFPID-1838584",
          "CSAFPID-1839924",
          "CSAFPID-1173943",
          "CSAFPID-1173944",
          "CSAFPID-1839910",
          "CSAFPID-1839909",
          "CSAFPID-1839894",
          "CSAFPID-2698958",
          "CSAFPID-2699094",
          "CSAFPID-1145265",
          "CSAFPID-1145273",
          "CSAFPID-1174046",
          "CSAFPID-1839934",
          "CSAFPID-2699086",
          "CSAFPID-1839935",
          "CSAFPID-2699073",
          "CSAFPID-2698993",
          "CSAFPID-1839893",
          "CSAFPID-1839895",
          "CSAFPID-1839890",
          "CSAFPID-1839891",
          "CSAFPID-2699072",
          "CSAFPID-1839961",
          "CSAFPID-2699023",
          "CSAFPID-2699025",
          "CSAFPID-2699024",
          "CSAFPID-2698999",
          "CSAFPID-2699077",
          "CSAFPID-2699075",
          "CSAFPID-2699076",
          "CSAFPID-2698355",
          "CSAFPID-2699027",
          "CSAFPID-1839852",
          "CSAFPID-1840033",
          "CSAFPID-2698955",
          "CSAFPID-2699001",
          "CSAFPID-2699084",
          "CSAFPID-2699079",
          "CSAFPID-2699058",
          "CSAFPID-1839957",
          "CSAFPID-2699000",
          "CSAFPID-1839953",
          "CSAFPID-2698964",
          "CSAFPID-2698991",
          "CSAFPID-2699127",
          "CSAFPID-2699126",
          "CSAFPID-2699128",
          "CSAFPID-1839980",
          "CSAFPID-1840004",
          "CSAFPID-1839981",
          "CSAFPID-2698653",
          "CSAFPID-2698654",
          "CSAFPID-2698655",
          "CSAFPID-2699056",
          "CSAFPID-2699063",
          "CSAFPID-2699060",
          "CSAFPID-1839921",
          "CSAFPID-2698975",
          "CSAFPID-1839922",
          "CSAFPID-2698974",
          "CSAFPID-1839978",
          "CSAFPID-1839979",
          "CSAFPID-2699035",
          "CSAFPID-1839983",
          "CSAFPID-1840005",
          "CSAFPID-2699034",
          "CSAFPID-2699036",
          "CSAFPID-2699096",
          "CSAFPID-2698996",
          "CSAFPID-2698333",
          "CSAFPID-2698334",
          "CSAFPID-2699007",
          "CSAFPID-2698374",
          "CSAFPID-1145246",
          "CSAFPID-1145247",
          "CSAFPID-1839868",
          "CSAFPID-2699029",
          "CSAFPID-1839869",
          "CSAFPID-1234193",
          "CSAFPID-1234261",
          "CSAFPID-2698362",
          "CSAFPID-2698358",
          "CSAFPID-2698372",
          "CSAFPID-2699013",
          "CSAFPID-2699012",
          "CSAFPID-2699016",
          "CSAFPID-2699015",
          "CSAFPID-2699098",
          "CSAFPID-1837923",
          "CSAFPID-1839960",
          "CSAFPID-2698373",
          "CSAFPID-2699093",
          "CSAFPID-2699092",
          "CSAFPID-2699091",
          "CSAFPID-2699090",
          "CSAFPID-2699124",
          "CSAFPID-2698959",
          "CSAFPID-2698357",
          "CSAFPID-1838579",
          "CSAFPID-1838582",
          "CSAFPID-2699181",
          "CSAFPID-1839930",
          "CSAFPID-1839933",
          "CSAFPID-1839931",
          "CSAFPID-1839963",
          "CSAFPID-1839932",
          "CSAFPID-2698956",
          "CSAFPID-2699180",
          "CSAFPID-2698381",
          "CSAFPID-1207518",
          "CSAFPID-1207704",
          "CSAFPID-2699083",
          "CSAFPID-1839887",
          "CSAFPID-1839889",
          "CSAFPID-1207607",
          "CSAFPID-1207752",
          "CSAFPID-1839888",
          "CSAFPID-1839886",
          "CSAFPID-1839925",
          "CSAFPID-1840027",
          "CSAFPID-2699041",
          "CSAFPID-2698961",
          "CSAFPID-1838586"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-25638",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-25638.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 8.9,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:L",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-1838578",
            "CSAFPID-1839911",
            "CSAFPID-1839908",
            "CSAFPID-1145869",
            "CSAFPID-1145271",
            "CSAFPID-1173947",
            "CSAFPID-2698963",
            "CSAFPID-2698973",
            "CSAFPID-2699085",
            "CSAFPID-1839941",
            "CSAFPID-1838591",
            "CSAFPID-1145868",
            "CSAFPID-1145270",
            "CSAFPID-1173946",
            "CSAFPID-1839907",
            "CSAFPID-2698965",
            "CSAFPID-2698944",
            "CSAFPID-1173942",
            "CSAFPID-1173945",
            "CSAFPID-1839952",
            "CSAFPID-2699038",
            "CSAFPID-1838592",
            "CSAFPID-1173940",
            "CSAFPID-1173941",
            "CSAFPID-1839951",
            "CSAFPID-2699059",
            "CSAFPID-1173965",
            "CSAFPID-1173967",
            "CSAFPID-1839919",
            "CSAFPID-2698957",
            "CSAFPID-1838572",
            "CSAFPID-1838581",
            "CSAFPID-1838584",
            "CSAFPID-1839924",
            "CSAFPID-1173943",
            "CSAFPID-1173944",
            "CSAFPID-1839910",
            "CSAFPID-1839909",
            "CSAFPID-1839894",
            "CSAFPID-2698958",
            "CSAFPID-2699094",
            "CSAFPID-1145265",
            "CSAFPID-1145273",
            "CSAFPID-1174046",
            "CSAFPID-1839934",
            "CSAFPID-2699086",
            "CSAFPID-1839935",
            "CSAFPID-2699073",
            "CSAFPID-2698993",
            "CSAFPID-1839893",
            "CSAFPID-1839895",
            "CSAFPID-1839890",
            "CSAFPID-1839891",
            "CSAFPID-2699072",
            "CSAFPID-1839961",
            "CSAFPID-2699023",
            "CSAFPID-2699025",
            "CSAFPID-2699024",
            "CSAFPID-2698999",
            "CSAFPID-2699077",
            "CSAFPID-2699075",
            "CSAFPID-2699076",
            "CSAFPID-2698355",
            "CSAFPID-2699027",
            "CSAFPID-1839852",
            "CSAFPID-1840033",
            "CSAFPID-2698955",
            "CSAFPID-2699001",
            "CSAFPID-2699084",
            "CSAFPID-2699079",
            "CSAFPID-2699058",
            "CSAFPID-1839957",
            "CSAFPID-2699000",
            "CSAFPID-1839953",
            "CSAFPID-2698964",
            "CSAFPID-2698991",
            "CSAFPID-2699127",
            "CSAFPID-2699126",
            "CSAFPID-2699128",
            "CSAFPID-1839980",
            "CSAFPID-1840004",
            "CSAFPID-1839981",
            "CSAFPID-2698653",
            "CSAFPID-2698654",
            "CSAFPID-2698655",
            "CSAFPID-2699056",
            "CSAFPID-2699063",
            "CSAFPID-2699060",
            "CSAFPID-1839921",
            "CSAFPID-2698975",
            "CSAFPID-1839922",
            "CSAFPID-2698974",
            "CSAFPID-1839978",
            "CSAFPID-1839979",
            "CSAFPID-2699035",
            "CSAFPID-1839983",
            "CSAFPID-1840005",
            "CSAFPID-2699034",
            "CSAFPID-2699036",
            "CSAFPID-2699096",
            "CSAFPID-2698996",
            "CSAFPID-2698333",
            "CSAFPID-2698334",
            "CSAFPID-2699007",
            "CSAFPID-2698374",
            "CSAFPID-1145246",
            "CSAFPID-1145247",
            "CSAFPID-1839868",
            "CSAFPID-2699029",
            "CSAFPID-1839869",
            "CSAFPID-1234193",
            "CSAFPID-1234261",
            "CSAFPID-2698362",
            "CSAFPID-2698358",
            "CSAFPID-2698372",
            "CSAFPID-2699013",
            "CSAFPID-2699012",
            "CSAFPID-2699016",
            "CSAFPID-2699015",
            "CSAFPID-2699098",
            "CSAFPID-1837923",
            "CSAFPID-1839960",
            "CSAFPID-2698373",
            "CSAFPID-2699093",
            "CSAFPID-2699092",
            "CSAFPID-2699091",
            "CSAFPID-2699090",
            "CSAFPID-2699124",
            "CSAFPID-2698959",
            "CSAFPID-2698357",
            "CSAFPID-1838579",
            "CSAFPID-1838582",
            "CSAFPID-2699181",
            "CSAFPID-1839930",
            "CSAFPID-1839933",
            "CSAFPID-1839931",
            "CSAFPID-1839963",
            "CSAFPID-1839932",
            "CSAFPID-2698956",
            "CSAFPID-2699180",
            "CSAFPID-2698381",
            "CSAFPID-1207518",
            "CSAFPID-1207704",
            "CSAFPID-2699083",
            "CSAFPID-1839887",
            "CSAFPID-1839889",
            "CSAFPID-1207607",
            "CSAFPID-1207752",
            "CSAFPID-1839888",
            "CSAFPID-1839886",
            "CSAFPID-1839925",
            "CSAFPID-1840027",
            "CSAFPID-2699041",
            "CSAFPID-2698961",
            "CSAFPID-1838586"
          ]
        }
      ],
      "title": "CVE-2024-25638"
    },
    {
      "cve": "CVE-2024-28168",
      "cwe": {
        "id": "CWE-611",
        "name": "Improper Restriction of XML External Entity Reference"
      },
      "notes": [
        {
          "category": "other",
          "text": "Improper Restriction of XML External Entity Reference",
          "title": "CWE-611"
        },
        {
          "category": "general",
          "text": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:N/VA:L/SC:N/SI:N/SA:N",
          "title": "CVSSV4"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-1838578",
          "CSAFPID-1839911",
          "CSAFPID-1839908",
          "CSAFPID-1145869",
          "CSAFPID-1145271",
          "CSAFPID-1173947",
          "CSAFPID-2698963",
          "CSAFPID-2698973",
          "CSAFPID-2699085",
          "CSAFPID-1839941",
          "CSAFPID-1838591",
          "CSAFPID-1145868",
          "CSAFPID-1145270",
          "CSAFPID-1173946",
          "CSAFPID-1839907",
          "CSAFPID-2698965",
          "CSAFPID-2698944",
          "CSAFPID-1173942",
          "CSAFPID-1173945",
          "CSAFPID-1839952",
          "CSAFPID-2699038",
          "CSAFPID-1838592",
          "CSAFPID-1173940",
          "CSAFPID-1173941",
          "CSAFPID-1839951",
          "CSAFPID-2699059",
          "CSAFPID-1173965",
          "CSAFPID-1173967",
          "CSAFPID-1839919",
          "CSAFPID-2698957",
          "CSAFPID-1838572",
          "CSAFPID-1838581",
          "CSAFPID-1838584",
          "CSAFPID-1839924",
          "CSAFPID-1173943",
          "CSAFPID-1173944",
          "CSAFPID-1839910",
          "CSAFPID-1839909",
          "CSAFPID-1839894",
          "CSAFPID-2698958",
          "CSAFPID-2699094",
          "CSAFPID-1145265",
          "CSAFPID-1145273",
          "CSAFPID-1174046",
          "CSAFPID-1839934",
          "CSAFPID-2699086",
          "CSAFPID-1839935",
          "CSAFPID-2699073",
          "CSAFPID-2698993",
          "CSAFPID-1839893",
          "CSAFPID-1839895",
          "CSAFPID-1839890",
          "CSAFPID-1839891",
          "CSAFPID-2699072",
          "CSAFPID-1839961",
          "CSAFPID-2699023",
          "CSAFPID-2699025",
          "CSAFPID-2699024",
          "CSAFPID-2698999",
          "CSAFPID-2699077",
          "CSAFPID-2699075",
          "CSAFPID-2699076",
          "CSAFPID-2698355",
          "CSAFPID-2699027",
          "CSAFPID-1839852",
          "CSAFPID-1840033",
          "CSAFPID-2698955",
          "CSAFPID-2699001",
          "CSAFPID-2699084",
          "CSAFPID-2699079",
          "CSAFPID-2699058",
          "CSAFPID-1839957",
          "CSAFPID-2699000",
          "CSAFPID-1839953",
          "CSAFPID-2698964",
          "CSAFPID-2698991",
          "CSAFPID-2699127",
          "CSAFPID-2699126",
          "CSAFPID-2699128",
          "CSAFPID-1839980",
          "CSAFPID-1840004",
          "CSAFPID-1839981",
          "CSAFPID-2698653",
          "CSAFPID-2698654",
          "CSAFPID-2698655",
          "CSAFPID-2699056",
          "CSAFPID-2699063",
          "CSAFPID-2699060",
          "CSAFPID-1839921",
          "CSAFPID-2698975",
          "CSAFPID-1839922",
          "CSAFPID-2698974",
          "CSAFPID-1839978",
          "CSAFPID-1839979",
          "CSAFPID-2699035",
          "CSAFPID-1839983",
          "CSAFPID-1840005",
          "CSAFPID-2699034",
          "CSAFPID-2699036",
          "CSAFPID-2699096",
          "CSAFPID-2698996",
          "CSAFPID-2698333",
          "CSAFPID-2698334",
          "CSAFPID-2699007",
          "CSAFPID-2698374",
          "CSAFPID-1145246",
          "CSAFPID-1145247",
          "CSAFPID-1839868",
          "CSAFPID-2699029",
          "CSAFPID-1839869",
          "CSAFPID-1234193",
          "CSAFPID-1234261",
          "CSAFPID-2698362",
          "CSAFPID-2698358",
          "CSAFPID-2698372",
          "CSAFPID-2699013",
          "CSAFPID-2699012",
          "CSAFPID-2699016",
          "CSAFPID-2699015",
          "CSAFPID-2699098",
          "CSAFPID-1837923",
          "CSAFPID-1839960",
          "CSAFPID-2698373",
          "CSAFPID-2699093",
          "CSAFPID-2699092",
          "CSAFPID-2699091",
          "CSAFPID-2699090",
          "CSAFPID-2699124",
          "CSAFPID-2698959",
          "CSAFPID-2698357",
          "CSAFPID-1838579",
          "CSAFPID-1838582",
          "CSAFPID-2699181",
          "CSAFPID-1839930",
          "CSAFPID-1839933",
          "CSAFPID-1839931",
          "CSAFPID-1839963",
          "CSAFPID-1839932",
          "CSAFPID-2698956",
          "CSAFPID-2699180",
          "CSAFPID-2698381",
          "CSAFPID-1207518",
          "CSAFPID-1207704",
          "CSAFPID-2699083",
          "CSAFPID-1839887",
          "CSAFPID-1839889",
          "CSAFPID-1207607",
          "CSAFPID-1207752",
          "CSAFPID-1839888",
          "CSAFPID-1839886",
          "CSAFPID-1839925",
          "CSAFPID-1840027",
          "CSAFPID-2699041",
          "CSAFPID-2698961",
          "CSAFPID-1838586"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-28168",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-28168.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 7.5,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-1838578",
            "CSAFPID-1839911",
            "CSAFPID-1839908",
            "CSAFPID-1145869",
            "CSAFPID-1145271",
            "CSAFPID-1173947",
            "CSAFPID-2698963",
            "CSAFPID-2698973",
            "CSAFPID-2699085",
            "CSAFPID-1839941",
            "CSAFPID-1838591",
            "CSAFPID-1145868",
            "CSAFPID-1145270",
            "CSAFPID-1173946",
            "CSAFPID-1839907",
            "CSAFPID-2698965",
            "CSAFPID-2698944",
            "CSAFPID-1173942",
            "CSAFPID-1173945",
            "CSAFPID-1839952",
            "CSAFPID-2699038",
            "CSAFPID-1838592",
            "CSAFPID-1173940",
            "CSAFPID-1173941",
            "CSAFPID-1839951",
            "CSAFPID-2699059",
            "CSAFPID-1173965",
            "CSAFPID-1173967",
            "CSAFPID-1839919",
            "CSAFPID-2698957",
            "CSAFPID-1838572",
            "CSAFPID-1838581",
            "CSAFPID-1838584",
            "CSAFPID-1839924",
            "CSAFPID-1173943",
            "CSAFPID-1173944",
            "CSAFPID-1839910",
            "CSAFPID-1839909",
            "CSAFPID-1839894",
            "CSAFPID-2698958",
            "CSAFPID-2699094",
            "CSAFPID-1145265",
            "CSAFPID-1145273",
            "CSAFPID-1174046",
            "CSAFPID-1839934",
            "CSAFPID-2699086",
            "CSAFPID-1839935",
            "CSAFPID-2699073",
            "CSAFPID-2698993",
            "CSAFPID-1839893",
            "CSAFPID-1839895",
            "CSAFPID-1839890",
            "CSAFPID-1839891",
            "CSAFPID-2699072",
            "CSAFPID-1839961",
            "CSAFPID-2699023",
            "CSAFPID-2699025",
            "CSAFPID-2699024",
            "CSAFPID-2698999",
            "CSAFPID-2699077",
            "CSAFPID-2699075",
            "CSAFPID-2699076",
            "CSAFPID-2698355",
            "CSAFPID-2699027",
            "CSAFPID-1839852",
            "CSAFPID-1840033",
            "CSAFPID-2698955",
            "CSAFPID-2699001",
            "CSAFPID-2699084",
            "CSAFPID-2699079",
            "CSAFPID-2699058",
            "CSAFPID-1839957",
            "CSAFPID-2699000",
            "CSAFPID-1839953",
            "CSAFPID-2698964",
            "CSAFPID-2698991",
            "CSAFPID-2699127",
            "CSAFPID-2699126",
            "CSAFPID-2699128",
            "CSAFPID-1839980",
            "CSAFPID-1840004",
            "CSAFPID-1839981",
            "CSAFPID-2698653",
            "CSAFPID-2698654",
            "CSAFPID-2698655",
            "CSAFPID-2699056",
            "CSAFPID-2699063",
            "CSAFPID-2699060",
            "CSAFPID-1839921",
            "CSAFPID-2698975",
            "CSAFPID-1839922",
            "CSAFPID-2698974",
            "CSAFPID-1839978",
            "CSAFPID-1839979",
            "CSAFPID-2699035",
            "CSAFPID-1839983",
            "CSAFPID-1840005",
            "CSAFPID-2699034",
            "CSAFPID-2699036",
            "CSAFPID-2699096",
            "CSAFPID-2698996",
            "CSAFPID-2698333",
            "CSAFPID-2698334",
            "CSAFPID-2699007",
            "CSAFPID-2698374",
            "CSAFPID-1145246",
            "CSAFPID-1145247",
            "CSAFPID-1839868",
            "CSAFPID-2699029",
            "CSAFPID-1839869",
            "CSAFPID-1234193",
            "CSAFPID-1234261",
            "CSAFPID-2698362",
            "CSAFPID-2698358",
            "CSAFPID-2698372",
            "CSAFPID-2699013",
            "CSAFPID-2699012",
            "CSAFPID-2699016",
            "CSAFPID-2699015",
            "CSAFPID-2699098",
            "CSAFPID-1837923",
            "CSAFPID-1839960",
            "CSAFPID-2698373",
            "CSAFPID-2699093",
            "CSAFPID-2699092",
            "CSAFPID-2699091",
            "CSAFPID-2699090",
            "CSAFPID-2699124",
            "CSAFPID-2698959",
            "CSAFPID-2698357",
            "CSAFPID-1838579",
            "CSAFPID-1838582",
            "CSAFPID-2699181",
            "CSAFPID-1839930",
            "CSAFPID-1839933",
            "CSAFPID-1839931",
            "CSAFPID-1839963",
            "CSAFPID-1839932",
            "CSAFPID-2698956",
            "CSAFPID-2699180",
            "CSAFPID-2698381",
            "CSAFPID-1207518",
            "CSAFPID-1207704",
            "CSAFPID-2699083",
            "CSAFPID-1839887",
            "CSAFPID-1839889",
            "CSAFPID-1207607",
            "CSAFPID-1207752",
            "CSAFPID-1839888",
            "CSAFPID-1839886",
            "CSAFPID-1839925",
            "CSAFPID-1840027",
            "CSAFPID-2699041",
            "CSAFPID-2698961",
            "CSAFPID-1838586"
          ]
        }
      ],
      "title": "CVE-2024-28168"
    },
    {
      "cve": "CVE-2024-28219",
      "cwe": {
        "id": "CWE-120",
        "name": "Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027)"
      },
      "notes": [
        {
          "category": "other",
          "text": "Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027)",
          "title": "CWE-120"
        },
        {
          "category": "other",
          "text": "Use of Potentially Dangerous Function",
          "title": "CWE-676"
        },
        {
          "category": "other",
          "text": "Integer Overflow to Buffer Overflow",
          "title": "CWE-680"
        },
        {
          "category": "general",
          "text": "CVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:A/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N",
          "title": "CVSSV4"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-1838578",
          "CSAFPID-1839911",
          "CSAFPID-1839908",
          "CSAFPID-1145869",
          "CSAFPID-1145271",
          "CSAFPID-1173947",
          "CSAFPID-2698963",
          "CSAFPID-2698973",
          "CSAFPID-2699085",
          "CSAFPID-1839941",
          "CSAFPID-1838591",
          "CSAFPID-1145868",
          "CSAFPID-1145270",
          "CSAFPID-1173946",
          "CSAFPID-1839907",
          "CSAFPID-2698965",
          "CSAFPID-2698944",
          "CSAFPID-1173942",
          "CSAFPID-1173945",
          "CSAFPID-1839952",
          "CSAFPID-2699038",
          "CSAFPID-1838592",
          "CSAFPID-1173940",
          "CSAFPID-1173941",
          "CSAFPID-1839951",
          "CSAFPID-2699059",
          "CSAFPID-1173965",
          "CSAFPID-1173967",
          "CSAFPID-1839919",
          "CSAFPID-2698957",
          "CSAFPID-1838572",
          "CSAFPID-1838581",
          "CSAFPID-1838584",
          "CSAFPID-1839924",
          "CSAFPID-1173943",
          "CSAFPID-1173944",
          "CSAFPID-1839910",
          "CSAFPID-1839909",
          "CSAFPID-1839894",
          "CSAFPID-2698958",
          "CSAFPID-2699094",
          "CSAFPID-1145265",
          "CSAFPID-1145273",
          "CSAFPID-1174046",
          "CSAFPID-1839934",
          "CSAFPID-2699086",
          "CSAFPID-1839935",
          "CSAFPID-2699073",
          "CSAFPID-2698993",
          "CSAFPID-1839893",
          "CSAFPID-1839895",
          "CSAFPID-1839890",
          "CSAFPID-1839891",
          "CSAFPID-2699072",
          "CSAFPID-1839961",
          "CSAFPID-2699023",
          "CSAFPID-2699025",
          "CSAFPID-2699024",
          "CSAFPID-2698999",
          "CSAFPID-2699077",
          "CSAFPID-2699075",
          "CSAFPID-2699076",
          "CSAFPID-2698355",
          "CSAFPID-2699027",
          "CSAFPID-1839852",
          "CSAFPID-1840033",
          "CSAFPID-2698955",
          "CSAFPID-2699001",
          "CSAFPID-2699084",
          "CSAFPID-2699079",
          "CSAFPID-2699058",
          "CSAFPID-1839957",
          "CSAFPID-2699000",
          "CSAFPID-1839953",
          "CSAFPID-2698964",
          "CSAFPID-2698991",
          "CSAFPID-2699127",
          "CSAFPID-2699126",
          "CSAFPID-2699128",
          "CSAFPID-1839980",
          "CSAFPID-1840004",
          "CSAFPID-1839981",
          "CSAFPID-2698653",
          "CSAFPID-2698654",
          "CSAFPID-2698655",
          "CSAFPID-2699056",
          "CSAFPID-2699063",
          "CSAFPID-2699060",
          "CSAFPID-1839921",
          "CSAFPID-2698975",
          "CSAFPID-1839922",
          "CSAFPID-2698974",
          "CSAFPID-1839978",
          "CSAFPID-1839979",
          "CSAFPID-2699035",
          "CSAFPID-1839983",
          "CSAFPID-1840005",
          "CSAFPID-2699034",
          "CSAFPID-2699036",
          "CSAFPID-2699096",
          "CSAFPID-2698996",
          "CSAFPID-2698333",
          "CSAFPID-2698334",
          "CSAFPID-2699007",
          "CSAFPID-2698374",
          "CSAFPID-1145246",
          "CSAFPID-1145247",
          "CSAFPID-1839868",
          "CSAFPID-2699029",
          "CSAFPID-1839869",
          "CSAFPID-1234193",
          "CSAFPID-1234261",
          "CSAFPID-2698362",
          "CSAFPID-2698358",
          "CSAFPID-2698372",
          "CSAFPID-2699013",
          "CSAFPID-2699012",
          "CSAFPID-2699016",
          "CSAFPID-2699015",
          "CSAFPID-2699098",
          "CSAFPID-1837923",
          "CSAFPID-1839960",
          "CSAFPID-2698373",
          "CSAFPID-2699093",
          "CSAFPID-2699092",
          "CSAFPID-2699091",
          "CSAFPID-2699090",
          "CSAFPID-2699124",
          "CSAFPID-2698959",
          "CSAFPID-2698357",
          "CSAFPID-1838579",
          "CSAFPID-1838582",
          "CSAFPID-2699181",
          "CSAFPID-1839930",
          "CSAFPID-1839933",
          "CSAFPID-1839931",
          "CSAFPID-1839963",
          "CSAFPID-1839932",
          "CSAFPID-2698956",
          "CSAFPID-2699180",
          "CSAFPID-2698381",
          "CSAFPID-1207518",
          "CSAFPID-1207704",
          "CSAFPID-2699083",
          "CSAFPID-1839887",
          "CSAFPID-1839889",
          "CSAFPID-1207607",
          "CSAFPID-1207752",
          "CSAFPID-1839888",
          "CSAFPID-1839886",
          "CSAFPID-1839925",
          "CSAFPID-1840027",
          "CSAFPID-2699041",
          "CSAFPID-2698961",
          "CSAFPID-1838586"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-28219",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-28219.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 7.3,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:H",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-1838578",
            "CSAFPID-1839911",
            "CSAFPID-1839908",
            "CSAFPID-1145869",
            "CSAFPID-1145271",
            "CSAFPID-1173947",
            "CSAFPID-2698963",
            "CSAFPID-2698973",
            "CSAFPID-2699085",
            "CSAFPID-1839941",
            "CSAFPID-1838591",
            "CSAFPID-1145868",
            "CSAFPID-1145270",
            "CSAFPID-1173946",
            "CSAFPID-1839907",
            "CSAFPID-2698965",
            "CSAFPID-2698944",
            "CSAFPID-1173942",
            "CSAFPID-1173945",
            "CSAFPID-1839952",
            "CSAFPID-2699038",
            "CSAFPID-1838592",
            "CSAFPID-1173940",
            "CSAFPID-1173941",
            "CSAFPID-1839951",
            "CSAFPID-2699059",
            "CSAFPID-1173965",
            "CSAFPID-1173967",
            "CSAFPID-1839919",
            "CSAFPID-2698957",
            "CSAFPID-1838572",
            "CSAFPID-1838581",
            "CSAFPID-1838584",
            "CSAFPID-1839924",
            "CSAFPID-1173943",
            "CSAFPID-1173944",
            "CSAFPID-1839910",
            "CSAFPID-1839909",
            "CSAFPID-1839894",
            "CSAFPID-2698958",
            "CSAFPID-2699094",
            "CSAFPID-1145265",
            "CSAFPID-1145273",
            "CSAFPID-1174046",
            "CSAFPID-1839934",
            "CSAFPID-2699086",
            "CSAFPID-1839935",
            "CSAFPID-2699073",
            "CSAFPID-2698993",
            "CSAFPID-1839893",
            "CSAFPID-1839895",
            "CSAFPID-1839890",
            "CSAFPID-1839891",
            "CSAFPID-2699072",
            "CSAFPID-1839961",
            "CSAFPID-2699023",
            "CSAFPID-2699025",
            "CSAFPID-2699024",
            "CSAFPID-2698999",
            "CSAFPID-2699077",
            "CSAFPID-2699075",
            "CSAFPID-2699076",
            "CSAFPID-2698355",
            "CSAFPID-2699027",
            "CSAFPID-1839852",
            "CSAFPID-1840033",
            "CSAFPID-2698955",
            "CSAFPID-2699001",
            "CSAFPID-2699084",
            "CSAFPID-2699079",
            "CSAFPID-2699058",
            "CSAFPID-1839957",
            "CSAFPID-2699000",
            "CSAFPID-1839953",
            "CSAFPID-2698964",
            "CSAFPID-2698991",
            "CSAFPID-2699127",
            "CSAFPID-2699126",
            "CSAFPID-2699128",
            "CSAFPID-1839980",
            "CSAFPID-1840004",
            "CSAFPID-1839981",
            "CSAFPID-2698653",
            "CSAFPID-2698654",
            "CSAFPID-2698655",
            "CSAFPID-2699056",
            "CSAFPID-2699063",
            "CSAFPID-2699060",
            "CSAFPID-1839921",
            "CSAFPID-2698975",
            "CSAFPID-1839922",
            "CSAFPID-2698974",
            "CSAFPID-1839978",
            "CSAFPID-1839979",
            "CSAFPID-2699035",
            "CSAFPID-1839983",
            "CSAFPID-1840005",
            "CSAFPID-2699034",
            "CSAFPID-2699036",
            "CSAFPID-2699096",
            "CSAFPID-2698996",
            "CSAFPID-2698333",
            "CSAFPID-2698334",
            "CSAFPID-2699007",
            "CSAFPID-2698374",
            "CSAFPID-1145246",
            "CSAFPID-1145247",
            "CSAFPID-1839868",
            "CSAFPID-2699029",
            "CSAFPID-1839869",
            "CSAFPID-1234193",
            "CSAFPID-1234261",
            "CSAFPID-2698362",
            "CSAFPID-2698358",
            "CSAFPID-2698372",
            "CSAFPID-2699013",
            "CSAFPID-2699012",
            "CSAFPID-2699016",
            "CSAFPID-2699015",
            "CSAFPID-2699098",
            "CSAFPID-1837923",
            "CSAFPID-1839960",
            "CSAFPID-2698373",
            "CSAFPID-2699093",
            "CSAFPID-2699092",
            "CSAFPID-2699091",
            "CSAFPID-2699090",
            "CSAFPID-2699124",
            "CSAFPID-2698959",
            "CSAFPID-2698357",
            "CSAFPID-1838579",
            "CSAFPID-1838582",
            "CSAFPID-2699181",
            "CSAFPID-1839930",
            "CSAFPID-1839933",
            "CSAFPID-1839931",
            "CSAFPID-1839963",
            "CSAFPID-1839932",
            "CSAFPID-2698956",
            "CSAFPID-2699180",
            "CSAFPID-2698381",
            "CSAFPID-1207518",
            "CSAFPID-1207704",
            "CSAFPID-2699083",
            "CSAFPID-1839887",
            "CSAFPID-1839889",
            "CSAFPID-1207607",
            "CSAFPID-1207752",
            "CSAFPID-1839888",
            "CSAFPID-1839886",
            "CSAFPID-1839925",
            "CSAFPID-1840027",
            "CSAFPID-2699041",
            "CSAFPID-2698961",
            "CSAFPID-1838586"
          ]
        }
      ],
      "title": "CVE-2024-28219"
    },
    {
      "cve": "CVE-2024-28834",
      "cwe": {
        "id": "CWE-200",
        "name": "Exposure of Sensitive Information to an Unauthorized Actor"
      },
      "notes": [
        {
          "category": "other",
          "text": "Exposure of Sensitive Information to an Unauthorized Actor",
          "title": "CWE-200"
        },
        {
          "category": "other",
          "text": "Use of a Broken or Risky Cryptographic Algorithm",
          "title": "CWE-327"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-1838578",
          "CSAFPID-1839911",
          "CSAFPID-1839908",
          "CSAFPID-1145869",
          "CSAFPID-1145271",
          "CSAFPID-1173947",
          "CSAFPID-2698963",
          "CSAFPID-2698973",
          "CSAFPID-2699085",
          "CSAFPID-1839941",
          "CSAFPID-1838591",
          "CSAFPID-1145868",
          "CSAFPID-1145270",
          "CSAFPID-1173946",
          "CSAFPID-1839907",
          "CSAFPID-2698965",
          "CSAFPID-2698944",
          "CSAFPID-1173942",
          "CSAFPID-1173945",
          "CSAFPID-1839952",
          "CSAFPID-2699038",
          "CSAFPID-1838592",
          "CSAFPID-1173940",
          "CSAFPID-1173941",
          "CSAFPID-1839951",
          "CSAFPID-2699059",
          "CSAFPID-1173965",
          "CSAFPID-1173967",
          "CSAFPID-1839919",
          "CSAFPID-2698957",
          "CSAFPID-1838572",
          "CSAFPID-1838581",
          "CSAFPID-1838584",
          "CSAFPID-1839924",
          "CSAFPID-1173943",
          "CSAFPID-1173944",
          "CSAFPID-1839910",
          "CSAFPID-1839909",
          "CSAFPID-1839894",
          "CSAFPID-2698958",
          "CSAFPID-2699094",
          "CSAFPID-1145265",
          "CSAFPID-1145273",
          "CSAFPID-1174046",
          "CSAFPID-1839934",
          "CSAFPID-2699086",
          "CSAFPID-1839935",
          "CSAFPID-2699073",
          "CSAFPID-2698993",
          "CSAFPID-1839893",
          "CSAFPID-1839895",
          "CSAFPID-1839890",
          "CSAFPID-1839891",
          "CSAFPID-2699072",
          "CSAFPID-1839961",
          "CSAFPID-2699023",
          "CSAFPID-2699025",
          "CSAFPID-2699024",
          "CSAFPID-2698999",
          "CSAFPID-2699077",
          "CSAFPID-2699075",
          "CSAFPID-2699076",
          "CSAFPID-2698355",
          "CSAFPID-2699027",
          "CSAFPID-1839852",
          "CSAFPID-1840033",
          "CSAFPID-2698955",
          "CSAFPID-2699001",
          "CSAFPID-2699084",
          "CSAFPID-2699079",
          "CSAFPID-2699058",
          "CSAFPID-1839957",
          "CSAFPID-2699000",
          "CSAFPID-1839953",
          "CSAFPID-2698964",
          "CSAFPID-2698991",
          "CSAFPID-2699127",
          "CSAFPID-2699126",
          "CSAFPID-2699128",
          "CSAFPID-1839980",
          "CSAFPID-1840004",
          "CSAFPID-1839981",
          "CSAFPID-2698653",
          "CSAFPID-2698654",
          "CSAFPID-2698655",
          "CSAFPID-2699056",
          "CSAFPID-2699063",
          "CSAFPID-2699060",
          "CSAFPID-1839921",
          "CSAFPID-2698975",
          "CSAFPID-1839922",
          "CSAFPID-2698974",
          "CSAFPID-1839978",
          "CSAFPID-1839979",
          "CSAFPID-2699035",
          "CSAFPID-1839983",
          "CSAFPID-1840005",
          "CSAFPID-2699034",
          "CSAFPID-2699036",
          "CSAFPID-2699096",
          "CSAFPID-2698996",
          "CSAFPID-2698333",
          "CSAFPID-2698334",
          "CSAFPID-2699007",
          "CSAFPID-2698374",
          "CSAFPID-1145246",
          "CSAFPID-1145247",
          "CSAFPID-1839868",
          "CSAFPID-2699029",
          "CSAFPID-1839869",
          "CSAFPID-1234193",
          "CSAFPID-1234261",
          "CSAFPID-2698362",
          "CSAFPID-2698358",
          "CSAFPID-2698372",
          "CSAFPID-2699013",
          "CSAFPID-2699012",
          "CSAFPID-2699016",
          "CSAFPID-2699015",
          "CSAFPID-2699098",
          "CSAFPID-1837923",
          "CSAFPID-1839960",
          "CSAFPID-2698373",
          "CSAFPID-2699093",
          "CSAFPID-2699092",
          "CSAFPID-2699091",
          "CSAFPID-2699090",
          "CSAFPID-2699124",
          "CSAFPID-2698959",
          "CSAFPID-2698357",
          "CSAFPID-1838579",
          "CSAFPID-1838582",
          "CSAFPID-2699181",
          "CSAFPID-1839930",
          "CSAFPID-1839933",
          "CSAFPID-1839931",
          "CSAFPID-1839963",
          "CSAFPID-1839932",
          "CSAFPID-2698956",
          "CSAFPID-2699180",
          "CSAFPID-2698381",
          "CSAFPID-1207518",
          "CSAFPID-1207704",
          "CSAFPID-2699083",
          "CSAFPID-1839887",
          "CSAFPID-1839889",
          "CSAFPID-1207607",
          "CSAFPID-1207752",
          "CSAFPID-1839888",
          "CSAFPID-1839886",
          "CSAFPID-1839925",
          "CSAFPID-1840027",
          "CSAFPID-2699041",
          "CSAFPID-2698961",
          "CSAFPID-1838586"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-28834",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-28834.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 5.3,
            "baseSeverity": "MEDIUM",
            "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-1838578",
            "CSAFPID-1839911",
            "CSAFPID-1839908",
            "CSAFPID-1145869",
            "CSAFPID-1145271",
            "CSAFPID-1173947",
            "CSAFPID-2698963",
            "CSAFPID-2698973",
            "CSAFPID-2699085",
            "CSAFPID-1839941",
            "CSAFPID-1838591",
            "CSAFPID-1145868",
            "CSAFPID-1145270",
            "CSAFPID-1173946",
            "CSAFPID-1839907",
            "CSAFPID-2698965",
            "CSAFPID-2698944",
            "CSAFPID-1173942",
            "CSAFPID-1173945",
            "CSAFPID-1839952",
            "CSAFPID-2699038",
            "CSAFPID-1838592",
            "CSAFPID-1173940",
            "CSAFPID-1173941",
            "CSAFPID-1839951",
            "CSAFPID-2699059",
            "CSAFPID-1173965",
            "CSAFPID-1173967",
            "CSAFPID-1839919",
            "CSAFPID-2698957",
            "CSAFPID-1838572",
            "CSAFPID-1838581",
            "CSAFPID-1838584",
            "CSAFPID-1839924",
            "CSAFPID-1173943",
            "CSAFPID-1173944",
            "CSAFPID-1839910",
            "CSAFPID-1839909",
            "CSAFPID-1839894",
            "CSAFPID-2698958",
            "CSAFPID-2699094",
            "CSAFPID-1145265",
            "CSAFPID-1145273",
            "CSAFPID-1174046",
            "CSAFPID-1839934",
            "CSAFPID-2699086",
            "CSAFPID-1839935",
            "CSAFPID-2699073",
            "CSAFPID-2698993",
            "CSAFPID-1839893",
            "CSAFPID-1839895",
            "CSAFPID-1839890",
            "CSAFPID-1839891",
            "CSAFPID-2699072",
            "CSAFPID-1839961",
            "CSAFPID-2699023",
            "CSAFPID-2699025",
            "CSAFPID-2699024",
            "CSAFPID-2698999",
            "CSAFPID-2699077",
            "CSAFPID-2699075",
            "CSAFPID-2699076",
            "CSAFPID-2698355",
            "CSAFPID-2699027",
            "CSAFPID-1839852",
            "CSAFPID-1840033",
            "CSAFPID-2698955",
            "CSAFPID-2699001",
            "CSAFPID-2699084",
            "CSAFPID-2699079",
            "CSAFPID-2699058",
            "CSAFPID-1839957",
            "CSAFPID-2699000",
            "CSAFPID-1839953",
            "CSAFPID-2698964",
            "CSAFPID-2698991",
            "CSAFPID-2699127",
            "CSAFPID-2699126",
            "CSAFPID-2699128",
            "CSAFPID-1839980",
            "CSAFPID-1840004",
            "CSAFPID-1839981",
            "CSAFPID-2698653",
            "CSAFPID-2698654",
            "CSAFPID-2698655",
            "CSAFPID-2699056",
            "CSAFPID-2699063",
            "CSAFPID-2699060",
            "CSAFPID-1839921",
            "CSAFPID-2698975",
            "CSAFPID-1839922",
            "CSAFPID-2698974",
            "CSAFPID-1839978",
            "CSAFPID-1839979",
            "CSAFPID-2699035",
            "CSAFPID-1839983",
            "CSAFPID-1840005",
            "CSAFPID-2699034",
            "CSAFPID-2699036",
            "CSAFPID-2699096",
            "CSAFPID-2698996",
            "CSAFPID-2698333",
            "CSAFPID-2698334",
            "CSAFPID-2699007",
            "CSAFPID-2698374",
            "CSAFPID-1145246",
            "CSAFPID-1145247",
            "CSAFPID-1839868",
            "CSAFPID-2699029",
            "CSAFPID-1839869",
            "CSAFPID-1234193",
            "CSAFPID-1234261",
            "CSAFPID-2698362",
            "CSAFPID-2698358",
            "CSAFPID-2698372",
            "CSAFPID-2699013",
            "CSAFPID-2699012",
            "CSAFPID-2699016",
            "CSAFPID-2699015",
            "CSAFPID-2699098",
            "CSAFPID-1837923",
            "CSAFPID-1839960",
            "CSAFPID-2698373",
            "CSAFPID-2699093",
            "CSAFPID-2699092",
            "CSAFPID-2699091",
            "CSAFPID-2699090",
            "CSAFPID-2699124",
            "CSAFPID-2698959",
            "CSAFPID-2698357",
            "CSAFPID-1838579",
            "CSAFPID-1838582",
            "CSAFPID-2699181",
            "CSAFPID-1839930",
            "CSAFPID-1839933",
            "CSAFPID-1839931",
            "CSAFPID-1839963",
            "CSAFPID-1839932",
            "CSAFPID-2698956",
            "CSAFPID-2699180",
            "CSAFPID-2698381",
            "CSAFPID-1207518",
            "CSAFPID-1207704",
            "CSAFPID-2699083",
            "CSAFPID-1839887",
            "CSAFPID-1839889",
            "CSAFPID-1207607",
            "CSAFPID-1207752",
            "CSAFPID-1839888",
            "CSAFPID-1839886",
            "CSAFPID-1839925",
            "CSAFPID-1840027",
            "CSAFPID-2699041",
            "CSAFPID-2698961",
            "CSAFPID-1838586"
          ]
        }
      ],
      "title": "CVE-2024-28834"
    },
    {
      "cve": "CVE-2024-31141",
      "cwe": {
        "id": "CWE-200",
        "name": "Exposure of Sensitive Information to an Unauthorized Actor"
      },
      "notes": [
        {
          "category": "other",
          "text": "Exposure of Sensitive Information to an Unauthorized Actor",
          "title": "CWE-200"
        },
        {
          "category": "other",
          "text": "Files or Directories Accessible to External Parties",
          "title": "CWE-552"
        },
        {
          "category": "other",
          "text": "Improper Privilege Management",
          "title": "CWE-269"
        },
        {
          "category": "general",
          "text": "CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N",
          "title": "CVSSV4"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-1838578",
          "CSAFPID-1839911",
          "CSAFPID-1839908",
          "CSAFPID-1145869",
          "CSAFPID-1145271",
          "CSAFPID-1173947",
          "CSAFPID-2698963",
          "CSAFPID-2698973",
          "CSAFPID-2699085",
          "CSAFPID-1839941",
          "CSAFPID-1838591",
          "CSAFPID-1145868",
          "CSAFPID-1145270",
          "CSAFPID-1173946",
          "CSAFPID-1839907",
          "CSAFPID-2698965",
          "CSAFPID-2698944",
          "CSAFPID-1173942",
          "CSAFPID-1173945",
          "CSAFPID-1839952",
          "CSAFPID-2699038",
          "CSAFPID-1838592",
          "CSAFPID-1173940",
          "CSAFPID-1173941",
          "CSAFPID-1839951",
          "CSAFPID-2699059",
          "CSAFPID-1173965",
          "CSAFPID-1173967",
          "CSAFPID-1839919",
          "CSAFPID-2698957",
          "CSAFPID-1838572",
          "CSAFPID-1838581",
          "CSAFPID-1838584",
          "CSAFPID-1839924",
          "CSAFPID-1173943",
          "CSAFPID-1173944",
          "CSAFPID-1839910",
          "CSAFPID-1839909",
          "CSAFPID-1839894",
          "CSAFPID-2698958",
          "CSAFPID-2699094",
          "CSAFPID-1145265",
          "CSAFPID-1145273",
          "CSAFPID-1174046",
          "CSAFPID-1839934",
          "CSAFPID-2699086",
          "CSAFPID-1839935",
          "CSAFPID-2699073",
          "CSAFPID-2698993",
          "CSAFPID-1839893",
          "CSAFPID-1839895",
          "CSAFPID-1839890",
          "CSAFPID-1839891",
          "CSAFPID-2699072",
          "CSAFPID-1839961",
          "CSAFPID-2699023",
          "CSAFPID-2699025",
          "CSAFPID-2699024",
          "CSAFPID-2698999",
          "CSAFPID-2699077",
          "CSAFPID-2699075",
          "CSAFPID-2699076",
          "CSAFPID-2698355",
          "CSAFPID-2699027",
          "CSAFPID-1839852",
          "CSAFPID-1840033",
          "CSAFPID-2698955",
          "CSAFPID-2699001",
          "CSAFPID-2699084",
          "CSAFPID-2699079",
          "CSAFPID-2699058",
          "CSAFPID-1839957",
          "CSAFPID-2699000",
          "CSAFPID-1839953",
          "CSAFPID-2698964",
          "CSAFPID-2698991",
          "CSAFPID-2699127",
          "CSAFPID-2699126",
          "CSAFPID-2699128",
          "CSAFPID-1839980",
          "CSAFPID-1840004",
          "CSAFPID-1839981",
          "CSAFPID-2698653",
          "CSAFPID-2698654",
          "CSAFPID-2698655",
          "CSAFPID-2699056",
          "CSAFPID-2699063",
          "CSAFPID-2699060",
          "CSAFPID-1839921",
          "CSAFPID-2698975",
          "CSAFPID-1839922",
          "CSAFPID-2698974",
          "CSAFPID-1839978",
          "CSAFPID-1839979",
          "CSAFPID-2699035",
          "CSAFPID-1839983",
          "CSAFPID-1840005",
          "CSAFPID-2699034",
          "CSAFPID-2699036",
          "CSAFPID-2699096",
          "CSAFPID-2698996",
          "CSAFPID-2698333",
          "CSAFPID-2698334",
          "CSAFPID-2699007",
          "CSAFPID-2698374",
          "CSAFPID-1145246",
          "CSAFPID-1145247",
          "CSAFPID-1839868",
          "CSAFPID-2699029",
          "CSAFPID-1839869",
          "CSAFPID-1234193",
          "CSAFPID-1234261",
          "CSAFPID-2698362",
          "CSAFPID-2698358",
          "CSAFPID-2698372",
          "CSAFPID-2699013",
          "CSAFPID-2699012",
          "CSAFPID-2699016",
          "CSAFPID-2699015",
          "CSAFPID-2699098",
          "CSAFPID-1837923",
          "CSAFPID-1839960",
          "CSAFPID-2698373",
          "CSAFPID-2699093",
          "CSAFPID-2699092",
          "CSAFPID-2699091",
          "CSAFPID-2699090",
          "CSAFPID-2699124",
          "CSAFPID-2698959",
          "CSAFPID-2698357",
          "CSAFPID-1838579",
          "CSAFPID-1838582",
          "CSAFPID-2699181",
          "CSAFPID-1839930",
          "CSAFPID-1839933",
          "CSAFPID-1839931",
          "CSAFPID-1839963",
          "CSAFPID-1839932",
          "CSAFPID-2698956",
          "CSAFPID-2699180",
          "CSAFPID-2698381",
          "CSAFPID-1207518",
          "CSAFPID-1207704",
          "CSAFPID-2699083",
          "CSAFPID-1839887",
          "CSAFPID-1839889",
          "CSAFPID-1207607",
          "CSAFPID-1207752",
          "CSAFPID-1839888",
          "CSAFPID-1839886",
          "CSAFPID-1839925",
          "CSAFPID-1840027",
          "CSAFPID-2699041",
          "CSAFPID-2698961",
          "CSAFPID-1838586"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-31141",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-31141.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 6.5,
            "baseSeverity": "MEDIUM",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-1838578",
            "CSAFPID-1839911",
            "CSAFPID-1839908",
            "CSAFPID-1145869",
            "CSAFPID-1145271",
            "CSAFPID-1173947",
            "CSAFPID-2698963",
            "CSAFPID-2698973",
            "CSAFPID-2699085",
            "CSAFPID-1839941",
            "CSAFPID-1838591",
            "CSAFPID-1145868",
            "CSAFPID-1145270",
            "CSAFPID-1173946",
            "CSAFPID-1839907",
            "CSAFPID-2698965",
            "CSAFPID-2698944",
            "CSAFPID-1173942",
            "CSAFPID-1173945",
            "CSAFPID-1839952",
            "CSAFPID-2699038",
            "CSAFPID-1838592",
            "CSAFPID-1173940",
            "CSAFPID-1173941",
            "CSAFPID-1839951",
            "CSAFPID-2699059",
            "CSAFPID-1173965",
            "CSAFPID-1173967",
            "CSAFPID-1839919",
            "CSAFPID-2698957",
            "CSAFPID-1838572",
            "CSAFPID-1838581",
            "CSAFPID-1838584",
            "CSAFPID-1839924",
            "CSAFPID-1173943",
            "CSAFPID-1173944",
            "CSAFPID-1839910",
            "CSAFPID-1839909",
            "CSAFPID-1839894",
            "CSAFPID-2698958",
            "CSAFPID-2699094",
            "CSAFPID-1145265",
            "CSAFPID-1145273",
            "CSAFPID-1174046",
            "CSAFPID-1839934",
            "CSAFPID-2699086",
            "CSAFPID-1839935",
            "CSAFPID-2699073",
            "CSAFPID-2698993",
            "CSAFPID-1839893",
            "CSAFPID-1839895",
            "CSAFPID-1839890",
            "CSAFPID-1839891",
            "CSAFPID-2699072",
            "CSAFPID-1839961",
            "CSAFPID-2699023",
            "CSAFPID-2699025",
            "CSAFPID-2699024",
            "CSAFPID-2698999",
            "CSAFPID-2699077",
            "CSAFPID-2699075",
            "CSAFPID-2699076",
            "CSAFPID-2698355",
            "CSAFPID-2699027",
            "CSAFPID-1839852",
            "CSAFPID-1840033",
            "CSAFPID-2698955",
            "CSAFPID-2699001",
            "CSAFPID-2699084",
            "CSAFPID-2699079",
            "CSAFPID-2699058",
            "CSAFPID-1839957",
            "CSAFPID-2699000",
            "CSAFPID-1839953",
            "CSAFPID-2698964",
            "CSAFPID-2698991",
            "CSAFPID-2699127",
            "CSAFPID-2699126",
            "CSAFPID-2699128",
            "CSAFPID-1839980",
            "CSAFPID-1840004",
            "CSAFPID-1839981",
            "CSAFPID-2698653",
            "CSAFPID-2698654",
            "CSAFPID-2698655",
            "CSAFPID-2699056",
            "CSAFPID-2699063",
            "CSAFPID-2699060",
            "CSAFPID-1839921",
            "CSAFPID-2698975",
            "CSAFPID-1839922",
            "CSAFPID-2698974",
            "CSAFPID-1839978",
            "CSAFPID-1839979",
            "CSAFPID-2699035",
            "CSAFPID-1839983",
            "CSAFPID-1840005",
            "CSAFPID-2699034",
            "CSAFPID-2699036",
            "CSAFPID-2699096",
            "CSAFPID-2698996",
            "CSAFPID-2698333",
            "CSAFPID-2698334",
            "CSAFPID-2699007",
            "CSAFPID-2698374",
            "CSAFPID-1145246",
            "CSAFPID-1145247",
            "CSAFPID-1839868",
            "CSAFPID-2699029",
            "CSAFPID-1839869",
            "CSAFPID-1234193",
            "CSAFPID-1234261",
            "CSAFPID-2698362",
            "CSAFPID-2698358",
            "CSAFPID-2698372",
            "CSAFPID-2699013",
            "CSAFPID-2699012",
            "CSAFPID-2699016",
            "CSAFPID-2699015",
            "CSAFPID-2699098",
            "CSAFPID-1837923",
            "CSAFPID-1839960",
            "CSAFPID-2698373",
            "CSAFPID-2699093",
            "CSAFPID-2699092",
            "CSAFPID-2699091",
            "CSAFPID-2699090",
            "CSAFPID-2699124",
            "CSAFPID-2698959",
            "CSAFPID-2698357",
            "CSAFPID-1838579",
            "CSAFPID-1838582",
            "CSAFPID-2699181",
            "CSAFPID-1839930",
            "CSAFPID-1839933",
            "CSAFPID-1839931",
            "CSAFPID-1839963",
            "CSAFPID-1839932",
            "CSAFPID-2698956",
            "CSAFPID-2699180",
            "CSAFPID-2698381",
            "CSAFPID-1207518",
            "CSAFPID-1207704",
            "CSAFPID-2699083",
            "CSAFPID-1839887",
            "CSAFPID-1839889",
            "CSAFPID-1207607",
            "CSAFPID-1207752",
            "CSAFPID-1839888",
            "CSAFPID-1839886",
            "CSAFPID-1839925",
            "CSAFPID-1840027",
            "CSAFPID-2699041",
            "CSAFPID-2698961",
            "CSAFPID-1838586"
          ]
        }
      ],
      "title": "CVE-2024-31141"
    },
    {
      "cve": "CVE-2024-34064",
      "cwe": {
        "id": "CWE-79",
        "name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
      },
      "notes": [
        {
          "category": "other",
          "text": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)",
          "title": "CWE-79"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-1838578",
          "CSAFPID-1839911",
          "CSAFPID-1839908",
          "CSAFPID-1145869",
          "CSAFPID-1145271",
          "CSAFPID-1173947",
          "CSAFPID-2698963",
          "CSAFPID-2698973",
          "CSAFPID-2699085",
          "CSAFPID-1839941",
          "CSAFPID-1838591",
          "CSAFPID-1145868",
          "CSAFPID-1145270",
          "CSAFPID-1173946",
          "CSAFPID-1839907",
          "CSAFPID-2698965",
          "CSAFPID-2698944",
          "CSAFPID-1173942",
          "CSAFPID-1173945",
          "CSAFPID-1839952",
          "CSAFPID-2699038",
          "CSAFPID-1838592",
          "CSAFPID-1173940",
          "CSAFPID-1173941",
          "CSAFPID-1839951",
          "CSAFPID-2699059",
          "CSAFPID-1173965",
          "CSAFPID-1173967",
          "CSAFPID-1839919",
          "CSAFPID-2698957",
          "CSAFPID-1838572",
          "CSAFPID-1838581",
          "CSAFPID-1838584",
          "CSAFPID-1839924",
          "CSAFPID-1173943",
          "CSAFPID-1173944",
          "CSAFPID-1839910",
          "CSAFPID-1839909",
          "CSAFPID-1839894",
          "CSAFPID-2698958",
          "CSAFPID-2699094",
          "CSAFPID-1145265",
          "CSAFPID-1145273",
          "CSAFPID-1174046",
          "CSAFPID-1839934",
          "CSAFPID-2699086",
          "CSAFPID-1839935",
          "CSAFPID-2699073",
          "CSAFPID-2698993",
          "CSAFPID-1839893",
          "CSAFPID-1839895",
          "CSAFPID-1839890",
          "CSAFPID-1839891",
          "CSAFPID-2699072",
          "CSAFPID-1839961",
          "CSAFPID-2699023",
          "CSAFPID-2699025",
          "CSAFPID-2699024",
          "CSAFPID-2698999",
          "CSAFPID-2699077",
          "CSAFPID-2699075",
          "CSAFPID-2699076",
          "CSAFPID-2698355",
          "CSAFPID-2699027",
          "CSAFPID-1839852",
          "CSAFPID-1840033",
          "CSAFPID-2698955",
          "CSAFPID-2699001",
          "CSAFPID-2699084",
          "CSAFPID-2699079",
          "CSAFPID-2699058",
          "CSAFPID-1839957",
          "CSAFPID-2699000",
          "CSAFPID-1839953",
          "CSAFPID-2698964",
          "CSAFPID-2698991",
          "CSAFPID-2699127",
          "CSAFPID-2699126",
          "CSAFPID-2699128",
          "CSAFPID-1839980",
          "CSAFPID-1840004",
          "CSAFPID-1839981",
          "CSAFPID-2698653",
          "CSAFPID-2698654",
          "CSAFPID-2698655",
          "CSAFPID-2699056",
          "CSAFPID-2699063",
          "CSAFPID-2699060",
          "CSAFPID-1839921",
          "CSAFPID-2698975",
          "CSAFPID-1839922",
          "CSAFPID-2698974",
          "CSAFPID-1839978",
          "CSAFPID-1839979",
          "CSAFPID-2699035",
          "CSAFPID-1839983",
          "CSAFPID-1840005",
          "CSAFPID-2699034",
          "CSAFPID-2699036",
          "CSAFPID-2699096",
          "CSAFPID-2698996",
          "CSAFPID-2698333",
          "CSAFPID-2698334",
          "CSAFPID-2699007",
          "CSAFPID-2698374",
          "CSAFPID-1145246",
          "CSAFPID-1145247",
          "CSAFPID-1839868",
          "CSAFPID-2699029",
          "CSAFPID-1839869",
          "CSAFPID-1234193",
          "CSAFPID-1234261",
          "CSAFPID-2698362",
          "CSAFPID-2698358",
          "CSAFPID-2698372",
          "CSAFPID-2699013",
          "CSAFPID-2699012",
          "CSAFPID-2699016",
          "CSAFPID-2699015",
          "CSAFPID-2699098",
          "CSAFPID-1837923",
          "CSAFPID-1839960",
          "CSAFPID-2698373",
          "CSAFPID-2699093",
          "CSAFPID-2699092",
          "CSAFPID-2699091",
          "CSAFPID-2699090",
          "CSAFPID-2699124",
          "CSAFPID-2698959",
          "CSAFPID-2698357",
          "CSAFPID-1838579",
          "CSAFPID-1838582",
          "CSAFPID-2699181",
          "CSAFPID-1839930",
          "CSAFPID-1839933",
          "CSAFPID-1839931",
          "CSAFPID-1839963",
          "CSAFPID-1839932",
          "CSAFPID-2698956",
          "CSAFPID-2699180",
          "CSAFPID-2698381",
          "CSAFPID-1207518",
          "CSAFPID-1207704",
          "CSAFPID-2699083",
          "CSAFPID-1839887",
          "CSAFPID-1839889",
          "CSAFPID-1207607",
          "CSAFPID-1207752",
          "CSAFPID-1839888",
          "CSAFPID-1839886",
          "CSAFPID-1839925",
          "CSAFPID-1840027",
          "CSAFPID-2699041",
          "CSAFPID-2698961",
          "CSAFPID-1838586"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-34064",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-34064.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 5.4,
            "baseSeverity": "MEDIUM",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-1838578",
            "CSAFPID-1839911",
            "CSAFPID-1839908",
            "CSAFPID-1145869",
            "CSAFPID-1145271",
            "CSAFPID-1173947",
            "CSAFPID-2698963",
            "CSAFPID-2698973",
            "CSAFPID-2699085",
            "CSAFPID-1839941",
            "CSAFPID-1838591",
            "CSAFPID-1145868",
            "CSAFPID-1145270",
            "CSAFPID-1173946",
            "CSAFPID-1839907",
            "CSAFPID-2698965",
            "CSAFPID-2698944",
            "CSAFPID-1173942",
            "CSAFPID-1173945",
            "CSAFPID-1839952",
            "CSAFPID-2699038",
            "CSAFPID-1838592",
            "CSAFPID-1173940",
            "CSAFPID-1173941",
            "CSAFPID-1839951",
            "CSAFPID-2699059",
            "CSAFPID-1173965",
            "CSAFPID-1173967",
            "CSAFPID-1839919",
            "CSAFPID-2698957",
            "CSAFPID-1838572",
            "CSAFPID-1838581",
            "CSAFPID-1838584",
            "CSAFPID-1839924",
            "CSAFPID-1173943",
            "CSAFPID-1173944",
            "CSAFPID-1839910",
            "CSAFPID-1839909",
            "CSAFPID-1839894",
            "CSAFPID-2698958",
            "CSAFPID-2699094",
            "CSAFPID-1145265",
            "CSAFPID-1145273",
            "CSAFPID-1174046",
            "CSAFPID-1839934",
            "CSAFPID-2699086",
            "CSAFPID-1839935",
            "CSAFPID-2699073",
            "CSAFPID-2698993",
            "CSAFPID-1839893",
            "CSAFPID-1839895",
            "CSAFPID-1839890",
            "CSAFPID-1839891",
            "CSAFPID-2699072",
            "CSAFPID-1839961",
            "CSAFPID-2699023",
            "CSAFPID-2699025",
            "CSAFPID-2699024",
            "CSAFPID-2698999",
            "CSAFPID-2699077",
            "CSAFPID-2699075",
            "CSAFPID-2699076",
            "CSAFPID-2698355",
            "CSAFPID-2699027",
            "CSAFPID-1839852",
            "CSAFPID-1840033",
            "CSAFPID-2698955",
            "CSAFPID-2699001",
            "CSAFPID-2699084",
            "CSAFPID-2699079",
            "CSAFPID-2699058",
            "CSAFPID-1839957",
            "CSAFPID-2699000",
            "CSAFPID-1839953",
            "CSAFPID-2698964",
            "CSAFPID-2698991",
            "CSAFPID-2699127",
            "CSAFPID-2699126",
            "CSAFPID-2699128",
            "CSAFPID-1839980",
            "CSAFPID-1840004",
            "CSAFPID-1839981",
            "CSAFPID-2698653",
            "CSAFPID-2698654",
            "CSAFPID-2698655",
            "CSAFPID-2699056",
            "CSAFPID-2699063",
            "CSAFPID-2699060",
            "CSAFPID-1839921",
            "CSAFPID-2698975",
            "CSAFPID-1839922",
            "CSAFPID-2698974",
            "CSAFPID-1839978",
            "CSAFPID-1839979",
            "CSAFPID-2699035",
            "CSAFPID-1839983",
            "CSAFPID-1840005",
            "CSAFPID-2699034",
            "CSAFPID-2699036",
            "CSAFPID-2699096",
            "CSAFPID-2698996",
            "CSAFPID-2698333",
            "CSAFPID-2698334",
            "CSAFPID-2699007",
            "CSAFPID-2698374",
            "CSAFPID-1145246",
            "CSAFPID-1145247",
            "CSAFPID-1839868",
            "CSAFPID-2699029",
            "CSAFPID-1839869",
            "CSAFPID-1234193",
            "CSAFPID-1234261",
            "CSAFPID-2698362",
            "CSAFPID-2698358",
            "CSAFPID-2698372",
            "CSAFPID-2699013",
            "CSAFPID-2699012",
            "CSAFPID-2699016",
            "CSAFPID-2699015",
            "CSAFPID-2699098",
            "CSAFPID-1837923",
            "CSAFPID-1839960",
            "CSAFPID-2698373",
            "CSAFPID-2699093",
            "CSAFPID-2699092",
            "CSAFPID-2699091",
            "CSAFPID-2699090",
            "CSAFPID-2699124",
            "CSAFPID-2698959",
            "CSAFPID-2698357",
            "CSAFPID-1838579",
            "CSAFPID-1838582",
            "CSAFPID-2699181",
            "CSAFPID-1839930",
            "CSAFPID-1839933",
            "CSAFPID-1839931",
            "CSAFPID-1839963",
            "CSAFPID-1839932",
            "CSAFPID-2698956",
            "CSAFPID-2699180",
            "CSAFPID-2698381",
            "CSAFPID-1207518",
            "CSAFPID-1207704",
            "CSAFPID-2699083",
            "CSAFPID-1839887",
            "CSAFPID-1839889",
            "CSAFPID-1207607",
            "CSAFPID-1207752",
            "CSAFPID-1839888",
            "CSAFPID-1839886",
            "CSAFPID-1839925",
            "CSAFPID-1840027",
            "CSAFPID-2699041",
            "CSAFPID-2698961",
            "CSAFPID-1838586"
          ]
        }
      ],
      "title": "CVE-2024-34064"
    },
    {
      "cve": "CVE-2024-35195",
      "cwe": {
        "id": "CWE-670",
        "name": "Always-Incorrect Control Flow Implementation"
      },
      "notes": [
        {
          "category": "other",
          "text": "Always-Incorrect Control Flow Implementation",
          "title": "CWE-670"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-1838578",
          "CSAFPID-1839911",
          "CSAFPID-1839908",
          "CSAFPID-1145869",
          "CSAFPID-1145271",
          "CSAFPID-1173947",
          "CSAFPID-2698963",
          "CSAFPID-2698973",
          "CSAFPID-2699085",
          "CSAFPID-1839941",
          "CSAFPID-1838591",
          "CSAFPID-1145868",
          "CSAFPID-1145270",
          "CSAFPID-1173946",
          "CSAFPID-1839907",
          "CSAFPID-2698965",
          "CSAFPID-2698944",
          "CSAFPID-1173942",
          "CSAFPID-1173945",
          "CSAFPID-1839952",
          "CSAFPID-2699038",
          "CSAFPID-1838592",
          "CSAFPID-1173940",
          "CSAFPID-1173941",
          "CSAFPID-1839951",
          "CSAFPID-2699059",
          "CSAFPID-1173965",
          "CSAFPID-1173967",
          "CSAFPID-1839919",
          "CSAFPID-2698957",
          "CSAFPID-1838572",
          "CSAFPID-1838581",
          "CSAFPID-1838584",
          "CSAFPID-1839924",
          "CSAFPID-1173943",
          "CSAFPID-1173944",
          "CSAFPID-1839910",
          "CSAFPID-1839909",
          "CSAFPID-1839894",
          "CSAFPID-2698958",
          "CSAFPID-2699094",
          "CSAFPID-1145265",
          "CSAFPID-1145273",
          "CSAFPID-1174046",
          "CSAFPID-1839934",
          "CSAFPID-2699086",
          "CSAFPID-1839935",
          "CSAFPID-2699073",
          "CSAFPID-2698993",
          "CSAFPID-1839893",
          "CSAFPID-1839895",
          "CSAFPID-1839890",
          "CSAFPID-1839891",
          "CSAFPID-2699072",
          "CSAFPID-1839961",
          "CSAFPID-2699023",
          "CSAFPID-2699025",
          "CSAFPID-2699024",
          "CSAFPID-2698999",
          "CSAFPID-2699077",
          "CSAFPID-2699075",
          "CSAFPID-2699076",
          "CSAFPID-2698355",
          "CSAFPID-2699027",
          "CSAFPID-1839852",
          "CSAFPID-1840033",
          "CSAFPID-2698955",
          "CSAFPID-2699001",
          "CSAFPID-2699084",
          "CSAFPID-2699079",
          "CSAFPID-2699058",
          "CSAFPID-1839957",
          "CSAFPID-2699000",
          "CSAFPID-1839953",
          "CSAFPID-2698964",
          "CSAFPID-2698991",
          "CSAFPID-2699127",
          "CSAFPID-2699126",
          "CSAFPID-2699128",
          "CSAFPID-1839980",
          "CSAFPID-1840004",
          "CSAFPID-1839981",
          "CSAFPID-2698653",
          "CSAFPID-2698654",
          "CSAFPID-2698655",
          "CSAFPID-2699056",
          "CSAFPID-2699063",
          "CSAFPID-2699060",
          "CSAFPID-1839921",
          "CSAFPID-2698975",
          "CSAFPID-1839922",
          "CSAFPID-2698974",
          "CSAFPID-1839978",
          "CSAFPID-1839979",
          "CSAFPID-2699035",
          "CSAFPID-1839983",
          "CSAFPID-1840005",
          "CSAFPID-2699034",
          "CSAFPID-2699036",
          "CSAFPID-2699096",
          "CSAFPID-2698996",
          "CSAFPID-2698333",
          "CSAFPID-2698334",
          "CSAFPID-2699007",
          "CSAFPID-2698374",
          "CSAFPID-1145246",
          "CSAFPID-1145247",
          "CSAFPID-1839868",
          "CSAFPID-2699029",
          "CSAFPID-1839869",
          "CSAFPID-1234193",
          "CSAFPID-1234261",
          "CSAFPID-2698362",
          "CSAFPID-2698358",
          "CSAFPID-2698372",
          "CSAFPID-2699013",
          "CSAFPID-2699012",
          "CSAFPID-2699016",
          "CSAFPID-2699015",
          "CSAFPID-2699098",
          "CSAFPID-1837923",
          "CSAFPID-1839960",
          "CSAFPID-2698373",
          "CSAFPID-2699093",
          "CSAFPID-2699092",
          "CSAFPID-2699091",
          "CSAFPID-2699090",
          "CSAFPID-2699124",
          "CSAFPID-2698959",
          "CSAFPID-2698357",
          "CSAFPID-1838579",
          "CSAFPID-1838582",
          "CSAFPID-2699181",
          "CSAFPID-1839930",
          "CSAFPID-1839933",
          "CSAFPID-1839931",
          "CSAFPID-1839963",
          "CSAFPID-1839932",
          "CSAFPID-2698956",
          "CSAFPID-2699180",
          "CSAFPID-2698381",
          "CSAFPID-1207518",
          "CSAFPID-1207704",
          "CSAFPID-2699083",
          "CSAFPID-1839887",
          "CSAFPID-1839889",
          "CSAFPID-1207607",
          "CSAFPID-1207752",
          "CSAFPID-1839888",
          "CSAFPID-1839886",
          "CSAFPID-1839925",
          "CSAFPID-1840027",
          "CSAFPID-2699041",
          "CSAFPID-2698961",
          "CSAFPID-1838586"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-35195",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-35195.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 5.7,
            "baseSeverity": "MEDIUM",
            "vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:U/C:H/I:H/A:N",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-1838578",
            "CSAFPID-1839911",
            "CSAFPID-1839908",
            "CSAFPID-1145869",
            "CSAFPID-1145271",
            "CSAFPID-1173947",
            "CSAFPID-2698963",
            "CSAFPID-2698973",
            "CSAFPID-2699085",
            "CSAFPID-1839941",
            "CSAFPID-1838591",
            "CSAFPID-1145868",
            "CSAFPID-1145270",
            "CSAFPID-1173946",
            "CSAFPID-1839907",
            "CSAFPID-2698965",
            "CSAFPID-2698944",
            "CSAFPID-1173942",
            "CSAFPID-1173945",
            "CSAFPID-1839952",
            "CSAFPID-2699038",
            "CSAFPID-1838592",
            "CSAFPID-1173940",
            "CSAFPID-1173941",
            "CSAFPID-1839951",
            "CSAFPID-2699059",
            "CSAFPID-1173965",
            "CSAFPID-1173967",
            "CSAFPID-1839919",
            "CSAFPID-2698957",
            "CSAFPID-1838572",
            "CSAFPID-1838581",
            "CSAFPID-1838584",
            "CSAFPID-1839924",
            "CSAFPID-1173943",
            "CSAFPID-1173944",
            "CSAFPID-1839910",
            "CSAFPID-1839909",
            "CSAFPID-1839894",
            "CSAFPID-2698958",
            "CSAFPID-2699094",
            "CSAFPID-1145265",
            "CSAFPID-1145273",
            "CSAFPID-1174046",
            "CSAFPID-1839934",
            "CSAFPID-2699086",
            "CSAFPID-1839935",
            "CSAFPID-2699073",
            "CSAFPID-2698993",
            "CSAFPID-1839893",
            "CSAFPID-1839895",
            "CSAFPID-1839890",
            "CSAFPID-1839891",
            "CSAFPID-2699072",
            "CSAFPID-1839961",
            "CSAFPID-2699023",
            "CSAFPID-2699025",
            "CSAFPID-2699024",
            "CSAFPID-2698999",
            "CSAFPID-2699077",
            "CSAFPID-2699075",
            "CSAFPID-2699076",
            "CSAFPID-2698355",
            "CSAFPID-2699027",
            "CSAFPID-1839852",
            "CSAFPID-1840033",
            "CSAFPID-2698955",
            "CSAFPID-2699001",
            "CSAFPID-2699084",
            "CSAFPID-2699079",
            "CSAFPID-2699058",
            "CSAFPID-1839957",
            "CSAFPID-2699000",
            "CSAFPID-1839953",
            "CSAFPID-2698964",
            "CSAFPID-2698991",
            "CSAFPID-2699127",
            "CSAFPID-2699126",
            "CSAFPID-2699128",
            "CSAFPID-1839980",
            "CSAFPID-1840004",
            "CSAFPID-1839981",
            "CSAFPID-2698653",
            "CSAFPID-2698654",
            "CSAFPID-2698655",
            "CSAFPID-2699056",
            "CSAFPID-2699063",
            "CSAFPID-2699060",
            "CSAFPID-1839921",
            "CSAFPID-2698975",
            "CSAFPID-1839922",
            "CSAFPID-2698974",
            "CSAFPID-1839978",
            "CSAFPID-1839979",
            "CSAFPID-2699035",
            "CSAFPID-1839983",
            "CSAFPID-1840005",
            "CSAFPID-2699034",
            "CSAFPID-2699036",
            "CSAFPID-2699096",
            "CSAFPID-2698996",
            "CSAFPID-2698333",
            "CSAFPID-2698334",
            "CSAFPID-2699007",
            "CSAFPID-2698374",
            "CSAFPID-1145246",
            "CSAFPID-1145247",
            "CSAFPID-1839868",
            "CSAFPID-2699029",
            "CSAFPID-1839869",
            "CSAFPID-1234193",
            "CSAFPID-1234261",
            "CSAFPID-2698362",
            "CSAFPID-2698358",
            "CSAFPID-2698372",
            "CSAFPID-2699013",
            "CSAFPID-2699012",
            "CSAFPID-2699016",
            "CSAFPID-2699015",
            "CSAFPID-2699098",
            "CSAFPID-1837923",
            "CSAFPID-1839960",
            "CSAFPID-2698373",
            "CSAFPID-2699093",
            "CSAFPID-2699092",
            "CSAFPID-2699091",
            "CSAFPID-2699090",
            "CSAFPID-2699124",
            "CSAFPID-2698959",
            "CSAFPID-2698357",
            "CSAFPID-1838579",
            "CSAFPID-1838582",
            "CSAFPID-2699181",
            "CSAFPID-1839930",
            "CSAFPID-1839933",
            "CSAFPID-1839931",
            "CSAFPID-1839963",
            "CSAFPID-1839932",
            "CSAFPID-2698956",
            "CSAFPID-2699180",
            "CSAFPID-2698381",
            "CSAFPID-1207518",
            "CSAFPID-1207704",
            "CSAFPID-2699083",
            "CSAFPID-1839887",
            "CSAFPID-1839889",
            "CSAFPID-1207607",
            "CSAFPID-1207752",
            "CSAFPID-1839888",
            "CSAFPID-1839886",
            "CSAFPID-1839925",
            "CSAFPID-1840027",
            "CSAFPID-2699041",
            "CSAFPID-2698961",
            "CSAFPID-1838586"
          ]
        }
      ],
      "title": "CVE-2024-35195"
    },
    {
      "cve": "CVE-2024-37891",
      "cwe": {
        "id": "CWE-669",
        "name": "Incorrect Resource Transfer Between Spheres"
      },
      "notes": [
        {
          "category": "other",
          "text": "Incorrect Resource Transfer Between Spheres",
          "title": "CWE-669"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-1838578",
          "CSAFPID-1839911",
          "CSAFPID-1839908",
          "CSAFPID-1145869",
          "CSAFPID-1145271",
          "CSAFPID-1173947",
          "CSAFPID-2698963",
          "CSAFPID-2698973",
          "CSAFPID-2699085",
          "CSAFPID-1839941",
          "CSAFPID-1838591",
          "CSAFPID-1145868",
          "CSAFPID-1145270",
          "CSAFPID-1173946",
          "CSAFPID-1839907",
          "CSAFPID-2698965",
          "CSAFPID-2698944",
          "CSAFPID-1173942",
          "CSAFPID-1173945",
          "CSAFPID-1839952",
          "CSAFPID-2699038",
          "CSAFPID-1838592",
          "CSAFPID-1173940",
          "CSAFPID-1173941",
          "CSAFPID-1839951",
          "CSAFPID-2699059",
          "CSAFPID-1173965",
          "CSAFPID-1173967",
          "CSAFPID-1839919",
          "CSAFPID-2698957",
          "CSAFPID-1838572",
          "CSAFPID-1838581",
          "CSAFPID-1838584",
          "CSAFPID-1839924",
          "CSAFPID-1173943",
          "CSAFPID-1173944",
          "CSAFPID-1839910",
          "CSAFPID-1839909",
          "CSAFPID-1839894",
          "CSAFPID-2698958",
          "CSAFPID-2699094",
          "CSAFPID-1145265",
          "CSAFPID-1145273",
          "CSAFPID-1174046",
          "CSAFPID-1839934",
          "CSAFPID-2699086",
          "CSAFPID-1839935",
          "CSAFPID-2699073",
          "CSAFPID-2698993",
          "CSAFPID-1839893",
          "CSAFPID-1839895",
          "CSAFPID-1839890",
          "CSAFPID-1839891",
          "CSAFPID-2699072",
          "CSAFPID-1839961",
          "CSAFPID-2699023",
          "CSAFPID-2699025",
          "CSAFPID-2699024",
          "CSAFPID-2698999",
          "CSAFPID-2699077",
          "CSAFPID-2699075",
          "CSAFPID-2699076",
          "CSAFPID-2698355",
          "CSAFPID-2699027",
          "CSAFPID-1839852",
          "CSAFPID-1840033",
          "CSAFPID-2698955",
          "CSAFPID-2699001",
          "CSAFPID-2699084",
          "CSAFPID-2699079",
          "CSAFPID-2699058",
          "CSAFPID-1839957",
          "CSAFPID-2699000",
          "CSAFPID-1839953",
          "CSAFPID-2698964",
          "CSAFPID-2698991",
          "CSAFPID-2699127",
          "CSAFPID-2699126",
          "CSAFPID-2699128",
          "CSAFPID-1839980",
          "CSAFPID-1840004",
          "CSAFPID-1839981",
          "CSAFPID-2698653",
          "CSAFPID-2698654",
          "CSAFPID-2698655",
          "CSAFPID-2699056",
          "CSAFPID-2699063",
          "CSAFPID-2699060",
          "CSAFPID-1839921",
          "CSAFPID-2698975",
          "CSAFPID-1839922",
          "CSAFPID-2698974",
          "CSAFPID-1839978",
          "CSAFPID-1839979",
          "CSAFPID-2699035",
          "CSAFPID-1839983",
          "CSAFPID-1840005",
          "CSAFPID-2699034",
          "CSAFPID-2699036",
          "CSAFPID-2699096",
          "CSAFPID-2698996",
          "CSAFPID-2698333",
          "CSAFPID-2698334",
          "CSAFPID-2699007",
          "CSAFPID-2698374",
          "CSAFPID-1145246",
          "CSAFPID-1145247",
          "CSAFPID-1839868",
          "CSAFPID-2699029",
          "CSAFPID-1839869",
          "CSAFPID-1234193",
          "CSAFPID-1234261",
          "CSAFPID-2698362",
          "CSAFPID-2698358",
          "CSAFPID-2698372",
          "CSAFPID-2699013",
          "CSAFPID-2699012",
          "CSAFPID-2699016",
          "CSAFPID-2699015",
          "CSAFPID-2699098",
          "CSAFPID-1837923",
          "CSAFPID-1839960",
          "CSAFPID-2698373",
          "CSAFPID-2699093",
          "CSAFPID-2699092",
          "CSAFPID-2699091",
          "CSAFPID-2699090",
          "CSAFPID-2699124",
          "CSAFPID-2698959",
          "CSAFPID-2698357",
          "CSAFPID-1838579",
          "CSAFPID-1838582",
          "CSAFPID-2699181",
          "CSAFPID-1839930",
          "CSAFPID-1839933",
          "CSAFPID-1839931",
          "CSAFPID-1839963",
          "CSAFPID-1839932",
          "CSAFPID-2698956",
          "CSAFPID-2699180",
          "CSAFPID-2698381",
          "CSAFPID-1207518",
          "CSAFPID-1207704",
          "CSAFPID-2699083",
          "CSAFPID-1839887",
          "CSAFPID-1839889",
          "CSAFPID-1207607",
          "CSAFPID-1207752",
          "CSAFPID-1839888",
          "CSAFPID-1839886",
          "CSAFPID-1839925",
          "CSAFPID-1840027",
          "CSAFPID-2699041",
          "CSAFPID-2698961",
          "CSAFPID-1838586"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-37891",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-37891.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 4.4,
            "baseSeverity": "MEDIUM",
            "vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:N/A:N",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-1838578",
            "CSAFPID-1839911",
            "CSAFPID-1839908",
            "CSAFPID-1145869",
            "CSAFPID-1145271",
            "CSAFPID-1173947",
            "CSAFPID-2698963",
            "CSAFPID-2698973",
            "CSAFPID-2699085",
            "CSAFPID-1839941",
            "CSAFPID-1838591",
            "CSAFPID-1145868",
            "CSAFPID-1145270",
            "CSAFPID-1173946",
            "CSAFPID-1839907",
            "CSAFPID-2698965",
            "CSAFPID-2698944",
            "CSAFPID-1173942",
            "CSAFPID-1173945",
            "CSAFPID-1839952",
            "CSAFPID-2699038",
            "CSAFPID-1838592",
            "CSAFPID-1173940",
            "CSAFPID-1173941",
            "CSAFPID-1839951",
            "CSAFPID-2699059",
            "CSAFPID-1173965",
            "CSAFPID-1173967",
            "CSAFPID-1839919",
            "CSAFPID-2698957",
            "CSAFPID-1838572",
            "CSAFPID-1838581",
            "CSAFPID-1838584",
            "CSAFPID-1839924",
            "CSAFPID-1173943",
            "CSAFPID-1173944",
            "CSAFPID-1839910",
            "CSAFPID-1839909",
            "CSAFPID-1839894",
            "CSAFPID-2698958",
            "CSAFPID-2699094",
            "CSAFPID-1145265",
            "CSAFPID-1145273",
            "CSAFPID-1174046",
            "CSAFPID-1839934",
            "CSAFPID-2699086",
            "CSAFPID-1839935",
            "CSAFPID-2699073",
            "CSAFPID-2698993",
            "CSAFPID-1839893",
            "CSAFPID-1839895",
            "CSAFPID-1839890",
            "CSAFPID-1839891",
            "CSAFPID-2699072",
            "CSAFPID-1839961",
            "CSAFPID-2699023",
            "CSAFPID-2699025",
            "CSAFPID-2699024",
            "CSAFPID-2698999",
            "CSAFPID-2699077",
            "CSAFPID-2699075",
            "CSAFPID-2699076",
            "CSAFPID-2698355",
            "CSAFPID-2699027",
            "CSAFPID-1839852",
            "CSAFPID-1840033",
            "CSAFPID-2698955",
            "CSAFPID-2699001",
            "CSAFPID-2699084",
            "CSAFPID-2699079",
            "CSAFPID-2699058",
            "CSAFPID-1839957",
            "CSAFPID-2699000",
            "CSAFPID-1839953",
            "CSAFPID-2698964",
            "CSAFPID-2698991",
            "CSAFPID-2699127",
            "CSAFPID-2699126",
            "CSAFPID-2699128",
            "CSAFPID-1839980",
            "CSAFPID-1840004",
            "CSAFPID-1839981",
            "CSAFPID-2698653",
            "CSAFPID-2698654",
            "CSAFPID-2698655",
            "CSAFPID-2699056",
            "CSAFPID-2699063",
            "CSAFPID-2699060",
            "CSAFPID-1839921",
            "CSAFPID-2698975",
            "CSAFPID-1839922",
            "CSAFPID-2698974",
            "CSAFPID-1839978",
            "CSAFPID-1839979",
            "CSAFPID-2699035",
            "CSAFPID-1839983",
            "CSAFPID-1840005",
            "CSAFPID-2699034",
            "CSAFPID-2699036",
            "CSAFPID-2699096",
            "CSAFPID-2698996",
            "CSAFPID-2698333",
            "CSAFPID-2698334",
            "CSAFPID-2699007",
            "CSAFPID-2698374",
            "CSAFPID-1145246",
            "CSAFPID-1145247",
            "CSAFPID-1839868",
            "CSAFPID-2699029",
            "CSAFPID-1839869",
            "CSAFPID-1234193",
            "CSAFPID-1234261",
            "CSAFPID-2698362",
            "CSAFPID-2698358",
            "CSAFPID-2698372",
            "CSAFPID-2699013",
            "CSAFPID-2699012",
            "CSAFPID-2699016",
            "CSAFPID-2699015",
            "CSAFPID-2699098",
            "CSAFPID-1837923",
            "CSAFPID-1839960",
            "CSAFPID-2698373",
            "CSAFPID-2699093",
            "CSAFPID-2699092",
            "CSAFPID-2699091",
            "CSAFPID-2699090",
            "CSAFPID-2699124",
            "CSAFPID-2698959",
            "CSAFPID-2698357",
            "CSAFPID-1838579",
            "CSAFPID-1838582",
            "CSAFPID-2699181",
            "CSAFPID-1839930",
            "CSAFPID-1839933",
            "CSAFPID-1839931",
            "CSAFPID-1839963",
            "CSAFPID-1839932",
            "CSAFPID-2698956",
            "CSAFPID-2699180",
            "CSAFPID-2698381",
            "CSAFPID-1207518",
            "CSAFPID-1207704",
            "CSAFPID-2699083",
            "CSAFPID-1839887",
            "CSAFPID-1839889",
            "CSAFPID-1207607",
            "CSAFPID-1207752",
            "CSAFPID-1839888",
            "CSAFPID-1839886",
            "CSAFPID-1839925",
            "CSAFPID-1840027",
            "CSAFPID-2699041",
            "CSAFPID-2698961",
            "CSAFPID-1838586"
          ]
        }
      ],
      "title": "CVE-2024-37891"
    },
    {
      "cve": "CVE-2024-38819",
      "cwe": {
        "id": "CWE-22",
        "name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
      },
      "notes": [
        {
          "category": "other",
          "text": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)",
          "title": "CWE-22"
        },
        {
          "category": "general",
          "text": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N",
          "title": "CVSSV4"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-1838578",
          "CSAFPID-1839911",
          "CSAFPID-1839908",
          "CSAFPID-1145869",
          "CSAFPID-1145271",
          "CSAFPID-1173947",
          "CSAFPID-2698963",
          "CSAFPID-2698973",
          "CSAFPID-2699085",
          "CSAFPID-1839941",
          "CSAFPID-1838591",
          "CSAFPID-1145868",
          "CSAFPID-1145270",
          "CSAFPID-1173946",
          "CSAFPID-1839907",
          "CSAFPID-2698965",
          "CSAFPID-2698944",
          "CSAFPID-1173942",
          "CSAFPID-1173945",
          "CSAFPID-1839952",
          "CSAFPID-2699038",
          "CSAFPID-1838592",
          "CSAFPID-1173940",
          "CSAFPID-1173941",
          "CSAFPID-1839951",
          "CSAFPID-2699059",
          "CSAFPID-1173965",
          "CSAFPID-1173967",
          "CSAFPID-1839919",
          "CSAFPID-2698957",
          "CSAFPID-1838572",
          "CSAFPID-1838581",
          "CSAFPID-1838584",
          "CSAFPID-1839924",
          "CSAFPID-1173943",
          "CSAFPID-1173944",
          "CSAFPID-1839910",
          "CSAFPID-1839909",
          "CSAFPID-1839894",
          "CSAFPID-2698958",
          "CSAFPID-2699094",
          "CSAFPID-1145265",
          "CSAFPID-1145273",
          "CSAFPID-1174046",
          "CSAFPID-1839934",
          "CSAFPID-2699086",
          "CSAFPID-1839935",
          "CSAFPID-2699073",
          "CSAFPID-2698993",
          "CSAFPID-1839893",
          "CSAFPID-1839895",
          "CSAFPID-1839890",
          "CSAFPID-1839891",
          "CSAFPID-2699072",
          "CSAFPID-1839961",
          "CSAFPID-2699023",
          "CSAFPID-2699025",
          "CSAFPID-2699024",
          "CSAFPID-2698999",
          "CSAFPID-2699077",
          "CSAFPID-2699075",
          "CSAFPID-2699076",
          "CSAFPID-2698355",
          "CSAFPID-2699027",
          "CSAFPID-1839852",
          "CSAFPID-1840033",
          "CSAFPID-2698955",
          "CSAFPID-2699001",
          "CSAFPID-2699084",
          "CSAFPID-2699079",
          "CSAFPID-2699058",
          "CSAFPID-1839957",
          "CSAFPID-2699000",
          "CSAFPID-1839953",
          "CSAFPID-2698964",
          "CSAFPID-2698991",
          "CSAFPID-2699127",
          "CSAFPID-2699126",
          "CSAFPID-2699128",
          "CSAFPID-1839980",
          "CSAFPID-1840004",
          "CSAFPID-1839981",
          "CSAFPID-2698653",
          "CSAFPID-2698654",
          "CSAFPID-2698655",
          "CSAFPID-2699056",
          "CSAFPID-2699063",
          "CSAFPID-2699060",
          "CSAFPID-1839921",
          "CSAFPID-2698975",
          "CSAFPID-1839922",
          "CSAFPID-2698974",
          "CSAFPID-1839978",
          "CSAFPID-1839979",
          "CSAFPID-2699035",
          "CSAFPID-1839983",
          "CSAFPID-1840005",
          "CSAFPID-2699034",
          "CSAFPID-2699036",
          "CSAFPID-2699096",
          "CSAFPID-2698996",
          "CSAFPID-2698333",
          "CSAFPID-2698334",
          "CSAFPID-2699007",
          "CSAFPID-2698374",
          "CSAFPID-1145246",
          "CSAFPID-1145247",
          "CSAFPID-1839868",
          "CSAFPID-2699029",
          "CSAFPID-1839869",
          "CSAFPID-1234193",
          "CSAFPID-1234261",
          "CSAFPID-2698362",
          "CSAFPID-2698358",
          "CSAFPID-2698372",
          "CSAFPID-2699013",
          "CSAFPID-2699012",
          "CSAFPID-2699016",
          "CSAFPID-2699015",
          "CSAFPID-2699098",
          "CSAFPID-1837923",
          "CSAFPID-1839960",
          "CSAFPID-2698373",
          "CSAFPID-2699093",
          "CSAFPID-2699092",
          "CSAFPID-2699091",
          "CSAFPID-2699090",
          "CSAFPID-2699124",
          "CSAFPID-2698959",
          "CSAFPID-2698357",
          "CSAFPID-1838579",
          "CSAFPID-1838582",
          "CSAFPID-2699181",
          "CSAFPID-1839930",
          "CSAFPID-1839933",
          "CSAFPID-1839931",
          "CSAFPID-1839963",
          "CSAFPID-1839932",
          "CSAFPID-2698956",
          "CSAFPID-2699180",
          "CSAFPID-2698381",
          "CSAFPID-1207518",
          "CSAFPID-1207704",
          "CSAFPID-2699083",
          "CSAFPID-1839887",
          "CSAFPID-1839889",
          "CSAFPID-1207607",
          "CSAFPID-1207752",
          "CSAFPID-1839888",
          "CSAFPID-1839886",
          "CSAFPID-1839925",
          "CSAFPID-1840027",
          "CSAFPID-2699041",
          "CSAFPID-2698961",
          "CSAFPID-1838586"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-38819",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-38819.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 8.1,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:N",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-1838578",
            "CSAFPID-1839911",
            "CSAFPID-1839908",
            "CSAFPID-1145869",
            "CSAFPID-1145271",
            "CSAFPID-1173947",
            "CSAFPID-2698963",
            "CSAFPID-2698973",
            "CSAFPID-2699085",
            "CSAFPID-1839941",
            "CSAFPID-1838591",
            "CSAFPID-1145868",
            "CSAFPID-1145270",
            "CSAFPID-1173946",
            "CSAFPID-1839907",
            "CSAFPID-2698965",
            "CSAFPID-2698944",
            "CSAFPID-1173942",
            "CSAFPID-1173945",
            "CSAFPID-1839952",
            "CSAFPID-2699038",
            "CSAFPID-1838592",
            "CSAFPID-1173940",
            "CSAFPID-1173941",
            "CSAFPID-1839951",
            "CSAFPID-2699059",
            "CSAFPID-1173965",
            "CSAFPID-1173967",
            "CSAFPID-1839919",
            "CSAFPID-2698957",
            "CSAFPID-1838572",
            "CSAFPID-1838581",
            "CSAFPID-1838584",
            "CSAFPID-1839924",
            "CSAFPID-1173943",
            "CSAFPID-1173944",
            "CSAFPID-1839910",
            "CSAFPID-1839909",
            "CSAFPID-1839894",
            "CSAFPID-2698958",
            "CSAFPID-2699094",
            "CSAFPID-1145265",
            "CSAFPID-1145273",
            "CSAFPID-1174046",
            "CSAFPID-1839934",
            "CSAFPID-2699086",
            "CSAFPID-1839935",
            "CSAFPID-2699073",
            "CSAFPID-2698993",
            "CSAFPID-1839893",
            "CSAFPID-1839895",
            "CSAFPID-1839890",
            "CSAFPID-1839891",
            "CSAFPID-2699072",
            "CSAFPID-1839961",
            "CSAFPID-2699023",
            "CSAFPID-2699025",
            "CSAFPID-2699024",
            "CSAFPID-2698999",
            "CSAFPID-2699077",
            "CSAFPID-2699075",
            "CSAFPID-2699076",
            "CSAFPID-2698355",
            "CSAFPID-2699027",
            "CSAFPID-1839852",
            "CSAFPID-1840033",
            "CSAFPID-2698955",
            "CSAFPID-2699001",
            "CSAFPID-2699084",
            "CSAFPID-2699079",
            "CSAFPID-2699058",
            "CSAFPID-1839957",
            "CSAFPID-2699000",
            "CSAFPID-1839953",
            "CSAFPID-2698964",
            "CSAFPID-2698991",
            "CSAFPID-2699127",
            "CSAFPID-2699126",
            "CSAFPID-2699128",
            "CSAFPID-1839980",
            "CSAFPID-1840004",
            "CSAFPID-1839981",
            "CSAFPID-2698653",
            "CSAFPID-2698654",
            "CSAFPID-2698655",
            "CSAFPID-2699056",
            "CSAFPID-2699063",
            "CSAFPID-2699060",
            "CSAFPID-1839921",
            "CSAFPID-2698975",
            "CSAFPID-1839922",
            "CSAFPID-2698974",
            "CSAFPID-1839978",
            "CSAFPID-1839979",
            "CSAFPID-2699035",
            "CSAFPID-1839983",
            "CSAFPID-1840005",
            "CSAFPID-2699034",
            "CSAFPID-2699036",
            "CSAFPID-2699096",
            "CSAFPID-2698996",
            "CSAFPID-2698333",
            "CSAFPID-2698334",
            "CSAFPID-2699007",
            "CSAFPID-2698374",
            "CSAFPID-1145246",
            "CSAFPID-1145247",
            "CSAFPID-1839868",
            "CSAFPID-2699029",
            "CSAFPID-1839869",
            "CSAFPID-1234193",
            "CSAFPID-1234261",
            "CSAFPID-2698362",
            "CSAFPID-2698358",
            "CSAFPID-2698372",
            "CSAFPID-2699013",
            "CSAFPID-2699012",
            "CSAFPID-2699016",
            "CSAFPID-2699015",
            "CSAFPID-2699098",
            "CSAFPID-1837923",
            "CSAFPID-1839960",
            "CSAFPID-2698373",
            "CSAFPID-2699093",
            "CSAFPID-2699092",
            "CSAFPID-2699091",
            "CSAFPID-2699090",
            "CSAFPID-2699124",
            "CSAFPID-2698959",
            "CSAFPID-2698357",
            "CSAFPID-1838579",
            "CSAFPID-1838582",
            "CSAFPID-2699181",
            "CSAFPID-1839930",
            "CSAFPID-1839933",
            "CSAFPID-1839931",
            "CSAFPID-1839963",
            "CSAFPID-1839932",
            "CSAFPID-2698956",
            "CSAFPID-2699180",
            "CSAFPID-2698381",
            "CSAFPID-1207518",
            "CSAFPID-1207704",
            "CSAFPID-2699083",
            "CSAFPID-1839887",
            "CSAFPID-1839889",
            "CSAFPID-1207607",
            "CSAFPID-1207752",
            "CSAFPID-1839888",
            "CSAFPID-1839886",
            "CSAFPID-1839925",
            "CSAFPID-1840027",
            "CSAFPID-2699041",
            "CSAFPID-2698961",
            "CSAFPID-1838586"
          ]
        }
      ],
      "title": "CVE-2024-38819"
    },
    {
      "cve": "CVE-2024-38827",
      "cwe": {
        "id": "CWE-639",
        "name": "Authorization Bypass Through User-Controlled Key"
      },
      "notes": [
        {
          "category": "other",
          "text": "Authorization Bypass Through User-Controlled Key",
          "title": "CWE-639"
        },
        {
          "category": "general",
          "text": "CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:L/VI:L/VA:N/SC:N/SI:N/SA:N",
          "title": "CVSSV4"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-1838578",
          "CSAFPID-1839911",
          "CSAFPID-1839908",
          "CSAFPID-1145869",
          "CSAFPID-1145271",
          "CSAFPID-1173947",
          "CSAFPID-2698963",
          "CSAFPID-2698973",
          "CSAFPID-2699085",
          "CSAFPID-1839941",
          "CSAFPID-1838591",
          "CSAFPID-1145868",
          "CSAFPID-1145270",
          "CSAFPID-1173946",
          "CSAFPID-1839907",
          "CSAFPID-2698965",
          "CSAFPID-2698944",
          "CSAFPID-1173942",
          "CSAFPID-1173945",
          "CSAFPID-1839952",
          "CSAFPID-2699038",
          "CSAFPID-1838592",
          "CSAFPID-1173940",
          "CSAFPID-1173941",
          "CSAFPID-1839951",
          "CSAFPID-2699059",
          "CSAFPID-1173965",
          "CSAFPID-1173967",
          "CSAFPID-1839919",
          "CSAFPID-2698957",
          "CSAFPID-1838572",
          "CSAFPID-1838581",
          "CSAFPID-1838584",
          "CSAFPID-1839924",
          "CSAFPID-1173943",
          "CSAFPID-1173944",
          "CSAFPID-1839910",
          "CSAFPID-1839909",
          "CSAFPID-1839894",
          "CSAFPID-2698958",
          "CSAFPID-2699094",
          "CSAFPID-1145265",
          "CSAFPID-1145273",
          "CSAFPID-1174046",
          "CSAFPID-1839934",
          "CSAFPID-2699086",
          "CSAFPID-1839935",
          "CSAFPID-2699073",
          "CSAFPID-2698993",
          "CSAFPID-1839893",
          "CSAFPID-1839895",
          "CSAFPID-1839890",
          "CSAFPID-1839891",
          "CSAFPID-2699072",
          "CSAFPID-1839961",
          "CSAFPID-2699023",
          "CSAFPID-2699025",
          "CSAFPID-2699024",
          "CSAFPID-2698999",
          "CSAFPID-2699077",
          "CSAFPID-2699075",
          "CSAFPID-2699076",
          "CSAFPID-2698355",
          "CSAFPID-2699027",
          "CSAFPID-1839852",
          "CSAFPID-1840033",
          "CSAFPID-2698955",
          "CSAFPID-2699001",
          "CSAFPID-2699084",
          "CSAFPID-2699079",
          "CSAFPID-2699058",
          "CSAFPID-1839957",
          "CSAFPID-2699000",
          "CSAFPID-1839953",
          "CSAFPID-2698964",
          "CSAFPID-2698991",
          "CSAFPID-2699127",
          "CSAFPID-2699126",
          "CSAFPID-2699128",
          "CSAFPID-1839980",
          "CSAFPID-1840004",
          "CSAFPID-1839981",
          "CSAFPID-2698653",
          "CSAFPID-2698654",
          "CSAFPID-2698655",
          "CSAFPID-2699056",
          "CSAFPID-2699063",
          "CSAFPID-2699060",
          "CSAFPID-1839921",
          "CSAFPID-2698975",
          "CSAFPID-1839922",
          "CSAFPID-2698974",
          "CSAFPID-1839978",
          "CSAFPID-1839979",
          "CSAFPID-2699035",
          "CSAFPID-1839983",
          "CSAFPID-1840005",
          "CSAFPID-2699034",
          "CSAFPID-2699036",
          "CSAFPID-2699096",
          "CSAFPID-2698996",
          "CSAFPID-2698333",
          "CSAFPID-2698334",
          "CSAFPID-2699007",
          "CSAFPID-2698374",
          "CSAFPID-1145246",
          "CSAFPID-1145247",
          "CSAFPID-1839868",
          "CSAFPID-2699029",
          "CSAFPID-1839869",
          "CSAFPID-1234193",
          "CSAFPID-1234261",
          "CSAFPID-2698362",
          "CSAFPID-2698358",
          "CSAFPID-2698372",
          "CSAFPID-2699013",
          "CSAFPID-2699012",
          "CSAFPID-2699016",
          "CSAFPID-2699015",
          "CSAFPID-2699098",
          "CSAFPID-1837923",
          "CSAFPID-1839960",
          "CSAFPID-2698373",
          "CSAFPID-2699093",
          "CSAFPID-2699092",
          "CSAFPID-2699091",
          "CSAFPID-2699090",
          "CSAFPID-2699124",
          "CSAFPID-2698959",
          "CSAFPID-2698357",
          "CSAFPID-1838579",
          "CSAFPID-1838582",
          "CSAFPID-2699181",
          "CSAFPID-1839930",
          "CSAFPID-1839933",
          "CSAFPID-1839931",
          "CSAFPID-1839963",
          "CSAFPID-1839932",
          "CSAFPID-2698956",
          "CSAFPID-2699180",
          "CSAFPID-2698381",
          "CSAFPID-1207518",
          "CSAFPID-1207704",
          "CSAFPID-2699083",
          "CSAFPID-1839887",
          "CSAFPID-1839889",
          "CSAFPID-1207607",
          "CSAFPID-1207752",
          "CSAFPID-1839888",
          "CSAFPID-1839886",
          "CSAFPID-1839925",
          "CSAFPID-1840027",
          "CSAFPID-2699041",
          "CSAFPID-2698961",
          "CSAFPID-1838586"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-38827",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-38827.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 4.8,
            "baseSeverity": "MEDIUM",
            "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:N",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-1838578",
            "CSAFPID-1839911",
            "CSAFPID-1839908",
            "CSAFPID-1145869",
            "CSAFPID-1145271",
            "CSAFPID-1173947",
            "CSAFPID-2698963",
            "CSAFPID-2698973",
            "CSAFPID-2699085",
            "CSAFPID-1839941",
            "CSAFPID-1838591",
            "CSAFPID-1145868",
            "CSAFPID-1145270",
            "CSAFPID-1173946",
            "CSAFPID-1839907",
            "CSAFPID-2698965",
            "CSAFPID-2698944",
            "CSAFPID-1173942",
            "CSAFPID-1173945",
            "CSAFPID-1839952",
            "CSAFPID-2699038",
            "CSAFPID-1838592",
            "CSAFPID-1173940",
            "CSAFPID-1173941",
            "CSAFPID-1839951",
            "CSAFPID-2699059",
            "CSAFPID-1173965",
            "CSAFPID-1173967",
            "CSAFPID-1839919",
            "CSAFPID-2698957",
            "CSAFPID-1838572",
            "CSAFPID-1838581",
            "CSAFPID-1838584",
            "CSAFPID-1839924",
            "CSAFPID-1173943",
            "CSAFPID-1173944",
            "CSAFPID-1839910",
            "CSAFPID-1839909",
            "CSAFPID-1839894",
            "CSAFPID-2698958",
            "CSAFPID-2699094",
            "CSAFPID-1145265",
            "CSAFPID-1145273",
            "CSAFPID-1174046",
            "CSAFPID-1839934",
            "CSAFPID-2699086",
            "CSAFPID-1839935",
            "CSAFPID-2699073",
            "CSAFPID-2698993",
            "CSAFPID-1839893",
            "CSAFPID-1839895",
            "CSAFPID-1839890",
            "CSAFPID-1839891",
            "CSAFPID-2699072",
            "CSAFPID-1839961",
            "CSAFPID-2699023",
            "CSAFPID-2699025",
            "CSAFPID-2699024",
            "CSAFPID-2698999",
            "CSAFPID-2699077",
            "CSAFPID-2699075",
            "CSAFPID-2699076",
            "CSAFPID-2698355",
            "CSAFPID-2699027",
            "CSAFPID-1839852",
            "CSAFPID-1840033",
            "CSAFPID-2698955",
            "CSAFPID-2699001",
            "CSAFPID-2699084",
            "CSAFPID-2699079",
            "CSAFPID-2699058",
            "CSAFPID-1839957",
            "CSAFPID-2699000",
            "CSAFPID-1839953",
            "CSAFPID-2698964",
            "CSAFPID-2698991",
            "CSAFPID-2699127",
            "CSAFPID-2699126",
            "CSAFPID-2699128",
            "CSAFPID-1839980",
            "CSAFPID-1840004",
            "CSAFPID-1839981",
            "CSAFPID-2698653",
            "CSAFPID-2698654",
            "CSAFPID-2698655",
            "CSAFPID-2699056",
            "CSAFPID-2699063",
            "CSAFPID-2699060",
            "CSAFPID-1839921",
            "CSAFPID-2698975",
            "CSAFPID-1839922",
            "CSAFPID-2698974",
            "CSAFPID-1839978",
            "CSAFPID-1839979",
            "CSAFPID-2699035",
            "CSAFPID-1839983",
            "CSAFPID-1840005",
            "CSAFPID-2699034",
            "CSAFPID-2699036",
            "CSAFPID-2699096",
            "CSAFPID-2698996",
            "CSAFPID-2698333",
            "CSAFPID-2698334",
            "CSAFPID-2699007",
            "CSAFPID-2698374",
            "CSAFPID-1145246",
            "CSAFPID-1145247",
            "CSAFPID-1839868",
            "CSAFPID-2699029",
            "CSAFPID-1839869",
            "CSAFPID-1234193",
            "CSAFPID-1234261",
            "CSAFPID-2698362",
            "CSAFPID-2698358",
            "CSAFPID-2698372",
            "CSAFPID-2699013",
            "CSAFPID-2699012",
            "CSAFPID-2699016",
            "CSAFPID-2699015",
            "CSAFPID-2699098",
            "CSAFPID-1837923",
            "CSAFPID-1839960",
            "CSAFPID-2698373",
            "CSAFPID-2699093",
            "CSAFPID-2699092",
            "CSAFPID-2699091",
            "CSAFPID-2699090",
            "CSAFPID-2699124",
            "CSAFPID-2698959",
            "CSAFPID-2698357",
            "CSAFPID-1838579",
            "CSAFPID-1838582",
            "CSAFPID-2699181",
            "CSAFPID-1839930",
            "CSAFPID-1839933",
            "CSAFPID-1839931",
            "CSAFPID-1839963",
            "CSAFPID-1839932",
            "CSAFPID-2698956",
            "CSAFPID-2699180",
            "CSAFPID-2698381",
            "CSAFPID-1207518",
            "CSAFPID-1207704",
            "CSAFPID-2699083",
            "CSAFPID-1839887",
            "CSAFPID-1839889",
            "CSAFPID-1207607",
            "CSAFPID-1207752",
            "CSAFPID-1839888",
            "CSAFPID-1839886",
            "CSAFPID-1839925",
            "CSAFPID-1840027",
            "CSAFPID-2699041",
            "CSAFPID-2698961",
            "CSAFPID-1838586"
          ]
        }
      ],
      "title": "CVE-2024-38827"
    },
    {
      "cve": "CVE-2024-40896",
      "cwe": {
        "id": "CWE-611",
        "name": "Improper Restriction of XML External Entity Reference"
      },
      "notes": [
        {
          "category": "other",
          "text": "Improper Restriction of XML External Entity Reference",
          "title": "CWE-611"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-1838578",
          "CSAFPID-1839911",
          "CSAFPID-1839908",
          "CSAFPID-1145869",
          "CSAFPID-1145271",
          "CSAFPID-1173947",
          "CSAFPID-2698963",
          "CSAFPID-2698973",
          "CSAFPID-2699085",
          "CSAFPID-1839941",
          "CSAFPID-1838591",
          "CSAFPID-1145868",
          "CSAFPID-1145270",
          "CSAFPID-1173946",
          "CSAFPID-1839907",
          "CSAFPID-2698965",
          "CSAFPID-2698944",
          "CSAFPID-1173942",
          "CSAFPID-1173945",
          "CSAFPID-1839952",
          "CSAFPID-2699038",
          "CSAFPID-1838592",
          "CSAFPID-1173940",
          "CSAFPID-1173941",
          "CSAFPID-1839951",
          "CSAFPID-2699059",
          "CSAFPID-1173965",
          "CSAFPID-1173967",
          "CSAFPID-1839919",
          "CSAFPID-2698957",
          "CSAFPID-1838572",
          "CSAFPID-1838581",
          "CSAFPID-1838584",
          "CSAFPID-1839924",
          "CSAFPID-1173943",
          "CSAFPID-1173944",
          "CSAFPID-1839910",
          "CSAFPID-1839909",
          "CSAFPID-1839894",
          "CSAFPID-2698958",
          "CSAFPID-2699094",
          "CSAFPID-1145265",
          "CSAFPID-1145273",
          "CSAFPID-1174046",
          "CSAFPID-1839934",
          "CSAFPID-2699086",
          "CSAFPID-1839935",
          "CSAFPID-2699073",
          "CSAFPID-2698993",
          "CSAFPID-1839893",
          "CSAFPID-1839895",
          "CSAFPID-1839890",
          "CSAFPID-1839891",
          "CSAFPID-2699072",
          "CSAFPID-1839961",
          "CSAFPID-2699023",
          "CSAFPID-2699025",
          "CSAFPID-2699024",
          "CSAFPID-2698999",
          "CSAFPID-2699077",
          "CSAFPID-2699075",
          "CSAFPID-2699076",
          "CSAFPID-2698355",
          "CSAFPID-2699027",
          "CSAFPID-1839852",
          "CSAFPID-1840033",
          "CSAFPID-2698955",
          "CSAFPID-2699001",
          "CSAFPID-2699084",
          "CSAFPID-2699079",
          "CSAFPID-2699058",
          "CSAFPID-1839957",
          "CSAFPID-2699000",
          "CSAFPID-1839953",
          "CSAFPID-2698964",
          "CSAFPID-2698991",
          "CSAFPID-2699127",
          "CSAFPID-2699126",
          "CSAFPID-2699128",
          "CSAFPID-1839980",
          "CSAFPID-1840004",
          "CSAFPID-1839981",
          "CSAFPID-2698653",
          "CSAFPID-2698654",
          "CSAFPID-2698655",
          "CSAFPID-2699056",
          "CSAFPID-2699063",
          "CSAFPID-2699060",
          "CSAFPID-1839921",
          "CSAFPID-2698975",
          "CSAFPID-1839922",
          "CSAFPID-2698974",
          "CSAFPID-1839978",
          "CSAFPID-1839979",
          "CSAFPID-2699035",
          "CSAFPID-1839983",
          "CSAFPID-1840005",
          "CSAFPID-2699034",
          "CSAFPID-2699036",
          "CSAFPID-2699096",
          "CSAFPID-2698996",
          "CSAFPID-2698333",
          "CSAFPID-2698334",
          "CSAFPID-2699007",
          "CSAFPID-2698374",
          "CSAFPID-1145246",
          "CSAFPID-1145247",
          "CSAFPID-1839868",
          "CSAFPID-2699029",
          "CSAFPID-1839869",
          "CSAFPID-1234193",
          "CSAFPID-1234261",
          "CSAFPID-2698362",
          "CSAFPID-2698358",
          "CSAFPID-2698372",
          "CSAFPID-2699013",
          "CSAFPID-2699012",
          "CSAFPID-2699016",
          "CSAFPID-2699015",
          "CSAFPID-2699098",
          "CSAFPID-1837923",
          "CSAFPID-1839960",
          "CSAFPID-2698373",
          "CSAFPID-2699093",
          "CSAFPID-2699092",
          "CSAFPID-2699091",
          "CSAFPID-2699090",
          "CSAFPID-2699124",
          "CSAFPID-2698959",
          "CSAFPID-2698357",
          "CSAFPID-1838579",
          "CSAFPID-1838582",
          "CSAFPID-2699181",
          "CSAFPID-1839930",
          "CSAFPID-1839933",
          "CSAFPID-1839931",
          "CSAFPID-1839963",
          "CSAFPID-1839932",
          "CSAFPID-2698956",
          "CSAFPID-2699180",
          "CSAFPID-2698381",
          "CSAFPID-1207518",
          "CSAFPID-1207704",
          "CSAFPID-2699083",
          "CSAFPID-1839887",
          "CSAFPID-1839889",
          "CSAFPID-1207607",
          "CSAFPID-1207752",
          "CSAFPID-1839888",
          "CSAFPID-1839886",
          "CSAFPID-1839925",
          "CSAFPID-1840027",
          "CSAFPID-2699041",
          "CSAFPID-2698961",
          "CSAFPID-1838586"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-40896",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-40896.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 9.8,
            "baseSeverity": "CRITICAL",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-1838578",
            "CSAFPID-1839911",
            "CSAFPID-1839908",
            "CSAFPID-1145869",
            "CSAFPID-1145271",
            "CSAFPID-1173947",
            "CSAFPID-2698963",
            "CSAFPID-2698973",
            "CSAFPID-2699085",
            "CSAFPID-1839941",
            "CSAFPID-1838591",
            "CSAFPID-1145868",
            "CSAFPID-1145270",
            "CSAFPID-1173946",
            "CSAFPID-1839907",
            "CSAFPID-2698965",
            "CSAFPID-2698944",
            "CSAFPID-1173942",
            "CSAFPID-1173945",
            "CSAFPID-1839952",
            "CSAFPID-2699038",
            "CSAFPID-1838592",
            "CSAFPID-1173940",
            "CSAFPID-1173941",
            "CSAFPID-1839951",
            "CSAFPID-2699059",
            "CSAFPID-1173965",
            "CSAFPID-1173967",
            "CSAFPID-1839919",
            "CSAFPID-2698957",
            "CSAFPID-1838572",
            "CSAFPID-1838581",
            "CSAFPID-1838584",
            "CSAFPID-1839924",
            "CSAFPID-1173943",
            "CSAFPID-1173944",
            "CSAFPID-1839910",
            "CSAFPID-1839909",
            "CSAFPID-1839894",
            "CSAFPID-2698958",
            "CSAFPID-2699094",
            "CSAFPID-1145265",
            "CSAFPID-1145273",
            "CSAFPID-1174046",
            "CSAFPID-1839934",
            "CSAFPID-2699086",
            "CSAFPID-1839935",
            "CSAFPID-2699073",
            "CSAFPID-2698993",
            "CSAFPID-1839893",
            "CSAFPID-1839895",
            "CSAFPID-1839890",
            "CSAFPID-1839891",
            "CSAFPID-2699072",
            "CSAFPID-1839961",
            "CSAFPID-2699023",
            "CSAFPID-2699025",
            "CSAFPID-2699024",
            "CSAFPID-2698999",
            "CSAFPID-2699077",
            "CSAFPID-2699075",
            "CSAFPID-2699076",
            "CSAFPID-2698355",
            "CSAFPID-2699027",
            "CSAFPID-1839852",
            "CSAFPID-1840033",
            "CSAFPID-2698955",
            "CSAFPID-2699001",
            "CSAFPID-2699084",
            "CSAFPID-2699079",
            "CSAFPID-2699058",
            "CSAFPID-1839957",
            "CSAFPID-2699000",
            "CSAFPID-1839953",
            "CSAFPID-2698964",
            "CSAFPID-2698991",
            "CSAFPID-2699127",
            "CSAFPID-2699126",
            "CSAFPID-2699128",
            "CSAFPID-1839980",
            "CSAFPID-1840004",
            "CSAFPID-1839981",
            "CSAFPID-2698653",
            "CSAFPID-2698654",
            "CSAFPID-2698655",
            "CSAFPID-2699056",
            "CSAFPID-2699063",
            "CSAFPID-2699060",
            "CSAFPID-1839921",
            "CSAFPID-2698975",
            "CSAFPID-1839922",
            "CSAFPID-2698974",
            "CSAFPID-1839978",
            "CSAFPID-1839979",
            "CSAFPID-2699035",
            "CSAFPID-1839983",
            "CSAFPID-1840005",
            "CSAFPID-2699034",
            "CSAFPID-2699036",
            "CSAFPID-2699096",
            "CSAFPID-2698996",
            "CSAFPID-2698333",
            "CSAFPID-2698334",
            "CSAFPID-2699007",
            "CSAFPID-2698374",
            "CSAFPID-1145246",
            "CSAFPID-1145247",
            "CSAFPID-1839868",
            "CSAFPID-2699029",
            "CSAFPID-1839869",
            "CSAFPID-1234193",
            "CSAFPID-1234261",
            "CSAFPID-2698362",
            "CSAFPID-2698358",
            "CSAFPID-2698372",
            "CSAFPID-2699013",
            "CSAFPID-2699012",
            "CSAFPID-2699016",
            "CSAFPID-2699015",
            "CSAFPID-2699098",
            "CSAFPID-1837923",
            "CSAFPID-1839960",
            "CSAFPID-2698373",
            "CSAFPID-2699093",
            "CSAFPID-2699092",
            "CSAFPID-2699091",
            "CSAFPID-2699090",
            "CSAFPID-2699124",
            "CSAFPID-2698959",
            "CSAFPID-2698357",
            "CSAFPID-1838579",
            "CSAFPID-1838582",
            "CSAFPID-2699181",
            "CSAFPID-1839930",
            "CSAFPID-1839933",
            "CSAFPID-1839931",
            "CSAFPID-1839963",
            "CSAFPID-1839932",
            "CSAFPID-2698956",
            "CSAFPID-2699180",
            "CSAFPID-2698381",
            "CSAFPID-1207518",
            "CSAFPID-1207704",
            "CSAFPID-2699083",
            "CSAFPID-1839887",
            "CSAFPID-1839889",
            "CSAFPID-1207607",
            "CSAFPID-1207752",
            "CSAFPID-1839888",
            "CSAFPID-1839886",
            "CSAFPID-1839925",
            "CSAFPID-1840027",
            "CSAFPID-2699041",
            "CSAFPID-2698961",
            "CSAFPID-1838586"
          ]
        }
      ],
      "title": "CVE-2024-40896"
    },
    {
      "cve": "CVE-2024-43044",
      "cwe": {
        "id": "CWE-200",
        "name": "Exposure of Sensitive Information to an Unauthorized Actor"
      },
      "notes": [
        {
          "category": "other",
          "text": "Exposure of Sensitive Information to an Unauthorized Actor",
          "title": "CWE-200"
        },
        {
          "category": "other",
          "text": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)",
          "title": "CWE-22"
        },
        {
          "category": "other",
          "text": "Improper Check for Unusual or Exceptional Conditions",
          "title": "CWE-754"
        },
        {
          "category": "general",
          "text": "CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:N/VA:N/SC:H/SI:H/SA:H",
          "title": "CVSSV4"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-1838578",
          "CSAFPID-1839911",
          "CSAFPID-1839908",
          "CSAFPID-1145869",
          "CSAFPID-1145271",
          "CSAFPID-1173947",
          "CSAFPID-2698963",
          "CSAFPID-2698973",
          "CSAFPID-2699085",
          "CSAFPID-1839941",
          "CSAFPID-1838591",
          "CSAFPID-1145868",
          "CSAFPID-1145270",
          "CSAFPID-1173946",
          "CSAFPID-1839907",
          "CSAFPID-2698965",
          "CSAFPID-2698944",
          "CSAFPID-1173942",
          "CSAFPID-1173945",
          "CSAFPID-1839952",
          "CSAFPID-2699038",
          "CSAFPID-1838592",
          "CSAFPID-1173940",
          "CSAFPID-1173941",
          "CSAFPID-1839951",
          "CSAFPID-2699059",
          "CSAFPID-1173965",
          "CSAFPID-1173967",
          "CSAFPID-1839919",
          "CSAFPID-2698957",
          "CSAFPID-1838572",
          "CSAFPID-1838581",
          "CSAFPID-1838584",
          "CSAFPID-1839924",
          "CSAFPID-1173943",
          "CSAFPID-1173944",
          "CSAFPID-1839910",
          "CSAFPID-1839909",
          "CSAFPID-1839894",
          "CSAFPID-2698958",
          "CSAFPID-2699094",
          "CSAFPID-1145265",
          "CSAFPID-1145273",
          "CSAFPID-1174046",
          "CSAFPID-1839934",
          "CSAFPID-2699086",
          "CSAFPID-1839935",
          "CSAFPID-2699073",
          "CSAFPID-2698993",
          "CSAFPID-1839893",
          "CSAFPID-1839895",
          "CSAFPID-1839890",
          "CSAFPID-1839891",
          "CSAFPID-2699072",
          "CSAFPID-1839961",
          "CSAFPID-2699023",
          "CSAFPID-2699025",
          "CSAFPID-2699024",
          "CSAFPID-2698999",
          "CSAFPID-2699077",
          "CSAFPID-2699075",
          "CSAFPID-2699076",
          "CSAFPID-2698355",
          "CSAFPID-2699027",
          "CSAFPID-1839852",
          "CSAFPID-1840033",
          "CSAFPID-2698955",
          "CSAFPID-2699001",
          "CSAFPID-2699084",
          "CSAFPID-2699079",
          "CSAFPID-2699058",
          "CSAFPID-1839957",
          "CSAFPID-2699000",
          "CSAFPID-1839953",
          "CSAFPID-2698964",
          "CSAFPID-2698991",
          "CSAFPID-2699127",
          "CSAFPID-2699126",
          "CSAFPID-2699128",
          "CSAFPID-1839980",
          "CSAFPID-1840004",
          "CSAFPID-1839981",
          "CSAFPID-2698653",
          "CSAFPID-2698654",
          "CSAFPID-2698655",
          "CSAFPID-2699056",
          "CSAFPID-2699063",
          "CSAFPID-2699060",
          "CSAFPID-1839921",
          "CSAFPID-2698975",
          "CSAFPID-1839922",
          "CSAFPID-2698974",
          "CSAFPID-1839978",
          "CSAFPID-1839979",
          "CSAFPID-2699035",
          "CSAFPID-1839983",
          "CSAFPID-1840005",
          "CSAFPID-2699034",
          "CSAFPID-2699036",
          "CSAFPID-2699096",
          "CSAFPID-2698996",
          "CSAFPID-2698333",
          "CSAFPID-2698334",
          "CSAFPID-2699007",
          "CSAFPID-2698374",
          "CSAFPID-1145246",
          "CSAFPID-1145247",
          "CSAFPID-1839868",
          "CSAFPID-2699029",
          "CSAFPID-1839869",
          "CSAFPID-1234193",
          "CSAFPID-1234261",
          "CSAFPID-2698362",
          "CSAFPID-2698358",
          "CSAFPID-2698372",
          "CSAFPID-2699013",
          "CSAFPID-2699012",
          "CSAFPID-2699016",
          "CSAFPID-2699015",
          "CSAFPID-2699098",
          "CSAFPID-1837923",
          "CSAFPID-1839960",
          "CSAFPID-2698373",
          "CSAFPID-2699093",
          "CSAFPID-2699092",
          "CSAFPID-2699091",
          "CSAFPID-2699090",
          "CSAFPID-2699124",
          "CSAFPID-2698959",
          "CSAFPID-2698357",
          "CSAFPID-1838579",
          "CSAFPID-1838582",
          "CSAFPID-2699181",
          "CSAFPID-1839930",
          "CSAFPID-1839933",
          "CSAFPID-1839931",
          "CSAFPID-1839963",
          "CSAFPID-1839932",
          "CSAFPID-2698956",
          "CSAFPID-2699180",
          "CSAFPID-2698381",
          "CSAFPID-1207518",
          "CSAFPID-1207704",
          "CSAFPID-2699083",
          "CSAFPID-1839887",
          "CSAFPID-1839889",
          "CSAFPID-1207607",
          "CSAFPID-1207752",
          "CSAFPID-1839888",
          "CSAFPID-1839886",
          "CSAFPID-1839925",
          "CSAFPID-1840027",
          "CSAFPID-2699041",
          "CSAFPID-2698961",
          "CSAFPID-1838586"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-43044",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-43044.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 9.0,
            "baseSeverity": "CRITICAL",
            "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-1838578",
            "CSAFPID-1839911",
            "CSAFPID-1839908",
            "CSAFPID-1145869",
            "CSAFPID-1145271",
            "CSAFPID-1173947",
            "CSAFPID-2698963",
            "CSAFPID-2698973",
            "CSAFPID-2699085",
            "CSAFPID-1839941",
            "CSAFPID-1838591",
            "CSAFPID-1145868",
            "CSAFPID-1145270",
            "CSAFPID-1173946",
            "CSAFPID-1839907",
            "CSAFPID-2698965",
            "CSAFPID-2698944",
            "CSAFPID-1173942",
            "CSAFPID-1173945",
            "CSAFPID-1839952",
            "CSAFPID-2699038",
            "CSAFPID-1838592",
            "CSAFPID-1173940",
            "CSAFPID-1173941",
            "CSAFPID-1839951",
            "CSAFPID-2699059",
            "CSAFPID-1173965",
            "CSAFPID-1173967",
            "CSAFPID-1839919",
            "CSAFPID-2698957",
            "CSAFPID-1838572",
            "CSAFPID-1838581",
            "CSAFPID-1838584",
            "CSAFPID-1839924",
            "CSAFPID-1173943",
            "CSAFPID-1173944",
            "CSAFPID-1839910",
            "CSAFPID-1839909",
            "CSAFPID-1839894",
            "CSAFPID-2698958",
            "CSAFPID-2699094",
            "CSAFPID-1145265",
            "CSAFPID-1145273",
            "CSAFPID-1174046",
            "CSAFPID-1839934",
            "CSAFPID-2699086",
            "CSAFPID-1839935",
            "CSAFPID-2699073",
            "CSAFPID-2698993",
            "CSAFPID-1839893",
            "CSAFPID-1839895",
            "CSAFPID-1839890",
            "CSAFPID-1839891",
            "CSAFPID-2699072",
            "CSAFPID-1839961",
            "CSAFPID-2699023",
            "CSAFPID-2699025",
            "CSAFPID-2699024",
            "CSAFPID-2698999",
            "CSAFPID-2699077",
            "CSAFPID-2699075",
            "CSAFPID-2699076",
            "CSAFPID-2698355",
            "CSAFPID-2699027",
            "CSAFPID-1839852",
            "CSAFPID-1840033",
            "CSAFPID-2698955",
            "CSAFPID-2699001",
            "CSAFPID-2699084",
            "CSAFPID-2699079",
            "CSAFPID-2699058",
            "CSAFPID-1839957",
            "CSAFPID-2699000",
            "CSAFPID-1839953",
            "CSAFPID-2698964",
            "CSAFPID-2698991",
            "CSAFPID-2699127",
            "CSAFPID-2699126",
            "CSAFPID-2699128",
            "CSAFPID-1839980",
            "CSAFPID-1840004",
            "CSAFPID-1839981",
            "CSAFPID-2698653",
            "CSAFPID-2698654",
            "CSAFPID-2698655",
            "CSAFPID-2699056",
            "CSAFPID-2699063",
            "CSAFPID-2699060",
            "CSAFPID-1839921",
            "CSAFPID-2698975",
            "CSAFPID-1839922",
            "CSAFPID-2698974",
            "CSAFPID-1839978",
            "CSAFPID-1839979",
            "CSAFPID-2699035",
            "CSAFPID-1839983",
            "CSAFPID-1840005",
            "CSAFPID-2699034",
            "CSAFPID-2699036",
            "CSAFPID-2699096",
            "CSAFPID-2698996",
            "CSAFPID-2698333",
            "CSAFPID-2698334",
            "CSAFPID-2699007",
            "CSAFPID-2698374",
            "CSAFPID-1145246",
            "CSAFPID-1145247",
            "CSAFPID-1839868",
            "CSAFPID-2699029",
            "CSAFPID-1839869",
            "CSAFPID-1234193",
            "CSAFPID-1234261",
            "CSAFPID-2698362",
            "CSAFPID-2698358",
            "CSAFPID-2698372",
            "CSAFPID-2699013",
            "CSAFPID-2699012",
            "CSAFPID-2699016",
            "CSAFPID-2699015",
            "CSAFPID-2699098",
            "CSAFPID-1837923",
            "CSAFPID-1839960",
            "CSAFPID-2698373",
            "CSAFPID-2699093",
            "CSAFPID-2699092",
            "CSAFPID-2699091",
            "CSAFPID-2699090",
            "CSAFPID-2699124",
            "CSAFPID-2698959",
            "CSAFPID-2698357",
            "CSAFPID-1838579",
            "CSAFPID-1838582",
            "CSAFPID-2699181",
            "CSAFPID-1839930",
            "CSAFPID-1839933",
            "CSAFPID-1839931",
            "CSAFPID-1839963",
            "CSAFPID-1839932",
            "CSAFPID-2698956",
            "CSAFPID-2699180",
            "CSAFPID-2698381",
            "CSAFPID-1207518",
            "CSAFPID-1207704",
            "CSAFPID-2699083",
            "CSAFPID-1839887",
            "CSAFPID-1839889",
            "CSAFPID-1207607",
            "CSAFPID-1207752",
            "CSAFPID-1839888",
            "CSAFPID-1839886",
            "CSAFPID-1839925",
            "CSAFPID-1840027",
            "CSAFPID-2699041",
            "CSAFPID-2698961",
            "CSAFPID-1838586"
          ]
        }
      ],
      "title": "CVE-2024-43044"
    },
    {
      "cve": "CVE-2024-43709",
      "cwe": {
        "id": "CWE-770",
        "name": "Allocation of Resources Without Limits or Throttling"
      },
      "notes": [
        {
          "category": "other",
          "text": "Allocation of Resources Without Limits or Throttling",
          "title": "CWE-770"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-1838578",
          "CSAFPID-1839911",
          "CSAFPID-1839908",
          "CSAFPID-1145869",
          "CSAFPID-1145271",
          "CSAFPID-1173947",
          "CSAFPID-2698963",
          "CSAFPID-2698973",
          "CSAFPID-2699085",
          "CSAFPID-1839941",
          "CSAFPID-1838591",
          "CSAFPID-1145868",
          "CSAFPID-1145270",
          "CSAFPID-1173946",
          "CSAFPID-1839907",
          "CSAFPID-2698965",
          "CSAFPID-2698944",
          "CSAFPID-1173942",
          "CSAFPID-1173945",
          "CSAFPID-1839952",
          "CSAFPID-2699038",
          "CSAFPID-1838592",
          "CSAFPID-1173940",
          "CSAFPID-1173941",
          "CSAFPID-1839951",
          "CSAFPID-2699059",
          "CSAFPID-1173965",
          "CSAFPID-1173967",
          "CSAFPID-1839919",
          "CSAFPID-2698957",
          "CSAFPID-1838572",
          "CSAFPID-1838581",
          "CSAFPID-1838584",
          "CSAFPID-1839924",
          "CSAFPID-1173943",
          "CSAFPID-1173944",
          "CSAFPID-1839910",
          "CSAFPID-1839909",
          "CSAFPID-1839894",
          "CSAFPID-2698958",
          "CSAFPID-2699094",
          "CSAFPID-1145265",
          "CSAFPID-1145273",
          "CSAFPID-1174046",
          "CSAFPID-1839934",
          "CSAFPID-2699086",
          "CSAFPID-1839935",
          "CSAFPID-2699073",
          "CSAFPID-2698993",
          "CSAFPID-1839893",
          "CSAFPID-1839895",
          "CSAFPID-1839890",
          "CSAFPID-1839891",
          "CSAFPID-2699072",
          "CSAFPID-1839961",
          "CSAFPID-2699023",
          "CSAFPID-2699025",
          "CSAFPID-2699024",
          "CSAFPID-2698999",
          "CSAFPID-2699077",
          "CSAFPID-2699075",
          "CSAFPID-2699076",
          "CSAFPID-2698355",
          "CSAFPID-2699027",
          "CSAFPID-1839852",
          "CSAFPID-1840033",
          "CSAFPID-2698955",
          "CSAFPID-2699001",
          "CSAFPID-2699084",
          "CSAFPID-2699079",
          "CSAFPID-2699058",
          "CSAFPID-1839957",
          "CSAFPID-2699000",
          "CSAFPID-1839953",
          "CSAFPID-2698964",
          "CSAFPID-2698991",
          "CSAFPID-2699127",
          "CSAFPID-2699126",
          "CSAFPID-2699128",
          "CSAFPID-1839980",
          "CSAFPID-1840004",
          "CSAFPID-1839981",
          "CSAFPID-2698653",
          "CSAFPID-2698654",
          "CSAFPID-2698655",
          "CSAFPID-2699056",
          "CSAFPID-2699063",
          "CSAFPID-2699060",
          "CSAFPID-1839921",
          "CSAFPID-2698975",
          "CSAFPID-1839922",
          "CSAFPID-2698974",
          "CSAFPID-1839978",
          "CSAFPID-1839979",
          "CSAFPID-2699035",
          "CSAFPID-1839983",
          "CSAFPID-1840005",
          "CSAFPID-2699034",
          "CSAFPID-2699036",
          "CSAFPID-2699096",
          "CSAFPID-2698996",
          "CSAFPID-2698333",
          "CSAFPID-2698334",
          "CSAFPID-2699007",
          "CSAFPID-2698374",
          "CSAFPID-1145246",
          "CSAFPID-1145247",
          "CSAFPID-1839868",
          "CSAFPID-2699029",
          "CSAFPID-1839869",
          "CSAFPID-1234193",
          "CSAFPID-1234261",
          "CSAFPID-2698362",
          "CSAFPID-2698358",
          "CSAFPID-2698372",
          "CSAFPID-2699013",
          "CSAFPID-2699012",
          "CSAFPID-2699016",
          "CSAFPID-2699015",
          "CSAFPID-2699098",
          "CSAFPID-1837923",
          "CSAFPID-1839960",
          "CSAFPID-2698373",
          "CSAFPID-2699093",
          "CSAFPID-2699092",
          "CSAFPID-2699091",
          "CSAFPID-2699090",
          "CSAFPID-2699124",
          "CSAFPID-2698959",
          "CSAFPID-2698357",
          "CSAFPID-1838579",
          "CSAFPID-1838582",
          "CSAFPID-2699181",
          "CSAFPID-1839930",
          "CSAFPID-1839933",
          "CSAFPID-1839931",
          "CSAFPID-1839963",
          "CSAFPID-1839932",
          "CSAFPID-2698956",
          "CSAFPID-2699180",
          "CSAFPID-2698381",
          "CSAFPID-1207518",
          "CSAFPID-1207704",
          "CSAFPID-2699083",
          "CSAFPID-1839887",
          "CSAFPID-1839889",
          "CSAFPID-1207607",
          "CSAFPID-1207752",
          "CSAFPID-1839888",
          "CSAFPID-1839886",
          "CSAFPID-1839925",
          "CSAFPID-1840027",
          "CSAFPID-2699041",
          "CSAFPID-2698961",
          "CSAFPID-1838586"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-43709",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-43709.json"
        }
      ],
      "title": "CVE-2024-43709"
    },
    {
      "cve": "CVE-2024-43796",
      "cwe": {
        "id": "CWE-79",
        "name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
      },
      "notes": [
        {
          "category": "other",
          "text": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)",
          "title": "CWE-79"
        },
        {
          "category": "general",
          "text": "CVSS:4.0/AV:N/AC:H/AT:N/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N",
          "title": "CVSSV4"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-1838578",
          "CSAFPID-1839911",
          "CSAFPID-1839908",
          "CSAFPID-1145869",
          "CSAFPID-1145271",
          "CSAFPID-1173947",
          "CSAFPID-2698963",
          "CSAFPID-2698973",
          "CSAFPID-2699085",
          "CSAFPID-1839941",
          "CSAFPID-1838591",
          "CSAFPID-1145868",
          "CSAFPID-1145270",
          "CSAFPID-1173946",
          "CSAFPID-1839907",
          "CSAFPID-2698965",
          "CSAFPID-2698944",
          "CSAFPID-1173942",
          "CSAFPID-1173945",
          "CSAFPID-1839952",
          "CSAFPID-2699038",
          "CSAFPID-1838592",
          "CSAFPID-1173940",
          "CSAFPID-1173941",
          "CSAFPID-1839951",
          "CSAFPID-2699059",
          "CSAFPID-1173965",
          "CSAFPID-1173967",
          "CSAFPID-1839919",
          "CSAFPID-2698957",
          "CSAFPID-1838572",
          "CSAFPID-1838581",
          "CSAFPID-1838584",
          "CSAFPID-1839924",
          "CSAFPID-1173943",
          "CSAFPID-1173944",
          "CSAFPID-1839910",
          "CSAFPID-1839909",
          "CSAFPID-1839894",
          "CSAFPID-2698958",
          "CSAFPID-2699094",
          "CSAFPID-1145265",
          "CSAFPID-1145273",
          "CSAFPID-1174046",
          "CSAFPID-1839934",
          "CSAFPID-2699086",
          "CSAFPID-1839935",
          "CSAFPID-2699073",
          "CSAFPID-2698993",
          "CSAFPID-1839893",
          "CSAFPID-1839895",
          "CSAFPID-1839890",
          "CSAFPID-1839891",
          "CSAFPID-2699072",
          "CSAFPID-1839961",
          "CSAFPID-2699023",
          "CSAFPID-2699025",
          "CSAFPID-2699024",
          "CSAFPID-2698999",
          "CSAFPID-2699077",
          "CSAFPID-2699075",
          "CSAFPID-2699076",
          "CSAFPID-2698355",
          "CSAFPID-2699027",
          "CSAFPID-1839852",
          "CSAFPID-1840033",
          "CSAFPID-2698955",
          "CSAFPID-2699001",
          "CSAFPID-2699084",
          "CSAFPID-2699079",
          "CSAFPID-2699058",
          "CSAFPID-1839957",
          "CSAFPID-2699000",
          "CSAFPID-1839953",
          "CSAFPID-2698964",
          "CSAFPID-2698991",
          "CSAFPID-2699127",
          "CSAFPID-2699126",
          "CSAFPID-2699128",
          "CSAFPID-1839980",
          "CSAFPID-1840004",
          "CSAFPID-1839981",
          "CSAFPID-2698653",
          "CSAFPID-2698654",
          "CSAFPID-2698655",
          "CSAFPID-2699056",
          "CSAFPID-2699063",
          "CSAFPID-2699060",
          "CSAFPID-1839921",
          "CSAFPID-2698975",
          "CSAFPID-1839922",
          "CSAFPID-2698974",
          "CSAFPID-1839978",
          "CSAFPID-1839979",
          "CSAFPID-2699035",
          "CSAFPID-1839983",
          "CSAFPID-1840005",
          "CSAFPID-2699034",
          "CSAFPID-2699036",
          "CSAFPID-2699096",
          "CSAFPID-2698996",
          "CSAFPID-2698333",
          "CSAFPID-2698334",
          "CSAFPID-2699007",
          "CSAFPID-2698374",
          "CSAFPID-1145246",
          "CSAFPID-1145247",
          "CSAFPID-1839868",
          "CSAFPID-2699029",
          "CSAFPID-1839869",
          "CSAFPID-1234193",
          "CSAFPID-1234261",
          "CSAFPID-2698362",
          "CSAFPID-2698358",
          "CSAFPID-2698372",
          "CSAFPID-2699013",
          "CSAFPID-2699012",
          "CSAFPID-2699016",
          "CSAFPID-2699015",
          "CSAFPID-2699098",
          "CSAFPID-1837923",
          "CSAFPID-1839960",
          "CSAFPID-2698373",
          "CSAFPID-2699093",
          "CSAFPID-2699092",
          "CSAFPID-2699091",
          "CSAFPID-2699090",
          "CSAFPID-2699124",
          "CSAFPID-2698959",
          "CSAFPID-2698357",
          "CSAFPID-1838579",
          "CSAFPID-1838582",
          "CSAFPID-2699181",
          "CSAFPID-1839930",
          "CSAFPID-1839933",
          "CSAFPID-1839931",
          "CSAFPID-1839963",
          "CSAFPID-1839932",
          "CSAFPID-2698956",
          "CSAFPID-2699180",
          "CSAFPID-2698381",
          "CSAFPID-1207518",
          "CSAFPID-1207704",
          "CSAFPID-2699083",
          "CSAFPID-1839887",
          "CSAFPID-1839889",
          "CSAFPID-1207607",
          "CSAFPID-1207752",
          "CSAFPID-1839888",
          "CSAFPID-1839886",
          "CSAFPID-1839925",
          "CSAFPID-1840027",
          "CSAFPID-2699041",
          "CSAFPID-2698961",
          "CSAFPID-1838586"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-43796",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-43796.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 5.0,
            "baseSeverity": "MEDIUM",
            "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:L/A:L",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-1838578",
            "CSAFPID-1839911",
            "CSAFPID-1839908",
            "CSAFPID-1145869",
            "CSAFPID-1145271",
            "CSAFPID-1173947",
            "CSAFPID-2698963",
            "CSAFPID-2698973",
            "CSAFPID-2699085",
            "CSAFPID-1839941",
            "CSAFPID-1838591",
            "CSAFPID-1145868",
            "CSAFPID-1145270",
            "CSAFPID-1173946",
            "CSAFPID-1839907",
            "CSAFPID-2698965",
            "CSAFPID-2698944",
            "CSAFPID-1173942",
            "CSAFPID-1173945",
            "CSAFPID-1839952",
            "CSAFPID-2699038",
            "CSAFPID-1838592",
            "CSAFPID-1173940",
            "CSAFPID-1173941",
            "CSAFPID-1839951",
            "CSAFPID-2699059",
            "CSAFPID-1173965",
            "CSAFPID-1173967",
            "CSAFPID-1839919",
            "CSAFPID-2698957",
            "CSAFPID-1838572",
            "CSAFPID-1838581",
            "CSAFPID-1838584",
            "CSAFPID-1839924",
            "CSAFPID-1173943",
            "CSAFPID-1173944",
            "CSAFPID-1839910",
            "CSAFPID-1839909",
            "CSAFPID-1839894",
            "CSAFPID-2698958",
            "CSAFPID-2699094",
            "CSAFPID-1145265",
            "CSAFPID-1145273",
            "CSAFPID-1174046",
            "CSAFPID-1839934",
            "CSAFPID-2699086",
            "CSAFPID-1839935",
            "CSAFPID-2699073",
            "CSAFPID-2698993",
            "CSAFPID-1839893",
            "CSAFPID-1839895",
            "CSAFPID-1839890",
            "CSAFPID-1839891",
            "CSAFPID-2699072",
            "CSAFPID-1839961",
            "CSAFPID-2699023",
            "CSAFPID-2699025",
            "CSAFPID-2699024",
            "CSAFPID-2698999",
            "CSAFPID-2699077",
            "CSAFPID-2699075",
            "CSAFPID-2699076",
            "CSAFPID-2698355",
            "CSAFPID-2699027",
            "CSAFPID-1839852",
            "CSAFPID-1840033",
            "CSAFPID-2698955",
            "CSAFPID-2699001",
            "CSAFPID-2699084",
            "CSAFPID-2699079",
            "CSAFPID-2699058",
            "CSAFPID-1839957",
            "CSAFPID-2699000",
            "CSAFPID-1839953",
            "CSAFPID-2698964",
            "CSAFPID-2698991",
            "CSAFPID-2699127",
            "CSAFPID-2699126",
            "CSAFPID-2699128",
            "CSAFPID-1839980",
            "CSAFPID-1840004",
            "CSAFPID-1839981",
            "CSAFPID-2698653",
            "CSAFPID-2698654",
            "CSAFPID-2698655",
            "CSAFPID-2699056",
            "CSAFPID-2699063",
            "CSAFPID-2699060",
            "CSAFPID-1839921",
            "CSAFPID-2698975",
            "CSAFPID-1839922",
            "CSAFPID-2698974",
            "CSAFPID-1839978",
            "CSAFPID-1839979",
            "CSAFPID-2699035",
            "CSAFPID-1839983",
            "CSAFPID-1840005",
            "CSAFPID-2699034",
            "CSAFPID-2699036",
            "CSAFPID-2699096",
            "CSAFPID-2698996",
            "CSAFPID-2698333",
            "CSAFPID-2698334",
            "CSAFPID-2699007",
            "CSAFPID-2698374",
            "CSAFPID-1145246",
            "CSAFPID-1145247",
            "CSAFPID-1839868",
            "CSAFPID-2699029",
            "CSAFPID-1839869",
            "CSAFPID-1234193",
            "CSAFPID-1234261",
            "CSAFPID-2698362",
            "CSAFPID-2698358",
            "CSAFPID-2698372",
            "CSAFPID-2699013",
            "CSAFPID-2699012",
            "CSAFPID-2699016",
            "CSAFPID-2699015",
            "CSAFPID-2699098",
            "CSAFPID-1837923",
            "CSAFPID-1839960",
            "CSAFPID-2698373",
            "CSAFPID-2699093",
            "CSAFPID-2699092",
            "CSAFPID-2699091",
            "CSAFPID-2699090",
            "CSAFPID-2699124",
            "CSAFPID-2698959",
            "CSAFPID-2698357",
            "CSAFPID-1838579",
            "CSAFPID-1838582",
            "CSAFPID-2699181",
            "CSAFPID-1839930",
            "CSAFPID-1839933",
            "CSAFPID-1839931",
            "CSAFPID-1839963",
            "CSAFPID-1839932",
            "CSAFPID-2698956",
            "CSAFPID-2699180",
            "CSAFPID-2698381",
            "CSAFPID-1207518",
            "CSAFPID-1207704",
            "CSAFPID-2699083",
            "CSAFPID-1839887",
            "CSAFPID-1839889",
            "CSAFPID-1207607",
            "CSAFPID-1207752",
            "CSAFPID-1839888",
            "CSAFPID-1839886",
            "CSAFPID-1839925",
            "CSAFPID-1840027",
            "CSAFPID-2699041",
            "CSAFPID-2698961",
            "CSAFPID-1838586"
          ]
        }
      ],
      "title": "CVE-2024-43796"
    },
    {
      "cve": "CVE-2024-47072",
      "cwe": {
        "id": "CWE-121",
        "name": "Stack-based Buffer Overflow"
      },
      "notes": [
        {
          "category": "other",
          "text": "Stack-based Buffer Overflow",
          "title": "CWE-121"
        },
        {
          "category": "other",
          "text": "Deserialization of Untrusted Data",
          "title": "CWE-502"
        },
        {
          "category": "general",
          "text": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:P",
          "title": "CVSSV4"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-1838578",
          "CSAFPID-1839911",
          "CSAFPID-1839908",
          "CSAFPID-1145869",
          "CSAFPID-1145271",
          "CSAFPID-1173947",
          "CSAFPID-2698963",
          "CSAFPID-2698973",
          "CSAFPID-2699085",
          "CSAFPID-1839941",
          "CSAFPID-1838591",
          "CSAFPID-1145868",
          "CSAFPID-1145270",
          "CSAFPID-1173946",
          "CSAFPID-1839907",
          "CSAFPID-2698965",
          "CSAFPID-2698944",
          "CSAFPID-1173942",
          "CSAFPID-1173945",
          "CSAFPID-1839952",
          "CSAFPID-2699038",
          "CSAFPID-1838592",
          "CSAFPID-1173940",
          "CSAFPID-1173941",
          "CSAFPID-1839951",
          "CSAFPID-2699059",
          "CSAFPID-1173965",
          "CSAFPID-1173967",
          "CSAFPID-1839919",
          "CSAFPID-2698957",
          "CSAFPID-1838572",
          "CSAFPID-1838581",
          "CSAFPID-1838584",
          "CSAFPID-1839924",
          "CSAFPID-1173943",
          "CSAFPID-1173944",
          "CSAFPID-1839910",
          "CSAFPID-1839909",
          "CSAFPID-1839894",
          "CSAFPID-2698958",
          "CSAFPID-2699094",
          "CSAFPID-1145265",
          "CSAFPID-1145273",
          "CSAFPID-1174046",
          "CSAFPID-1839934",
          "CSAFPID-2699086",
          "CSAFPID-1839935",
          "CSAFPID-2699073",
          "CSAFPID-2698993",
          "CSAFPID-1839893",
          "CSAFPID-1839895",
          "CSAFPID-1839890",
          "CSAFPID-1839891",
          "CSAFPID-2699072",
          "CSAFPID-1839961",
          "CSAFPID-2699023",
          "CSAFPID-2699025",
          "CSAFPID-2699024",
          "CSAFPID-2698999",
          "CSAFPID-2699077",
          "CSAFPID-2699075",
          "CSAFPID-2699076",
          "CSAFPID-2698355",
          "CSAFPID-2699027",
          "CSAFPID-1839852",
          "CSAFPID-1840033",
          "CSAFPID-2698955",
          "CSAFPID-2699001",
          "CSAFPID-2699084",
          "CSAFPID-2699079",
          "CSAFPID-2699058",
          "CSAFPID-1839957",
          "CSAFPID-2699000",
          "CSAFPID-1839953",
          "CSAFPID-2698964",
          "CSAFPID-2698991",
          "CSAFPID-2699127",
          "CSAFPID-2699126",
          "CSAFPID-2699128",
          "CSAFPID-1839980",
          "CSAFPID-1840004",
          "CSAFPID-1839981",
          "CSAFPID-2698653",
          "CSAFPID-2698654",
          "CSAFPID-2698655",
          "CSAFPID-2699056",
          "CSAFPID-2699063",
          "CSAFPID-2699060",
          "CSAFPID-1839921",
          "CSAFPID-2698975",
          "CSAFPID-1839922",
          "CSAFPID-2698974",
          "CSAFPID-1839978",
          "CSAFPID-1839979",
          "CSAFPID-2699035",
          "CSAFPID-1839983",
          "CSAFPID-1840005",
          "CSAFPID-2699034",
          "CSAFPID-2699036",
          "CSAFPID-2699096",
          "CSAFPID-2698996",
          "CSAFPID-2698333",
          "CSAFPID-2698334",
          "CSAFPID-2699007",
          "CSAFPID-2698374",
          "CSAFPID-1145246",
          "CSAFPID-1145247",
          "CSAFPID-1839868",
          "CSAFPID-2699029",
          "CSAFPID-1839869",
          "CSAFPID-1234193",
          "CSAFPID-1234261",
          "CSAFPID-2698362",
          "CSAFPID-2698358",
          "CSAFPID-2698372",
          "CSAFPID-2699013",
          "CSAFPID-2699012",
          "CSAFPID-2699016",
          "CSAFPID-2699015",
          "CSAFPID-2699098",
          "CSAFPID-1837923",
          "CSAFPID-1839960",
          "CSAFPID-2698373",
          "CSAFPID-2699093",
          "CSAFPID-2699092",
          "CSAFPID-2699091",
          "CSAFPID-2699090",
          "CSAFPID-2699124",
          "CSAFPID-2698959",
          "CSAFPID-2698357",
          "CSAFPID-1838579",
          "CSAFPID-1838582",
          "CSAFPID-2699181",
          "CSAFPID-1839930",
          "CSAFPID-1839933",
          "CSAFPID-1839931",
          "CSAFPID-1839963",
          "CSAFPID-1839932",
          "CSAFPID-2698956",
          "CSAFPID-2699180",
          "CSAFPID-2698381",
          "CSAFPID-1207518",
          "CSAFPID-1207704",
          "CSAFPID-2699083",
          "CSAFPID-1839887",
          "CSAFPID-1839889",
          "CSAFPID-1207607",
          "CSAFPID-1207752",
          "CSAFPID-1839888",
          "CSAFPID-1839886",
          "CSAFPID-1839925",
          "CSAFPID-1840027",
          "CSAFPID-2699041",
          "CSAFPID-2698961",
          "CSAFPID-1838586"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-47072",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-47072.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 7.5,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-1838578",
            "CSAFPID-1839911",
            "CSAFPID-1839908",
            "CSAFPID-1145869",
            "CSAFPID-1145271",
            "CSAFPID-1173947",
            "CSAFPID-2698963",
            "CSAFPID-2698973",
            "CSAFPID-2699085",
            "CSAFPID-1839941",
            "CSAFPID-1838591",
            "CSAFPID-1145868",
            "CSAFPID-1145270",
            "CSAFPID-1173946",
            "CSAFPID-1839907",
            "CSAFPID-2698965",
            "CSAFPID-2698944",
            "CSAFPID-1173942",
            "CSAFPID-1173945",
            "CSAFPID-1839952",
            "CSAFPID-2699038",
            "CSAFPID-1838592",
            "CSAFPID-1173940",
            "CSAFPID-1173941",
            "CSAFPID-1839951",
            "CSAFPID-2699059",
            "CSAFPID-1173965",
            "CSAFPID-1173967",
            "CSAFPID-1839919",
            "CSAFPID-2698957",
            "CSAFPID-1838572",
            "CSAFPID-1838581",
            "CSAFPID-1838584",
            "CSAFPID-1839924",
            "CSAFPID-1173943",
            "CSAFPID-1173944",
            "CSAFPID-1839910",
            "CSAFPID-1839909",
            "CSAFPID-1839894",
            "CSAFPID-2698958",
            "CSAFPID-2699094",
            "CSAFPID-1145265",
            "CSAFPID-1145273",
            "CSAFPID-1174046",
            "CSAFPID-1839934",
            "CSAFPID-2699086",
            "CSAFPID-1839935",
            "CSAFPID-2699073",
            "CSAFPID-2698993",
            "CSAFPID-1839893",
            "CSAFPID-1839895",
            "CSAFPID-1839890",
            "CSAFPID-1839891",
            "CSAFPID-2699072",
            "CSAFPID-1839961",
            "CSAFPID-2699023",
            "CSAFPID-2699025",
            "CSAFPID-2699024",
            "CSAFPID-2698999",
            "CSAFPID-2699077",
            "CSAFPID-2699075",
            "CSAFPID-2699076",
            "CSAFPID-2698355",
            "CSAFPID-2699027",
            "CSAFPID-1839852",
            "CSAFPID-1840033",
            "CSAFPID-2698955",
            "CSAFPID-2699001",
            "CSAFPID-2699084",
            "CSAFPID-2699079",
            "CSAFPID-2699058",
            "CSAFPID-1839957",
            "CSAFPID-2699000",
            "CSAFPID-1839953",
            "CSAFPID-2698964",
            "CSAFPID-2698991",
            "CSAFPID-2699127",
            "CSAFPID-2699126",
            "CSAFPID-2699128",
            "CSAFPID-1839980",
            "CSAFPID-1840004",
            "CSAFPID-1839981",
            "CSAFPID-2698653",
            "CSAFPID-2698654",
            "CSAFPID-2698655",
            "CSAFPID-2699056",
            "CSAFPID-2699063",
            "CSAFPID-2699060",
            "CSAFPID-1839921",
            "CSAFPID-2698975",
            "CSAFPID-1839922",
            "CSAFPID-2698974",
            "CSAFPID-1839978",
            "CSAFPID-1839979",
            "CSAFPID-2699035",
            "CSAFPID-1839983",
            "CSAFPID-1840005",
            "CSAFPID-2699034",
            "CSAFPID-2699036",
            "CSAFPID-2699096",
            "CSAFPID-2698996",
            "CSAFPID-2698333",
            "CSAFPID-2698334",
            "CSAFPID-2699007",
            "CSAFPID-2698374",
            "CSAFPID-1145246",
            "CSAFPID-1145247",
            "CSAFPID-1839868",
            "CSAFPID-2699029",
            "CSAFPID-1839869",
            "CSAFPID-1234193",
            "CSAFPID-1234261",
            "CSAFPID-2698362",
            "CSAFPID-2698358",
            "CSAFPID-2698372",
            "CSAFPID-2699013",
            "CSAFPID-2699012",
            "CSAFPID-2699016",
            "CSAFPID-2699015",
            "CSAFPID-2699098",
            "CSAFPID-1837923",
            "CSAFPID-1839960",
            "CSAFPID-2698373",
            "CSAFPID-2699093",
            "CSAFPID-2699092",
            "CSAFPID-2699091",
            "CSAFPID-2699090",
            "CSAFPID-2699124",
            "CSAFPID-2698959",
            "CSAFPID-2698357",
            "CSAFPID-1838579",
            "CSAFPID-1838582",
            "CSAFPID-2699181",
            "CSAFPID-1839930",
            "CSAFPID-1839933",
            "CSAFPID-1839931",
            "CSAFPID-1839963",
            "CSAFPID-1839932",
            "CSAFPID-2698956",
            "CSAFPID-2699180",
            "CSAFPID-2698381",
            "CSAFPID-1207518",
            "CSAFPID-1207704",
            "CSAFPID-2699083",
            "CSAFPID-1839887",
            "CSAFPID-1839889",
            "CSAFPID-1207607",
            "CSAFPID-1207752",
            "CSAFPID-1839888",
            "CSAFPID-1839886",
            "CSAFPID-1839925",
            "CSAFPID-1840027",
            "CSAFPID-2699041",
            "CSAFPID-2698961",
            "CSAFPID-1838586"
          ]
        }
      ],
      "title": "CVE-2024-47072"
    },
    {
      "cve": "CVE-2024-47554",
      "cwe": {
        "id": "CWE-400",
        "name": "Uncontrolled Resource Consumption"
      },
      "notes": [
        {
          "category": "other",
          "text": "Uncontrolled Resource Consumption",
          "title": "CWE-400"
        },
        {
          "category": "general",
          "text": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N",
          "title": "CVSSV4"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-1838578",
          "CSAFPID-1839911",
          "CSAFPID-1839908",
          "CSAFPID-1145869",
          "CSAFPID-1145271",
          "CSAFPID-1173947",
          "CSAFPID-2698963",
          "CSAFPID-2698973",
          "CSAFPID-2699085",
          "CSAFPID-1839941",
          "CSAFPID-1838591",
          "CSAFPID-1145868",
          "CSAFPID-1145270",
          "CSAFPID-1173946",
          "CSAFPID-1839907",
          "CSAFPID-2698965",
          "CSAFPID-2698944",
          "CSAFPID-1173942",
          "CSAFPID-1173945",
          "CSAFPID-1839952",
          "CSAFPID-2699038",
          "CSAFPID-1838592",
          "CSAFPID-1173940",
          "CSAFPID-1173941",
          "CSAFPID-1839951",
          "CSAFPID-2699059",
          "CSAFPID-1173965",
          "CSAFPID-1173967",
          "CSAFPID-1839919",
          "CSAFPID-2698957",
          "CSAFPID-1838572",
          "CSAFPID-1838581",
          "CSAFPID-1838584",
          "CSAFPID-1839924",
          "CSAFPID-1173943",
          "CSAFPID-1173944",
          "CSAFPID-1839910",
          "CSAFPID-1839909",
          "CSAFPID-1839894",
          "CSAFPID-2698958",
          "CSAFPID-2699094",
          "CSAFPID-1145265",
          "CSAFPID-1145273",
          "CSAFPID-1174046",
          "CSAFPID-1839934",
          "CSAFPID-2699086",
          "CSAFPID-1839935",
          "CSAFPID-2699073",
          "CSAFPID-2698993",
          "CSAFPID-1839893",
          "CSAFPID-1839895",
          "CSAFPID-1839890",
          "CSAFPID-1839891",
          "CSAFPID-2699072",
          "CSAFPID-1839961",
          "CSAFPID-2699023",
          "CSAFPID-2699025",
          "CSAFPID-2699024",
          "CSAFPID-2698999",
          "CSAFPID-2699077",
          "CSAFPID-2699075",
          "CSAFPID-2699076",
          "CSAFPID-2698355",
          "CSAFPID-2699027",
          "CSAFPID-1839852",
          "CSAFPID-1840033",
          "CSAFPID-2698955",
          "CSAFPID-2699001",
          "CSAFPID-2699084",
          "CSAFPID-2699079",
          "CSAFPID-2699058",
          "CSAFPID-1839957",
          "CSAFPID-2699000",
          "CSAFPID-1839953",
          "CSAFPID-2698964",
          "CSAFPID-2698991",
          "CSAFPID-2699127",
          "CSAFPID-2699126",
          "CSAFPID-2699128",
          "CSAFPID-1839980",
          "CSAFPID-1840004",
          "CSAFPID-1839981",
          "CSAFPID-2698653",
          "CSAFPID-2698654",
          "CSAFPID-2698655",
          "CSAFPID-2699056",
          "CSAFPID-2699063",
          "CSAFPID-2699060",
          "CSAFPID-1839921",
          "CSAFPID-2698975",
          "CSAFPID-1839922",
          "CSAFPID-2698974",
          "CSAFPID-1839978",
          "CSAFPID-1839979",
          "CSAFPID-2699035",
          "CSAFPID-1839983",
          "CSAFPID-1840005",
          "CSAFPID-2699034",
          "CSAFPID-2699036",
          "CSAFPID-2699096",
          "CSAFPID-2698996",
          "CSAFPID-2698333",
          "CSAFPID-2698334",
          "CSAFPID-2699007",
          "CSAFPID-2698374",
          "CSAFPID-1145246",
          "CSAFPID-1145247",
          "CSAFPID-1839868",
          "CSAFPID-2699029",
          "CSAFPID-1839869",
          "CSAFPID-1234193",
          "CSAFPID-1234261",
          "CSAFPID-2698362",
          "CSAFPID-2698358",
          "CSAFPID-2698372",
          "CSAFPID-2699013",
          "CSAFPID-2699012",
          "CSAFPID-2699016",
          "CSAFPID-2699015",
          "CSAFPID-2699098",
          "CSAFPID-1837923",
          "CSAFPID-1839960",
          "CSAFPID-2698373",
          "CSAFPID-2699093",
          "CSAFPID-2699092",
          "CSAFPID-2699091",
          "CSAFPID-2699090",
          "CSAFPID-2699124",
          "CSAFPID-2698959",
          "CSAFPID-2698357",
          "CSAFPID-1838579",
          "CSAFPID-1838582",
          "CSAFPID-2699181",
          "CSAFPID-1839930",
          "CSAFPID-1839933",
          "CSAFPID-1839931",
          "CSAFPID-1839963",
          "CSAFPID-1839932",
          "CSAFPID-2698956",
          "CSAFPID-2699180",
          "CSAFPID-2698381",
          "CSAFPID-1207518",
          "CSAFPID-1207704",
          "CSAFPID-2699083",
          "CSAFPID-1839887",
          "CSAFPID-1839889",
          "CSAFPID-1207607",
          "CSAFPID-1207752",
          "CSAFPID-1839888",
          "CSAFPID-1839886",
          "CSAFPID-1839925",
          "CSAFPID-1840027",
          "CSAFPID-2699041",
          "CSAFPID-2698961",
          "CSAFPID-1838586"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-47554",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-47554.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 7.5,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-1838578",
            "CSAFPID-1839911",
            "CSAFPID-1839908",
            "CSAFPID-1145869",
            "CSAFPID-1145271",
            "CSAFPID-1173947",
            "CSAFPID-2698963",
            "CSAFPID-2698973",
            "CSAFPID-2699085",
            "CSAFPID-1839941",
            "CSAFPID-1838591",
            "CSAFPID-1145868",
            "CSAFPID-1145270",
            "CSAFPID-1173946",
            "CSAFPID-1839907",
            "CSAFPID-2698965",
            "CSAFPID-2698944",
            "CSAFPID-1173942",
            "CSAFPID-1173945",
            "CSAFPID-1839952",
            "CSAFPID-2699038",
            "CSAFPID-1838592",
            "CSAFPID-1173940",
            "CSAFPID-1173941",
            "CSAFPID-1839951",
            "CSAFPID-2699059",
            "CSAFPID-1173965",
            "CSAFPID-1173967",
            "CSAFPID-1839919",
            "CSAFPID-2698957",
            "CSAFPID-1838572",
            "CSAFPID-1838581",
            "CSAFPID-1838584",
            "CSAFPID-1839924",
            "CSAFPID-1173943",
            "CSAFPID-1173944",
            "CSAFPID-1839910",
            "CSAFPID-1839909",
            "CSAFPID-1839894",
            "CSAFPID-2698958",
            "CSAFPID-2699094",
            "CSAFPID-1145265",
            "CSAFPID-1145273",
            "CSAFPID-1174046",
            "CSAFPID-1839934",
            "CSAFPID-2699086",
            "CSAFPID-1839935",
            "CSAFPID-2699073",
            "CSAFPID-2698993",
            "CSAFPID-1839893",
            "CSAFPID-1839895",
            "CSAFPID-1839890",
            "CSAFPID-1839891",
            "CSAFPID-2699072",
            "CSAFPID-1839961",
            "CSAFPID-2699023",
            "CSAFPID-2699025",
            "CSAFPID-2699024",
            "CSAFPID-2698999",
            "CSAFPID-2699077",
            "CSAFPID-2699075",
            "CSAFPID-2699076",
            "CSAFPID-2698355",
            "CSAFPID-2699027",
            "CSAFPID-1839852",
            "CSAFPID-1840033",
            "CSAFPID-2698955",
            "CSAFPID-2699001",
            "CSAFPID-2699084",
            "CSAFPID-2699079",
            "CSAFPID-2699058",
            "CSAFPID-1839957",
            "CSAFPID-2699000",
            "CSAFPID-1839953",
            "CSAFPID-2698964",
            "CSAFPID-2698991",
            "CSAFPID-2699127",
            "CSAFPID-2699126",
            "CSAFPID-2699128",
            "CSAFPID-1839980",
            "CSAFPID-1840004",
            "CSAFPID-1839981",
            "CSAFPID-2698653",
            "CSAFPID-2698654",
            "CSAFPID-2698655",
            "CSAFPID-2699056",
            "CSAFPID-2699063",
            "CSAFPID-2699060",
            "CSAFPID-1839921",
            "CSAFPID-2698975",
            "CSAFPID-1839922",
            "CSAFPID-2698974",
            "CSAFPID-1839978",
            "CSAFPID-1839979",
            "CSAFPID-2699035",
            "CSAFPID-1839983",
            "CSAFPID-1840005",
            "CSAFPID-2699034",
            "CSAFPID-2699036",
            "CSAFPID-2699096",
            "CSAFPID-2698996",
            "CSAFPID-2698333",
            "CSAFPID-2698334",
            "CSAFPID-2699007",
            "CSAFPID-2698374",
            "CSAFPID-1145246",
            "CSAFPID-1145247",
            "CSAFPID-1839868",
            "CSAFPID-2699029",
            "CSAFPID-1839869",
            "CSAFPID-1234193",
            "CSAFPID-1234261",
            "CSAFPID-2698362",
            "CSAFPID-2698358",
            "CSAFPID-2698372",
            "CSAFPID-2699013",
            "CSAFPID-2699012",
            "CSAFPID-2699016",
            "CSAFPID-2699015",
            "CSAFPID-2699098",
            "CSAFPID-1837923",
            "CSAFPID-1839960",
            "CSAFPID-2698373",
            "CSAFPID-2699093",
            "CSAFPID-2699092",
            "CSAFPID-2699091",
            "CSAFPID-2699090",
            "CSAFPID-2699124",
            "CSAFPID-2698959",
            "CSAFPID-2698357",
            "CSAFPID-1838579",
            "CSAFPID-1838582",
            "CSAFPID-2699181",
            "CSAFPID-1839930",
            "CSAFPID-1839933",
            "CSAFPID-1839931",
            "CSAFPID-1839963",
            "CSAFPID-1839932",
            "CSAFPID-2698956",
            "CSAFPID-2699180",
            "CSAFPID-2698381",
            "CSAFPID-1207518",
            "CSAFPID-1207704",
            "CSAFPID-2699083",
            "CSAFPID-1839887",
            "CSAFPID-1839889",
            "CSAFPID-1207607",
            "CSAFPID-1207752",
            "CSAFPID-1839888",
            "CSAFPID-1839886",
            "CSAFPID-1839925",
            "CSAFPID-1840027",
            "CSAFPID-2699041",
            "CSAFPID-2698961",
            "CSAFPID-1838586"
          ]
        }
      ],
      "title": "CVE-2024-47554"
    },
    {
      "cve": "CVE-2024-49767",
      "cwe": {
        "id": "CWE-400",
        "name": "Uncontrolled Resource Consumption"
      },
      "notes": [
        {
          "category": "other",
          "text": "Uncontrolled Resource Consumption",
          "title": "CWE-400"
        },
        {
          "category": "other",
          "text": "Allocation of Resources Without Limits or Throttling",
          "title": "CWE-770"
        },
        {
          "category": "general",
          "text": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N",
          "title": "CVSSV4"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-1838578",
          "CSAFPID-1839911",
          "CSAFPID-1839908",
          "CSAFPID-1145869",
          "CSAFPID-1145271",
          "CSAFPID-1173947",
          "CSAFPID-2698963",
          "CSAFPID-2698973",
          "CSAFPID-2699085",
          "CSAFPID-1839941",
          "CSAFPID-1838591",
          "CSAFPID-1145868",
          "CSAFPID-1145270",
          "CSAFPID-1173946",
          "CSAFPID-1839907",
          "CSAFPID-2698965",
          "CSAFPID-2698944",
          "CSAFPID-1173942",
          "CSAFPID-1173945",
          "CSAFPID-1839952",
          "CSAFPID-2699038",
          "CSAFPID-1838592",
          "CSAFPID-1173940",
          "CSAFPID-1173941",
          "CSAFPID-1839951",
          "CSAFPID-2699059",
          "CSAFPID-1173965",
          "CSAFPID-1173967",
          "CSAFPID-1839919",
          "CSAFPID-2698957",
          "CSAFPID-1838572",
          "CSAFPID-1838581",
          "CSAFPID-1838584",
          "CSAFPID-1839924",
          "CSAFPID-1173943",
          "CSAFPID-1173944",
          "CSAFPID-1839910",
          "CSAFPID-1839909",
          "CSAFPID-1839894",
          "CSAFPID-2698958",
          "CSAFPID-2699094",
          "CSAFPID-1145265",
          "CSAFPID-1145273",
          "CSAFPID-1174046",
          "CSAFPID-1839934",
          "CSAFPID-2699086",
          "CSAFPID-1839935",
          "CSAFPID-2699073",
          "CSAFPID-2698993",
          "CSAFPID-1839893",
          "CSAFPID-1839895",
          "CSAFPID-1839890",
          "CSAFPID-1839891",
          "CSAFPID-2699072",
          "CSAFPID-1839961",
          "CSAFPID-2699023",
          "CSAFPID-2699025",
          "CSAFPID-2699024",
          "CSAFPID-2698999",
          "CSAFPID-2699077",
          "CSAFPID-2699075",
          "CSAFPID-2699076",
          "CSAFPID-2698355",
          "CSAFPID-2699027",
          "CSAFPID-1839852",
          "CSAFPID-1840033",
          "CSAFPID-2698955",
          "CSAFPID-2699001",
          "CSAFPID-2699084",
          "CSAFPID-2699079",
          "CSAFPID-2699058",
          "CSAFPID-1839957",
          "CSAFPID-2699000",
          "CSAFPID-1839953",
          "CSAFPID-2698964",
          "CSAFPID-2698991",
          "CSAFPID-2699127",
          "CSAFPID-2699126",
          "CSAFPID-2699128",
          "CSAFPID-1839980",
          "CSAFPID-1840004",
          "CSAFPID-1839981",
          "CSAFPID-2698653",
          "CSAFPID-2698654",
          "CSAFPID-2698655",
          "CSAFPID-2699056",
          "CSAFPID-2699063",
          "CSAFPID-2699060",
          "CSAFPID-1839921",
          "CSAFPID-2698975",
          "CSAFPID-1839922",
          "CSAFPID-2698974",
          "CSAFPID-1839978",
          "CSAFPID-1839979",
          "CSAFPID-2699035",
          "CSAFPID-1839983",
          "CSAFPID-1840005",
          "CSAFPID-2699034",
          "CSAFPID-2699036",
          "CSAFPID-2699096",
          "CSAFPID-2698996",
          "CSAFPID-2698333",
          "CSAFPID-2698334",
          "CSAFPID-2699007",
          "CSAFPID-2698374",
          "CSAFPID-1145246",
          "CSAFPID-1145247",
          "CSAFPID-1839868",
          "CSAFPID-2699029",
          "CSAFPID-1839869",
          "CSAFPID-1234193",
          "CSAFPID-1234261",
          "CSAFPID-2698362",
          "CSAFPID-2698358",
          "CSAFPID-2698372",
          "CSAFPID-2699013",
          "CSAFPID-2699012",
          "CSAFPID-2699016",
          "CSAFPID-2699015",
          "CSAFPID-2699098",
          "CSAFPID-1837923",
          "CSAFPID-1839960",
          "CSAFPID-2698373",
          "CSAFPID-2699093",
          "CSAFPID-2699092",
          "CSAFPID-2699091",
          "CSAFPID-2699090",
          "CSAFPID-2699124",
          "CSAFPID-2698959",
          "CSAFPID-2698357",
          "CSAFPID-1838579",
          "CSAFPID-1838582",
          "CSAFPID-2699181",
          "CSAFPID-1839930",
          "CSAFPID-1839933",
          "CSAFPID-1839931",
          "CSAFPID-1839963",
          "CSAFPID-1839932",
          "CSAFPID-2698956",
          "CSAFPID-2699180",
          "CSAFPID-2698381",
          "CSAFPID-1207518",
          "CSAFPID-1207704",
          "CSAFPID-2699083",
          "CSAFPID-1839887",
          "CSAFPID-1839889",
          "CSAFPID-1207607",
          "CSAFPID-1207752",
          "CSAFPID-1839888",
          "CSAFPID-1839886",
          "CSAFPID-1839925",
          "CSAFPID-1840027",
          "CSAFPID-2699041",
          "CSAFPID-2698961",
          "CSAFPID-1838586"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-49767",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-49767.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 7.5,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-1838578",
            "CSAFPID-1839911",
            "CSAFPID-1839908",
            "CSAFPID-1145869",
            "CSAFPID-1145271",
            "CSAFPID-1173947",
            "CSAFPID-2698963",
            "CSAFPID-2698973",
            "CSAFPID-2699085",
            "CSAFPID-1839941",
            "CSAFPID-1838591",
            "CSAFPID-1145868",
            "CSAFPID-1145270",
            "CSAFPID-1173946",
            "CSAFPID-1839907",
            "CSAFPID-2698965",
            "CSAFPID-2698944",
            "CSAFPID-1173942",
            "CSAFPID-1173945",
            "CSAFPID-1839952",
            "CSAFPID-2699038",
            "CSAFPID-1838592",
            "CSAFPID-1173940",
            "CSAFPID-1173941",
            "CSAFPID-1839951",
            "CSAFPID-2699059",
            "CSAFPID-1173965",
            "CSAFPID-1173967",
            "CSAFPID-1839919",
            "CSAFPID-2698957",
            "CSAFPID-1838572",
            "CSAFPID-1838581",
            "CSAFPID-1838584",
            "CSAFPID-1839924",
            "CSAFPID-1173943",
            "CSAFPID-1173944",
            "CSAFPID-1839910",
            "CSAFPID-1839909",
            "CSAFPID-1839894",
            "CSAFPID-2698958",
            "CSAFPID-2699094",
            "CSAFPID-1145265",
            "CSAFPID-1145273",
            "CSAFPID-1174046",
            "CSAFPID-1839934",
            "CSAFPID-2699086",
            "CSAFPID-1839935",
            "CSAFPID-2699073",
            "CSAFPID-2698993",
            "CSAFPID-1839893",
            "CSAFPID-1839895",
            "CSAFPID-1839890",
            "CSAFPID-1839891",
            "CSAFPID-2699072",
            "CSAFPID-1839961",
            "CSAFPID-2699023",
            "CSAFPID-2699025",
            "CSAFPID-2699024",
            "CSAFPID-2698999",
            "CSAFPID-2699077",
            "CSAFPID-2699075",
            "CSAFPID-2699076",
            "CSAFPID-2698355",
            "CSAFPID-2699027",
            "CSAFPID-1839852",
            "CSAFPID-1840033",
            "CSAFPID-2698955",
            "CSAFPID-2699001",
            "CSAFPID-2699084",
            "CSAFPID-2699079",
            "CSAFPID-2699058",
            "CSAFPID-1839957",
            "CSAFPID-2699000",
            "CSAFPID-1839953",
            "CSAFPID-2698964",
            "CSAFPID-2698991",
            "CSAFPID-2699127",
            "CSAFPID-2699126",
            "CSAFPID-2699128",
            "CSAFPID-1839980",
            "CSAFPID-1840004",
            "CSAFPID-1839981",
            "CSAFPID-2698653",
            "CSAFPID-2698654",
            "CSAFPID-2698655",
            "CSAFPID-2699056",
            "CSAFPID-2699063",
            "CSAFPID-2699060",
            "CSAFPID-1839921",
            "CSAFPID-2698975",
            "CSAFPID-1839922",
            "CSAFPID-2698974",
            "CSAFPID-1839978",
            "CSAFPID-1839979",
            "CSAFPID-2699035",
            "CSAFPID-1839983",
            "CSAFPID-1840005",
            "CSAFPID-2699034",
            "CSAFPID-2699036",
            "CSAFPID-2699096",
            "CSAFPID-2698996",
            "CSAFPID-2698333",
            "CSAFPID-2698334",
            "CSAFPID-2699007",
            "CSAFPID-2698374",
            "CSAFPID-1145246",
            "CSAFPID-1145247",
            "CSAFPID-1839868",
            "CSAFPID-2699029",
            "CSAFPID-1839869",
            "CSAFPID-1234193",
            "CSAFPID-1234261",
            "CSAFPID-2698362",
            "CSAFPID-2698358",
            "CSAFPID-2698372",
            "CSAFPID-2699013",
            "CSAFPID-2699012",
            "CSAFPID-2699016",
            "CSAFPID-2699015",
            "CSAFPID-2699098",
            "CSAFPID-1837923",
            "CSAFPID-1839960",
            "CSAFPID-2698373",
            "CSAFPID-2699093",
            "CSAFPID-2699092",
            "CSAFPID-2699091",
            "CSAFPID-2699090",
            "CSAFPID-2699124",
            "CSAFPID-2698959",
            "CSAFPID-2698357",
            "CSAFPID-1838579",
            "CSAFPID-1838582",
            "CSAFPID-2699181",
            "CSAFPID-1839930",
            "CSAFPID-1839933",
            "CSAFPID-1839931",
            "CSAFPID-1839963",
            "CSAFPID-1839932",
            "CSAFPID-2698956",
            "CSAFPID-2699180",
            "CSAFPID-2698381",
            "CSAFPID-1207518",
            "CSAFPID-1207704",
            "CSAFPID-2699083",
            "CSAFPID-1839887",
            "CSAFPID-1839889",
            "CSAFPID-1207607",
            "CSAFPID-1207752",
            "CSAFPID-1839888",
            "CSAFPID-1839886",
            "CSAFPID-1839925",
            "CSAFPID-1840027",
            "CSAFPID-2699041",
            "CSAFPID-2698961",
            "CSAFPID-1838586"
          ]
        }
      ],
      "title": "CVE-2024-49767"
    },
    {
      "cve": "CVE-2024-50602",
      "cwe": {
        "id": "CWE-404",
        "name": "Improper Resource Shutdown or Release"
      },
      "notes": [
        {
          "category": "other",
          "text": "Improper Resource Shutdown or Release",
          "title": "CWE-404"
        },
        {
          "category": "other",
          "text": "Improper Check for Unusual or Exceptional Conditions",
          "title": "CWE-754"
        },
        {
          "category": "general",
          "text": "CVSS:4.0/AV:A/AC:L/AT:N/PR:L/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N",
          "title": "CVSSV4"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-1838578",
          "CSAFPID-1839911",
          "CSAFPID-1839908",
          "CSAFPID-1145869",
          "CSAFPID-1145271",
          "CSAFPID-1173947",
          "CSAFPID-2698963",
          "CSAFPID-2698973",
          "CSAFPID-2699085",
          "CSAFPID-1839941",
          "CSAFPID-1838591",
          "CSAFPID-1145868",
          "CSAFPID-1145270",
          "CSAFPID-1173946",
          "CSAFPID-1839907",
          "CSAFPID-2698965",
          "CSAFPID-2698944",
          "CSAFPID-1173942",
          "CSAFPID-1173945",
          "CSAFPID-1839952",
          "CSAFPID-2699038",
          "CSAFPID-1838592",
          "CSAFPID-1173940",
          "CSAFPID-1173941",
          "CSAFPID-1839951",
          "CSAFPID-2699059",
          "CSAFPID-1173965",
          "CSAFPID-1173967",
          "CSAFPID-1839919",
          "CSAFPID-2698957",
          "CSAFPID-1838572",
          "CSAFPID-1838581",
          "CSAFPID-1838584",
          "CSAFPID-1839924",
          "CSAFPID-1173943",
          "CSAFPID-1173944",
          "CSAFPID-1839910",
          "CSAFPID-1839909",
          "CSAFPID-1839894",
          "CSAFPID-2698958",
          "CSAFPID-2699094",
          "CSAFPID-1145265",
          "CSAFPID-1145273",
          "CSAFPID-1174046",
          "CSAFPID-1839934",
          "CSAFPID-2699086",
          "CSAFPID-1839935",
          "CSAFPID-2699073",
          "CSAFPID-2698993",
          "CSAFPID-1839893",
          "CSAFPID-1839895",
          "CSAFPID-1839890",
          "CSAFPID-1839891",
          "CSAFPID-2699072",
          "CSAFPID-1839961",
          "CSAFPID-2699023",
          "CSAFPID-2699025",
          "CSAFPID-2699024",
          "CSAFPID-2698999",
          "CSAFPID-2699077",
          "CSAFPID-2699075",
          "CSAFPID-2699076",
          "CSAFPID-2698355",
          "CSAFPID-2699027",
          "CSAFPID-1839852",
          "CSAFPID-1840033",
          "CSAFPID-2698955",
          "CSAFPID-2699001",
          "CSAFPID-2699084",
          "CSAFPID-2699079",
          "CSAFPID-2699058",
          "CSAFPID-1839957",
          "CSAFPID-2699000",
          "CSAFPID-1839953",
          "CSAFPID-2698964",
          "CSAFPID-2698991",
          "CSAFPID-2699127",
          "CSAFPID-2699126",
          "CSAFPID-2699128",
          "CSAFPID-1839980",
          "CSAFPID-1840004",
          "CSAFPID-1839981",
          "CSAFPID-2698653",
          "CSAFPID-2698654",
          "CSAFPID-2698655",
          "CSAFPID-2699056",
          "CSAFPID-2699063",
          "CSAFPID-2699060",
          "CSAFPID-1839921",
          "CSAFPID-2698975",
          "CSAFPID-1839922",
          "CSAFPID-2698974",
          "CSAFPID-1839978",
          "CSAFPID-1839979",
          "CSAFPID-2699035",
          "CSAFPID-1839983",
          "CSAFPID-1840005",
          "CSAFPID-2699034",
          "CSAFPID-2699036",
          "CSAFPID-2699096",
          "CSAFPID-2698996",
          "CSAFPID-2698333",
          "CSAFPID-2698334",
          "CSAFPID-2699007",
          "CSAFPID-2698374",
          "CSAFPID-1145246",
          "CSAFPID-1145247",
          "CSAFPID-1839868",
          "CSAFPID-2699029",
          "CSAFPID-1839869",
          "CSAFPID-1234193",
          "CSAFPID-1234261",
          "CSAFPID-2698362",
          "CSAFPID-2698358",
          "CSAFPID-2698372",
          "CSAFPID-2699013",
          "CSAFPID-2699012",
          "CSAFPID-2699016",
          "CSAFPID-2699015",
          "CSAFPID-2699098",
          "CSAFPID-1837923",
          "CSAFPID-1839960",
          "CSAFPID-2698373",
          "CSAFPID-2699093",
          "CSAFPID-2699092",
          "CSAFPID-2699091",
          "CSAFPID-2699090",
          "CSAFPID-2699124",
          "CSAFPID-2698959",
          "CSAFPID-2698357",
          "CSAFPID-1838579",
          "CSAFPID-1838582",
          "CSAFPID-2699181",
          "CSAFPID-1839930",
          "CSAFPID-1839933",
          "CSAFPID-1839931",
          "CSAFPID-1839963",
          "CSAFPID-1839932",
          "CSAFPID-2698956",
          "CSAFPID-2699180",
          "CSAFPID-2698381",
          "CSAFPID-1207518",
          "CSAFPID-1207704",
          "CSAFPID-2699083",
          "CSAFPID-1839887",
          "CSAFPID-1839889",
          "CSAFPID-1207607",
          "CSAFPID-1207752",
          "CSAFPID-1839888",
          "CSAFPID-1839886",
          "CSAFPID-1839925",
          "CSAFPID-1840027",
          "CSAFPID-2699041",
          "CSAFPID-2698961",
          "CSAFPID-1838586"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-50602",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-50602.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 7.5,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-1838578",
            "CSAFPID-1839911",
            "CSAFPID-1839908",
            "CSAFPID-1145869",
            "CSAFPID-1145271",
            "CSAFPID-1173947",
            "CSAFPID-2698963",
            "CSAFPID-2698973",
            "CSAFPID-2699085",
            "CSAFPID-1839941",
            "CSAFPID-1838591",
            "CSAFPID-1145868",
            "CSAFPID-1145270",
            "CSAFPID-1173946",
            "CSAFPID-1839907",
            "CSAFPID-2698965",
            "CSAFPID-2698944",
            "CSAFPID-1173942",
            "CSAFPID-1173945",
            "CSAFPID-1839952",
            "CSAFPID-2699038",
            "CSAFPID-1838592",
            "CSAFPID-1173940",
            "CSAFPID-1173941",
            "CSAFPID-1839951",
            "CSAFPID-2699059",
            "CSAFPID-1173965",
            "CSAFPID-1173967",
            "CSAFPID-1839919",
            "CSAFPID-2698957",
            "CSAFPID-1838572",
            "CSAFPID-1838581",
            "CSAFPID-1838584",
            "CSAFPID-1839924",
            "CSAFPID-1173943",
            "CSAFPID-1173944",
            "CSAFPID-1839910",
            "CSAFPID-1839909",
            "CSAFPID-1839894",
            "CSAFPID-2698958",
            "CSAFPID-2699094",
            "CSAFPID-1145265",
            "CSAFPID-1145273",
            "CSAFPID-1174046",
            "CSAFPID-1839934",
            "CSAFPID-2699086",
            "CSAFPID-1839935",
            "CSAFPID-2699073",
            "CSAFPID-2698993",
            "CSAFPID-1839893",
            "CSAFPID-1839895",
            "CSAFPID-1839890",
            "CSAFPID-1839891",
            "CSAFPID-2699072",
            "CSAFPID-1839961",
            "CSAFPID-2699023",
            "CSAFPID-2699025",
            "CSAFPID-2699024",
            "CSAFPID-2698999",
            "CSAFPID-2699077",
            "CSAFPID-2699075",
            "CSAFPID-2699076",
            "CSAFPID-2698355",
            "CSAFPID-2699027",
            "CSAFPID-1839852",
            "CSAFPID-1840033",
            "CSAFPID-2698955",
            "CSAFPID-2699001",
            "CSAFPID-2699084",
            "CSAFPID-2699079",
            "CSAFPID-2699058",
            "CSAFPID-1839957",
            "CSAFPID-2699000",
            "CSAFPID-1839953",
            "CSAFPID-2698964",
            "CSAFPID-2698991",
            "CSAFPID-2699127",
            "CSAFPID-2699126",
            "CSAFPID-2699128",
            "CSAFPID-1839980",
            "CSAFPID-1840004",
            "CSAFPID-1839981",
            "CSAFPID-2698653",
            "CSAFPID-2698654",
            "CSAFPID-2698655",
            "CSAFPID-2699056",
            "CSAFPID-2699063",
            "CSAFPID-2699060",
            "CSAFPID-1839921",
            "CSAFPID-2698975",
            "CSAFPID-1839922",
            "CSAFPID-2698974",
            "CSAFPID-1839978",
            "CSAFPID-1839979",
            "CSAFPID-2699035",
            "CSAFPID-1839983",
            "CSAFPID-1840005",
            "CSAFPID-2699034",
            "CSAFPID-2699036",
            "CSAFPID-2699096",
            "CSAFPID-2698996",
            "CSAFPID-2698333",
            "CSAFPID-2698334",
            "CSAFPID-2699007",
            "CSAFPID-2698374",
            "CSAFPID-1145246",
            "CSAFPID-1145247",
            "CSAFPID-1839868",
            "CSAFPID-2699029",
            "CSAFPID-1839869",
            "CSAFPID-1234193",
            "CSAFPID-1234261",
            "CSAFPID-2698362",
            "CSAFPID-2698358",
            "CSAFPID-2698372",
            "CSAFPID-2699013",
            "CSAFPID-2699012",
            "CSAFPID-2699016",
            "CSAFPID-2699015",
            "CSAFPID-2699098",
            "CSAFPID-1837923",
            "CSAFPID-1839960",
            "CSAFPID-2698373",
            "CSAFPID-2699093",
            "CSAFPID-2699092",
            "CSAFPID-2699091",
            "CSAFPID-2699090",
            "CSAFPID-2699124",
            "CSAFPID-2698959",
            "CSAFPID-2698357",
            "CSAFPID-1838579",
            "CSAFPID-1838582",
            "CSAFPID-2699181",
            "CSAFPID-1839930",
            "CSAFPID-1839933",
            "CSAFPID-1839931",
            "CSAFPID-1839963",
            "CSAFPID-1839932",
            "CSAFPID-2698956",
            "CSAFPID-2699180",
            "CSAFPID-2698381",
            "CSAFPID-1207518",
            "CSAFPID-1207704",
            "CSAFPID-2699083",
            "CSAFPID-1839887",
            "CSAFPID-1839889",
            "CSAFPID-1207607",
            "CSAFPID-1207752",
            "CSAFPID-1839888",
            "CSAFPID-1839886",
            "CSAFPID-1839925",
            "CSAFPID-1840027",
            "CSAFPID-2699041",
            "CSAFPID-2698961",
            "CSAFPID-1838586"
          ]
        }
      ],
      "title": "CVE-2024-50602"
    },
    {
      "cve": "CVE-2024-52046",
      "cwe": {
        "id": "CWE-94",
        "name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
      },
      "notes": [
        {
          "category": "other",
          "text": "Improper Control of Generation of Code (\u0027Code Injection\u0027)",
          "title": "CWE-94"
        },
        {
          "category": "other",
          "text": "Deserialization of Untrusted Data",
          "title": "CWE-502"
        },
        {
          "category": "general",
          "text": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X",
          "title": "CVSSV4"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-1838578",
          "CSAFPID-1839911",
          "CSAFPID-1839908",
          "CSAFPID-1145869",
          "CSAFPID-1145271",
          "CSAFPID-1173947",
          "CSAFPID-2698963",
          "CSAFPID-2698973",
          "CSAFPID-2699085",
          "CSAFPID-1839941",
          "CSAFPID-1838591",
          "CSAFPID-1145868",
          "CSAFPID-1145270",
          "CSAFPID-1173946",
          "CSAFPID-1839907",
          "CSAFPID-2698965",
          "CSAFPID-2698944",
          "CSAFPID-1173942",
          "CSAFPID-1173945",
          "CSAFPID-1839952",
          "CSAFPID-2699038",
          "CSAFPID-1838592",
          "CSAFPID-1173940",
          "CSAFPID-1173941",
          "CSAFPID-1839951",
          "CSAFPID-2699059",
          "CSAFPID-1173965",
          "CSAFPID-1173967",
          "CSAFPID-1839919",
          "CSAFPID-2698957",
          "CSAFPID-1838572",
          "CSAFPID-1838581",
          "CSAFPID-1838584",
          "CSAFPID-1839924",
          "CSAFPID-1173943",
          "CSAFPID-1173944",
          "CSAFPID-1839910",
          "CSAFPID-1839909",
          "CSAFPID-1839894",
          "CSAFPID-2698958",
          "CSAFPID-2699094",
          "CSAFPID-1145265",
          "CSAFPID-1145273",
          "CSAFPID-1174046",
          "CSAFPID-1839934",
          "CSAFPID-2699086",
          "CSAFPID-1839935",
          "CSAFPID-2699073",
          "CSAFPID-2698993",
          "CSAFPID-1839893",
          "CSAFPID-1839895",
          "CSAFPID-1839890",
          "CSAFPID-1839891",
          "CSAFPID-2699072",
          "CSAFPID-1839961",
          "CSAFPID-2699023",
          "CSAFPID-2699025",
          "CSAFPID-2699024",
          "CSAFPID-2698999",
          "CSAFPID-2699077",
          "CSAFPID-2699075",
          "CSAFPID-2699076",
          "CSAFPID-2698355",
          "CSAFPID-2699027",
          "CSAFPID-1839852",
          "CSAFPID-1840033",
          "CSAFPID-2698955",
          "CSAFPID-2699001",
          "CSAFPID-2699084",
          "CSAFPID-2699079",
          "CSAFPID-2699058",
          "CSAFPID-1839957",
          "CSAFPID-2699000",
          "CSAFPID-1839953",
          "CSAFPID-2698964",
          "CSAFPID-2698991",
          "CSAFPID-2699127",
          "CSAFPID-2699126",
          "CSAFPID-2699128",
          "CSAFPID-1839980",
          "CSAFPID-1840004",
          "CSAFPID-1839981",
          "CSAFPID-2698653",
          "CSAFPID-2698654",
          "CSAFPID-2698655",
          "CSAFPID-2699056",
          "CSAFPID-2699063",
          "CSAFPID-2699060",
          "CSAFPID-1839921",
          "CSAFPID-2698975",
          "CSAFPID-1839922",
          "CSAFPID-2698974",
          "CSAFPID-1839978",
          "CSAFPID-1839979",
          "CSAFPID-2699035",
          "CSAFPID-1839983",
          "CSAFPID-1840005",
          "CSAFPID-2699034",
          "CSAFPID-2699036",
          "CSAFPID-2699096",
          "CSAFPID-2698996",
          "CSAFPID-2698333",
          "CSAFPID-2698334",
          "CSAFPID-2699007",
          "CSAFPID-2698374",
          "CSAFPID-1145246",
          "CSAFPID-1145247",
          "CSAFPID-1839868",
          "CSAFPID-2699029",
          "CSAFPID-1839869",
          "CSAFPID-1234193",
          "CSAFPID-1234261",
          "CSAFPID-2698362",
          "CSAFPID-2698358",
          "CSAFPID-2698372",
          "CSAFPID-2699013",
          "CSAFPID-2699012",
          "CSAFPID-2699016",
          "CSAFPID-2699015",
          "CSAFPID-2699098",
          "CSAFPID-1837923",
          "CSAFPID-1839960",
          "CSAFPID-2698373",
          "CSAFPID-2699093",
          "CSAFPID-2699092",
          "CSAFPID-2699091",
          "CSAFPID-2699090",
          "CSAFPID-2699124",
          "CSAFPID-2698959",
          "CSAFPID-2698357",
          "CSAFPID-1838579",
          "CSAFPID-1838582",
          "CSAFPID-2699181",
          "CSAFPID-1839930",
          "CSAFPID-1839933",
          "CSAFPID-1839931",
          "CSAFPID-1839963",
          "CSAFPID-1839932",
          "CSAFPID-2698956",
          "CSAFPID-2699180",
          "CSAFPID-2698381",
          "CSAFPID-1207518",
          "CSAFPID-1207704",
          "CSAFPID-2699083",
          "CSAFPID-1839887",
          "CSAFPID-1839889",
          "CSAFPID-1207607",
          "CSAFPID-1207752",
          "CSAFPID-1839888",
          "CSAFPID-1839886",
          "CSAFPID-1839925",
          "CSAFPID-1840027",
          "CSAFPID-2699041",
          "CSAFPID-2698961",
          "CSAFPID-1838586"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-52046",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-52046.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 9.8,
            "baseSeverity": "CRITICAL",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-1838578",
            "CSAFPID-1839911",
            "CSAFPID-1839908",
            "CSAFPID-1145869",
            "CSAFPID-1145271",
            "CSAFPID-1173947",
            "CSAFPID-2698963",
            "CSAFPID-2698973",
            "CSAFPID-2699085",
            "CSAFPID-1839941",
            "CSAFPID-1838591",
            "CSAFPID-1145868",
            "CSAFPID-1145270",
            "CSAFPID-1173946",
            "CSAFPID-1839907",
            "CSAFPID-2698965",
            "CSAFPID-2698944",
            "CSAFPID-1173942",
            "CSAFPID-1173945",
            "CSAFPID-1839952",
            "CSAFPID-2699038",
            "CSAFPID-1838592",
            "CSAFPID-1173940",
            "CSAFPID-1173941",
            "CSAFPID-1839951",
            "CSAFPID-2699059",
            "CSAFPID-1173965",
            "CSAFPID-1173967",
            "CSAFPID-1839919",
            "CSAFPID-2698957",
            "CSAFPID-1838572",
            "CSAFPID-1838581",
            "CSAFPID-1838584",
            "CSAFPID-1839924",
            "CSAFPID-1173943",
            "CSAFPID-1173944",
            "CSAFPID-1839910",
            "CSAFPID-1839909",
            "CSAFPID-1839894",
            "CSAFPID-2698958",
            "CSAFPID-2699094",
            "CSAFPID-1145265",
            "CSAFPID-1145273",
            "CSAFPID-1174046",
            "CSAFPID-1839934",
            "CSAFPID-2699086",
            "CSAFPID-1839935",
            "CSAFPID-2699073",
            "CSAFPID-2698993",
            "CSAFPID-1839893",
            "CSAFPID-1839895",
            "CSAFPID-1839890",
            "CSAFPID-1839891",
            "CSAFPID-2699072",
            "CSAFPID-1839961",
            "CSAFPID-2699023",
            "CSAFPID-2699025",
            "CSAFPID-2699024",
            "CSAFPID-2698999",
            "CSAFPID-2699077",
            "CSAFPID-2699075",
            "CSAFPID-2699076",
            "CSAFPID-2698355",
            "CSAFPID-2699027",
            "CSAFPID-1839852",
            "CSAFPID-1840033",
            "CSAFPID-2698955",
            "CSAFPID-2699001",
            "CSAFPID-2699084",
            "CSAFPID-2699079",
            "CSAFPID-2699058",
            "CSAFPID-1839957",
            "CSAFPID-2699000",
            "CSAFPID-1839953",
            "CSAFPID-2698964",
            "CSAFPID-2698991",
            "CSAFPID-2699127",
            "CSAFPID-2699126",
            "CSAFPID-2699128",
            "CSAFPID-1839980",
            "CSAFPID-1840004",
            "CSAFPID-1839981",
            "CSAFPID-2698653",
            "CSAFPID-2698654",
            "CSAFPID-2698655",
            "CSAFPID-2699056",
            "CSAFPID-2699063",
            "CSAFPID-2699060",
            "CSAFPID-1839921",
            "CSAFPID-2698975",
            "CSAFPID-1839922",
            "CSAFPID-2698974",
            "CSAFPID-1839978",
            "CSAFPID-1839979",
            "CSAFPID-2699035",
            "CSAFPID-1839983",
            "CSAFPID-1840005",
            "CSAFPID-2699034",
            "CSAFPID-2699036",
            "CSAFPID-2699096",
            "CSAFPID-2698996",
            "CSAFPID-2698333",
            "CSAFPID-2698334",
            "CSAFPID-2699007",
            "CSAFPID-2698374",
            "CSAFPID-1145246",
            "CSAFPID-1145247",
            "CSAFPID-1839868",
            "CSAFPID-2699029",
            "CSAFPID-1839869",
            "CSAFPID-1234193",
            "CSAFPID-1234261",
            "CSAFPID-2698362",
            "CSAFPID-2698358",
            "CSAFPID-2698372",
            "CSAFPID-2699013",
            "CSAFPID-2699012",
            "CSAFPID-2699016",
            "CSAFPID-2699015",
            "CSAFPID-2699098",
            "CSAFPID-1837923",
            "CSAFPID-1839960",
            "CSAFPID-2698373",
            "CSAFPID-2699093",
            "CSAFPID-2699092",
            "CSAFPID-2699091",
            "CSAFPID-2699090",
            "CSAFPID-2699124",
            "CSAFPID-2698959",
            "CSAFPID-2698357",
            "CSAFPID-1838579",
            "CSAFPID-1838582",
            "CSAFPID-2699181",
            "CSAFPID-1839930",
            "CSAFPID-1839933",
            "CSAFPID-1839931",
            "CSAFPID-1839963",
            "CSAFPID-1839932",
            "CSAFPID-2698956",
            "CSAFPID-2699180",
            "CSAFPID-2698381",
            "CSAFPID-1207518",
            "CSAFPID-1207704",
            "CSAFPID-2699083",
            "CSAFPID-1839887",
            "CSAFPID-1839889",
            "CSAFPID-1207607",
            "CSAFPID-1207752",
            "CSAFPID-1839888",
            "CSAFPID-1839886",
            "CSAFPID-1839925",
            "CSAFPID-1840027",
            "CSAFPID-2699041",
            "CSAFPID-2698961",
            "CSAFPID-1838586"
          ]
        }
      ],
      "title": "CVE-2024-52046"
    },
    {
      "cve": "CVE-2024-52303",
      "cwe": {
        "id": "CWE-772",
        "name": "Missing Release of Resource after Effective Lifetime"
      },
      "notes": [
        {
          "category": "other",
          "text": "Missing Release of Resource after Effective Lifetime",
          "title": "CWE-772"
        },
        {
          "category": "general",
          "text": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N",
          "title": "CVSSV4"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-1838578",
          "CSAFPID-1839911",
          "CSAFPID-1839908",
          "CSAFPID-1145869",
          "CSAFPID-1145271",
          "CSAFPID-1173947",
          "CSAFPID-2698963",
          "CSAFPID-2698973",
          "CSAFPID-2699085",
          "CSAFPID-1839941",
          "CSAFPID-1838591",
          "CSAFPID-1145868",
          "CSAFPID-1145270",
          "CSAFPID-1173946",
          "CSAFPID-1839907",
          "CSAFPID-2698965",
          "CSAFPID-2698944",
          "CSAFPID-1173942",
          "CSAFPID-1173945",
          "CSAFPID-1839952",
          "CSAFPID-2699038",
          "CSAFPID-1838592",
          "CSAFPID-1173940",
          "CSAFPID-1173941",
          "CSAFPID-1839951",
          "CSAFPID-2699059",
          "CSAFPID-1173965",
          "CSAFPID-1173967",
          "CSAFPID-1839919",
          "CSAFPID-2698957",
          "CSAFPID-1838572",
          "CSAFPID-1838581",
          "CSAFPID-1838584",
          "CSAFPID-1839924",
          "CSAFPID-1173943",
          "CSAFPID-1173944",
          "CSAFPID-1839910",
          "CSAFPID-1839909",
          "CSAFPID-1839894",
          "CSAFPID-2698958",
          "CSAFPID-2699094",
          "CSAFPID-1145265",
          "CSAFPID-1145273",
          "CSAFPID-1174046",
          "CSAFPID-1839934",
          "CSAFPID-2699086",
          "CSAFPID-1839935",
          "CSAFPID-2699073",
          "CSAFPID-2698993",
          "CSAFPID-1839893",
          "CSAFPID-1839895",
          "CSAFPID-1839890",
          "CSAFPID-1839891",
          "CSAFPID-2699072",
          "CSAFPID-1839961",
          "CSAFPID-2699023",
          "CSAFPID-2699025",
          "CSAFPID-2699024",
          "CSAFPID-2698999",
          "CSAFPID-2699077",
          "CSAFPID-2699075",
          "CSAFPID-2699076",
          "CSAFPID-2698355",
          "CSAFPID-2699027",
          "CSAFPID-1839852",
          "CSAFPID-1840033",
          "CSAFPID-2698955",
          "CSAFPID-2699001",
          "CSAFPID-2699084",
          "CSAFPID-2699079",
          "CSAFPID-2699058",
          "CSAFPID-1839957",
          "CSAFPID-2699000",
          "CSAFPID-1839953",
          "CSAFPID-2698964",
          "CSAFPID-2698991",
          "CSAFPID-2699127",
          "CSAFPID-2699126",
          "CSAFPID-2699128",
          "CSAFPID-1839980",
          "CSAFPID-1840004",
          "CSAFPID-1839981",
          "CSAFPID-2698653",
          "CSAFPID-2698654",
          "CSAFPID-2698655",
          "CSAFPID-2699056",
          "CSAFPID-2699063",
          "CSAFPID-2699060",
          "CSAFPID-1839921",
          "CSAFPID-2698975",
          "CSAFPID-1839922",
          "CSAFPID-2698974",
          "CSAFPID-1839978",
          "CSAFPID-1839979",
          "CSAFPID-2699035",
          "CSAFPID-1839983",
          "CSAFPID-1840005",
          "CSAFPID-2699034",
          "CSAFPID-2699036",
          "CSAFPID-2699096",
          "CSAFPID-2698996",
          "CSAFPID-2698333",
          "CSAFPID-2698334",
          "CSAFPID-2699007",
          "CSAFPID-2698374",
          "CSAFPID-1145246",
          "CSAFPID-1145247",
          "CSAFPID-1839868",
          "CSAFPID-2699029",
          "CSAFPID-1839869",
          "CSAFPID-1234193",
          "CSAFPID-1234261",
          "CSAFPID-2698362",
          "CSAFPID-2698358",
          "CSAFPID-2698372",
          "CSAFPID-2699013",
          "CSAFPID-2699012",
          "CSAFPID-2699016",
          "CSAFPID-2699015",
          "CSAFPID-2699098",
          "CSAFPID-1837923",
          "CSAFPID-1839960",
          "CSAFPID-2698373",
          "CSAFPID-2699093",
          "CSAFPID-2699092",
          "CSAFPID-2699091",
          "CSAFPID-2699090",
          "CSAFPID-2699124",
          "CSAFPID-2698959",
          "CSAFPID-2698357",
          "CSAFPID-1838579",
          "CSAFPID-1838582",
          "CSAFPID-2699181",
          "CSAFPID-1839930",
          "CSAFPID-1839933",
          "CSAFPID-1839931",
          "CSAFPID-1839963",
          "CSAFPID-1839932",
          "CSAFPID-2698956",
          "CSAFPID-2699180",
          "CSAFPID-2698381",
          "CSAFPID-1207518",
          "CSAFPID-1207704",
          "CSAFPID-2699083",
          "CSAFPID-1839887",
          "CSAFPID-1839889",
          "CSAFPID-1207607",
          "CSAFPID-1207752",
          "CSAFPID-1839888",
          "CSAFPID-1839886",
          "CSAFPID-1839925",
          "CSAFPID-1840027",
          "CSAFPID-2699041",
          "CSAFPID-2698961",
          "CSAFPID-1838586"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-52303",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-52303.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 7.5,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-1838578",
            "CSAFPID-1839911",
            "CSAFPID-1839908",
            "CSAFPID-1145869",
            "CSAFPID-1145271",
            "CSAFPID-1173947",
            "CSAFPID-2698963",
            "CSAFPID-2698973",
            "CSAFPID-2699085",
            "CSAFPID-1839941",
            "CSAFPID-1838591",
            "CSAFPID-1145868",
            "CSAFPID-1145270",
            "CSAFPID-1173946",
            "CSAFPID-1839907",
            "CSAFPID-2698965",
            "CSAFPID-2698944",
            "CSAFPID-1173942",
            "CSAFPID-1173945",
            "CSAFPID-1839952",
            "CSAFPID-2699038",
            "CSAFPID-1838592",
            "CSAFPID-1173940",
            "CSAFPID-1173941",
            "CSAFPID-1839951",
            "CSAFPID-2699059",
            "CSAFPID-1173965",
            "CSAFPID-1173967",
            "CSAFPID-1839919",
            "CSAFPID-2698957",
            "CSAFPID-1838572",
            "CSAFPID-1838581",
            "CSAFPID-1838584",
            "CSAFPID-1839924",
            "CSAFPID-1173943",
            "CSAFPID-1173944",
            "CSAFPID-1839910",
            "CSAFPID-1839909",
            "CSAFPID-1839894",
            "CSAFPID-2698958",
            "CSAFPID-2699094",
            "CSAFPID-1145265",
            "CSAFPID-1145273",
            "CSAFPID-1174046",
            "CSAFPID-1839934",
            "CSAFPID-2699086",
            "CSAFPID-1839935",
            "CSAFPID-2699073",
            "CSAFPID-2698993",
            "CSAFPID-1839893",
            "CSAFPID-1839895",
            "CSAFPID-1839890",
            "CSAFPID-1839891",
            "CSAFPID-2699072",
            "CSAFPID-1839961",
            "CSAFPID-2699023",
            "CSAFPID-2699025",
            "CSAFPID-2699024",
            "CSAFPID-2698999",
            "CSAFPID-2699077",
            "CSAFPID-2699075",
            "CSAFPID-2699076",
            "CSAFPID-2698355",
            "CSAFPID-2699027",
            "CSAFPID-1839852",
            "CSAFPID-1840033",
            "CSAFPID-2698955",
            "CSAFPID-2699001",
            "CSAFPID-2699084",
            "CSAFPID-2699079",
            "CSAFPID-2699058",
            "CSAFPID-1839957",
            "CSAFPID-2699000",
            "CSAFPID-1839953",
            "CSAFPID-2698964",
            "CSAFPID-2698991",
            "CSAFPID-2699127",
            "CSAFPID-2699126",
            "CSAFPID-2699128",
            "CSAFPID-1839980",
            "CSAFPID-1840004",
            "CSAFPID-1839981",
            "CSAFPID-2698653",
            "CSAFPID-2698654",
            "CSAFPID-2698655",
            "CSAFPID-2699056",
            "CSAFPID-2699063",
            "CSAFPID-2699060",
            "CSAFPID-1839921",
            "CSAFPID-2698975",
            "CSAFPID-1839922",
            "CSAFPID-2698974",
            "CSAFPID-1839978",
            "CSAFPID-1839979",
            "CSAFPID-2699035",
            "CSAFPID-1839983",
            "CSAFPID-1840005",
            "CSAFPID-2699034",
            "CSAFPID-2699036",
            "CSAFPID-2699096",
            "CSAFPID-2698996",
            "CSAFPID-2698333",
            "CSAFPID-2698334",
            "CSAFPID-2699007",
            "CSAFPID-2698374",
            "CSAFPID-1145246",
            "CSAFPID-1145247",
            "CSAFPID-1839868",
            "CSAFPID-2699029",
            "CSAFPID-1839869",
            "CSAFPID-1234193",
            "CSAFPID-1234261",
            "CSAFPID-2698362",
            "CSAFPID-2698358",
            "CSAFPID-2698372",
            "CSAFPID-2699013",
            "CSAFPID-2699012",
            "CSAFPID-2699016",
            "CSAFPID-2699015",
            "CSAFPID-2699098",
            "CSAFPID-1837923",
            "CSAFPID-1839960",
            "CSAFPID-2698373",
            "CSAFPID-2699093",
            "CSAFPID-2699092",
            "CSAFPID-2699091",
            "CSAFPID-2699090",
            "CSAFPID-2699124",
            "CSAFPID-2698959",
            "CSAFPID-2698357",
            "CSAFPID-1838579",
            "CSAFPID-1838582",
            "CSAFPID-2699181",
            "CSAFPID-1839930",
            "CSAFPID-1839933",
            "CSAFPID-1839931",
            "CSAFPID-1839963",
            "CSAFPID-1839932",
            "CSAFPID-2698956",
            "CSAFPID-2699180",
            "CSAFPID-2698381",
            "CSAFPID-1207518",
            "CSAFPID-1207704",
            "CSAFPID-2699083",
            "CSAFPID-1839887",
            "CSAFPID-1839889",
            "CSAFPID-1207607",
            "CSAFPID-1207752",
            "CSAFPID-1839888",
            "CSAFPID-1839886",
            "CSAFPID-1839925",
            "CSAFPID-1840027",
            "CSAFPID-2699041",
            "CSAFPID-2698961",
            "CSAFPID-1838586"
          ]
        }
      ],
      "title": "CVE-2024-52303"
    },
    {
      "cve": "CVE-2024-53122",
      "cwe": {
        "id": "CWE-362",
        "name": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)"
      },
      "notes": [
        {
          "category": "other",
          "text": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)",
          "title": "CWE-362"
        },
        {
          "category": "other",
          "text": "Divide By Zero",
          "title": "CWE-369"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-1838578",
          "CSAFPID-1839911",
          "CSAFPID-1839908",
          "CSAFPID-1145869",
          "CSAFPID-1145271",
          "CSAFPID-1173947",
          "CSAFPID-2698963",
          "CSAFPID-2698973",
          "CSAFPID-2699085",
          "CSAFPID-1839941",
          "CSAFPID-1838591",
          "CSAFPID-1145868",
          "CSAFPID-1145270",
          "CSAFPID-1173946",
          "CSAFPID-1839907",
          "CSAFPID-2698965",
          "CSAFPID-2698944",
          "CSAFPID-1173942",
          "CSAFPID-1173945",
          "CSAFPID-1839952",
          "CSAFPID-2699038",
          "CSAFPID-1838592",
          "CSAFPID-1173940",
          "CSAFPID-1173941",
          "CSAFPID-1839951",
          "CSAFPID-2699059",
          "CSAFPID-1173965",
          "CSAFPID-1173967",
          "CSAFPID-1839919",
          "CSAFPID-2698957",
          "CSAFPID-1838572",
          "CSAFPID-1838581",
          "CSAFPID-1838584",
          "CSAFPID-1839924",
          "CSAFPID-1173943",
          "CSAFPID-1173944",
          "CSAFPID-1839910",
          "CSAFPID-1839909",
          "CSAFPID-1839894",
          "CSAFPID-2698958",
          "CSAFPID-2699094",
          "CSAFPID-1145265",
          "CSAFPID-1145273",
          "CSAFPID-1174046",
          "CSAFPID-1839934",
          "CSAFPID-2699086",
          "CSAFPID-1839935",
          "CSAFPID-2699073",
          "CSAFPID-2698993",
          "CSAFPID-1839893",
          "CSAFPID-1839895",
          "CSAFPID-1839890",
          "CSAFPID-1839891",
          "CSAFPID-2699072",
          "CSAFPID-1839961",
          "CSAFPID-2699023",
          "CSAFPID-2699025",
          "CSAFPID-2699024",
          "CSAFPID-2698999",
          "CSAFPID-2699077",
          "CSAFPID-2699075",
          "CSAFPID-2699076",
          "CSAFPID-2698355",
          "CSAFPID-2699027",
          "CSAFPID-1839852",
          "CSAFPID-1840033",
          "CSAFPID-2698955",
          "CSAFPID-2699001",
          "CSAFPID-2699084",
          "CSAFPID-2699079",
          "CSAFPID-2699058",
          "CSAFPID-1839957",
          "CSAFPID-2699000",
          "CSAFPID-1839953",
          "CSAFPID-2698964",
          "CSAFPID-2698991",
          "CSAFPID-2699127",
          "CSAFPID-2699126",
          "CSAFPID-2699128",
          "CSAFPID-1839980",
          "CSAFPID-1840004",
          "CSAFPID-1839981",
          "CSAFPID-2698653",
          "CSAFPID-2698654",
          "CSAFPID-2698655",
          "CSAFPID-2699056",
          "CSAFPID-2699063",
          "CSAFPID-2699060",
          "CSAFPID-1839921",
          "CSAFPID-2698975",
          "CSAFPID-1839922",
          "CSAFPID-2698974",
          "CSAFPID-1839978",
          "CSAFPID-1839979",
          "CSAFPID-2699035",
          "CSAFPID-1839983",
          "CSAFPID-1840005",
          "CSAFPID-2699034",
          "CSAFPID-2699036",
          "CSAFPID-2699096",
          "CSAFPID-2698996",
          "CSAFPID-2698333",
          "CSAFPID-2698334",
          "CSAFPID-2699007",
          "CSAFPID-2698374",
          "CSAFPID-1145246",
          "CSAFPID-1145247",
          "CSAFPID-1839868",
          "CSAFPID-2699029",
          "CSAFPID-1839869",
          "CSAFPID-1234193",
          "CSAFPID-1234261",
          "CSAFPID-2698362",
          "CSAFPID-2698358",
          "CSAFPID-2698372",
          "CSAFPID-2699013",
          "CSAFPID-2699012",
          "CSAFPID-2699016",
          "CSAFPID-2699015",
          "CSAFPID-2699098",
          "CSAFPID-1837923",
          "CSAFPID-1839960",
          "CSAFPID-2698373",
          "CSAFPID-2699093",
          "CSAFPID-2699092",
          "CSAFPID-2699091",
          "CSAFPID-2699090",
          "CSAFPID-2699124",
          "CSAFPID-2698959",
          "CSAFPID-2698357",
          "CSAFPID-1838579",
          "CSAFPID-1838582",
          "CSAFPID-2699181",
          "CSAFPID-1839930",
          "CSAFPID-1839933",
          "CSAFPID-1839931",
          "CSAFPID-1839963",
          "CSAFPID-1839932",
          "CSAFPID-2698956",
          "CSAFPID-2699180",
          "CSAFPID-2698381",
          "CSAFPID-1207518",
          "CSAFPID-1207704",
          "CSAFPID-2699083",
          "CSAFPID-1839887",
          "CSAFPID-1839889",
          "CSAFPID-1207607",
          "CSAFPID-1207752",
          "CSAFPID-1839888",
          "CSAFPID-1839886",
          "CSAFPID-1839925",
          "CSAFPID-1840027",
          "CSAFPID-2699041",
          "CSAFPID-2698961",
          "CSAFPID-1838586"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-53122",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-53122.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 5.9,
            "baseSeverity": "MEDIUM",
            "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-1838578",
            "CSAFPID-1839911",
            "CSAFPID-1839908",
            "CSAFPID-1145869",
            "CSAFPID-1145271",
            "CSAFPID-1173947",
            "CSAFPID-2698963",
            "CSAFPID-2698973",
            "CSAFPID-2699085",
            "CSAFPID-1839941",
            "CSAFPID-1838591",
            "CSAFPID-1145868",
            "CSAFPID-1145270",
            "CSAFPID-1173946",
            "CSAFPID-1839907",
            "CSAFPID-2698965",
            "CSAFPID-2698944",
            "CSAFPID-1173942",
            "CSAFPID-1173945",
            "CSAFPID-1839952",
            "CSAFPID-2699038",
            "CSAFPID-1838592",
            "CSAFPID-1173940",
            "CSAFPID-1173941",
            "CSAFPID-1839951",
            "CSAFPID-2699059",
            "CSAFPID-1173965",
            "CSAFPID-1173967",
            "CSAFPID-1839919",
            "CSAFPID-2698957",
            "CSAFPID-1838572",
            "CSAFPID-1838581",
            "CSAFPID-1838584",
            "CSAFPID-1839924",
            "CSAFPID-1173943",
            "CSAFPID-1173944",
            "CSAFPID-1839910",
            "CSAFPID-1839909",
            "CSAFPID-1839894",
            "CSAFPID-2698958",
            "CSAFPID-2699094",
            "CSAFPID-1145265",
            "CSAFPID-1145273",
            "CSAFPID-1174046",
            "CSAFPID-1839934",
            "CSAFPID-2699086",
            "CSAFPID-1839935",
            "CSAFPID-2699073",
            "CSAFPID-2698993",
            "CSAFPID-1839893",
            "CSAFPID-1839895",
            "CSAFPID-1839890",
            "CSAFPID-1839891",
            "CSAFPID-2699072",
            "CSAFPID-1839961",
            "CSAFPID-2699023",
            "CSAFPID-2699025",
            "CSAFPID-2699024",
            "CSAFPID-2698999",
            "CSAFPID-2699077",
            "CSAFPID-2699075",
            "CSAFPID-2699076",
            "CSAFPID-2698355",
            "CSAFPID-2699027",
            "CSAFPID-1839852",
            "CSAFPID-1840033",
            "CSAFPID-2698955",
            "CSAFPID-2699001",
            "CSAFPID-2699084",
            "CSAFPID-2699079",
            "CSAFPID-2699058",
            "CSAFPID-1839957",
            "CSAFPID-2699000",
            "CSAFPID-1839953",
            "CSAFPID-2698964",
            "CSAFPID-2698991",
            "CSAFPID-2699127",
            "CSAFPID-2699126",
            "CSAFPID-2699128",
            "CSAFPID-1839980",
            "CSAFPID-1840004",
            "CSAFPID-1839981",
            "CSAFPID-2698653",
            "CSAFPID-2698654",
            "CSAFPID-2698655",
            "CSAFPID-2699056",
            "CSAFPID-2699063",
            "CSAFPID-2699060",
            "CSAFPID-1839921",
            "CSAFPID-2698975",
            "CSAFPID-1839922",
            "CSAFPID-2698974",
            "CSAFPID-1839978",
            "CSAFPID-1839979",
            "CSAFPID-2699035",
            "CSAFPID-1839983",
            "CSAFPID-1840005",
            "CSAFPID-2699034",
            "CSAFPID-2699036",
            "CSAFPID-2699096",
            "CSAFPID-2698996",
            "CSAFPID-2698333",
            "CSAFPID-2698334",
            "CSAFPID-2699007",
            "CSAFPID-2698374",
            "CSAFPID-1145246",
            "CSAFPID-1145247",
            "CSAFPID-1839868",
            "CSAFPID-2699029",
            "CSAFPID-1839869",
            "CSAFPID-1234193",
            "CSAFPID-1234261",
            "CSAFPID-2698362",
            "CSAFPID-2698358",
            "CSAFPID-2698372",
            "CSAFPID-2699013",
            "CSAFPID-2699012",
            "CSAFPID-2699016",
            "CSAFPID-2699015",
            "CSAFPID-2699098",
            "CSAFPID-1837923",
            "CSAFPID-1839960",
            "CSAFPID-2698373",
            "CSAFPID-2699093",
            "CSAFPID-2699092",
            "CSAFPID-2699091",
            "CSAFPID-2699090",
            "CSAFPID-2699124",
            "CSAFPID-2698959",
            "CSAFPID-2698357",
            "CSAFPID-1838579",
            "CSAFPID-1838582",
            "CSAFPID-2699181",
            "CSAFPID-1839930",
            "CSAFPID-1839933",
            "CSAFPID-1839931",
            "CSAFPID-1839963",
            "CSAFPID-1839932",
            "CSAFPID-2698956",
            "CSAFPID-2699180",
            "CSAFPID-2698381",
            "CSAFPID-1207518",
            "CSAFPID-1207704",
            "CSAFPID-2699083",
            "CSAFPID-1839887",
            "CSAFPID-1839889",
            "CSAFPID-1207607",
            "CSAFPID-1207752",
            "CSAFPID-1839888",
            "CSAFPID-1839886",
            "CSAFPID-1839925",
            "CSAFPID-1840027",
            "CSAFPID-2699041",
            "CSAFPID-2698961",
            "CSAFPID-1838586"
          ]
        }
      ],
      "title": "CVE-2024-53122"
    },
    {
      "cve": "CVE-2024-56128",
      "cwe": {
        "id": "CWE-303",
        "name": "Incorrect Implementation of Authentication Algorithm"
      },
      "notes": [
        {
          "category": "other",
          "text": "Incorrect Implementation of Authentication Algorithm",
          "title": "CWE-303"
        },
        {
          "category": "general",
          "text": "CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/E:U",
          "title": "CVSSV4"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-1838578",
          "CSAFPID-1839911",
          "CSAFPID-1839908",
          "CSAFPID-1145869",
          "CSAFPID-1145271",
          "CSAFPID-1173947",
          "CSAFPID-2698963",
          "CSAFPID-2698973",
          "CSAFPID-2699085",
          "CSAFPID-1839941",
          "CSAFPID-1838591",
          "CSAFPID-1145868",
          "CSAFPID-1145270",
          "CSAFPID-1173946",
          "CSAFPID-1839907",
          "CSAFPID-2698965",
          "CSAFPID-2698944",
          "CSAFPID-1173942",
          "CSAFPID-1173945",
          "CSAFPID-1839952",
          "CSAFPID-2699038",
          "CSAFPID-1838592",
          "CSAFPID-1173940",
          "CSAFPID-1173941",
          "CSAFPID-1839951",
          "CSAFPID-2699059",
          "CSAFPID-1173965",
          "CSAFPID-1173967",
          "CSAFPID-1839919",
          "CSAFPID-2698957",
          "CSAFPID-1838572",
          "CSAFPID-1838581",
          "CSAFPID-1838584",
          "CSAFPID-1839924",
          "CSAFPID-1173943",
          "CSAFPID-1173944",
          "CSAFPID-1839910",
          "CSAFPID-1839909",
          "CSAFPID-1839894",
          "CSAFPID-2698958",
          "CSAFPID-2699094",
          "CSAFPID-1145265",
          "CSAFPID-1145273",
          "CSAFPID-1174046",
          "CSAFPID-1839934",
          "CSAFPID-2699086",
          "CSAFPID-1839935",
          "CSAFPID-2699073",
          "CSAFPID-2698993",
          "CSAFPID-1839893",
          "CSAFPID-1839895",
          "CSAFPID-1839890",
          "CSAFPID-1839891",
          "CSAFPID-2699072",
          "CSAFPID-1839961",
          "CSAFPID-2699023",
          "CSAFPID-2699025",
          "CSAFPID-2699024",
          "CSAFPID-2698999",
          "CSAFPID-2699077",
          "CSAFPID-2699075",
          "CSAFPID-2699076",
          "CSAFPID-2698355",
          "CSAFPID-2699027",
          "CSAFPID-1839852",
          "CSAFPID-1840033",
          "CSAFPID-2698955",
          "CSAFPID-2699001",
          "CSAFPID-2699084",
          "CSAFPID-2699079",
          "CSAFPID-2699058",
          "CSAFPID-1839957",
          "CSAFPID-2699000",
          "CSAFPID-1839953",
          "CSAFPID-2698964",
          "CSAFPID-2698991",
          "CSAFPID-2699127",
          "CSAFPID-2699126",
          "CSAFPID-2699128",
          "CSAFPID-1839980",
          "CSAFPID-1840004",
          "CSAFPID-1839981",
          "CSAFPID-2698653",
          "CSAFPID-2698654",
          "CSAFPID-2698655",
          "CSAFPID-2699056",
          "CSAFPID-2699063",
          "CSAFPID-2699060",
          "CSAFPID-1839921",
          "CSAFPID-2698975",
          "CSAFPID-1839922",
          "CSAFPID-2698974",
          "CSAFPID-1839978",
          "CSAFPID-1839979",
          "CSAFPID-2699035",
          "CSAFPID-1839983",
          "CSAFPID-1840005",
          "CSAFPID-2699034",
          "CSAFPID-2699036",
          "CSAFPID-2699096",
          "CSAFPID-2698996",
          "CSAFPID-2698333",
          "CSAFPID-2698334",
          "CSAFPID-2699007",
          "CSAFPID-2698374",
          "CSAFPID-1145246",
          "CSAFPID-1145247",
          "CSAFPID-1839868",
          "CSAFPID-2699029",
          "CSAFPID-1839869",
          "CSAFPID-1234193",
          "CSAFPID-1234261",
          "CSAFPID-2698362",
          "CSAFPID-2698358",
          "CSAFPID-2698372",
          "CSAFPID-2699013",
          "CSAFPID-2699012",
          "CSAFPID-2699016",
          "CSAFPID-2699015",
          "CSAFPID-2699098",
          "CSAFPID-1837923",
          "CSAFPID-1839960",
          "CSAFPID-2698373",
          "CSAFPID-2699093",
          "CSAFPID-2699092",
          "CSAFPID-2699091",
          "CSAFPID-2699090",
          "CSAFPID-2699124",
          "CSAFPID-2698959",
          "CSAFPID-2698357",
          "CSAFPID-1838579",
          "CSAFPID-1838582",
          "CSAFPID-2699181",
          "CSAFPID-1839930",
          "CSAFPID-1839933",
          "CSAFPID-1839931",
          "CSAFPID-1839963",
          "CSAFPID-1839932",
          "CSAFPID-2698956",
          "CSAFPID-2699180",
          "CSAFPID-2698381",
          "CSAFPID-1207518",
          "CSAFPID-1207704",
          "CSAFPID-2699083",
          "CSAFPID-1839887",
          "CSAFPID-1839889",
          "CSAFPID-1207607",
          "CSAFPID-1207752",
          "CSAFPID-1839888",
          "CSAFPID-1839886",
          "CSAFPID-1839925",
          "CSAFPID-1840027",
          "CSAFPID-2699041",
          "CSAFPID-2698961",
          "CSAFPID-1838586"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-56128",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-56128.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 7.4,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-1838578",
            "CSAFPID-1839911",
            "CSAFPID-1839908",
            "CSAFPID-1145869",
            "CSAFPID-1145271",
            "CSAFPID-1173947",
            "CSAFPID-2698963",
            "CSAFPID-2698973",
            "CSAFPID-2699085",
            "CSAFPID-1839941",
            "CSAFPID-1838591",
            "CSAFPID-1145868",
            "CSAFPID-1145270",
            "CSAFPID-1173946",
            "CSAFPID-1839907",
            "CSAFPID-2698965",
            "CSAFPID-2698944",
            "CSAFPID-1173942",
            "CSAFPID-1173945",
            "CSAFPID-1839952",
            "CSAFPID-2699038",
            "CSAFPID-1838592",
            "CSAFPID-1173940",
            "CSAFPID-1173941",
            "CSAFPID-1839951",
            "CSAFPID-2699059",
            "CSAFPID-1173965",
            "CSAFPID-1173967",
            "CSAFPID-1839919",
            "CSAFPID-2698957",
            "CSAFPID-1838572",
            "CSAFPID-1838581",
            "CSAFPID-1838584",
            "CSAFPID-1839924",
            "CSAFPID-1173943",
            "CSAFPID-1173944",
            "CSAFPID-1839910",
            "CSAFPID-1839909",
            "CSAFPID-1839894",
            "CSAFPID-2698958",
            "CSAFPID-2699094",
            "CSAFPID-1145265",
            "CSAFPID-1145273",
            "CSAFPID-1174046",
            "CSAFPID-1839934",
            "CSAFPID-2699086",
            "CSAFPID-1839935",
            "CSAFPID-2699073",
            "CSAFPID-2698993",
            "CSAFPID-1839893",
            "CSAFPID-1839895",
            "CSAFPID-1839890",
            "CSAFPID-1839891",
            "CSAFPID-2699072",
            "CSAFPID-1839961",
            "CSAFPID-2699023",
            "CSAFPID-2699025",
            "CSAFPID-2699024",
            "CSAFPID-2698999",
            "CSAFPID-2699077",
            "CSAFPID-2699075",
            "CSAFPID-2699076",
            "CSAFPID-2698355",
            "CSAFPID-2699027",
            "CSAFPID-1839852",
            "CSAFPID-1840033",
            "CSAFPID-2698955",
            "CSAFPID-2699001",
            "CSAFPID-2699084",
            "CSAFPID-2699079",
            "CSAFPID-2699058",
            "CSAFPID-1839957",
            "CSAFPID-2699000",
            "CSAFPID-1839953",
            "CSAFPID-2698964",
            "CSAFPID-2698991",
            "CSAFPID-2699127",
            "CSAFPID-2699126",
            "CSAFPID-2699128",
            "CSAFPID-1839980",
            "CSAFPID-1840004",
            "CSAFPID-1839981",
            "CSAFPID-2698653",
            "CSAFPID-2698654",
            "CSAFPID-2698655",
            "CSAFPID-2699056",
            "CSAFPID-2699063",
            "CSAFPID-2699060",
            "CSAFPID-1839921",
            "CSAFPID-2698975",
            "CSAFPID-1839922",
            "CSAFPID-2698974",
            "CSAFPID-1839978",
            "CSAFPID-1839979",
            "CSAFPID-2699035",
            "CSAFPID-1839983",
            "CSAFPID-1840005",
            "CSAFPID-2699034",
            "CSAFPID-2699036",
            "CSAFPID-2699096",
            "CSAFPID-2698996",
            "CSAFPID-2698333",
            "CSAFPID-2698334",
            "CSAFPID-2699007",
            "CSAFPID-2698374",
            "CSAFPID-1145246",
            "CSAFPID-1145247",
            "CSAFPID-1839868",
            "CSAFPID-2699029",
            "CSAFPID-1839869",
            "CSAFPID-1234193",
            "CSAFPID-1234261",
            "CSAFPID-2698362",
            "CSAFPID-2698358",
            "CSAFPID-2698372",
            "CSAFPID-2699013",
            "CSAFPID-2699012",
            "CSAFPID-2699016",
            "CSAFPID-2699015",
            "CSAFPID-2699098",
            "CSAFPID-1837923",
            "CSAFPID-1839960",
            "CSAFPID-2698373",
            "CSAFPID-2699093",
            "CSAFPID-2699092",
            "CSAFPID-2699091",
            "CSAFPID-2699090",
            "CSAFPID-2699124",
            "CSAFPID-2698959",
            "CSAFPID-2698357",
            "CSAFPID-1838579",
            "CSAFPID-1838582",
            "CSAFPID-2699181",
            "CSAFPID-1839930",
            "CSAFPID-1839933",
            "CSAFPID-1839931",
            "CSAFPID-1839963",
            "CSAFPID-1839932",
            "CSAFPID-2698956",
            "CSAFPID-2699180",
            "CSAFPID-2698381",
            "CSAFPID-1207518",
            "CSAFPID-1207704",
            "CSAFPID-2699083",
            "CSAFPID-1839887",
            "CSAFPID-1839889",
            "CSAFPID-1207607",
            "CSAFPID-1207752",
            "CSAFPID-1839888",
            "CSAFPID-1839886",
            "CSAFPID-1839925",
            "CSAFPID-1840027",
            "CSAFPID-2699041",
            "CSAFPID-2698961",
            "CSAFPID-1838586"
          ]
        }
      ],
      "title": "CVE-2024-56128"
    },
    {
      "cve": "CVE-2024-56337",
      "cwe": {
        "id": "CWE-367",
        "name": "Time-of-check Time-of-use (TOCTOU) Race Condition"
      },
      "notes": [
        {
          "category": "other",
          "text": "Time-of-check Time-of-use (TOCTOU) Race Condition",
          "title": "CWE-367"
        },
        {
          "category": "general",
          "text": "CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:U",
          "title": "CVSSV4"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-1838578",
          "CSAFPID-1839911",
          "CSAFPID-1839908",
          "CSAFPID-1145869",
          "CSAFPID-1145271",
          "CSAFPID-1173947",
          "CSAFPID-2698963",
          "CSAFPID-2698973",
          "CSAFPID-2699085",
          "CSAFPID-1839941",
          "CSAFPID-1838591",
          "CSAFPID-1145868",
          "CSAFPID-1145270",
          "CSAFPID-1173946",
          "CSAFPID-1839907",
          "CSAFPID-2698965",
          "CSAFPID-2698944",
          "CSAFPID-1173942",
          "CSAFPID-1173945",
          "CSAFPID-1839952",
          "CSAFPID-2699038",
          "CSAFPID-1838592",
          "CSAFPID-1173940",
          "CSAFPID-1173941",
          "CSAFPID-1839951",
          "CSAFPID-2699059",
          "CSAFPID-1173965",
          "CSAFPID-1173967",
          "CSAFPID-1839919",
          "CSAFPID-2698957",
          "CSAFPID-1838572",
          "CSAFPID-1838581",
          "CSAFPID-1838584",
          "CSAFPID-1839924",
          "CSAFPID-1173943",
          "CSAFPID-1173944",
          "CSAFPID-1839910",
          "CSAFPID-1839909",
          "CSAFPID-1839894",
          "CSAFPID-2698958",
          "CSAFPID-2699094",
          "CSAFPID-1145265",
          "CSAFPID-1145273",
          "CSAFPID-1174046",
          "CSAFPID-1839934",
          "CSAFPID-2699086",
          "CSAFPID-1839935",
          "CSAFPID-2699073",
          "CSAFPID-2698993",
          "CSAFPID-1839893",
          "CSAFPID-1839895",
          "CSAFPID-1839890",
          "CSAFPID-1839891",
          "CSAFPID-2699072",
          "CSAFPID-1839961",
          "CSAFPID-2699023",
          "CSAFPID-2699025",
          "CSAFPID-2699024",
          "CSAFPID-2698999",
          "CSAFPID-2699077",
          "CSAFPID-2699075",
          "CSAFPID-2699076",
          "CSAFPID-2698355",
          "CSAFPID-2699027",
          "CSAFPID-1839852",
          "CSAFPID-1840033",
          "CSAFPID-2698955",
          "CSAFPID-2699001",
          "CSAFPID-2699084",
          "CSAFPID-2699079",
          "CSAFPID-2699058",
          "CSAFPID-1839957",
          "CSAFPID-2699000",
          "CSAFPID-1839953",
          "CSAFPID-2698964",
          "CSAFPID-2698991",
          "CSAFPID-2699127",
          "CSAFPID-2699126",
          "CSAFPID-2699128",
          "CSAFPID-1839980",
          "CSAFPID-1840004",
          "CSAFPID-1839981",
          "CSAFPID-2698653",
          "CSAFPID-2698654",
          "CSAFPID-2698655",
          "CSAFPID-2699056",
          "CSAFPID-2699063",
          "CSAFPID-2699060",
          "CSAFPID-1839921",
          "CSAFPID-2698975",
          "CSAFPID-1839922",
          "CSAFPID-2698974",
          "CSAFPID-1839978",
          "CSAFPID-1839979",
          "CSAFPID-2699035",
          "CSAFPID-1839983",
          "CSAFPID-1840005",
          "CSAFPID-2699034",
          "CSAFPID-2699036",
          "CSAFPID-2699096",
          "CSAFPID-2698996",
          "CSAFPID-2698333",
          "CSAFPID-2698334",
          "CSAFPID-2699007",
          "CSAFPID-2698374",
          "CSAFPID-1145246",
          "CSAFPID-1145247",
          "CSAFPID-1839868",
          "CSAFPID-2699029",
          "CSAFPID-1839869",
          "CSAFPID-1234193",
          "CSAFPID-1234261",
          "CSAFPID-2698362",
          "CSAFPID-2698358",
          "CSAFPID-2698372",
          "CSAFPID-2699013",
          "CSAFPID-2699012",
          "CSAFPID-2699016",
          "CSAFPID-2699015",
          "CSAFPID-2699098",
          "CSAFPID-1837923",
          "CSAFPID-1839960",
          "CSAFPID-2698373",
          "CSAFPID-2699093",
          "CSAFPID-2699092",
          "CSAFPID-2699091",
          "CSAFPID-2699090",
          "CSAFPID-2699124",
          "CSAFPID-2698959",
          "CSAFPID-2698357",
          "CSAFPID-1838579",
          "CSAFPID-1838582",
          "CSAFPID-2699181",
          "CSAFPID-1839930",
          "CSAFPID-1839933",
          "CSAFPID-1839931",
          "CSAFPID-1839963",
          "CSAFPID-1839932",
          "CSAFPID-2698956",
          "CSAFPID-2699180",
          "CSAFPID-2698381",
          "CSAFPID-1207518",
          "CSAFPID-1207704",
          "CSAFPID-2699083",
          "CSAFPID-1839887",
          "CSAFPID-1839889",
          "CSAFPID-1207607",
          "CSAFPID-1207752",
          "CSAFPID-1839888",
          "CSAFPID-1839886",
          "CSAFPID-1839925",
          "CSAFPID-1840027",
          "CSAFPID-2699041",
          "CSAFPID-2698961",
          "CSAFPID-1838586"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-56337",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-56337.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 9.8,
            "baseSeverity": "CRITICAL",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-1838578",
            "CSAFPID-1839911",
            "CSAFPID-1839908",
            "CSAFPID-1145869",
            "CSAFPID-1145271",
            "CSAFPID-1173947",
            "CSAFPID-2698963",
            "CSAFPID-2698973",
            "CSAFPID-2699085",
            "CSAFPID-1839941",
            "CSAFPID-1838591",
            "CSAFPID-1145868",
            "CSAFPID-1145270",
            "CSAFPID-1173946",
            "CSAFPID-1839907",
            "CSAFPID-2698965",
            "CSAFPID-2698944",
            "CSAFPID-1173942",
            "CSAFPID-1173945",
            "CSAFPID-1839952",
            "CSAFPID-2699038",
            "CSAFPID-1838592",
            "CSAFPID-1173940",
            "CSAFPID-1173941",
            "CSAFPID-1839951",
            "CSAFPID-2699059",
            "CSAFPID-1173965",
            "CSAFPID-1173967",
            "CSAFPID-1839919",
            "CSAFPID-2698957",
            "CSAFPID-1838572",
            "CSAFPID-1838581",
            "CSAFPID-1838584",
            "CSAFPID-1839924",
            "CSAFPID-1173943",
            "CSAFPID-1173944",
            "CSAFPID-1839910",
            "CSAFPID-1839909",
            "CSAFPID-1839894",
            "CSAFPID-2698958",
            "CSAFPID-2699094",
            "CSAFPID-1145265",
            "CSAFPID-1145273",
            "CSAFPID-1174046",
            "CSAFPID-1839934",
            "CSAFPID-2699086",
            "CSAFPID-1839935",
            "CSAFPID-2699073",
            "CSAFPID-2698993",
            "CSAFPID-1839893",
            "CSAFPID-1839895",
            "CSAFPID-1839890",
            "CSAFPID-1839891",
            "CSAFPID-2699072",
            "CSAFPID-1839961",
            "CSAFPID-2699023",
            "CSAFPID-2699025",
            "CSAFPID-2699024",
            "CSAFPID-2698999",
            "CSAFPID-2699077",
            "CSAFPID-2699075",
            "CSAFPID-2699076",
            "CSAFPID-2698355",
            "CSAFPID-2699027",
            "CSAFPID-1839852",
            "CSAFPID-1840033",
            "CSAFPID-2698955",
            "CSAFPID-2699001",
            "CSAFPID-2699084",
            "CSAFPID-2699079",
            "CSAFPID-2699058",
            "CSAFPID-1839957",
            "CSAFPID-2699000",
            "CSAFPID-1839953",
            "CSAFPID-2698964",
            "CSAFPID-2698991",
            "CSAFPID-2699127",
            "CSAFPID-2699126",
            "CSAFPID-2699128",
            "CSAFPID-1839980",
            "CSAFPID-1840004",
            "CSAFPID-1839981",
            "CSAFPID-2698653",
            "CSAFPID-2698654",
            "CSAFPID-2698655",
            "CSAFPID-2699056",
            "CSAFPID-2699063",
            "CSAFPID-2699060",
            "CSAFPID-1839921",
            "CSAFPID-2698975",
            "CSAFPID-1839922",
            "CSAFPID-2698974",
            "CSAFPID-1839978",
            "CSAFPID-1839979",
            "CSAFPID-2699035",
            "CSAFPID-1839983",
            "CSAFPID-1840005",
            "CSAFPID-2699034",
            "CSAFPID-2699036",
            "CSAFPID-2699096",
            "CSAFPID-2698996",
            "CSAFPID-2698333",
            "CSAFPID-2698334",
            "CSAFPID-2699007",
            "CSAFPID-2698374",
            "CSAFPID-1145246",
            "CSAFPID-1145247",
            "CSAFPID-1839868",
            "CSAFPID-2699029",
            "CSAFPID-1839869",
            "CSAFPID-1234193",
            "CSAFPID-1234261",
            "CSAFPID-2698362",
            "CSAFPID-2698358",
            "CSAFPID-2698372",
            "CSAFPID-2699013",
            "CSAFPID-2699012",
            "CSAFPID-2699016",
            "CSAFPID-2699015",
            "CSAFPID-2699098",
            "CSAFPID-1837923",
            "CSAFPID-1839960",
            "CSAFPID-2698373",
            "CSAFPID-2699093",
            "CSAFPID-2699092",
            "CSAFPID-2699091",
            "CSAFPID-2699090",
            "CSAFPID-2699124",
            "CSAFPID-2698959",
            "CSAFPID-2698357",
            "CSAFPID-1838579",
            "CSAFPID-1838582",
            "CSAFPID-2699181",
            "CSAFPID-1839930",
            "CSAFPID-1839933",
            "CSAFPID-1839931",
            "CSAFPID-1839963",
            "CSAFPID-1839932",
            "CSAFPID-2698956",
            "CSAFPID-2699180",
            "CSAFPID-2698381",
            "CSAFPID-1207518",
            "CSAFPID-1207704",
            "CSAFPID-2699083",
            "CSAFPID-1839887",
            "CSAFPID-1839889",
            "CSAFPID-1207607",
            "CSAFPID-1207752",
            "CSAFPID-1839888",
            "CSAFPID-1839886",
            "CSAFPID-1839925",
            "CSAFPID-1840027",
            "CSAFPID-2699041",
            "CSAFPID-2698961",
            "CSAFPID-1838586"
          ]
        }
      ],
      "title": "CVE-2024-56337"
    },
    {
      "cve": "CVE-2024-57699",
      "cwe": {
        "id": "CWE-404",
        "name": "Improper Resource Shutdown or Release"
      },
      "notes": [
        {
          "category": "other",
          "text": "Improper Resource Shutdown or Release",
          "title": "CWE-404"
        },
        {
          "category": "other",
          "text": "Uncontrolled Recursion",
          "title": "CWE-674"
        },
        {
          "category": "general",
          "text": "CVSS:4.0/AV:A/AC:L/AT:N/PR:L/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N",
          "title": "CVSSV4"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-1838578",
          "CSAFPID-1839911",
          "CSAFPID-1839908",
          "CSAFPID-1145869",
          "CSAFPID-1145271",
          "CSAFPID-1173947",
          "CSAFPID-2698963",
          "CSAFPID-2698973",
          "CSAFPID-2699085",
          "CSAFPID-1839941",
          "CSAFPID-1838591",
          "CSAFPID-1145868",
          "CSAFPID-1145270",
          "CSAFPID-1173946",
          "CSAFPID-1839907",
          "CSAFPID-2698965",
          "CSAFPID-2698944",
          "CSAFPID-1173942",
          "CSAFPID-1173945",
          "CSAFPID-1839952",
          "CSAFPID-2699038",
          "CSAFPID-1838592",
          "CSAFPID-1173940",
          "CSAFPID-1173941",
          "CSAFPID-1839951",
          "CSAFPID-2699059",
          "CSAFPID-1173965",
          "CSAFPID-1173967",
          "CSAFPID-1839919",
          "CSAFPID-2698957",
          "CSAFPID-1838572",
          "CSAFPID-1838581",
          "CSAFPID-1838584",
          "CSAFPID-1839924",
          "CSAFPID-1173943",
          "CSAFPID-1173944",
          "CSAFPID-1839910",
          "CSAFPID-1839909",
          "CSAFPID-1839894",
          "CSAFPID-2698958",
          "CSAFPID-2699094",
          "CSAFPID-1145265",
          "CSAFPID-1145273",
          "CSAFPID-1174046",
          "CSAFPID-1839934",
          "CSAFPID-2699086",
          "CSAFPID-1839935",
          "CSAFPID-2699073",
          "CSAFPID-2698993",
          "CSAFPID-1839893",
          "CSAFPID-1839895",
          "CSAFPID-1839890",
          "CSAFPID-1839891",
          "CSAFPID-2699072",
          "CSAFPID-1839961",
          "CSAFPID-2699023",
          "CSAFPID-2699025",
          "CSAFPID-2699024",
          "CSAFPID-2698999",
          "CSAFPID-2699077",
          "CSAFPID-2699075",
          "CSAFPID-2699076",
          "CSAFPID-2698355",
          "CSAFPID-2699027",
          "CSAFPID-1839852",
          "CSAFPID-1840033",
          "CSAFPID-2698955",
          "CSAFPID-2699001",
          "CSAFPID-2699084",
          "CSAFPID-2699079",
          "CSAFPID-2699058",
          "CSAFPID-1839957",
          "CSAFPID-2699000",
          "CSAFPID-1839953",
          "CSAFPID-2698964",
          "CSAFPID-2698991",
          "CSAFPID-2699127",
          "CSAFPID-2699126",
          "CSAFPID-2699128",
          "CSAFPID-1839980",
          "CSAFPID-1840004",
          "CSAFPID-1839981",
          "CSAFPID-2698653",
          "CSAFPID-2698654",
          "CSAFPID-2698655",
          "CSAFPID-2699056",
          "CSAFPID-2699063",
          "CSAFPID-2699060",
          "CSAFPID-1839921",
          "CSAFPID-2698975",
          "CSAFPID-1839922",
          "CSAFPID-2698974",
          "CSAFPID-1839978",
          "CSAFPID-1839979",
          "CSAFPID-2699035",
          "CSAFPID-1839983",
          "CSAFPID-1840005",
          "CSAFPID-2699034",
          "CSAFPID-2699036",
          "CSAFPID-2699096",
          "CSAFPID-2698996",
          "CSAFPID-2698333",
          "CSAFPID-2698334",
          "CSAFPID-2699007",
          "CSAFPID-2698374",
          "CSAFPID-1145246",
          "CSAFPID-1145247",
          "CSAFPID-1839868",
          "CSAFPID-2699029",
          "CSAFPID-1839869",
          "CSAFPID-1234193",
          "CSAFPID-1234261",
          "CSAFPID-2698362",
          "CSAFPID-2698358",
          "CSAFPID-2698372",
          "CSAFPID-2699013",
          "CSAFPID-2699012",
          "CSAFPID-2699016",
          "CSAFPID-2699015",
          "CSAFPID-2699098",
          "CSAFPID-1837923",
          "CSAFPID-1839960",
          "CSAFPID-2698373",
          "CSAFPID-2699093",
          "CSAFPID-2699092",
          "CSAFPID-2699091",
          "CSAFPID-2699090",
          "CSAFPID-2699124",
          "CSAFPID-2698959",
          "CSAFPID-2698357",
          "CSAFPID-1838579",
          "CSAFPID-1838582",
          "CSAFPID-2699181",
          "CSAFPID-1839930",
          "CSAFPID-1839933",
          "CSAFPID-1839931",
          "CSAFPID-1839963",
          "CSAFPID-1839932",
          "CSAFPID-2698956",
          "CSAFPID-2699180",
          "CSAFPID-2698381",
          "CSAFPID-1207518",
          "CSAFPID-1207704",
          "CSAFPID-2699083",
          "CSAFPID-1839887",
          "CSAFPID-1839889",
          "CSAFPID-1207607",
          "CSAFPID-1207752",
          "CSAFPID-1839888",
          "CSAFPID-1839886",
          "CSAFPID-1839925",
          "CSAFPID-1840027",
          "CSAFPID-2699041",
          "CSAFPID-2698961",
          "CSAFPID-1838586"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-57699",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-57699.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 7.5,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-1838578",
            "CSAFPID-1839911",
            "CSAFPID-1839908",
            "CSAFPID-1145869",
            "CSAFPID-1145271",
            "CSAFPID-1173947",
            "CSAFPID-2698963",
            "CSAFPID-2698973",
            "CSAFPID-2699085",
            "CSAFPID-1839941",
            "CSAFPID-1838591",
            "CSAFPID-1145868",
            "CSAFPID-1145270",
            "CSAFPID-1173946",
            "CSAFPID-1839907",
            "CSAFPID-2698965",
            "CSAFPID-2698944",
            "CSAFPID-1173942",
            "CSAFPID-1173945",
            "CSAFPID-1839952",
            "CSAFPID-2699038",
            "CSAFPID-1838592",
            "CSAFPID-1173940",
            "CSAFPID-1173941",
            "CSAFPID-1839951",
            "CSAFPID-2699059",
            "CSAFPID-1173965",
            "CSAFPID-1173967",
            "CSAFPID-1839919",
            "CSAFPID-2698957",
            "CSAFPID-1838572",
            "CSAFPID-1838581",
            "CSAFPID-1838584",
            "CSAFPID-1839924",
            "CSAFPID-1173943",
            "CSAFPID-1173944",
            "CSAFPID-1839910",
            "CSAFPID-1839909",
            "CSAFPID-1839894",
            "CSAFPID-2698958",
            "CSAFPID-2699094",
            "CSAFPID-1145265",
            "CSAFPID-1145273",
            "CSAFPID-1174046",
            "CSAFPID-1839934",
            "CSAFPID-2699086",
            "CSAFPID-1839935",
            "CSAFPID-2699073",
            "CSAFPID-2698993",
            "CSAFPID-1839893",
            "CSAFPID-1839895",
            "CSAFPID-1839890",
            "CSAFPID-1839891",
            "CSAFPID-2699072",
            "CSAFPID-1839961",
            "CSAFPID-2699023",
            "CSAFPID-2699025",
            "CSAFPID-2699024",
            "CSAFPID-2698999",
            "CSAFPID-2699077",
            "CSAFPID-2699075",
            "CSAFPID-2699076",
            "CSAFPID-2698355",
            "CSAFPID-2699027",
            "CSAFPID-1839852",
            "CSAFPID-1840033",
            "CSAFPID-2698955",
            "CSAFPID-2699001",
            "CSAFPID-2699084",
            "CSAFPID-2699079",
            "CSAFPID-2699058",
            "CSAFPID-1839957",
            "CSAFPID-2699000",
            "CSAFPID-1839953",
            "CSAFPID-2698964",
            "CSAFPID-2698991",
            "CSAFPID-2699127",
            "CSAFPID-2699126",
            "CSAFPID-2699128",
            "CSAFPID-1839980",
            "CSAFPID-1840004",
            "CSAFPID-1839981",
            "CSAFPID-2698653",
            "CSAFPID-2698654",
            "CSAFPID-2698655",
            "CSAFPID-2699056",
            "CSAFPID-2699063",
            "CSAFPID-2699060",
            "CSAFPID-1839921",
            "CSAFPID-2698975",
            "CSAFPID-1839922",
            "CSAFPID-2698974",
            "CSAFPID-1839978",
            "CSAFPID-1839979",
            "CSAFPID-2699035",
            "CSAFPID-1839983",
            "CSAFPID-1840005",
            "CSAFPID-2699034",
            "CSAFPID-2699036",
            "CSAFPID-2699096",
            "CSAFPID-2698996",
            "CSAFPID-2698333",
            "CSAFPID-2698334",
            "CSAFPID-2699007",
            "CSAFPID-2698374",
            "CSAFPID-1145246",
            "CSAFPID-1145247",
            "CSAFPID-1839868",
            "CSAFPID-2699029",
            "CSAFPID-1839869",
            "CSAFPID-1234193",
            "CSAFPID-1234261",
            "CSAFPID-2698362",
            "CSAFPID-2698358",
            "CSAFPID-2698372",
            "CSAFPID-2699013",
            "CSAFPID-2699012",
            "CSAFPID-2699016",
            "CSAFPID-2699015",
            "CSAFPID-2699098",
            "CSAFPID-1837923",
            "CSAFPID-1839960",
            "CSAFPID-2698373",
            "CSAFPID-2699093",
            "CSAFPID-2699092",
            "CSAFPID-2699091",
            "CSAFPID-2699090",
            "CSAFPID-2699124",
            "CSAFPID-2698959",
            "CSAFPID-2698357",
            "CSAFPID-1838579",
            "CSAFPID-1838582",
            "CSAFPID-2699181",
            "CSAFPID-1839930",
            "CSAFPID-1839933",
            "CSAFPID-1839931",
            "CSAFPID-1839963",
            "CSAFPID-1839932",
            "CSAFPID-2698956",
            "CSAFPID-2699180",
            "CSAFPID-2698381",
            "CSAFPID-1207518",
            "CSAFPID-1207704",
            "CSAFPID-2699083",
            "CSAFPID-1839887",
            "CSAFPID-1839889",
            "CSAFPID-1207607",
            "CSAFPID-1207752",
            "CSAFPID-1839888",
            "CSAFPID-1839886",
            "CSAFPID-1839925",
            "CSAFPID-1840027",
            "CSAFPID-2699041",
            "CSAFPID-2698961",
            "CSAFPID-1838586"
          ]
        }
      ],
      "title": "CVE-2024-57699"
    },
    {
      "cve": "CVE-2025-1974",
      "cwe": {
        "id": "CWE-653",
        "name": "Improper Isolation or Compartmentalization"
      },
      "notes": [
        {
          "category": "other",
          "text": "Improper Isolation or Compartmentalization",
          "title": "CWE-653"
        },
        {
          "category": "other",
          "text": "Improper Control of Generation of Code (\u0027Code Injection\u0027)",
          "title": "CWE-94"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-1838578",
          "CSAFPID-1839911",
          "CSAFPID-1839908",
          "CSAFPID-1145869",
          "CSAFPID-1145271",
          "CSAFPID-1173947",
          "CSAFPID-2698963",
          "CSAFPID-2698973",
          "CSAFPID-2699085",
          "CSAFPID-1839941",
          "CSAFPID-1838591",
          "CSAFPID-1145868",
          "CSAFPID-1145270",
          "CSAFPID-1173946",
          "CSAFPID-1839907",
          "CSAFPID-2698965",
          "CSAFPID-2698944",
          "CSAFPID-1173942",
          "CSAFPID-1173945",
          "CSAFPID-1839952",
          "CSAFPID-2699038",
          "CSAFPID-1838592",
          "CSAFPID-1173940",
          "CSAFPID-1173941",
          "CSAFPID-1839951",
          "CSAFPID-2699059",
          "CSAFPID-1173965",
          "CSAFPID-1173967",
          "CSAFPID-1839919",
          "CSAFPID-2698957",
          "CSAFPID-1838572",
          "CSAFPID-1838581",
          "CSAFPID-1838584",
          "CSAFPID-1839924",
          "CSAFPID-1173943",
          "CSAFPID-1173944",
          "CSAFPID-1839910",
          "CSAFPID-1839909",
          "CSAFPID-1839894",
          "CSAFPID-2698958",
          "CSAFPID-2699094",
          "CSAFPID-1145265",
          "CSAFPID-1145273",
          "CSAFPID-1174046",
          "CSAFPID-1839934",
          "CSAFPID-2699086",
          "CSAFPID-1839935",
          "CSAFPID-2699073",
          "CSAFPID-2698993",
          "CSAFPID-1839893",
          "CSAFPID-1839895",
          "CSAFPID-1839890",
          "CSAFPID-1839891",
          "CSAFPID-2699072",
          "CSAFPID-1839961",
          "CSAFPID-2699023",
          "CSAFPID-2699025",
          "CSAFPID-2699024",
          "CSAFPID-2698999",
          "CSAFPID-2699077",
          "CSAFPID-2699075",
          "CSAFPID-2699076",
          "CSAFPID-2698355",
          "CSAFPID-2699027",
          "CSAFPID-1839852",
          "CSAFPID-1840033",
          "CSAFPID-2698955",
          "CSAFPID-2699001",
          "CSAFPID-2699084",
          "CSAFPID-2699079",
          "CSAFPID-2699058",
          "CSAFPID-1839957",
          "CSAFPID-2699000",
          "CSAFPID-1839953",
          "CSAFPID-2698964",
          "CSAFPID-2698991",
          "CSAFPID-2699127",
          "CSAFPID-2699126",
          "CSAFPID-2699128",
          "CSAFPID-1839980",
          "CSAFPID-1840004",
          "CSAFPID-1839981",
          "CSAFPID-2698653",
          "CSAFPID-2698654",
          "CSAFPID-2698655",
          "CSAFPID-2699056",
          "CSAFPID-2699063",
          "CSAFPID-2699060",
          "CSAFPID-1839921",
          "CSAFPID-2698975",
          "CSAFPID-1839922",
          "CSAFPID-2698974",
          "CSAFPID-1839978",
          "CSAFPID-1839979",
          "CSAFPID-2699035",
          "CSAFPID-1839983",
          "CSAFPID-1840005",
          "CSAFPID-2699034",
          "CSAFPID-2699036",
          "CSAFPID-2699096",
          "CSAFPID-2698996",
          "CSAFPID-2698333",
          "CSAFPID-2698334",
          "CSAFPID-2699007",
          "CSAFPID-2698374",
          "CSAFPID-1145246",
          "CSAFPID-1145247",
          "CSAFPID-1839868",
          "CSAFPID-2699029",
          "CSAFPID-1839869",
          "CSAFPID-1234193",
          "CSAFPID-1234261",
          "CSAFPID-2698362",
          "CSAFPID-2698358",
          "CSAFPID-2698372",
          "CSAFPID-2699013",
          "CSAFPID-2699012",
          "CSAFPID-2699016",
          "CSAFPID-2699015",
          "CSAFPID-2699098",
          "CSAFPID-1837923",
          "CSAFPID-1839960",
          "CSAFPID-2698373",
          "CSAFPID-2699093",
          "CSAFPID-2699092",
          "CSAFPID-2699091",
          "CSAFPID-2699090",
          "CSAFPID-2699124",
          "CSAFPID-2698959",
          "CSAFPID-2698357",
          "CSAFPID-1838579",
          "CSAFPID-1838582",
          "CSAFPID-2699181",
          "CSAFPID-1839930",
          "CSAFPID-1839933",
          "CSAFPID-1839931",
          "CSAFPID-1839963",
          "CSAFPID-1839932",
          "CSAFPID-2698956",
          "CSAFPID-2699180",
          "CSAFPID-2698381",
          "CSAFPID-1207518",
          "CSAFPID-1207704",
          "CSAFPID-2699083",
          "CSAFPID-1839887",
          "CSAFPID-1839889",
          "CSAFPID-1207607",
          "CSAFPID-1207752",
          "CSAFPID-1839888",
          "CSAFPID-1839886",
          "CSAFPID-1839925",
          "CSAFPID-1840027",
          "CSAFPID-2699041",
          "CSAFPID-2698961",
          "CSAFPID-1838586"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2025-1974",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2025/CVE-2025-1974.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 9.8,
            "baseSeverity": "CRITICAL",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-1838578",
            "CSAFPID-1839911",
            "CSAFPID-1839908",
            "CSAFPID-1145869",
            "CSAFPID-1145271",
            "CSAFPID-1173947",
            "CSAFPID-2698963",
            "CSAFPID-2698973",
            "CSAFPID-2699085",
            "CSAFPID-1839941",
            "CSAFPID-1838591",
            "CSAFPID-1145868",
            "CSAFPID-1145270",
            "CSAFPID-1173946",
            "CSAFPID-1839907",
            "CSAFPID-2698965",
            "CSAFPID-2698944",
            "CSAFPID-1173942",
            "CSAFPID-1173945",
            "CSAFPID-1839952",
            "CSAFPID-2699038",
            "CSAFPID-1838592",
            "CSAFPID-1173940",
            "CSAFPID-1173941",
            "CSAFPID-1839951",
            "CSAFPID-2699059",
            "CSAFPID-1173965",
            "CSAFPID-1173967",
            "CSAFPID-1839919",
            "CSAFPID-2698957",
            "CSAFPID-1838572",
            "CSAFPID-1838581",
            "CSAFPID-1838584",
            "CSAFPID-1839924",
            "CSAFPID-1173943",
            "CSAFPID-1173944",
            "CSAFPID-1839910",
            "CSAFPID-1839909",
            "CSAFPID-1839894",
            "CSAFPID-2698958",
            "CSAFPID-2699094",
            "CSAFPID-1145265",
            "CSAFPID-1145273",
            "CSAFPID-1174046",
            "CSAFPID-1839934",
            "CSAFPID-2699086",
            "CSAFPID-1839935",
            "CSAFPID-2699073",
            "CSAFPID-2698993",
            "CSAFPID-1839893",
            "CSAFPID-1839895",
            "CSAFPID-1839890",
            "CSAFPID-1839891",
            "CSAFPID-2699072",
            "CSAFPID-1839961",
            "CSAFPID-2699023",
            "CSAFPID-2699025",
            "CSAFPID-2699024",
            "CSAFPID-2698999",
            "CSAFPID-2699077",
            "CSAFPID-2699075",
            "CSAFPID-2699076",
            "CSAFPID-2698355",
            "CSAFPID-2699027",
            "CSAFPID-1839852",
            "CSAFPID-1840033",
            "CSAFPID-2698955",
            "CSAFPID-2699001",
            "CSAFPID-2699084",
            "CSAFPID-2699079",
            "CSAFPID-2699058",
            "CSAFPID-1839957",
            "CSAFPID-2699000",
            "CSAFPID-1839953",
            "CSAFPID-2698964",
            "CSAFPID-2698991",
            "CSAFPID-2699127",
            "CSAFPID-2699126",
            "CSAFPID-2699128",
            "CSAFPID-1839980",
            "CSAFPID-1840004",
            "CSAFPID-1839981",
            "CSAFPID-2698653",
            "CSAFPID-2698654",
            "CSAFPID-2698655",
            "CSAFPID-2699056",
            "CSAFPID-2699063",
            "CSAFPID-2699060",
            "CSAFPID-1839921",
            "CSAFPID-2698975",
            "CSAFPID-1839922",
            "CSAFPID-2698974",
            "CSAFPID-1839978",
            "CSAFPID-1839979",
            "CSAFPID-2699035",
            "CSAFPID-1839983",
            "CSAFPID-1840005",
            "CSAFPID-2699034",
            "CSAFPID-2699036",
            "CSAFPID-2699096",
            "CSAFPID-2698996",
            "CSAFPID-2698333",
            "CSAFPID-2698334",
            "CSAFPID-2699007",
            "CSAFPID-2698374",
            "CSAFPID-1145246",
            "CSAFPID-1145247",
            "CSAFPID-1839868",
            "CSAFPID-2699029",
            "CSAFPID-1839869",
            "CSAFPID-1234193",
            "CSAFPID-1234261",
            "CSAFPID-2698362",
            "CSAFPID-2698358",
            "CSAFPID-2698372",
            "CSAFPID-2699013",
            "CSAFPID-2699012",
            "CSAFPID-2699016",
            "CSAFPID-2699015",
            "CSAFPID-2699098",
            "CSAFPID-1837923",
            "CSAFPID-1839960",
            "CSAFPID-2698373",
            "CSAFPID-2699093",
            "CSAFPID-2699092",
            "CSAFPID-2699091",
            "CSAFPID-2699090",
            "CSAFPID-2699124",
            "CSAFPID-2698959",
            "CSAFPID-2698357",
            "CSAFPID-1838579",
            "CSAFPID-1838582",
            "CSAFPID-2699181",
            "CSAFPID-1839930",
            "CSAFPID-1839933",
            "CSAFPID-1839931",
            "CSAFPID-1839963",
            "CSAFPID-1839932",
            "CSAFPID-2698956",
            "CSAFPID-2699180",
            "CSAFPID-2698381",
            "CSAFPID-1207518",
            "CSAFPID-1207704",
            "CSAFPID-2699083",
            "CSAFPID-1839887",
            "CSAFPID-1839889",
            "CSAFPID-1207607",
            "CSAFPID-1207752",
            "CSAFPID-1839888",
            "CSAFPID-1839886",
            "CSAFPID-1839925",
            "CSAFPID-1840027",
            "CSAFPID-2699041",
            "CSAFPID-2698961",
            "CSAFPID-1838586"
          ]
        }
      ],
      "title": "CVE-2025-1974"
    },
    {
      "cve": "CVE-2025-23084",
      "cwe": {
        "id": "CWE-22",
        "name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
      },
      "notes": [
        {
          "category": "other",
          "text": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)",
          "title": "CWE-22"
        },
        {
          "category": "general",
          "text": "CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N",
          "title": "CVSSV4"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-1838578",
          "CSAFPID-1839911",
          "CSAFPID-1839908",
          "CSAFPID-1145869",
          "CSAFPID-1145271",
          "CSAFPID-1173947",
          "CSAFPID-2698963",
          "CSAFPID-2698973",
          "CSAFPID-2699085",
          "CSAFPID-1839941",
          "CSAFPID-1838591",
          "CSAFPID-1145868",
          "CSAFPID-1145270",
          "CSAFPID-1173946",
          "CSAFPID-1839907",
          "CSAFPID-2698965",
          "CSAFPID-2698944",
          "CSAFPID-1173942",
          "CSAFPID-1173945",
          "CSAFPID-1839952",
          "CSAFPID-2699038",
          "CSAFPID-1838592",
          "CSAFPID-1173940",
          "CSAFPID-1173941",
          "CSAFPID-1839951",
          "CSAFPID-2699059",
          "CSAFPID-1173965",
          "CSAFPID-1173967",
          "CSAFPID-1839919",
          "CSAFPID-2698957",
          "CSAFPID-1838572",
          "CSAFPID-1838581",
          "CSAFPID-1838584",
          "CSAFPID-1839924",
          "CSAFPID-1173943",
          "CSAFPID-1173944",
          "CSAFPID-1839910",
          "CSAFPID-1839909",
          "CSAFPID-1839894",
          "CSAFPID-2698958",
          "CSAFPID-2699094",
          "CSAFPID-1145265",
          "CSAFPID-1145273",
          "CSAFPID-1174046",
          "CSAFPID-1839934",
          "CSAFPID-2699086",
          "CSAFPID-1839935",
          "CSAFPID-2699073",
          "CSAFPID-2698993",
          "CSAFPID-1839893",
          "CSAFPID-1839895",
          "CSAFPID-1839890",
          "CSAFPID-1839891",
          "CSAFPID-2699072",
          "CSAFPID-1839961",
          "CSAFPID-2699023",
          "CSAFPID-2699025",
          "CSAFPID-2699024",
          "CSAFPID-2698999",
          "CSAFPID-2699077",
          "CSAFPID-2699075",
          "CSAFPID-2699076",
          "CSAFPID-2698355",
          "CSAFPID-2699027",
          "CSAFPID-1839852",
          "CSAFPID-1840033",
          "CSAFPID-2698955",
          "CSAFPID-2699001",
          "CSAFPID-2699084",
          "CSAFPID-2699079",
          "CSAFPID-2699058",
          "CSAFPID-1839957",
          "CSAFPID-2699000",
          "CSAFPID-1839953",
          "CSAFPID-2698964",
          "CSAFPID-2698991",
          "CSAFPID-2699127",
          "CSAFPID-2699126",
          "CSAFPID-2699128",
          "CSAFPID-1839980",
          "CSAFPID-1840004",
          "CSAFPID-1839981",
          "CSAFPID-2698653",
          "CSAFPID-2698654",
          "CSAFPID-2698655",
          "CSAFPID-2699056",
          "CSAFPID-2699063",
          "CSAFPID-2699060",
          "CSAFPID-1839921",
          "CSAFPID-2698975",
          "CSAFPID-1839922",
          "CSAFPID-2698974",
          "CSAFPID-1839978",
          "CSAFPID-1839979",
          "CSAFPID-2699035",
          "CSAFPID-1839983",
          "CSAFPID-1840005",
          "CSAFPID-2699034",
          "CSAFPID-2699036",
          "CSAFPID-2699096",
          "CSAFPID-2698996",
          "CSAFPID-2698333",
          "CSAFPID-2698334",
          "CSAFPID-2699007",
          "CSAFPID-2698374",
          "CSAFPID-1145246",
          "CSAFPID-1145247",
          "CSAFPID-1839868",
          "CSAFPID-2699029",
          "CSAFPID-1839869",
          "CSAFPID-1234193",
          "CSAFPID-1234261",
          "CSAFPID-2698362",
          "CSAFPID-2698358",
          "CSAFPID-2698372",
          "CSAFPID-2699013",
          "CSAFPID-2699012",
          "CSAFPID-2699016",
          "CSAFPID-2699015",
          "CSAFPID-2699098",
          "CSAFPID-1837923",
          "CSAFPID-1839960",
          "CSAFPID-2698373",
          "CSAFPID-2699093",
          "CSAFPID-2699092",
          "CSAFPID-2699091",
          "CSAFPID-2699090",
          "CSAFPID-2699124",
          "CSAFPID-2698959",
          "CSAFPID-2698357",
          "CSAFPID-1838579",
          "CSAFPID-1838582",
          "CSAFPID-2699181",
          "CSAFPID-1839930",
          "CSAFPID-1839933",
          "CSAFPID-1839931",
          "CSAFPID-1839963",
          "CSAFPID-1839932",
          "CSAFPID-2698956",
          "CSAFPID-2699180",
          "CSAFPID-2698381",
          "CSAFPID-1207518",
          "CSAFPID-1207704",
          "CSAFPID-2699083",
          "CSAFPID-1839887",
          "CSAFPID-1839889",
          "CSAFPID-1207607",
          "CSAFPID-1207752",
          "CSAFPID-1839888",
          "CSAFPID-1839886",
          "CSAFPID-1839925",
          "CSAFPID-1840027",
          "CSAFPID-2699041",
          "CSAFPID-2698961",
          "CSAFPID-1838586"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2025-23084",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2025/CVE-2025-23084.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 7.7,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-1838578",
            "CSAFPID-1839911",
            "CSAFPID-1839908",
            "CSAFPID-1145869",
            "CSAFPID-1145271",
            "CSAFPID-1173947",
            "CSAFPID-2698963",
            "CSAFPID-2698973",
            "CSAFPID-2699085",
            "CSAFPID-1839941",
            "CSAFPID-1838591",
            "CSAFPID-1145868",
            "CSAFPID-1145270",
            "CSAFPID-1173946",
            "CSAFPID-1839907",
            "CSAFPID-2698965",
            "CSAFPID-2698944",
            "CSAFPID-1173942",
            "CSAFPID-1173945",
            "CSAFPID-1839952",
            "CSAFPID-2699038",
            "CSAFPID-1838592",
            "CSAFPID-1173940",
            "CSAFPID-1173941",
            "CSAFPID-1839951",
            "CSAFPID-2699059",
            "CSAFPID-1173965",
            "CSAFPID-1173967",
            "CSAFPID-1839919",
            "CSAFPID-2698957",
            "CSAFPID-1838572",
            "CSAFPID-1838581",
            "CSAFPID-1838584",
            "CSAFPID-1839924",
            "CSAFPID-1173943",
            "CSAFPID-1173944",
            "CSAFPID-1839910",
            "CSAFPID-1839909",
            "CSAFPID-1839894",
            "CSAFPID-2698958",
            "CSAFPID-2699094",
            "CSAFPID-1145265",
            "CSAFPID-1145273",
            "CSAFPID-1174046",
            "CSAFPID-1839934",
            "CSAFPID-2699086",
            "CSAFPID-1839935",
            "CSAFPID-2699073",
            "CSAFPID-2698993",
            "CSAFPID-1839893",
            "CSAFPID-1839895",
            "CSAFPID-1839890",
            "CSAFPID-1839891",
            "CSAFPID-2699072",
            "CSAFPID-1839961",
            "CSAFPID-2699023",
            "CSAFPID-2699025",
            "CSAFPID-2699024",
            "CSAFPID-2698999",
            "CSAFPID-2699077",
            "CSAFPID-2699075",
            "CSAFPID-2699076",
            "CSAFPID-2698355",
            "CSAFPID-2699027",
            "CSAFPID-1839852",
            "CSAFPID-1840033",
            "CSAFPID-2698955",
            "CSAFPID-2699001",
            "CSAFPID-2699084",
            "CSAFPID-2699079",
            "CSAFPID-2699058",
            "CSAFPID-1839957",
            "CSAFPID-2699000",
            "CSAFPID-1839953",
            "CSAFPID-2698964",
            "CSAFPID-2698991",
            "CSAFPID-2699127",
            "CSAFPID-2699126",
            "CSAFPID-2699128",
            "CSAFPID-1839980",
            "CSAFPID-1840004",
            "CSAFPID-1839981",
            "CSAFPID-2698653",
            "CSAFPID-2698654",
            "CSAFPID-2698655",
            "CSAFPID-2699056",
            "CSAFPID-2699063",
            "CSAFPID-2699060",
            "CSAFPID-1839921",
            "CSAFPID-2698975",
            "CSAFPID-1839922",
            "CSAFPID-2698974",
            "CSAFPID-1839978",
            "CSAFPID-1839979",
            "CSAFPID-2699035",
            "CSAFPID-1839983",
            "CSAFPID-1840005",
            "CSAFPID-2699034",
            "CSAFPID-2699036",
            "CSAFPID-2699096",
            "CSAFPID-2698996",
            "CSAFPID-2698333",
            "CSAFPID-2698334",
            "CSAFPID-2699007",
            "CSAFPID-2698374",
            "CSAFPID-1145246",
            "CSAFPID-1145247",
            "CSAFPID-1839868",
            "CSAFPID-2699029",
            "CSAFPID-1839869",
            "CSAFPID-1234193",
            "CSAFPID-1234261",
            "CSAFPID-2698362",
            "CSAFPID-2698358",
            "CSAFPID-2698372",
            "CSAFPID-2699013",
            "CSAFPID-2699012",
            "CSAFPID-2699016",
            "CSAFPID-2699015",
            "CSAFPID-2699098",
            "CSAFPID-1837923",
            "CSAFPID-1839960",
            "CSAFPID-2698373",
            "CSAFPID-2699093",
            "CSAFPID-2699092",
            "CSAFPID-2699091",
            "CSAFPID-2699090",
            "CSAFPID-2699124",
            "CSAFPID-2698959",
            "CSAFPID-2698357",
            "CSAFPID-1838579",
            "CSAFPID-1838582",
            "CSAFPID-2699181",
            "CSAFPID-1839930",
            "CSAFPID-1839933",
            "CSAFPID-1839931",
            "CSAFPID-1839963",
            "CSAFPID-1839932",
            "CSAFPID-2698956",
            "CSAFPID-2699180",
            "CSAFPID-2698381",
            "CSAFPID-1207518",
            "CSAFPID-1207704",
            "CSAFPID-2699083",
            "CSAFPID-1839887",
            "CSAFPID-1839889",
            "CSAFPID-1207607",
            "CSAFPID-1207752",
            "CSAFPID-1839888",
            "CSAFPID-1839886",
            "CSAFPID-1839925",
            "CSAFPID-1840027",
            "CSAFPID-2699041",
            "CSAFPID-2698961",
            "CSAFPID-1838586"
          ]
        }
      ],
      "title": "CVE-2025-23084"
    },
    {
      "cve": "CVE-2025-23184",
      "cwe": {
        "id": "CWE-400",
        "name": "Uncontrolled Resource Consumption"
      },
      "notes": [
        {
          "category": "other",
          "text": "Uncontrolled Resource Consumption",
          "title": "CWE-400"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-1838578",
          "CSAFPID-1839911",
          "CSAFPID-1839908",
          "CSAFPID-1145869",
          "CSAFPID-1145271",
          "CSAFPID-1173947",
          "CSAFPID-2698963",
          "CSAFPID-2698973",
          "CSAFPID-2699085",
          "CSAFPID-1839941",
          "CSAFPID-1838591",
          "CSAFPID-1145868",
          "CSAFPID-1145270",
          "CSAFPID-1173946",
          "CSAFPID-1839907",
          "CSAFPID-2698965",
          "CSAFPID-2698944",
          "CSAFPID-1173942",
          "CSAFPID-1173945",
          "CSAFPID-1839952",
          "CSAFPID-2699038",
          "CSAFPID-1838592",
          "CSAFPID-1173940",
          "CSAFPID-1173941",
          "CSAFPID-1839951",
          "CSAFPID-2699059",
          "CSAFPID-1173965",
          "CSAFPID-1173967",
          "CSAFPID-1839919",
          "CSAFPID-2698957",
          "CSAFPID-1838572",
          "CSAFPID-1838581",
          "CSAFPID-1838584",
          "CSAFPID-1839924",
          "CSAFPID-1173943",
          "CSAFPID-1173944",
          "CSAFPID-1839910",
          "CSAFPID-1839909",
          "CSAFPID-1839894",
          "CSAFPID-2698958",
          "CSAFPID-2699094",
          "CSAFPID-1145265",
          "CSAFPID-1145273",
          "CSAFPID-1174046",
          "CSAFPID-1839934",
          "CSAFPID-2699086",
          "CSAFPID-1839935",
          "CSAFPID-2699073",
          "CSAFPID-2698993",
          "CSAFPID-1839893",
          "CSAFPID-1839895",
          "CSAFPID-1839890",
          "CSAFPID-1839891",
          "CSAFPID-2699072",
          "CSAFPID-1839961",
          "CSAFPID-2699023",
          "CSAFPID-2699025",
          "CSAFPID-2699024",
          "CSAFPID-2698999",
          "CSAFPID-2699077",
          "CSAFPID-2699075",
          "CSAFPID-2699076",
          "CSAFPID-2698355",
          "CSAFPID-2699027",
          "CSAFPID-1839852",
          "CSAFPID-1840033",
          "CSAFPID-2698955",
          "CSAFPID-2699001",
          "CSAFPID-2699084",
          "CSAFPID-2699079",
          "CSAFPID-2699058",
          "CSAFPID-1839957",
          "CSAFPID-2699000",
          "CSAFPID-1839953",
          "CSAFPID-2698964",
          "CSAFPID-2698991",
          "CSAFPID-2699127",
          "CSAFPID-2699126",
          "CSAFPID-2699128",
          "CSAFPID-1839980",
          "CSAFPID-1840004",
          "CSAFPID-1839981",
          "CSAFPID-2698653",
          "CSAFPID-2698654",
          "CSAFPID-2698655",
          "CSAFPID-2699056",
          "CSAFPID-2699063",
          "CSAFPID-2699060",
          "CSAFPID-1839921",
          "CSAFPID-2698975",
          "CSAFPID-1839922",
          "CSAFPID-2698974",
          "CSAFPID-1839978",
          "CSAFPID-1839979",
          "CSAFPID-2699035",
          "CSAFPID-1839983",
          "CSAFPID-1840005",
          "CSAFPID-2699034",
          "CSAFPID-2699036",
          "CSAFPID-2699096",
          "CSAFPID-2698996",
          "CSAFPID-2698333",
          "CSAFPID-2698334",
          "CSAFPID-2699007",
          "CSAFPID-2698374",
          "CSAFPID-1145246",
          "CSAFPID-1145247",
          "CSAFPID-1839868",
          "CSAFPID-2699029",
          "CSAFPID-1839869",
          "CSAFPID-1234193",
          "CSAFPID-1234261",
          "CSAFPID-2698362",
          "CSAFPID-2698358",
          "CSAFPID-2698372",
          "CSAFPID-2699013",
          "CSAFPID-2699012",
          "CSAFPID-2699016",
          "CSAFPID-2699015",
          "CSAFPID-2699098",
          "CSAFPID-1837923",
          "CSAFPID-1839960",
          "CSAFPID-2698373",
          "CSAFPID-2699093",
          "CSAFPID-2699092",
          "CSAFPID-2699091",
          "CSAFPID-2699090",
          "CSAFPID-2699124",
          "CSAFPID-2698959",
          "CSAFPID-2698357",
          "CSAFPID-1838579",
          "CSAFPID-1838582",
          "CSAFPID-2699181",
          "CSAFPID-1839930",
          "CSAFPID-1839933",
          "CSAFPID-1839931",
          "CSAFPID-1839963",
          "CSAFPID-1839932",
          "CSAFPID-2698956",
          "CSAFPID-2699180",
          "CSAFPID-2698381",
          "CSAFPID-1207518",
          "CSAFPID-1207704",
          "CSAFPID-2699083",
          "CSAFPID-1839887",
          "CSAFPID-1839889",
          "CSAFPID-1207607",
          "CSAFPID-1207752",
          "CSAFPID-1839888",
          "CSAFPID-1839886",
          "CSAFPID-1839925",
          "CSAFPID-1840027",
          "CSAFPID-2699041",
          "CSAFPID-2698961",
          "CSAFPID-1838586"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2025-23184",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2025/CVE-2025-23184.json"
        }
      ],
      "title": "CVE-2025-23184"
    },
    {
      "cve": "CVE-2025-24813",
      "cwe": {
        "id": "CWE-502",
        "name": "Deserialization of Untrusted Data"
      },
      "notes": [
        {
          "category": "other",
          "text": "Deserialization of Untrusted Data",
          "title": "CWE-502"
        },
        {
          "category": "other",
          "text": "Path Equivalence: \u0027file.name\u0027 (Internal Dot)",
          "title": "CWE-44"
        },
        {
          "category": "other",
          "text": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)",
          "title": "CWE-444"
        },
        {
          "category": "other",
          "text": "Use of Incorrectly-Resolved Name or Reference",
          "title": "CWE-706"
        },
        {
          "category": "general",
          "text": "CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N",
          "title": "CVSSV4"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-1838578",
          "CSAFPID-1839911",
          "CSAFPID-1839908",
          "CSAFPID-1145869",
          "CSAFPID-1145271",
          "CSAFPID-1173947",
          "CSAFPID-2698963",
          "CSAFPID-2698973",
          "CSAFPID-2699085",
          "CSAFPID-1839941",
          "CSAFPID-1838591",
          "CSAFPID-1145868",
          "CSAFPID-1145270",
          "CSAFPID-1173946",
          "CSAFPID-1839907",
          "CSAFPID-2698965",
          "CSAFPID-2698944",
          "CSAFPID-1173942",
          "CSAFPID-1173945",
          "CSAFPID-1839952",
          "CSAFPID-2699038",
          "CSAFPID-1838592",
          "CSAFPID-1173940",
          "CSAFPID-1173941",
          "CSAFPID-1839951",
          "CSAFPID-2699059",
          "CSAFPID-1173965",
          "CSAFPID-1173967",
          "CSAFPID-1839919",
          "CSAFPID-2698957",
          "CSAFPID-1838572",
          "CSAFPID-1838581",
          "CSAFPID-1838584",
          "CSAFPID-1839924",
          "CSAFPID-1173943",
          "CSAFPID-1173944",
          "CSAFPID-1839910",
          "CSAFPID-1839909",
          "CSAFPID-1839894",
          "CSAFPID-2698958",
          "CSAFPID-2699094",
          "CSAFPID-1145265",
          "CSAFPID-1145273",
          "CSAFPID-1174046",
          "CSAFPID-1839934",
          "CSAFPID-2699086",
          "CSAFPID-1839935",
          "CSAFPID-2699073",
          "CSAFPID-2698993",
          "CSAFPID-1839893",
          "CSAFPID-1839895",
          "CSAFPID-1839890",
          "CSAFPID-1839891",
          "CSAFPID-2699072",
          "CSAFPID-1839961",
          "CSAFPID-2699023",
          "CSAFPID-2699025",
          "CSAFPID-2699024",
          "CSAFPID-2698999",
          "CSAFPID-2699077",
          "CSAFPID-2699075",
          "CSAFPID-2699076",
          "CSAFPID-2698355",
          "CSAFPID-2699027",
          "CSAFPID-1839852",
          "CSAFPID-1840033",
          "CSAFPID-2698955",
          "CSAFPID-2699001",
          "CSAFPID-2699084",
          "CSAFPID-2699079",
          "CSAFPID-2699058",
          "CSAFPID-1839957",
          "CSAFPID-2699000",
          "CSAFPID-1839953",
          "CSAFPID-2698964",
          "CSAFPID-2698991",
          "CSAFPID-2699127",
          "CSAFPID-2699126",
          "CSAFPID-2699128",
          "CSAFPID-1839980",
          "CSAFPID-1840004",
          "CSAFPID-1839981",
          "CSAFPID-2698653",
          "CSAFPID-2698654",
          "CSAFPID-2698655",
          "CSAFPID-2699056",
          "CSAFPID-2699063",
          "CSAFPID-2699060",
          "CSAFPID-1839921",
          "CSAFPID-2698975",
          "CSAFPID-1839922",
          "CSAFPID-2698974",
          "CSAFPID-1839978",
          "CSAFPID-1839979",
          "CSAFPID-2699035",
          "CSAFPID-1839983",
          "CSAFPID-1840005",
          "CSAFPID-2699034",
          "CSAFPID-2699036",
          "CSAFPID-2699096",
          "CSAFPID-2698996",
          "CSAFPID-2698333",
          "CSAFPID-2698334",
          "CSAFPID-2699007",
          "CSAFPID-2698374",
          "CSAFPID-1145246",
          "CSAFPID-1145247",
          "CSAFPID-1839868",
          "CSAFPID-2699029",
          "CSAFPID-1839869",
          "CSAFPID-1234193",
          "CSAFPID-1234261",
          "CSAFPID-2698362",
          "CSAFPID-2698358",
          "CSAFPID-2698372",
          "CSAFPID-2699013",
          "CSAFPID-2699012",
          "CSAFPID-2699016",
          "CSAFPID-2699015",
          "CSAFPID-2699098",
          "CSAFPID-1837923",
          "CSAFPID-1839960",
          "CSAFPID-2698373",
          "CSAFPID-2699093",
          "CSAFPID-2699092",
          "CSAFPID-2699091",
          "CSAFPID-2699090",
          "CSAFPID-2699124",
          "CSAFPID-2698959",
          "CSAFPID-2698357",
          "CSAFPID-1838579",
          "CSAFPID-1838582",
          "CSAFPID-2699181",
          "CSAFPID-1839930",
          "CSAFPID-1839933",
          "CSAFPID-1839931",
          "CSAFPID-1839963",
          "CSAFPID-1839932",
          "CSAFPID-2698956",
          "CSAFPID-2699180",
          "CSAFPID-2698381",
          "CSAFPID-1207518",
          "CSAFPID-1207704",
          "CSAFPID-2699083",
          "CSAFPID-1839887",
          "CSAFPID-1839889",
          "CSAFPID-1207607",
          "CSAFPID-1207752",
          "CSAFPID-1839888",
          "CSAFPID-1839886",
          "CSAFPID-1839925",
          "CSAFPID-1840027",
          "CSAFPID-2699041",
          "CSAFPID-2698961",
          "CSAFPID-1838586"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2025-24813",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2025/CVE-2025-24813.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 9.8,
            "baseSeverity": "CRITICAL",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-1838578",
            "CSAFPID-1839911",
            "CSAFPID-1839908",
            "CSAFPID-1145869",
            "CSAFPID-1145271",
            "CSAFPID-1173947",
            "CSAFPID-2698963",
            "CSAFPID-2698973",
            "CSAFPID-2699085",
            "CSAFPID-1839941",
            "CSAFPID-1838591",
            "CSAFPID-1145868",
            "CSAFPID-1145270",
            "CSAFPID-1173946",
            "CSAFPID-1839907",
            "CSAFPID-2698965",
            "CSAFPID-2698944",
            "CSAFPID-1173942",
            "CSAFPID-1173945",
            "CSAFPID-1839952",
            "CSAFPID-2699038",
            "CSAFPID-1838592",
            "CSAFPID-1173940",
            "CSAFPID-1173941",
            "CSAFPID-1839951",
            "CSAFPID-2699059",
            "CSAFPID-1173965",
            "CSAFPID-1173967",
            "CSAFPID-1839919",
            "CSAFPID-2698957",
            "CSAFPID-1838572",
            "CSAFPID-1838581",
            "CSAFPID-1838584",
            "CSAFPID-1839924",
            "CSAFPID-1173943",
            "CSAFPID-1173944",
            "CSAFPID-1839910",
            "CSAFPID-1839909",
            "CSAFPID-1839894",
            "CSAFPID-2698958",
            "CSAFPID-2699094",
            "CSAFPID-1145265",
            "CSAFPID-1145273",
            "CSAFPID-1174046",
            "CSAFPID-1839934",
            "CSAFPID-2699086",
            "CSAFPID-1839935",
            "CSAFPID-2699073",
            "CSAFPID-2698993",
            "CSAFPID-1839893",
            "CSAFPID-1839895",
            "CSAFPID-1839890",
            "CSAFPID-1839891",
            "CSAFPID-2699072",
            "CSAFPID-1839961",
            "CSAFPID-2699023",
            "CSAFPID-2699025",
            "CSAFPID-2699024",
            "CSAFPID-2698999",
            "CSAFPID-2699077",
            "CSAFPID-2699075",
            "CSAFPID-2699076",
            "CSAFPID-2698355",
            "CSAFPID-2699027",
            "CSAFPID-1839852",
            "CSAFPID-1840033",
            "CSAFPID-2698955",
            "CSAFPID-2699001",
            "CSAFPID-2699084",
            "CSAFPID-2699079",
            "CSAFPID-2699058",
            "CSAFPID-1839957",
            "CSAFPID-2699000",
            "CSAFPID-1839953",
            "CSAFPID-2698964",
            "CSAFPID-2698991",
            "CSAFPID-2699127",
            "CSAFPID-2699126",
            "CSAFPID-2699128",
            "CSAFPID-1839980",
            "CSAFPID-1840004",
            "CSAFPID-1839981",
            "CSAFPID-2698653",
            "CSAFPID-2698654",
            "CSAFPID-2698655",
            "CSAFPID-2699056",
            "CSAFPID-2699063",
            "CSAFPID-2699060",
            "CSAFPID-1839921",
            "CSAFPID-2698975",
            "CSAFPID-1839922",
            "CSAFPID-2698974",
            "CSAFPID-1839978",
            "CSAFPID-1839979",
            "CSAFPID-2699035",
            "CSAFPID-1839983",
            "CSAFPID-1840005",
            "CSAFPID-2699034",
            "CSAFPID-2699036",
            "CSAFPID-2699096",
            "CSAFPID-2698996",
            "CSAFPID-2698333",
            "CSAFPID-2698334",
            "CSAFPID-2699007",
            "CSAFPID-2698374",
            "CSAFPID-1145246",
            "CSAFPID-1145247",
            "CSAFPID-1839868",
            "CSAFPID-2699029",
            "CSAFPID-1839869",
            "CSAFPID-1234193",
            "CSAFPID-1234261",
            "CSAFPID-2698362",
            "CSAFPID-2698358",
            "CSAFPID-2698372",
            "CSAFPID-2699013",
            "CSAFPID-2699012",
            "CSAFPID-2699016",
            "CSAFPID-2699015",
            "CSAFPID-2699098",
            "CSAFPID-1837923",
            "CSAFPID-1839960",
            "CSAFPID-2698373",
            "CSAFPID-2699093",
            "CSAFPID-2699092",
            "CSAFPID-2699091",
            "CSAFPID-2699090",
            "CSAFPID-2699124",
            "CSAFPID-2698959",
            "CSAFPID-2698357",
            "CSAFPID-1838579",
            "CSAFPID-1838582",
            "CSAFPID-2699181",
            "CSAFPID-1839930",
            "CSAFPID-1839933",
            "CSAFPID-1839931",
            "CSAFPID-1839963",
            "CSAFPID-1839932",
            "CSAFPID-2698956",
            "CSAFPID-2699180",
            "CSAFPID-2698381",
            "CSAFPID-1207518",
            "CSAFPID-1207704",
            "CSAFPID-2699083",
            "CSAFPID-1839887",
            "CSAFPID-1839889",
            "CSAFPID-1207607",
            "CSAFPID-1207752",
            "CSAFPID-1839888",
            "CSAFPID-1839886",
            "CSAFPID-1839925",
            "CSAFPID-1840027",
            "CSAFPID-2699041",
            "CSAFPID-2698961",
            "CSAFPID-1838586"
          ]
        }
      ],
      "title": "CVE-2025-24813"
    },
    {
      "cve": "CVE-2025-24928",
      "cwe": {
        "id": "CWE-121",
        "name": "Stack-based Buffer Overflow"
      },
      "notes": [
        {
          "category": "other",
          "text": "Stack-based Buffer Overflow",
          "title": "CWE-121"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-1838578",
          "CSAFPID-1839911",
          "CSAFPID-1839908",
          "CSAFPID-1145869",
          "CSAFPID-1145271",
          "CSAFPID-1173947",
          "CSAFPID-2698963",
          "CSAFPID-2698973",
          "CSAFPID-2699085",
          "CSAFPID-1839941",
          "CSAFPID-1838591",
          "CSAFPID-1145868",
          "CSAFPID-1145270",
          "CSAFPID-1173946",
          "CSAFPID-1839907",
          "CSAFPID-2698965",
          "CSAFPID-2698944",
          "CSAFPID-1173942",
          "CSAFPID-1173945",
          "CSAFPID-1839952",
          "CSAFPID-2699038",
          "CSAFPID-1838592",
          "CSAFPID-1173940",
          "CSAFPID-1173941",
          "CSAFPID-1839951",
          "CSAFPID-2699059",
          "CSAFPID-1173965",
          "CSAFPID-1173967",
          "CSAFPID-1839919",
          "CSAFPID-2698957",
          "CSAFPID-1838572",
          "CSAFPID-1838581",
          "CSAFPID-1838584",
          "CSAFPID-1839924",
          "CSAFPID-1173943",
          "CSAFPID-1173944",
          "CSAFPID-1839910",
          "CSAFPID-1839909",
          "CSAFPID-1839894",
          "CSAFPID-2698958",
          "CSAFPID-2699094",
          "CSAFPID-1145265",
          "CSAFPID-1145273",
          "CSAFPID-1174046",
          "CSAFPID-1839934",
          "CSAFPID-2699086",
          "CSAFPID-1839935",
          "CSAFPID-2699073",
          "CSAFPID-2698993",
          "CSAFPID-1839893",
          "CSAFPID-1839895",
          "CSAFPID-1839890",
          "CSAFPID-1839891",
          "CSAFPID-2699072",
          "CSAFPID-1839961",
          "CSAFPID-2699023",
          "CSAFPID-2699025",
          "CSAFPID-2699024",
          "CSAFPID-2698999",
          "CSAFPID-2699077",
          "CSAFPID-2699075",
          "CSAFPID-2699076",
          "CSAFPID-2698355",
          "CSAFPID-2699027",
          "CSAFPID-1839852",
          "CSAFPID-1840033",
          "CSAFPID-2698955",
          "CSAFPID-2699001",
          "CSAFPID-2699084",
          "CSAFPID-2699079",
          "CSAFPID-2699058",
          "CSAFPID-1839957",
          "CSAFPID-2699000",
          "CSAFPID-1839953",
          "CSAFPID-2698964",
          "CSAFPID-2698991",
          "CSAFPID-2699127",
          "CSAFPID-2699126",
          "CSAFPID-2699128",
          "CSAFPID-1839980",
          "CSAFPID-1840004",
          "CSAFPID-1839981",
          "CSAFPID-2698653",
          "CSAFPID-2698654",
          "CSAFPID-2698655",
          "CSAFPID-2699056",
          "CSAFPID-2699063",
          "CSAFPID-2699060",
          "CSAFPID-1839921",
          "CSAFPID-2698975",
          "CSAFPID-1839922",
          "CSAFPID-2698974",
          "CSAFPID-1839978",
          "CSAFPID-1839979",
          "CSAFPID-2699035",
          "CSAFPID-1839983",
          "CSAFPID-1840005",
          "CSAFPID-2699034",
          "CSAFPID-2699036",
          "CSAFPID-2699096",
          "CSAFPID-2698996",
          "CSAFPID-2698333",
          "CSAFPID-2698334",
          "CSAFPID-2699007",
          "CSAFPID-2698374",
          "CSAFPID-1145246",
          "CSAFPID-1145247",
          "CSAFPID-1839868",
          "CSAFPID-2699029",
          "CSAFPID-1839869",
          "CSAFPID-1234193",
          "CSAFPID-1234261",
          "CSAFPID-2698362",
          "CSAFPID-2698358",
          "CSAFPID-2698372",
          "CSAFPID-2699013",
          "CSAFPID-2699012",
          "CSAFPID-2699016",
          "CSAFPID-2699015",
          "CSAFPID-2699098",
          "CSAFPID-1837923",
          "CSAFPID-1839960",
          "CSAFPID-2698373",
          "CSAFPID-2699093",
          "CSAFPID-2699092",
          "CSAFPID-2699091",
          "CSAFPID-2699090",
          "CSAFPID-2699124",
          "CSAFPID-2698959",
          "CSAFPID-2698357",
          "CSAFPID-1838579",
          "CSAFPID-1838582",
          "CSAFPID-2699181",
          "CSAFPID-1839930",
          "CSAFPID-1839933",
          "CSAFPID-1839931",
          "CSAFPID-1839963",
          "CSAFPID-1839932",
          "CSAFPID-2698956",
          "CSAFPID-2699180",
          "CSAFPID-2698381",
          "CSAFPID-1207518",
          "CSAFPID-1207704",
          "CSAFPID-2699083",
          "CSAFPID-1839887",
          "CSAFPID-1839889",
          "CSAFPID-1207607",
          "CSAFPID-1207752",
          "CSAFPID-1839888",
          "CSAFPID-1839886",
          "CSAFPID-1839925",
          "CSAFPID-1840027",
          "CSAFPID-2699041",
          "CSAFPID-2698961",
          "CSAFPID-1838586"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2025-24928",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2025/CVE-2025-24928.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 7.8,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:N",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-1838578",
            "CSAFPID-1839911",
            "CSAFPID-1839908",
            "CSAFPID-1145869",
            "CSAFPID-1145271",
            "CSAFPID-1173947",
            "CSAFPID-2698963",
            "CSAFPID-2698973",
            "CSAFPID-2699085",
            "CSAFPID-1839941",
            "CSAFPID-1838591",
            "CSAFPID-1145868",
            "CSAFPID-1145270",
            "CSAFPID-1173946",
            "CSAFPID-1839907",
            "CSAFPID-2698965",
            "CSAFPID-2698944",
            "CSAFPID-1173942",
            "CSAFPID-1173945",
            "CSAFPID-1839952",
            "CSAFPID-2699038",
            "CSAFPID-1838592",
            "CSAFPID-1173940",
            "CSAFPID-1173941",
            "CSAFPID-1839951",
            "CSAFPID-2699059",
            "CSAFPID-1173965",
            "CSAFPID-1173967",
            "CSAFPID-1839919",
            "CSAFPID-2698957",
            "CSAFPID-1838572",
            "CSAFPID-1838581",
            "CSAFPID-1838584",
            "CSAFPID-1839924",
            "CSAFPID-1173943",
            "CSAFPID-1173944",
            "CSAFPID-1839910",
            "CSAFPID-1839909",
            "CSAFPID-1839894",
            "CSAFPID-2698958",
            "CSAFPID-2699094",
            "CSAFPID-1145265",
            "CSAFPID-1145273",
            "CSAFPID-1174046",
            "CSAFPID-1839934",
            "CSAFPID-2699086",
            "CSAFPID-1839935",
            "CSAFPID-2699073",
            "CSAFPID-2698993",
            "CSAFPID-1839893",
            "CSAFPID-1839895",
            "CSAFPID-1839890",
            "CSAFPID-1839891",
            "CSAFPID-2699072",
            "CSAFPID-1839961",
            "CSAFPID-2699023",
            "CSAFPID-2699025",
            "CSAFPID-2699024",
            "CSAFPID-2698999",
            "CSAFPID-2699077",
            "CSAFPID-2699075",
            "CSAFPID-2699076",
            "CSAFPID-2698355",
            "CSAFPID-2699027",
            "CSAFPID-1839852",
            "CSAFPID-1840033",
            "CSAFPID-2698955",
            "CSAFPID-2699001",
            "CSAFPID-2699084",
            "CSAFPID-2699079",
            "CSAFPID-2699058",
            "CSAFPID-1839957",
            "CSAFPID-2699000",
            "CSAFPID-1839953",
            "CSAFPID-2698964",
            "CSAFPID-2698991",
            "CSAFPID-2699127",
            "CSAFPID-2699126",
            "CSAFPID-2699128",
            "CSAFPID-1839980",
            "CSAFPID-1840004",
            "CSAFPID-1839981",
            "CSAFPID-2698653",
            "CSAFPID-2698654",
            "CSAFPID-2698655",
            "CSAFPID-2699056",
            "CSAFPID-2699063",
            "CSAFPID-2699060",
            "CSAFPID-1839921",
            "CSAFPID-2698975",
            "CSAFPID-1839922",
            "CSAFPID-2698974",
            "CSAFPID-1839978",
            "CSAFPID-1839979",
            "CSAFPID-2699035",
            "CSAFPID-1839983",
            "CSAFPID-1840005",
            "CSAFPID-2699034",
            "CSAFPID-2699036",
            "CSAFPID-2699096",
            "CSAFPID-2698996",
            "CSAFPID-2698333",
            "CSAFPID-2698334",
            "CSAFPID-2699007",
            "CSAFPID-2698374",
            "CSAFPID-1145246",
            "CSAFPID-1145247",
            "CSAFPID-1839868",
            "CSAFPID-2699029",
            "CSAFPID-1839869",
            "CSAFPID-1234193",
            "CSAFPID-1234261",
            "CSAFPID-2698362",
            "CSAFPID-2698358",
            "CSAFPID-2698372",
            "CSAFPID-2699013",
            "CSAFPID-2699012",
            "CSAFPID-2699016",
            "CSAFPID-2699015",
            "CSAFPID-2699098",
            "CSAFPID-1837923",
            "CSAFPID-1839960",
            "CSAFPID-2698373",
            "CSAFPID-2699093",
            "CSAFPID-2699092",
            "CSAFPID-2699091",
            "CSAFPID-2699090",
            "CSAFPID-2699124",
            "CSAFPID-2698959",
            "CSAFPID-2698357",
            "CSAFPID-1838579",
            "CSAFPID-1838582",
            "CSAFPID-2699181",
            "CSAFPID-1839930",
            "CSAFPID-1839933",
            "CSAFPID-1839931",
            "CSAFPID-1839963",
            "CSAFPID-1839932",
            "CSAFPID-2698956",
            "CSAFPID-2699180",
            "CSAFPID-2698381",
            "CSAFPID-1207518",
            "CSAFPID-1207704",
            "CSAFPID-2699083",
            "CSAFPID-1839887",
            "CSAFPID-1839889",
            "CSAFPID-1207607",
            "CSAFPID-1207752",
            "CSAFPID-1839888",
            "CSAFPID-1839886",
            "CSAFPID-1839925",
            "CSAFPID-1840027",
            "CSAFPID-2699041",
            "CSAFPID-2698961",
            "CSAFPID-1838586"
          ]
        }
      ],
      "title": "CVE-2025-24928"
    },
    {
      "cve": "CVE-2025-24970",
      "cwe": {
        "id": "CWE-20",
        "name": "Improper Input Validation"
      },
      "notes": [
        {
          "category": "other",
          "text": "Improper Input Validation",
          "title": "CWE-20"
        },
        {
          "category": "other",
          "text": "Improper Resource Shutdown or Release",
          "title": "CWE-404"
        },
        {
          "category": "general",
          "text": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N",
          "title": "CVSSV4"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-1838578",
          "CSAFPID-1839911",
          "CSAFPID-1839908",
          "CSAFPID-1145869",
          "CSAFPID-1145271",
          "CSAFPID-1173947",
          "CSAFPID-2698963",
          "CSAFPID-2698973",
          "CSAFPID-2699085",
          "CSAFPID-1839941",
          "CSAFPID-1838591",
          "CSAFPID-1145868",
          "CSAFPID-1145270",
          "CSAFPID-1173946",
          "CSAFPID-1839907",
          "CSAFPID-2698965",
          "CSAFPID-2698944",
          "CSAFPID-1173942",
          "CSAFPID-1173945",
          "CSAFPID-1839952",
          "CSAFPID-2699038",
          "CSAFPID-1838592",
          "CSAFPID-1173940",
          "CSAFPID-1173941",
          "CSAFPID-1839951",
          "CSAFPID-2699059",
          "CSAFPID-1173965",
          "CSAFPID-1173967",
          "CSAFPID-1839919",
          "CSAFPID-2698957",
          "CSAFPID-1838572",
          "CSAFPID-1838581",
          "CSAFPID-1838584",
          "CSAFPID-1839924",
          "CSAFPID-1173943",
          "CSAFPID-1173944",
          "CSAFPID-1839910",
          "CSAFPID-1839909",
          "CSAFPID-1839894",
          "CSAFPID-2698958",
          "CSAFPID-2699094",
          "CSAFPID-1145265",
          "CSAFPID-1145273",
          "CSAFPID-1174046",
          "CSAFPID-1839934",
          "CSAFPID-2699086",
          "CSAFPID-1839935",
          "CSAFPID-2699073",
          "CSAFPID-2698993",
          "CSAFPID-1839893",
          "CSAFPID-1839895",
          "CSAFPID-1839890",
          "CSAFPID-1839891",
          "CSAFPID-2699072",
          "CSAFPID-1839961",
          "CSAFPID-2699023",
          "CSAFPID-2699025",
          "CSAFPID-2699024",
          "CSAFPID-2698999",
          "CSAFPID-2699077",
          "CSAFPID-2699075",
          "CSAFPID-2699076",
          "CSAFPID-2698355",
          "CSAFPID-2699027",
          "CSAFPID-1839852",
          "CSAFPID-1840033",
          "CSAFPID-2698955",
          "CSAFPID-2699001",
          "CSAFPID-2699084",
          "CSAFPID-2699079",
          "CSAFPID-2699058",
          "CSAFPID-1839957",
          "CSAFPID-2699000",
          "CSAFPID-1839953",
          "CSAFPID-2698964",
          "CSAFPID-2698991",
          "CSAFPID-2699127",
          "CSAFPID-2699126",
          "CSAFPID-2699128",
          "CSAFPID-1839980",
          "CSAFPID-1840004",
          "CSAFPID-1839981",
          "CSAFPID-2698653",
          "CSAFPID-2698654",
          "CSAFPID-2698655",
          "CSAFPID-2699056",
          "CSAFPID-2699063",
          "CSAFPID-2699060",
          "CSAFPID-1839921",
          "CSAFPID-2698975",
          "CSAFPID-1839922",
          "CSAFPID-2698974",
          "CSAFPID-1839978",
          "CSAFPID-1839979",
          "CSAFPID-2699035",
          "CSAFPID-1839983",
          "CSAFPID-1840005",
          "CSAFPID-2699034",
          "CSAFPID-2699036",
          "CSAFPID-2699096",
          "CSAFPID-2698996",
          "CSAFPID-2698333",
          "CSAFPID-2698334",
          "CSAFPID-2699007",
          "CSAFPID-2698374",
          "CSAFPID-1145246",
          "CSAFPID-1145247",
          "CSAFPID-1839868",
          "CSAFPID-2699029",
          "CSAFPID-1839869",
          "CSAFPID-1234193",
          "CSAFPID-1234261",
          "CSAFPID-2698362",
          "CSAFPID-2698358",
          "CSAFPID-2698372",
          "CSAFPID-2699013",
          "CSAFPID-2699012",
          "CSAFPID-2699016",
          "CSAFPID-2699015",
          "CSAFPID-2699098",
          "CSAFPID-1837923",
          "CSAFPID-1839960",
          "CSAFPID-2698373",
          "CSAFPID-2699093",
          "CSAFPID-2699092",
          "CSAFPID-2699091",
          "CSAFPID-2699090",
          "CSAFPID-2699124",
          "CSAFPID-2698959",
          "CSAFPID-2698357",
          "CSAFPID-1838579",
          "CSAFPID-1838582",
          "CSAFPID-2699181",
          "CSAFPID-1839930",
          "CSAFPID-1839933",
          "CSAFPID-1839931",
          "CSAFPID-1839963",
          "CSAFPID-1839932",
          "CSAFPID-2698956",
          "CSAFPID-2699180",
          "CSAFPID-2698381",
          "CSAFPID-1207518",
          "CSAFPID-1207704",
          "CSAFPID-2699083",
          "CSAFPID-1839887",
          "CSAFPID-1839889",
          "CSAFPID-1207607",
          "CSAFPID-1207752",
          "CSAFPID-1839888",
          "CSAFPID-1839886",
          "CSAFPID-1839925",
          "CSAFPID-1840027",
          "CSAFPID-2699041",
          "CSAFPID-2698961",
          "CSAFPID-1838586"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2025-24970",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2025/CVE-2025-24970.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 7.5,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-1838578",
            "CSAFPID-1839911",
            "CSAFPID-1839908",
            "CSAFPID-1145869",
            "CSAFPID-1145271",
            "CSAFPID-1173947",
            "CSAFPID-2698963",
            "CSAFPID-2698973",
            "CSAFPID-2699085",
            "CSAFPID-1839941",
            "CSAFPID-1838591",
            "CSAFPID-1145868",
            "CSAFPID-1145270",
            "CSAFPID-1173946",
            "CSAFPID-1839907",
            "CSAFPID-2698965",
            "CSAFPID-2698944",
            "CSAFPID-1173942",
            "CSAFPID-1173945",
            "CSAFPID-1839952",
            "CSAFPID-2699038",
            "CSAFPID-1838592",
            "CSAFPID-1173940",
            "CSAFPID-1173941",
            "CSAFPID-1839951",
            "CSAFPID-2699059",
            "CSAFPID-1173965",
            "CSAFPID-1173967",
            "CSAFPID-1839919",
            "CSAFPID-2698957",
            "CSAFPID-1838572",
            "CSAFPID-1838581",
            "CSAFPID-1838584",
            "CSAFPID-1839924",
            "CSAFPID-1173943",
            "CSAFPID-1173944",
            "CSAFPID-1839910",
            "CSAFPID-1839909",
            "CSAFPID-1839894",
            "CSAFPID-2698958",
            "CSAFPID-2699094",
            "CSAFPID-1145265",
            "CSAFPID-1145273",
            "CSAFPID-1174046",
            "CSAFPID-1839934",
            "CSAFPID-2699086",
            "CSAFPID-1839935",
            "CSAFPID-2699073",
            "CSAFPID-2698993",
            "CSAFPID-1839893",
            "CSAFPID-1839895",
            "CSAFPID-1839890",
            "CSAFPID-1839891",
            "CSAFPID-2699072",
            "CSAFPID-1839961",
            "CSAFPID-2699023",
            "CSAFPID-2699025",
            "CSAFPID-2699024",
            "CSAFPID-2698999",
            "CSAFPID-2699077",
            "CSAFPID-2699075",
            "CSAFPID-2699076",
            "CSAFPID-2698355",
            "CSAFPID-2699027",
            "CSAFPID-1839852",
            "CSAFPID-1840033",
            "CSAFPID-2698955",
            "CSAFPID-2699001",
            "CSAFPID-2699084",
            "CSAFPID-2699079",
            "CSAFPID-2699058",
            "CSAFPID-1839957",
            "CSAFPID-2699000",
            "CSAFPID-1839953",
            "CSAFPID-2698964",
            "CSAFPID-2698991",
            "CSAFPID-2699127",
            "CSAFPID-2699126",
            "CSAFPID-2699128",
            "CSAFPID-1839980",
            "CSAFPID-1840004",
            "CSAFPID-1839981",
            "CSAFPID-2698653",
            "CSAFPID-2698654",
            "CSAFPID-2698655",
            "CSAFPID-2699056",
            "CSAFPID-2699063",
            "CSAFPID-2699060",
            "CSAFPID-1839921",
            "CSAFPID-2698975",
            "CSAFPID-1839922",
            "CSAFPID-2698974",
            "CSAFPID-1839978",
            "CSAFPID-1839979",
            "CSAFPID-2699035",
            "CSAFPID-1839983",
            "CSAFPID-1840005",
            "CSAFPID-2699034",
            "CSAFPID-2699036",
            "CSAFPID-2699096",
            "CSAFPID-2698996",
            "CSAFPID-2698333",
            "CSAFPID-2698334",
            "CSAFPID-2699007",
            "CSAFPID-2698374",
            "CSAFPID-1145246",
            "CSAFPID-1145247",
            "CSAFPID-1839868",
            "CSAFPID-2699029",
            "CSAFPID-1839869",
            "CSAFPID-1234193",
            "CSAFPID-1234261",
            "CSAFPID-2698362",
            "CSAFPID-2698358",
            "CSAFPID-2698372",
            "CSAFPID-2699013",
            "CSAFPID-2699012",
            "CSAFPID-2699016",
            "CSAFPID-2699015",
            "CSAFPID-2699098",
            "CSAFPID-1837923",
            "CSAFPID-1839960",
            "CSAFPID-2698373",
            "CSAFPID-2699093",
            "CSAFPID-2699092",
            "CSAFPID-2699091",
            "CSAFPID-2699090",
            "CSAFPID-2699124",
            "CSAFPID-2698959",
            "CSAFPID-2698357",
            "CSAFPID-1838579",
            "CSAFPID-1838582",
            "CSAFPID-2699181",
            "CSAFPID-1839930",
            "CSAFPID-1839933",
            "CSAFPID-1839931",
            "CSAFPID-1839963",
            "CSAFPID-1839932",
            "CSAFPID-2698956",
            "CSAFPID-2699180",
            "CSAFPID-2698381",
            "CSAFPID-1207518",
            "CSAFPID-1207704",
            "CSAFPID-2699083",
            "CSAFPID-1839887",
            "CSAFPID-1839889",
            "CSAFPID-1207607",
            "CSAFPID-1207752",
            "CSAFPID-1839888",
            "CSAFPID-1839886",
            "CSAFPID-1839925",
            "CSAFPID-1840027",
            "CSAFPID-2699041",
            "CSAFPID-2698961",
            "CSAFPID-1838586"
          ]
        }
      ],
      "title": "CVE-2025-24970"
    },
    {
      "cve": "CVE-2025-27516",
      "cwe": {
        "id": "CWE-1336",
        "name": "Improper Neutralization of Special Elements Used in a Template Engine"
      },
      "notes": [
        {
          "category": "other",
          "text": "Improper Neutralization of Special Elements Used in a Template Engine",
          "title": "CWE-1336"
        },
        {
          "category": "general",
          "text": "CVSS:4.0/AV:L/AC:L/AT:P/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N",
          "title": "CVSSV4"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-1838578",
          "CSAFPID-1839911",
          "CSAFPID-1839908",
          "CSAFPID-1145869",
          "CSAFPID-1145271",
          "CSAFPID-1173947",
          "CSAFPID-2698963",
          "CSAFPID-2698973",
          "CSAFPID-2699085",
          "CSAFPID-1839941",
          "CSAFPID-1838591",
          "CSAFPID-1145868",
          "CSAFPID-1145270",
          "CSAFPID-1173946",
          "CSAFPID-1839907",
          "CSAFPID-2698965",
          "CSAFPID-2698944",
          "CSAFPID-1173942",
          "CSAFPID-1173945",
          "CSAFPID-1839952",
          "CSAFPID-2699038",
          "CSAFPID-1838592",
          "CSAFPID-1173940",
          "CSAFPID-1173941",
          "CSAFPID-1839951",
          "CSAFPID-2699059",
          "CSAFPID-1173965",
          "CSAFPID-1173967",
          "CSAFPID-1839919",
          "CSAFPID-2698957",
          "CSAFPID-1838572",
          "CSAFPID-1838581",
          "CSAFPID-1838584",
          "CSAFPID-1839924",
          "CSAFPID-1173943",
          "CSAFPID-1173944",
          "CSAFPID-1839910",
          "CSAFPID-1839909",
          "CSAFPID-1839894",
          "CSAFPID-2698958",
          "CSAFPID-2699094",
          "CSAFPID-1145265",
          "CSAFPID-1145273",
          "CSAFPID-1174046",
          "CSAFPID-1839934",
          "CSAFPID-2699086",
          "CSAFPID-1839935",
          "CSAFPID-2699073",
          "CSAFPID-2698993",
          "CSAFPID-1839893",
          "CSAFPID-1839895",
          "CSAFPID-1839890",
          "CSAFPID-1839891",
          "CSAFPID-2699072",
          "CSAFPID-1839961",
          "CSAFPID-2699023",
          "CSAFPID-2699025",
          "CSAFPID-2699024",
          "CSAFPID-2698999",
          "CSAFPID-2699077",
          "CSAFPID-2699075",
          "CSAFPID-2699076",
          "CSAFPID-2698355",
          "CSAFPID-2699027",
          "CSAFPID-1839852",
          "CSAFPID-1840033",
          "CSAFPID-2698955",
          "CSAFPID-2699001",
          "CSAFPID-2699084",
          "CSAFPID-2699079",
          "CSAFPID-2699058",
          "CSAFPID-1839957",
          "CSAFPID-2699000",
          "CSAFPID-1839953",
          "CSAFPID-2698964",
          "CSAFPID-2698991",
          "CSAFPID-2699127",
          "CSAFPID-2699126",
          "CSAFPID-2699128",
          "CSAFPID-1839980",
          "CSAFPID-1840004",
          "CSAFPID-1839981",
          "CSAFPID-2698653",
          "CSAFPID-2698654",
          "CSAFPID-2698655",
          "CSAFPID-2699056",
          "CSAFPID-2699063",
          "CSAFPID-2699060",
          "CSAFPID-1839921",
          "CSAFPID-2698975",
          "CSAFPID-1839922",
          "CSAFPID-2698974",
          "CSAFPID-1839978",
          "CSAFPID-1839979",
          "CSAFPID-2699035",
          "CSAFPID-1839983",
          "CSAFPID-1840005",
          "CSAFPID-2699034",
          "CSAFPID-2699036",
          "CSAFPID-2699096",
          "CSAFPID-2698996",
          "CSAFPID-2698333",
          "CSAFPID-2698334",
          "CSAFPID-2699007",
          "CSAFPID-2698374",
          "CSAFPID-1145246",
          "CSAFPID-1145247",
          "CSAFPID-1839868",
          "CSAFPID-2699029",
          "CSAFPID-1839869",
          "CSAFPID-1234193",
          "CSAFPID-1234261",
          "CSAFPID-2698362",
          "CSAFPID-2698358",
          "CSAFPID-2698372",
          "CSAFPID-2699013",
          "CSAFPID-2699012",
          "CSAFPID-2699016",
          "CSAFPID-2699015",
          "CSAFPID-2699098",
          "CSAFPID-1837923",
          "CSAFPID-1839960",
          "CSAFPID-2698373",
          "CSAFPID-2699093",
          "CSAFPID-2699092",
          "CSAFPID-2699091",
          "CSAFPID-2699090",
          "CSAFPID-2699124",
          "CSAFPID-2698959",
          "CSAFPID-2698357",
          "CSAFPID-1838579",
          "CSAFPID-1838582",
          "CSAFPID-2699181",
          "CSAFPID-1839930",
          "CSAFPID-1839933",
          "CSAFPID-1839931",
          "CSAFPID-1839963",
          "CSAFPID-1839932",
          "CSAFPID-2698956",
          "CSAFPID-2699180",
          "CSAFPID-2698381",
          "CSAFPID-1207518",
          "CSAFPID-1207704",
          "CSAFPID-2699083",
          "CSAFPID-1839887",
          "CSAFPID-1839889",
          "CSAFPID-1207607",
          "CSAFPID-1207752",
          "CSAFPID-1839888",
          "CSAFPID-1839886",
          "CSAFPID-1839925",
          "CSAFPID-1840027",
          "CSAFPID-2699041",
          "CSAFPID-2698961",
          "CSAFPID-1838586"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2025-27516",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2025/CVE-2025-27516.json"
        }
      ],
      "title": "CVE-2025-27516"
    },
    {
      "cve": "CVE-2025-27789",
      "cwe": {
        "id": "CWE-1333",
        "name": "Inefficient Regular Expression Complexity"
      },
      "notes": [
        {
          "category": "other",
          "text": "Inefficient Regular Expression Complexity",
          "title": "CWE-1333"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-1838578",
          "CSAFPID-1839911",
          "CSAFPID-1839908",
          "CSAFPID-1145869",
          "CSAFPID-1145271",
          "CSAFPID-1173947",
          "CSAFPID-2698963",
          "CSAFPID-2698973",
          "CSAFPID-2699085",
          "CSAFPID-1839941",
          "CSAFPID-1838591",
          "CSAFPID-1145868",
          "CSAFPID-1145270",
          "CSAFPID-1173946",
          "CSAFPID-1839907",
          "CSAFPID-2698965",
          "CSAFPID-2698944",
          "CSAFPID-1173942",
          "CSAFPID-1173945",
          "CSAFPID-1839952",
          "CSAFPID-2699038",
          "CSAFPID-1838592",
          "CSAFPID-1173940",
          "CSAFPID-1173941",
          "CSAFPID-1839951",
          "CSAFPID-2699059",
          "CSAFPID-1173965",
          "CSAFPID-1173967",
          "CSAFPID-1839919",
          "CSAFPID-2698957",
          "CSAFPID-1838572",
          "CSAFPID-1838581",
          "CSAFPID-1838584",
          "CSAFPID-1839924",
          "CSAFPID-1173943",
          "CSAFPID-1173944",
          "CSAFPID-1839910",
          "CSAFPID-1839909",
          "CSAFPID-1839894",
          "CSAFPID-2698958",
          "CSAFPID-2699094",
          "CSAFPID-1145265",
          "CSAFPID-1145273",
          "CSAFPID-1174046",
          "CSAFPID-1839934",
          "CSAFPID-2699086",
          "CSAFPID-1839935",
          "CSAFPID-2699073",
          "CSAFPID-2698993",
          "CSAFPID-1839893",
          "CSAFPID-1839895",
          "CSAFPID-1839890",
          "CSAFPID-1839891",
          "CSAFPID-2699072",
          "CSAFPID-1839961",
          "CSAFPID-2699023",
          "CSAFPID-2699025",
          "CSAFPID-2699024",
          "CSAFPID-2698999",
          "CSAFPID-2699077",
          "CSAFPID-2699075",
          "CSAFPID-2699076",
          "CSAFPID-2698355",
          "CSAFPID-2699027",
          "CSAFPID-1839852",
          "CSAFPID-1840033",
          "CSAFPID-2698955",
          "CSAFPID-2699001",
          "CSAFPID-2699084",
          "CSAFPID-2699079",
          "CSAFPID-2699058",
          "CSAFPID-1839957",
          "CSAFPID-2699000",
          "CSAFPID-1839953",
          "CSAFPID-2698964",
          "CSAFPID-2698991",
          "CSAFPID-2699127",
          "CSAFPID-2699126",
          "CSAFPID-2699128",
          "CSAFPID-1839980",
          "CSAFPID-1840004",
          "CSAFPID-1839981",
          "CSAFPID-2698653",
          "CSAFPID-2698654",
          "CSAFPID-2698655",
          "CSAFPID-2699056",
          "CSAFPID-2699063",
          "CSAFPID-2699060",
          "CSAFPID-1839921",
          "CSAFPID-2698975",
          "CSAFPID-1839922",
          "CSAFPID-2698974",
          "CSAFPID-1839978",
          "CSAFPID-1839979",
          "CSAFPID-2699035",
          "CSAFPID-1839983",
          "CSAFPID-1840005",
          "CSAFPID-2699034",
          "CSAFPID-2699036",
          "CSAFPID-2699096",
          "CSAFPID-2698996",
          "CSAFPID-2698333",
          "CSAFPID-2698334",
          "CSAFPID-2699007",
          "CSAFPID-2698374",
          "CSAFPID-1145246",
          "CSAFPID-1145247",
          "CSAFPID-1839868",
          "CSAFPID-2699029",
          "CSAFPID-1839869",
          "CSAFPID-1234193",
          "CSAFPID-1234261",
          "CSAFPID-2698362",
          "CSAFPID-2698358",
          "CSAFPID-2698372",
          "CSAFPID-2699013",
          "CSAFPID-2699012",
          "CSAFPID-2699016",
          "CSAFPID-2699015",
          "CSAFPID-2699098",
          "CSAFPID-1837923",
          "CSAFPID-1839960",
          "CSAFPID-2698373",
          "CSAFPID-2699093",
          "CSAFPID-2699092",
          "CSAFPID-2699091",
          "CSAFPID-2699090",
          "CSAFPID-2699124",
          "CSAFPID-2698959",
          "CSAFPID-2698357",
          "CSAFPID-1838579",
          "CSAFPID-1838582",
          "CSAFPID-2699181",
          "CSAFPID-1839930",
          "CSAFPID-1839933",
          "CSAFPID-1839931",
          "CSAFPID-1839963",
          "CSAFPID-1839932",
          "CSAFPID-2698956",
          "CSAFPID-2699180",
          "CSAFPID-2698381",
          "CSAFPID-1207518",
          "CSAFPID-1207704",
          "CSAFPID-2699083",
          "CSAFPID-1839887",
          "CSAFPID-1839889",
          "CSAFPID-1207607",
          "CSAFPID-1207752",
          "CSAFPID-1839888",
          "CSAFPID-1839886",
          "CSAFPID-1839925",
          "CSAFPID-1840027",
          "CSAFPID-2699041",
          "CSAFPID-2698961",
          "CSAFPID-1838586"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2025-27789",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2025/CVE-2025-27789.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 6.2,
            "baseSeverity": "MEDIUM",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-1838578",
            "CSAFPID-1839911",
            "CSAFPID-1839908",
            "CSAFPID-1145869",
            "CSAFPID-1145271",
            "CSAFPID-1173947",
            "CSAFPID-2698963",
            "CSAFPID-2698973",
            "CSAFPID-2699085",
            "CSAFPID-1839941",
            "CSAFPID-1838591",
            "CSAFPID-1145868",
            "CSAFPID-1145270",
            "CSAFPID-1173946",
            "CSAFPID-1839907",
            "CSAFPID-2698965",
            "CSAFPID-2698944",
            "CSAFPID-1173942",
            "CSAFPID-1173945",
            "CSAFPID-1839952",
            "CSAFPID-2699038",
            "CSAFPID-1838592",
            "CSAFPID-1173940",
            "CSAFPID-1173941",
            "CSAFPID-1839951",
            "CSAFPID-2699059",
            "CSAFPID-1173965",
            "CSAFPID-1173967",
            "CSAFPID-1839919",
            "CSAFPID-2698957",
            "CSAFPID-1838572",
            "CSAFPID-1838581",
            "CSAFPID-1838584",
            "CSAFPID-1839924",
            "CSAFPID-1173943",
            "CSAFPID-1173944",
            "CSAFPID-1839910",
            "CSAFPID-1839909",
            "CSAFPID-1839894",
            "CSAFPID-2698958",
            "CSAFPID-2699094",
            "CSAFPID-1145265",
            "CSAFPID-1145273",
            "CSAFPID-1174046",
            "CSAFPID-1839934",
            "CSAFPID-2699086",
            "CSAFPID-1839935",
            "CSAFPID-2699073",
            "CSAFPID-2698993",
            "CSAFPID-1839893",
            "CSAFPID-1839895",
            "CSAFPID-1839890",
            "CSAFPID-1839891",
            "CSAFPID-2699072",
            "CSAFPID-1839961",
            "CSAFPID-2699023",
            "CSAFPID-2699025",
            "CSAFPID-2699024",
            "CSAFPID-2698999",
            "CSAFPID-2699077",
            "CSAFPID-2699075",
            "CSAFPID-2699076",
            "CSAFPID-2698355",
            "CSAFPID-2699027",
            "CSAFPID-1839852",
            "CSAFPID-1840033",
            "CSAFPID-2698955",
            "CSAFPID-2699001",
            "CSAFPID-2699084",
            "CSAFPID-2699079",
            "CSAFPID-2699058",
            "CSAFPID-1839957",
            "CSAFPID-2699000",
            "CSAFPID-1839953",
            "CSAFPID-2698964",
            "CSAFPID-2698991",
            "CSAFPID-2699127",
            "CSAFPID-2699126",
            "CSAFPID-2699128",
            "CSAFPID-1839980",
            "CSAFPID-1840004",
            "CSAFPID-1839981",
            "CSAFPID-2698653",
            "CSAFPID-2698654",
            "CSAFPID-2698655",
            "CSAFPID-2699056",
            "CSAFPID-2699063",
            "CSAFPID-2699060",
            "CSAFPID-1839921",
            "CSAFPID-2698975",
            "CSAFPID-1839922",
            "CSAFPID-2698974",
            "CSAFPID-1839978",
            "CSAFPID-1839979",
            "CSAFPID-2699035",
            "CSAFPID-1839983",
            "CSAFPID-1840005",
            "CSAFPID-2699034",
            "CSAFPID-2699036",
            "CSAFPID-2699096",
            "CSAFPID-2698996",
            "CSAFPID-2698333",
            "CSAFPID-2698334",
            "CSAFPID-2699007",
            "CSAFPID-2698374",
            "CSAFPID-1145246",
            "CSAFPID-1145247",
            "CSAFPID-1839868",
            "CSAFPID-2699029",
            "CSAFPID-1839869",
            "CSAFPID-1234193",
            "CSAFPID-1234261",
            "CSAFPID-2698362",
            "CSAFPID-2698358",
            "CSAFPID-2698372",
            "CSAFPID-2699013",
            "CSAFPID-2699012",
            "CSAFPID-2699016",
            "CSAFPID-2699015",
            "CSAFPID-2699098",
            "CSAFPID-1837923",
            "CSAFPID-1839960",
            "CSAFPID-2698373",
            "CSAFPID-2699093",
            "CSAFPID-2699092",
            "CSAFPID-2699091",
            "CSAFPID-2699090",
            "CSAFPID-2699124",
            "CSAFPID-2698959",
            "CSAFPID-2698357",
            "CSAFPID-1838579",
            "CSAFPID-1838582",
            "CSAFPID-2699181",
            "CSAFPID-1839930",
            "CSAFPID-1839933",
            "CSAFPID-1839931",
            "CSAFPID-1839963",
            "CSAFPID-1839932",
            "CSAFPID-2698956",
            "CSAFPID-2699180",
            "CSAFPID-2698381",
            "CSAFPID-1207518",
            "CSAFPID-1207704",
            "CSAFPID-2699083",
            "CSAFPID-1839887",
            "CSAFPID-1839889",
            "CSAFPID-1207607",
            "CSAFPID-1207752",
            "CSAFPID-1839888",
            "CSAFPID-1839886",
            "CSAFPID-1839925",
            "CSAFPID-1840027",
            "CSAFPID-2699041",
            "CSAFPID-2698961",
            "CSAFPID-1838586"
          ]
        }
      ],
      "title": "CVE-2025-27789"
    },
    {
      "cve": "CVE-2025-30729",
      "product_status": {
        "known_affected": [
          "CSAFPID-1838578",
          "CSAFPID-1839911",
          "CSAFPID-1839908",
          "CSAFPID-1145869",
          "CSAFPID-1145271",
          "CSAFPID-1173947",
          "CSAFPID-2698963",
          "CSAFPID-2698973",
          "CSAFPID-2699085",
          "CSAFPID-1839941",
          "CSAFPID-1838591",
          "CSAFPID-1145868",
          "CSAFPID-1145270",
          "CSAFPID-1173946",
          "CSAFPID-1839907",
          "CSAFPID-2698965",
          "CSAFPID-2698944",
          "CSAFPID-1173942",
          "CSAFPID-1173945",
          "CSAFPID-1839952",
          "CSAFPID-2699038",
          "CSAFPID-1838592",
          "CSAFPID-1173940",
          "CSAFPID-1173941",
          "CSAFPID-1839951",
          "CSAFPID-2699059",
          "CSAFPID-1173965",
          "CSAFPID-1173967",
          "CSAFPID-1839919",
          "CSAFPID-2698957",
          "CSAFPID-1838572",
          "CSAFPID-1838581",
          "CSAFPID-1838584",
          "CSAFPID-1839924",
          "CSAFPID-1173943",
          "CSAFPID-1173944",
          "CSAFPID-1839910",
          "CSAFPID-1839909",
          "CSAFPID-1839894",
          "CSAFPID-2698958",
          "CSAFPID-2699094",
          "CSAFPID-1145265",
          "CSAFPID-1145273",
          "CSAFPID-1174046",
          "CSAFPID-1839934",
          "CSAFPID-2699086",
          "CSAFPID-1839935",
          "CSAFPID-2699073",
          "CSAFPID-2698993",
          "CSAFPID-1839893",
          "CSAFPID-1839895",
          "CSAFPID-1839890",
          "CSAFPID-1839891",
          "CSAFPID-2699072",
          "CSAFPID-1839961",
          "CSAFPID-2699023",
          "CSAFPID-2699025",
          "CSAFPID-2699024",
          "CSAFPID-2698999",
          "CSAFPID-2699077",
          "CSAFPID-2699075",
          "CSAFPID-2699076",
          "CSAFPID-2698355",
          "CSAFPID-2699027",
          "CSAFPID-1839852",
          "CSAFPID-1840033",
          "CSAFPID-2698955",
          "CSAFPID-2699001",
          "CSAFPID-2699084",
          "CSAFPID-2699079",
          "CSAFPID-2699058",
          "CSAFPID-1839957",
          "CSAFPID-2699000",
          "CSAFPID-1839953",
          "CSAFPID-2698964",
          "CSAFPID-2698991",
          "CSAFPID-2699127",
          "CSAFPID-2699126",
          "CSAFPID-2699128",
          "CSAFPID-1839980",
          "CSAFPID-1840004",
          "CSAFPID-1839981",
          "CSAFPID-2698653",
          "CSAFPID-2698654",
          "CSAFPID-2698655",
          "CSAFPID-2699056",
          "CSAFPID-2699063",
          "CSAFPID-2699060",
          "CSAFPID-1839921",
          "CSAFPID-2698975",
          "CSAFPID-1839922",
          "CSAFPID-2698974",
          "CSAFPID-1839978",
          "CSAFPID-1839979",
          "CSAFPID-2699035",
          "CSAFPID-1839983",
          "CSAFPID-1840005",
          "CSAFPID-2699034",
          "CSAFPID-2699036",
          "CSAFPID-2699096",
          "CSAFPID-2698996",
          "CSAFPID-2698333",
          "CSAFPID-2698334",
          "CSAFPID-2699007",
          "CSAFPID-2698374",
          "CSAFPID-1145246",
          "CSAFPID-1145247",
          "CSAFPID-1839868",
          "CSAFPID-2699029",
          "CSAFPID-1839869",
          "CSAFPID-1234193",
          "CSAFPID-1234261",
          "CSAFPID-2698362",
          "CSAFPID-2698358",
          "CSAFPID-2698372",
          "CSAFPID-2699013",
          "CSAFPID-2699012",
          "CSAFPID-2699016",
          "CSAFPID-2699015",
          "CSAFPID-2699098",
          "CSAFPID-1837923",
          "CSAFPID-1839960",
          "CSAFPID-2698373",
          "CSAFPID-2699093",
          "CSAFPID-2699092",
          "CSAFPID-2699091",
          "CSAFPID-2699090",
          "CSAFPID-2699124",
          "CSAFPID-2698959",
          "CSAFPID-2698357",
          "CSAFPID-1838579",
          "CSAFPID-1838582",
          "CSAFPID-2699181",
          "CSAFPID-1839930",
          "CSAFPID-1839933",
          "CSAFPID-1839931",
          "CSAFPID-1839963",
          "CSAFPID-1839932",
          "CSAFPID-2698956",
          "CSAFPID-2699180",
          "CSAFPID-2698381",
          "CSAFPID-1207518",
          "CSAFPID-1207704",
          "CSAFPID-2699083",
          "CSAFPID-1839887",
          "CSAFPID-1839889",
          "CSAFPID-1207607",
          "CSAFPID-1207752",
          "CSAFPID-1839888",
          "CSAFPID-1839886",
          "CSAFPID-1839925",
          "CSAFPID-1840027",
          "CSAFPID-2699041",
          "CSAFPID-2698961",
          "CSAFPID-1838586"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2025-30729",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2025/CVE-2025-30729.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 5.5,
            "baseSeverity": "MEDIUM",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:L",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-1838578",
            "CSAFPID-1839911",
            "CSAFPID-1839908",
            "CSAFPID-1145869",
            "CSAFPID-1145271",
            "CSAFPID-1173947",
            "CSAFPID-2698963",
            "CSAFPID-2698973",
            "CSAFPID-2699085",
            "CSAFPID-1839941",
            "CSAFPID-1838591",
            "CSAFPID-1145868",
            "CSAFPID-1145270",
            "CSAFPID-1173946",
            "CSAFPID-1839907",
            "CSAFPID-2698965",
            "CSAFPID-2698944",
            "CSAFPID-1173942",
            "CSAFPID-1173945",
            "CSAFPID-1839952",
            "CSAFPID-2699038",
            "CSAFPID-1838592",
            "CSAFPID-1173940",
            "CSAFPID-1173941",
            "CSAFPID-1839951",
            "CSAFPID-2699059",
            "CSAFPID-1173965",
            "CSAFPID-1173967",
            "CSAFPID-1839919",
            "CSAFPID-2698957",
            "CSAFPID-1838572",
            "CSAFPID-1838581",
            "CSAFPID-1838584",
            "CSAFPID-1839924",
            "CSAFPID-1173943",
            "CSAFPID-1173944",
            "CSAFPID-1839910",
            "CSAFPID-1839909",
            "CSAFPID-1839894",
            "CSAFPID-2698958",
            "CSAFPID-2699094",
            "CSAFPID-1145265",
            "CSAFPID-1145273",
            "CSAFPID-1174046",
            "CSAFPID-1839934",
            "CSAFPID-2699086",
            "CSAFPID-1839935",
            "CSAFPID-2699073",
            "CSAFPID-2698993",
            "CSAFPID-1839893",
            "CSAFPID-1839895",
            "CSAFPID-1839890",
            "CSAFPID-1839891",
            "CSAFPID-2699072",
            "CSAFPID-1839961",
            "CSAFPID-2699023",
            "CSAFPID-2699025",
            "CSAFPID-2699024",
            "CSAFPID-2698999",
            "CSAFPID-2699077",
            "CSAFPID-2699075",
            "CSAFPID-2699076",
            "CSAFPID-2698355",
            "CSAFPID-2699027",
            "CSAFPID-1839852",
            "CSAFPID-1840033",
            "CSAFPID-2698955",
            "CSAFPID-2699001",
            "CSAFPID-2699084",
            "CSAFPID-2699079",
            "CSAFPID-2699058",
            "CSAFPID-1839957",
            "CSAFPID-2699000",
            "CSAFPID-1839953",
            "CSAFPID-2698964",
            "CSAFPID-2698991",
            "CSAFPID-2699127",
            "CSAFPID-2699126",
            "CSAFPID-2699128",
            "CSAFPID-1839980",
            "CSAFPID-1840004",
            "CSAFPID-1839981",
            "CSAFPID-2698653",
            "CSAFPID-2698654",
            "CSAFPID-2698655",
            "CSAFPID-2699056",
            "CSAFPID-2699063",
            "CSAFPID-2699060",
            "CSAFPID-1839921",
            "CSAFPID-2698975",
            "CSAFPID-1839922",
            "CSAFPID-2698974",
            "CSAFPID-1839978",
            "CSAFPID-1839979",
            "CSAFPID-2699035",
            "CSAFPID-1839983",
            "CSAFPID-1840005",
            "CSAFPID-2699034",
            "CSAFPID-2699036",
            "CSAFPID-2699096",
            "CSAFPID-2698996",
            "CSAFPID-2698333",
            "CSAFPID-2698334",
            "CSAFPID-2699007",
            "CSAFPID-2698374",
            "CSAFPID-1145246",
            "CSAFPID-1145247",
            "CSAFPID-1839868",
            "CSAFPID-2699029",
            "CSAFPID-1839869",
            "CSAFPID-1234193",
            "CSAFPID-1234261",
            "CSAFPID-2698362",
            "CSAFPID-2698358",
            "CSAFPID-2698372",
            "CSAFPID-2699013",
            "CSAFPID-2699012",
            "CSAFPID-2699016",
            "CSAFPID-2699015",
            "CSAFPID-2699098",
            "CSAFPID-1837923",
            "CSAFPID-1839960",
            "CSAFPID-2698373",
            "CSAFPID-2699093",
            "CSAFPID-2699092",
            "CSAFPID-2699091",
            "CSAFPID-2699090",
            "CSAFPID-2699124",
            "CSAFPID-2698959",
            "CSAFPID-2698357",
            "CSAFPID-1838579",
            "CSAFPID-1838582",
            "CSAFPID-2699181",
            "CSAFPID-1839930",
            "CSAFPID-1839933",
            "CSAFPID-1839931",
            "CSAFPID-1839963",
            "CSAFPID-1839932",
            "CSAFPID-2698956",
            "CSAFPID-2699180",
            "CSAFPID-2698381",
            "CSAFPID-1207518",
            "CSAFPID-1207704",
            "CSAFPID-2699083",
            "CSAFPID-1839887",
            "CSAFPID-1839889",
            "CSAFPID-1207607",
            "CSAFPID-1207752",
            "CSAFPID-1839888",
            "CSAFPID-1839886",
            "CSAFPID-1839925",
            "CSAFPID-1840027",
            "CSAFPID-2699041",
            "CSAFPID-2698961",
            "CSAFPID-1838586"
          ]
        }
      ],
      "title": "CVE-2025-30729"
    },
    {
      "cve": "CVE-2025-31721",
      "cwe": {
        "id": "CWE-862",
        "name": "Missing Authorization"
      },
      "notes": [
        {
          "category": "other",
          "text": "Missing Authorization",
          "title": "CWE-862"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-1838578",
          "CSAFPID-1839911",
          "CSAFPID-1839908",
          "CSAFPID-1145869",
          "CSAFPID-1145271",
          "CSAFPID-1173947",
          "CSAFPID-2698963",
          "CSAFPID-2698973",
          "CSAFPID-2699085",
          "CSAFPID-1839941",
          "CSAFPID-1838591",
          "CSAFPID-1145868",
          "CSAFPID-1145270",
          "CSAFPID-1173946",
          "CSAFPID-1839907",
          "CSAFPID-2698965",
          "CSAFPID-2698944",
          "CSAFPID-1173942",
          "CSAFPID-1173945",
          "CSAFPID-1839952",
          "CSAFPID-2699038",
          "CSAFPID-1838592",
          "CSAFPID-1173940",
          "CSAFPID-1173941",
          "CSAFPID-1839951",
          "CSAFPID-2699059",
          "CSAFPID-1173965",
          "CSAFPID-1173967",
          "CSAFPID-1839919",
          "CSAFPID-2698957",
          "CSAFPID-1838572",
          "CSAFPID-1838581",
          "CSAFPID-1838584",
          "CSAFPID-1839924",
          "CSAFPID-1173943",
          "CSAFPID-1173944",
          "CSAFPID-1839910",
          "CSAFPID-1839909",
          "CSAFPID-1839894",
          "CSAFPID-2698958",
          "CSAFPID-2699094",
          "CSAFPID-1145265",
          "CSAFPID-1145273",
          "CSAFPID-1174046",
          "CSAFPID-1839934",
          "CSAFPID-2699086",
          "CSAFPID-1839935",
          "CSAFPID-2699073",
          "CSAFPID-2698993",
          "CSAFPID-1839893",
          "CSAFPID-1839895",
          "CSAFPID-1839890",
          "CSAFPID-1839891",
          "CSAFPID-2699072",
          "CSAFPID-1839961",
          "CSAFPID-2699023",
          "CSAFPID-2699025",
          "CSAFPID-2699024",
          "CSAFPID-2698999",
          "CSAFPID-2699077",
          "CSAFPID-2699075",
          "CSAFPID-2699076",
          "CSAFPID-2698355",
          "CSAFPID-2699027",
          "CSAFPID-1839852",
          "CSAFPID-1840033",
          "CSAFPID-2698955",
          "CSAFPID-2699001",
          "CSAFPID-2699084",
          "CSAFPID-2699079",
          "CSAFPID-2699058",
          "CSAFPID-1839957",
          "CSAFPID-2699000",
          "CSAFPID-1839953",
          "CSAFPID-2698964",
          "CSAFPID-2698991",
          "CSAFPID-2699127",
          "CSAFPID-2699126",
          "CSAFPID-2699128",
          "CSAFPID-1839980",
          "CSAFPID-1840004",
          "CSAFPID-1839981",
          "CSAFPID-2698653",
          "CSAFPID-2698654",
          "CSAFPID-2698655",
          "CSAFPID-2699056",
          "CSAFPID-2699063",
          "CSAFPID-2699060",
          "CSAFPID-1839921",
          "CSAFPID-2698975",
          "CSAFPID-1839922",
          "CSAFPID-2698974",
          "CSAFPID-1839978",
          "CSAFPID-1839979",
          "CSAFPID-2699035",
          "CSAFPID-1839983",
          "CSAFPID-1840005",
          "CSAFPID-2699034",
          "CSAFPID-2699036",
          "CSAFPID-2699096",
          "CSAFPID-2698996",
          "CSAFPID-2698333",
          "CSAFPID-2698334",
          "CSAFPID-2699007",
          "CSAFPID-2698374",
          "CSAFPID-1145246",
          "CSAFPID-1145247",
          "CSAFPID-1839868",
          "CSAFPID-2699029",
          "CSAFPID-1839869",
          "CSAFPID-1234193",
          "CSAFPID-1234261",
          "CSAFPID-2698362",
          "CSAFPID-2698358",
          "CSAFPID-2698372",
          "CSAFPID-2699013",
          "CSAFPID-2699012",
          "CSAFPID-2699016",
          "CSAFPID-2699015",
          "CSAFPID-2699098",
          "CSAFPID-1837923",
          "CSAFPID-1839960",
          "CSAFPID-2698373",
          "CSAFPID-2699093",
          "CSAFPID-2699092",
          "CSAFPID-2699091",
          "CSAFPID-2699090",
          "CSAFPID-2699124",
          "CSAFPID-2698959",
          "CSAFPID-2698357",
          "CSAFPID-1838579",
          "CSAFPID-1838582",
          "CSAFPID-2699181",
          "CSAFPID-1839930",
          "CSAFPID-1839933",
          "CSAFPID-1839931",
          "CSAFPID-1839963",
          "CSAFPID-1839932",
          "CSAFPID-2698956",
          "CSAFPID-2699180",
          "CSAFPID-2698381",
          "CSAFPID-1207518",
          "CSAFPID-1207704",
          "CSAFPID-2699083",
          "CSAFPID-1839887",
          "CSAFPID-1839889",
          "CSAFPID-1207607",
          "CSAFPID-1207752",
          "CSAFPID-1839888",
          "CSAFPID-1839886",
          "CSAFPID-1839925",
          "CSAFPID-1840027",
          "CSAFPID-2699041",
          "CSAFPID-2698961",
          "CSAFPID-1838586"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2025-31721",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2025/CVE-2025-31721.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 4.9,
            "baseSeverity": "MEDIUM",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-1838578",
            "CSAFPID-1839911",
            "CSAFPID-1839908",
            "CSAFPID-1145869",
            "CSAFPID-1145271",
            "CSAFPID-1173947",
            "CSAFPID-2698963",
            "CSAFPID-2698973",
            "CSAFPID-2699085",
            "CSAFPID-1839941",
            "CSAFPID-1838591",
            "CSAFPID-1145868",
            "CSAFPID-1145270",
            "CSAFPID-1173946",
            "CSAFPID-1839907",
            "CSAFPID-2698965",
            "CSAFPID-2698944",
            "CSAFPID-1173942",
            "CSAFPID-1173945",
            "CSAFPID-1839952",
            "CSAFPID-2699038",
            "CSAFPID-1838592",
            "CSAFPID-1173940",
            "CSAFPID-1173941",
            "CSAFPID-1839951",
            "CSAFPID-2699059",
            "CSAFPID-1173965",
            "CSAFPID-1173967",
            "CSAFPID-1839919",
            "CSAFPID-2698957",
            "CSAFPID-1838572",
            "CSAFPID-1838581",
            "CSAFPID-1838584",
            "CSAFPID-1839924",
            "CSAFPID-1173943",
            "CSAFPID-1173944",
            "CSAFPID-1839910",
            "CSAFPID-1839909",
            "CSAFPID-1839894",
            "CSAFPID-2698958",
            "CSAFPID-2699094",
            "CSAFPID-1145265",
            "CSAFPID-1145273",
            "CSAFPID-1174046",
            "CSAFPID-1839934",
            "CSAFPID-2699086",
            "CSAFPID-1839935",
            "CSAFPID-2699073",
            "CSAFPID-2698993",
            "CSAFPID-1839893",
            "CSAFPID-1839895",
            "CSAFPID-1839890",
            "CSAFPID-1839891",
            "CSAFPID-2699072",
            "CSAFPID-1839961",
            "CSAFPID-2699023",
            "CSAFPID-2699025",
            "CSAFPID-2699024",
            "CSAFPID-2698999",
            "CSAFPID-2699077",
            "CSAFPID-2699075",
            "CSAFPID-2699076",
            "CSAFPID-2698355",
            "CSAFPID-2699027",
            "CSAFPID-1839852",
            "CSAFPID-1840033",
            "CSAFPID-2698955",
            "CSAFPID-2699001",
            "CSAFPID-2699084",
            "CSAFPID-2699079",
            "CSAFPID-2699058",
            "CSAFPID-1839957",
            "CSAFPID-2699000",
            "CSAFPID-1839953",
            "CSAFPID-2698964",
            "CSAFPID-2698991",
            "CSAFPID-2699127",
            "CSAFPID-2699126",
            "CSAFPID-2699128",
            "CSAFPID-1839980",
            "CSAFPID-1840004",
            "CSAFPID-1839981",
            "CSAFPID-2698653",
            "CSAFPID-2698654",
            "CSAFPID-2698655",
            "CSAFPID-2699056",
            "CSAFPID-2699063",
            "CSAFPID-2699060",
            "CSAFPID-1839921",
            "CSAFPID-2698975",
            "CSAFPID-1839922",
            "CSAFPID-2698974",
            "CSAFPID-1839978",
            "CSAFPID-1839979",
            "CSAFPID-2699035",
            "CSAFPID-1839983",
            "CSAFPID-1840005",
            "CSAFPID-2699034",
            "CSAFPID-2699036",
            "CSAFPID-2699096",
            "CSAFPID-2698996",
            "CSAFPID-2698333",
            "CSAFPID-2698334",
            "CSAFPID-2699007",
            "CSAFPID-2698374",
            "CSAFPID-1145246",
            "CSAFPID-1145247",
            "CSAFPID-1839868",
            "CSAFPID-2699029",
            "CSAFPID-1839869",
            "CSAFPID-1234193",
            "CSAFPID-1234261",
            "CSAFPID-2698362",
            "CSAFPID-2698358",
            "CSAFPID-2698372",
            "CSAFPID-2699013",
            "CSAFPID-2699012",
            "CSAFPID-2699016",
            "CSAFPID-2699015",
            "CSAFPID-2699098",
            "CSAFPID-1837923",
            "CSAFPID-1839960",
            "CSAFPID-2698373",
            "CSAFPID-2699093",
            "CSAFPID-2699092",
            "CSAFPID-2699091",
            "CSAFPID-2699090",
            "CSAFPID-2699124",
            "CSAFPID-2698959",
            "CSAFPID-2698357",
            "CSAFPID-1838579",
            "CSAFPID-1838582",
            "CSAFPID-2699181",
            "CSAFPID-1839930",
            "CSAFPID-1839933",
            "CSAFPID-1839931",
            "CSAFPID-1839963",
            "CSAFPID-1839932",
            "CSAFPID-2698956",
            "CSAFPID-2699180",
            "CSAFPID-2698381",
            "CSAFPID-1207518",
            "CSAFPID-1207704",
            "CSAFPID-2699083",
            "CSAFPID-1839887",
            "CSAFPID-1839889",
            "CSAFPID-1207607",
            "CSAFPID-1207752",
            "CSAFPID-1839888",
            "CSAFPID-1839886",
            "CSAFPID-1839925",
            "CSAFPID-1840027",
            "CSAFPID-2699041",
            "CSAFPID-2698961",
            "CSAFPID-1838586"
          ]
        }
      ],
      "title": "CVE-2025-31721"
    }
  ]
}
  suse-su-2025:1004-1
Vulnerability from csaf_suse
Notes
{
  "document": {
    "aggregate_severity": {
      "namespace": "https://www.suse.com/support/security/rating/",
      "text": "moderate"
    },
    "category": "csaf_security_advisory",
    "csaf_version": "2.0",
    "distribution": {
      "text": "Copyright 2024 SUSE LLC. All rights reserved.",
      "tlp": {
        "label": "WHITE",
        "url": "https://www.first.org/tlp/"
      }
    },
    "lang": "en",
    "notes": [
      {
        "category": "summary",
        "text": "Security update for python-Jinja2",
        "title": "Title of the patch"
      },
      {
        "category": "description",
        "text": "This update for python-Jinja2 fixes the following issues:\n\n- CVE-2025-27516: Fixed sandbox breakout through attr filter selecting format method (bsc#1238879)\n",
        "title": "Description of the patch"
      },
      {
        "category": "details",
        "text": "SUSE-2025-1004,SUSE-SLE-Micro-5.3-2025-1004,SUSE-SLE-Micro-5.4-2025-1004,SUSE-SLE-Micro-5.5-2025-1004,SUSE-SLE-Module-Basesystem-15-SP6-2025-1004,SUSE-SUSE-MicroOS-5.1-2025-1004,SUSE-SUSE-MicroOS-5.2-2025-1004",
        "title": "Patchnames"
      },
      {
        "category": "legal_disclaimer",
        "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
        "title": "Terms of use"
      }
    ],
    "publisher": {
      "category": "vendor",
      "contact_details": "https://www.suse.com/support/security/contact/",
      "name": "SUSE Product Security Team",
      "namespace": "https://www.suse.com/"
    },
    "references": [
      {
        "category": "external",
        "summary": "SUSE ratings",
        "url": "https://www.suse.com/support/security/rating/"
      },
      {
        "category": "self",
        "summary": "URL of this CSAF notice",
        "url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_1004-1.json"
      },
      {
        "category": "self",
        "summary": "URL for SUSE-SU-2025:1004-1",
        "url": "https://www.suse.com/support/update/announcement/2025/suse-su-20251004-1/"
      },
      {
        "category": "self",
        "summary": "E-Mail link for SUSE-SU-2025:1004-1",
        "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-March/020594.html"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1238879",
        "url": "https://bugzilla.suse.com/1238879"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2025-27516 page",
        "url": "https://www.suse.com/security/cve/CVE-2025-27516/"
      }
    ],
    "title": "Security update for python-Jinja2",
    "tracking": {
      "current_release_date": "2025-03-25T08:42:43Z",
      "generator": {
        "date": "2025-03-25T08:42:43Z",
        "engine": {
          "name": "cve-database.git:bin/generate-csaf.pl",
          "version": "1"
        }
      },
      "id": "SUSE-SU-2025:1004-1",
      "initial_release_date": "2025-03-25T08:42:43Z",
      "revision_history": [
        {
          "date": "2025-03-25T08:42:43Z",
          "number": "1",
          "summary": "Current version"
        }
      ],
      "status": "final",
      "version": "1"
    }
  },
  "product_tree": {
    "branches": [
      {
        "branches": [
          {
            "branches": [
              {
                "category": "product_version",
                "name": "python-Jinja2-emacs-2.10.1-150000.3.21.1.noarch",
                "product": {
                  "name": "python-Jinja2-emacs-2.10.1-150000.3.21.1.noarch",
                  "product_id": "python-Jinja2-emacs-2.10.1-150000.3.21.1.noarch"
                }
              },
              {
                "category": "product_version",
                "name": "python-Jinja2-vim-2.10.1-150000.3.21.1.noarch",
                "product": {
                  "name": "python-Jinja2-vim-2.10.1-150000.3.21.1.noarch",
                  "product_id": "python-Jinja2-vim-2.10.1-150000.3.21.1.noarch"
                }
              },
              {
                "category": "product_version",
                "name": "python2-Jinja2-2.10.1-150000.3.21.1.noarch",
                "product": {
                  "name": "python2-Jinja2-2.10.1-150000.3.21.1.noarch",
                  "product_id": "python2-Jinja2-2.10.1-150000.3.21.1.noarch"
                }
              },
              {
                "category": "product_version",
                "name": "python3-Jinja2-2.10.1-150000.3.21.1.noarch",
                "product": {
                  "name": "python3-Jinja2-2.10.1-150000.3.21.1.noarch",
                  "product_id": "python3-Jinja2-2.10.1-150000.3.21.1.noarch"
                }
              }
            ],
            "category": "architecture",
            "name": "noarch"
          },
          {
            "branches": [
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Micro 5.3",
                "product": {
                  "name": "SUSE Linux Enterprise Micro 5.3",
                  "product_id": "SUSE Linux Enterprise Micro 5.3",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sle-micro:5.3"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Micro 5.4",
                "product": {
                  "name": "SUSE Linux Enterprise Micro 5.4",
                  "product_id": "SUSE Linux Enterprise Micro 5.4",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sle-micro:5.4"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Micro 5.5",
                "product": {
                  "name": "SUSE Linux Enterprise Micro 5.5",
                  "product_id": "SUSE Linux Enterprise Micro 5.5",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sle-micro:5.5"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Module for Basesystem 15 SP6",
                "product": {
                  "name": "SUSE Linux Enterprise Module for Basesystem 15 SP6",
                  "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sle-module-basesystem:15:sp6"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Micro 5.1",
                "product": {
                  "name": "SUSE Linux Enterprise Micro 5.1",
                  "product_id": "SUSE Linux Enterprise Micro 5.1",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:suse-microos:5.1"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Micro 5.2",
                "product": {
                  "name": "SUSE Linux Enterprise Micro 5.2",
                  "product_id": "SUSE Linux Enterprise Micro 5.2",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:suse-microos:5.2"
                  }
                }
              }
            ],
            "category": "product_family",
            "name": "SUSE Linux Enterprise"
          }
        ],
        "category": "vendor",
        "name": "SUSE"
      }
    ],
    "relationships": [
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-Jinja2-2.10.1-150000.3.21.1.noarch as component of SUSE Linux Enterprise Micro 5.3",
          "product_id": "SUSE Linux Enterprise Micro 5.3:python3-Jinja2-2.10.1-150000.3.21.1.noarch"
        },
        "product_reference": "python3-Jinja2-2.10.1-150000.3.21.1.noarch",
        "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-Jinja2-2.10.1-150000.3.21.1.noarch as component of SUSE Linux Enterprise Micro 5.4",
          "product_id": "SUSE Linux Enterprise Micro 5.4:python3-Jinja2-2.10.1-150000.3.21.1.noarch"
        },
        "product_reference": "python3-Jinja2-2.10.1-150000.3.21.1.noarch",
        "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-Jinja2-2.10.1-150000.3.21.1.noarch as component of SUSE Linux Enterprise Micro 5.5",
          "product_id": "SUSE Linux Enterprise Micro 5.5:python3-Jinja2-2.10.1-150000.3.21.1.noarch"
        },
        "product_reference": "python3-Jinja2-2.10.1-150000.3.21.1.noarch",
        "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-Jinja2-2.10.1-150000.3.21.1.noarch as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-Jinja2-2.10.1-150000.3.21.1.noarch"
        },
        "product_reference": "python3-Jinja2-2.10.1-150000.3.21.1.noarch",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-Jinja2-2.10.1-150000.3.21.1.noarch as component of SUSE Linux Enterprise Micro 5.1",
          "product_id": "SUSE Linux Enterprise Micro 5.1:python3-Jinja2-2.10.1-150000.3.21.1.noarch"
        },
        "product_reference": "python3-Jinja2-2.10.1-150000.3.21.1.noarch",
        "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-Jinja2-2.10.1-150000.3.21.1.noarch as component of SUSE Linux Enterprise Micro 5.2",
          "product_id": "SUSE Linux Enterprise Micro 5.2:python3-Jinja2-2.10.1-150000.3.21.1.noarch"
        },
        "product_reference": "python3-Jinja2-2.10.1-150000.3.21.1.noarch",
        "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2"
      }
    ]
  },
  "vulnerabilities": [
    {
      "cve": "CVE-2025-27516",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2025-27516"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "Jinja is an extensible templating engine. Prior to 3.1.6, an oversight in how the Jinja sandboxed environment interacts with the |attr filter allows an attacker that controls the content of a template to execute arbitrary Python code. To exploit the vulnerability, an attacker needs to control the content of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications which execute untrusted templates. Jinja\u0027s sandbox does catch calls to str.format and ensures they don\u0027t escape the sandbox. However, it\u0027s possible to use the |attr filter to get a reference to a string\u0027s plain format method, bypassing the sandbox. After the fix, the |attr filter no longer bypasses the environment\u0027s attribute lookup. This vulnerability is fixed in 3.1.6.",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Linux Enterprise Micro 5.1:python3-Jinja2-2.10.1-150000.3.21.1.noarch",
          "SUSE Linux Enterprise Micro 5.2:python3-Jinja2-2.10.1-150000.3.21.1.noarch",
          "SUSE Linux Enterprise Micro 5.3:python3-Jinja2-2.10.1-150000.3.21.1.noarch",
          "SUSE Linux Enterprise Micro 5.4:python3-Jinja2-2.10.1-150000.3.21.1.noarch",
          "SUSE Linux Enterprise Micro 5.5:python3-Jinja2-2.10.1-150000.3.21.1.noarch",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-Jinja2-2.10.1-150000.3.21.1.noarch"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2025-27516",
          "url": "https://www.suse.com/security/cve/CVE-2025-27516"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1238879 for CVE-2025-27516",
          "url": "https://bugzilla.suse.com/1238879"
        }
      ],
      "remediations": [
        {
          "category": "vendor_fix",
          "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
          "product_ids": [
            "SUSE Linux Enterprise Micro 5.1:python3-Jinja2-2.10.1-150000.3.21.1.noarch",
            "SUSE Linux Enterprise Micro 5.2:python3-Jinja2-2.10.1-150000.3.21.1.noarch",
            "SUSE Linux Enterprise Micro 5.3:python3-Jinja2-2.10.1-150000.3.21.1.noarch",
            "SUSE Linux Enterprise Micro 5.4:python3-Jinja2-2.10.1-150000.3.21.1.noarch",
            "SUSE Linux Enterprise Micro 5.5:python3-Jinja2-2.10.1-150000.3.21.1.noarch",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-Jinja2-2.10.1-150000.3.21.1.noarch"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 6.5,
            "baseSeverity": "MEDIUM",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:R/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "SUSE Linux Enterprise Micro 5.1:python3-Jinja2-2.10.1-150000.3.21.1.noarch",
            "SUSE Linux Enterprise Micro 5.2:python3-Jinja2-2.10.1-150000.3.21.1.noarch",
            "SUSE Linux Enterprise Micro 5.3:python3-Jinja2-2.10.1-150000.3.21.1.noarch",
            "SUSE Linux Enterprise Micro 5.4:python3-Jinja2-2.10.1-150000.3.21.1.noarch",
            "SUSE Linux Enterprise Micro 5.5:python3-Jinja2-2.10.1-150000.3.21.1.noarch",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-Jinja2-2.10.1-150000.3.21.1.noarch"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2025-03-25T08:42:43Z",
          "details": "moderate"
        }
      ],
      "title": "CVE-2025-27516"
    }
  ]
}
  suse-su-2025:0956-1
Vulnerability from csaf_suse
Notes
{
  "document": {
    "aggregate_severity": {
      "namespace": "https://www.suse.com/support/security/rating/",
      "text": "moderate"
    },
    "category": "csaf_security_advisory",
    "csaf_version": "2.0",
    "distribution": {
      "text": "Copyright 2024 SUSE LLC. All rights reserved.",
      "tlp": {
        "label": "WHITE",
        "url": "https://www.first.org/tlp/"
      }
    },
    "lang": "en",
    "notes": [
      {
        "category": "summary",
        "text": "Security update for python-Jinja2",
        "title": "Title of the patch"
      },
      {
        "category": "description",
        "text": "This update for python-Jinja2 fixes the following issues:\n\n- CVE-2025-27516: Fixed sandbox breakout through attr filter selecting format method (bsc#1238879)\n",
        "title": "Description of the patch"
      },
      {
        "category": "details",
        "text": "SUSE-2025-956,SUSE-SLE-Module-Public-Cloud-15-SP4-2025-956,SUSE-SLE-Module-Python3-15-SP6-2025-956,openSUSE-SLE-15.6-2025-956",
        "title": "Patchnames"
      },
      {
        "category": "legal_disclaimer",
        "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
        "title": "Terms of use"
      }
    ],
    "publisher": {
      "category": "vendor",
      "contact_details": "https://www.suse.com/support/security/contact/",
      "name": "SUSE Product Security Team",
      "namespace": "https://www.suse.com/"
    },
    "references": [
      {
        "category": "external",
        "summary": "SUSE ratings",
        "url": "https://www.suse.com/support/security/rating/"
      },
      {
        "category": "self",
        "summary": "URL of this CSAF notice",
        "url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_0956-1.json"
      },
      {
        "category": "self",
        "summary": "URL for SUSE-SU-2025:0956-1",
        "url": "https://www.suse.com/support/update/announcement/2025/suse-su-20250956-1/"
      },
      {
        "category": "self",
        "summary": "E-Mail link for SUSE-SU-2025:0956-1",
        "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-March/020567.html"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1238879",
        "url": "https://bugzilla.suse.com/1238879"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2025-27516 page",
        "url": "https://www.suse.com/security/cve/CVE-2025-27516/"
      }
    ],
    "title": "Security update for python-Jinja2",
    "tracking": {
      "current_release_date": "2025-03-19T16:12:31Z",
      "generator": {
        "date": "2025-03-19T16:12:31Z",
        "engine": {
          "name": "cve-database.git:bin/generate-csaf.pl",
          "version": "1"
        }
      },
      "id": "SUSE-SU-2025:0956-1",
      "initial_release_date": "2025-03-19T16:12:31Z",
      "revision_history": [
        {
          "date": "2025-03-19T16:12:31Z",
          "number": "1",
          "summary": "Current version"
        }
      ],
      "status": "final",
      "version": "1"
    }
  },
  "product_tree": {
    "branches": [
      {
        "branches": [
          {
            "branches": [
              {
                "category": "product_version",
                "name": "python311-Jinja2-3.1.2-150400.12.14.1.aarch64",
                "product": {
                  "name": "python311-Jinja2-3.1.2-150400.12.14.1.aarch64",
                  "product_id": "python311-Jinja2-3.1.2-150400.12.14.1.aarch64"
                }
              }
            ],
            "category": "architecture",
            "name": "aarch64"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "python311-Jinja2-3.1.2-150400.12.14.1.i586",
                "product": {
                  "name": "python311-Jinja2-3.1.2-150400.12.14.1.i586",
                  "product_id": "python311-Jinja2-3.1.2-150400.12.14.1.i586"
                }
              }
            ],
            "category": "architecture",
            "name": "i586"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "python311-Jinja2-3.1.2-150400.12.14.1.ppc64le",
                "product": {
                  "name": "python311-Jinja2-3.1.2-150400.12.14.1.ppc64le",
                  "product_id": "python311-Jinja2-3.1.2-150400.12.14.1.ppc64le"
                }
              }
            ],
            "category": "architecture",
            "name": "ppc64le"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "python311-Jinja2-3.1.2-150400.12.14.1.s390x",
                "product": {
                  "name": "python311-Jinja2-3.1.2-150400.12.14.1.s390x",
                  "product_id": "python311-Jinja2-3.1.2-150400.12.14.1.s390x"
                }
              }
            ],
            "category": "architecture",
            "name": "s390x"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "python311-Jinja2-3.1.2-150400.12.14.1.x86_64",
                "product": {
                  "name": "python311-Jinja2-3.1.2-150400.12.14.1.x86_64",
                  "product_id": "python311-Jinja2-3.1.2-150400.12.14.1.x86_64"
                }
              }
            ],
            "category": "architecture",
            "name": "x86_64"
          },
          {
            "branches": [
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Module for Public Cloud 15 SP4",
                "product": {
                  "name": "SUSE Linux Enterprise Module for Public Cloud 15 SP4",
                  "product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sle-module-public-cloud:15:sp4"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Module for Python 3 15 SP6",
                "product": {
                  "name": "SUSE Linux Enterprise Module for Python 3 15 SP6",
                  "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sle-module-python3:15:sp6"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "openSUSE Leap 15.6",
                "product": {
                  "name": "openSUSE Leap 15.6",
                  "product_id": "openSUSE Leap 15.6",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:opensuse:leap:15.6"
                  }
                }
              }
            ],
            "category": "product_family",
            "name": "SUSE Linux Enterprise"
          }
        ],
        "category": "vendor",
        "name": "SUSE"
      }
    ],
    "relationships": [
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python311-Jinja2-3.1.2-150400.12.14.1.aarch64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-Jinja2-3.1.2-150400.12.14.1.aarch64"
        },
        "product_reference": "python311-Jinja2-3.1.2-150400.12.14.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python311-Jinja2-3.1.2-150400.12.14.1.ppc64le as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-Jinja2-3.1.2-150400.12.14.1.ppc64le"
        },
        "product_reference": "python311-Jinja2-3.1.2-150400.12.14.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python311-Jinja2-3.1.2-150400.12.14.1.s390x as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-Jinja2-3.1.2-150400.12.14.1.s390x"
        },
        "product_reference": "python311-Jinja2-3.1.2-150400.12.14.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python311-Jinja2-3.1.2-150400.12.14.1.x86_64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-Jinja2-3.1.2-150400.12.14.1.x86_64"
        },
        "product_reference": "python311-Jinja2-3.1.2-150400.12.14.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python311-Jinja2-3.1.2-150400.12.14.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-Jinja2-3.1.2-150400.12.14.1.aarch64"
        },
        "product_reference": "python311-Jinja2-3.1.2-150400.12.14.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python311-Jinja2-3.1.2-150400.12.14.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-Jinja2-3.1.2-150400.12.14.1.ppc64le"
        },
        "product_reference": "python311-Jinja2-3.1.2-150400.12.14.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python311-Jinja2-3.1.2-150400.12.14.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-Jinja2-3.1.2-150400.12.14.1.s390x"
        },
        "product_reference": "python311-Jinja2-3.1.2-150400.12.14.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python311-Jinja2-3.1.2-150400.12.14.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-Jinja2-3.1.2-150400.12.14.1.x86_64"
        },
        "product_reference": "python311-Jinja2-3.1.2-150400.12.14.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python311-Jinja2-3.1.2-150400.12.14.1.aarch64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:python311-Jinja2-3.1.2-150400.12.14.1.aarch64"
        },
        "product_reference": "python311-Jinja2-3.1.2-150400.12.14.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python311-Jinja2-3.1.2-150400.12.14.1.ppc64le as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:python311-Jinja2-3.1.2-150400.12.14.1.ppc64le"
        },
        "product_reference": "python311-Jinja2-3.1.2-150400.12.14.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python311-Jinja2-3.1.2-150400.12.14.1.s390x as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:python311-Jinja2-3.1.2-150400.12.14.1.s390x"
        },
        "product_reference": "python311-Jinja2-3.1.2-150400.12.14.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python311-Jinja2-3.1.2-150400.12.14.1.x86_64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:python311-Jinja2-3.1.2-150400.12.14.1.x86_64"
        },
        "product_reference": "python311-Jinja2-3.1.2-150400.12.14.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      }
    ]
  },
  "vulnerabilities": [
    {
      "cve": "CVE-2025-27516",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2025-27516"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "Jinja is an extensible templating engine. Prior to 3.1.6, an oversight in how the Jinja sandboxed environment interacts with the |attr filter allows an attacker that controls the content of a template to execute arbitrary Python code. To exploit the vulnerability, an attacker needs to control the content of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications which execute untrusted templates. Jinja\u0027s sandbox does catch calls to str.format and ensures they don\u0027t escape the sandbox. However, it\u0027s possible to use the |attr filter to get a reference to a string\u0027s plain format method, bypassing the sandbox. After the fix, the |attr filter no longer bypasses the environment\u0027s attribute lookup. This vulnerability is fixed in 3.1.6.",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-Jinja2-3.1.2-150400.12.14.1.aarch64",
          "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-Jinja2-3.1.2-150400.12.14.1.ppc64le",
          "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-Jinja2-3.1.2-150400.12.14.1.s390x",
          "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-Jinja2-3.1.2-150400.12.14.1.x86_64",
          "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-Jinja2-3.1.2-150400.12.14.1.aarch64",
          "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-Jinja2-3.1.2-150400.12.14.1.ppc64le",
          "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-Jinja2-3.1.2-150400.12.14.1.s390x",
          "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-Jinja2-3.1.2-150400.12.14.1.x86_64",
          "openSUSE Leap 15.6:python311-Jinja2-3.1.2-150400.12.14.1.aarch64",
          "openSUSE Leap 15.6:python311-Jinja2-3.1.2-150400.12.14.1.ppc64le",
          "openSUSE Leap 15.6:python311-Jinja2-3.1.2-150400.12.14.1.s390x",
          "openSUSE Leap 15.6:python311-Jinja2-3.1.2-150400.12.14.1.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2025-27516",
          "url": "https://www.suse.com/security/cve/CVE-2025-27516"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1238879 for CVE-2025-27516",
          "url": "https://bugzilla.suse.com/1238879"
        }
      ],
      "remediations": [
        {
          "category": "vendor_fix",
          "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
          "product_ids": [
            "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-Jinja2-3.1.2-150400.12.14.1.aarch64",
            "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-Jinja2-3.1.2-150400.12.14.1.ppc64le",
            "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-Jinja2-3.1.2-150400.12.14.1.s390x",
            "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-Jinja2-3.1.2-150400.12.14.1.x86_64",
            "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-Jinja2-3.1.2-150400.12.14.1.aarch64",
            "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-Jinja2-3.1.2-150400.12.14.1.ppc64le",
            "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-Jinja2-3.1.2-150400.12.14.1.s390x",
            "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-Jinja2-3.1.2-150400.12.14.1.x86_64",
            "openSUSE Leap 15.6:python311-Jinja2-3.1.2-150400.12.14.1.aarch64",
            "openSUSE Leap 15.6:python311-Jinja2-3.1.2-150400.12.14.1.ppc64le",
            "openSUSE Leap 15.6:python311-Jinja2-3.1.2-150400.12.14.1.s390x",
            "openSUSE Leap 15.6:python311-Jinja2-3.1.2-150400.12.14.1.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 6.5,
            "baseSeverity": "MEDIUM",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:R/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-Jinja2-3.1.2-150400.12.14.1.aarch64",
            "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-Jinja2-3.1.2-150400.12.14.1.ppc64le",
            "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-Jinja2-3.1.2-150400.12.14.1.s390x",
            "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-Jinja2-3.1.2-150400.12.14.1.x86_64",
            "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-Jinja2-3.1.2-150400.12.14.1.aarch64",
            "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-Jinja2-3.1.2-150400.12.14.1.ppc64le",
            "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-Jinja2-3.1.2-150400.12.14.1.s390x",
            "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-Jinja2-3.1.2-150400.12.14.1.x86_64",
            "openSUSE Leap 15.6:python311-Jinja2-3.1.2-150400.12.14.1.aarch64",
            "openSUSE Leap 15.6:python311-Jinja2-3.1.2-150400.12.14.1.ppc64le",
            "openSUSE Leap 15.6:python311-Jinja2-3.1.2-150400.12.14.1.s390x",
            "openSUSE Leap 15.6:python311-Jinja2-3.1.2-150400.12.14.1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2025-03-19T16:12:31Z",
          "details": "moderate"
        }
      ],
      "title": "CVE-2025-27516"
    }
  ]
}
  wid-sec-w-2025-0524
Vulnerability from csaf_certbund
Notes
{
  "document": {
    "aggregate_severity": {
      "text": "mittel"
    },
    "category": "csaf_base",
    "csaf_version": "2.0",
    "distribution": {
      "tlp": {
        "label": "WHITE",
        "url": "https://www.first.org/tlp/"
      }
    },
    "lang": "de-DE",
    "notes": [
      {
        "category": "legal_disclaimer",
        "text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen."
      },
      {
        "category": "description",
        "text": "Red Hat Ansible Automation Platform ist eine End-to-End-Automatisierungsplattform f\u00fcr die Systemkonfiguration, die Softwarebereitstellung und die Orchestrierung erweiterter Workflows.",
        "title": "Produktbeschreibung"
      },
      {
        "category": "summary",
        "text": "Ein lokaler Angreifer kann eine Schwachstelle in Red Hat Ansible Automation Platform ausnutzen, um beliebigen Programmcode auszuf\u00fchren.",
        "title": "Angriff"
      },
      {
        "category": "general",
        "text": "- Sonstiges\n- UNIX",
        "title": "Betroffene Betriebssysteme"
      }
    ],
    "publisher": {
      "category": "other",
      "contact_details": "csaf-provider@cert-bund.de",
      "name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik",
      "namespace": "https://www.bsi.bund.de"
    },
    "references": [
      {
        "category": "self",
        "summary": "WID-SEC-W-2025-0524 - CSAF Version",
        "url": "https://wid.cert-bund.de/.well-known/csaf/white/2025/wid-sec-w-2025-0524.json"
      },
      {
        "category": "self",
        "summary": "WID-SEC-2025-0524 - Portal Version",
        "url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2025-0524"
      },
      {
        "category": "external",
        "summary": "Red Hat Security Advisory RHSA-2025:2664 vom 2025-03-11",
        "url": "https://access.redhat.com/errata/RHSA-2025:2664"
      },
      {
        "category": "external",
        "summary": "Red Hat Security Advisory RHSA-2025:2688 vom 2025-03-12",
        "url": "https://access.redhat.com/errata/RHSA-2025:2688"
      },
      {
        "category": "external",
        "summary": "Red Hat Security Advisory RHSA-2025:3017 vom 2025-03-19",
        "url": "https://access.redhat.com/errata/RHSA-2025:3017"
      },
      {
        "category": "external",
        "summary": "SUSE Security Update SUSE-SU-2025:0956-1 vom 2025-03-19",
        "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-March/020567.html"
      },
      {
        "category": "external",
        "summary": "Red Hat Security Advisory RHSA-2025:3113 vom 2025-03-24",
        "url": "https://access.redhat.com/errata/RHSA-2025:3113"
      },
      {
        "category": "external",
        "summary": "Red Hat Security Advisory RHSA-2025:3111 vom 2025-03-24",
        "url": "https://access.redhat.com/errata/RHSA-2025:3111"
      },
      {
        "category": "external",
        "summary": "Red Hat Security Advisory RHSA-2025:3124 vom 2025-03-24",
        "url": "https://access.redhat.com/errata/RHSA-2025:3124"
      },
      {
        "category": "external",
        "summary": "Red Hat Security Advisory RHSA-2025:3123 vom 2025-03-24",
        "url": "https://access.redhat.com/errata/RHSA-2025:3123"
      },
      {
        "category": "external",
        "summary": "Red Hat Security Advisory RHSA-2025:3160 vom 2025-03-25",
        "url": "https://access.redhat.com/errata/RHSA-2025:3160"
      },
      {
        "category": "external",
        "summary": "Oracle Linux Security Advisory ELSA-2025-3113 vom 2025-03-25",
        "url": "https://linux.oracle.com/errata/ELSA-2025-3113.html"
      },
      {
        "category": "external",
        "summary": "Red Hat Security Advisory RHSA-2025:3162 vom 2025-03-25",
        "url": "https://access.redhat.com/errata/RHSA-2025:3162"
      },
      {
        "category": "external",
        "summary": "Amazon Linux Security Advisory ALAS-2025-2793 vom 2025-03-25",
        "url": "https://alas.aws.amazon.com/AL2/ALAS-2025-2793.html"
      },
      {
        "category": "external",
        "summary": "Amazon Linux Security Advisory ALAS-2025-2792 vom 2025-03-25",
        "url": "https://alas.aws.amazon.com/AL2/ALAS-2025-2792.html"
      },
      {
        "category": "external",
        "summary": "Red Hat Security Advisory RHSA-2025:3371 vom 2025-03-27",
        "url": "https://access.redhat.com/errata/RHSA-2025:3371"
      },
      {
        "category": "external",
        "summary": "Red Hat Security Advisory RHSA-2025:3388 vom 2025-03-31",
        "url": "https://access.redhat.com/errata/RHSA-2025:3388"
      },
      {
        "category": "external",
        "summary": "Oracle Linux Security Advisory ELSA-2025-3406 vom 2025-03-31",
        "url": "https://linux.oracle.com/errata/ELSA-2025-3406.html"
      },
      {
        "category": "external",
        "summary": "Red Hat Security Advisory RHSA-2025:3406 vom 2025-03-31",
        "url": "https://access.redhat.com/errata/RHSA-2025:3406"
      },
      {
        "category": "external",
        "summary": "Oracle Linux Security Advisory ELSA-2025-3388 vom 2025-04-01",
        "url": "https://linux.oracle.com/errata/ELSA-2025-3388.html"
      },
      {
        "category": "external",
        "summary": "Red Hat Security Advisory RHSA-2025:3580 vom 2025-04-03",
        "url": "https://access.redhat.com/errata/RHSA-2025:3580"
      },
      {
        "category": "external",
        "summary": "Red Hat Security Advisory RHSA-2025:3585 vom 2025-04-03",
        "url": "https://access.redhat.com/errata/RHSA-2025:3585"
      },
      {
        "category": "external",
        "summary": "Red Hat Security Advisory RHSA-2025:3586 vom 2025-04-03",
        "url": "https://access.redhat.com/errata/RHSA-2025:3586"
      },
      {
        "category": "external",
        "summary": "Red Hat Security Advisory RHSA-2025:3588 vom 2025-04-03",
        "url": "https://access.redhat.com/errata/RHSA-2025:3588"
      },
      {
        "category": "external",
        "summary": "Red Hat Security Advisory RHSA-2025:3622 vom 2025-04-07",
        "url": "https://access.redhat.com/errata/RHSA-2025:3622"
      },
      {
        "category": "external",
        "summary": "Red Hat Security Advisory RHSA-2025:3671 vom 2025-04-08",
        "url": "https://access.redhat.com/errata/RHSA-2025:3671"
      },
      {
        "category": "external",
        "summary": "Red Hat Security Advisory RHSA-2025:3568 vom 2025-04-09",
        "url": "https://access.redhat.com/errata/RHSA-2025:3568"
      },
      {
        "category": "external",
        "summary": "Debian Security Advisory DLA-4126 vom 2025-04-13",
        "url": "https://lists.debian.org/debian-lts-announce/2025/04/msg00022.html"
      },
      {
        "category": "external",
        "summary": "Red Hat Security Advisory RHSA-2025:3789 vom 2025-04-16",
        "url": "https://access.redhat.com/errata/RHSA-2025:3789"
      },
      {
        "category": "external",
        "summary": "Red Hat Security Advisory RHSA-2025:3775 vom 2025-04-16",
        "url": "https://access.redhat.com/errata/RHSA-2025:3775"
      },
      {
        "category": "external",
        "summary": "Red Hat Security Advisory RHSA-2025:3779 vom 2025-04-17",
        "url": "https://access.redhat.com/errata/RHSA-2025:3779"
      },
      {
        "category": "external",
        "summary": "Red Hat Security Advisory RHSA-2025:4018 vom 2025-04-22",
        "url": "https://access.redhat.com/errata/RHSA-2025:4018"
      },
      {
        "category": "external",
        "summary": "IBM Security Bulletin 7231915 vom 2025-04-26",
        "url": "https://www.ibm.com/support/pages/node/7231915"
      },
      {
        "category": "external",
        "summary": "Red Hat Security Advisory RHSA-2025:4203 vom 2025-04-30",
        "url": "https://access.redhat.com/errata/RHSA-2025:4203"
      },
      {
        "category": "external",
        "summary": "Red Hat Security Advisory RHSA-2025:4408 vom 2025-05-08",
        "url": "https://access.redhat.com/errata/RHSA-2025:4408"
      },
      {
        "category": "external",
        "summary": "Red Hat Security Advisory RHSA-2025:4431 vom 2025-05-08",
        "url": "https://access.redhat.com/errata/RHSA-2025:4431"
      },
      {
        "category": "external",
        "summary": "Red Hat Security Advisory RHSA-2025:7476 vom 2025-05-13",
        "url": "https://access.redhat.com/errata/RHSA-2025:7476"
      },
      {
        "category": "external",
        "summary": "Red Hat Security Advisory RHSA-2025:4730 vom 2025-05-15",
        "url": "https://access.redhat.com/errata/RHSA-2025:4730"
      },
      {
        "category": "external",
        "summary": "Red Hat Security Advisory RHSA-2025:8059 vom 2025-05-21",
        "url": "https://access.redhat.com/errata/RHSA-2025:8059"
      },
      {
        "category": "external",
        "summary": "XEROX Security Advisory XRX25-012 vom 2025-06-02",
        "url": "https://security.business.xerox.com/wp-content/uploads/2025/06/Xerox-Security-Bulletin-XRX25-012-for-Xerox-FreeFlow-Print-Server-v9.pdf"
      },
      {
        "category": "external",
        "summary": "SUSE Security Update SUSE-SU-2025:20254-1 vom 2025-06-04",
        "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021063.html"
      },
      {
        "category": "external",
        "summary": "IBM Security Bulletin 7235491 vom 2025-06-20",
        "url": "https://www.ibm.com/support/pages/node/7235491"
      },
      {
        "category": "external",
        "summary": "Oracle Linux Security Advisory ELSA-2025-7476 vom 2025-06-28",
        "url": "https://linux.oracle.com/errata/ELSA-2025-7476.html"
      },
      {
        "category": "external",
        "summary": "IBM Security Bulletin 7236419 vom 2025-06-30",
        "url": "https://www.ibm.com/support/pages/node/7236419"
      },
      {
        "category": "external",
        "summary": "Rocky Linux Security Advisory RLSA-2025:3113 vom 2025-07-29",
        "url": "https://errata.build.resf.org/RLSA-2025:3113"
      },
      {
        "category": "external",
        "summary": "Rocky Linux Security Advisory RLSA-2025:3406 vom 2025-07-29",
        "url": "https://errata.build.resf.org/RLSA-2025:3406"
      }
    ],
    "source_lang": "en-US",
    "title": "Red Hat Ansible Automation Platform (Jinja): Schwachstelle erm\u00f6glicht Codeausf\u00fchrung",
    "tracking": {
      "current_release_date": "2025-07-29T22:00:00.000+00:00",
      "generator": {
        "date": "2025-07-30T09:11:43.178+00:00",
        "engine": {
          "name": "BSI-WID",
          "version": "1.4.0"
        }
      },
      "id": "WID-SEC-W-2025-0524",
      "initial_release_date": "2025-03-11T23:00:00.000+00:00",
      "revision_history": [
        {
          "date": "2025-03-11T23:00:00.000+00:00",
          "number": "1",
          "summary": "Initiale Fassung"
        },
        {
          "date": "2025-03-12T23:00:00.000+00:00",
          "number": "2",
          "summary": "Neue Updates von Red Hat aufgenommen"
        },
        {
          "date": "2025-03-18T23:00:00.000+00:00",
          "number": "3",
          "summary": "Neue Updates von Red Hat aufgenommen"
        },
        {
          "date": "2025-03-19T23:00:00.000+00:00",
          "number": "4",
          "summary": "Neue Updates von SUSE aufgenommen"
        },
        {
          "date": "2025-03-24T23:00:00.000+00:00",
          "number": "5",
          "summary": "Neue Updates von Red Hat aufgenommen"
        },
        {
          "date": "2025-03-25T23:00:00.000+00:00",
          "number": "6",
          "summary": "Neue Updates von Oracle Linux, Red Hat und Amazon aufgenommen"
        },
        {
          "date": "2025-03-27T23:00:00.000+00:00",
          "number": "7",
          "summary": "Neue Updates von Red Hat aufgenommen"
        },
        {
          "date": "2025-03-30T22:00:00.000+00:00",
          "number": "8",
          "summary": "Neue Updates von Red Hat aufgenommen"
        },
        {
          "date": "2025-03-31T22:00:00.000+00:00",
          "number": "9",
          "summary": "Neue Updates von Oracle Linux und Red Hat aufgenommen"
        },
        {
          "date": "2025-04-01T22:00:00.000+00:00",
          "number": "10",
          "summary": "Neue Updates von Oracle Linux aufgenommen"
        },
        {
          "date": "2025-04-02T22:00:00.000+00:00",
          "number": "11",
          "summary": "Neue Updates von Red Hat aufgenommen"
        },
        {
          "date": "2025-04-03T22:00:00.000+00:00",
          "number": "12",
          "summary": "Neue Updates von Red Hat aufgenommen"
        },
        {
          "date": "2025-04-06T22:00:00.000+00:00",
          "number": "13",
          "summary": "Neue Updates von Red Hat aufgenommen"
        },
        {
          "date": "2025-04-07T22:00:00.000+00:00",
          "number": "14",
          "summary": "Neue Updates von Red Hat aufgenommen"
        },
        {
          "date": "2025-04-08T22:00:00.000+00:00",
          "number": "15",
          "summary": "Neue Updates von Red Hat aufgenommen"
        },
        {
          "date": "2025-04-13T22:00:00.000+00:00",
          "number": "16",
          "summary": "Neue Updates von Debian aufgenommen"
        },
        {
          "date": "2025-04-15T22:00:00.000+00:00",
          "number": "17",
          "summary": "Neue Updates von Red Hat aufgenommen"
        },
        {
          "date": "2025-04-16T22:00:00.000+00:00",
          "number": "18",
          "summary": "Neue Updates von Red Hat aufgenommen"
        },
        {
          "date": "2025-04-22T22:00:00.000+00:00",
          "number": "19",
          "summary": "Neue Updates von Red Hat aufgenommen"
        },
        {
          "date": "2025-04-27T22:00:00.000+00:00",
          "number": "20",
          "summary": "Neue Updates von IBM aufgenommen"
        },
        {
          "date": "2025-04-29T22:00:00.000+00:00",
          "number": "21",
          "summary": "Neue Updates von Red Hat aufgenommen"
        },
        {
          "date": "2025-05-07T22:00:00.000+00:00",
          "number": "22",
          "summary": "Neue Updates von Red Hat aufgenommen"
        },
        {
          "date": "2025-05-13T22:00:00.000+00:00",
          "number": "23",
          "summary": "Neue Updates von Red Hat aufgenommen"
        },
        {
          "date": "2025-05-14T22:00:00.000+00:00",
          "number": "24",
          "summary": "Neue Updates von Red Hat aufgenommen"
        },
        {
          "date": "2025-05-20T22:00:00.000+00:00",
          "number": "25",
          "summary": "Neue Updates von Red Hat aufgenommen"
        },
        {
          "date": "2025-06-02T22:00:00.000+00:00",
          "number": "26",
          "summary": "Neue Updates von XEROX aufgenommen"
        },
        {
          "date": "2025-06-03T22:00:00.000+00:00",
          "number": "27",
          "summary": "Neue Updates von SUSE aufgenommen"
        },
        {
          "date": "2025-06-22T22:00:00.000+00:00",
          "number": "28",
          "summary": "Neue Updates von IBM aufgenommen"
        },
        {
          "date": "2025-06-29T22:00:00.000+00:00",
          "number": "29",
          "summary": "Neue Updates von Oracle Linux aufgenommen"
        },
        {
          "date": "2025-06-30T22:00:00.000+00:00",
          "number": "30",
          "summary": "Neue Updates von IBM aufgenommen"
        },
        {
          "date": "2025-07-29T22:00:00.000+00:00",
          "number": "31",
          "summary": "Neue Updates von Rocky Enterprise Software Foundation aufgenommen"
        }
      ],
      "status": "final",
      "version": "31"
    }
  },
  "product_tree": {
    "branches": [
      {
        "branches": [
          {
            "category": "product_name",
            "name": "Amazon Linux 2",
            "product": {
              "name": "Amazon Linux 2",
              "product_id": "398363",
              "product_identification_helper": {
                "cpe": "cpe:/o:amazon:linux_2:-"
              }
            }
          }
        ],
        "category": "vendor",
        "name": "Amazon"
      },
      {
        "branches": [
          {
            "category": "product_name",
            "name": "Debian Linux",
            "product": {
              "name": "Debian Linux",
              "product_id": "2951",
              "product_identification_helper": {
                "cpe": "cpe:/o:debian:debian_linux:-"
              }
            }
          }
        ],
        "category": "vendor",
        "name": "Debian"
      },
      {
        "branches": [
          {
            "branches": [
              {
                "category": "product_version",
                "name": "11.7",
                "product": {
                  "name": "IBM InfoSphere Information Server 11.7",
                  "product_id": "444803",
                  "product_identification_helper": {
                    "cpe": "cpe:/a:ibm:infosphere_information_server:11.7"
                  }
                }
              }
            ],
            "category": "product_name",
            "name": "InfoSphere Information Server"
          },
          {
            "branches": [
              {
                "category": "product_version_range",
                "name": "\u003c7.5.0 UP11 IF04",
                "product": {
                  "name": "IBM QRadar SIEM \u003c7.5.0 UP11 IF04",
                  "product_id": "T043169"
                }
              },
              {
                "category": "product_version",
                "name": "7.5.0 UP11 IF04",
                "product": {
                  "name": "IBM QRadar SIEM 7.5.0 UP11 IF04",
                  "product_id": "T043169-fixed",
                  "product_identification_helper": {
                    "cpe": "cpe:/a:ibm:qradar_siem:7.5.0_up11_if04"
                  }
                }
              }
            ],
            "category": "product_name",
            "name": "QRadar SIEM"
          },
          {
            "branches": [
              {
                "category": "product_version_range",
                "name": "\u003c6.1.9.7",
                "product": {
                  "name": "IBM Storage Scale System \u003c6.1.9.7",
                  "product_id": "T044961"
                }
              },
              {
                "category": "product_version",
                "name": "6.1.9.7",
                "product": {
                  "name": "IBM Storage Scale System 6.1.9.7",
                  "product_id": "T044961-fixed",
                  "product_identification_helper": {
                    "cpe": "cpe:/h:ibm:storage_scale_system:6.1.9.7"
                  }
                }
              },
              {
                "category": "product_version_range",
                "name": "\u003c6.2.3.0",
                "product": {
                  "name": "IBM Storage Scale System \u003c6.2.3.0",
                  "product_id": "T044962"
                }
              },
              {
                "category": "product_version",
                "name": "6.2.3.0",
                "product": {
                  "name": "IBM Storage Scale System 6.2.3.0",
                  "product_id": "T044962-fixed",
                  "product_identification_helper": {
                    "cpe": "cpe:/h:ibm:storage_scale_system:6.2.3.0"
                  }
                }
              }
            ],
            "category": "product_name",
            "name": "Storage Scale System"
          }
        ],
        "category": "vendor",
        "name": "IBM"
      },
      {
        "branches": [
          {
            "category": "product_name",
            "name": "Oracle Linux",
            "product": {
              "name": "Oracle Linux",
              "product_id": "T004914",
              "product_identification_helper": {
                "cpe": "cpe:/o:oracle:linux:-"
              }
            }
          }
        ],
        "category": "vendor",
        "name": "Oracle"
      },
      {
        "branches": [
          {
            "category": "product_name",
            "name": "RESF Rocky Linux",
            "product": {
              "name": "RESF Rocky Linux",
              "product_id": "T032255",
              "product_identification_helper": {
                "cpe": "cpe:/o:resf:rocky_linux:-"
              }
            }
          }
        ],
        "category": "vendor",
        "name": "RESF"
      },
      {
        "branches": [
          {
            "branches": [
              {
                "category": "product_version",
                "name": "2.4",
                "product": {
                  "name": "Red Hat Ansible Automation Platform 2.4",
                  "product_id": "1496312",
                  "product_identification_helper": {
                    "cpe": "cpe:/a:redhat:ansible_automation_platform:2.4"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "2.5",
                "product": {
                  "name": "Red Hat Ansible Automation Platform 2.5",
                  "product_id": "T039223",
                  "product_identification_helper": {
                    "cpe": "cpe:/a:redhat:ansible_automation_platform:2.5"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "Red Hat Ansible Automation Platform",
                "product": {
                  "name": "Red Hat Ansible Automation Platform",
                  "product_id": "T041801",
                  "product_identification_helper": {
                    "cpe": "cpe:/a:redhat:ansible_automation_platform:-"
                  }
                }
              }
            ],
            "category": "product_name",
            "name": "Ansible Automation Platform"
          },
          {
            "category": "product_name",
            "name": "Red Hat Enterprise Linux",
            "product": {
              "name": "Red Hat Enterprise Linux",
              "product_id": "67646",
              "product_identification_helper": {
                "cpe": "cpe:/o:redhat:enterprise_linux:-"
              }
            }
          },
          {
            "branches": [
              {
                "category": "product_version_range",
                "name": "Container Platform \u003c4.14.50",
                "product": {
                  "name": "Red Hat OpenShift Container Platform \u003c4.14.50",
                  "product_id": "T042658"
                }
              },
              {
                "category": "product_version",
                "name": "Container Platform 4.14.50",
                "product": {
                  "name": "Red Hat OpenShift Container Platform 4.14.50",
                  "product_id": "T042658-fixed",
                  "product_identification_helper": {
                    "cpe": "cpe:/a:redhat:openshift:container_platform__4.14.50"
                  }
                }
              },
              {
                "category": "product_version_range",
                "name": "Container Platform \u003c4.18.10",
                "product": {
                  "name": "Red Hat OpenShift Container Platform \u003c4.18.10",
                  "product_id": "T043077"
                }
              },
              {
                "category": "product_version",
                "name": "Container Platform 4.18.10",
                "product": {
                  "name": "Red Hat OpenShift Container Platform 4.18.10",
                  "product_id": "T043077-fixed",
                  "product_identification_helper": {
                    "cpe": "cpe:/a:redhat:openshift:container_platform__4.18.10"
                  }
                }
              },
              {
                "category": "product_version_range",
                "name": "Container Platform \u003c4.17.28",
                "product": {
                  "name": "Red Hat OpenShift Container Platform \u003c4.17.28",
                  "product_id": "T043404"
                }
              },
              {
                "category": "product_version",
                "name": "Container Platform 4.17.28",
                "product": {
                  "name": "Red Hat OpenShift Container Platform 4.17.28",
                  "product_id": "T043404-fixed",
                  "product_identification_helper": {
                    "cpe": "cpe:/a:redhat:openshift:container_platform__4.17.28"
                  }
                }
              },
              {
                "category": "product_version_range",
                "name": "Container Platform \u003c4.16.40",
                "product": {
                  "name": "Red Hat OpenShift Container Platform \u003c4.16.40",
                  "product_id": "T043760"
                }
              },
              {
                "category": "product_version",
                "name": "Container Platform 4.16.40",
                "product": {
                  "name": "Red Hat OpenShift Container Platform 4.16.40",
                  "product_id": "T043760-fixed",
                  "product_identification_helper": {
                    "cpe": "cpe:/a:redhat:openshift:container_platform__4.16.40"
                  }
                }
              },
              {
                "category": "product_version_range",
                "name": "Data Foundation \u003c4.17.7",
                "product": {
                  "name": "Red Hat OpenShift Data Foundation \u003c4.17.7",
                  "product_id": "T044019"
                }
              },
              {
                "category": "product_version",
                "name": "Data Foundation 4.17.7",
                "product": {
                  "name": "Red Hat OpenShift Data Foundation 4.17.7",
                  "product_id": "T044019-fixed",
                  "product_identification_helper": {
                    "cpe": "cpe:/a:redhat:openshift:data_foundation__4.17.7"
                  }
                }
              }
            ],
            "category": "product_name",
            "name": "OpenShift"
          }
        ],
        "category": "vendor",
        "name": "Red Hat"
      },
      {
        "branches": [
          {
            "category": "product_name",
            "name": "SUSE Linux",
            "product": {
              "name": "SUSE Linux",
              "product_id": "T002207",
              "product_identification_helper": {
                "cpe": "cpe:/o:suse:suse_linux:-"
              }
            }
          }
        ],
        "category": "vendor",
        "name": "SUSE"
      },
      {
        "branches": [
          {
            "branches": [
              {
                "category": "product_version",
                "name": "9",
                "product": {
                  "name": "Xerox FreeFlow Print Server 9",
                  "product_id": "T002977",
                  "product_identification_helper": {
                    "cpe": "cpe:/a:xerox:freeflow_print_server:9"
                  }
                }
              }
            ],
            "category": "product_name",
            "name": "FreeFlow Print Server"
          }
        ],
        "category": "vendor",
        "name": "Xerox"
      }
    ]
  },
  "vulnerabilities": [
    {
      "cve": "CVE-2025-27516",
      "product_status": {
        "known_affected": [
          "67646",
          "T041801",
          "T002977",
          "T004914",
          "T039223",
          "T032255",
          "T044962",
          "T043169",
          "T044961",
          "2951",
          "T002207",
          "T043404",
          "T044019",
          "444803",
          "T042658",
          "398363",
          "1496312",
          "T043077",
          "T043760"
        ]
      },
      "release_date": "2025-03-11T23:00:00.000+00:00",
      "title": "CVE-2025-27516"
    }
  ]
}
  msrc_cve-2025-27516
Vulnerability from csaf_microsoft
Notes
{
  "document": {
    "category": "csaf_vex",
    "csaf_version": "2.0",
    "distribution": {
      "text": "Public",
      "tlp": {
        "label": "WHITE",
        "url": "https://www.first.org/tlp/"
      }
    },
    "lang": "en-US",
    "notes": [
      {
        "category": "general",
        "text": "To determine the support lifecycle for your software, see the Microsoft Support Lifecycle: https://support.microsoft.com/lifecycle",
        "title": "Additional Resources"
      },
      {
        "category": "legal_disclaimer",
        "text": "The information provided in the Microsoft Knowledge Base is provided \\\"as is\\\" without warranty of any kind. Microsoft disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. In no event shall Microsoft Corporation or its suppliers be liable for any damages whatsoever including direct, indirect, incidental, consequential, loss of business profits or special damages, even if Microsoft Corporation or its suppliers have been advised of the possibility of such damages. Some states do not allow the exclusion or limitation of liability for consequential or incidental damages so the foregoing limitation may not apply.",
        "title": "Disclaimer"
      }
    ],
    "publisher": {
      "category": "vendor",
      "contact_details": "secure@microsoft.com",
      "name": "Microsoft Security Response Center",
      "namespace": "https://msrc.microsoft.com"
    },
    "references": [
      {
        "category": "self",
        "summary": "CVE-2025-27516 Jinja sandbox breakout through attr filter selecting format method - VEX",
        "url": "https://msrc.microsoft.com/csaf/vex/2025/msrc_cve-2025-27516.json"
      },
      {
        "category": "external",
        "summary": "Microsoft Support Lifecycle",
        "url": "https://support.microsoft.com/lifecycle"
      },
      {
        "category": "external",
        "summary": "Common Vulnerability Scoring System",
        "url": "https://www.first.org/cvss"
      }
    ],
    "title": "Jinja sandbox breakout through attr filter selecting format method",
    "tracking": {
      "current_release_date": "2025-04-24T00:00:00.000Z",
      "generator": {
        "date": "2025-10-20T03:02:47.304Z",
        "engine": {
          "name": "MSRC Generator",
          "version": "1.0"
        }
      },
      "id": "msrc_CVE-2025-27516",
      "initial_release_date": "2025-03-02T00:00:00.000Z",
      "revision_history": [
        {
          "date": "2025-03-10T00:00:00.000Z",
          "legacy_version": "1",
          "number": "1",
          "summary": "Information published."
        },
        {
          "date": "2025-03-18T00:00:00.000Z",
          "legacy_version": "2",
          "number": "2",
          "summary": "Information published."
        },
        {
          "date": "2025-03-19T00:00:00.000Z",
          "legacy_version": "3",
          "number": "3",
          "summary": "Information published."
        },
        {
          "date": "2025-04-24T00:00:00.000Z",
          "legacy_version": "4",
          "number": "4",
          "summary": "Information published."
        }
      ],
      "status": "final",
      "version": "4"
    }
  },
  "product_tree": {
    "branches": [
      {
        "branches": [
          {
            "branches": [
              {
                "category": "product_version",
                "name": "2.0",
                "product": {
                  "name": "CBL Mariner 2.0",
                  "product_id": "17086"
                }
              },
              {
                "category": "product_version",
                "name": "3.0",
                "product": {
                  "name": "Azure Linux 3.0",
                  "product_id": "17084"
                }
              }
            ],
            "category": "product_name",
            "name": "Azure Linux"
          },
          {
            "branches": [
              {
                "category": "product_version_range",
                "name": "\u003ccbl2 python-jinja2 3.0.3-7",
                "product": {
                  "name": "\u003ccbl2 python-jinja2 3.0.3-7",
                  "product_id": "2"
                }
              },
              {
                "category": "product_version",
                "name": "cbl2 python-jinja2 3.0.3-7",
                "product": {
                  "name": "cbl2 python-jinja2 3.0.3-7",
                  "product_id": "19846"
                }
              },
              {
                "category": "product_version_range",
                "name": "\u003ccbl2 python-jinja2 3.0.3-6",
                "product": {
                  "name": "\u003ccbl2 python-jinja2 3.0.3-6",
                  "product_id": "6"
                }
              },
              {
                "category": "product_version",
                "name": "cbl2 python-jinja2 3.0.3-6",
                "product": {
                  "name": "cbl2 python-jinja2 3.0.3-6",
                  "product_id": "19398"
                }
              },
              {
                "category": "product_version_range",
                "name": "\u003cazl3 python-jinja2 3.1.2-3",
                "product": {
                  "name": "\u003cazl3 python-jinja2 3.1.2-3",
                  "product_id": "4"
                }
              },
              {
                "category": "product_version",
                "name": "azl3 python-jinja2 3.1.2-3",
                "product": {
                  "name": "azl3 python-jinja2 3.1.2-3",
                  "product_id": "19400"
                }
              }
            ],
            "category": "product_name",
            "name": "python-jinja2"
          },
          {
            "branches": [
              {
                "category": "product_version_range",
                "name": "\u003ccbl2 nodejs18 18.20.3-5",
                "product": {
                  "name": "\u003ccbl2 nodejs18 18.20.3-5",
                  "product_id": "7"
                }
              },
              {
                "category": "product_version",
                "name": "cbl2 nodejs18 18.20.3-5",
                "product": {
                  "name": "cbl2 nodejs18 18.20.3-5",
                  "product_id": "19397"
                }
              },
              {
                "category": "product_version_range",
                "name": "\u003ccbl2 nodejs18 18.20.3-6",
                "product": {
                  "name": "\u003ccbl2 nodejs18 18.20.3-6",
                  "product_id": "1"
                }
              },
              {
                "category": "product_version",
                "name": "cbl2 nodejs18 18.20.3-6",
                "product": {
                  "name": "cbl2 nodejs18 18.20.3-6",
                  "product_id": "19873"
                }
              }
            ],
            "category": "product_name",
            "name": "nodejs18"
          },
          {
            "branches": [
              {
                "category": "product_version_range",
                "name": "\u003cazl3 nodejs 20.14.0-7",
                "product": {
                  "name": "\u003cazl3 nodejs 20.14.0-7",
                  "product_id": "5"
                }
              },
              {
                "category": "product_version",
                "name": "azl3 nodejs 20.14.0-7",
                "product": {
                  "name": "azl3 nodejs 20.14.0-7",
                  "product_id": "19399"
                }
              },
              {
                "category": "product_version_range",
                "name": "\u003cazl3 nodejs 20.14.0-8",
                "product": {
                  "name": "\u003cazl3 nodejs 20.14.0-8",
                  "product_id": "3"
                }
              },
              {
                "category": "product_version",
                "name": "azl3 nodejs 20.14.0-8",
                "product": {
                  "name": "azl3 nodejs 20.14.0-8",
                  "product_id": "19608"
                }
              }
            ],
            "category": "product_name",
            "name": "nodejs"
          }
        ],
        "category": "vendor",
        "name": "Microsoft"
      }
    ],
    "relationships": [
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "\u003ccbl2 python-jinja2 3.0.3-7 as a component of CBL Mariner 2.0",
          "product_id": "17086-2"
        },
        "product_reference": "2",
        "relates_to_product_reference": "17086"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "cbl2 python-jinja2 3.0.3-7 as a component of CBL Mariner 2.0",
          "product_id": "19846-17086"
        },
        "product_reference": "19846",
        "relates_to_product_reference": "17086"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "\u003ccbl2 nodejs18 18.20.3-5 as a component of CBL Mariner 2.0",
          "product_id": "17086-7"
        },
        "product_reference": "7",
        "relates_to_product_reference": "17086"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "cbl2 nodejs18 18.20.3-5 as a component of CBL Mariner 2.0",
          "product_id": "19397-17086"
        },
        "product_reference": "19397",
        "relates_to_product_reference": "17086"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "\u003ccbl2 python-jinja2 3.0.3-6 as a component of CBL Mariner 2.0",
          "product_id": "17086-6"
        },
        "product_reference": "6",
        "relates_to_product_reference": "17086"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "cbl2 python-jinja2 3.0.3-6 as a component of CBL Mariner 2.0",
          "product_id": "19398-17086"
        },
        "product_reference": "19398",
        "relates_to_product_reference": "17086"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "\u003cazl3 nodejs 20.14.0-7 as a component of Azure Linux 3.0",
          "product_id": "17084-5"
        },
        "product_reference": "5",
        "relates_to_product_reference": "17084"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "azl3 nodejs 20.14.0-7 as a component of Azure Linux 3.0",
          "product_id": "19399-17084"
        },
        "product_reference": "19399",
        "relates_to_product_reference": "17084"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "\u003cazl3 python-jinja2 3.1.2-3 as a component of Azure Linux 3.0",
          "product_id": "17084-4"
        },
        "product_reference": "4",
        "relates_to_product_reference": "17084"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "azl3 python-jinja2 3.1.2-3 as a component of Azure Linux 3.0",
          "product_id": "19400-17084"
        },
        "product_reference": "19400",
        "relates_to_product_reference": "17084"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "\u003ccbl2 nodejs18 18.20.3-6 as a component of CBL Mariner 2.0",
          "product_id": "17086-1"
        },
        "product_reference": "1",
        "relates_to_product_reference": "17086"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "cbl2 nodejs18 18.20.3-6 as a component of CBL Mariner 2.0",
          "product_id": "19873-17086"
        },
        "product_reference": "19873",
        "relates_to_product_reference": "17086"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "\u003cazl3 nodejs 20.14.0-8 as a component of Azure Linux 3.0",
          "product_id": "17084-3"
        },
        "product_reference": "3",
        "relates_to_product_reference": "17084"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "azl3 nodejs 20.14.0-8 as a component of Azure Linux 3.0",
          "product_id": "19608-17084"
        },
        "product_reference": "19608",
        "relates_to_product_reference": "17084"
      }
    ]
  },
  "vulnerabilities": [
    {
      "cve": "CVE-2025-27516",
      "cwe": {
        "id": "CWE-1336",
        "name": "Improper Neutralization of Special Elements Used in a Template Engine"
      },
      "notes": [
        {
          "category": "general",
          "text": "GitHub_M",
          "title": "Assigning CNA"
        }
      ],
      "product_status": {
        "fixed": [
          "19846-17086",
          "19397-17086",
          "19398-17086",
          "19399-17084",
          "19400-17084",
          "19873-17086",
          "19608-17084"
        ],
        "known_affected": [
          "17086-2",
          "17086-7",
          "17086-6",
          "17084-5",
          "17084-4",
          "17086-1",
          "17084-3"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2025-27516 Jinja sandbox breakout through attr filter selecting format method - VEX",
          "url": "https://msrc.microsoft.com/csaf/vex/2025/msrc_cve-2025-27516.json"
        }
      ],
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2025-03-10T00:00:00.000Z",
          "details": "3.0.3-6:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
          "product_ids": [
            "17086-2",
            "17086-6"
          ],
          "url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
        },
        {
          "category": "vendor_fix",
          "date": "2025-03-10T00:00:00.000Z",
          "details": "18.20.3-5:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
          "product_ids": [
            "17086-7",
            "17086-1"
          ],
          "url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
        },
        {
          "category": "vendor_fix",
          "date": "2025-03-10T00:00:00.000Z",
          "details": "20.14.0-7:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
          "product_ids": [
            "17084-5",
            "17084-3"
          ],
          "url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
        },
        {
          "category": "vendor_fix",
          "date": "2025-03-10T00:00:00.000Z",
          "details": "3.1.2-3:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
          "product_ids": [
            "17084-4"
          ],
          "url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "LOCAL",
            "availabilityImpact": "HIGH",
            "baseScore": 8.8,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "HIGH",
            "environmentalsScore": 0.0,
            "integrityImpact": "HIGH",
            "privilegesRequired": "LOW",
            "scope": "CHANGED",
            "temporalScore": 8.8,
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "17086-2",
            "17086-7",
            "17086-6",
            "17084-5",
            "17084-4",
            "17086-1",
            "17084-3"
          ]
        }
      ],
      "title": "Jinja sandbox breakout through attr filter selecting format method"
    }
  ]
}
  ghsa-cpwx-vrp4-4pq7
Vulnerability from github
An oversight in how the Jinja sandboxed environment interacts with the |attr filter allows an attacker that controls the content of a template to execute arbitrary Python code.
To exploit the vulnerability, an attacker needs to control the content of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications which execute untrusted templates.
Jinja's sandbox does catch calls to str.format and ensures they don't escape the sandbox. However, it's possible to use the |attr filter to get a reference to a string's plain format method, bypassing the sandbox. After the fix, the |attr filter no longer bypasses the environment's attribute lookup.
{
  "affected": [
    {
      "database_specific": {
        "last_known_affected_version_range": "\u003c= 3.1.5"
      },
      "package": {
        "ecosystem": "PyPI",
        "name": "Jinja2"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "0"
            },
            {
              "fixed": "3.1.6"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ]
    }
  ],
  "aliases": [
    "CVE-2025-27516"
  ],
  "database_specific": {
    "cwe_ids": [
      "CWE-1336"
    ],
    "github_reviewed": true,
    "github_reviewed_at": "2025-03-05T20:40:14Z",
    "nvd_published_at": "2025-03-05T21:15:20Z",
    "severity": "MODERATE"
  },
  "details": "An oversight in how the Jinja sandboxed environment interacts with the `|attr` filter allows an attacker that controls the content of a template to execute arbitrary Python code.\n\nTo exploit the vulnerability, an attacker needs to control the content of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications which execute untrusted templates.\n\nJinja\u0027s sandbox does catch calls to `str.format` and ensures they don\u0027t escape the sandbox. However, it\u0027s possible to use the `|attr` filter to get a reference to a string\u0027s plain format method, bypassing the sandbox. After the fix, the `|attr` filter no longer bypasses the environment\u0027s attribute lookup.",
  "id": "GHSA-cpwx-vrp4-4pq7",
  "modified": "2025-11-03T22:54:41Z",
  "published": "2025-03-05T20:40:14Z",
  "references": [
    {
      "type": "WEB",
      "url": "https://github.com/pallets/jinja/security/advisories/GHSA-cpwx-vrp4-4pq7"
    },
    {
      "type": "ADVISORY",
      "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-27516"
    },
    {
      "type": "WEB",
      "url": "https://github.com/pallets/jinja/commit/90457bbf33b8662926ae65cdde4c4c32e756e403"
    },
    {
      "type": "PACKAGE",
      "url": "https://github.com/pallets/jinja"
    },
    {
      "type": "WEB",
      "url": "https://lists.debian.org/debian-lts-announce/2025/04/msg00022.html"
    },
    {
      "type": "WEB",
      "url": "https://lists.debian.org/debian-lts-announce/2025/04/msg00045.html"
    }
  ],
  "schema_version": "1.4.0",
  "severity": [
    {
      "score": "CVSS:4.0/AV:L/AC:L/AT:P/PR:L/UI:P/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N",
      "type": "CVSS_V4"
    }
  ],
  "summary": "Jinja2 vulnerable to sandbox breakout through attr filter selecting format method"
}
  fkie_cve-2025-27516
Vulnerability from fkie_nvd
| URL | Tags | ||
|---|---|---|---|
| security-advisories@github.com | https://github.com/pallets/jinja/commit/90457bbf33b8662926ae65cdde4c4c32e756e403 | Patch | |
| security-advisories@github.com | https://github.com/pallets/jinja/security/advisories/GHSA-cpwx-vrp4-4pq7 | Vendor Advisory | |
| af854a3a-2127-422b-91ae-364da2661108 | https://lists.debian.org/debian-lts-announce/2025/04/msg00022.html | ||
| af854a3a-2127-422b-91ae-364da2661108 | https://lists.debian.org/debian-lts-announce/2025/04/msg00045.html | Mailing List, Third Party Advisory | 
| Vendor | Product | Version | |
|---|---|---|---|
| palletsprojects | jinja | * | |
| debian | debian_linux | 11.0 | 
{
  "configurations": [
    {
      "nodes": [
        {
          "cpeMatch": [
            {
              "criteria": "cpe:2.3:a:palletsprojects:jinja:*:*:*:*:*:*:*:*",
              "matchCriteriaId": "331B4BEB-27DD-4593-AB42-5A218EFA4526",
              "versionEndExcluding": "3.1.6",
              "vulnerable": true
            }
          ],
          "negate": false,
          "operator": "OR"
        }
      ]
    },
    {
      "nodes": [
        {
          "cpeMatch": [
            {
              "criteria": "cpe:2.3:o:debian:debian_linux:11.0:*:*:*:*:*:*:*",
              "matchCriteriaId": "FA6FEEC2-9F11-4643-8827-749718254FED",
              "vulnerable": true
            }
          ],
          "negate": false,
          "operator": "OR"
        }
      ]
    }
  ],
  "cveTags": [],
  "descriptions": [
    {
      "lang": "en",
      "value": "Jinja is an extensible templating engine. Prior to 3.1.6, an oversight in how the Jinja sandboxed environment interacts with the |attr filter allows an attacker that controls the content of a template to execute arbitrary Python code. To exploit the vulnerability, an attacker needs to control the content of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications which execute untrusted templates. Jinja\u0027s sandbox does catch calls to str.format and ensures they don\u0027t escape the sandbox. However, it\u0027s possible to use the |attr filter to get a reference to a string\u0027s plain format method, bypassing the sandbox. After the fix, the |attr filter no longer bypasses the environment\u0027s attribute lookup. This vulnerability is fixed in 3.1.6."
    },
    {
      "lang": "es",
      "value": "Jinja es un motor de plantillas extensible. Antes de la versi\u00f3n 3.1.6, un descuido en la forma en que el entorno aislado de Jinja interact\u00faa con el filtro |attr permite que un atacante que controla el contenido de una plantilla ejecute c\u00f3digo Python arbitrario. Para explotar la vulnerabilidad, un atacante debe controlar el contenido de una plantilla. Si ese es el caso depende del tipo de aplicaci\u00f3n que utilice Jinja. Esta vulnerabilidad afecta a los usuarios de aplicaciones que ejecutan plantillas no confiables. El entorno aislado de Jinja detecta las llamadas a str.format y garantiza que no escapen del entorno aislado. Sin embargo, es posible utilizar el filtro |attr para obtener una referencia al m\u00e9todo de formato simple de una cadena, sin pasar por el entorno aislado. Despu\u00e9s de la correcci\u00f3n, el filtro |attr ya no pasa por alto la b\u00fasqueda de atributos del entorno. Esta vulnerabilidad se corrigi\u00f3 en la versi\u00f3n 3.1.6."
    }
  ],
  "id": "CVE-2025-27516",
  "lastModified": "2025-11-03T20:18:02.203",
  "metrics": {
    "cvssMetricV31": [
      {
        "cvssData": {
          "attackComplexity": "LOW",
          "attackVector": "LOCAL",
          "availabilityImpact": "HIGH",
          "baseScore": 8.8,
          "baseSeverity": "HIGH",
          "confidentialityImpact": "HIGH",
          "integrityImpact": "HIGH",
          "privilegesRequired": "LOW",
          "scope": "CHANGED",
          "userInteraction": "NONE",
          "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H",
          "version": "3.1"
        },
        "exploitabilityScore": 2.0,
        "impactScore": 6.0,
        "source": "nvd@nist.gov",
        "type": "Primary"
      }
    ],
    "cvssMetricV40": [
      {
        "cvssData": {
          "Automatable": "NOT_DEFINED",
          "Recovery": "NOT_DEFINED",
          "Safety": "NOT_DEFINED",
          "attackComplexity": "LOW",
          "attackRequirements": "PRESENT",
          "attackVector": "LOCAL",
          "availabilityRequirement": "NOT_DEFINED",
          "baseScore": 5.4,
          "baseSeverity": "MEDIUM",
          "confidentialityRequirement": "NOT_DEFINED",
          "exploitMaturity": "NOT_DEFINED",
          "integrityRequirement": "NOT_DEFINED",
          "modifiedAttackComplexity": "NOT_DEFINED",
          "modifiedAttackRequirements": "NOT_DEFINED",
          "modifiedAttackVector": "NOT_DEFINED",
          "modifiedPrivilegesRequired": "NOT_DEFINED",
          "modifiedSubAvailabilityImpact": "NOT_DEFINED",
          "modifiedSubConfidentialityImpact": "NOT_DEFINED",
          "modifiedSubIntegrityImpact": "NOT_DEFINED",
          "modifiedUserInteraction": "NOT_DEFINED",
          "modifiedVulnAvailabilityImpact": "NOT_DEFINED",
          "modifiedVulnConfidentialityImpact": "NOT_DEFINED",
          "modifiedVulnIntegrityImpact": "NOT_DEFINED",
          "privilegesRequired": "LOW",
          "providerUrgency": "NOT_DEFINED",
          "subAvailabilityImpact": "NONE",
          "subConfidentialityImpact": "NONE",
          "subIntegrityImpact": "NONE",
          "userInteraction": "PASSIVE",
          "valueDensity": "NOT_DEFINED",
          "vectorString": "CVSS:4.0/AV:L/AC:L/AT:P/PR:L/UI:P/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X",
          "version": "4.0",
          "vulnAvailabilityImpact": "HIGH",
          "vulnConfidentialityImpact": "HIGH",
          "vulnIntegrityImpact": "HIGH",
          "vulnerabilityResponseEffort": "NOT_DEFINED"
        },
        "source": "security-advisories@github.com",
        "type": "Secondary"
      }
    ]
  },
  "published": "2025-03-05T21:15:20.073",
  "references": [
    {
      "source": "security-advisories@github.com",
      "tags": [
        "Patch"
      ],
      "url": "https://github.com/pallets/jinja/commit/90457bbf33b8662926ae65cdde4c4c32e756e403"
    },
    {
      "source": "security-advisories@github.com",
      "tags": [
        "Vendor Advisory"
      ],
      "url": "https://github.com/pallets/jinja/security/advisories/GHSA-cpwx-vrp4-4pq7"
    },
    {
      "source": "af854a3a-2127-422b-91ae-364da2661108",
      "url": "https://lists.debian.org/debian-lts-announce/2025/04/msg00022.html"
    },
    {
      "source": "af854a3a-2127-422b-91ae-364da2661108",
      "tags": [
        "Mailing List",
        "Third Party Advisory"
      ],
      "url": "https://lists.debian.org/debian-lts-announce/2025/04/msg00045.html"
    }
  ],
  "sourceIdentifier": "security-advisories@github.com",
  "vulnStatus": "Modified",
  "weaknesses": [
    {
      "description": [
        {
          "lang": "en",
          "value": "CWE-1336"
        }
      ],
      "source": "security-advisories@github.com",
      "type": "Secondary"
    }
  ]
}
  Sightings
| Author | Source | Type | Date | 
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
 - Confirmed: The vulnerability is confirmed from an analyst perspective.
 - Published Proof of Concept: A public proof of concept is available for this vulnerability.
 - Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
 - Patched: This vulnerability was successfully patched by the user reporting the sighting.
 - Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
 - Not confirmed: The user expresses doubt about the veracity of the vulnerability.
 - Not patched: This vulnerability was not successfully patched by the user reporting the sighting.